html {
  font-family:
    "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Osaka, "MS PGothic",
    sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  scroll-padding-top: 90px;
  background: #fff;
}

a {
  color: #006990;
  text-decoration: none;
  transition: color 0.1s linear;
}

h1 {
  margin: 20px 0;
  font-size: 28px;
}

p {
  padding: 0 10px 10px;
}

.fb {
  font-weight: bold;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.w010 {
  width: 10%;
}

.w020 {
  width: 20%;
}

.w030 {
  width: 30%;
}

.w040 {
  width: 40%;
}

.w050 {
  width: 50%;
}

.w060 {
  width: 60%;
}

.w070 {
  width: 70%;
}

.w080 {
  width: 80%;
}

.w090 {
  width: 90%;
}

.w100 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.pt10 {
  padding-top: 10px;
}

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

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

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

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

.mb100 {
  margin-bottom: 100px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pl0 {
  padding-left: 0;
}

.font21 {
  font-size: 21px;
}

article .breadCrumbs {
  margin-bottom: 15px;
}

article .breadCrumbs ul li {
  display: inline;
  font-size: 86%;
}

article .breadCrumbs ul li::after {
  content: " > ";
}

article .breadCrumbs ul li a {
  color: inherit;
}

article .breadCrumbs ul li:last-child::after {
  content: "";
}

.inner {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.inner1200 {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.inner1600 {
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
}
/* header */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.gnavi {
  display: flex;
  box-shadow: 0 8px 8px -4px rgb(0 0 0 / 10%);
}

.gnavi li.logo {
  flex-basis: 200px;
  padding-top: 8px;
  margin-right: 30px;
  margin-left: 20px;
}

.gnavi li {
  /*    flex-basis:180px; */
  height: 90px;
  padding-top: 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;

  /*   transition: all .3s; */
}

.gnavi li a {
  color: #000;
}

.gnavi li a:hover {
  color: #db6200;
}

.gnavi li.has-submenu {
  margin-right: 40px;
}

.gnavi li.cplink a {
  color: #f46600;
}

.gnavi li.contact a {
  color: #f46600;
}

/* .gnavi li.has-submenu::after{
  content: "";
  display: inline-block;
  margin-left: 0.4em;



width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #f57010 #f57010;
  transform: rotate(-45deg);
} */

.gnavi li.has-submenu {
  position: relative; /* 矢印の基準位置 */
}

.gnavi li.has-submenu::after {
  /* 位置調整 */
  position: relative;
  top: -3px; /* 上方向にずらす */
  display: inline-block;

  /* 三角形 */
  width: 10px;
  height: 10px;
  margin-left: 0.4em;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #f57010 #f57010;
  transform: rotate(-45deg);
}

.gnavi .lang {
  margin-left: auto;
}

.gnavi li.contact {
  width: 160px;
  padding-top: 12px;
  border-left: #ff7e00 1px solid;
}

.gnavi .contact a {
  display: block;
  width: 160px;
}

.contact a img {
  width: 70px !important;
  height: auto;
}

.visible_pc {
  display: block;
}

.visible_tab_sp {
  display: none;
}

.gnavi li:nth-child(7) {
  margin-left: auto;
}

li.login {
  width: 160px;
  padding: 14px 10px 0;
  background: #f46600;
}

.login a {
  color: #fff !important;
  display: block;
}

.gnavi .login a img {
  width: 36px !important;
  height: auto;
}

.menu ul {
  display: flex;
}

.menu ul li ul {
  display: none;
}

.menu ul li:hover ul {
  position: fixed;
  display: block;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  padding-top: 10px;
  background: #fff;
  border: #aaa 1px solid;
}

.menu ul li ul li {
  flex-basis: 290px;
  font-weight: normal;
}

.menu ul li ul li:nth-child(1) {
  flex-basis: 600px;
  font-weight: bold;
  color: #f46600;
  border-bottom: 1px dotted #999;
}

.menu ul li ul li:nth-child(1) a {
  font-size: 110%;
  color: #f46600;
}

.menu ul li ul li:nth-child(1) a:hover {
  color: #ffd559;
}

.gnavi li ul li:nth-child(7) {
  margin-left: 0;
}

.base.top {}

.hamburger-menu div {
  display: none;
}

.mainvisual {
  padding: 40px 0;
  background: #fff7e9;
}

.visible_pc {
  display: block;
}

.visible_tab {
  display: none;
}

.visible_pc_tab {
  display: block;
}

.visible_sp {
  display: none;
}

.sp_banner_box {
  display: none;
}

#news3 {
  margin: 23px 0;
}

#news3 .topNav ul {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

#news3 .topNav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 298px;
  height: 104px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #282828;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

#news3 .topNav ul li.kaigo {
  background: url("../img/base/topnav_kaigo_back.png") no-repeat;
}

#news3 .topNav ul li.renkei {
  background: url("../img/base/topnav_renkei_back.png") no-repeat;
}

#news3 .topNav ul li.kosodate {
  background: url("../img/base/topnav_kosodate_back.png") no-repeat;
}

#news3 .topNav ul li a {
  width: 100%;
  padding: 25px 0;
  font-family: notom;
  color: #282828;
  background: url("../img/base/topNav_arrow.png") no-repeat 265px center;
}

#topNews {
  width: 100%;
  margin: 50px 0 40px;
  text-align: center;
}

#topNews .topNewsBox {
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  font-size: 17px;
}

#topNews .topNewsBox .topNewsTitle {
  width: 8em;
  padding-right: 20px;
  font-family: notor;
}

#topNews .topNewsBox .topNewsList {
  padding-left: 30px;
  text-align: left;
  border-left: 1px solid #666;
}

#topNews .topNewsBox .topNewsList li {
  margin-bottom: 0.5em;
}

#topNews .topNewsBox .topNewsList dl {
  display: flex;
}

#topNews .topNewsBox .topNewsList dl dt {
  padding-right: 20px;
}

#topNews .topNewsBox .topNewsList .topNewsMore a {
  display: block;
  width: 100%;
  text-align: center;
}

#topRenkei {
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background: url("../img/base/renkei_back_pc-min.jpg") no-repeat top center;
  background-size: cover;
}

#topRenkei h2 {
  padding: 0;
  font-family: notob;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

#topRenkei h2 span.renkeiTitle {
  display: block;
  margin-top: 40px;
  font-family: notob;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  letter-spacing: 0.1em;
}

#topRenkei h2 span.renkeiCategory {
  /*	display: block; */
  position: relative;
  width: 18em;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: notom;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#topRenkei .renkeiCategory2 {
  color: #268cbf;
}

#topRenkei hr {
  width: 60px;
  height: 0;
  padding: 0;
  margin: 40px auto;
  border: 0;
  border-top: 1px solid #000;
  corlor: #333;
}

#topRenkei .innerBox {
  text-align: center;
  background-image: url("../img/base/renkei_inner_back-min.png");
  background-repeat: no-repeat;
  background-position: center 110px;
}

#topRenkei .innerBox p {
  margin-bottom: 300px;
  font-size: 18px;
  line-height: 1.7em;
}

#topRenkei .innerBox ul {
  display: flex;
  max-width: 960px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

#topRenkei .innerBox ul li,#topKaigo .innerBox ul li {
  width: 220px;
  padding: 150px 10px 30px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eaeaea;
}

#topRenkei .innerBox ul li.icon1 {
  font-family: notob;
  background-image: url("../img/base/renkei_point_icon1.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topRenkei .innerBox ul li.icon2 {
  font-family: notob;
  background-image: url("../img/base/renkei_point_icon2.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topRenkei .innerBox ul li.icon3 {
  font-family: notob;
  background-image: url("../img/base/renkei_point_icon3.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topRenkei .innerBox ul li.icon4 {
  font-family: notob;
  background-image: url("../img/base/renkei_point_icon4.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topRenkei .renkeiBtn {
  width: 460px;
  height: 60px;
  margin: 0 auto;
  font-family: notob;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: url("../img/base/renkei_btn_back.jpg") no-repeat top center;
}

#topRenkei .renkeiBtn a {
  display: block;
  width: 460px;
  height: 60px;
  color: #212121;
}

#topKaigo {
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: url("../img/base/kaigo_back_pc-min.jpg") no-repeat top center;
  background-size: cover;
}
#topKaigo .renkeiCategory2 {
  color: #fc7500;
}
#topKaigo h2 {
  padding: 0;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
}

#topKaigo h2 span.renkeiCategory {
  /*       display: block; */
  position: relative;
  width: 18em;
  margin: 0 auto;
  font-family: notom;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#topKaigo h2 span.renkeiTitle {
  display: block;
  margin-top: 40px;
  font-family: notob;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  letter-spacing: 0.1em;
}

#topKaigo hr {
  width: 60px;
  height: 0;
  padding: 0;
  margin: 40px auto;
  color: #333;
  border: 0;
  border-top: 1px solid #000;
}

#topKaigo .innerBox {
  text-align: center;
  background-image: url("../img/base/kaigo_inner_back-min.png");
  background-repeat: no-repeat;
  background-position: center 40px;
}

#topKaigo .innerBox p {
  margin-bottom: 300px;
  font-size: 18px;
  line-height: 1.7em;
}

#topKaigo .innerBox ul {
  display: flex;
  max-width: 960px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

#topKaigo .innerBox ul li.icon1 {
  font-family: notob;
  background-image: url("../img/base/kaigo_point_icon1.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKaigo .innerBox ul li.icon2 {
  font-family: notob;
  background-image: url("../img/base/kaigo_point_icon2.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKaigo .innerBox ul li.icon3 {
  font-family: notob;
  background-image: url("../img/base/kaigo_point_icon3.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKaigo .innerBox ul li.icon4 {
  font-family: notob;
  background-image: url("../img/base/kaigo_point_icon4.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}



#topKaigo .renkeiBtn {
  width: 460px;
  height: 60px;
  margin: 0 auto;
  font-family: notob;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: url("../img/base/kaigo_btn_back.jpg") no-repeat top center;
}

#topKaigo .renkeiBtn a {
  display: block;
  width: 460px;
  height: 60px;
  color: #212121;
}

#topKosodate {
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: url("../img/base/kosodate_back_pc-min.jpg") no-repeat top center;
  background-size: cover;
}

#topKosodate h2 {
  padding: 0;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
}

#topKosodate h2 span.renkeiCategory {
  /*        display: block; */
  position: relative;
  width: 18em;
  margin: 0 auto;
  font-family: notom;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#topKosodate h2 span.renkeiTitle {
  display: block;
  margin-top: 40px;
  font-family: notob;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  letter-spacing: 0.1em;
}

#topKosodate hr {
  width: 60px;
  height: 0;
  padding: 0;
  margin: 40px auto;
  color: #333;
  border: 0;
  border-top: 1px solid #000;
}

#topKosodate .innerBox {
  text-align: center;
  background-image: url("../img/base/kosodate_inner_back-min.png");
  background-repeat: no-repeat;
  background-position: top center;
}

#topKosodate .innerBox p {
  margin-bottom: 300px;
  font-size: 18px;
  line-height: 1.7em;
}

#topKosodate .innerBox ul {
  display: flex;
  max-width: 960px;
  padding: 0 10px 50px;
  margin: 0 auto;
}

#topKosodate .innerBox ul li {
  width: 220px;
  padding: 150px 20px 30px;
  margin: 0 10px;
  font-family: notob;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
  color: #e91d3e;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eaeaea;
}

#topKosodate .innerBox ul li.icon1 {
  font-family: notob;
  background-image: url("../img/base/kosodate_point_icon1.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKosodate .innerBox ul li.icon2 {
  font-family: notob;
  background-image: url("../img/base/kosodate_point_icon2.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKosodate .innerBox ul li.icon3 {
  font-family: notob;
  background-image: url("../img/base/kosodate_point_icon3.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKosodate .innerBox ul li.icon4 {
  font-family: notob;
  background-image: url("../img/base/kosodate_point_icon4.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 50%;
}

#topKosodate .renkeiBtn {
  width: 460px;
  height: 60px;
  margin: 0 auto;
  font-family: notob;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  background: url("../img/base/kosodate_btn_back.jpg") no-repeat top center;
}

#topKosodate .renkeiBtn a {
  display: block;
  width: 460px;
  height: 60px;
  color: #212121;
}

#topsecurity {
  padding: 80px 0;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: #96c7e1;
}

#topsecurity h2 {
  padding: 0;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
}

#topsecurity h2 span.renkeiCategory {
  /* display: block; */
  position: relative;
  width: 18em;
  margin: 0 auto;
  font-family: notom;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#topsecurity h2 span.renkeiTitle {
  display: block;
  margin-top: 40px;
  font-family: notob;

  font-weight: 500;
  line-height: 1.4em;
  color: #000;
  letter-spacing: 0.1em;
}

#topsecurity hr {
  width: 60px;
  height: 0;
  padding: 0;

  /* border-top: 1px solid #000; */
  margin: 0 auto;
  margin-top: 40px;
  color: #333;
  border: 0;
}

#topsecurity div.guideline_area {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

#topsecurity div.guideline_area div.left {
  margin-right: 20px;
}

#topsecurity div.guideline_area div.left,
#topsecurity div.guideline_area div.right {
  float: left;
  width: 440px;
  height: 440px;
  padding-top: 40px;
  text-align: center;
  background: #fff;
  border: 15px solid #ccc;
  border-radius: 300px;
}

#topsecurity div.guideline_area div.left p,
#topsecurity div.guideline_area div.right p {
  width: 300px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}

.pkg {
  display: inline-block;
}

.pkg::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

#topsecurity h2.support_title {
  margin-top: 40px;
  font-family: notob;
}

#topsecurity div.support_area {
  display: block;
  max-width: 940px;
  margin: 40px auto;
}

#topsecurity div.support_area img {
  float: left;
  width: 284px;
  margin-right: 35px;
  border: 8px solid #fff;
}

#topsecurity div.support_area div.support .txt {
  float: left;
  width: 520px;
  font-size: 18px;
  line-height: 1.6em;
}

#more_kanamic {
  padding: 80px 0;
  margin: 0 auto;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
}

#more_kanamic div.more_kanamic_area {
  margin: 0 auto;
  margin-bottom: 100px;
}

#more_kanamic div.more_kanamic_area h2 {
  display: block;
  margin-bottom: 50px;
  font-family: notom;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

#more_kanamic div.more_kanamic_area ul.more_kanamicBtn li p.aboutBtn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: notom;
  font-size: 18px;
  line-height: 0em;
  text-align: center;
}

#more_kanamic div.more_kanamic_area ul.more_kanamicBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#more_kanamic div.more_kanamic_area ul.more_kanamicBtn li {
  width: 33%;
}

#more_kanamic div.more_kanamic_area ul.more_kanamicBtn li p.aboutBtn a {
  padding-right: 25px;
  color: #333;
  background: url("../img/base/aboutArrow.png") no-repeat center right;
}

#more_kanamic div.contact_area p.aboutBtn a {
  display: block;
  width: 400px;
  padding: 20px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
}

#more_kanamic div.contact_area p.aboutBtn a span {
  padding-right: 30px;
  margin-left: 15px;
  background: url("../img/base/aboutArrow.png") no-repeat center right;
}

#more_kanamic div.contact_area p.aboutBtn a span.txt {
  display: inline-block;
  padding: 0;
  margin-top: 5px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  background: none;
}

#more_kanamic div.contact_area div.jpx {
  display: block;
  width: 595px;
  margin: 40px auto 0;
  text-align: center;
}

#more_kanamic div.contact_area div.jpx img {
  margin-right: 20px;
}

#more_kanamic div.contact_area div.jpx div.txt {
  float: left;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #b07e0f;
}

footer#footer {
  box-sizing: border-box;
  height: 302px;
  line-height: 1.5;
  background: url("../img/base/bg_foot_rep.png") repeat center top #333;
}

#footer .inner {
  position: relative;
  padding-top: 20px;
}

#footer2nd .inner {
  position: relative;
}

footer#footer .bg {
  /*       height: 350px; */

  /*  background: url(img/base/bg_foot.png) no-repeat Center top; */
}

footer#footer #pagetop {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 9;
}

footer#footer #pagetop a {
  display: block;
  width: 107px;
  height: 66px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/base/btn_pagetop.png") no-repeat left top;
}
footer#footer #footNav {}

#footer h2 {
  font-size: 1rem;
}

footer#footer #footNav {
  display: flex;
  gap: 40px;
}

footer#footer #footNav .box {
  margin-bottom: 14px;
}

footer#footer #footNav .block .box ul li a {
  font-size: 86%;
  color: #fff;
  text-decoration: underline;
}

footer#footer #footNav .block .box h2 a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

footer#footer2nd #footSubNav {
  padding: 25px 0 40px;
}

footer#footer2nd #footSubNav ul li {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}

footer#footer2nd #footSubNav ul li a {
  color: inherit;
}

footer#footer2nd #mark {
  position: absolute;
  top: -55px;
  right: 0;
  padding: 10px 5px 0;
  background: #fff;
  border-radius: 5px;
}

footer#footer2nd #mark ul li {
  float: left;
  padding: 0 15px;
}

footer#footer2nd small {
  display: inherit;
  text-align: center;
}

footer#footer2nd .inner {
  height: 130px;
  background: url("../img/base/bg_foot2nd_pc_line.png") no-repeat left 63px;
}

footer#footer2nd {
  background: url("../img/base/bg_foot2nd_pc_rep.png") repeat-x left top;
}

footer .box img {
  width: 40px;
}

ul.gnavi_sp {
  display: none;
}

.sitemap .section {
  display: flex;
  justify-content: space-evenly;
}

.sitemap .section a {
  text-decoration: underline;
}

.sitemap .section li {
  margin-bottom: 10px;
}

/* メニュー幅調整用 */
@media screen and (width <= 1399px) {
  .gnavi li.logo {
    flex-basis: 190px;
    margin-right: 10px;
    margin-left: 6px;
  }

  .gnavi li.has-submenu {
    margin-right: 26px;
  }

  li.login {
    width: 140px;
  }
}

@media screen and (width <= 1279px) {
  .inner {
    width: 100%;
    padding: 0 2%;
    margin: 0;
  }

  .visible_pc {
    display: none;
  }

  .visible_tab_sp {
    display: block;
  }

  .gnavi li a {
    color: #fff;
  }

  /* ハンバーガーアイコン */
  .hamburger-menu {
    display: flex;
    text-align: center;
    box-shadow: 0 8px 8px -4px rgb(0 0 0 / 10%);
  }

  .hamburger-menu div {
    display: block;
    width: 90px;
    height: 90px;
  }

  .hamburger-menu div:nth-child(1) {
    width: 300px;
    text-align: left;
  }

  .hamburger-menu div:nth-child(1) img {
    width: 240px;
  }

  .hamburger-menu div:nth-child(2) {
    margin-left: auto;
    border-left: #000 1px solid;
  }

  .hamburger-menu div:nth-child(2) a {
    color: #000 !important;
  }

  .hamburger-menu div:nth-child(2) img {
    width: 52px;
    margin-top: 12px;
  }

  .hamburger-menu div:nth-child(3) {
    border-left: #000 1px solid;
  }

  .hamburger-menu div:nth-child(3) img {
    width: 46px;
    margin-top: 10px;
  }

  .hamburger-menu div:nth-child(3) p {
    position: relative;
    top: -4px;
  }

  .hamburger-menu div:nth-child(4) {
    border-left: #000 1px solid;
  }

  .hamburger-menu a {
    color: #000;
  }

  .hamburger-icon {
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }

  /* ハンバーガーの線 */
  .hamburger-icon span {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 5px;
    background: #333;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* 1本目（上の線） */
  .hamburger-icon span:nth-child(1) {
    top: 16%;
  }

  /* 2本目（中央の線） */
  .hamburger-icon span:nth-child(2) {
    top: 32%;
    transform: translateY(-50%);
  }

  /* 3本目（下の線） */
  .hamburger-icon span:nth-child(3) {
    bottom: 50%;
  }

  .hamburger-icon p {
    padding: 60px 0 0;
  }

  /* フルスクリーンメニュー */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgb(34 34 34 / 90%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  /* メニューが開いたとき */
  .menu.active {
    visibility: visible;
    opacity: 1;
  }

  /* メニューのリンク */
  .menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
  }

  .menu li {
    margin: 20px 0;
  }

  .menu a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }

  .menu a:hover {
    color: #ddd;
  }

  .hamburger-menu.active .hamburger-icon span {
    background: #fff;
  }

  /* ハンバーガーアイコンが「×」に変形 */
  .hamburger-menu.active .hamburger-icon span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }

  .hamburger-menu.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .hamburger-icon span:nth-child(3) {
    top: 36px;
    transform: translateY(-10px) rotate(-45deg);
  }

  .menu ul {
    display: block;
  }

  .gnavi li {
    height: auto;
  }

  .menu ul li:hover ul {
    display: none;
  }

  /*	.menu ul li:hover ul li{
  		height: 40px;
  	} */
  .menu ul li:hover ul.sp_on {
    position: relative;
    display: block;
    background-color: rgb(0 0 0 / 90%);
  }

  ul.sp_on {
    display: flex;
  }

  ul.sp_on li {
    width: 40%;
  }

  .visible_pc {
    display: none;
  }

  .visible_tab {
    display: block;
  }

  .visible_pc_tab {
    display: block;
  }

  .visible_sp {
    display: none;
  }

  .gnavi .logo, .gnavi .login, .gnavi .contact {
    display: none;
  }

  .menu ul li:hover ul {
    width: 100%;
  }

  ul.gnavi {
    display: none;
  }

  ul.gnavi_sp {
    display: block;
    widows: 100%;
  }

  ul.gnavi_sp li {
    padding: 10px 0;
    margin: 0;
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid #999;
  }

  ul.gnavi_sp li:hover .secondary_sp {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  .secondary_sp li {
    background-color: rgb(0 0 0 / 90%);
  }

  .secondary_sp a {
    color: #fff;
  }

  .gNavCare span {
    font-size: 22px;
    color: #fff;
  }
}

@media screen and (width <= 1023px) {
  .sp_banner_box {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .sp_banner_box img {
    width: 70%;
    padding: 1rem 0;
    margin: 0 auto;
  }

  .sp_bnr_slide button.arrow-common {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 8%;
    height: 60px;
    padding-top: 6%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }

  .sp_bnr_slide button.arrow-prev {
    left: 2%;
    background-image: url("../img/base/arrow_left.png");
  }

  .sp_bnr_slide button.arrow-next {
    right: 0%;
    background-image: url("../img/base/arrow_right.png");
  }

  .sp_bnr_slide .slick-dots li button::before {
    font-size: 10px;
    color: gray;
    opacity: 0.35;
  }

  .sp_bnr_slide .slick-dots li.slick-active button::before {
    color: orange;
    opacity: 1;
  }

  aside {
    display: none;
  }

  #news3 .topNav ul {
    gap: 10px;
  }

  #news3 .topNav ul li a {
    background: none;
  }

  #topRenkei .innerBox, #topKosodate .innerBox {
    background-position: center 210px;
  }
 #topKaigo .innerBox{
    background-position: center 120px;
  }
  #topRenkei .innerBox p, #topKaigo .innerBox p, #topKosodate .innerBox p {
    margin-bottom: 400px;
  }
}

@media screen and (width <= 899px) {
  #topsecurity div.guideline_area div.left,
  #topsecurity div.guideline_area div.right {
    float: none;
    margin: 10px auto;
  }

  #topsecurity div.support_area img {
    float: none;
    width: 300px;
    margin-right: 0;
  }

  #topsecurity div.support_area {
    text-align: center;
  }

  #topsecurity div.support_area div.support .txt {
    float: none;
    width: 90%;
    padding: 10px 5%;
    text-align: left;
  }
}

@media screen and (width <= 767px) {
  .visible_pc {
    display: none;
  }

  .visible_tab {
    display: none;
  }

  .visible_pc_tab {
    display: none;
  }

  .visible_sp {
    display: block;
  }

  .hamburger-menu div:nth-child(1) {
    width: 160px;
    text-align: left;
  }

  .hamburger-menu div:nth-child(1) img {
    margin-top: 8px;
  }

  .hamburger-menu div {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }

  .hamburger-menu div:nth-child(2) img {
    width: 42px;
  }

  .hamburger-menu div:nth-child(3) img {
    width: 38px;
  }

  .hamburger-icon p {
    padding: 50px 0 0;
  }

  .hamburger-icon span:nth-child(2) {
    top: 38%;
  }

  .hamburger-icon span:nth-child(3) {
    bottom: 40%;
  }

  .hamburger-icon span {
    right: 14px;
  }

  .hamburger-menu.active .hamburger-icon span:nth-child(3) {
    top: 34px;
  }

  #news3 .topNav ul li {
    height: 80px;
    font-size: 14px;
  }

  .topNewsTitle h2 {
    font-size: 22px;
  }

  #topNews .topNewsBox .topNewsTitle {
    width: 100%;
    padding-right: 0;
  }

  #topNews .topNewsBox {
    display: block;
    width: 100%;
  }

  #topNews .topNewsBox .topNewsList {
    padding: 10px 20px;
    border-left: none;
  }

  #topNews .topNewsBox .topNewsList dl {
    display: block;
  }


#topRenkei {
        background: url(../img/base/renkei_back_sp-min.jpg) no-repeat top center;
        background-size:cover;
        padding: 40px 0 80px 0;
        margin: 0 auto;
    }
#topKaigo {
        background: url(../img/base/kaigo_back_sp-min.jpg) no-repeat top center;
        background-size: cover;
        padding: 40px 0 80px 0;
        margin: 0 auto;
    }
#topKosodate {
        background: url(../img/base/kosodate_back_sp-min.jpg) no-repeat top center;
        background-size: cover;
        padding: 40px 0 80px 0;
        margin: 0 auto;
    }



  #topRenkei .innerBox ul, #topKaigo .innerBox ul, #topKosodate .innerBox ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #topRenkei .innerBox ul li,
  #topKaigo .innerBox ul li,
  #topKosodate .innerBox ul li {
    width: 45%;
    margin-bottom: 20px;
  }

  #topRenkei .innerBox ul li.icon1,
  #topRenkei .innerBox ul li.icon2,
  #topRenkei .innerBox ul li.icon3,
  #topRenkei .innerBox ul li.icon4,
  #topKaigo .innerBox ul li.icon1,
  #topKaigo .innerBox ul li.icon2,
  #topKaigo .innerBox ul li.icon3,
  #topKaigo .innerBox ul li.icon4,
  #topKosodate .innerBox ul li.icon1,
  #topKosodate .innerBox ul li.icon2,
  #topKosodate .innerBox ul li.icon3,
  #topKosodate .innerBox ul li.icon4 {
    background-size: 36%;
    background-position: center 40px;
  }
  #topRenkei .innerBox ul li,#topKaigo .innerBox ul li,#topKosodate .innerBox ul li{margin: 6px 2px;}

  #more_kanamic div.more_kanamic_area ul.more_kanamicBtn {
    flex-wrap: wrap;
  }

  #more_kanamic div.more_kanamic_area ul.more_kanamicBtn li {
    justify-content: space-between;
    width: 45%;
    margin-bottom: 30px;
  }
#topsecurity{padding: 40px 0;}
  #topsecurity div.support_area div.support .txt {
    width: 100%;
  }
#more_kanamic div.more_kanamic_area h2{
  font-size: 18px;
}
  #more_kanamic div.contact_area div.jpx {
    width: 100%;
  }

  #more_kanamic div.contact_area div.jpx div.txt {
    float: none;
  }

  #topRenkei .renkeiBtn, #topKaigo .renkeiBtn, #topKosodate .renkeiBtn {
    width: 100%;
  }

  #topRenkei .renkeiBtn a, #topKaigo .renkeiBtn a, #topKosodate .renkeiBtn a {
    width: 96%;
    font-size: 16px;
  }
#topsecurity h2 span.renkeiTitle{font-weight: normal;}
  #topsecurity div.guideline_area div.left,
  #topsecurity div.guideline_area div.right {
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border: 15px solid #ccc;
    border-radius: 0;
  }

  #topsecurity div.guideline_area div.left p,
  #topsecurity div.guideline_area div.right p {
    width: 100%;
  }
#more_kanamic div.more_kanamic_area {
    margin-bottom: 50px;
}
  #more_kanamic div.contact_area p.aboutBtn a {
    width: 80%;
  }
#more_kanamic div.contact_area p.aboutBtn a{
  font-size: 24px;
}
#more_kanamic div.contact_area p.aboutBtn a span.txt{  font-size: 14px;}
  footer#footer #footNav {
    flex-wrap: wrap;
  }

  footer#footer {
    height: auto;
  }
  footer#footer .block{width: 100%;}
  footer#footer ul{display:none;}
  #footer h2{text-align: center;}
footer#footer #footNav{display: block;}
footer#footer #footNav .box{margin-bottom: 5px;;}
  footer#footer2nd #mark {
    position: relative;
    top: 0;
    display: block;
  }
footer#footer2nd #footSubNav {
    padding: 15px 0;
}
  footer#footer2nd #mark {
    float: none;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    background: url("../img/base/bg_foot2nd_pc_line.png") no-repeat center
      bottom;
  }

  footer#footer2nd #mark ul {
    margin: 0 auto;
  }

  footer#footer2nd #mark ul li {
    padding: 0 5px;
  }

  footer#footer2nd .inner {
    background: none;
  }

  footer#footer2nd {
    background: none;
  }

  .sitemap .section {
    display: block;
    margin-left: 20px;
  }
}

@media screen and (width <= 450px) {
  #news3 .topNav ul {
    gap: 4px;
  }

  #news3 .topNav ul li {
    height: 60px;
    font-size: 12px;
  }

  footer#footer2nd #footSubNav ul li {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    border-right: none;
  }
}

/* 共通 */
.base .lead {
  padding-left: 0;
  margin-bottom: 20px;
}

.base article {
  padding-bottom: 60px;
}

.base article h2 {
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 172%;
  font-weight: normal;
  background: url("../img/base/line_slash.png") repeat-x left bottom;
}

.base article h2::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/base/ico_circle_m.png") no-repeat left center;
}

.base article #lNav {
  padding: 15px 10px;
  margin-bottom: 50px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.base article #lNav ul {
  overflow: hidden;
}

.base article #lNav ul li {
  float: left;
  margin-right: 15px;
}

.base article #lNav ul li a {
  padding: 5px 0 5px 25px;
  color: inherit;
  background: url("../img/base/ico_circle_s.png") no-repeat left center;
}

.base h3 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 129%;
  font-weight: 700;
  line-height: 1.3;
}

.base h3.ttlL::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 26px;
  content: "";
  background: #f39800;
  border-radius: 1px;
  transform: translateY(-50%);
}

.base .section p {
  padding: 0 20px;
}

.base .flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.base .flex_border {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 45px;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.base .flex_border img {
  height: auto;
}

.base #example {
  margin: 100px 0 0;
}

.base .example_bg {
  padding-bottom: 40px;
  background-image: linear-gradient(0deg, #c2e2ea, #ecf7f9);
}

.base #example .inner {
  position: relative;
}

.base #example .inner .bg::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: "";
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.base #example h2 {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 172%;
  font-weight: 700;
  text-align: center;
  background: none;
  border-bottom: 3px solid #999;
}

.base .lineup h2, .base .flow h2 {
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 172%;
  font-weight: 700;
  text-align: center;
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.base #example h2::before, .base .lineup h2::before, .base .flow h2::before {
  background: none;
}

.base #example h3 {
  padding-top: 50px;
  text-align: center;
}

.base #example p {
  text-align: center;
}

.base .lineup {
  padding: 70px 0;
  margin: 0;
  background: rgb(238 238 238);
  box-shadow: rgb(0 0 0 / 10%) 0 5px 5px 0 inset;
}

.base .lineup .flex, .base .flow .flex {
  flex-wrap: wrap;
}

.base .lineup .flex div {
  width: 23%;
}

.base .flow {
  padding: 40px 0;
}

.base .flow .flex div {
  width: 31%;
}

.base .flow .box h3 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 115%;
  font-weight: 700;
  color: #333;
}

.base .flow .box h3 span {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #eb7a12;
  border-radius: 50px;
}

.base .flow .box p {
  padding: 0;
}

.base .lineup .box a {
  color: #333 !important;
}

.base .lineup .box a span {
  color: #006990 !important;
}

.care .btn a, .child-care .btn a {
  display: block;
  width: 332px;
  height: 52px;
  margin: 30px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/care/btn_siryo.png") no-repeat left top;
}

.base .care_banner_area {
  margin-bottom: 80px;
}

.base .care_banner_area p {
  margin-bottom: 8px;
  font-size: 1.45rem;
  text-align: center;
}

.fb120 {
  font-size: 120%;
  font-weight: bold;
}

.base.houmon #sec02 .flex_border:nth-of-type(3) {
  border-bottom: none;
}

.base.houmon #sec02 .flex_border:nth-of-type(4) img {
  width: 300px;
}


@media screen and (width <= 1000px) {
#topRenkei h2, #topKaigo h2, #topKosodate h2,#topsecurity h2{font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 0 20px;
  line-height: 1em;
}
}



@media screen and (width <= 767px) {
  .base .flex {
    flex-wrap: wrap;
  }
  .base .banner-flame div {
    width: 40%;
  }

  .base .flex_border {
    flex-wrap: wrap;
  }

  .base .lineup .flex div {
    width: 46%;
  }

  .base .lineup .flex div {
    text-align: center;
  }

  .base .lineup .flex div p {
    text-align: left;
  }
  .base .flow .flex {
    justify-content: space-between;
  }

  .base .flow .flex div {
    width: 46%;
  }
  .base.top dt,  .base.top dd{font-size: 16px;}
  .base.top #topRenkei h2 span.renkeiCategory, .base.top #topKaigo h2 span.renkeiCategory, .base.top #topKosodate h2 span.renkeiCategory,.base.top #topsecurity h2 span.renkeiCategory{font-size: 16px;
  font-weight: normal;}
 
#topRenkei h2 span.renkeiTitle,#topKaigo h2 span.renkeiTitle,#topKosodate h2 span.renkeiTitle{font-weight: normal;
line-height: 1.3;
margin-top: 20px;}

 #topRenkei p, #topKaigo p,#topKosodate p{text-align: left;}
#topRenkei .innerBox, #topKaigo .innerBox, #topKosodate .innerBox {
        background-position: center 30%;
         background-size:100%;
    }
  #topRenkei .innerBox p, #topKaigo .innerBox p, #topKosodate .innerBox p {
        margin-bottom: 240px;
    }
  #topRenkei .innerBox ul li{
    padding: 150px 20px 30px 20px;
  }

  .child-care .w050 {
    width: 100%;
    text-align: center;
  }

  .child-care .w050 h3, .child-care .w050 p {
    text-align: left;
  }
.base article #lNav{display: none;} 
}





@media screen and (width <= 500px) {
#topRenkei .innerBox, #topKaigo .innerBox, #topKosodate .innerBox {
        background-position: center 38%;

    }
#topKosodate .innerBox {
        background-position: center 40%;
    }

  #topRenkei .innerBox ul li.icon1,
  #topRenkei .innerBox ul li.icon2,
  #topRenkei .innerBox ul li.icon3,
  #topRenkei .innerBox ul li.icon4,
  #topKaigo .innerBox ul li.icon1,
  #topKaigo .innerBox ul li.icon2,
  #topKaigo .innerBox ul li.icon3,
  #topKaigo .innerBox ul li.icon4,
  #topKosodate .innerBox ul li.icon1,
  #topKosodate .innerBox ul li.icon2,
  #topKosodate .innerBox ul li.icon3,
  #topKosodate .innerBox ul li.icon4 {
    background-size: 80%;
    background-position: center 0;
  }
    #topRenkei .innerBox ul li,#topKaigo .innerBox ul li,#topKosodate .innerBox ul li {
        padding: 150px 10px 30px 10px;
        font-size: 14px;
    }
    #topRenkei .renkeiBtn{background-size: cover;
    height: 60px;
  background: url(../img/base/renkei_btn_back.jpg) no-repeat top right;}
      #topKaigo .renkeiBtn{background-size: cover;
    height: 60px;
  background: url(../img/base/kaigo_btn_back.jpg) no-repeat top right;}
      #more_kanamic div.more_kanamic_area ul.more_kanamicBtn li {
   
        width: 100%;
    }
    }