@charset "UTF-8";
/*
font-size
11px: 0.687rem
12px: 0.75rem
14px: 0.875rem
16px: 1rem
18px: 1.125rem
20px: 1.25rem
24px: 1.5rem
26px: 1.625rem
30px: 1.875rem

Color:
text-color: #333333;
*/
html, body {
  height: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: sans-serif;
  font-size: 1rem;
  letter-spacing: 0.035rem;
  line-height: 1.7em;
  color: #333333;
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

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

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

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

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.btn-top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background: #f86968;
  transform: translateY(20px);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 640px) {
  .btn-top {
    bottom: 30px;
    right: 20px;
  }
}
.btn-top._visible {
  display: flex;
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0px);
}
.btn-top:hover {
  background: rgba(248, 105, 104, 0.8);
  transform: translateY(-8px);
}
@media only screen and (max-width: 640px) {
  .btn-top:hover {
    background: #f86968;
    transform: translateY(0px);
  }
}
.btn-top a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 9px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.035em;
}
.btn-top a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #FFF;
  border-left: solid 1px #FFF;
  transform: rotateZ(45deg) translateX(-50%);
  position: absolute;
  top: 16px;
  left: 50%;
}

/* --------------------
Header
-------------------- */
.header {
  background: #96d5f2 url(/assets/images/common/header_bg.jpg) no-repeat right top;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .header {
    background: #FFF;
    height: 58px;
  }
}
.header .site-title {
  width: 397px;
}
@media only screen and (max-width: 840px) {
  .header .site-title {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .header .site-title {
    width: auto;
  }
  .header .site-title img {
    height: 58px;
    width: auto;
  }
}
.header-contact {
  position: absolute;
  top: calc(50% - 4px);
  right: 85px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .header-contact {
    display: none;
  }
}
.header-contact a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1em;
  padding: 13px 25px 13px 16px;
  background: #FFF;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-contact a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: solid 1px #247bb0;
  border-right: solid 1px #247bb0;
  transform: rotateZ(45deg);
}
.header-contact a .tsubame {
  width: 95px;
  display: block;
  position: absolute;
  top: -20px;
  right: -84px;
  transition: all 0.2s ease-out;
}
.header-contact a:hover {
  background: #fae0e0;
}
.header-contact a:hover .tsubame {
  top: -18px;
  right: -75px;
}

/* --------------------
Footer
-------------------- */
.footer {
  text-align: center;
  padding: 30px 0;
  background: #FFF;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 15px 0;
  }
}
.footer .copyright {
  display: block;
  font-size: 0.687rem;
  line-height: 1.6em !important;
  color: #666666;
}
.footer .copyright br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer .copyright br {
    display: block;
  }
}

/* --------------------
Nav
-------------------- */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 58px;
  z-index: 1001;
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2em;
  padding-top: 18px;
  color: #655600;
  background: #fcc2c2;
  text-align: center;
  transition: all 0.3s;
}
.menu::after {
  content: "";
  display: block;
  position: fixed;
  top: 38px;
  right: 30px;
  width: 10px;
  height: 2px;
  background: #655600;
  z-index: 1002;
  transition: all 0.3s;
}
.menu::before {
  content: "";
  display: block;
  opacity: 0;
  position: fixed;
  top: 38px;
  right: 30px;
  width: 10px;
  height: 2px;
  background: #655600;
  z-index: 1002;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .menu {
    display: block;
  }
}
.menu img {
  height: 58px;
  width: auto;
}
.menu.opened {
  width: 58px;
  border-radius: 60px;
  font-size: 0;
  top: 10px;
  right: 10px;
}
.menu.opened::after {
  width: 16px;
  top: 38px;
  right: 31px;
  transform: rotateZ(-45deg);
  transform-origin: center center;
}
.menu.opened::before {
  opacity: 1;
  width: 16px;
  top: 38px;
  right: 31px;
  transform: rotateZ(45deg);
  transform-origin: center center;
}

.gnav {
  border-bottom: solid 1px #ddeaee;
}
@media only screen and (max-width: 640px) {
  .gnav {
    border: none;
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: all 0.5s ease-out;
    overflow-y: auto;
  }
}
.gnav.opened {
  top: 0;
}

.gnav ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .gnav ul {
    flex-direction: column;
    padding-top: 8vh;
  }
}
.gnav ul li {
  list-style-type: none;
  position: relative;
}
.gnav ul li a {
  display: block;
  padding: 16px 20px;
  line-height: 1.4em;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .gnav ul li a {
    padding: 16px 10px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .gnav ul li a {
    font-size: 1.125rem;
    text-align: center;
    line-height: 8vh;
  }
}
.gnav ul li a span {
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s;
}
.gnav ul li a .boshuchu {
  position: absolute;
  background: none;
  padding: 0;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-width: 100px;
}
@media only screen and (max-width: 640px) {
  .gnav ul li a .boshuchu {
    width: 80px;
    top: 50%;
    left: 50%;
    margin-left: 3.4em;
    transform: translateY(-50%);
  }
}
.gnav ul li a:hover span {
  background: #fae0e0;
}
.gnav ul li a:hover .boshuchu {
  background: none;
}
.gnav ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: -1px;
  width: 1px;
  height: 20px;
  background: #337fb3;
}
@media only screen and (max-width: 640px) {
  .gnav ul li::after {
    width: 70%;
    height: 1px;
    top: 0;
    left: 15%;
    background: #CCC;
  }
}
.gnav ul li:first-child::after {
  display: none;
}

/* --------------------
Common
-------------------- */
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}

.main {
  background: url(/assets/images/common/bg.jpg) repeat left top;
  background-size: 1440px 1440px;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* --------------------
Home
-------------------- */
.home-btns {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-btns ul {
  display: flex;
  border: solid 1px #edead8;
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  .home-btns ul {
    flex-wrap: wrap;
    gap: 10px;
    border: none;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul {
    border: none;
  }
}
.home-btns ul li {
  width: 33.3333333333%;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .home-btns ul li {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul li {
    width: 100%;
  }
  .home-btns ul li:nth-child(4), .home-btns ul li:nth-child(5) {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 340px) {
  .home-btns ul li:nth-child(4), .home-btns ul li:nth-child(5) {
    width: 100%;
  }
}
.home-btns ul li::after {
  content: "";
  display: block;
  background: #edead8;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.home-btns ul li:first-child::after {
  display: none;
}
.home-btns ul a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 28px 22px;
  background: #FFF;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 840px) {
  .home-btns ul a {
    border: solid 1px #edead8;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul a {
    padding: 20px 20px;
    font-size: 0.875rem;
    border: solid 1px #edead8;
    border-radius: 10px;
  }
}
.home-btns ul a span.en {
  display: inline-block;
  color: #669934;
  font-size: 0.875rem;
  line-height: 1em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home-btns ul a span.en {
    font-size: 0.687rem;
  }
}
.home-btns ul a span.en::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #669934;
  position: absolute;
  bottom: 0;
  right: -34px;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .home-btns ul a span.en::after {
    display: none;
  }
}
.home-btns ul a span.en::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
  background: #669934;
  position: absolute;
  bottom: 0;
  right: -34px;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .home-btns ul a span.en::before {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .home-btns ul a .boshuchu {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 25%;
    max-width: 110px;
  }
}
.home-btns ul a:hover span.en {
  color: #f86968;
}
.home-btns ul a:hover span.en::after {
  background: #f86968;
  right: -42px;
}
.home-btns ul a:hover span.en::before {
  background: #f86968;
  right: -42px;
}
.home-btns ul li:first-child a {
  background: #FFF url(/assets/images/home/home_btn_img3.png) no-repeat right 5px top;
  background-size: contain;
}
.home-btns ul li:first-child a:hover {
  background: #fae0e0 url(/assets/images/home/home_btn_img3.png) no-repeat right 5px top;
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .home-btns ul li:first-child a {
    background-position: right 10px bottom;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul li:first-child a {
    padding: 24px 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.home-btns ul li:nth-child(2) a {
  background: #FFF url(/assets/images/home/home_btn_img2.png) no-repeat right 5px top;
  background-size: contain;
}
.home-btns ul li:nth-child(2) a:hover {
  background: #fae0e0 url(/assets/images/home/home_btn_img2.png) no-repeat right 5px top;
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .home-btns ul li:nth-child(2) a {
    background-position: right 10px bottom;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul li:nth-child(2) a {
    padding: 24px 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.home-btns ul li:nth-child(3) a {
  background: #FFF url(/assets/images/home/home_btn_img1.png) no-repeat right 5px top;
  background-size: contain;
}
.home-btns ul li:nth-child(3) a:hover {
  background: #fae0e0 url(/assets/images/home/home_btn_img1.png) no-repeat right 5px top;
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .home-btns ul li:nth-child(3) a {
    background-position: right 10px bottom;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .home-btns ul li:nth-child(3) a {
    padding: 24px 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.home-btns ul li:nth-child(4) a {
  background: #FFF url(/assets/images/home/home_btn_img4.png) no-repeat right top;
  background-size: contain;
}
.home-btns ul li:nth-child(4) a:hover {
  background: #fae0e0 url(/assets/images/home/home_btn_img4.png) no-repeat right top;
  background-size: contain;
}
@media only screen and (max-width: 340px) {
  .home-btns ul li:nth-child(4) a {
    padding: 24px 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.home-btns ul li:nth-child(5) a {
  background: #FFF url(/assets/images/home/home_btn_img5.png) no-repeat right top;
  background-size: contain;
}
.home-btns ul li:nth-child(5) a:hover {
  background: #fae0e0 url(/assets/images/home/home_btn_img5.png) no-repeat right top;
  background-size: contain;
}
@media only screen and (max-width: 340px) {
  .home-btns ul li:nth-child(5) a {
    padding: 24px 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

/* --------------------
Home Greeting
-------------------- */
.home-greeting {
  max-width: 1000px;
  margin: 130px auto 0;
  padding: 55px 110px 70px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home-greeting {
    margin: 80px auto 0px;
    padding: 35px 20px 150px;
    border-radius: 0;
  }
}
.home-greeting::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 475px;
  height: 35px;
  margin-left: -237px;
  background: url(/assets/images/home/greeting_grass.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .home-greeting::before {
    width: 100%;
    height: 23px;
    top: -23px;
    left: 0;
    margin-left: 0;
    background-position: center bottom;
    background-size: auto 100%;
  }
}
.home-greeting h2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .home-greeting h2 {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}
.home-greeting h2 span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .home-greeting h2 span {
    padding: 0 20px;
  }
}
.home-greeting h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 100%;
  width: 42px;
  height: 51px;
  background: url(/assets/images/home/greeting_flower.png) no-repeat left top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .home-greeting h2 span::after {
    top: -11px;
    width: 38px;
    background-size: contain;
  }
}
.home-greeting p {
  margin-top: 1em;
}
.home-greeting p:first-child {
  margin: 0;
}
.home-greeting p.credit {
  text-align: right;
}
.home-greeting .seichon {
  position: absolute;
  top: -50px;
  left: 90px;
  width: 73px;
}
@media only screen and (max-width: 640px) {
  .home-greeting .seichon {
    top: auto;
    bottom: 20px;
    left: 7%;
    width: 60px;
  }
}

/* --------------------
Page Common
-------------------- */
.page-header {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .page-header {
    padding: 0 20px;
    text-align: left;
  }
}
.page-header h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 60px 0;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-header h1 {
    display: block;
    font-size: 1.625rem;
    margin: 0;
    padding: 30px 0;
  }
}
.page-header h1 figure {
  width: 125px;
  height: 140px;
  transform: scale(1.1);
  position: absolute;
  top: -45px;
  right: -140px;
}
@media only screen and (max-width: 640px) {
  .page-header h1 figure {
    width: 20vw;
    max-width: 96px;
    height: auto;
    right: 20px;
    top: auto;
    bottom: 0;
  }
}
.page-header p.intro {
  font-size: 1.125rem;
}
.page .t-center {
  text-align: center;
}
.page .mt-30 {
  margin-top: 30px;
}
.page .section-inner {
  max-width: 1020px;
  margin: 70px auto 0;
  padding: 0 30px 70px;
}
@media only screen and (max-width: 840px) {
  .page .section-inner {
    margin: 50px auto 0;
    padding: 0 20px 50px;
  }
}
.page .section-inner .area-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page .section-inner .area-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ffe1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page .section-inner .area-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #f86968;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .page .section-inner .area-title {
    font-size: 1.275rem;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.page .block-wt {
  padding: 40px;
  background: #FFF;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .page .block-wt {
    padding: 20px;
  }
}
.page .flex-block {
  display: flex;
}
.page .flex-block .txt {
  width: calc(100% - 305px - 40px);
}
.page .flex-block .txt p {
  line-height: 2em;
}
.page .flex-block .img {
  width: 305px;
  margin-left: 40px;
}
.page .flex-block .img img {
  box-shadow: 13px 13px 0 0 #f3e3cb;
}
.page .lists-square li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0 0;
}
.page .lists-square li:first-child {
  margin-top: 0;
}
.page .lists-square li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.64rem;
  left: 8px;
  background: #f86968;
}

/* --------------------
About
-------------------- */
#about .section-inner {
  margin-top: 0;
}
#about .section-inner .inline-lists {
  background: #FFF;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 20px;
}
#about .section-inner .inline-lists li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-right: 4px;
}
#about .section-inner .inline-lists li::before {
  content: "＊";
  color: #f86968;
}
#about .about-table {
  margin: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 840px) {
  #about .about-table {
    margin: 0;
  }
}
#about .about-table tr th, #about .about-table tr td {
  padding: 14px 0;
  text-align: left;
  border-top: solid 1px #ffe1e1;
  line-height: 1.6em;
  vertical-align: top;
}
@media only screen and (max-width: 840px) {
  #about .about-table tr th, #about .about-table tr td {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 640px) {
  #about .about-table tr th, #about .about-table tr td {
    font-size: 0.875rem;
    padding: 10px 0 7px;
  }
}
#about .about-table tr th {
  width: 12em;
}
@media only screen and (max-width: 840px) {
  #about .about-table tr th {
    width: 6em;
  }
}
#about .about-table tr td {
  width: calc(100% - 12em);
}
@media only screen and (max-width: 840px) {
  #about .about-table tr td {
    width: calc(100% - 6em);
    padding-left: 20px;
  }
}
#about .about-table tr:first-child th, #about .about-table tr:first-child td {
  padding: 0 0 14px;
  border-top: none;
}
@media only screen and (max-width: 840px) {
  #about .about-table tr:first-child th, #about .about-table tr:first-child td {
    padding: 0 0 7px;
  }
}
@media only screen and (max-width: 840px) {
  #about .about-table tr:first-child td {
    padding-left: 20px;
  }
}
#about .about-table tr:last-child th, #about .about-table tr:last-child td {
  padding: 14px 0 0;
}
@media only screen and (max-width: 840px) {
  #about .about-table tr:last-child th, #about .about-table tr:last-child td {
    padding: 7px 0 0;
  }
}
@media only screen and (max-width: 840px) {
  #about .about-table tr:last-child td {
    padding-left: 20px;
  }
}
#about .about-table tr a {
  color: #f86968;
  text-decoration: underline !important;
}
#about .about-table tr .flex .text {
  width: 14em;
}
@media only screen and (max-width: 640px) {
  #about .about-table tr .flex .text {
    width: calc(100% - 55px);
  }
}
#about .about-table tr .flex .icon {
  width: 52px;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  #about .about-table tr .flex .icon {
    width: 40px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #about .about-table tr .flex {
    justify-content: space-between;
  }
}
#about .features {
  display: flex;
  gap: 55px;
  padding: 0 100px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 840px) {
  #about .features {
    gap: 20px;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 640px) {
  #about .features {
    margin: 30px auto 0;
    padding: 0 10px;
    gap: 15px;
  }
}
#about .entry {
  background: #FFF;
  border-radius: 10px;
}
#about .entry-inner {
  padding: 30px 40px;
  border-top: solid 1px #efe4d4;
}
@media only screen and (max-width: 640px) {
  #about .entry-inner {
    padding: 20px;
  }
}
#about .entry-inner:first-child {
  padding: 40px;
  border: none;
}
@media only screen and (max-width: 640px) {
  #about .entry-inner:first-child {
    padding: 20px;
  }
}
#about .entry-inner:last-child {
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 640px) {
  #about .entry-inner:last-child {
    padding: 20px;
  }
}
#about .entry h3 {
  color: #f86968;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  line-height: 1.4em;
}
@media only screen and (max-width: 640px) {
  #about .entry h3 {
    font-size: 1rem;
  }
}
#about .entry h3:first-child {
  margin-top: 0;
}
#about .entry h4 {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 1em;
  background: #f86968;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  #about .entry h4 {
    font-size: 0.875rem;
  }
}
#about .entry p.smaller {
  font-size: 0.825rem;
  line-height: 1.6em;
}
#about .entry ul {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  #about .entry ul {
    font-size: 0.875rem;
  }
}
#about .entry .kome {
  display: block;
  color: #787878;
  font-size: 0.825rem;
  line-height: 1.6em;
  padding: 0.5em 1em;
}

/* --------------------
Service
-------------------- */
#service {
  /*.area-title {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 40px;
      font-size: 1.625rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      &::before {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          background: #f3e3cb;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1;
      }
      &::after {
          content: '';
          display: block;
          width: 100px;
          height: 4px;
          background: #f86968;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2;
      }
  }*/
}
#service p.intro {
  padding-top: 20px;
}
#service .section-inner {
  max-width: 1020px;
  margin: 70px auto 0;
  padding-bottom: 70px;
}
@media only screen and (max-width: 840px) {
  #service .section-inner {
    margin: 50px auto 0;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #service .section-inner {
    padding-bottom: 50px;
  }
}
#service .section-inner .service-inner {
  display: flex;
}
@media only screen and (max-width: 640px) {
  #service .section-inner .service-inner {
    flex-wrap: wrap;
  }
}
#service .section-inner .service-inner .txt {
  width: calc(100% - 305px - 40px);
}
@media only screen and (max-width: 640px) {
  #service .section-inner .service-inner .txt {
    width: 100%;
  }
}
#service .section-inner .service-inner .txt p {
  line-height: 1.7em;
}
#service .section-inner .service-inner .img {
  width: 305px;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #service .section-inner .service-inner .img {
    width: 80%;
    margin: 30px auto 0;
  }
}
#service .section-inner .service-inner .img img {
  box-shadow: 13px 13px 0 0 #ffe1e1;
}
#service .section-inner:nth-child(2n-1) .service-inner {
  flex-direction: row-reverse;
}
#service .section-inner:nth-child(2n-1) .service-inner .img {
  width: 305px;
  margin: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  #service .section-inner:nth-child(2n-1) .service-inner .img {
    width: 80%;
    margin: 30px auto 0;
  }
}
#service .section-inner .inline-lists {
  background: #FFF;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 20px;
}
#service .section-inner .inline-lists li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-right: 4px;
}
#service .section-inner .inline-lists li::before {
  content: "＊";
  color: #f86968;
}
/* --------------------
Recruit
-------------------- */
#recruit {
  /*.area-title {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 40px;
      font-size: 1.625rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      &::before {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          background: #f3e3cb;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1;
      }
      &::after {
          content: '';
          display: block;
          width: 100px;
          height: 4px;
          background: #f86968;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2;
      }
  }*/
}
#recruit p.intro {
  padding-top: 20px;
}
#recruit .red {
  font-size: 1rem;
  margin-top: 0.5em;
  color: #ff3333;
}
#recruit .section-inner .inline-lists {
  background: #FFF;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 20px;
}
#recruit .section-inner .inline-lists li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-right: 4px;
}
#recruit .section-inner .inline-lists li::before {
  content: "＊";
  color: #f86968;
}
#recruit .recruit-mood {
  display: flex;
  gap: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 840px) {
  #recruit .recruit-mood {
    gap: 10px;
    padding: 0px;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-mood {
    display: block;
    padding: 0;
  }
}
#recruit .recruit-mood .mood {
  width: calc(33.3333333333% - 15px);
  background: #FFF;
  padding: 30px;
  position: relative;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
  /*&::before {
      content: '';
      display: block;
      position: absolute;
      background: url(/assets/images/recruit/recruit_mood_bg.png) no-repeat left top;
      background-size: 100% auto;
      aspect-ratio: 532/58;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
  }
  &::after {
      content: '';
      display: block;
      position: absolute;
      background: url(/assets/images/recruit/recruit_mood_bg.png) no-repeat left top;
      background-size: 100% auto;
      top: 0;
      left: 0;
      aspect-ratio: 532/58;
      width: 100%;
      height: auto;
  }*/
}
@media only screen and (max-width: 840px) {
  #recruit .recruit-mood .mood {
    width: calc(33.3333333333% - 5px);
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-mood .mood {
    width: 100%;
    margin-top: 20px;
  }
}
#recruit .recruit-mood .mood h3 {
  margin-bottom: 0.5em;
}
#recruit .recruit-mood .mood:nth-child(1) h3 {
  color: #669934;
}
#recruit .recruit-mood .mood:nth-child(2) h3 {
  color: #d0992b;
}
#recruit .recruit-mood .mood:nth-child(3) h3 {
  color: #f86968;
}
#recruit .recruit-mood .mood p {
  font-size: 0.875em;
}
#recruit .recruit-welcome p {
  font-size: 1.275rem;
  font-weight: 700;
  line-height: 1.7em;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-welcome p {
    font-size: 1rem;
  }
}
#recruit .recruit-welcome .arrow {
  width: 70px;
  margin: 30px auto;
}
#recruit .hellowork {
  max-width: 800px;
  background: #FFF;
  margin: 30px auto 0;
  padding: 30px 34px;
  border: solid 1px #f1e0bf;
  border-radius: 3px;
}
#recruit .hellowork .float-img {
  max-width: 165px;
  float: right;
}
@media only screen and (max-width: 640px) {
  #recruit .hellowork .float-img {
    max-width: 37%;
    padding-left: 10px;
  }
}
#recruit .hellowork h4 {
  font-size: 1.125rem;
  color: #f86968;
  margin-bottom: 0.5em;
}
#recruit .hellowork a {
  color: #1083dc;
}
#recruit .hellowork .btn {
  margin-top: 30px;
  text-align: center;
}
#recruit .hellowork .btn a {
  display: inline-block;
  background: #42c160;
  font-size: 1.125rem;
  color: #FFF;
  padding: 14px 35px;
  border-radius: 10px;
  transition: all 0.3s;
}
#recruit .hellowork .btn a:hover {
  background: #4fe171;
}
#recruit .voices {
  background: #FFF;
  padding: 30px 0;
}
#recruit .voices-inner {
  max-width: 1020px;
  padding: 30px;
  margin: 0 auto;
}
#recruit .voices h2 {
  text-align: center;
  font-size: 2em;
}
@media only screen and (max-width: 840px) {
  #recruit .voices h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .voices h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#recruit .voices h2 span {
  color: #f86968;
}
#recruit .voices-lists {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  #recruit .voices-lists {
    display: flex;
    flex-direction: column;
  }
}
#recruit .voices-lists li {
  display: inline-block;
  background: #F00;
  margin: 20px 10px;
  padding: 10px 20px;
  border-radius: 30px;
  position: relative;
}
#recruit .voices-lists li .face {
  font-weight: 700;
  margin-right: 5px;
}
#recruit .voices-lists li::after {
  content: "";
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 48/36;
  background: url(/assets/images/recruit/voice_fuki1.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: translateY(100%);
}
#recruit .voices-lists li:nth-child(1) {
  background: #ffdada;
}
#recruit .voices-lists li:nth-child(1)::after {
  background: url(/assets/images/recruit/voice_fuki1.png) no-repeat left top;
  background-size: cover;
  left: 20%;
}
#recruit .voices-lists li:nth-child(1) .face {
  color: #f86968;
}
#recruit .voices-lists li:nth-child(2) {
  background: #d9ffd5;
}
#recruit .voices-lists li:nth-child(2)::after {
  background: url(/assets/images/recruit/voice_fuki2.png) no-repeat left top;
  background-size: cover;
  left: 50%;
}
#recruit .voices-lists li:nth-child(2) .face {
  color: #30ba00;
}
#recruit .voices-lists li:nth-child(3) {
  background: #fffac1;
}
#recruit .voices-lists li:nth-child(3)::after {
  background: url(/assets/images/recruit/voice_fuki3.png) no-repeat left top;
  background-size: cover;
  left: 60%;
}
#recruit .voices-lists li:nth-child(3) .face {
  color: #d3c200;
}
#recruit .voices-lists li:nth-child(4) {
  background: #d7f2ff;
}
#recruit .voices-lists li:nth-child(4)::after {
  background: url(/assets/images/recruit/voice_fuki4.png) no-repeat left top;
  background-size: cover;
  left: 30%;
}
#recruit .voices-lists li:nth-child(4) .face {
  color: #2ebdff;
}
#recruit .voices-lists li:nth-child(5) {
  background: #f0e1ff;
}
#recruit .voices-lists li:nth-child(5)::after {
  background: url(/assets/images/recruit/voice_fuki5.png) no-repeat left top;
  background-size: cover;
  left: 25%;
}
#recruit .voices-lists li:nth-child(5) .face {
  color: #af4be3;
}
#recruit .voices-lists li:nth-child(6) {
  background: #ffead2;
}
#recruit .voices-lists li:nth-child(6)::after {
  background: url(/assets/images/recruit/voice_fuki6.png) no-repeat left top;
  background-size: cover;
  left: 60%;
}
#recruit .voices-lists li:nth-child(6) .face {
  color: #ff8e09;
}
#recruit .voices-lists li:nth-child(7) {
  background: #f6f0e7;
}
#recruit .voices-lists li:nth-child(7)::after {
  background: url(/assets/images/recruit/voice_fuki7.png) no-repeat left top;
  background-size: cover;
  left: 50%;
}
#recruit .voices-lists li:nth-child(7) .face {
  color: #b97100;
}
#recruit .voices-lists li:nth-child(8) {
  background: #ffe6fe;
}
#recruit .voices-lists li:nth-child(8)::after {
  background: url(/assets/images/recruit/voice_fuki8.png) no-repeat left top;
  background-size: cover;
  left: 40%;
}
#recruit .voices-lists li:nth-child(8) .face {
  color: #e671df;
}
@media only screen and (max-width: 840px) {
  #recruit .voices-lists li {
    width: 75%;
  }
  #recruit .voices-lists li:nth-child(2n) {
    margin-left: auto;
  }
}
#recruit .steps {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #recruit .steps {
    flex-wrap: wrap;
  }
}
#recruit .steps li {
  width: calc(25% - 25px);
  background: #FFF;
  padding: 20px 20px 0;
  position: relative;
  box-shadow: 5px 5px 0 0 #ffe1e1;
  font-size: 1.125rem;
  line-height: 1.4em;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 840px) {
  #recruit .steps li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .steps li {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .steps li .step-txt {
    font-size: 1.075rem;
    line-height: 1.6em;
    width: 60%;
    text-align: left;
    display: block;
  }
}
#recruit .steps li::after {
  content: "";
  display: block;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background: url(/assets/images/recruit/arrow_steps.png) no-repeat left top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #recruit .steps li::after {
    top: 100%;
    right: auto;
    left: 50%;
    margin-top: 5px;
    margin-left: -15px;
    transform: rotateZ(90deg);
  }
}
#recruit .steps li:last-child::after {
  display: none;
}
#recruit .steps li figure {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #recruit .steps li figure {
    width: 40%;
  }
}

/* --------------------
Access
-------------------- */
#access p.intro {
  padding-top: 20px;
}
#access .red {
  font-size: 0.825rem;
  color: #ff3333;
}
#access .access-info .block-title {
  display: inline-block;
  margin-bottom: 1em;
}
#access .access-info dl {
  display: flex;
  margin: 0.5em 0;
}
@media only screen and (max-width: 840px) {
  #access .access-info dl {
    flex-direction: column;
  }
}
#access .access-info dl dt {
  width: 6em;
}
@media only screen and (max-width: 840px) {
  #access .access-info dl dt {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
}
#access .map {
  margin-top: 30px;
}
#access .map iframe {
  width: 100%;
}

.contact-form {
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .contact-form iframe {
    width: 100%;
    height: 600px;
    overflow-y: scroll;
  }
}