/*
Theme Name: hachisuga
Text Domain: findcokor-ex
Version: 1.1-beta01
Author: FINDCOLOR.ex
Author URI: https://fc-ex.co.jp/
*/
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Sans+JP&display=swap');


/*reset
────────────────────────────────────*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* 10px */
}
body {
    overflow-x: hidden;
    width: auto;
    color: #1C1C1C;
    font-size: 1.6rem;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
    padding-top: 0 !important;
    line-height: 2;
    position: relative;
}
b, strong, .bold {
    font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight:bold;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
ul li {
    list-style: none;
    line-height: 1.8;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}
figure img {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/*common
────────────────────────────────────*/
a {
    color: #1C1C1C;
    text-decoration: none;
    display: inline-block;
}
a {
	color: #234A95;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
    position: absolute;
}
br.br1041, br.br1040, br.br768, br.br540, br.br415 {
    display: none;
}
body {
    position: relative;
}
.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.inner960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.flex01{
    
}*/
.flex01 .txt_area{
    width: 55.3%;
}
.flex01 figure{
    width: 41.6%;
    max-width: 400px;
}
.nowrap {
    white-space: nowrap;
}
ul.dot > li {
    position: relative;
    padding-left: 1.5rem;
}
ul.dot > li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_kome > li ,
p.list_kome {
    position: relative;
    /*padding-left: 1.8rem;*/
    padding-left: 1.2em;
}
ul.list_kome > li::before ,
p.list_kome::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_num >  li {
    position: relative;
    padding-left: 1.8rem;
}
ul.list_num >  li::before  {
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_num >  li:first-of-type::before  {
    content: '1.';
}
ul.list_num >  li:nth-of-type(2)::before  {
    content: '2.';
}
ul.list_num >  li:nth-of-type(3)::before  {
    content: '3.';
}
ul.list_num >  li:nth-of-type(4)::before  {
    content: '4.';
}
ul.list_num >  li:nth-of-type(5)::before  {
    content: '5.';
}
ul.list_num >  li:nth-of-type(6)::before  {
    content: '6.';
}
ul.list_num >  li:nth-of-type(7)::before  {
    content: '7.';
}

ul.list_num.r1 >  li:first-of-type::before  {
    content: '1）';
}
ul.list_num.r1 >  li:nth-of-type(2)::before  {
    content: '2）';
}
ul.list_num.r1 >  li:nth-of-type(3)::before  {
    content: '3）';
}
ul.list_num.r1 >  li:nth-of-type(4)::before  {
    content: '4）';
}
ul.list_num.r1 >  li:nth-of-type(5)::before  {
    content: '5）';
}
ul.list_num.r1 >  li:nth-of-type(6)::before  {
    content: '6）';
}
ul.list_num.r1 >  li:nth-of-type(7)::before  {
    content: '7）';
}

ul.list_num.r2 >  li {
    padding-left: 2em;
}
ul.list_num.r2 >  li:first-of-type::before  {
    content: '（1）';
}
ul.list_num.r2 >  li:nth-of-type(2)::before  {
    content: '（2）';
}
ul.list_num.r2 >  li:nth-of-type(3)::before  {
    content: '（3）';
}
ul.list_num.r2 >  li:nth-of-type(4)::before  {
    content: '（4）';
}
ul.list_num.r2 >  li:nth-of-type(5)::before  {
    content: '（5）';
}
ul.list_num.r2 >  li:nth-of-type(6)::before  {
    content: '（6）';
}
ul.list_num.r2 >  li:nth-of-type(7)::before  {
    content: '（7）';
}

ul.list_square >  li {
    position: relative;
    padding-left: 2rem;
}
ul.list_square >  li::before  {
    content: '□';
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_square2 >  li {
    position: relative;
    padding-left: 2rem;
}
ul.list_square2 >  li::before  {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_round >  li {
    position: relative;
    padding-left: 2.2rem;
}
ul.list_round >  li::before  {
    content: '◯';
    position: absolute;
    top: 0;
    left: 0;
}

ul.list_diamond >  li {
    position: relative;
    padding-left: 2rem;
}
ul.list_diamond >  li::before  {
    content: '◆';
    position: absolute;
    top: 0;
    left: 0;
}


ol.circle_num {
    list-style: none;
}
ol.circle_num li {
    position: relative;
    padding-left: 1.8em;
}
ol.circle_num li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
}
ol.circle_num li:first-of-type::before {
    content: "①";
}
ol.circle_num li:nth-of-type(2)::before {
    content: "②";
}
ol.circle_num li:nth-of-type(3)::before {
    content: "③";
}
ol.circle_num li:nth-of-type(4)::before {
    content: "④";
}
ol.circle_num li:nth-of-type(5)::before {
    content: "⑤";
}
ol.circle_num li:nth-of-type(6)::before {
    content: "⑥";
}
ol.circle_num li:nth-of-type(7)::before {
    content: "⑦";
}
ol.circle_num li:nth-of-type(8)::before {
    content: "⑧";
}
ol.circle_num li:nth-of-type(9)::before {
    content: "⑨";
}
ol.circle_num li:nth-of-type(10)::before {
    content: "⑩";
}

.txt_red {
    color: #D2202B;
    font-size: 24px;
}
.txt_red02 {
    color: #FF0000;
}
.txt_red03 {
    color: #D2202B;
    font-size: 22px;
}
.size14{
    font-size: 1.4rem;
}
.ttl_style01{
    font-size: 2rem;
    font-weight: bold;
    color: #234A95;
    text-align: center;
    position: relative;
    padding: 0 0 0.9em;
    margin-bottom: 35px;
}
.ttl_style01::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #79B726;
}
.ttl_style01::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  background-color: #6384CB;
}
.btn_blue{
    color: #234A95;
    background: #EBF1FD;
    width: 240px;
    min-height: 50px;
    padding: 8px 8px 8px 42px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.4;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
    align-self: flex-start;
    position: relative;
}
.btn_blue::before{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url("images/common/icon_arrow_blue.svg") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.table01 {
    width: 100%;
    border-collapse: collapse; /* セルの線を重ねる */
}
.table01 th, .table01 td {
    border: solid 1px #D8D8D8;
    padding: 16px 20px;
    vertical-align: middle;
    min-height: 65px;
}
.table01 th {
    background: #F7F7F7;
    line-height: 1.5;
}

/*pagetop─────────*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9;
}
#pagetop a {
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.15rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(35,74,149,0.9);
    border-radius: 10px 0 0 10px;
    border: rgba(255,255,255,0.6) 1px solid;
    border-right: none;
}
#pagetop a::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

/*レスポンシブ
────────────────────────────────────*/
@media(min-width: 1041px) {
    br.br1041 {
        display: inline-block;
    }
}
@media screen and (max-width:1040px) {
    .inner {
        width: calc(100% - 40px);
    }
    br.br1041 {
        display: none;
    }
    br.br1040 {
        display: inline-block;
    }
    .table01 th, .table01 td {
    padding: 16px 15px;
}
    
}
@media screen and (max-width:1000px) {
    .inner960 {
        width: calc(100% - 40px);
    }
}
@media(min-width: 769px) {
    /*769px以上の時は電話発信を無効*/
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width:768px) {
    a.anchor {
        padding-top: 100px;
        margin-top: -100px;
    }
    br.br1040 {
        display: none;
    }
    br.br768 {
        display: inline-block;
    }
    main {
        margin-top: 80px;
        min-height: 0;
    }
    .flex01 .txt_area{
    width: 100%;
        order: 2;
        margin-top: 30px;
}
.flex01 figure{
    width: 100%;
    order: 1;
    margin: 0 auto;
}
    
    
}
@media screen and (max-width:540px) {
    html {
        font-size: 58.334%;
    }
    a.anchor {
        padding-top: 85px;
        margin-top: -85px;
    }
    br.br768 {
        display: none;
    }
    br.br540 {
        display: inline-block;
    }
    main {
        margin-top: 50px;
    }
    .inner ,
    .inner960 {
        width: calc(100% - 30px);
    }
    .btn_blue {
        min-height: 45px;
    }
    .flex01 .txt_area {
    margin-top: 20px;
}
    .ttl_style01 {
    font-size: 1.9rem;
        padding: 0 0 0.7em;
        margin-bottom: 25px;
}
    .ttl_style01::before ,
    .ttl_style01::after {
    width: 40px;
}
    .table01 th, .table01 td {
    padding: 10px 12px;
}

    
    
}
@media screen and (max-width:415px) {
    br.br540 {
        display: none;
    }
    br.br415 {
        display: inline-block;
    }
}

/*header
────────────────────────────────────*/
header {
    top: -100px;
    z-index: 10;
}
header > div {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.2511379551820728) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.2511379551820728) 90%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.2511379551820728) 90%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    padding: 0 0 15px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px;
}
.header_top .header_logo {
    text-align: center;
}
.header_top .header_logo .logo_txt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
	display: block;
    line-height: 1.6;
}
.header_top .header_logo .logo {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    align-items: center;
    line-height: 1;
    margin-top: 1px;
}
.header_top .header_logo .logo span:first-of-type {
    font-size: 1.4rem;
    margin-right: 8px;
}
.header_top .header_logo .logo span:nth-of-type(2) {
    font-size: 2.4rem;
}
.header_top .header_logo .logo_txt02 {
    display: flex;
    margin-top: 4px;
}
.header_top .header_logo .logo_txt02 span {
    font-size: 1.16rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
	display: block;
    padding: 2px 3px;
    border-radius: 2px;
}
.header_top .header_logo .logo_txt02 span:nth-of-type(1) {
    background-color: #79B726;
    margin-right: 4px;
}
.header_top .header_logo .logo_txt02 span:nth-of-type(2) {
    background-color: #6384CB;
    margin-right: 4px;
}
.header_top .header_logo .logo_txt02 span:nth-of-type(3) {
    background-color: #D91A29;
}
.header_top .header_tel {
    margin-left: 5.2%;
    line-height: 1;
}
.header_top .header_tel .tel {
    font-size: 2.6rem;
    font-weight: bold;
    color: #234A95;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding-left: 23px;
    position: relative;
    line-height: 1;
}
.header_top .header_tel .tel::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url("images/common/icon_phone.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}
.header_top .header_tel p {
    padding-left: 0;
    line-height: 1.2;
    font-size: 1.15rem;
    margin-left: 26px;
}
.header_top .header_tel p:first-of-type {
    margin-top: 6px;
    margin-left: 26px;
}
.header_top .header_tel_sp {
    display: none;
}
.header_top .header_tel_sp img {
    width: 22px;
}
.header_top .header_tel_sp p {
    font-size: 1.2rem;
    color: #234A95;
    font-weight: bold;
    line-height: 1;
    margin-top: 3px;
    white-space: nowrap;
}
.header_top .header_access {
    text-align: center;
    margin-right: 1.2%;
    margin-left: auto;
    line-height: 1;
}
.header_top .header_access img {
    width: 13.5px;
}
.header_top .header_access p {
    font-size: 1.2rem;
    color: #234A95;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
}
.header_top .search_box, .drawerMenu .search_box {
    display: flex;
    height: 34px;
    margin-right: 1.35%;
}
.header_top .search_box input[type="search"], .drawerMenu .search_box input[type="search"] {
    border: #214088 1px solid;
    border-radius: 4px 0 0 4px;
    width: 127px;
    padding: 0 0 0 4px;
    font-size: 1.2rem;
}
.header_top .search_box input[type="submit"], .drawerMenu .search_box input[type="submit"] {
    border-radius: 0 4px 4px 0;
    border: none;
    color: #fff;
    width: 65px;
    font-size: 1.3rem;
    background: url("images/common/icon_search.svg") #234A95 no-repeat;
    background-size: 13px;
    background-position: top 10px left 10px;
    padding-left: 22px;
    cursor: pointer;
    outline: none;
}
.header_top .link_recruit, .drawerMenu .link_recruit {
    background: #69C9D1;
    color: #fff;
    border-radius: 4px;
    padding: 0 9px 0 10px;
    height: 34px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.header_top .link_recruit span, .drawerMenu .link_recruit span {
    position: relative;
    padding-left: 17px;
}
.header_top .link_recruit span::before, .drawerMenu .link_recruit span::before {
    content: '';
    width: 14px;
    height: 17px;
    background: url("images/common/icon_recruit.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header .global_nav a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
header .gnav_ul {
    display: flex;
    justify-content: space-around;
    background: #234A95;
    height: 50px;
    border-radius: 30px;
    padding: 0 7px;
    position: relative;
}
header .gnav_li {
  position: relative;
    display: flex;
    align-items: center;
    margin: 0 5px;
}
header .gnav_li > a:hover {
    opacity: 1;
}
header .li_home > a:hover {
    opacity: 0.7;
}
header .li_home span {
    position: relative;
    padding-left: 38px;
}
header .li_home span::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url("images/common/icon_home.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header .smenu_ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    /*width: 100%;*/
    /*padding: 15px 7px;*/
    background: #EBF1FD;
    opacity: 0;
    /*transform: translateY(130%) translateX(-50%);*/
    transition: all .3s ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    visibility: hidden;
    text-align: center;
    min-width: 200px;
    border-radius: 6px;
    /*display: flex;
    justify-content: center;*/
    column-count: 2;
    /*column-gap: 20px;*/
    column-gap: 30px;
    /*padding: 15px 20px 25px;*/
    /*padding: 15px 30px 25px;*/
    padding: 15px 30px 30px;
    width: fit-content;
}
header .gnav_li:first-of-type .smenu_ul,
header .gnav_li:nth-of-type(2) .smenu_ul,
header .gnav_li:nth-of-type(3) .smenu_ul,
header .gnav_li:nth-of-type(4) .smenu_ul,
header .gnav_li:nth-of-type(5) .smenu_ul {
  transform: translateX(-50%) translateY(110%);
}
header .gnav_li:nth-of-type(5) .smenu_ul {
  width: 200px;
}
header .gnav_li:hover .smenu_ul {
    opacity: 1;
    /*transform: translateY(100%) translateX(-50%);*/
    visibility: visible;
    z-index: 999;
    bottom: 0;
    /*left: 50%;*/
}
header .gnav_li:first-of-type:hover .smenu_ul,
header .gnav_li:nth-of-type(2):hover .smenu_ul,
header .gnav_li:nth-of-type(3):hover .smenu_ul,
header .gnav_li:nth-of-type(4):hover .smenu_ul,
header .gnav_li:nth-of-type(5):hover .smenu_ul {
  transform: translateY(100%) translateX(-50%);
  left: 50%;
}
header .smenu_ul::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-bottom: 10px solid #EBF1FD;
}
header .smenu_ul::after {
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background: transparent;
    z-index: -1;
}
header .smenu_li > a {
  position: relative;
    color: #234A95;
    /*padding: 7px 22px;*/
    padding: 7px 22px 7px 8px;
    width: 100%;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid rgb(35, 74, 149, .4);
}
header .smenu_li > a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1rem;
}

/*header .gnav_li:nth-of-type(2):hover .smenu_ul::before {
    left: 23.3%;
}

header .gnav_li:nth-of-type(3):hover .smenu_ul::before {
    left: 39.4%;
}
header .gnav_li:nth-of-type(4):hover .smenu_ul::before {
    left: 55.3%;
}
header .gnav_li:nth-of-type(5):hover .smenu_ul::before {
    left: 73.3%;
}
header .gnav_li:nth-of-type(6):hover .smenu_ul::before {
    left: auto;
    right: 6.9%;
}
header .gnav_li:nth-of-type(2) .smenu_ul {
    justify-content: flex-start;
}
header .gnav_li:nth-of-type(3) .smenu_ul {
    justify-content: flex-start;
}
header .gnav_li:nth-of-type(4) .smenu_ul,
header .gnav_li:nth-of-type(6) .smenu_ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
header .gnav_li:nth-of-type(4) .smenu_ul li:last-child,
header .gnav_li:nth-of-type(6) .smenu_ul li:last-child {
  margin-right: auto;
}
header .gnav_li:nth-of-type(4) .smenu_ul li > a {
padding: 7px 15px;
}
header .gnav_li:nth-of-type(6) .smenu_ul li > a {
  padding: 7px 17px;
}
header .gnav_li:nth-of-type(5) .smenu_ul {
    padding-right: 19.9%;
    justify-content: flex-end;
}*/
/*header .gnav_li:nth-of-type(6) .smenu_ul {
    justify-content: flex-end;
}*/
header .gnav_li:nth-of-type(5):hover .smenu_ul {
  column-count: 1;
}
header .gnav_li:nth-of-type(6) .smenu_ul {
    transform: translate(0, 110%);
    right: 0;
    left: unset;
}
header .gnav_li:nth-of-type(6):hover .smenu_ul {
  left: unset;
  right: 0;
  transform: translate(0, 100%);
}
header .gnav_li:nth-of-type(6):hover .smenu_ul::before {
  left: unset;
  transform: translateX(0);
  right: 10%;
}

@media screen and (max-width: 990px) {}

header .drawerBtn {
    display: none;
}

/*---header 固定化されたときのCSS-----*/
header.fixed {
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    -o-transition: top 0.65s ease-in;
    width: 100%;
    z-index: 10;
}
header.fixed > div {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0.2511379551820728) 87%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0.2511379551820728) 87%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0.2511379551820728) 87%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    padding: 0;
}
header.fixed .header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px 10px;
}
header.fixed .header_top .header_logo .logo_txt01 {
    display: none;
}
header.fixed .header_top .header_logo .logo span:first-of-type {
    font-size: 1.2rem;
    margin-right: 7px;
}
header.fixed .header_top .header_logo .logo span:nth-of-type(2) {
    font-size: 2.1rem;
}
header.fixed .header_top .header_logo .logo_txt02 {
    font-size: 1.1rem;
    margin-top: 4px;
}
header.fixed .header_top .header_tel .tel {
    font-size: 2.2rem;
    padding-left: 21px;
}
header.fixed .header_top .header_tel .tel::before {
    width: 18px;
    height: 21px;
}
header.fixed .header_top .header_tel p {
    font-size: 1.0rem;
}
header.fixed .global_nav a {
    font-size: 1.4rem;
}
header.fixed .li_home span::before {
    width: 20px;
    height: 20px;
}
header.fixed .gnav_ul {
    height: 40px;
}
header.fixed .gnav_li:hover .smenu_ul {
    bottom: 1px;
}

/*footer
────────────────────────────────────*/
footer {
    background: #234A95;
    padding: 55px 0 45px;
}
footer p, footer a {
    color: #fff;
}
footer .footer_top{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 33px;
}
footer .footer_logo .logo_txt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
footer .footer_logo .logo {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    align-items: center;
    line-height: 1;
    margin-top: 1px;
}
footer .footer_logo .logo span:first-of-type {
    font-size: 1.4rem;
    margin-right: 8px;
}
footer .footer_logo .logo span:nth-of-type(2) {
    font-size: 2.4rem;
}
footer .footer_logo .logo_txt02 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 7px;
}
footer .footer_info p.add{
	font-size:1.4rem;
}
footer .footer_bnr .bnr_support{
    width: 180px;
}
footer .footer_menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
footer .footer_menu .box {
    width: calc(100% / 5);
    border-right: #FFFFFF 0.5px solid;
    padding: 0 19px 10px;
}
footer .footer_menu .box:first-of-type {
    border-left: #FFFFFF 0.5px solid;
}
footer .footer_menu .box li {
    line-height: 2.1;
}
footer .footer_menu .box a {
    font-size: 1.2rem;
    line-height: 1.4;
}
footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 35px;
}

@media screen and (max-width:1040px) {
    header .inner {
        width: calc(100% - 24px);
    }
    .header_top {
        padding: 10.5px 0 14px;
    }
    .header_top .header_logo .logo span:first-of-type {
        font-size: 1.25rem;
        margin-right: 6px;
    }
    .header_top .header_logo .logo span:nth-of-type(2) {
        font-size: 2.2rem;
    }
    .header_top .header_tel {
        margin-left: auto;
    }
    .header_top .header_tel .tel {
        font-size: 2.3rem;
        padding-left: 20px;
    }
    .header_top .header_tel .tel::before {
        width: 19px;
        height: 22px;
    }
    .header_top .header_tel p {
        padding-left: 2px;
        margin-left: 0;
    }
    .header_top .header_tel p:first-of-type {
        margin-left: 0;
    }
    
    /*
    .header_top .search_box input[type="search"] {
        width: 155px;
        padding: 0 0 0 5px;
    }*/
    .header_top .search_box input[type="submit"] {
        width: 57px;
        background-position: top 10px left 6px;
    }
    .header_top .link_recruit {
        padding: 0 5px 0 8px;
    }
    header.fixed .header_top .header_logo .logo span:nth-of-type(2) {
        font-size: 2rem;
    }
    header.fixed .header_top .header_tel .tel {
        font-size: 2rem;
    }
}
@media screen and (max-width:950px) {
    .header_top .header_logo {
        width: auto;
    }
    .header_top .header_logo .logo_txt01 {
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    .header_top .header_logo .logo {
        justify-content: center;
    }
    .header_top .header_logo .logo span:first-of-type {
        margin-right: 0;
        margin-bottom: 3px;
    }
    .header_top .header_tel p span {
        display: block;
    }
    .header_top .header_logo .logo_txt02 span {
        font-size: 1rem;
    }
}
@media screen and (min-width:901px) {
    .header_top .link_recruit br {
        display: none;
    }
}
@media screen and (max-width:900px) {
    .header_top {
    padding: 5px 0 9px;
}
    /*
    .header_top .header_logo {
        width: 160px;
    }
    .header_top .header_logo .logo_txt01 {
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    .header_top .header_logo .logo {
        justify-content: center;
    }
    .header_top .header_logo .logo span:first-of-type {
        margin-right: 0;
        margin-bottom: 3px;
    }*/
    .header_top .header_tel .tel {
        font-size: 1.9rem;
        padding-left: 16px;
    }
    .header_top .header_tel .tel::before {
        width: 16px;
        height: 16px;
    }
    .header_top .header_tel p {
        font-size: 1.1rem;
    }
    .header_top .link_recruit {
        font-size: 1.25rem;
        padding: 0 10px 0 12px;
    }
    .header_top .link_recruit br {
        display: inline-block;
    }
    header.fixed .header_top .header_logo {
        width: auto;
    }
    header .global_nav a {
        font-size: 1.45rem;
    }
    header .li_home span {
        padding-left: 33px;
    }
    header .smenu_li > a {
    padding: 7px 16px;
}
    header .gnav_li:nth-of-type(2):hover .smenu_ul::before {
    left: 22.8%;
}
    header .gnav_li:nth-of-type(3):hover .smenu_ul::before {
    left: 38.4%;
}
    header .gnav_li:nth-of-type(4):hover .smenu_ul::before {
    left: 54.0%;
}
    header .gnav_li:nth-of-type(5):hover .smenu_ul::before {
    left: 72.8%;
}
    header .gnav_li:nth-of-type(6):hover .smenu_ul::before {
    right: 6.6%;
}
/*    header .gnav_li:nth-of-type(3) .smenu_ul {
    padding-right: 23%;
}*/
    header .gnav_li:nth-of-type(4) .smenu_ul {
    padding-left: 0;
}
    header .gnav_li:nth-of-type(5) .smenu_ul {
    padding-right: 20.2%;
}
    footer .footer_menu .box {
    padding: 0 16px 30px;
}
    
}
@media screen and (min-width:769px) {
    .drawerMenu, .drawerBtn {
        display: none;
    }
}
@media screen and (max-width:768px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    header > div {
        background: #fff;
        padding: 0;
        height: 80px;
        display: flex;
        align-items: center;
    }
    .header_top {
        padding: 0;
    }
    .header_top .header_tel, .header_top .search_box, .header_top .link_recruit {
        display: none;
    }
    .header_top .header_logo {
        width: auto;
    }
    .header_top .header_logo .logo_txt01 {
        letter-spacing: 0.3em;
        text-indent: 0.3em;
        line-height: 1;
        margin-bottom: 6px;
    }
    .header_top .header_logo .logo span:first-of-type {
        margin-right: 6px;
        margin-bottom: 0;
    }
    .header_top .header_logo .logo span:nth-of-type(2) {
        font-size: 2.4rem;
    }
    .header_top .header_logo .logo_txt02 {
        margin-top: 6px;
    }
    .header_top .header_tel_sp {
        display: block;
        margin-left: auto;
        margin-right: 4%;
        margin-top: -3px;
    }
    .header_top .header_access {
        margin-left: 0;
        margin-right: 4%;
    }
    .header_top .header_access img {
        width: 18px;
    }
    header .global_nav {
        display: none;
    }
    header .drawerBtn {
        cursor: pointer;
        background: #234A95;
        border-radius: 10px 0 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 13px 18px 11px;
        margin-right: -12px;
    }
    header .drawerBtn > div > div {
        width: 24px;
        height: auto;
        margin: 0 auto;
    }
    header .drawerBtn span {
        display: block;
        width: 100%;
        height: 4px;
        background: #ffffff;
        transition: .3s;
    }
    header .drawerBtn span + span {
        margin-top: 4px;
    }
    header .drawerBtn.on span:nth-of-type(1) {
        transform: rotate(135deg) translate(5.5px, -5.5px);
    }
    header .drawerBtn.on span:nth-of-type(2) {
        opacity: 0;
    }
    header .drawerBtn.on span:nth-of-type(3) {
        transform: rotate(-135deg) translate(5.5px, 5.5px);
    }
    header .drawerBtn p {
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        margin-top: 5px;
        white-space: nowrap;
    }
    .drawerMenu {
        display: block;
        padding: 5px 20px 100px;
        visibility: hidden;
        z-index: 999;
        position: fixed;
        top: 80px;
        right: 0;
        width: 85%;
        height: 100%;
        max-width: 350px;
        overflow-y: auto;
        background: #EBF1FD;
        transition: all .3s;
        transform: translateX(350px);
    }
    .drawerMenu.on {
        visibility: visible;
        transition: all .3s;
        transform: translateX(0);
    }
    .drawerMenu_title {
        display: flex;
        position: relative;
        align-items: center;
        border-bottom: 1px solid gray;
    }
    .drawerMenu_title a {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 1.8rem;
    }
    .drawerMenu_title a:after {
        display: block;
        position: absolute;
        top: 43%;
        right: 6px;
        content: '';
        width: 9px;
        height: 9px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg) translateY(0);
        pointer-events: none;
    }
    .drawerMenu_title p {
        padding: 10px 0;
        font-size: 1.6rem;
    }
    .drawerMenu_title p::before, .drawerMenu_title p::after {
        display: block;
        position: absolute;
        background: #333;
        content: '';
    }
    .drawerMenu_title p::before {
        top: 50%;
        right: 2px;
        width: 15px;
        height: 2px;
        transform: translateY(-50%);
    }
    .drawerMenu_title p::after {
        top: 50%;
        right: 8px;
        width: 2px;
        height: 15px;
        transform: translateY(-50%);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
    .drawerMenu_title.on p:after {
        transform: rotate(90deg);
        top: 35.5%;
    }
    .drawerMenu_list {
        display: none;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid gray;
    }
    .drawerMenu_list li {
        position: relative;
    }
    .drawerMenu_list li:after {
        display: block;
        position: absolute;
        top: 43%;
        right: 6px;
        content: '';
        width: 9px;
        height: 9px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg) translateY(0);
        pointer-events: none;
    }
    .drawerMenu_list li a {
        display: block;
        padding: 7px 0;
        font-size: 1.6rem;
    }
    .drawer_bottom .search_box {
        margin: 30px auto 20px;
        display: flex;
        justify-content: center;
    }
    .drawerMenu .search_box input[type="search"] {
        width: calc(100% - 65px);
        max-width: 195px;
    }
    .drawer_bottom .link_recruit {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
        height: 40px;
    }
    .overlay {
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        position: absolute;
    }
    .drawerMenu.on + .overlay {
        display: block;
        animation: show 0.2s linear 0s;
        z-index: 9;
    }
    footer {
        padding: 40px 0 25px;
    }
    footer .footer_menu .box {
        width: calc(100% / 3);
        padding: 0 15px 10px;
    }
    footer .footer_top {
    justify-content: center;
}
	footer .footer_info {
    text-align:center;
}
    footer .footer_logo {
    text-align: center;
}
    footer .footer_bnr {
    margin-top: 35px;
        width: 100%;
    text-align: center;
}
    
     footer .footer_menu .box:nth-of-type(4) ,
     footer .footer_menu .box:nth-of-type(5) {
    margin-top: 30px;
}
    
     footer .footer_menu .box:nth-of-type(4) {
    border-left: #FFFFFF 0.5px solid;
}
}
@media screen and (max-width:540px) {
    header > div {
        height: 75px;
    }
    .header_top .header_logo {
        text-align: left;
    }
    .header_top .header_logo .logo {
        justify-content: left;
    }
    .header_top .header_logo .logo_txt01 {
        display: none;
    }
    .header_top .header_logo .logo span:first-of-type {
        margin-right: 0;
        margin-bottom: 3px;
        width: 100%;
        font-size: 1.1rem;
    }
    .header_top .header_logo .logo_txt02 {
        margin-top: 5px;
    }
    .header_top .header_logo .logo_txt02 span {
        padding: 2px 2px;
        font-size: 1rem;
    }
    .header_top .header_tel_sp {
        margin-right: 27px;
    }
    .header_top .header_tel_sp p {
        font-size: 1.1rem;
    }
    .header_top .header_access {
        margin-right: 18px;
    }
    .header_top .header_access p {
        font-size: 1.1rem;
    }
    .drawerMenu {
        top: 75px;
    }
    footer {
        padding: 37px 0 16.5px;
    }
    footer .footer_top {
    margin-bottom: 0;
}
    footer .footer_menu {
        display: none;
    }
    footer .copyright {
        font-size: 1.0rem;
        margin-top: 50px;
    }
}
@media screen and (max-width:415px) {
    .header_top .header_tel_sp {
        margin-right: 20px;
    }
    .header_top .header_access {
        margin-right: 16px;
    }
    header .drawerBtn {
        padding: 13px 13px 11px;
    }
    .header_top .header_logo .logo_txt02 span:nth-of-type(1) {
        margin-right: 2px;
    }
    .header_top .header_logo .logo_txt02 span:nth-of-type(2) {
        margin-right: 2px;
    }
}
@media screen and (max-width:400px) {
    header .inner {
        width: calc(100% - 15px);
    }
    .header_top .header_tel_sp {
        margin-right: 16px;
    }
    .header_top .header_access {
        margin-right: 14px;
    }
    header .drawerBtn {
        padding: 13px 11px 11px;
    }
}
