@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  outline: none;
  background-color: transparent;
}

div {
  line-height: inherit;
}

p {
  margin: 0;
  font-size: 100%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

em, b, strong {
  font-weight: bold;
}

small {
  font-size: 0.833em;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #777;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit;
}

code, kbd, pre, samp {
  margin: 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

address {
  font-style: normal;
  margin: 0;
  font-size: 100%;
}

cite {
  margin: 0;
  font-size: 100%;
}

figure {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

[role=button] {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

embed, iframe, object, video {
  max-width: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  padding: 0;
  font-size: 100%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 1.4rem;
  }
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0074ca;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #189cff;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
.container-outliner-fluid = 常に横幅100%、ブレイクポイント以下では左右に余白あり
.container-outliner = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白あり
.container-outliner-no-gutters = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白なし
*/
.container-outliner-fluid,
.container-outliner,
.container-outliner-no-gutters {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px;
}

.container:before,
.container:after,
.container-outliner:before,
.container-outliner:after,
.container-outliner-no-gutters:before,
.container-outliner-no-gutters:after {
  content: " ";
  display: table;
}

.container:after,
.container-outliner:after,
.container-outliner-no-gutters:after {
  clear: both;
}

.container-outliner-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-outliner-fluid:before,
.container-outliner-fluid:after {
  content: " ";
  display: table;
}

.container-outliner-fluid:after {
  clear: both;
}

@media screen and (min-width: 1001px) {
  .container-outliner,
  .container-outliner-no-gutters {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/*コンテナPC表示時はパディング無し
スマホ表示時パディング有り*/
@media screen and (max-width: 1060px) {
  .container-outliner,
  .container-outliner-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.ie8 body {
  font-size: 14px;
}
.ie8 .container-outliner,
.ie8 .container-outliner-no-gutters {
  width: 1000px;
}

#main-content {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 1.8;
  clear: both;
}
#main-content:before, #main-content:after {
  content: " ";
  display: table;
}
#main-content:after {
  clear: both;
}

.container-liner-high {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .container-liner-high {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container-liner-mid {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container-liner-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-liner-low {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .container-liner-low {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bG-pale-blue {
  background-color: #E6F8FF;
}

/*TEXT*/
/*======================
TEXT TANSFORM
=======================*/
.tT-lowercase {
  text-transform: lowercase;
}

.tT-uppercase {
  text-transform: uppercase;
}

.tT-capitalize {
  text-transform: capitalize;
}

/*======================
TEXT ALIGN
=======================*/
.tA-left {
  text-align: left !important;
}

.tA-right {
  text-align: right !important;
}

.tA-center {
  text-align: center !important;
}

.tA-justify {
  text-align: justify !important;
}

/*Line Height*/
.lH10 {
  line-height: 1 !important;
}

.lH11 {
  line-height: 1.1 !important;
}

.lH12 {
  line-height: 1.2 !important;
}

.lH13 {
  line-height: 1.3 !important;
}

.lH14 {
  line-height: 1.4 !important;
}

.lH15 {
  line-height: 1.5 !important;
}

.lH16 {
  line-height: 1.6 !important;
}

.lH17 {
  line-height: 1.7 !important;
}

.lH18 {
  line-height: 1.8 !important;
}

.lH19 {
  line-height: 1.9 !important;
}

.lH20 {
  line-height: 2 !important;
}

.lH21 {
  line-height: 2.1 !important;
}

.lH22 {
  line-height: 2.2 !important;
}

.lH24 {
  line-height: 2.4 !important;
}

/*MARGIN (EM)*/
.mT05em {
  margin-top: 0.5em;
}

.mL05em {
  margin-left: 0.5em;
}

.mR05em {
  margin-right: 0.5em;
}

.mB05em {
  margin-bottom: 0.5em;
}

.mT08em {
  margin-top: 0.8em;
}

.mL08em {
  margin-left: 0.8em;
}

.mR08em {
  margin-right: 0.8em;
}

.mB08em {
  margin-bottom: 0.8em;
}

.mT1em {
  margin-top: 1em;
}

.mL1em {
  margin-left: 1em;
}

.mR1em {
  margin-right: 1em;
}

.mB1em {
  margin-bottom: 1em;
}

.mT1-5em {
  margin-top: 1.5em;
}

.mL1-5em {
  margin-left: 1.5em;
}

.mR1-5em {
  margin-right: 1.5em;
}

.mB1-5em {
  margin-bottom: 1.5em;
}

.mT2em {
  margin-top: 2em;
}

.mL2em {
  margin-left: 2em;
}

.mR2em {
  margin-right: 2em;
}

.mB2em {
  margin-bottom: 2em;
}

.mT2-5em {
  margin-top: 2.5em;
}

.mL2-5em {
  margin-left: 2.5em;
}

.mR2-5em {
  margin-right: 2.5em;
}

.mB2-5em {
  margin-bottom: 2.5em;
}

.mT3em {
  margin-top: 3em;
}

.mL3em {
  margin-left: 3em;
}

.mR3em {
  margin-right: 3em;
}

.mB3em {
  margin-bottom: 3em;
}

.mT4em {
  margin-top: 4em;
}

.mL4em {
  margin-left: 4em;
}

.mR4em {
  margin-right: 4em;
}

.mB4em {
  margin-bottom: 4em;
}

.mT-1em {
  margin-top: -1em;
}

.mL-1em {
  margin-left: -1em;
}

.mR-1em {
  margin-right: -1em;
}

.mB-1em {
  margin-bottom: -1em;
}

.pT05em {
  padding-top: 0.5em;
}

.pL05em {
  padding-left: 0.5em;
}

.pR05em {
  padding-right: 0.5em;
}

.pB05em {
  padding-bottom: 0.5em;
}

.pA05em {
  padding: 0.5em;
}

.pT08em {
  padding-top: 0.8em;
}

.pL08em {
  padding-left: 0.8em;
}

.pR08em {
  padding-right: 0.8em;
}

.pB08em {
  padding-bottom: 0.8em;
}

.pA08em {
  padding: 0.8em;
}

.pT1em {
  padding-top: 1em;
}

.pL1em {
  padding-left: 1em;
}

.pR1em {
  padding-right: 1em;
}

.pB1em {
  padding-bottom: 1em;
}

.pA1em {
  padding: 1em;
}

.pA1em {
  padding: 1em;
}

.pA1-5em {
  padding: 1.5em;
}

.pA2em {
  padding: 2em;
}

.pA2-5em {
  padding: 2.5em;
}

.pA3em {
  padding: 3em;
}

.pT2em {
  padding-top: 2em;
}

.pL2em {
  padding-left: 2em;
}

.pR2em {
  padding-right: 2em;
}

.pB2em {
  padding-bottom: 2em;
}

.pA2em {
  padding: 2em;
}

.pT3em {
  padding-top: 3em;
}

.pL3em {
  padding-left: 3em;
}

.pR3em {
  padding-right: 3em;
}

.pB3em {
  padding-bottom: 3em;
}

.pA3em {
  padding: 3em;
}

/*======================
FLOAT
=======================*/
.clearFix:before, .clearFix:after {
  content: " ";
  display: table;
}
.clearFix:after {
  clear: both;
}

.clearBoth {
  clear: both;
}

.fL-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.fL-right {
  float: right !important;
}

.fL-left {
  float: left !important;
}

.img-width {
  width: 100%;
  height: auto;
}

.img-max-width {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-max {
  display: block;
  width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

.img-circle {
  border-radius: 50%;
}

.list-dot {
  margin-left: 0em;
}
.list-dot:before, .list-dot:after {
  content: " ";
  display: table;
}
.list-dot:after {
  clear: both;
}
.list-dot li {
  padding-left: 15px;
  line-height: inherit;
}
.list-dot li:first-child {
  margin-top: 0.1em;
}
.list-dot > li {
  text-indent: -15px;
  margin-bottom: 0.1em;
}
.list-dot > li:before {
  content: "・";
  text-indent: -15px;
}

.list-kome {
  margin-left: 0px;
}
.list-kome:before, .list-kome:after {
  content: " ";
  display: table;
}
.list-kome:after {
  clear: both;
}
.list-kome li {
  padding-left: 15px;
  line-height: inherit;
}
.list-kome li:first-child {
  margin-top: 0.4em;
}
.list-kome > li {
  text-indent: -15px;
  margin-bottom: 0.4em;
}
.list-kome > li:before {
  content: "※";
  text-indent: -15px;
}

.col-wrap {
  clear: both;
  position: relative;
}
.col-wrap:before, .col-wrap:after {
  content: " ";
  display: table;
}
.col-wrap:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .col-wrap {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
}
.col-wrap .col {
  float: left;
  padding: 1.5% 1.5%;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col-wrap .col {
    float: none;
    padding: 3% 3%;
  }
}
.col-wrap .col--nopad {
  float: left;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col-wrap .col--nopad {
    float: none;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .col-wrap.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
.col-wrap.no-gutters .col {
  padding: 0 0;
}
.col-wrap .col-1 {
  width: 8.3333333333%;
}
.col-wrap .col-2 {
  width: 16.6666666667%;
}
.col-wrap .col-3 {
  width: 25%;
}
.col-wrap .col-4 {
  width: 33.3333333333%;
}
.col-wrap .col-5 {
  width: 41.6666666667%;
}
.col-wrap .col-6 {
  width: 50%;
}
.col-wrap .col-7 {
  width: 58.3333333333%;
}
.col-wrap .col-8 {
  width: 66.6666666667%;
}
.col-wrap .col-9 {
  width: 75%;
}
.col-wrap .col-10 {
  width: 83.3333333333%;
}
.col-wrap .col-11 {
  width: 91.6666666667%;
}
.col-wrap .col-12 {
  width: 100%;
}
.col-wrap .col-pull-0 {
  right: auto;
}
.col-wrap .col-pull-1 {
  right: 8.3333333333%;
}
.col-wrap .col-pull-2 {
  right: 16.6666666667%;
}
.col-wrap .col-pull-3 {
  right: 25%;
}
.col-wrap .col-pull-4 {
  right: 33.3333333333%;
}
.col-wrap .col-pull-5 {
  right: 41.6666666667%;
}
.col-wrap .col-pull-6 {
  right: 50%;
}
.col-wrap .col-pull-7 {
  right: 58.3333333333%;
}
.col-wrap .col-pull-8 {
  right: 66.6666666667%;
}
.col-wrap .col-pull-9 {
  right: 75%;
}
.col-wrap .col-pull-10 {
  right: 83.3333333333%;
}
.col-wrap .col-pull-11 {
  right: 91.6666666667%;
}
.col-wrap .col-pull-12 {
  right: 100%;
}
.col-wrap .col-push-0 {
  left: auto;
}
.col-wrap .col-push-1 {
  left: 8.3333333333%;
}
.col-wrap .col-push-2 {
  left: 16.6666666667%;
}
.col-wrap .col-push-3 {
  left: 25%;
}
.col-wrap .col-push-4 {
  left: 33.3333333333%;
}
.col-wrap .col-push-5 {
  left: 41.6666666667%;
}
.col-wrap .col-push-6 {
  left: 50%;
}
.col-wrap .col-push-7 {
  left: 58.3333333333%;
}
.col-wrap .col-push-8 {
  left: 66.6666666667%;
}
.col-wrap .col-push-9 {
  left: 75%;
}
.col-wrap .col-push-10 {
  left: 83.3333333333%;
}
.col-wrap .col-push-11 {
  left: 91.6666666667%;
}
.col-wrap .col-push-12 {
  left: 100%;
}
.col-wrap .col-offset-0 {
  margin-left: 0%;
}
.col-wrap .col-offset-1 {
  margin-left: 8.3333333333%;
}
.col-wrap .col-offset-2 {
  margin-left: 16.6666666667%;
}
.col-wrap .col-offset-3 {
  margin-left: 25%;
}
.col-wrap .col-offset-4 {
  margin-left: 33.3333333333%;
}
.col-wrap .col-offset-5 {
  margin-left: 41.6666666667%;
}
.col-wrap .col-offset-6 {
  margin-left: 50%;
}
.col-wrap .col-offset-7 {
  margin-left: 58.3333333333%;
}
.col-wrap .col-offset-8 {
  margin-left: 66.6666666667%;
}
.col-wrap .col-offset-9 {
  margin-left: 75%;
}
.col-wrap .col-offset-10 {
  margin-left: 83.3333333333%;
}
.col-wrap .col-offset-11 {
  margin-left: 91.6666666667%;
}
.col-wrap .col-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .col-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .col-wrap .col {
    float: none;
    left: 0 !important;
    right: 0 !important;
  }
  .col-wrap .col--nopad {
    float: none;
    left: 0 !important;
    right: 0 !important;
  }
  .col-wrap .col-1 {
    width: 100%;
  }
  .col-wrap .col-2 {
    width: 100%;
  }
  .col-wrap .col-3 {
    width: 100%;
  }
  .col-wrap .col-4 {
    width: 100%;
  }
  .col-wrap .col-5 {
    width: 100%;
  }
  .col-wrap .col-6 {
    width: 100%;
  }
  .col-wrap .col-7 {
    width: 100%;
  }
  .col-wrap .col-8 {
    width: 100%;
  }
  .col-wrap .col-9 {
    width: 100%;
  }
  .col-wrap .col-10 {
    width: 100%;
  }
  .col-wrap .col-11 {
    width: 100%;
  }
  .col-wrap .col-12 {
    width: 100%;
  }
}

.row {
  margin-left: -1.55%;
  margin-right: -1.55%;
}
@media screen and (max-width: 767px) {
  .row .col-wrap .col {
    padding: 1.5% 1.5%;
  }
}

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 2.5%;
  bottom: 15px;
  width: 60px;
  height: 60px;
  outline: none;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
  background-image: url("../../images/scrollup.png");
  background-repeat: none;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #scrollUp {
    bottom: 35px;
    width: 45px;
    height: 45px;
    background-size: contain;
  }
}

#scrollUp:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp-ib {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block;
  }
}

.pc-ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none;
  }
}

/*=========================
介護のお仕事
=========================*/
body a,
body a:link,
body a:hover,
body a:visited,
body a:active {
  color: #00244e;
}

/*------------------------
COMMON
--------------------------*/
.article-items {
  color: #00244e;
}
.article-items .article-content {
  padding: 1.5em 2.5em;
  background-color: #fff;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .article-items .article-content {
    padding: 2em;
  }
}
.article-items .article-header {
  position: relative;
  padding: 1.5em 2em;
  padding-left: 24%;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .article-items .article-header {
    padding: 0.5em 1em 100px;
    min-height: auto;
  }
}
.article-items .article-header .fig {
  position: absolute;
  left: 1em;
  bottom: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .article-items .article-header .fig {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -17px;
  }
}
.article-items .article-header .item-title {
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .article-items .article-header .item-title {
    font-size: 5vw;
  }
}
.article-items .article-header .item-title span {
  color: #ff801e;
  font-weight: bold;
}
.article-items .article-header .item-title h1 {
  font-weight: bold;
  padding-bottom: 0.3em;
}
.article-items .article-header .item-title p {
  color: #00244e;
  font-size: 0.68em;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article-items .article-header p, .article-items .article-header small {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.article-items .article-img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .article-items .article-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-items .article-img {
    display: block;
  }
}
.article-items .article-img.fL-right {
  margin: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .article-items .article-img.fL-right {
    margin-bottom: 2em;
  }
}
.article-items p {
  line-height: 2.2;
  color: #333;
}
.article-items .article-title {
  color: #00244e;
  font-weight: bold;
  font-size: 1.25em;
  border-bottom: dashed 2.5px #ff801e;
  margin-bottom: 0.5em;
}

.sec-footer {
  padding-bottom: 2em;
  text-align: center;
}

.bg-color-white {
  background-color: #fff;
}

.cat-ti-outliner {
  display: table;
}
.cat-ti-outliner .cat-ti {
  color: #00244e;
  padding: 1.68em 1.68em 0;
  background-repeat: no-repeat;
  background-position: right 2em bottom;
  margin-bottom: 1.875em;
  display: table-cell;
  width: 100%;
}
.cat-ti-outliner .cat-ti .fig {
  width: 15%;
  padding-right: 0;
  display: table-cell;
  vertical-align: middle;
}
.cat-ti-outliner .cat-ti .fig img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .cat-ti-outliner .cat-ti .fig img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cat-ti-outliner .cat-ti {
    padding-right: 1.68em;
    background-position: right bottom;
  }
}
.cat-ti-outliner .cat-ti .item-title {
  font-size: 1.875em;
  width: 75%;
  line-height: 1.4;
  margin-bottom: 0.3em;
  display: table-cell;
}
.cat-ti-outliner .cat-ti .item-title span {
  color: #ff801e;
  font-weight: bold;
}
.cat-ti-outliner .cat-ti .item-title small {
  font-size: 0.68em;
}
@media screen and (max-width: 767px) {
  .cat-ti-outliner .cat-ti .item-title,
  .cat-ti-outliner .cat-ti .item-lead {
    /* text-shadow: 0px 0px 3px rgba(164,57,98,0.8);*/
    text-shadow: 0px 0px 3px rgba(10, 1, 5, 0.63), 1px 6px 6px rgba(76, 12, 30, 0), 6px 6px 5px rgba(125, 21, 63, 0.1);
  }
  .cat-ti-outliner .cat-ti .item-title {
    font-size: 5.5vw;
  }
  .cat-ti-outliner .cat-ti .item-lead {
    font-size: 4.25vw;
  }
}

.btn {
  display: inline-block;
  color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: normal;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  text-align: center;
  transition: all 0.2s;
  max-width: 250px;
}
.btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn i {
  font-size: 1.125em;
  vertical-align: -0.1em;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 60%;
    min-width: auto;
    font-size: 1.5em;
  }
}

.home #main-content {
  padding-bottom: 2%;
  background-color: #cbdfee;
}

.home-catch {
  margin-bottom: 1.875em;
  text-align: center;
}

.home-catch-lead {
  text-align: center;
  padding: 1.5em;
  line-height: 2;
  color: #00244e;
}
@media screen and (max-width: 767px) {
  .home-catch-lead {
    font-size: 3.25vw;
  }
}
.home-catch-lead b {
  font-size: 1.2em;
  line-height: 1.5;
}
.home-catch-lead .ti-1 {
  font-size: 1.8em;
  color: #00244e;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.5;
  border-bottom: dashed 2.5px #ff801e;
  display: inline-block;
}

.home-idx-items {
  margin-bottom: 1.5em;
  padding: 0.5em;
  background: #fff;
  display: table;
  width: 100%;
}
.home-idx-items .home-idx-item {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 0.875em 1.25em;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-item {
    padding: 1.5em 1.5em 0;
    display: block;
  }
}
.home-idx-items .home-idx-fig {
  width: 16%;
  padding-right: 0;
}
.home-idx-items .home-idx-fig img {
  display: block;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-fig {
    display: none;
  }
}
.home-idx-items .home-idx-footer {
  width: 27%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-footer {
    text-align: center;
    width: 100%;
    padding-bottom: 1.5em;
  }
}
.home-idx-items .home-idx-header {
  width: 57%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-header {
    font-size: 2.7vw;
    width: 100%;
  }
}
.home-idx-items .home-idx-header .item-title {
  color: #00244e;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-header .item-title {
    text-align: center;
  }
}
.home-idx-items .home-idx-header .item-title span {
  color: #ff801e;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-idx-items .home-idx-header .item-title span {
    display: inline-block;
    margin-bottom: 0.3em;
  }
}
.home-idx-items .home-idx-header .item-title h1 {
  font-weight: bold;
  padding-bottom: 0.3em;
}
.home-idx-items .home-idx-header .item-title p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
}

.intro-core-wrapper {
  background-color: #fff;
  position: relative;
}
.intro-core-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #cbdfee;
  z-index: 1;
  height: 10px;
}
.intro-core-wrapper h1 {
  position: relative;
  z-index: 2;
}

/*---------------------
VOLUME01
-----------------------*/
.volume01 #main-content {
  background: #cbdfee;
}

.message-ti {
  text-align: center;
  margin-bottom: 2em;
}

.message-board {
  text-align: center;
  margin-bottom: 1em;
}

.info-box {
  border: 4px solid #cbdfee;
  padding: 2em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .info-box {
    padding: 1.5em;
  }
}
.info-box .info {
  color: #333;
  background: #eeeeee;
  padding: 1.25em;
}
.info-box .title {
  color: #333;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.4;
}

/*
HEADER
--------------------------*/
#header {
  padding: 10px 0;
}
#header .site-name {
  display: block;
  max-width: 350px;
  max-height: 69.5px;
  float: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .site-name:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .header-items {
  display: table;
  width: 100%;
}
#header .header-items .header-item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#header .header-items .header-item:nth-of-type(2) {
  text-align: right;
  padding-left: 10px;
}

.brand-name {
  display: inline-block;
  width: 269px;
  height: 53px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.brand-name:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .brand-name {
    width: 66%;
    height: auto;
  }
}

/*
FOOTER
--------------------------*/
#site-footer {
  color: #ffffff;
  padding: 39px 15px 30px;
  background-repeat: repeat-x;
  background-color: #00244e;
  background-position: top left;
}
#site-footer .qr-text,
#site-footer .qr-code {
  display: none;
}
#site-footer .col-left,
#site-footer .col-right {
  float: left;
}
@media screen and (max-width: 767px) {
  #site-footer .col-left,
  #site-footer .col-right {
    float: none;
    width: 100% !important;
  }
}
#site-footer .col-left {
  width: 53%;
}
#site-footer .col-right {
  width: 47%;
}
#site-footer .address {
  margin-top: 7px;
}
#site-footer .site-footer-logo {
  width: 260px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 260px;
  background-repeat: no-repeat;
  background-image: url(../../images/site-footer-logo.png);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #site-footer .site-footer-logo {
    width: 180px;
    height: 24px;
    background-size: 180px;
    margin: 0 auto;
  }
}
#site-footer .address {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #site-footer .address {
    text-align: center;
  }
}
#site-footer .aichi-logo {
  float: right;
}
#site-footer .aichi-logo a {
  display: block;
  width: 175px;
  height: 54px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../../common/images/site-footer-logo-aichi.png);
}
@media screen and (max-width: 767px) {
  #site-footer .aichi-logo {
    float: none;
    margin-top: 10px;
  }
  #site-footer .aichi-logo a {
    margin: 0 auto;
  }
}
#site-footer .copy {
  width: 100%;
  clear: both;
  font-size: 0.857em;
  text-align: right;
  padding-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #site-footer .copy {
    text-align: center;
  }
}

.ti-a {
  color: #F08B00;
  font-weight: bold;
  display: block;
}

.answer {
  margin-bottom: 1.5em;
}

.ti-midasi {
  font-weight: bold;
  color: #F04B98;
}

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}