@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .header {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    background-color: #fbf8e9;
    position: fixed;
    height: 72px;
  }
}
.header-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .header-left {
    line-height: 58px;
  }
}
.header-left-top {
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  .header-left-top {
    display: none;
  }
}
.header-right {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .header-right {
    margin-top: 0;
  }
}
.header-tel, .header-contact {
  display: block;
  text-align: center;
  font-size: 18px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .header-tel, .header-contact {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.header-tel i, .header-contact i {
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .header-tel i, .header-contact i {
    margin-right: 0;
  }
}
.header-tel {
  background-color: #fff;
  border: 2px solid #58c05a;
  color: #58c05a !important;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .header-tel {
    position: fixed;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    bottom: 100px;
    right: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .header-tel span {
    display: none;
  }
}
.header-contact {
  background-color: #f1a125;
  color: #fff !important;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .header-contact {
    position: fixed;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    bottom: 190px;
    right: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .header-contact span {
    display: none;
  }
}
.header-insta {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .header-insta {
    width: 70px;
    height: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .header-nav {
    position: fixed;
    background-color: #ffeac5;
    width: 100vw;
    height: 100vh;
    top: 80px;
    right: -100vw;
    transition: all 0.3s ease;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) {
  .header-nav {
    top: 70px;
  }
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 40px auto 5px;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .header-nav ul {
    flex-wrap: wrap;
    padding: 0;
  }
}
.header-nav ul li:hover {
  color: #f1a125 !important;
}
@media only screen and (max-width: 900px) {
  .header-nav ul li {
    width: 50%;
    margin-top: 40px;
    padding-left: 60px;
    text-align: left;
    position: relative;
    font-size: 20px;
  }
  .header-nav ul li:before {
    position: absolute;
    content: "";
    background-color: #f1a125;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-nav ul li a {
  text-align: center;
  transition: all 0.2s ease;
}
.header-nav ul li a:hover {
  color: #f1a125 !important;
}

.header-nav.active {
  right: 0;
}

.res-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #58c05a;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 900px) {
  .res-menu {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .res-menu {
    top: 0;
  }
}
.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 2px;
  width: 35%;
}
.res-menu div:nth-of-type(1) {
  transform: translateY(-7px);
  transition: all 0.3s ease;
}
.res-menu div:nth-of-type(3) {
  transform: translateY(7px);
  transition: all 0.3s ease;
}

.res-menu.active div:nth-of-type(1) {
  transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
}

.res-menu.active div:nth-of-type(3) {
  transform: rotate(-45deg);
}

.main .main-photo img {
  min-height: 860px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .main .main-photo img {
    min-height: auto;
  }
}
.main .main-link-accessary {
  display: inline;
  position: absolute;
  z-index: 90;
}
@media (max-width: 1550px) {
  .main .main-link-accessary img {
    width: 130px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main-link {
    display: none;
  }
}
.main-link a {
  position: absolute;
  z-index: 90;
}
@media (max-width: 1550px) {
  .main-link a img {
    width: 130px !important;
  }
}
.main-link0 {
  left: 33%;
  top: 82%;
}
@media only screen and (max-width: 1200px) {
  .main-link0 {
    left: 29%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link0 {
    left: 21%;
  }
}
.main-link1 {
  left: 20.5%;
  top: 62%;
}
@media only screen and (max-width: 1200px) {
  .main-link1 {
    left: 13%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link1 {
    left: 4%;
  }
}
.main-link2 {
  left: 24.5%;
  top: 38%;
}
@media only screen and (max-width: 1200px) {
  .main-link2 {
    left: 17%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link2 {
    left: 9%;
  }
}
.main-link3 {
  left: 36.5%;
  top: 20%;
}
@media only screen and (max-width: 1200px) {
  .main-link3 {
    left: 29%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link3 {
    left: 21%;
  }
}
.main-link4 {
  right: 36.5%;
  top: 20%;
}
@media only screen and (max-width: 1200px) {
  .main-link4 {
    right: 29%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link4 {
    right: 21%;
  }
}
.main-link5 {
  right: 24.5%;
  top: 38%;
}
@media only screen and (max-width: 1200px) {
  .main-link5 {
    right: 17%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link5 {
    right: 9%;
  }
}
.main-link6 {
  right: 20.5%;
  top: 62%;
}
@media only screen and (max-width: 1200px) {
  .main-link6 {
    right: 13%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link6 {
    right: 4%;
  }
}
.main-link7 {
  right: 33%;
  top: 82%;
}
@media only screen and (max-width: 1200px) {
  .main-link7 {
    right: 29%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-link7 {
    right: 21%;
  }
}

#mainArea {
  width: 100%;
  margin-top: 155px;
}
@media only screen and (max-width: 900px) {
  #mainArea {
    margin-top: 70px;
  }
}
#mainArea img {
  width: 100% !important;
  height: auto;
}

#local-keyvisual {
  position: relative;
  background-size: cover;
  background-position: center bottom 50%;
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #58c05a;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 230px 0;
}
@media only screen and (max-width: 900px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
    padding: 160px 0;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
    padding: 110px 0;
  }
}
#local-keyvisual h1:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.pan1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pan1 ol {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.pull-down {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.pull-down img {
  display: block;
  height: 40px !important;
  width: auto !important;
  margin: 0 auto;
}
.pull-down span {
  display: block;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .pull-down {
    display: none;
  }
}
.pull-down .pull-down-menu-wrap {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -48px;
  height: auto;
  z-index: 99;
  width: 840px;
  display: none;
}
.pull-down .pull-down-menu-wrap .pull-down-menu {
  display: flex;
  align-items: center;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li {
  width: 100% !important;
  display: block;
  height: auto !important;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li a {
  display: block;
  width: 100%;
  border-bottom: 2px solid #f1a125;
  border-right: 1px dashed #f1a125;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(255, 255, 255);
  font-size: 15px !important;
  line-height: 1.4;
  transition: all 0.3s ease;
  color: #333 !important;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li a:hover {
  background: #f1a125;
  opacity: 1 !important;
  color: #fff !important;
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

.footer {
  background-color: #58c05a;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.footer-logo {
  color: #FFF;
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.footer-nav {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .footer-nav {
    width: 95%;
    margin: 40px auto 0;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .footer-nav ul {
    padding-left: 18%;
  }
}
.footer-nav ul li {
  width: 15%;
  text-align: left;
  padding: 10px 0;
}
@media only screen and (max-width: 900px) {
  .footer-nav ul li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .footer-nav ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    width: 50%;
  }
}
.footer-nav ul li a {
  color: #fff !important;
}
.footer-nav ul li a i {
  margin-right: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.footer-address {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .footer #copy {
    margin-top: 30px;
  }
}
.footer #copy a {
  color: #fff !important;
}

.scroll-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  background-color: #58c05a;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
}
.scroll-top i {
  color: #fff;
  line-height: 80px;
  font-size: 20px;
}

h1,
h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cont-h2 {
  text-align: center;
}
.cont-h2 h2 {
  font-size: 36px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .cont-h2 h2 {
    font-size: 32px;
  }
}
.cont-h2 h2 span {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.about {
  margin: 0 calc(50% - 50vw);
  background-color: #f1a125;
  position: relative;
}
.about-inner {
  padding: 60px 40px;
  background-color: #fff;
  position: relative;
  max-width: 1080px;
  width: 90%;
  margin: 0px auto 0;
  border-radius: 5px;
}
.about-inner:before {
  position: absolute;
  content: "";
  background-color: #f1a125;
  width: 90%;
  height: 8px;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about-h1 {
  margin-bottom: 30px;
}
.about-h1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.about-text {
  line-height: 2.4;
}
.about-yellow {
  color: #f1a125;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.works {
  padding-top: 120px;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.works .work-cloud1,
.works .work-cloud2,
.works .work-bird {
  position: absolute;
}
.works .work-cloud1 {
  top: 170px;
  left: 20vw;
}
@media only screen and (max-width: 1200px) {
  .works .work-cloud1 {
    left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .works .work-cloud1 {
    display: none;
  }
}
.works .work-cloud2 {
  top: 30px;
  right: 20vw;
  width: 200px !important;
}
@media only screen and (max-width: 1200px) {
  .works .work-cloud2 {
    right: 70px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 834px) {
  .works .work-cloud2 {
    display: none;
  }
}
.works .work-bird {
  top: 70px;
  left: 35vw;
}
@media only screen and (max-width: 1000px) {
  .works .work-bird {
    left: 120px;
  }
}
@media only screen and (max-width: 834px) {
  .works .work-bird {
    display: none;
  }
}
.works:before {
  position: absolute;
  content: "";
  background-color: #f1a125;
  height: 20%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 834px) {
  .works:before {
    height: 10%;
  }
}
.works-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.works-h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.works-flex {
  align-items: stretch !important;
  padding: 0 20px;
}
.works-flex .box {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 25px;
  position: relative;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}
.works-flex .box:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 85%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #84d185;
  border-radius: 2px;
}
.works-flex .box article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.works-flex .box article img {
  border-radius: 30px;
}
.works-flex .box article h3 {
  margin-top: -47px;
  position: relative;
  background-color: #fff;
  color: #84d185;
  padding: 10px;
  text-align: center;
  width: 80%;
  margin: -47px auto 0;
  border-radius: 15px 15px 0 0;
}
.works-flex .box article h3:before {
  position: absolute;
  content: "";
  background-color: #84d185;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 60%;
  height: 4px;
  border-radius: 2px;
}
.works-flex .box article > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 15px;
}
.works-text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .works-text {
    height: auto;
    margin-bottom: 10px;
  }
}
.works-btn {
  display: block;
  background-color: #58c05a;
  color: #fff !important;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 80%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .works-btn {
    margin-top: 40px;
  }
}
.works-btn i {
  margin-right: 15px;
}

.banner {
  margin-top: 120px;
}
.banner-recruit {
  background-image: url(../images/home/recruit-img.jpg);
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.banner .recruit-btn {
  display: block;
  width: 360px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 50px auto 0;
  background-color: #f1a125;
  color: #fff !important;
  border-radius: 5px;
}
.banner .recruit-btn i {
  margin-right: 15px;
}
.banner-flex {
  margin-top: 60px;
}
.banner-flex .box {
  position: relative;
  border-radius: 5px;
}
.banner-flex .box div {
  position: absolute;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  color: #58c05a;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
}
.banner-flex .box div:before {
  position: absolute;
  content: "";
  background-color: #58c05a;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 3px;
  border-radius: 3px;
}
.banner-flex .box div i {
  margin-right: 30px;
}

.insta {
  padding: 120px 0;
  background-color: #cefbcf;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.insta .insta-cloud1,
.insta .insta-cloud2,
.insta .insta-bird {
  position: absolute;
}
.insta .insta-cloud1 {
  top: -40px;
  left: 20vw;
}
@media only screen and (max-width: 1200px) {
  .insta .insta-cloud1 {
    left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .insta .insta-cloud1 {
    display: none;
  }
}
.insta .insta-cloud2 {
  top: 60px;
  right: 23vw;
  width: 200px !important;
}
@media only screen and (max-width: 1200px) {
  .insta .insta-cloud2 {
    right: 70px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 834px) {
  .insta .insta-cloud2 {
    display: none;
  }
}
.insta .insta-bird {
  top: 120px;
  left: 35vw;
}
@media only screen and (max-width: 1000px) {
  .insta .insta-bird {
    left: 120px;
  }
}
@media only screen and (max-width: 834px) {
  .insta .insta-bird {
    display: none;
  }
}
.insta-h2 h2 {
  color: #333;
}
.insta-h2 h2 span {
  color: #58c05a;
}
.insta-list {
  height: 550px;
  overflow-y: scroll;
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  .insta-list {
    height: 700px;
  }
}
.insta .sns_list {
  border: none !important;
}
.insta .sns_list > div {
  margin-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: none !important;
}
.insta .sns_text {
  padding-top: 30px !important;
}
.insta .sns_text .sns_date {
  font-size: 18px;
  color: #333 !important;
}
.insta .sns_text .caption {
  margin-top: 40px;
  font-size: 16px;
}

.info {
  margin-bottom: 120px;
  margin-top: 120px;
}
.info-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 834px) {
  .info-inner {
    flex-direction: column;
  }
}
.info-contact {
  background-color: #58c05a;
  width: 48%;
  padding: 60px 0px;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .info-contact {
    width: 100%;
  }
}
.info .contact-h2 h2 {
  color: #fff;
  font-size: 28px;
}
.info-tel-btn, .info-contact-btn {
  display: block;
  width: 320px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .info-tel-btn, .info-contact-btn {
    width: 80%;
  }
}
.info-tel-btn {
  background-color: #fff;
  color: #58c05a !important;
  margin-top: 60px;
  font-size: 20px;
}
.info-contact-btn {
  background-color: #f1a125;
  color: #fff !important;
  margin-top: 30px;
}
.info-contact-btn i {
  margin-right: 10px;
}
.info-news {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .info-news {
    width: 100%;
    margin-top: 60px;
  }
}
.info-news-list {
  margin-top: 20px;
  height: 260px;
  overflow-y: scroll;
}
.info-news-list dl {
  border-bottom: 1px dashed #f1a125 !important;
  padding-bottom: 10px;
  align-items: flex-start !important;
  margin-top: 20px;
  flex-direction: column;
}
.info-news-list dl dt {
  background-color: inherit !important;
  border: none !important;
  color: #58c05a !important;
  width: 100% !important;
}
.info-news-list dl dd {
  background-color: inherit !important;
  border: none !important;
  width: 100% !important;
}

.news-h2 h2 {
  color: #333;
}
.news-h2 h2 span {
  color: #58c05a !important;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.cont_02 {
  padding: 60px 0;
}
@media only screen and (max-width: 834px) {
  .cont_02 {
    width: 95%;
    margin: 0 auto;
  }
}
.cont_02-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .cont_02-flex {
    flex-direction: column-reverse;
  }
}
.cont_02-text {
  width: 60%;
  margin-right: 80px;
}
@media only screen and (max-width: 834px) {
  .cont_02-text {
    width: 100%;
    margin: 20px auto 0;
  }
}
.cont_02-text div {
  line-height: 2.2;
}
.cont_02-img {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .cont_02-img {
    width: 100%;
    margin: 0 auto;
  }
}
.cont_02-img img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
}
.cont_02-h2 {
  margin-bottom: 40px;
}
.cont_02-h2 h2 {
  font-size: 32px;
  font-weight: bold;
  padding: 12px 0 20px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cont_02-h2 h2 {
    font-size: 28px;
  }
}
.cont_02-h2 h2:before {
  position: absolute;
  content: "";
  background-color: #58c05a;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  left: 0;
  top: 0;
}
.cont_02-h3 {
  margin-top: 60px;
  padding-bottom: 30px;
}
.cont_02-h3 h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .cont_02-h3 h3 {
    font-size: 20px;
  }
}
.cont_02-h3 h3:before {
  position: absolute;
  content: "";
  background-color: #58c05a;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 150px;
}
.cont_02-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cont_02-list ul li {
  width: 45%;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
.cont_02-list ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/home/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 30px;
}
@media only screen and (max-width: 834px) {
  .cont_02-list ul li {
    width: 95%;
  }
}
.cont_02-subbox {
  padding: 30px 0;
}

.recruit-top-text a {
  color: #58c05a !important;
}

.recruit-list-left {
  width: 130px;
}

@media only screen and (max-width: 640px) {
  .recruit-table td,
  .recruit-table tr,
  .company-table td,
  .company-table tr {
    width: 100%;
    display: block;
  }
}

.g-map {
  width: 100%;
  margin-top: 20px;
}
.g-map iframe {
  width: 100% !important;
}

.access-list {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .access-list dl {
    flex-direction: column !important;
  }
}
.access-list dl dt {
  background-color: #f5a201 !important;
  color: #fff !important;
  padding: 20px 10px !important;
}
@media only screen and (max-width: 640px) {
  .access-list dl dt {
    width: 100% !important;
  }
}
.access-list dl dd {
  padding: 20px 10px !important;
}
@media only screen and (max-width: 640px) {
  .access-list dl dd {
    width: 100% !important;
  }
}

.company-flex {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .company-flex {
    flex-direction: column-reverse;
  }
}
.company-flex .company-t-text {
  width: 70%;
  margin-right: 80px;
}
@media only screen and (max-width: 640px) {
  .company-flex .company-t-text {
    margin-right: 0;
    width: 100%;
  }
}
.company-flex .company-t-img {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .company-flex .company-t-img {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }
}
.company-flex .company-t-img img {
  width: 100% !important;
  max-width: 100% !important;
}

.company-table {
  margin-top: 30px;
  margin-bottom: 80px;
}

.company-list-title div {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #4990aa;
}

.company-list-sub {
  background-color: #4990aa;
  color: #fff;
  width: 20%;
}

.faq-box {
  margin-bottom: 20px;
}
.faq-box .box:first-of-type {
  font-size: 20px;
  border-bottom: 1px dashed #f0cc51;
  width: 100%;
  padding: 20px 0 20px 0px;
  position: relative;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.faq-box .box:first-of-type div {
  position: relative;
  width: 90%;
}
.faq-box .box:first-of-type div:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  font-family: "Font Awesome 5 pro";
  right: calc(-10% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #f1a125;
}
.faq-box .box:first-of-type div:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  font-family: "Font Awesome 5 pro";
  right: calc(-10% + 17px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #f1a125;
}
.faq-box .box:first-of-type.open div:after {
  display: none;
}
.faq-box .box:last-of-type {
  padding-top: 20px;
  padding-left: 0px;
  display: none;
  position: relative;
  color: #58c05a;
}

.children-list td {
  padding: 20px !important;
}
@media only screen and (max-width: 640px) {
  .children-list td {
    width: 100% !important;
    display: block;
  }
}

.information-img {
  width: 80%;
  border: 2px solid #ddd;
  margin: 0 auto;
  padding: 60px;
}
@media only screen and (max-width: 834px) {
  .information-img {
    border: none;
    width: 100%;
    padding: 0;
  }
}

/*お問い合わせ*/
.contact-form {
  margin-top: 60px;
}

.contact-title {
  margin-top: 80px;
}

.mail,
.annot {
  display: none;
}

.mail-form dl dt {
  padding: 25px 10px !important;
  flex-direction: row !important;
  align-items: center !important;
  color: #fff !important;
  background-color: #58c05a !important;
}
.mail-form dl dd {
  padding: 25px 10px !important;
  background-color: inherit !important;
}
.mail-form dl .text input {
  width: 100% !important;
}

.recruit-form dl dt {
  padding: 25px 10px !important;
  flex-direction: row !important;
  align-items: center !important;
  color: #fff !important;
  background-color: #906d59 !important;
}
.recruit-form dl dd {
  padding: 25px 10px !important;
  background-color: inherit !important;
}
.recruit-form dl .text input {
  width: 100% !important;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}

#p-nurse-h1 {
  color: #58c05a !important;
}

#p-day-h1 {
  color: #ff97c8 !important;
}

#p-day-h2:before,
#p-day-h3:before {
  background-color: #ff97c8;
}

#p-care-h1 {
  color: #f5a201 !important;
}

#p-care-h2:before,
#p-care-h3:before {
  background-color: #f5a201;
}

#p-children-h1 {
  color: #50c1f4 !important;
}

#p-children-h2:before,
#p-children-h3:before {
  background-color: #50c1f4;
}

#p-info-h1 {
  color: #e1effc !important;
}

#p-info-h2:before,
#p-info-h3:before {
  background-color: #e1effc;
}

#p-faq-h1 {
  color: #f0cc51 !important;
}

#p-faq-h2:before,
#p-faq-h3:before {
  background-color: #f0cc51;
}

#p-company-h1 {
  color: #4990aa !important;
}

#p-company-h2:before,
#p-company-h3:before {
  background-color: #4990aa;
}

#p-access-h1 {
  color: #f09078 !important;
}

#p-access-h2:before,
#p-access-h3:before {
  background-color: #f09078;
}

#p-recruit-h1 {
  color: #906d59 !important;
}

#p-recruit-h2:before,
#p-recruit-h3:before {
  background-color: #906d59;
}/*# sourceMappingURL=assets.css.map */