<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: kizuna
Theme URL: 
Description: 
Author: 
ä½¿ç”¨ã‚«ãƒ©ãƒ¼ã‚³ãƒ¼ãƒ‰ï¼š#fff100(é»„),#5bac36(ç·‘),#c6ffc6(è–„ç·‘),#009250(æ·±ç·‘)
*/
@charset "utf-8";

article,
footer,
header,
nav,
section,
aside {
  display: block;
  word-wrap: break-word;
}

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

html,
body {
  background-color: #fff;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
  width: 100%;
  /* aspect-ratio: 3/2; */
  object-fit: cover;
}

a {
  transition: all 0.5s ease;
  /*è‰²ãªã©ã‚’ã‚†ã£ãã‚Šå¤‰åŒ–ã•ã›ã‚‹*/
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.5s;
}

a:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.5s;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  padding: 0;
  margin: 0;
}

.s_hidden {
  display: none;
}

.sp-br {
  margin-right: 0.5rem;
}

.btmMgn {
  margin-bottom: 1rem;
}

.center {
  text-align: center;
}
.block{
  display: block !important;
}
.spBr {
  display: none;
}

.btn-burger,
.nav-toggle,
.drawer-info {
  display: none;
  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼éžè¡¨ç¤º */
}
.link {
  text-decoration: underline !important;
}
/* ------------------------
    å…±é€š
------------------------ */
.fullwidth {
  width: 100%;
}

.basicwidth {
  width: 100%;;
  max-width: 1280px;
  margin: 0 auto;
}

.pagehead {
  text-align: right;
}

.pagehead img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  opacity: 0.8;
}

.hirohead {
}

.company_hiro {
  top: 50vh;
}

.hirohead span {
  font-size: 0.9rem;
  font-weight: 600;
  position: absolute;
  top: 11vh;
  left: 5%;
}

.hirohead h2 {
  font-size: 2.5rem;
  display: block;
  position: absolute;
  top: 27vh;
  right: 5%;
  color: #fff;
  font-weight: 600;
  text-shadow: #000 2px 3px;
}
.policyhead h2 {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 3rem;
}

/*--- wp-pagenaviè¨­å®š ---*/
#page-in {
  margin: 1rem 0 5rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #009250;
  border-color: #009250;
  font-weight: 600;
}

.head-note {
  background-color: #fff;
  margin: 15px auto 0;
  padding: 30px;
  border-radius: 15px;
}

.body-note {
  background-color: #fff;
  margin: 50px auto;
  padding: 30px 30px 50px;
  border-radius: 15px;
}

/*--- ãƒšãƒ¼ã‚¸é€ã‚Š ---*/
.post-navigation {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  margin: 80px auto 0;
  border-top: solid 1px #ddd;
}

.post-navigation a {
  font-size: 0.85rem;
  color: #666;
}

.prev {
  float: left;
}

.next {
  float: right;
}

.common-btn {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.common-btn a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  background: none;
  margin: auto;
  border: 2px solid #009250;
  font-size: 1.2rem;
  color: #009250 !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  width: 230px;
}

.common-btn a:hover {
  background: #009250;
  color: white !important;
  transition: 0.5s;
  opacity: 1;
}

/* ------------------------
    header
------------------------ */
header {
  /* height: 70px; */
  width: 100%;
  transition: 0.5s;
}

.title_sub {
  font-size: 0.8rem;
  /* display: block; */
}

header h1 {
  font-size: 1.8rem;
  margin: 0.5rem 1rem;
  /* display: inline-block; */
  line-height: 1.5;
}

header h1 img {
  height: 69px;
  width: auto;
  max-width: 280px;
}

.header-top {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*    background: rgb(1,64,153,0.3);é’*/
}

.twobloc_left {
  width: 47%;
  height: 350px;
  float: left;
  font-size: 0.9rem;
  margin-left: 3%;
  /*    color: #FFF;*/
}

.twobloc_right {
  width: 47%;
  height: 350px;
  float: left;
  text-align: right;
  margin-right: 3%;
  /*    color: #FFF; */
}

.twobloc2 {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.twobloc2 .blocChild {
  flex-grow: 1;
  text-align: center;
  width: 100%;
  max-width: 450px;
  height: 350px;
  margin: 0 2rem;
  position: relative;
}

.twobloc2 img {
  aspect-ratio: 3 / 2;
  width: 450px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.twobloc2 .detail {
  position: absolute;
  top: 15%;
  left: 10%;
  background-color: #fff;
  width: 80%;
  border: solid 2px #ff8800;
  padding: 1rem;
  opacity: 0.9;
}

.twobloc2 .detail h3 {
}

.topTel {
  /* margin-right: 30px; */
}

.topTel img {
  width: 180px;
  height: 35px;
  object-fit: contain;
}

.header-in {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.logo {
  width: 30%;
  float: left;
  color: #ff8c00;
}

.logo h1 {
  text-align: left;
  border-bottom: solid 3px #fff7cc;
  position: relative;
  width: 50%;
  margin-left: 10%;
}

.logo h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffd700;
  bottom: -3px;
  width: 20%;
}

.btn-burger,
.nav-toggle,
.drawer-info {
  display: none;
  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼éžè¡¨ç¤º */
}

.head_nav {
  /* float: right; */
  width: 100%;
}

.head_nav ul {
  text-align: center;
  background: #009250;
}

.head_nav li {
  /* width: 130px; */
  /* height: 60px; */
  /* padding: .5rem 1rem; */
  display: inline-block;
  text-align: center;
  /*    border-right: solid 1px #ccc; */
}
.head_nav li a:hover {
  background: #48a46b;

}
.head_nav li:last-child {
  border-right: none;
}

.head_nav li a {
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
}

.head_nav li span {
  display: block;
}

/*--- ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«æ™‚ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒ¡ãƒ‹ãƒ¥ãƒ¼å›ºå®š ---*/
.menufixed #menu_fixed {
  background-color: #fff;
  transition: 0.5s;
}

.menufixed {
  width: 100%;
  height: 70px !important;
  position: fixed;
  z-index: 99999;
  background-color: #fff !important;
  opacity: 0.9;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.menufixed header {
  top: 5px;
  left: 0;
  transition: 0.9s;
}

.menufixed .header-top {
  display: none;
}

.menufixed .logo img {
  height: 60px;
}

/*--- ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ ---*/
.drawer {
  display: inline;
}

#s-menu {
  display: none;
}

/* ------------------------
    ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ
------------------------ */
.breadcrumbs {
  width: 100%;
  padding: 20px 4% 0 4%;
  height: 50px;
  line-height: 120%;
  font-size: 12px;
  color: #999 !important;
  background-size: cover;
}

.breadcrumbs_in {
  margin: 0 auto;
}

.breadcrumbs a {
  color: #444;
}

.breadcrumbs a:hover {
  color: #444;
  text-decoration: none;
}

/* ------------------------
    ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
------------------------ */
.firstview img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
}

.catch_area {
  position: absolute;
  top: 30vh;
  left: 1.5rem;
}

.catch_area p {
  margin: 0 0 0 auto;
  color: #fff;
  font-weight: 600;
  text-shadow: #000 2px 3px;
}

.catchmain {
  font-size: 2.5rem;
  font-family: cursive;
}

.catchtext {
  font-size: 1.3rem;
  margin-top: 30px !important;
}

.page-contents {
  width: 100%;
  background-color: #fff;
}
.firstview {
  margin-bottom: 5rem;
}
.basicWrap {
  max-width: 1300px;
  margin: 5rem auto 0;
  padding: 1rem;
}

.wideWrap {
  width: 100%;
  margin: 5rem auto 0;
}

/* .basicWrap h3 { 
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 45px 0 0;
} */
/* .basicWrap h4 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 0.8rem;
} */
.bg_gray {
  background-color: #f8f8ff;
  padding: 50px 0 80px;
}

.white {
  color: #fff;
}

.sns_area img {
  width: 100%;
}

.child_area {
  margin-top: 11vh;
}

.top_service p {
  margin: 35px auto;
  text-align: center;
}

.msgWrap {
  margin-bottom: 30px;
  padding: 80px 2%;
}

/*!!*/
.sitedesc {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}

.sitedesc img {
  width: 45%;
  margin: 0 3%;
}

.kifudesc {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 130px auto 0;
}

.kifudesc a {
  position: relative;
  /*è¦ªè¦ç´&nbsp;ã«relative*/
}

.kifudesc a img {
  width: 450px;
}

.kifudesc span {
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  margin: 0 !important;
  padding: 1rem;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255, 0.6);
}

.emp01 {
  margin: 2em auto;
  padding: 2em;
  /*å†…å´ä½™ç™½*/
  position: relative;
  border: 8px solid #eee;
  /* ç·šã®å¤ªã•ãƒ»ç¨®é¡žãƒ»è‰² */
  z-index: 0;
}

.emp01:before {
  background-color: #da5019;
  /* ãƒ¯ã‚¤ãƒ³ãƒã‚¤ãƒ³ãƒˆã®è‰² */
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 1;
}

.headline02 {
  position: relative;
  text-align: center;
  padding: 1rem;
  max-width: 350px;
  margin: 3rem auto;
  font-size: 1.5rem;
}

.headline02::before,
.headline02::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #da5019;
}

.headline02::before {
  left: 0;
  top: 0;
}

.headline02::after {
  right: 0;
  bottom: 0;
}

.headline03 {
  position: relative;
  padding: 0.2em 1em 0 4em;
  margin: 8rem auto 2rem;
  font-size: 1.4rem;
  max-width: 1100px;
}

.headline03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 50px;
  height: 45px;
  background: #009250;
}

.headline03::after {
  position: absolute;
  content: "";
  top: 21px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 25px solid #transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #ffffff;
}
.act1 {
  border-top: #830A01 solid 2px;
  margin-top: 4rem;
}
.act1::before {
  background: #830A01;
}
.act1-line {
  border: solid 1px #830A01;
  background-color: #fff9f4;
}
.act2 {
  border-top: #FF7F94 solid 2px;
}
.act2::before {
  background: #FF7F94;
}
.act2-line {
  border: solid 1px #FF7F94;
  background-color: #fff9ff;
}
.act3 {
  border-top: #1e90ff solid 2px;
}
.act3::before {
  background: #1e90ff;
}
.act3-line {
  border: solid 1px #1e90ff;
  background-color: #f9ffff;
}
.act4 {
  border-top: #009250 solid 2px;
}
.act4::before {
  background: #009250;
}
.act4-line {
  border: solid 1px #009250;
  background-color: #f9fff9;
}
.act5 {
  border-top: #7f7fff solid 2px;
}
.act5::before {
  background: #7f7fff;
}
.act5-line {
  border: solid 1px #7f7fff;
  background-color: #f9f9ff;
}
.headline04{
  position: relative;
}
.headline04 img {
  height: 150px;
  opacity:0.3;
  filter:alpha(opacity=50);
  -ms-filter: â€œalpha( opacity=50 )â€;
}
.headline04 p {
  position: absolute;
  top: 35%;
/* left: 50%;
transform: translate(-50%,-50%); */
  font-size: 1.3rem;
  font-weight: 600;
  padding: .5rem;
  /* background: rgb(255,255,255,0.6); */
  width: 100%;
  text-align: center;

}
.bl201Inner,
.msgInner {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.bl201Inner &gt; div {
  width: 50%;
  margin: 1rem;
  /* border: solid 1px #009250; */
}

.bl201Inner .img,
.bl201Inner .txt {
  margin: 1rem;
}

.bl201Inner .img {
  max-width: 450px !important;
}
.bl201detail {
  padding: 1rem;
}

.bl201detail .idesc {
  margin-bottom: 1rem;
}

.bl201detail .yobi {
  margin-top: 1rem;
  display: inline-block;
}

.head1Bloc span {
  position: relative;
  display: inline-block;
  /* height: 64px; */
  height: 40px;
  /* padding: 1rem 2rem 1rem 3rem; */
  padding: 0.5rem 1rem 1rem 1.5rem;
  color: #fff;
  background: #da5019;
  margin: 0.5rem 1rem 0 2rem;
  font-size: 0.9rem;
}

.head1Bloc span:before {
  position: absolute;
  top: 0;
  left: -29px;
  content: "";
  /* border-width: 32px 30px 32px 0; */
  border-width: 20px 30px 20px 0;
  border-style: solid;
  border-color: transparent #da5019 transparent transparent;
}

.head1Bloc span:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.bl2box1Wrap {
}

/* .bl2box1Inner {
  display: flex;
  flex-wrap: wrap;
}

.bl2box1Inner div {
  width: 46%;
  border: solid 2px #009250;
  margin: 1rem;
}

.bl2box1Inner h4 {
  padding: 1rem 2rem;
  color: #009250;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  border-bottom: solid;
  background-color: #edffdb;
} */

.descr {
  margin: 1rem 2rem 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a7b4af;
}

.kyocho1 {
}

.kyocho1,
.kyocho2 {
  position: relative;
  padding-left: 6.5em;
  margin: 0.5rem 2rem;
  /* padding-top: 1rem; */
}

.kyocho1 span,
.kyocho2 span {
  position: absolute;
  /* top: 1rem; */
  left: 0;
  padding: 0 1.5rem;
  color: #e3f5d8;
  background: #da5019;
}

.kyocho1 span:after,
.kyocho2 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #da5019;
}

.msgInner div {
  margin: 1.5rem;
}

.msgImg {
  text-align: center;
}

.msgImg img {
  aspect-ratio: 2/3;
  max-width: 500px;
  object-fit: cover;
}

/*!!!*/
.service-textarea {
  width: 40%;
  float: left;
  text-align: left;
}

.service-textarea h2 {
  padding: 0.25em 0.5em;
  /*ä¸Šä¸‹ å·¦å³ã®ä½™ç™½*/
  background: transparent;
  /*èƒŒæ™¯é€æ˜Žã«*/
  border-right: solid 5px #ffd700;
  /*å·¦ç·š*/
  display: inline-block;
}

.service-textarea p {
  padding: 25px 30px 0 25px;
  font-size: 1.1rem;
}

.msgTxt {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.msgTxt p {
  font-family: "æ¸¸æ˜Žæœ", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.2rem;
  padding: 25px 30px 0 25px;
}

.service-imgarea,
.message-imgarea {
  width: 56%;
  float: left;
}

.service-imgarea img,
.message-imgarea img {
  width: 80%;
  height: 600px;
  object-fit: cover;
}

.welfare-textarea {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.welfare-textarea p {
  margin: 30px 0 50px;
}

.welfare-imgarea img {
  width: 50%;
  float: left;
  height: 600px;
  object-fit: cover;
}

.president {
  text-align: right;
  font-weight: 600;
}

.entry-bloc {
  position: relative;
}

.entry-bloc img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.entry-bloc h2 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  background: rgb(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 30px;
}

.entry-textarea h3 {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 1.5rem;
}

.entry-textarea {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  height: 210px;
  padding: 30px;
  background-color: rgb(255, 255, 255, 0.6);
}

/* --- å¯„ä»˜ --- */
.pageWrap {
  max-width: 850px;
  margin: 1rem auto 0;
  padding: 1rem;
}
.pageWrap h3 {
  font-size: 1.3rem;
  border-bottom: solid 2px #da5019;
  display: inline-block;
  margin: 3rem 0 1rem;
}
.pageWrap h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem 0 .5rem 1rem;
}
.pageWrap p {
  margin: .5rem;
}
.pageWrap ul {
  list-style-type: disc;
  margin: 0 0  1rem 1rem;
  border: solid #009250 1px;
  /* border-bottom: solid #009250 1px; */
  background-color: #f9fff9;
  padding: 0.5rem  2rem;
  display: inline-block;
}
.pageWrap ul li {
  line-height: 1.5;
  padding: 5px 0;
}
.pageWrap img {
  width: 100%;
  max-width: 600px;
}
.pageWrap ol {
  list-style-type: auto;
  margin-left: 1.5rem;
}

/* --- ä¼šç¤¾æ¦‚è¦ãƒ»æ²¿é© --- */
.cmnTable {
  margin: 0 auto 30px;
  text-align: left;
}

.cmnTable table {
  margin: 0 auto;
  border-collapse: collapse;
}

.cmnTable tr {
  border-bottom: 1px solid #ccc;
}

.cmnTable td:nth-child(1) {
  width: 210px;
  padding: 15px;
  vertical-align: top;
}

.cmnTable td:nth-child(2) {
  width: 600px;
  padding: 15px;
  vertical-align: top;
}

/* --- ãŠå•ã„åˆã‚ã› --- */
/* .contact-bloc {
    background-color: #f8f8ff;
    padding: 80px 2%;
}
.contact-area {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
} */
.form-table {
  text-align: left;
}

.form-table th {
  font-weight: normal;
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
}

.form-table th:after {
  content: "";
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009250;
  border-radius: 2px;
}

.form-table td {
  display: block;
  width: 100%;
  padding: 0 0 15px;
}

/*å¿…é&nbsp;ˆ*/
.cf7-req {
  font-size: 0.7rem;
  padding: 3px 5px;
  background: #009250;
  color: #fff;
  border-radius: 15px;
  margin-left: 8px;
}

/*ä»»æ„*/
.cf7-unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

.wpcf7 input {
  display: block;
  padding: 0.5rem !important;
  border: 0;
  border-bottom: 1px solid #009250;
  border-radius: 0;
  width: 100%;
  font-size: 1.1rem;
  -webkit-appearance: none;
}

.wpcf7 select {
  display: block;
  margin: 10px 0 10px;
  padding: 10px 0;
  border: 1px solid #009250;
  border-radius: 0;
  font-size: 1.1rem;
}

.wpcf7 textarea {
  margin: 10px 0;
  padding: 10px 10px;
  border: 1px solid #009250;
  border-radius: 20px;
  width: 100%;
  font-size: 1.1rem;
  height: 210px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  background-color: #edf6f6;
  outline: 1px #009250 solid;
}

/* ã€Œé€ä¿¡ã™ã‚‹ã€ãƒœã‚¿ãƒ³ */
.wpcf7 input.wpcf7-submit,
.cntBtn a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  background: none;
  margin: auto;
  border: 2px solid #009250;
  font-size: 1.2rem;
  color: #009250 !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  width: 250px;
}

.wpcf7 input.wpcf7-submit:hover,
.cntBtn a:hover {
  background: #009250;
  color: white !important;
  transition: 0.5s;
  opacity: 1;
}

.cntBtn {
  margin: 5rem auto 0;
  text-align: center;
}

.cf7-btn {
  text-align: center;
}

.required {
  padding: 3px;
  color: #cc0000;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
}

.thanks-area h2 {
  font-size: 1.3rem;
  border-bottom: solid 2px #da5019;
  display: inline-block;
  margin: 3rem 0 1rem;

}
/*å¢ƒç•Œç·šã®æ‰“ã¡æ¶ˆã—ã¨æ›¸ãç›´ã— */
table tbody tr td,
table {
  border: 0;
}

table tr {
  border-top: 2px solid #e5e5e5;
}

/* --- ãŠçŸ¥ã‚‰ã› --- */
/* .news_list li {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 50px;
  padding: 30px 0;
}
.news_list li a {
  display: flex;
}
.newslist_left {
  float: left;
  width: 300px;
}

.newslist_right {
  float: left;
  margin-left: 30px;
}

.news_list li img {
  width: 300px;
  height: auto;
}

.news_list h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 15px;
} */

/* .news-area {
  background-color: #f8f8ff;
  padding: 50px 0 80px;
}

.newspage-area {
  background-color: #f8f8ff;
  padding: 50px 0 80px;
} */

.news_bloc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.news_bloc li a {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.news_bloc li a:hover {
  text-decoration: underline;
  text-decoration-color: #da5019;
}
.news_left {
  width: 30%;
}
.news_right {
  width: 65%;
}

.news_bloctext {
  /*    background-color: #fff;*/
  padding: 8px 15px 15px;
}

.news_bloctext span {
  font-size: 0.75rem;
  /*   text-align: right; */
}

.news_bloctext h3 {
  color: #da5019;
  font-size: 1.1rem;
  font-weight: 600;
}
.news_date {
  font-size: 0.9rem;
  margin: 5px 0 1rem;

}

.news_boximg img,
.news_boximgno img {
  max-width: 240px;
  height: 160px;
  object-fit: cover;

}

.news_more {
  text-align: center !important;
  background-color: #f8f8ff;
  width: 180px;
  float: right;
  padding: 8px 0;
}

.circle_right {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.circle_right:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: -9.5px;
  left: 0;
  transform: rotate(45deg);
}

/*æ–°ç€ãƒšãƒ¼ã‚¸*/
.detail_area {
  /* background-color: #f8f8ff; */
  padding: 30px 0 80px;
}

.news-detail {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.news-title h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
}

.news-title span {
  float: right;
  font-size: 0.95rem;
}

.news-title p {
  font-size: 1.3rem;
}

.news-detail p {
  margin: 15px 0;
}

/* --- ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ --- */
.policy-area {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.policy-area h2 {
  margin: 30px 0 15px 0;
  font-size: 1.2rem;
}

/* --- 404ãƒšãƒ¼ã‚¸ --- */
.page-404 {
  text-align: center;
  margin-bottom: 80px;
}

.gCal {
  padding-top: 1rem;
}

/* ------------------------
    footer
------------------------ */
footer {
  width: 100%;
  margin: 0 auto;
  /*    border-top: 1px solid #009250;*/
  background: #fff;
}

.footer-top {
  width: 100%;
  /* background-color: #bbdbf3; */
}

.link_btn {
  text-align: center;
}

.link_btn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2rem auto;
  padding: 0.7rem 3rem;
  font-weight: bold;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.contact_btn {
  background: #fff;
  color: #009250;
}
.news_btn {
  background: #009250;
  color: #fff;
}

.contact_btn a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.link_btn a:hover {
  opacity: 0.6;
}
.contact_btn:hover {
  background: #d4eef7;
  /* color: #27acd9; */
}


.footer-top p {
  padding-top: 15px;
}

.footer-middle {
  padding: 2rem 2rem 1rem;
  margin: 2rem 0 0;
  background-color: #009250;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  max-width: 800px;
  padding: 1rem;
}

.footer-name {
  text-align: left;
  margin-top: 1.5rem;
}

.footer-name a {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.footer-name p a {
  font-size: 1rem;
}

.footer-nav {
}

.footer-nav ul {
  /* width: 650px; */
  margin: 0 auto 8px;
  padding: 0;
  overflow: hidden;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-nav li {
  width: 150px;
  text-align: center;
  font-size: 0.7rem;
}

.footer-nav li a {
  text-decoration: underline;
}

.footer-nav li a:visited {
  text-decoration: none;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

.footer-nav li a:active {
  text-decoration: none;
}

.footer-bottom {
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #009250;
  color: #fff;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1 !important;
}

#pagetop img {
  width: 60px;
}

/* .g-map {
    position : relative;
    height : 0;
    padding-bottom : 56.25%;
    overflow : hidden;
}
.g-map iframe,
.g-map object,
.g-map embed{
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
} */
.grecaptcha-badge {
  bottom: 90px !important;
}

@media screen and (max-width: 1200px) {
  .head_nav ul {
    margin-right: 0;
  }
}

/*ã€€ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã€€*/
@media screen and (max-width: 960px) {
  .basicWrap {
    margin: 2rem auto 0;
  }

  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ã‚¢ã‚¤ã‚³ãƒ³*/
  .btn-burger {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    background: rgb(255, 255, 255, 0.6);
    border-radius: 5px;
    z-index: 99999;
  }

  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ã‚¢ã‚¤ã‚³ãƒ³ã‚’ä½œã‚‹ä¸‰æœ¬ç·š*/
  .icon,
  .icon:before,
  .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    /*ç·šã®å¤ªã•*/
    width: 35px;
    /*ç·šã®é•·ã•*/
    background-color: #009250;
    border-radius: 2px;
    display: block;
    content: "";
    cursor: pointer;
    margin: auto;
  }

  /*ä¸‰æœ¬ç·šã®é–“éš”*/
  .icon:before {
    top: 13px;
  }

  .icon:after {
    top: -13px;
    margin: 0;
  }

  .head_nav li {
    width: 100%;
  }

  /*ã‚¢ã‚¤ã‚³ãƒ³ã‚’ã‚¯ãƒªãƒƒã‚¯ã—ãŸã‚‰*/
  .nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
  }

  .nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
  }

  .icon,
  .icon:before,
  .icon:after {
    transition: all 0.8s;
  }

  /*è¡¨ç¤ºã•ã‚Œã‚‹ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ä¸­èº«*/
  .head_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 200%;
    background-color: rgb(0, 146, 80, 0.95);
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
    opacity: 0;
    z-index: 500;
  }

  #navToggle:checked ~ .head_nav {
    right: 0;
    /*ãƒ¡ãƒ‹ãƒ¥ãƒ¼è¡¨ç¤º*/
    opacity: 1;
  }

  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
    /*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚’ç„¡åŠ¹*/
  }

  .is-fixed .firstviewwrap {
    background: #000;
    /*èƒŒæ™¯ã‚’é»’ã£ã½ã*/
  }

  .is-fixed .firstviewwrap img,
  .is-fixed .logo img {
    display: block;
    opacity: 0.5;
  }

  .head_nav ul {
    padding: 50px 35px 0;
    border-radius: initial;
    background: none;
  }

  .head_nav ul li {
    /*    border-bottom: solid 1px #dcdcdc;*/
    list-style: none;
    display: block;
    /*    margin-bottom: 50px;
    padding: 30px 0;*/
  }

  .head_nav ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  /* .head_nav ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
} */
  .drawer-info {
    width: 100%;
    text-align: center;
  }

  .head_nav li span {
    display: none;
  }

  .firstview img {
    /*height: 70vh;*/
    min-height: 70vh;
  }

  .full_contents {
    margin: 70vh auto 0;
  }

  .catch-area {
    top: 30vh;
  }

  .bl201Inner,
  .msgInner {
    display: block;
  }
  .bl201Inner &gt; div {
    width: 100%;
    max-width: 450px;
    margin: 2rem auto;
  }
  .headline03{
    max-width: 650px;
  }
  .bl201Inner .img,
  .bl201Inner .txt {
    margin: 2rem auto;
    max-width: 650px;
  }

  /* .bl2box1Inner div {
    margin: 1rem auto 2rem;
    max-width: 380px;
    width: 100%;
  } */
   .kifudesc {
    justify-content: space-evenly;
   }
   .kifudesc span {
    font-size: 1.3rem;
    padding: 0.5rem;

   }
  .kifudesc a img {
    max-width: 350px;
  }
  .msgImg img {
    aspect-ratio: auto;
  }

  .company-hiro {
    top: 32vh;
  }

  .service-bloc,
  .welfare-bloc,
  .history-bloc {
    padding: 15px;
    margin-bottom: 50px;
  }

  .service-textarea,
  .service-imgarea,
  .message-imgarea {
    width: 50%;
  }

  .service-imgarea img,
  .message-imgarea img,
  .welfare-imgarea img {
    height: 300px;
  }

  .welfare-textarea p {
    margin: 0;
    padding: 25px 30px;
  }
  .footer-nav li {
    width: auto;
    margin: 0 5px;

  }
  .gCal iframe {
    width:100%;
    max-width:800px;
    height:400px;    
  }
}

@media screen and (max-width: 810px) {
  html,
  body {
    font-size: 15px !important;
  }
  .sitedesc {
    display: block;
    text-align: center;
  }
  .sitedesc img {
   width: 100%;
   max-width: 500px;
  }
  .emp01 {
    text-align: left;
    width: 95%;
    max-width: 700px;
  }
  .kifudesc a img {
    max-width: 280px;
} 
  .basicWrap {
    margin-top: 6vh;
  }

   .news_left {
    width: 180px;
   }
   .news_left img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }

  
  /* .service-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-textarea,
  .service-imgarea {
    float: none;
    width: 100%;
  }

  .service-textarea {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .service-textarea p {
    margin-bottom: 30px;
  }

  .service-imgarea {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
 */
  .entry-bloc img {
    height: 350px;
  }

  .entry-textarea {
    top: 50px;
    padding: 30px 15px;
  }

  .entry-bloc h2 {
    bottom: 15px;
  }

  .footer-left,
  .footer-right {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-left {
    margin-bottom: 30px;
  }

  .footer-name {
    text-align: center;
  }

  .footer-name p {
    /* text-align: left; */
    margin: 0;
  }

  .footer-nav ul {
    width: auto;
  }

  .g-map {
    text-align: center;
  }

}

/*ã€€ã‚¹ãƒžãƒ›ã€€*/
@media screen and (max-width: 599px) {
  html,
  body {
    font-size: 14px;
  }

  .spBr {
    display: block;
  }

  header h1 {
    font-size: 1.6rem;
    margin: 5px 0.5rem;
    line-height: 1.3;
  }
  .wpcf7-spinner {
    display: none;
  }

  .twobloc_left {
    display: none;
  }

  .logo h1 img {
    height: 50px;
    margin: 0;
  }

  .btn-burger {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 5px;
  }

  .firstview img {
    /*            height: 55vh; */
    min-height: 55vh;
  }

  .full_contents {
    margin: 55vh auto 0;
  }

  .catch-area {
    top: 18vh;
  }

  .catchmain {
    font-size: 2.5rem;
  }

  .catchtext {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .headline {
    font-size: 1.5rem;
  }

  .headline:before {
    bottom: 30px;
  }

  .hirohead {
    top: 20vh;
    right: 0;
    width: 100%;
    padding: 15px;
    border-radius: initial;
  }

  .hirohead h2 {
    font-size: 2rem;
    top: 30vh;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .hirohead span {
    font-size: 1.1rem;
  }

  .headline {
    font-size: 1.5rem;
  }

  .headline span {
    font-size: 1rem;
  }
  .kifudesc {
    display: grid;
    gap:2rem
  }


  /* .service-textarea p,
  .welfare-textarea p {
    padding: 15px;
  } */

  /* .company-hiro {
    top: 30vh;
  }

  .welfare-imgarea img {
    margin: 0 0 15px 0;
  }
 */
  .cmnTable tr {
    border: 1px solid #ccc;
  }

  .cmnTable td:nth-child(1) {
    display: inline-block;
    padding: 5px 15px;
    background-color: #dfdfdf;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .cmnTable td:nth-child(2) {
    display: inline-block;
    padding: 0 15px;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .head1Bloc span {
    margin: 0.5rem 0.5rem 0 0;
    height: 35px;
    padding: 0.5rem 1rem;
  }
  .head1Bloc span:before,
  .head1Bloc span:after {
    display: none;
  }




  
  .contact-bloc {
    padding: 30px 10px;
  }

  .wpcf7 .ajax-loader {
    display: block;
  }

  .head-note {
    padding: 14px;
  }

  .body-note {
    padding: 15px 15px 50px;
  }

  .news_left {
    width: 100px;
   }
   .news_right {
    width: 80%;
   }
   .news_bloctext h3 {
    font-size: 1rem;
   }
   .news_date{
    margin: 0;
   }
   .news_date {
    font-size: .75rem;

   }
   .news_text{
    font-size: .85rem;
   }
   .news_bloctext {
    padding: 0 0 0 10px;
   }

  .footer-middle {
    padding: 0;
  }
  .footer-nav ul {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .footer-bottom {
    width: 100%;
  }

  #pagetop {
    bottom: 10px;
    right: 10px;
  }

  .footer-name a {
    font-size: 1.6rem;
  }
}
</pre></body></html>