@charset "Shift_JIS";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 14px;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.025em;
  width: 100%; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s; }

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65; }

a:active, a:hover {
  outline-width: 0; }

li{
  margin: 0;
  list-style: none; }

ul,ol{
  margin: 0;
  padding: 0; }

h1,h2,h3,h4,h5,h6, p, figure, dd, dt, dl { margin:0; }

figcaption, figure, main,
article, aside, footer,
header, nav, section { display: block; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: none; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

input[type=text],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 15px;
  width: 100%; }

input[type=text]:focus,
select:focus {
  outline: none;
  border-color: #000; }

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em; }

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 15px;
  resize: vertical;
  width: 100%; }

textarea:focus {
  outline: none;
  border-color: #000; }

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em; }

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5; }

/* toggle button */
.toggle {
  display: none;
}

.toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #355B96;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}

.fixedmenu .toggle::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right center;
}

.fixedmenu .toggle__bar,
.fixedmenu .toggle__bar::after,
.fixedmenu .toggle__bar::before {
  background-color: #fff;
}

.fixedmenu .toggle__title{
  color: #fff;
}

@media screen and (max-width: 950px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px 9px;
    right: 10px;
    text-align: center;
    top: 15px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin: 8px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -9px;
  }
  .toggle__bar::after {
    top: 9px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}

.toggle[aria-expanded="true"] .toggle__bar { background-color: transparent; }
.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(9px) rotate(135deg);
  -ms-transform: translateY(9px) rotate(135deg);
  transform: translateY(9px) rotate(135deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-9px) rotate(-135deg);
  -ms-transform: translateY(-9px) rotate(-135deg);
  transform: translateY(-9px) rotate(-135deg);
  width: 30px;
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 951px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 950px) {
  .gnav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 0;
    height: 100vh;
    background: #fff;
    z-index: 6;
    transition: .5s ease;
  }
   .gnav.in {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .gnav {
    top: 75px;
  }
}

/*////////////////////////

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

[class*='fadeIn']{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
     transform: translateX(0);
  }
}

/*////////////////////////

 user common css

////////////////////////*/
[class*="container_"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l{
  max-width: 1530px;
}

.container_m{
  max-width: 1070px;
}

.container_s{
  max-width: 840px;
}

.container_xs{
  max-width: 720px;
}

.pc,
.block {
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center,
.content_centered_txt{
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.relative{
  position: relative;
}

.inline_block{
  display: inline-block;
}

.lh_24{
  line-height: 2.4;
}

.ft_10{
  font-size: 1.0rem;
}

.ft_12{
  font-size: 1.2rem;
}

.ft_18{
  font-size: 1.8rem;
}

.ft_20{
  font-size: 2rem;
}

.hdg--bkg_blue{
  max-width: 732px;
  width: 100%;
  margin: 30px auto;
  padding: 10px 15px;
  font-size: 3.6rem;
  color: #fff;
  background-color: #0066A2;
  text-align: center;
  letter-spacing: 0.075em;
}

.hdg--underline{
  max-width: 900px;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 auto 35px;
  text-align: center;
  border-bottom: 1px solid #0066A2;
}

.btn--more{
  display: block;
  max-width: 692px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 2px 15px;
  font-size: 2.3rem;
  background-color: #0066A2;
  border-radius: 15px;
  font-weight: bold;
}

.btn--more:hover{
  color: #fff;
}

.hdg--box{
  text-align: center;
  border: 1px solid #0066A2;
  max-width: 732px;
  width: 100%;
  padding: 7px 10px;
  margin: 20px auto;
}

.icn-tri__right::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 23px;
  border-color: transparent transparent transparent #fff;
  margin-left: 15px;
  position: relative;
  top: 4px;
}

.ft_cl_blue{
  color: #0066A2;
}

.ft_cl_red{
  color: #ED1C24;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
  a[href^="tel:"] img{
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550 {
    display: block;
  }
  .hdg--bkg_blue{
    font-size: 2.4rem;
  }
  .content_centered_txt{
    text-align: left;
  }
}

/*////////////////////////

 header

////////////////////////*/
header.fixedmenu{
  -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
  box-shadow: 0 3px 3px -3px rgba(0,0,0,0.6);
}

header{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  font-weight: bold;
}

header .gnav__item a{
  display: block;
}

header .logo{
  transition: .5s;
}

@media screen and (min-width: 951px) {
  header.fixedmenu .logo{
    margin-top: 10px;
  }
  header .gnav{
    padding: 50px 0 10px;
    width: 100%;
    max-width: 696px;
    background-color: #355B96;
    height: 100%;
    position: relative;
  }
  header .gnav::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 87px 0 0 56px;
    border-color: transparent transparent transparent #fff;
  }
  header .gnav__item a{
    color: #fff;
    padding: 3px 25px;
  }
  header .gnav__item:not(:last-child){
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 950px) {
  header{
    padding: 0 0 15px;
  }
  header .logo{
    margin: 15px 0 0;
  }
  header .gnav__list{
    display: block;
    text-align: center;
    font-weight: bold;
  }
  header .gnav__item a{
    color: #355B96
  }
  header .gnav__item{
    line-height: calc(70vh / 5);
  }
}

@media screen and (max-width: 550px) {
  header .logo{
    width: 78%;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer{
  padding: 40px 0;
}

footer #pagetop{
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: #355B96;
  border-radius: 100%;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 100;
  text-align: center;
  font-size: 3rem;
}

footer #pagetop a{
  display: block;
  color: #fff;
}

footer .copyright{
  font-size: 1rem;
  color: #6D6E70;
  transform: scale(0.8);
  text-align: center;
  letter-spacing: 0.05em;
}

footer .ft__gnav_item{
  width: calc(100% / 5);
  text-align: center;
  border-right:1px solid #000;
  font-weight: bold;
}

footer .ft__gnav_item:first-child{
  border-left:1px solid #000;
}

footer .ft__gnav_item a:hover{
  color: #355B96;
  text-decoration: underline;
}

footer .ft__gnav_item a{
  padding: 0 10px;
}

@media screen and (max-width: 550px) {
  footer .ft__gnav_item{
    width: calc(100% / 2);
    margin-bottom: 5px;
  }
  footer .ft__gnav_item:nth-child(odd){
    border-left:1px solid #000;
  }
  footer #pagetop{
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 2.6rem;
    bottom: 5px;
    right: 5px;
  }
}

/*////////////////////////

Toppage

////////////////////////*/
.toppage{
  margin-top: 110px;
}

.top-intro .btn--more{
  margin: 30px auto;
}

@media screen and (max-width: 425px) {
  .toppage{
    margin-top: 85px;
  }
}

/*////////////////////////

Subpage

////////////////////////*/
.subpage{
  margin: 150px 0 40px;
}

@media screen and (max-width: 550px) {
  .subpage{
    margin: 25vw 0 20px;
  }
}

/*////////////////////////

Concept

////////////////////////*/
.concept01 .content__hdg_block{
  margin: 50px 0 70px;
}

.concept02 .content__hdg_block{
  margin: 70px 0 0;
}

.concept02 .img__item:not(:last-child){
  margin-bottom: 30px;
}

@media screen and (min-width: 551px) {
  .concept01 .content__hdg{
    margin-right: 15px;
  }
  .concept02 .content__txt{
    margin-right: 3%;
  }
}

@media screen and (max-width: 550px) {
  .concept01 .content__hdg_block,
  .concept02 .content__hdg_block{
    display: block;
  }
  .concept01 .content__hdg,
  .concept02 .content__hdg{
    margin: 0 0 20px;
  }
}

/*////////////////////////

Access

////////////////////////*/
.access01 .route__list{
  margin: 30px 0;
}

.access01 .route__item:first-child{
  margin: 0 7% 0 0;
}

.access01 .navi__search_block{
  border: 1px solid #0066A2;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.access01 .navi__search_hdg{
  text-align: center;
  background-color: #0066A2;
  color: #fff;
  padding: 7px 10px 7px 0;
}

.access01 .navi__search_key{
  text-align: center;
  color: #0066A2;
}

@media screen and (min-width: 551px) {
  .access01 .navi__search_hdg{
    width: 183px;
  }
  .access01 .navi__search_key{
    width: calc(100% - 183px);
  }
}

@media screen and (max-width: 550px) {
  .access01 .route__list,
  .access01 .navi__search_block{
    display: block;
  }
  .access01 .route__item:first-child{
    margin: 0 0 40px;
  }
  .access01 .navi__search_key{
    padding: 7px 10px;
  }
}

/*////////////////////////

Recruit

////////////////////////*/
.recruit01 .table__block{
  max-width: 768px;
  width: 100%;
  margin: auto;
}

.recruit01 .list__table_hdg,
.recruit01 .list__table_detail{
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}

.recruit01 .list__table_hdg{
  background-color: #E1F4FD;
  text-align: center;
  width: 217px;
}

.recruit01 .list__table_detail{
  padding:0 25px;
}

.recruit01 .contact__hdg{
  color: #fff;
  border-radius: 14px;
  background-color: #0066A2;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

.recruit01 .contact__logo{
  margin: 0 30px;
}

.recruit01 .btn--more{
  border-radius: 25px;
  padding: 15px;
}

@media screen and (min-width: 551px) {
  .recruit01 .contact__hdg{
    width: 132px;
  }
}

@media screen and (max-width: 550px) {
  .recruit01 .contact__block,
  .recruit01 .contact__detail {
    display: block;
    text-align: center;
  }
  .recruit01 .contact__logo{
    margin: 20px 0;
  }
}

@media screen and (max-width: 425px) {
  .recruit01 .list__table_hdg{
    width: 100px;
  }
}