@charset "UTF-8";
* {
  -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: #263141;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 0.05rem;
}

a {
  color: #263141;
  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 {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption, figure, main {
  display: block;
}

article, aside, footer, header, nav, section, .section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-family: "toermip";
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  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;
}

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;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

ifream{
  vertical-align: middle;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  outline: none;
margin: 2px;
  padding: 10px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #134A90;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: stheimkpiloartie;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.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-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.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-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5{
  margin-top: 5px;
}

.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-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.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;
}

.mb-120 {
  margin-bottom: 120px;
}

/* pager */

.pager{
  position: relative;
}

.pager a{
  font-weight: bold;
}

.pager .prev{
  position: absolute;
  top: 8px;
  left: 0;
}

.pager .next{
  position: absolute;
  top: 8px;
  right: 0;
}

.pager .prev a,
.pager .next a{
  display: block;
  position: relative;
  color: #134A90;
  font-size: 1.6rem;
}

.pager .prev a{
  padding-left: 30px;
}

.pager .next a{
  padding-right: 30px;
}

.pager .prev a::before,
.pager .next a::before,
.pager .prev a::after,
.pager .next a::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.pager .prev a::before,
.pager .next a::before{
  width: 20px;
  height: 20px;
  background-color: #134A90;
  border-radius: 100%;
}

.pager .prev a::before{
  left: 0;
}

.pager .next a::before{
  right: 0;
}

.pager .prev a::after,
.pager .next a::after{
  width: 0;
  height: 0;
  border-style: solid;
}

.pager .prev a::after{
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFF transparent transparent;
  left: 6px;
}

.pager .next a::after{
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #FFF;
  right: 6px;
}

.pager .back{
  display: block;
  width: calc(100% - 250px);
  max-width: 400px;
  margin: 0 auto;
}

.pager .back a{
  text-align: center;
  color: #FFF;
  background-color: #134A90;
  padding: 10px;
  border-radius: 30px;
  display: block;
}

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

  .pager{
    padding-bottom: 100px;
  }

  .pager .back{
    width: 80%;
    max-width: 100%;
    position: absolute;
    left: 10%;
    bottom: 0;
  }

}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 55px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.4rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #144A90;
  color: #144A90;
  margin: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: bold;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border: 1px solid #144A90;
  color: #fff;
  background: #144A90;
  font-weight: bold;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
  position: relative;
  border: none;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.wp-pagenavi a.previouspostslink::before{
  background-color: #CEE3EA;
}

.wp-pagenavi a.nextpostslink::before{
  background-color: #144A90;
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after{
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
}

.wp-pagenavi a.previouspostslink::after{
  border-width: 4px 5px 4px 0;
  border-color: transparent #FFF transparent transparent;
  margin-left: -3px;
}

.wp-pagenavi a.nextpostslink::after{
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #FFF;
  margin-left: -2px;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
  background-color: #FFF;
}

.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 45px;
  height: 47px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: -50px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: -50px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

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

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;

  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle{
    display: block;
    position: fixed;
    width: 54px;
    height: 60px;
    z-index: 999;
    background-color: #134A90;
    right: 0;
    top: 0;
    border: 3px solid #134A90;
    border-radius: 0 0 0 5px;
  }

  .toggle span{
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    left: 10px;
    top: 35%;
    transition: all .5s;
  }

  .toggle span:first-child{
    margin-top: -10px;
  }

  .toggle span:nth-child(3){
    margin-top: 10px;
  }

  .toggle::after{
    content: "メニュー";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all .3s;
    color: #FFF;
  }

  .toggle.active::after{
    content: "とじる";
  }

  .toggle.active span:first-child{
    margin-top: 0;
    transform: rotate(45deg);
  }

  .toggle.active span:nth-child(2){
    opacity: 0;
  }

  .toggle.active span:nth-child(3){
    margin-top: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav{
    position: fixed;
    width: 100%;
    border-top: 3px solid #144A90;
    background-color: rgba(255,255,255,.9);
    z-index: 999;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all .5s;
    opacity: 0;
  }

  .gnav.active{
    transform: translateX(0);
    opacity: 1;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_m{
  max-width: 1000px;
	 margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_s{
  max-width: 880px;
	 margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_xs{
  max-width: 580px;
}

.bold{
  font-weight: bold;
}

.t-center{
  text-align: center;
}

.t-right{
  text-align: right;
}

.f-maru{
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
}

.f-name{
  font-family: 'HG行書体','HGP行書体',cursive;
  font-weight: bold;
}

.t-under{
  text-decoration: underline;
}

.t-red{
  color: #E81859;
}

.t-navy{
	color: #134A90;
}
.fz11{
  font-size: 1.1rem;
}

.fz12{
  font-size: 1.2rem;
}

.fz13{
  font-size: 1.3rem;
}

.fz20{
  font-size: 2rem;
}

.fz24{
  font-size: 2rem;
}

.lh_2{
  line-height: 2.25;
}

.table01{
	border: 1px solid #BFD7D7;
}

.table01 .table01__th,
.table01 .table01__td{
  text-align: center;
	border-bottom: 1px dotted #BFD7D7;
}

.table02 .table02__th,
.table02 .table02__td{
  border-bottom: 1px solid #BFD7D7;
  text-align: left;
  padding: 20px 0;
}

.table02 .table02__th{
  width: 20%;
  vertical-align: text-top;
}

.table02 .table02__td{
  width: 80%;
}

.hdg01{
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 10px 10px 42px;
  position: relative;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
}

.hdg01::before,
.hdg01::after{
  position: absolute;
  content: "";
  border-radius: 100%;
}

.hdg01::before{
  width: 22px;
  height: 22px;
  background-color: #134A90;
  left: 10px;
  top: 4px;
}

.hdg01::after{
  width: 10px;
  height: 10px;
  background-color: #FFF;
  left: 16px;
  top: 10px;
}

.hdg02{
  font-size: 1.9rem;
  color: #134A90;
}

.hdg03{
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.size-s{
  width: 130px !important;
}

.size-m{
  width: 200px !important;
}

.btn-contact{
  color: #134A90;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding: 12px 0;
}

.btn-contact::before,
.btn-contact::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  z-index: -1;
}

.btn-contact::before{
  background-color: #FCD845;
  top: 0;
}

.btn-contact::after{
  background-color: #F3C712;
  bottom: 0;
}

.btn-print{
  display: block;
  width: 200px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #DBDCDD;
  padding: 5px;
  line-height: 1.6;
  border-radius: 20px;
  font-size: 1.3rem;
}

.btn-print:hover{
  opacity: 1;
  background-color: #DBDCDD;
}

.btn01{
  display: block;
  max-width: 400px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #FFF;
  background-color: #263142;
  padding: 10px;
  letter-spacing: 0.1rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #263142;
}

.btn01::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #FFF;
  right: 22px;
  top: 50%;
  margin-top: -7.5px;
  z-index: 1;
  transition: all .3s;
}

.btn01::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4.5px;
  border-color: transparent transparent transparent #263142;
  right: 26px;
  top: 50%;
  margin-top: -3.5px;
  z-index: 2;
  transition: all .3s;
}

.box01{
  border-radius: 4px;
  border: 1px solid #BFD7D7;
  background-color: #FFF;
  padding: 0 5px 15px;
  position: relative;
}

.box01::before{
  content: "";
  width: 70%;
  height: 3px;
  background-color: #134A90;
  position: absolute;
  left: 15%;
  top: -1px;
}



.box01 .box01__ttl{
  text-align: center;
  font-size: 2.2rem;
  border-bottom: 2px dotted #BFD7D7;
  padding: 15px 0 10px;
}

.box01 .box01__inner{
  padding: 10px 5px 0;
  margin: 0 auto;
}

.box01 .box01__inner .img{
  margin-bottom: 5px;
}

.box02{
  border-radius: 10px;
  border: 1px solid #BFD7D7;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
}

.box02 .box02__ttl{
  font-size: 2.4rem;
  border-bottom: 1px dotted #BFD7D7;
  padding: 20px 0 10px;
}

.box02 .box02__ttl img{
  vertical-align: text-bottom;
  margin-right: 5px;
}

.box02 .box02__inner{
  padding: 30px 0;
}

.flow-ttl{
  font-weight: bold;
  font-size: 1.6rem;
  padding: 16px 10px 17px 75px;
  position: relative;
  background-color: #E8F9FD;
  overflow: hidden;
  line-height: 1.4;
}

.flow-ttl::before{
  width: 45px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  background-color: #134A90;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.flow-ttl:first-of-type::before{
  content: "1";
}

.flow-ttl:nth-of-type(2)::before{
  content: "2";
}

.flow-ttl:nth-of-type(3)::before{
  content: "3";
}

.flow-ttl:nth-of-type(4)::before{
  content: "4";
}

.flow-ttl:nth-of-type(5)::before{
  content: "5";
}

.flow-ttl:nth-of-type(6)::before{
  content: "6";
}

.flow-ttl:nth-of-type(7)::before{
  content: "7";
}

.flow-ttl:nth-of-type(2)::before{
  content: "2";
}

.flow-ttl::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 15px 0 0;
  border-color: #134A90 transparent transparent transparent;
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 1;
}

.notes{
  max-width: 380px;
  padding: 8px 10px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  color: #134A90;
  border: 2px dotted #134A90;
}

.sp,.sp02{
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

  .box01 .box01__ttl{
    font-size: 3vw;
  }

  .box02{
    padding: 0 15px;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

}

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

  .box01 .box01__ttl{
    font-size: 1.7rem;
  }

  .table02 .table02__th{
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 15px 0 5px;
  }

  .table02 .table02__td{
    width: 100%;
    display: block;
    padding: 0 0 15px;
  }

  .pc02{
    display: none;
  }

  .sp02{
    display: block;
  }

}

.title{
	text-align: center;
	font-size: 2.2rem;
	padding: 15px 0 30px ;
	font-weight: bold;
}

.title .title-wrap {
    display: inline-block;
    padding: 0 40px;
    background-image: url("img/common/bg04.png"), url("img/common/bg04.png");
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.title2{
	font-size: 2.2rem;
	padding: 15px 0 30px ;
	font-weight: bold;
}

.title2 .title-wrap {
    display: inline-block;
    padding: 0 40px;
    background-image: url("img/common/bg04.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.txt_underline{
  border-bottom: 2px solid #134A90;
}

.emphasis_icn{
  position: relative;
  display: inline-block;
}

.emphasis_icn::before{
  content: '';
  background: url(img/common/hdg_decoration.svg) no-repeat center / contain;
  width: 28px;
  height: 15px;
  position: absolute;
}

ul.inline {
	letter-spacing:-.40em;
}
ul.inline li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}

/*////////////////////////

 header

////////////////////////*/

.header{
  width: 100%;
}


/*////////////////////////

footer

////////////////////////*/

.footer {
 width: 100%;
	text-align: center;
	padding-top: 120px;
}


/* メインイメージ */

.main-img{
  position: relative;
}

.main-img p {
  position: absolute;
  color: white;
  top: 10%;
  left: 10%;
  font-weight: bold;
  font-size: 42px;
  text-shadow: 0px 0px 1px #9CBEE0,
               0px 0px 2px #9CBEE0,
               0px 0px 3px #9CBEE0,
               0px 0px 4px #9CBEE0,
               0px 0px 5px #9CBEE0,
               0px 0px 6px #9CBEE0;	
  font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
}

.main-img img {
  width: 100%;
  }

.main-txt {
  position: absolute;
  right: 0;
  left: 0;
  top:15%;
  margin: auto;
  max-width: 1250px;
  width: 100%;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* top */

.top-service{
  margin-top: -35px;
}

.top-service .box01{
  max-width: 320px;
  width: 33%;
}

.top-service .box01 .box01__inner{
  max-width: 260px;
}

.top-service .box01:last-child::after {
    content: url(img/common/icn_clover.png);
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.top-service-slider{
  padding-top: 50px;
	margin-bottom: 100px;
}

.top-service-slider .container{
  max-width: 1050px;
}

.top-service-slider .slider-wrap{
  padding: 30px 0;
  background-color: #CEE3EA;
}

.top-service-slider .box01{
  min-height: 345px;
  margin: 0 10px;
}

.top-service-slider .box01 .box01__inner{
  max-width: 260px;
}

.top-flow{
  padding: 50px 0;
}

.top-flow .box02 a{
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding-left: 22px;
  position: absolute;
  right: 20px;
  top: 25px;
}

.top-flow .box02 a:hover{
  color: #134A90;
  opacity: 1;
}

.top-flow .box02 a::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #134A90;
  left: 0;
  top: 7px;
}

.top-flow .box02 a::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4.5px;
  border-color: transparent transparent transparent #fff;
  left: 6px;
  top: 11px;
}

.top-flow .box02 ul li:not(:last-child){
  margin-bottom: 10px;
}

.top-homelist{
  padding: 45px 0;
	margin-bottom: 120px;
  border-top: 1px solid #BFD7D7;
  border-bottom: 1px solid #BFD7D7;
  background-color: #CEE3EA;
  background-repeat: no-repeat, no-repeat ,repeat;
  background-position: left bottom, right bottom, left top;
}

.home-list .home-list__item{
  width: 24%;
  margin: 0 1.33% 10px 0;
}

.home-list .home-list__item:nth-child(4n){
  margin-right: 0;
}

.home-list .home-list__item{
  border: 6px solid #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.home-list .home-list__item p{
  font-size: 1.6rem;
}

.top-info{
  padding: 45px 0 55px;
}

.top-info .top-info__item{
  width: 48%;
}

.top-info .top-info__item .btn01{
  max-width: 100%;
}

.top-info .top-info__item .top-info__item__ttl{
  padding: 10px 15px;
	margin:30px;
	background: #00B3CD;
	color:#fff;
	text-align: center;
}


.info-list .info-list__item .date{
  width: 110px;
}


.info-list .info-list__item a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
.main-img p {
  top: 3%;
  left: 3%;
}

  .top-service{
    margin-top: 0;
  }

  .top-recruit-slider h2 img{
    margin: 0 auto;
  }

  .top-recruit-slider .box01{
    margin: 0 3px;
  }

  .top-homelist{
    background-size: 40%, 40%, auto;
  }

  .home-list .home-list__item{
    width: 32%;
    margin: 0 2% 10px 0;
  }

  .home-list .home-list__item:nth-child(4n){
    margin-right: 2%;
  }

  .home-list .home-list__item:nth-child(3n){
    margin-right: 0;
  }

  .top-info .top-info__item{
    width: 100%;
  }

  .top-info .top-info__item:first-of-type{
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 550px) {
.main-img p {
  top: 0;
  left: 0;
  font-size: 2.1rem;
}
	
.main-txt {
	max-width: 550px;
}
	
  .top-service .box01{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .top-recruit-slider .slider-wrap .container{
    padding: 0;
  }

  .top-flow .box02 a{
    top: 60px;
  }

  .top-flow .box02 .box02__ttl{
    padding-bottom: 30px;
  }

  .home-list .home-list__item{
    width: 49%;
    margin: 0 2% 10px 0;
  }

  .home-list .home-list__item .img{
    border: 3px solid #FFF;
  }

  .home-list .home-list__item:nth-child(3n){
    margin-right: 2%;
  }

  .home-list .home-list__item:nth-child(2n){
    margin-right: 0;
  }

}

/* subpage */


.submain{
  padding: 65px 0 55px;
  background-image: url(img/common/bg03.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;

}

.submain .submain__ttl{
  font-size: 3rem;
  line-height: 1.4;
  color: #134A90;
}

.submain .submain__ttl .submain__ttl__en{
  font-size: 2rem;
  font-weight: normal;
  display: block;
}

/*////////////////////////

breadcrumb(パンくずリスト)

////////////////////////*/

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
margin-bottom: 85px;	
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}


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

	.submain{
		margin-bottom: 85px;
	}

}

/* kaigo */

.service01{
  padding-bottom: 45px;
}

.service01 .intro{
  text-align: center;
}

.vision {
	width: 100%;
}

.vision > .box01{
	width: 48%;
	padding: 10px;
}

.vision .box01 .box01__inner{
  max-width: 280px;
padding: 20px;
}

.vision .box01__inner li{
  max-width: 280px;
}

.service01 .box01{
  margin-bottom: 40px;
  padding: 0;
}

.service01 .box01::before{
  width: 120px;
  left: 50%;
  margin-left: -60px;
}

.service01 .box01 .box01__inner{
  max-width: 935px;
  padding: 30px 70px;	
}

.service01 .box01 .service-item{
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 25px;
}

.service01 .box01 .service-item .service-item__ttl{
  font-size: 1.4rem;
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  letter-spacing: 0.05rem;
}

.service01 .box01 .service-item:nth-of-type(4n){
  margin-right: 0;
}

.service01 .message{
  position: relative;
  padding-bottom: 60px;
  margin: 60px 0 0;
}

.message::after{
  content: '';
  display: block;
  position: absolute;
  background: url("img/kaigo/bg.png") no-repeat bottom center / cover;
  width: 100%;
  height: 40%;
  bottom: 40px;
  left: 0;
  z-index: -1;
}

.service {
	width: 100%;
}

.service > .border_box{
	width: 24%;
	padding: 10px;
}

.service .border_box > p{
	padding:15px;
}

.border__ttl{
	color:#134A90;
	font-size: 1.5rem;
	font-weight: bold;
}
.border_box__hdg{
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 90%;
}

.border_box__hdg span{
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
}

.end{
background-image: url(img/kaigo/bg01.png), url(img/kaigo/bg02.png);
  background-repeat: no-repeat;
  background-position: 15px center, right 5% bottom 30px;
}
.service .emphasis_icn{
  padding: 0;
}

.service .emphasis_icn::before{
  top: -17px;
  right: 0;
  left: 0;
  margin: auto;
}

.top-slider__item{
  position: relative;
  padding: 0 10px;
}

.top-slider{
  margin-top: 50px;
  position: relative;
}

.top-slider::before,
.top-slider::after{
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  z-index: 2;
}

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

  .service01 .intro{
    padding-bottom: 140px;
    background-position: left 0 bottom 15px, right 0 bottom 15px;
  }

  .service01 .box01 .service-item{
    width: 30%;
    margin: 0 5% 25px 0;
  }

  .service01 .box01 .service-item:nth-of-type(4n){
    margin-right: 5%;
  }

  .service01 .box01 .service-item:nth-of-type(3n){
    margin-right: 0;
  }
	
	.box01 .box01__ttl{
    font-size: 3vw;
  }
	.top-slider::after{
    width: 50px;
    right: 20px;
  }
}

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

  .service01 .intro{
    text-align: left;
  }

  .service01 .box01 .service-item{
    width: 100%;
    margin: 0 0 25px;
  }

  .service01 .box01 .service-item:nth-of-type(4n){
    margin-right: 0;
  }

  .service01 .box01 .service-item .img{
    text-align: center;
  }
	
	.vision .box01{
		width: 100%;
	}

	.service01 .box01 .box01__inner{
  padding: 30px 40px;	
}
	
	.service .border_box{
		width: 48%;
		 margin: 0 0 40px;
	}
	
	.top-slider__item{
    padding: 0 5px;
  }
}


/* guide01 */

.steps {
  /* 連番カウンター名の定義 */
  counter-reset: step-counter;
  /* 縦棒との位置関係に必要 */
  position: relative;
  /* 縦棒と連番のためのスペースを左に確保 */
  padding-left: 5rem; /* 連番(1.5rem) + 余白 */
}

/* 縦棒 */
.steps:before {
  content: "";
  /* 幅と色 */
  background-color: #134A90;
  width: 3px;
  /* 位置 */
  position: absolute;
  top: 1.5rem; /* 円のwidthの半分 */
  left: 1.5rem; /* 円のwidthの半分 */
  height: calc(100% - 1.5rem); /* 100% - top */
  /* 連番より後ろに表示するため */
  z-index: 0;
	padding-bottom: 10px;
}

.steps img{
	float:right;
}
.steps > h2 {
  /* 連番カウンターを+1する */
  counter-increment: step-counter;
  /* 連番カウンターを垂直方向に中央揃えで表示する */
  display: flex;
  align-items: center;
	border-bottom: 2px dotted #CEE3EA;
}

/* ①②③など連番 */
.steps > h2:before {
  /* 連番カウンターの値を表示する */
  content: counter(step-counter, decimal-leading-zero);
  /* フォントと色 */
  background: #134A90;
  color: white;
  font-size: 1.25rem;
  font-weight: normal;
  /* 文字を中央に表示する */
  line-height: 3.125rem;
  text-align: center;
  /* 円で表示する */
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  /* .stepsでmargin-left +2rem したぶん左に戻す */
  position: absolute;
  left: 0;
  /* 縦棒より手前に表示するため */
  z-index: 1;
}
.flow01 .flow-list .flow-list__item{
  margin-bottom: 50px;
  position: relative;
}


.flow01 .flow-list .flow-list__item.car .img-car{
  text-align: right;
}

.flow01 .flow-list .flow-list__item .flow-ttl{
  margin-bottom: 20px;
}

.flow01 .flow-list__item .flow-ttl.num02::before{
  content: "2";
}

.flow01 .flow-list__item .flow-ttl.num03::before{
  content: "3";
}

.flow01 .flow-list__item .flow-ttl.num04::before{
  content: "4";
}

.flow01 .flow-list__item .flow-ttl.num05::before{
  content: "5";
}

.flow01 .flow-list__item .flow-ttl.num06::before{
  content: "6";
}

.flow01 .flow-list__item .flow-ttl.num07::before{
  content: "7";
}

@media screen and (min-width: 550px) {

  .flow01 .flow-list .flow-list__item.car p:not(.img-car){
    padding-right: 220px;
  }

  .flow01 .flow-list .flow-list__item.car .img-car{
    position: absolute;
    right: 5%;
    bottom: 0;
  }

}


/* homelist */

.list_name{
	color:#1A5192;
}

.add span{
  padding-left: 15px;
  position: relative;
}

.add span::before{
	position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.tel span{
  padding-left: 15px;
  position: relative;
}

.tel span::before{
	position: absolute;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.homelist01 .box01{
  border: none;
}

.homelist01 .box01::before{
  display: none;
}

.homelist01 .border_box{
  padding: 20px;
}

.homelist01 .border_box img{
  border-radius: 5px;
max-width: 100%;
  display: block;
  margin: 0 auto;	
}

.homelist01 .box01 img{
  margin-bottom: 25px;
	border-radius: 5px;
	padding: 5px;
    border: 2px dotted #CEE3EA;
}
.home {
	width: 100%;
}

.home > .box01{
	width: 48%;
	padding: 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.home ul.relief li{
	font-size:1.3rem;
	color:#1B5193;
	border:#1B5193 1px solid;
	height:32px;
	line-height:32px;
	margin:0 10px 10px 0;
	padding:0 10px ;
	position:relative;
}

.letter .border_box{
  border-radius: 5px;
  padding: 40px 30px;
  position: relative;
}

.homelist01 .border_box::before {
    content: url(img/common/icn_clover.png);
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.letter .letter_img{
 width: 30%;
  margin-right: 3%;
}

.letter .letter_txt{
  float: right;
	max-width: 550px;
}

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

	.letter .border_box{
  border-radius: 5px;
  padding: 20px 15px;
	
	}
	
	.letter .letter_img{
 width: 100%;
  margin-bottom: 20px;
}

	.homelist01 .box01{
		width: 100%;
	}
}

/* home01*/
.home-ttl{
	border-bottom: #BFD7D7 2px dotted;
	padding-bottom: 5px;
}

.home-ttl ul.relief li{
	font-size:1.3rem;
	color:#1B5193;
	border:#1B5193 1px solid;
	height:32px;
	line-height:32px;
	margin:0 10px 10px 0 ;
	padding:0 10px ;
	position:relative;
}

.home01 img{
	border-radius: 5px;
}

.gmap iframe{
	border-radius: 5px;
}
.home01 .price .table--type02{
	border-collapse: collapse;
}

.home01 .price .table--type02 .spec__detail{
	padding: 5px;
	border:#000000 1px solid;
}

.home01 .price .table--type02 .blue{
	background-color: #CEE3EA;
}

.home01 .price .table--type02 .lightblue{
	background-color: #F0F7F7;
}

.home01 .list{
  background-color: #CEE3EA;
  background-size: cover;
  background-position: center center;
	margine: 0 -200%;
	padding:60px 200%;	
}

.col_3{
	width:110%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}

.home01 .list{
  padding: 30px 0;
  background: #CEE3EA;
  background-size: cover;
  background-position: center center;
}

.home01 .list .container_s{
  border-top: #EEEEEE 1px solid;
	padding-top: 5px;
}

.home01 .list .list__inner{
  width: 100%;
  max-width: 1000px;

  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}

.list .btn02 {
    text-align: center;
    display: block;
    width: 220px;
    color: #FFF;
    padding: 15px 30px;
    background-color: #263142;
    border-radius: 30px;
    position: relative;
	 border: none;
  margin: 30px 0 30px 20px;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}

.list .btn02::after {
	 width: 15px;
    height: 15px;
    left: 25px;
    top: 38%;
	background:url("img/common/btn_back.png");
}

.list li{
  position: relative;
  padding-left: 15px;
}
 
.list li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #134A90;
	border-radius: 30px;
}


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

	.home-ttl{
		display: block;
	}
	.home-ttl h2{
	width: 100%;
		margin-bottom:10px;
}
	.home-ttl ul.relief li{
	font-size:1.2rem;
	color:#1B5193;
	border:#1B5193 1px solid;
	height:28px;
	line-height:28px;
	margin:0 10px 10px 0 ;
	padding:0 10px ;
	position:relative;
}
	
	.home01 .price .table--type02 .spec__detail{
	padding: 6px 4px;
}
.home01 .price .table--type02{
	max-width: 100%;
  margin: 0 auto;
}
	
	.col_3 > div{
		width: 100%;
	}
}

/* recruit */

.recruit01 .box01{
  border: none;
}

.recruit01 .box01::before{
  display: none;
}

.recruit01 .border_box{
  padding: 20px;
}

.recruit01 .border_box img{
  border-radius: 5px;
max-width: 100%;
  display: block;
  margin: 0 auto;	
}

.recruit01 .box01 img{
  margin-bottom: 15px;
	border-radius: 5px;
	padding: 5px;
    border: 2px dotted #CEE3EA;
}

.recruit01 .happiness01,
.recruit01 .happiness03,
.recruit01 .happiness05{
  background-color: #CEE3EA;
  background-size: cover;
  background-position: center center;
	margin:0 -200%;
	padding:60px 200% 0;	
	
}

.happiness01 .img,
.happiness03 .img,
.happiness05 .img{
 width: 35%;
  margin-right: 20px;
}

.happiness01 .txt,
.happiness03 .txt,
.happiness05 .txt{
	max-width: 550px;
}

.happiness01 .emphasis_icn,
.happiness03 .emphasis_icn,
.happiness05 .emphasis_icn{
  position: relative;
display: inline-block;
}

.happiness01 .emphasis_icn::before,
.happiness05 .emphasis_icn::before{
  content: '';
  background: url(img/common/hdg_decoration.svg) no-repeat center / contain;
-webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);	
  width: 28px;
  height: 15px;
  position: absolute;
	left:-20px;
}

.recruit01 .happiness02,
.recruit01 .happiness04{
	padding-top:60px;	
}

.happiness02 .img{
	  float: right;
 width: 30%;
}

.happiness04 .img{
	  float: right;
 width: 33%;
}

.happiness02 .txt,
.happiness04 .txt{
	max-width: 550px;
}

.happiness02 .emphasis_icn,
.happiness04 .emphasis_icn{
  position: relative;
  display: inline-block;
}

.happiness02 .emphasis_icn::before{
  content: '';
  background: url(img/common/hdg_decoration.svg) no-repeat center / contain;
-webkit-transform:rotate(30deg);
    -moz-transform:rotate(30deg);	
  width: 28px;
  height: 15px;
  position: absolute;
	right:-15px;
	top:-20px;
}

.happiness03 .emphasis_icn::before{
  content: '';
  background: url(img/common/hdg_decoration.svg) no-repeat center / contain;
-webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);	
  width: 28px;
  height: 15px;
  position: absolute;
	left:-10px;
	top:-20px;
}

.happiness04 .emphasis_icn::before{
  content: '';
  background: url(img/common/hdg_decoration.svg) no-repeat center / contain;
-webkit-transform:rotate(30deg);
    -moz-transform:rotate(30deg);	
  width: 28px;
  height: 15px;
  position: absolute;
	right:-10px;
}

.table--type02 .spec__detail{
	padding: 15px 80px 15px 20px;
	border-top:#F0F7F7 2px solid;
	border-bottom:#F0F7F7 2px solid;
}

.table--type02 .blue{
	background-color: #CEE3EA;
	border-top:#FFF 2px solid;
	border-bottom:#FFF 2px solid;
	white-space: nowrap;
}

.recruit01 .entry{
  background-color: #CEE3EA;
  background-size: cover;
  background-position: center center;
	margin:0 -200%;
	padding:40px 200% 60px;	
}

.recruit01 .entry .btn02 {
    text-align: center;
    display: block;
    width: 420px;
    color: #FFF;
    padding: 20px 40px;
    background-color: #263142;
    border-radius: 60px;
    position: relative;
	 border: none;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}

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

  .happiness01 .img,
.happiness03 .img,
.happiness05 .img{
    margin: 0 20px 0 5%;
  }

}

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

	.recruit01 .box01{
		width: 100%;
		text-align: center;
	}
	
	.happiness h2{
		font-size:1.5rem;
white-space: nowrap;
	}
.happiness02 .img,
.happiness04 .img{
    width: 60%;
	margin-left: auto;
	margin-top: 40px;
  }
	
.happiness01 .img,
.happiness03 .img,
.happiness05 .img{
    width: 70%;
	margin-right: auto;
	margin-top: 40px;
  }
	
	.table--type02 .spec__detail{
	padding: 15px 40px 15px 10px;
}
}

/* system */
.system01 .col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.system01 .col_4 > div{
	width: 25%;
	padding: 10px;
}

.system01 .btn02 {
    text-align: center;
    display: block;
    width: 230px;
    color: #FFF;
    background-color: #263142;
    border-radius: 30px;
    position: relative;
	 border: none;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}

.system01 .btn02::after {
	 width: 15px;
    height: 16px;
    right: 25px;
    top: 38%;
	background:url("img/common/btn_carret_under.png");
}

.system01 .none::after {
	display: none;
}

.system01 .box01{
  border: none;
	background-color: #F0F7F7;
}

.system01 .box01::before{
  display: none;
}

.system .box01 .box01__inner{
  margin: 0 auto;
}

.system01 .box01 img{
  border-radius: 5px;
max-width: 100%;
  display: block;	
}

.system01 .box01 .box__ttl{
	color:#134A90;
	font-weight:bold;
	margin: 15px 0;
	font-size:20px;
}

.system {
	width: 100%;
}

.system > .box01{
	width: 47%;
	padding: 40px 30px;
	margin-bottom: 40px;
}

 .system__box .box01{
	width: 100%;
	padding: 40px 30px;
}

.system__box .box01 .img{
	text-align: left;
	width: 30%;
}

.system__box .box01 .txt{
	max-width: 530px;
}

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

	.system01 .btn02 {
    text-align: center;
    display: block;
    width: 100%;
    color: #FFF;
    padding: 15px 30px;
    background-color: #263142;
    border-radius: 30px;
    position: relative;
	 border: none;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}
	
.system01 .box01{
  width:100%;
}
	
}
/* company */


	.timeline__img img{
	border-radius: 5px;
  }	
	
	.timeline__img p{
	padding-right: 30px;
  }	

.timeline > li {
    overflow: hidden;
	margin: 0;
    position: relative;
  }
	
.timeline-date {
    width: 80px;
    float: left;
    margin-top: 15px;
	margin-right: 10px;
	line-height: 1.5;
  }
	
.timeline-content {
    width: 86%;
    float: left;
    border-left: 3px #B3DCE9 solid;
	padding-left: 20px;
	padding-bottom: 40px;
  }
	
.timeline-content:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #B3DCE9;
    position: absolute;
    left: 85px;
    top: 20px;
    border-radius: 100%;
  }

	.timeline__txt:first-child{
	padding-top: 18px;

  }	
	
.timeline__txt .month{
	padding-right: 20px;
  }	
	
	.timeline__img{
		margin-top: 20px;
		padding-left: 40px;
  }

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

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 40px;
	width: 100%;
}
	
.timeline-content {
	border: none;
	margin: 0 auto;
	}
	
.timeline-content:before {
    display: none;
  }	
	
.timeline__txt{
	display: block;

  }		
	.timeline-date {
    width: 100%;
    float: left;
    margin-top: 20px;
	margin-right: 30px;
	line-height: 1.5;
  }
	
.timeline__img img{
	width: 100%;
  }	
}

/* news */

.news01{
  padding-bottom: 45px;
}

.news01 .info-list .info-list__item{
  margin-bottom: 0;
  padding: 15px 0;
}

/* detail */

.detail01{
  padding-bottom: 50px;
}

.detail-ttl{
  border-bottom: 3px dotted #BFD7D7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.detail-cont{
  border-bottom: 1px solid #BFD7D7;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.detail-cont p{
  margin-bottom: 30px;

}

.detail-cont img{

  display: block;
  margin: 0 auto 30px;
}


/* contact */

.contact01{
  padding-bottom: 50px;
}

.contents__intro{
	text-align:center;
	margin: 0 auto;
}

.tel-contents{
	text-align: center;
}


.border_box{
  border: 1px solid #BFD7D7;
	border-radius: 2px;
  padding: 30px 60px 20px;
  position: relative;
}

.contact01 .border_box::after {
    content: url(img/common/icn_clover.png);
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: -30px;
}
.contact01 .contact__number a{
  color: #26313F;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.contact__hours{
	text-align: center;
	background-color: #EEEEEE;
	padding: 10px;
}

.stepBar {
 max-width: 480px;	
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar li {
  list-style: none;
  position: relative;
  width: 50%;
}

.stepBar li:after {
  background: #DDDDDD;
  content: "";
  width: calc(100% - 50px);
  height: 6px;
  position: absolute;
  left: calc(-50% + 25px);
  top: 20px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #DDDDDD;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  margin-bottom: 5px;
  line-height: 50px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.stepBar .visited:after {
  background: #134A90;
}

.stepBar .visited span {
  background: #134A90;
}

.form-wrap .table01{
	padding: 0 5px;
}

.form-wrap .table01 .table01__th,
.form-wrap .table01 .table01__td{
  text-align: left;
  padding: 20px;
}

.form-wrap .table01 .table01__th{
  width: 30%;
}

.form-wrap .table01 .table01__td{
  width: 70%;
}
.contact01 [class^="input__"]{
  display: inline-block;
  color: #fff;
  background-color: #134A90;
 font-size: 1em;
  padding: 0 7px;
  line-height: 1.75;
}

.contact01 .input__opt{
  color: #26313F;
  background-color: #eee;
}

.contact01 .container_xs{
	 margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.contact01 [class^="input__"]{
  margin-right: 15px;
}

.table01__td input::placeholder{	
	color: #888888;
}

.btn-send{
  border: none;
  display: block;
  width: 250px;
  margin: 30px auto 0;
  background-color: #263142;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
	display: inline-block;
  text-decoration: none;
  color: #FFF;
	
}


.btn-send.back{
  background-color: #BFD7D7;
  margin-top: 20px;
}

.btn-social-icon-twitter__square {
  border-radius: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 50px;
  color: #263142;
  background: #FFF;
	text-align: right;
}

.btn-social-icon-twitter__square i {
  line-height: 50px;
}

.btn02 {
    text-align: center;
    display: block;
    width: 280px;
    color: #FFF;
    padding: 15px 30px;
    background-color: #263142;
    border-radius: 30px;
    position: relative;
	 border: none;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}

.btn02::before,
.btn02::after {
    content: "";
    position: absolute;
}

.btn02::after {
	 width: 15px;
    height: 15px;
    right: 25px;
    top: 38%;
	background:url("img/common/btn_carret.png");
}

.btn02:hover {
     opacity: 0.65;
}

.btn02.back{
  margin-top: 20px;
 background-color: #BFD7D7;
}

.btn02.back::after {
	 width: 15px;
    height: 15px;
    left: 25px;
    top: 38%;
	background:url("img/common/btn_back.png");
}

@media screen and (max-width: 550px) {
  .contact01 .contact__number a{
    font-size: 7vw;
  }
	
  .form-wrap .table01 .table01__th{
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }

  .form-wrap .table01 tr:not(:first-child) .table01__th{
    border-top: none;
  }

  .form-wrap .table01 .table01__td{
    display: block;
    width: 100%;
    border-top: none;
    padding: 10px;
  }

.stepBar li:after {
  width: calc(100% - 34px);
  left: calc(-50% + 15px);
  top:1em;
	
}

.stepBar li span {
  margin-bottom: 5px;
	width: 34px;
    height: 34px;
	line-height: 34px;
    font-size: 1.4rem;
    margin-right: 5px;
    border-width: 3px;
}

}

/*////////////////////////

privacy

////////////////////////*/
.privacy01 .sub_main__block{
  background: url(img/privacy/main_img.jpg) no-repeat center / cover;
}

.privacy01 li{
  position: relative;
  padding-left: 15px;
}
 
.privacy01 li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}

.privacy01 .contact__info{
  border: 1px solid #eee;
  padding: 20px 30px;
  margin: 20px 0 0;
}

@media screen and (max-width: 550px) {
  .privacy01 .subhdg--underline{
    margin-bottom: 70px;
  }
  .privacy01 .border_box__hdg{
    top: -35px;
  }
  .privacy01 .border_box{
    padding: 80px 20px 30px;
  }
  .privacy01 .policy__item:not(:last-of-type){
    margin-bottom: 40px;
  }
}
