﻿@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
@import url("../css2");
.ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  html {
    /* スマホ用フォントサイズ */
    font-size: 93.75%;
    /* 15px */
  }
}
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7777;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* 基本タグ */
p, ol, ul, dl, table {
  margin-bottom: 1em;
}

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

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 1.5em;
}

/* 見出しサイズ */
h1, .h1 {
  font-size: 53px;
}

h2, .h2 {
  font-size: 41px;
}

h3, .h3 {
  font-size: 35px;
}

h4, .h4 {
  font-size: 25px;
}

h5, .h5 {
  font-size: 19px;
}

h6, .h6 {
  font-size: 15px;
}

.fs_11_14 {
  font-size: 14px;
}

.fs_15_18 {
  font-size: 18px;
}

.fs_18_25 {
  font-size: 25px;
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: calc(27px + 26 * (100vw - 320px) / 880);
  }

  h2, .h2 {
    font-size: calc(24px + 17 * (100vw - 320px) / 880);
  }

  h3, .h3 {
    font-size: calc(21px + 14 * (100vw - 320px) / 880);
  }

  h4, .h4 {
    font-size: calc(19px + 6 * (100vw - 320px) / 880);
  }

  h5, .h5 {
    font-size: calc(17px + 2 * (100vw - 320px) / 880);
  }

  .fs_11_14 {
    font-size: calc(11px + 3 * (100vw - 320px) / 880);
  }

  .fs_15_18 {
    font-size: calc(15px + 8 * (100vw - 320px) / 880);
  }

  .fs_18_25 {
    font-size: calc(18px + 7 * (100vw - 320px) / 880);
  }
}
/* -------------------------------
	float
-------------------------------- */
.row-float {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row-float:after {
  content: "";
  display: table;
  clear: both;
}
.row-float .float_col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* -------------------------------
	row 余白
-------------------------------- */
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class^="col-"], .row-10 > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* -------------------------------
	form
-------------------------------- */
/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  padding: 15px 0 0;
  background-color: #fff;
  z-index: 3;
  width: 100%;
}
#header h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  #header {
      width: 100%;
      max-width: 1920px;
      position: fixed;
      top: 0;
      right: 50%;
      left:inherit;
      transform: translateY(0) translateX(50%);
      z-index: 99;
      padding: 0;
  }
  #header h1 {
    width: auto;
  }
}

.head_contact {
  margin-top: 15px;
}
.head_contact > ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
}
.head_contact > ul > li {
  float: left;
  width: 50%;
}
.head_contact > ul > li a {
  color: #fff;
}
.head_contact > ul > li .tel, .head_contact > ul > li .mail {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  height: 40px;
  display: block;
}
.head_contact > ul > li .tel > img, .head_contact > ul > li .mail > img {
  vertical-align: middle;
  top: -2px;
  position: relative;
}
.head_contact > ul > li .tel .in, .head_contact > ul > li .mail .in {
  padding-left: 6px;
}
.head_contact > ul > li .tel {
  color: #333;
  background-color: #bfd8e0;
}
.head_contact > ul > li .mail {
  font-weight: 400;
  background-color: #edba60;
  color: #fff;
  text-decoration: none;
}
.head_contact > ul > li .mail:hover {
  text-decoration: none;
  background-color: #DB8F0A;
}
@media print, screen and (min-width: 768px) {
  .head_contact {
    margin-top: 0;
    margin-right: -15px;
  }
  .head_contact > ul {
    margin: 0;
  }
  .head_contact > ul > li {
    float: none;
    width: 100%;
  }
  .head_contact > ul > li .tel, .head_contact > ul > li .mail {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 992px) {
  .head_contact > ul > li {
    float: none;
    width: 100%;
  }
  .head_contact > ul > li .tel, .head_contact > ul > li .mail {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .head_contact > ul > li .tel {
    font-size: 18px;
  }
  .head_contact > ul > li .mail {
    font-size: 16px;
  }
}

/* -------------------------------
	gNavi
-------------------------------- */
#gNavi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#gNavi ul li a {
  text-decoration: none;
}

/* -------------------------------
	スマホ用メニュー
-------------------------------- */
/* 半透明 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .gnavi_sp {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #gNavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #fff;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow-y: auto;
    z-index: 9900;
  }
  #gNavi .container {
    padding: 0;
  }

  /* スマホ時動き */
  .side-open #gNavi {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
  }
}
/* design */
@media screen and (max-width: 767px) {
  #gNavi .list-gnav {
    width: 100%;
  }
  #gNavi .list-gnav > li {
    border-bottom: solid 1px #ccc;
  }
  #gNavi .list-gnav > li > a {
    color: #333;
    text-align: center;
    display: block;
    padding: 0.65rem 3rem 0.65rem 1rem;
    position: relative;
  }
  #gNavi .list-gnav > li > a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
  }
  #gNavi .list-gnav > li > a img {
    height: 48px;
  }
  #gNavi .list-gnav > li.active > a:before, #gNavi .list-gnav > li > a:hover:before {
    color: #FFB600;
  }

  #gNavi .list-gnav .child > a:before {
    content: "\f067";
    -moz-transform: rotate(0deg) scale(0.76);
    -ms-transform: rotate(0deg) scale(0.76);
    -webkit-transform: rotate(0deg) scale(0.76);
    transform: rotate(0deg) scale(0.76);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gNavi .list-gnav .child > a.on:before {
    content: "\f105";
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
  #gNavi .list-gnav .child > a.no-link.on:before {
    content: "\f068";
    -moz-transform: rotate(360deg) scale(0.76);
    -ms-transform: rotate(360deg) scale(0.76);
    -webkit-transform: rotate(360deg) scale(0.76);
    transform: rotate(360deg) scale(0.76);
  }
  #gNavi .list-gnav .child > ul {
    display: none;
    background-color: #fff;
  }
  #gNavi .list-gnav .child > ul > li > a {
    color: #333;
    font-size: 0.875em;
    padding: 0.65rem 1rem 0.65rem 1rem;
    display: block;
    background-color: #FFF4E9;
    position: relative;
  }
  #gNavi .list-gnav .child > ul > li > a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5em;
  }
  #gNavi .list-gnav .child > ul > li.active > a, #gNavi .list-gnav .child > ul > li > a:hover {
    background-color: #F3DFCC;
  }
}
/* -------------------------------
	gNaviデザイン PC
-------------------------------- */
/* 通常メニューのデザイン */
@media print, screen and (min-width: 768px) {
  #gNavi {
    width: 100%;
    max-width: 654px;
    height: 80px;
    float: right;
  }
  #gNavi .list-gnav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #gNavi .list-gnav > li {
    border: none;
    position: relative;
    padding: 0 10px;
  }
  #gNavi .list-gnav > li > a {
    color: #333;
    font-size: 35px;
    line-height: 2;
    text-align: center;
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
  }
  #gNavi .list-gnav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 7px;
    background: url("../images/common/gnavi_line.png") no-repeat left center/auto 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  #gNavi .list-gnav > li > a img {
    max-height: 52px;
  }
  #gNavi .list-gnav > li > a .nav_sp {
    display: none;
  }
  #gNavi .list-gnav > li.active > a:before, #gNavi .list-gnav > li > a:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .child {
    font-size: 0.875em;
    position: relative;
    z-index: 99;
  }
  .child > ul {
    position: absolute;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    display: none;
    padding: 15px !important;
    border-radius: 10px;
    background-color: #FBE1C8;
  }
  .child > ul > li > a {
    color: #333;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .child > ul > li.active > a, .child > ul > li > a:hover {
    background-color: #fff;
  }
  .child > ul > li + li {
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* フォントサイズ調整用 */
  #gNavi .list-gnav {
    font-size: calc(13px + 3 * (100vw - 768px) / 432);
  }
}
/* -------------------------------
	上部固定
-------------------------------- */
@media screen and (min-width: 768px) {
  #gNavi {
    position: relative;
  }

  .fixed-nav {
    margin-top: 45px;
  }

  .fixed-nav #gNavi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #012332;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-name: gnavi_fixed_animation;
    -webkit-animation-name: gnavi_fixed_animation;
    animation-name: gnavi_fixed_animation;
  }
  .fixed-nav #gNavi .list-gnav > li > a:before {
    background-color: rgba(255, 255, 255, 0);
  }
  .fixed-nav #gNavi .list-gnav > li.active > a:before, .fixed-nav #gNavi .list-gnav > li > a:hover:before {
    margin-bottom: 0;
    height: 3px;
    background-color: #fff;
  }
}
@keyframes gnavi_fixed_animation {
  from {
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
/* -------------------------------
	プラスマイナス
-------------------------------- */
/* 
 * <span class="plus"><span></span></span>
 */
.submenu > a .plus {
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 0;
  width: 30px;
  height: 30px;
  transition: transform 300ms;
  cursor: pointer;
}
.submenu > a .plus span, .submenu > a .plus::before, .submenu > a .plus::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #fff;
}
.submenu > a .plus span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
  opacity: 1;
  display: none;
  transition: opacity 200ms;
}
.submenu > a .plus::before, .submenu > a .plus::after {
  transition: transform 200ms;
}
.submenu > a .plus::before {
  z-index: 2;
  content: "";
}
.submenu > a .plus::after {
  z-index: 2;
  content: "";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.submenu > a.sub-open .plus {
  transform: rotate(180deg);
}
.submenu > a.sub-open .plus span {
  opacity: 0;
}
.submenu > a.sub-open .plus::after {
  transform: rotate(180deg);
}

/* -------------------------------
	三本線デザイン
-------------------------------- */
/* 基本設定 */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #012332;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #012332;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #012332;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .menuWrapper, .overlay {
    display: none;
  }
}
/* -------------------------------
	footer
-------------------------------- */
#footer {
  background-color: #fff;
  page-break-inside: avoid;
}

.foot_contents {
  padding: 50px 0;
}

.foot_contact {
  padding: 30px 15px;
  background-color: #fff8ea;
}
.foot_contact > ul {
  letter-spacing: -.4em;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 -6px;
}
.foot_contact > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.foot_contact > ul > li .tel, .foot_contact > ul > li .mail {
  color: #444;
  text-align: center;
  display: block;
  width: 256px;
  height: 37px;
  border-radius: 19px;
  background-color: #fcd48b;
}
.foot_contact > ul > li .tel {
  font-size: 20px;
  line-height: 1.85;
}
.foot_contact > ul > li .mail {
  font-size: 16px;
  line-height: 2.3125;
}
.foot_contact > ul > li a {
  color: #444;
}
.foot_contact > ul > li a:hover {
  text-decoration: none;
  opacity: 0.65;
}
@media print, screen and (min-width: 1200px) {
  .foot_contact {
    margin-left: -30px;
  }
}

.foot_bottom {
  color: #fff;
  line-height: 1.5;
  padding: 15px 0;
  background-color: #b1cfd8;
}
.foot_bottom .foot_nav {
  display: none;
}
.foot_bottom .foot_nav > ul {
  letter-spacing: -.4em;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 -1em;
}
.foot_bottom .foot_nav > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 1em;
}
.foot_bottom .foot_nav > ul > li > a {
  color: #fff;
  font-size: 13px;
}
.foot_bottom .copyright {
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .foot_bottom .foot_nav {
    display: block;
  }
  .foot_bottom .copyright {
    padding: 1rem 0 0;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_bottom .foot_nav {
    padding-left: 15px;
  }
  .foot_bottom .foot_nav > ul {
    text-align: left;
  }
  .foot_bottom .copyright {
    text-align: right;
    padding: 0 15px 0 0;
  }
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

.page_main {
  border-bottom: solid 5px #f3f3f3;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: 250px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("../images/common/bg04.png");
  padding-top: 0;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .main_ttl {
    padding-top: 0;
    margin-top: 0;
  }
}

.main_ttl .container h2 {
  font-size: 48px;
  text-align: center;
  margin: 0;
}
.main_ttl .container h2 > small {
  color: #399f34;
  font-size: 1rem;
  display: block;
  margin: .1rem 0 .5rem;
}
@media screen and (max-width: 1199px) {
  .main_ttl {
    height: calc(150px + 100 * (100vw - 320px) / 880);
  }
  .main_ttl .container h2 {
    font-size: calc(30px + 18 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	main title
-------------------------------- */
.title01 {
  color: #333;
  text-align: center;
}
.title01 .in {
  display: inline-block;
  padding: 0 0.5em;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #bfd8e0 0%);
}
.title01 > small {
  color: #399f34;
  font-size: 1rem;
  display: block;
  margin-top: .5rem;
}
.title01.blue .in {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #88c0e9 0%);
}

.title02 {
  border-left: solid 5px #bfd8e0;
  padding: 0.15em 0 0.15em 0.75em;
}

.title03 {
  color: #fff;
  text-align: center;
  padding: 0.25em 1em;
  background-color: #bfd8e0;
}

.subtitle01 {
  line-height: 1.5;
  padding-left: 2.3em;
  margin-bottom: 1.5em;
  position: relative;
}
.subtitle01:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: -.5em;
  width: 1.5em;
  height: 2.4em;
  background: url("../images/common/title-icon01.png") no-repeat center center/contain;
}
.subtitle01.heart:before {
  background: url("../images/common/title-icon02.png") no-repeat center center/contain;
}




.title04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
  color: #333;
}

.title04::before,
.title04::after {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #399f34;
}

.title04::before {
  margin-right: 20px;
}
.title04::after {
  margin-left: 20px;
}


/* -------------------------------
	
-------------------------------- */
/* .anchor_nav {
  display: none;
} */
.anchor_nav .anchor_nav_list > li {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .anchor_nav {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }
  .anchor_nav .anchor_nav_list {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anchor_nav .anchor_nav_list > li {
    padding: 0 5px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (max-width: 767px) {
  .anchor_nav .anchor_nav_list {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anchor_nav .anchor_nav_list > li {
    padding: 0 5px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .recruit_anchor_nav {
    margin-top: 10px;
  }
}



/* -------------------------------
	電話番号
-------------------------------- */
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

@media (min-width: 1921px) {
	#pagetop{
    position: fixed;
    bottom: 20px;
		right: calc(50% - 960px);
		z-index: 3;
}
}


/* -------------------------------
	アンカーリンク
-------------------------------- */

@media (min-width: 768px) {
  .anchor {
    position: relative;
    z-index: 1;
    scroll-margin-top: 80px;
  }
}



/* -------------------------------
	box
-------------------------------- */
.box-padding-a, .box-padding-b {
  padding-top: 50px;
  padding-bottom: 25px;
}
.box-padding-a .mb, .box-padding-b .mb {
  margin-bottom: 25px;
}

.box-style-a, .box-style-b {
  padding: 20px 15px;
}

.box-border-white {
  border: solid 5px #fff;
}

.box-border-blue-light {
  border: solid 5px #bfd8e0;
}

.box-border-blue {
  border: solid 5px #93CCDF;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .box-padding-a .mb {
    margin-bottom: 40px;
  }

  .box-padding-b {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .box-padding-b .mb {
    margin-bottom: 30px;
  }

  .box-style-a {
    padding: 40px;
  }

  .box-style-b {
    padding: 30px;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-bottom: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-bottom: 480px;
  }
}

/* -------------------------------
	hr
-------------------------------- */
.hr_dot {
  border-top: dotted 2px #ccc;
}

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 992px) {
  .photo-box-left {
    margin-left: calc((-100vw + 940px + 0px) / 2);
  }

  .photo-box-right {
    margin-right: calc((-100vw + 940px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .photo-box-left {
    margin-left: calc((-100vw + 1140px + 0px) / 2);
  }

  .photo-box-right {
    margin-right: calc((-100vw + 1140px + 0px) / 2);
  }
}
@media print {
  .photo-box-left {
    margin-left: -340px;
  }

  .photo-box-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	蛍光ペン
-------------------------------- */
.marker_yellow {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f8e751 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

/* -------------------------------
	table
-------------------------------- */
.table-design-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
.table-design-1 > thead > tr > th, .table-design-1 > thead > tr > td {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fddfe8;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  background-color: #f3f3f3;
}
.table-design-1 > tbody > tr > td {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table-inline tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline tr th, .table-inline tr td {
    width: 100% !important;
    display: block;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.7777;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.7777;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
}
.list-inline-slash li:last-child:after {
  content: "";
}

.list-inline-dot {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.list-inline-dot > li {
  margin-left: -1em;
  padding: 2em;
}

.list-line-1 > li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.list-line-1 > li + li {
  border-top: dashed 1px #d8bf93;
}

.list-line-2 > li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.list-line-2 > li + li {
  border-top: dashed 1px #d8bf93;
}

.list-kome {
  list-style: none;
  padding-left: 0;
}
.list-kome > li {
  padding-left: 1em;
  position: relative;
}
.list-kome > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.list-num-1 {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
.list-num-1 > li {
  padding-left: 1.8em;
  position: relative;
}
.list-num-1 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before, .figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-ww262 {
  width: 262px;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2.5em;
}
.btn-icon-l i {
  left: 1.5em;
}

.btn-icon-r {
  padding-right: calc(10px + 1.5em);
}
.btn-icon-r i {
  right: 10px;
}

.btn-radius-5 {
  border-radius: 5px !important;
}

.btn:before, .btn:after {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-a {
  color: #333;
  border-radius: 5em;
  background-color: #bfd8e0;
}
.btn-a:hover {
  color: #333;
  box-shadow: 0 0 0 0.2rem rgba(191, 216, 224, 0.5);
}
.btn-a:focus {
  box-shadow: none;
}

.btn-b {
  color: #fff;
  border-radius: 5em;
  background-color: #F5AA21;
}
.btn-b:hover {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(245, 170, 33, 0.5);
}
.btn-b:focus {
  box-shadow: none;
}

.btn-instagram {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 200px;
  color: #333;
  border-radius: 50px;
  background-color: #bfd8e0;
  padding: 10px;
}
.btn-instagram:hover {
  color: #333;
  box-shadow: 0 0 0 0.2rem rgba(191, 216, 224, 0.5);
  text-decoration: none;
  opacity: 0.9;
}
.btn-instagram:focus {
  box-shadow: none;
}

.btn-instagram i {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .btn-instagram {
    width: 100%;
    margin: 0 auto 30px;
  }
}


/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼bg-- */
.bg-img-1 {
  background-image: url("../images/common/bg01.png");
}

.bg-img-2 {
  background-image: url("../images/common/bg02.png");
}

.bg-img-3 {
  background-image: url("../images/common/bg03.png");
}

.bg-img-4 {
  background-image: url("../images/common/bg04.png");
}

.bg-img-5 {
  background-image: url("../images/common/bg05.png");
}

.bg_light_pink {
  background-image: url("../images/common/bg_pink.png");
}

.bg_light_pink {
  background-image: url("../images/common/bg_pink.png");
}

.bg_yellow {
  background-image: url("../images/common/bg_yellow.png");
}

.bg_light_blue02 {
  background-image: url("../images/common/bg_light_blue02.png");
}

.bg_light_blue03 {
  background-image: url("../images/common/bg_light_blue03.png");
}

.bg_green {
  background-image: url("../images/common/bg_green.png");
}

.bg_orange {
  background-image: url("../images/common/bg_orange.png");
}

.bg_purple {
  background-image: url("../images/common/bg_purple.png");
}

.bg_light_green {
  background-image: url("../images/common/bg_light_green.png");
}



/* --▼color-- */
/* --▼font 15px -- */
.fs10 {
  font-size: 0.66667rem !important;
}

.fs11 {
  font-size: 0.73333rem !important;
}

.fs12 {
  font-size: 0.8rem !important;
}

.fs13 {
  font-size: 0.86667rem !important;
}

.fs14 {
  font-size: 0.93333rem !important;
}

.fs16 {
  font-size: 1.06667rem !important;
}

.fs17 {
  font-size: 1.13333rem !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.lh-lg {
  line-height: 2 !important;
}

/* --▼text-- */
/* --▼padding-- */
/* --▼margin-- */
.mt2rem {
  margin-top: 2rem !important;
}

.mt4rem {
  margin-top: 4rem!important;
}

/*bottom*/
.mb2rem {
  margin-bottom: 2rem !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.margin-bottom {
  margin-bottom: 50px !important;
}

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 80px !important;
  }
}
/* 印刷用 */
@page {
  margin: 8mm;
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  @page {
    size: auto;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1500px !important;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  body {
    min-width: 1240px !important;
  }
}

.text-box {
  padding: 20px 30px;
  background-color: #ffffff;
  text-align: center;
  border: solid 1px #ccc;
}

.text-area {
  padding: 20px 30px;
  background-color: #fff8ea;
}


.red {
  color: red;
}

.bold {
  font-weight: bold;
}

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

/*# sourceMappingURL=screen.css.map */


.list-num-2 {
  list-style: none;
}

.list-num-2 li {
  text-indent: -1em;
  margin-left: 1em;
}




/* 事業紹介 */

@media (max-width: 767px) {
  .service_nav-con01 > .flex_b {
    flex-direction: column;
  }
  .service_nav-con01{
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .service_nav-con01 .con01_kaigo{
    box-sizing: content-box;
    background-color: #f1ead5;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 15px 0 15px 0;
    margin-right: 2%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .service_nav-con01 .con01_npo{
    box-sizing: content-box;
    background-color: #dcedf3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 15px 0 15px 0;
    width: 100%;
    text-align: center;
  }
  
  .service_nav-list01{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    padding-left: 0;
  }
  .service_nav-list02{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    padding-left: 0;
  }

  .service_nav-list01 li{
    box-sizing: content-box;
    width: 100%;
  }
  .service_nav-list01 li:last-child{
    margin-bottom: 0;
  }

  .service_nav-list02 li{
    box-sizing: content-box;
    width: 100%;
  }
  .service_nav-list02 li:last-child{
    margin-bottom: 0;
  }
  
  .service_nav-bt{
    margin: 0 auto;
    width: 100%;
  }
  .service_nav-bt a{
    overflow: hidden;
    display: block;
    position: relative;
    background: transparent;
    border: white solid 2px;
    background-color: white;
    padding: 12px 0 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    z-index: 1;
    transition: .3s;
  }
  .service_nav-bt a .bt_txt{
    position: relative;
    z-index: 3;
  }
  .service_nav-bt a .bt_txt .min{
    font-size: 14px;
  }
  .service_nav-bt a .bt_arrow{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
  }
  .service_nav-bt a::before{
    content: "";
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  
  .service_nav-bt a:hover{
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  
  .service_nav-bt a:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  
  .service_area-bt01{
    margin: 0 auto;
    width: 92%;
  }
  
  ol.service li {
    padding-left: 1em;
  }

  .service_nav-con01 span.min {
    display: block;
    font-size: 13px!important;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .service_nav-con01 > .flex_b {
    flex-direction: column;
  }
  .service_nav-con01{
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .service_nav-con01 .con01_kaigo{
    box-sizing: content-box;
    background-color: #f1ead5;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    margin-right: 2%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .service_nav-con01 .con01_npo{
    box-sizing: content-box;
    background-color: #dcedf3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    width: 100%;
    text-align: center;
  }
  
  .service_nav-list01{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95.5%;
  }
  .service_nav-list02{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95.5%;
  }

  .service_nav-list01 li{
    box-sizing: content-box;
    padding-right: 2%;
    width: 49%;
  }
  .service_nav-list01 li:nth-child(2n){
    padding-right: 0%;
  }

  .service_nav-list02 li{
    box-sizing: content-box;
    padding-right: 2%;
    width: 49%;
  }
  .service_nav-list02 li:nth-child(2n){
    padding-right: 0%;
  }
  
  .service_nav-bt{
    margin: 0 auto;
    width: 100%;
  }
  .service_nav-bt a{
    overflow: hidden;
    display: block;
    position: relative;
    background: transparent;
    border: white solid 2px;
    background-color: white;
    padding: 16px 0 14px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    z-index: 1;
    transition: .3s;
  }
  .service_nav-bt a .bt_txt{
    position: relative;
    z-index: 3;
  }
  .service_nav-bt a .bt_txt .min{
    font-size: 16px;
  }
  .service_nav-bt a .bt_arrow{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
  }
  .service_nav-bt a::before{
    content: "";
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  
  .service_nav-bt a:hover{
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  
  .service_nav-bt a:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  
  .service_area-bt01{
    margin: 0 auto;
    width: 92%;
  }
  
  ol.service li {
    padding-left: 1em;
  }

  .service_nav-con01 span.min {
    display: block;
    font-size: 14px!important;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .service_nav-con01{
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .service_nav-con01 .con01_kaigo{
    box-sizing: content-box;
    background-color: #f1ead5;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    margin-right: 2%;
    width: 30%;
    text-align: center;
  }
  .service_nav-con01 .con01_npo{
    box-sizing: content-box;
    background-color: #dcedf3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    width: 68%;
    text-align: center;
  }
  
  .service_nav-list01{
    overflow: hidden;
    margin: 0 auto;
    width: 92%;
  }
  .service_nav-list02{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95.5%;
  }
  .service_nav-list02 li{
    box-sizing: content-box;
    padding-right: 2%;
    width: 49%;
  }
  .service_nav-list02 li:nth-child(2n){
    padding-right: 0%;
  }
  
  .service_nav-bt{
    margin: 0 auto;
    width: 100%;
  }
  .service_nav-bt a{
    overflow: hidden;
    display: block;
    position: relative;
    background: transparent;
    border: white solid 2px;
    background-color: white;
    padding: 16px 0 14px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    z-index: 1;
    transition: .3s;
  }
  .service_nav-bt a .bt_txt{
    position: relative;
    z-index: 3;
  }
  .service_nav-bt a .bt_txt .min{
    font-size: 16px;
  }
  .service_nav-bt a .bt_arrow{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
  }
  .service_nav-bt a::before{
    content: "";
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  
  .service_nav-bt a:hover{
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  
  .service_nav-bt a:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  
  .service_area-bt01{
    margin: 0 auto;
    width: 92%;
  }
  
  ol.service li {
    padding-left: 1em;
  }

  .service_nav-con01 span.min {
    display: block;
    font-size: 14px!important;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .service_nav-con01{
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .service_nav-con01 .con01_kaigo{
    box-sizing: content-box;
    background-color: #f1ead5;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    margin-right: 2%;
    width: 30%;
    text-align: center;
  }
  .service_nav-con01 .con01_npo{
    box-sizing: content-box;
    background-color: #dcedf3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 25px 0 25px 0;
    width: 68%;
    text-align: center;
  }
  
  .service_nav-list01{
    overflow: hidden;
    margin: 0 auto;
    width: 92%;
  }
  .service_nav-list02{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95.5%;
  }
  .service_nav-list02 li{
    box-sizing: content-box;
    padding-right: 2%;
    width: 49%;
  }
  .service_nav-list02 li:nth-child(2n){
    padding-right: 0%;
  }
  
  .service_nav-bt{
    margin: 0 auto;
    width: 100%;
  }
  .service_nav-bt a{
    overflow: hidden;
    display: block;
    position: relative;
    background: transparent;
    border: white solid 2px;
    background-color: white;
    padding: 16px 0 14px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    z-index: 1;
    transition: .3s;
  }
  .service_nav-bt a .bt_txt{
    position: relative;
    z-index: 3;
  }
  .service_nav-bt a .bt_txt .min{
    font-size: 16px;
  }
  .service_nav-bt a .bt_arrow{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
  }
  .service_nav-bt a::before{
    content: "";
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  
  .service_nav-bt a:hover{
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  
  .service_nav-bt a:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  
  .service_area-bt01{
    margin: 0 auto;
    width: 92%;
  }
  
  ol.service li {
    padding-left: 1em;
  }

  .service_nav-con01 span.min {
    font-size: 14px!important;
    display: inline-block;
  }
}

