@charset "UTF-8";
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（common.css）
      - Version: 1.0.0 (2017/09/04)
      - Create:  (2017/09/04)
      - Release: (yyyy/mm/dd)
*****************************************************************/
/*==========================================
/
/ 1■body
/ 2■common
/ 3■header
/ 4■breadcrumbs
/ 5■title
/ 6■footer
/ 7■slider(top)
/ 8■contents
/ 9■news
/ 10■faq
/ 11■free
/
==========================================*/
/******************************************************************
  1■body
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333333;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

.main {
  padding-top: 104px;
}

/******************************************************************
  2■common
*****************************************************************/
a {
  color: #352216;
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  color: #352216;
  text-decoration: underline;
}
@media (min-width: 992px) {
  a:hover {
    color: #352216;
    text-decoration: none;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #352216;
}
a.link-arrow {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
a.link-arrow::before, a.link-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  content: "";
  vertical-align: middle;
  opacity: 1;
}
a.link-arrow::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #352216;
  border-right: 1px solid #352216;
  transform: rotate(45deg);
}
a.blank::after {
  content: url("../img/common/icon-blank.png");
  margin-left: 6px;
}

@media (min-width: 992px) {
  section a:hover {
    opacity: 0.8;
  }
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 268px;
  margin: 32px auto;
}
.btn-01 a, .btn-02 a {
  display: table-cell;
  border-radius: 1.1em;
  text-align: center;
  vertical-align: middle;
  background-color: #449482;
  padding: 0.6em;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .btn-01 a, .btn-02 a {
    font-size: 2rem;
  }
}

/******************************************************************
  3■header
*****************************************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 104px;
  border-top: 4px solid #449482;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
  transition: height 0.1s ease;
}
@media (min-width: 992px) {
  header {
    padding-inline: 32px;
  }
}
header .container {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  header nav {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
  width: min(422px, 100%);
  height: 100px;
  margin: 0;
  font-size: 1.2rem;
  transition: height 0.2s ease;
}
@media (max-width: 991px) {
  header .header-logo {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  header .header-logo img {
    width: 100%;
  }
}
header .row {
  position: relative;
}
header .nav {
  display: flex;
  justify-content: flex-end;
  gap: min(48px, 2.5vw);
}
header .nav li {
  color: #333333;
  letter-spacing: 0.075em;
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 100px;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
header .nav li a span {
  padding-block: 10px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: bold;
}
header .nav li a span.focus {
  border-bottom-color: #449482;
  color: #449482;
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: #449482;
  }
  header .nav li a:hover span {
    border-bottom-color: #449482;
  }
}
header .nav li.contact-btn {
  width: auto;
  text-align: right;
}
header .nav li.contact-btn .contact-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px 0;
  border-radius: 4px;
  background-color: #449482;
  color: #fff;
  transition: opacity 0.2s ease;
}
header .nav li.contact-btn a {
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  header .nav li.contact-btn a:hover {
    border-bottom: none;
  }
  header .nav li.contact-btn a:hover .contact-btn-bg {
    opacity: 0.8;
  }
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}
@media (min-width: 992px) {
  header.mini-header {
    height: 56px;
    transition: all 0.2s ease;
  }
  header.mini-header .header-logo {
    height: 52px;
  }
  header.mini-header .header-logo img {
    width: 56%;
    transition: width 0.2s ease;
  }
  header.mini-header nav li a {
    height: 52px;
    font-size: 1.6rem;
  }
  header.mini-header nav li.contact-btn a {
    height: 52px;
    padding: 7px 0;
    transition: all 0.2s ease;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 54px;
  }
  header {
    height: 54px;
    transition: all 0.2s ease;
  }
  .sm-header {
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
  }
  header .header-logo {
    height: 50px;
  }
  .header-logo img {
    width: auto;
    height: 25px;
  }
  ul.nav {
    display: none;
    padding: 0 28px;
  }
  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .drawer-menu {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #449482;
    transition: all 0.4s;
  }
  .drawer-menu span:nth-of-type(1) {
    top: 0;
  }
  .drawer-menu span:nth-of-type(2) {
    top: 8px;
  }
  .drawer-menu span:nth-of-type(3) {
    bottom: 0;
  }
  header.open {
    height: 100%;
    background-color: #F3FAE5;
    transition: all 0.2s ease;
  }
  header.open .drawer-menu span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  header.open .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  header.open .drawer-menu span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  header.open ul.nav {
    display: block;
  }
  header.open ul.nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  header.open ul.nav li a {
    position: relative;
    height: auto;
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  header.open ul.nav li a span {
    padding: 0;
  }
  header.open ul.nav li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
  }
  header.open ul.nav .contact-btn {
    border-bottom: none;
  }
  header.open ul.nav .contact-btn a {
    display: flex;
    justify-content: center;
    margin: 16px 0;
  }
  header.open ul.nav .contact-btn a .contact-btn-bg {
    width: 144px;
    height: 48px;
  }
  header.open ul.nav .contact-btn a::before {
    content: none;
  }
}
/******************************************************************
  4■breadcrumbs
*****************************************************************/
.breadcrumbs {
  padding: 4px 0;
  background-color: #f1f1f1;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
  color: #999;
}
.breadcrumbs li::before {
  content: "";
  position: absolute;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.breadcrumbs li:last-child::before {
  content: none;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
  .breadcrumbs .container {
    overflow-x: scroll;
  }
  .breadcrumbs .container ul {
    overflow: hidden;
    display: table;
    width: initial;
    width: auto;
  }
  .breadcrumbs .container ul li {
    display: table-cell;
    white-space: nowrap;
    padding-left: 16px;
  }
  .breadcrumbs .container ul li:first-child {
    padding-left: 0;
  }
}

/******************************************************************
  5■title
*****************************************************************/
.main-img {
  height: 700px;
  position: relative;
}
@media (max-width: 767px) {
  .main-img {
    height: 432px;
  }
}
.main-img .kv-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.img-text {
  color: #449482;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text.dark-color {
  color: #333333;
  text-shadow: 0px 0px 3px #fff;
}
.img-text.bright-color {
  color: #fff;
  text-shadow: 0px 0px 3px #333333;
}

.title-box {
  height: 344px;
  position: relative;
  overflow: hidden;
  background-color: #9f9894;
}

.title-bg {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.title-text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.title-text-upper {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  font-size: 2.4rem;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.25;
  margin-bottom: 56px;
  color: #333333;
}
@media (max-width: 767px) {
  .contents-ttl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.contents-ttl-sub {
  font-size: 2.4rem;
  color: #449482;
  line-height: 1.25;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .contents-ttl.ttl-left {
    text-align: left;
  }
  .contents-ttl.ttl-left::after {
    left: 0;
    transform: translateX(0);
  }
}
/******************************************************************
  6■footer
*****************************************************************/
footer section {
  background-color: #449482;
  padding-block: 64px;
  color: #FFF;
}
footer section a {
  color: #fff;
}
footer section a:link, footer section a:visited {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) {
  footer section a:hover {
    color: #fff;
    opacity: 1;
  }
}

.footer-nav-title {
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer-nav-title {
    font-size: 1.5rem;
    padding: 16px 32px 16px 0;
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav-title .trigger {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 8px;
    top: 18px;
    cursor: pointer;
  }
  .footer-nav-title .trigger::before, .footer-nav-title .trigger::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 15px;
    height: 1px;
    top: 7px;
    right: 0;
  }
  .footer-nav-title .trigger::after {
    transition: all 0.4s;
    width: 1px;
    height: 15px;
    top: 0;
    right: 7px;
  }
  .footer-nav-title .trigger.op::after {
    transform: rotate(-90deg);
  }
}
.footer-nav-title a[target=_blank]::after {
  content: url(../img/common/icon-blank-white.png);
  margin-left: 5px;
}

.footer-sub-menu li {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .footer-sub-menu li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-sub-menu {
    display: none;
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  footer dl {
    border-bottom: 1px solid #ffffff;
  }
  footer dl .footer-nav-title {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  dd.footer-sub-menu {
    display: block !important;
  }
}
.copyright {
  text-align: center;
  margin: 64px 0 0;
}

footer .ga-pdf {
  padding: 16px 0 0 0;
}

.footer-logo {
  width: 422px;
  margin: 0 auto 16px;
  text-align: center;
  background: #fff;
  padding: 32px 64px;
  box-sizing: content-box;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 200px;
    padding: 10px 12px;
    border-radius: 5px;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  display: none;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  background: #449482;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 16px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  transform: rotate(315deg);
}

.sns-box {
  display: flex;
  align-items: center;
  font-size: 0;
}
.sns-box li {
  width: 40px;
  display: block;
  margin-right: 26px;
  height: 40px;
}
.sns-box li a {
  display: block;
}
.sns-box li img {
  width: 100%;
}
.sns-box .x-logo {
  width: 34px;
  height: auto;
}
@media (max-width: 767px) {
  .sns-box {
    margin-top: 40px;
    text-align: center;
  }
  .sns-box li {
    margin: 0 13px;
  }
}

/******************************************************************
  7■slider(top)
*****************************************************************/
.mainimg {
  position: relative;
}
.mainimg .no-link {
  cursor: default;
}
.mainimg img {
  width: 100%;
}
.mainimg img.object-fit-img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 767px) {
  .mainimg img.object-fit-img {
    height: 432px;
  }
}
.mainimg .slick-dots li {
  margin: 0 8px;
}
.mainimg .slick-dots li button::before {
  font-size: 18px;
}

/******************************************************************
  8■contents
*****************************************************************/
section {
  padding: 120px 0 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section {
    padding: 64px 0 64px;
  }
}
section p {
  line-height: 1.75;
}
section.section-colored {
  background-color: #F3FAE5;
  margin-bottom: 0;
}
section.section-image, section.section-image-dark {
  background-position: center center;
  background-size: cover;
  position: relative;
}
section.section-image::before, section.section-image-dark::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #F3FAE5;
  opacity: 0.8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.contact {
  background: url(../img/top/bg-ph-002.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: visible;
}
#about section.contact, #event section.contact, #office section.contact {
  margin-top: 0;
}
section.contact .container {
  overflow: hidden;
}
section.contact .contact-box {
  padding-top: 58px;
}
@media (min-width: 768px) {
  section.contact .contact-box {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  section.contact .contact-box {
    padding: 48px 15px;
    margin-inline: calc(50% - 50vw);
  }
}
section.contact .content-box02 {
  padding-top: 0;
}
@media (max-width: 767px) {
  section.contact .content-box02 {
    padding: 16px 0 0;
  }
}
section.contact .tel-number {
  font-size: 3.4rem;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
section.contact .contact-info {
  letter-spacing: 0.075em;
}
section.contact .access-info {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
section.contact .btn01 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  section.contact .btn01 {
    margin-top: 16px;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding: 32px 16px;
}

@media (min-width: 768px) {
  .row.flx {
    display: flex;
  }
}
.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-24 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .m-b-24 {
    margin-bottom: 16px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}

.m-b-lg {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sm-right-space {
    padding-right: 3%;
  }
  .sm-left-space {
    padding-left: 3%;
  }
}
.font-size-xs {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .font-size-xs {
    font-size: 1rem;
  }
}

.font-size-sm {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .font-size-sm {
    font-size: 1rem;
  }
}

.font-size-md {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .font-size-md {
    font-size: 1.2rem;
  }
}

.font-size-lg {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .font-size-lg {
    font-size: 1.6rem;
  }
}

.font-size-xl {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .font-size-xl {
    font-size: 3rem;
  }
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.lead {
  line-height: 2;
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}
.emphasis-colored {
  color: #449482;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #449482;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  border-left: 4px solid #449482;
  padding-left: 8px;
}

.label {
  color: #fff;
  background-color: #449482;
  padding: 4px 8px;
}

.blockquote {
  position: relative;
  margin: 0 0 16px;
  padding: 0;
  z-index: 1;
}
.blockquote p {
  position: relative;
  z-index: 3;
  padding: 16px;
  font-size: 2.4rem;
  color: #449482;
}
.blockquote::before, .blockquote::after {
  content: "“";
  font-size: 60px;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: #449482;
  position: absolute;
  z-index: 2;
  opacity: 0.5;
}
.blockquote::before {
  left: 0;
  top: 0;
}
.blockquote::after {
  content: "”";
  line-height: 0em;
  right: 0;
  bottom: 0;
}

.colored-box {
  background-color: #F3FAE5;
  border: 1px solid #449482;
  padding: 16px;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-colored {
  background-color: #F3FAE5;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

/* リスト関連 */
.dot-list li {
  position: relative;
  padding-left: 15px;
  margin: 16px 0;
}
.dot-list li::after {
  color: #333333;
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.dot-list.lh-sm li {
  margin: 8px 0;
}

.check-list li {
  margin: 16px 0 16px 24px;
  position: relative;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .check-list li {
    margin: 8px 0 8px 24px;
  }
}
.check-list li::after {
  opacity: 0.8;
  display: block;
  content: "";
  position: absolute;
  top: 0.2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  border-left: 4px solid #449482;
  border-bottom: 4px solid #449482;
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.bd-radius01 {
  border-radius: 20px;
}

.bd-radius02 {
  border-radius: 20px 5px;
}

.bd-radius01-round {
  border-radius: 50%;
}

.img-cadre {
  border: 1px solid #ccc;
  padding: 8px;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  opacity: 1;
}
.img-link figure {
  top: 0;
  left: 0;
  background-color: #333333;
}
.img-link figure img {
  width: 100%;
  opacity: 0.4;
  transition: transform 0.2s ease;
}
@media (min-width: 992px) {
  .img-link:hover figure img {
    transform: scale(1.08);
  }
}
.img-link .img-link-text {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
}
.img-link .img-link-text-ttl {
  font-size: 2.8rem;
}
.img-link .box-arrow::before, .img-link .box-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  content: "";
  vertical-align: middle;
  opacity: 1;
}
.img-link .box-arrow::before {
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.fukidashi-top {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 8px;
  margin: 16px 0 0;
  border: 1px solid #999;
}
.fukidashi-top::before, .fukidashi-top::after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  position: absolute;
  top: -9px;
  content: " ";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  z-index: 1;
}
.fukidashi-top::after {
  border-bottom-color: #999;
  top: -10px;
  z-index: 0;
}

/* テーブル関連 */
@media (min-width: 768px) {
  .table-list dl {
    display: table;
    width: 100%;
  }
}
.table-list dt, .table-list dd {
  padding: 8px;
}
@media (min-width: 768px) {
  .table-list dt, .table-list dd {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .table-list dt {
    background-color: #F1F1F1;
  }
}
@media (min-width: 768px) {
  .table-list dt {
    width: 25%;
    text-align: center;
    position: relative;
  }
}
@media (min-width: 768px) {
  .table-list dd {
    display: table-cell;
    width: auto;
    border-right: none;
  }
}
.table-list dl:first-child dt, .table-list dl:first-child dd {
  border-top: none;
}
.table-list.time-line dt, .table-list.time-line dd {
  vertical-align: top;
  border-top: none;
}
@media (max-width: 767px) {
  .table-list.time-line dt, .table-list.time-line dd {
    border-left: 1px solid #BBBBBB;
    padding-left: 16px;
  }
}
.table-list.time-line dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-list.time-line dt {
    background-color: transparent;
    position: relative;
  }
}
.table-list.time-line dt::after {
  content: "";
  background-color: #86D658;
  position: absolute;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .table-list.time-line dt::after {
    height: 8px;
    width: 8px;
    right: -5px;
    top: 32px;
  }
}
@media (max-width: 767px) {
  .table-list.time-line dt::after {
    height: 7px;
    width: 7px;
    left: -4px;
    top: 13px;
  }
}
@media (max-width: 767px) {
  .table-list.time-line dd {
    padding-top: 0;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .table-list.time-line dd p {
    margin: 8px 0 0 8px;
  }
}

/* その他 */
a.map-link {
  display: inline-block;
  margin-top: 14px;
  padding: 11.5px 37px;
  background-color: #449482;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
a.map-link::after {
  content: url(../img/common/icon-blank-white.png);
  margin-left: 10px;
}

.g-map {
  border: 0;
  width: 100%;
  height: 320px;
}

.map-responsive {
  position: relative;
  width: 100%;
}
.map-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .map-responsive::before {
    padding-top: 100%;
  }
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.anchor {
  margin-top: -86px;
  padding-top: 86px;
}
@media (max-width: 767px) {
  .anchor {
    margin-top: -118px;
    padding-top: 118px;
  }
}

/******************************************************************
  9■news
*****************************************************************/
.news-list {
  background: url(../img/top/bg-ph-001.jpg) center;
  background-size: cover;
}
.news-list .news-box {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .news-list .news-box {
    padding: 54px 40px 64px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .news-list .news-box {
    padding: 48px 15px;
    margin-inline: calc(50% - 50vw);
  }
}
.news-list ul {
  margin-bottom: 32px;
}
.news-list ul li {
  border-bottom: 1px solid #BBBBBB;
}
.news-list ul li a {
  display: table;
  text-decoration: none !important;
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .news-list ul li a {
    font-size: 1.4rem;
    height: 96px;
  }
  .news-list ul li a:hover {
    background-color: #F3FAE5;
  }
}
.news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
    font-size: 1.3rem;
    display: inline-block;
    margin: 4px 0;
  }
}
@media (min-width: 768px) {
  .news-list ul li a .news-date {
    width: 136px;
  }
  .news-list ul li a .news-category {
    width: 200px;
    padding-right: 24px;
  }
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
.news-list ul li a .news-date {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date {
    text-align: left;
    margin-right: 24px;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
.news-list ul li a .news-category .category-frame {
  padding: 2px 8px;
  background-color: #007E91;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #333333;
}
@media (min-width: 768px) {
  .news-list ul li a .news-text {
    position: relative;
    display: inline-block;
    padding-right: 56px;
  }
  .news-list ul li a .news-text::before, .news-list ul li a .news-text::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    margin-right: 0;
    content: "";
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a .news-text::before {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #449482;
    border-right: 1px solid #449482;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .news-list ul li a {
    position: relative;
    display: inline-block;
    padding-right: 24px;
  }
  .news-list ul li a::before, .news-list ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    margin-right: 0;
    content: "";
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a::before {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}

.table-news-list .news-box {
  width: 100%;
  border-top: 1px solid #BBBBBB;
}
.table-news-list .news-box a {
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .table-news-list .news-box a {
    padding: 16px 0;
  }
}
.table-news-list .news-box a h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-news-list .news-box a h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.table-news-list .news-box:first-child {
  border-top: none;
}

.news-info {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-info {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.news-info .news-date {
  margin-right: 16px;
}
.news-info .category-frame {
  border: 1px solid #BBBBBB;
  padding: 2px 8px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 8em;
}

.news-img {
  max-width: 500px;
}

/******************************************************************
10■faq
*****************************************************************/
.faq-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.faq-q {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 60px;
  background: #f1f1f1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-q {
    padding: 15px 35px 10px;
  }
}
.faq-q:not(:first-child) {
  margin-top: 20px;
}
.faq-q:before {
  content: "Q";
  top: 18px;
}
@media (max-width: 767px) {
  .faq-q:before {
    top: 15px;
  }
}
.faq-q:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .faq-q:after {
    right: 10px;
  }
}
.faq-q.open:after {
  transform: rotate(-45deg);
  top: 45%;
  border-color: #fff;
}
@media (min-width: 992px) {
  .faq-q:hover:after {
    border-color: #fff;
  }
}

.faq-a {
  display: none;
  padding: 30px 20px 30px 60px;
  position: relative;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .faq-a {
    padding: 20px 10px 20px 35px;
  }
}
.faq-a:before {
  content: "A";
  top: 28px;
}
@media (max-width: 767px) {
  .faq-a:before {
    top: 20px;
  }
}

.faq-q:before, .faq-a:before {
  position: absolute;
  left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq-q:before, .faq-a:before {
    left: 10px;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .faq-container .faq-q:hover {
    background-color: #449482;
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open {
  background-color: #449482;
  color: white;
}

.faq-container .faq-q:hover i:before,
.faq-container .faq-q:hover i:active,
.faq-container .faq-q.open i {
  color: #333333;
}

/******************************************************************
  11■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
/* 共通
----------------------------------------------- */
:root {
  --color01: #449482;
  --color02: #ffffff;
}

.aspect-ratio-3x2 {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 3/2;
}

.aspect-ratio img {
  aspect-ratio: var(--aspect-ratio-sp);
}

.contents-ttl .ttl-en, .contents-ttl .ttl-jp {
  display: block;
}
.contents-ttl .ttl-en img, .contents-ttl .ttl-jp img {
  height: 100%;
}
.contents-ttl .ttl-en {
  height: clamp(15px, 2.375vw, 25px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contents-ttl .ttl-en {
    margin-bottom: 40px;
  }
}
.contents-ttl .ttl-en::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 70px;
  aspect-ratio: 70/4.2;
  background: url(../img/top/top-ttl-line.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 768px) {
  .contents-ttl .ttl-en::after {
    margin-top: 5px;
    width: 120px;
    aspect-ratio: 120/7.2;
  }
}
.contents-ttl .ttl-jp {
  height: clamp(25px, 3.8vw, 40px);
}

.btn01 {
  container-type: inline-size;
}
.btn01 a {
  --color01: #449482;
  --color02: #ffffff;
  margin-inline: auto;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.6em;
  align-items: center;
  width: min(380px, 100%);
  height: 65px;
  background-color: var(--color01);
  border: solid 2px var(--color01);
  border-radius: 20px 5px;
  font-size: min(6.5cqw, 2.2rem);
  color: var(--color02);
  letter-spacing: 0.1em;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn01 a {
    height: 59px;
    font-size: 1.8rem;
  }
}
.btn01 a::before {
  content: "";
}
.btn01 a .ico-arrow {
  background-color: var(--color02);
  justify-self: flex-end;
}
.btn01 a .ico-arrow::after {
  border-color: var(--color01);
}
@media (hover: hover) {
  .btn01 a:hover {
    background-color: var(--color02);
    color: var(--color01);
    opacity: 1;
  }
  .btn01 a:hover .ico-arrow {
    background-color: var(--color01);
  }
  .btn01 a:hover .ico-arrow::after {
    border-color: var(--color02);
  }
}

.ico-arrow {
  display: grid;
  place-content: center;
  width: 39px;
  aspect-ratio: 1/1;
  background-color: var(--color01);
  border: solid 2px var(--color01);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ico-arrow {
    width: 34px;
  }
}
.ico-arrow::after {
  content: "";
  margin: 0 4px 0 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-top: 2px solid var(--color02);
  border-right: 2px solid var(--color02);
  transform: rotate(45deg);
}
@media (hover: hover) {
  a:hover .ico-arrow {
    background-color: var(--color02);
  }
  a:hover .ico-arrow::after {
    border-color: var(--color01);
  }
}

/* MV
----------------------------------------------- */
.vimeo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .vimeo-wrap {
    margin-bottom: 40px;
  }
}
.vimeo-wrap iframe {
  width: min(660px, 100%);
}

.vimeo {
  margin-inline: auto;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

/* アンカーボタン
----------------------------------------------- */
.anchor-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2vw, 40px);
}
@media (min-width: 992px) {
  .anchor-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .anchor-box {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .anchor-item {
    width: calc((100% - min(2vw, 40px) * 2) / 3);
  }
}
@media (max-width: 767px) {
  .anchor-item {
    width: calc(50% - 12px);
  }
}
.anchor-item a {
  background-color: #ffffff;
  text-decoration: none;
  padding-block: 24px 12px;
  border: solid 2px #449482;
  border-radius: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .anchor-item a {
    padding-block: 40px 12px;
  }
}
.anchor-item a .anchor-img {
  position: relative;
  width: min(50px, 32%);
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .anchor-item a .anchor-img {
    width: 80px;
  }
}
.anchor-item a .anchor-img img {
  width: 100%;
}
.anchor-item a .anchor-img .hov-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: top 0.3s;
}
.anchor-item a .anchor-tit {
  margin-top: 6px;
  letter-spacing: 0.1em;
  color: #449482;
}
@media (min-width: 768px) {
  .anchor-item a .anchor-tit {
    margin-top: 12px;
  }
}
.anchor-item a .ico-arrow {
  margin-top: 5px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .anchor-item a .ico-arrow {
    width: 35px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .anchor-item a .ico-arrow {
    width: 20px;
  }
  .anchor-item a .ico-arrow::after {
    margin: 0 2px 0 0;
    width: 8px;
  }
}
.anchor-item a .ico-arrow.targetblank::after {
  content: "";
  width: 11px;
  background: no-repeat center center/100% auto;
  background-image: url(../img/top/top-link-ico.svg);
  transform: unset;
  border: none;
}
@media (min-width: 768px) {
  .anchor-item a .ico-arrow.targetblank::after {
    width: 19px;
    margin: 0;
  }
}
.anchor-item a[href^="#"] .ico-arrow::after {
  margin: 0 0 4px 0;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .anchor-item a[href^="#"] .ico-arrow::after {
    margin: 0 0 2px 0;
  }
}
@media (hover: hover) {
  .anchor-item a:hover .not-hov-img {
    opacity: 0;
  }
  .anchor-item a:hover .anchor-img .hov-img {
    opacity: 1;
    top: -16px;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .anchor-item a:hover .anchor-img .hov-img {
    top: -8px;
  }
}
@media (hover: hover) {
  .anchor-item a:hover .ico-arrow.targetblank::after {
    background-image: url(../img/top/top-link-ico-hov.svg);
  }
}

/* 法人概要
----------------------------------------------- */
.overview {
  background: url(../img/top/bg-pic-left.png) no-repeat left top/20.2vw auto;
}
@media (max-width: 767px) {
  .overview {
    background-size: 40vw;
  }
}

.overview-box {
  margin-inline: auto;
  padding-inline: clamp(15px, 3.3vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .overview-box {
    width: min(1728px, 100%);
    grid-template-columns: repeat(3, 1fr);
    gap: min(64px, 3.3vw);
  }
}
.overview-box .overview-item {
  container-type: inline-size;
}
.overview-box a {
  text-decoration: none;
}
.overview-box a .overview-img {
  overflow: hidden;
}
.overview-box a .overview-img img {
  transition: all 0.3s;
  aspect-ratio: 750/563;
}
.overview-box a .overview-btn {
  --color01: #449482;
  --color02: #ffffff;
  margin-inline: auto;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.6em;
  align-items: center;
  width: min(380px, 100%);
  height: 65px;
  background-color: var(--color01);
  border: solid 2px var(--color01);
  border-radius: 20px 5px;
  font-size: min(6.5cqw, 2.2rem);
  color: var(--color02);
  letter-spacing: 0.1em;
  transition: all 0.3s;
  position: relative;
  top: -32.5px;
}
@media (max-width: 767px) {
  .overview-box a .overview-btn {
    height: 59px;
    font-size: 1.8rem;
  }
}
.overview-box a .overview-btn::before {
  content: "";
}
.overview-box a .overview-btn .ico-arrow {
  background-color: var(--color02);
  justify-self: flex-end;
}
.overview-box a .overview-btn .ico-arrow::after {
  border-color: var(--color01);
}
@media (hover: hover) {
  .overview-box a .overview-btn:hover {
    background-color: var(--color02);
    color: var(--color01);
    opacity: 1;
  }
  .overview-box a .overview-btn:hover .ico-arrow {
    background-color: var(--color01);
  }
  .overview-box a .overview-btn:hover .ico-arrow::after {
    border-color: var(--color02);
  }
}
@media (min-width: 768px) {
  .overview-box a .overview-btn {
    width: min(380px, 100% - 20px);
    font-size: min(9cqw, 2.2rem);
  }
}
@media (max-width: 767px) {
  .overview-box a .overview-btn {
    width: calc(100% - 36px);
  }
}
@media (hover: hover) {
  .overview-box a:hover .overview-img img {
    transform: scale(1.1);
  }
  .overview-box a:hover .overview-btn {
    background-color: var(--color02);
    color: var(--color01);
    opacity: 1;
  }
  .overview-box a:hover .overview-btn .ico-arrow {
    background-color: var(--color01);
  }
  .overview-box a:hover .overview-btn .ico-arrow::after {
    border-color: var(--color02);
  }
}

/* 啓和会の特徴的な取り組み,事業所紹介
----------------------------------------------- */
@media (min-width: 768px) {
  .index-effort,
  .index-introduction {
    padding-block: min(120px, 6.25vw);
  }
}
.index-effort .container,
.index-introduction .container {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .index-effort .container,
  .index-introduction .container {
    padding-inline: 0;
  }
}
.index-effort .container::after,
.index-introduction .container::after {
  content: "";
  position: absolute;
  top: max(56px, 15vw);
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - max(56px, 15vw));
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
@media (min-width: 768px) {
  .index-effort .container::after,
  .index-introduction .container::after {
    top: 0;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .index-effort .contents-ttl,
  .index-introduction .contents-ttl {
    margin-bottom: min(56px, 2.8vw);
  }
}

@media (max-width: 767px) {
  .index-effort {
    padding-block: 32px 0;
  }
}
@media (min-width: 768px) {
  .index-effort {
    padding-bottom: min(80px, 4.16vw);
  }
}

@media (max-width: 767px) {
  .index-introduction {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .index-introduction {
    padding-bottom: min(86px, 4.47vw);
  }
}

.content-box {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .content-box {
    grid-template-columns: 1fr 1fr;
  }
  .index-introduction .content-box > .content-img {
    order: 2;
  }
  .index-introduction .content-box > .content-txt {
    order: 1;
  }
}
@media (min-width: 768px) {
  .content-box .content-img {
    margin-block: -40px;
    margin-inline: 32px 0;
  }
  .index-introduction .content-box .content-img {
    margin-inline: 0 32px;
  }
}
.content-box .content-txt {
  padding-block: 48px;
}
@media (min-width: 768px) {
  .content-box .content-txt {
    padding: min(64px, 3.3vw);
  }
}
@media (min-width: 768px) {
  .content-box .contents-ttl .ttl-jp {
    height: clamp(25px, 3vw, 40px);
  }
}
@media (max-width: 767px) {
  .content-box .contents-ttl {
    margin-bottom: 40px;
  }
}

/* 採用情報
----------------------------------------------- */
.recruit {
  background: url(../img/top/bg-wave.png) repeat-x top center/750px auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .recruit {
    padding-top: 168px;
    background-size: 1920px;
  }
  .recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: max(1856px, 100%);
    height: 100%;
    background: url(../img/top/top-recruit-ph-001.png) no-repeat top 7% right 32px/max(400px, 20.8vw) auto, url(../img/top/top-recruit-ph-002.png) no-repeat top 33% left 32px/max(340px, 17.7vw) auto, url(../img/top/top-recruit-ph-003.png) no-repeat top 54% right 32px/max(340px, 17.7vw) auto, url(../img/top/top-recruit-ph-004.png) no-repeat bottom 22% left 32px/max(400px, 20.8vw) auto;
  }
}
.recruit .recruit-lead {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .recruit .recruit-lead {
    margin-block: 48px 32px;
  }
}
.recruit .recruit-lead img {
  height: 88px;
}
@media (min-width: 768px) {
  .recruit .recruit-lead img {
    height: 22px;
  }
}
.recruit .recruit-logo {
  margin-inline: auto;
  margin-bottom: 56px;
  width: min(300px, 100%);
}
@media (max-width: 767px) {
  .recruit .recruit-logo {
    margin-bottom: 32px;
    width: 250px;
  }
}
.recruit .recruit-logo img {
  width: 100%;
}

.content-box02 {
  padding: 48px 15px;
}
@media (min-width: 768px) {
  .content-box02 {
    display: flex;
    gap: min(64px, 3.3vw);
    align-items: flex-end;
    justify-content: center;
    padding: min(64px, 3.3vw);
  }
}
.content-box02 > div {
  width: min(380px, 50%);
}
@media (max-width: 767px) {
  .content-box02 > div {
    margin-inline: auto;
    width: min(380px, 100%);
  }
  .content-box02 > div + div {
    margin-top: 32px;
  }
}

.mynavi-box-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mynavi-box-wrap {
    margin-block: 40px 24px;
  }
  .mynavi-box-wrap::before, .mynavi-box-wrap::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 750/414;
  }
  .mynavi-box-wrap::before {
    background: url(../img/top/top-recruit-ph-sp-001.png) no-repeat center center/100% auto;
  }
  .mynavi-box-wrap::after {
    margin-top: 24px;
    background: url(../img/top/top-recruit-ph-sp-002.png) no-repeat center center/100% auto;
  }
}

.mynavi-box {
  margin-top: 26px;
  background-color: rgba(243, 250, 229, 0.7);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .mynavi-box {
    margin-top: 56px;
  }
}
.mynavi-box .mynavi-item {
  container-type: inline-size;
}
.mynavi-box .mynavi-txt {
  margin-bottom: 16px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #449482;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .mynavi-box .mynavi-txt {
    margin-bottom: 24px;
    font-size: min(2.4rem, 6.3cqw);
  }
}

.sns-box {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .sns-box {
    padding-block: 120px;
    grid-template-columns: 1fr 1fr;
    gap: min(64px, 3.3vw);
  }
}
@media (max-width: 767px) {
  .sns-box {
    margin-inline: auto;
    padding-block: 42px 64px;
    width: min(550px, 100%);
  }
}
.sns-box::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: url(../img/top/bg-pic-right.png) no-repeat;
  background-size: 100%;
  width: min(200px, 40vw);
  aspect-ratio: 389/423;
}
@media (min-width: 768px) {
  .sns-box::after {
    width: min(380px, 20.2vw);
  }
}

/* 下層ページ共通
----------------------------------------------- */
.image-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (min-width: 992px) {
  .image-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .image-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .image-box.sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.image-box figure + p {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .image-box figure + p {
    margin-top: 8px;
  }
}

.contents-ttl-02 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .contents-ttl-02 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.contents-ttl-02::before {
  content: "●";
  color: #86D658;
  position: absolute;
  left: 0;
}
.contents-ttl-02-sub {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contents-ttl-02-sub {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.contents-ttl-02 small {
  font-weight: normal;
}
@media (min-width: 768px) {
  .contents-ttl-02 small {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .contents-ttl-02 small {
    display: block;
  }
}

.anchor-box02 {
  display: grid;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .anchor-box02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
    margin-inline: auto;
    width: min(960px, 100%);
  }
}
@media (max-width: 991px) {
  .anchor-box02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    padding-inline: 15px;
  }
}
.anchor-box02 li {
  height: 100%;
  display: grid;
  align-items: center;
  border-left: 1px solid #333333;
}
@media (max-width: 991px) {
  .anchor-box02 li:nth-child(2n), .anchor-box02 li:last-child {
    border-right: 1px solid #333333;
  }
}
@media (min-width: 992px) {
  .anchor-box02 li:nth-child(3n) {
    border-right: 1px solid #333333;
  }
}
.anchor-box02 li a {
  display: block;
  padding: 17px;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .anchor-box02 li a {
    font-size: 1.2rem;
  }
}
.anchor-box02 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(135deg);
  right: 24px;
}
@media (max-width: 767px) {
  .anchor-box02 li a::before {
    right: 10px;
  }
}
.anchor-box02 li span {
  display: inline-block;
}

@media (max-width: 767px) {
  #about .contents-ttl, #event .contents-ttl, #office .contents-ttl {
    margin-bottom: 40px;
  }
}
#about .contents-ttl.underline::after, #event .contents-ttl.underline::after, #office .contents-ttl.underline::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 70px;
  aspect-ratio: 70/4.2;
  background: url(../img/top/top-ttl-line.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 768px) {
  #about .contents-ttl.underline::after, #event .contents-ttl.underline::after, #office .contents-ttl.underline::after {
    margin-top: 16px;
    width: 120px;
    aspect-ratio: 120/7.2;
  }
}
@media (max-width: 767px) {
  #about .contents-ttl.underline::after, #event .contents-ttl.underline::after, #office .contents-ttl.underline::after {
    margin-top: 8px;
  }
}

/* 法人概要ページ
----------------------------------------------- */
@media (min-width: 768px) {
  #about .contents-ttl-02 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #about .contents-ttl-02 {
    margin-bottom: 32px;
  }
}
#about .philosophy .contents-ttl .ttl-en, #about .history .contents-ttl .ttl-en {
  margin-bottom: 32px;
  height: clamp(15px, 2.375vw, 33px);
}
@media (max-width: 767px) {
  #about .philosophy .contents-ttl .ttl-en, #about .history .contents-ttl .ttl-en {
    margin-bottom: 20px;
    height: 22px;
  }
  #about .philosophy .contents-ttl .ttl-en::after, #about .history .contents-ttl .ttl-en::after {
    top: 4px;
  }
}
#about .about-ttl {
  background-color: #F3FAE5;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #about .about-ttl {
    margin-bottom: 32px;
    padding: 16px;
    font-size: 2rem;
  }
}
#about .policy-list {
  counter-reset: listnum;
  border: solid 2px #FFD44B;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  #about .policy-list {
    padding: 64px 32px;
  }
}
#about .policy-list li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #about .policy-list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #about .policy-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px 8px;
  }
}
#about .policy-list li::before {
  counter-increment: listnum;
  content: counter(listnum);
  background-color: #219532;
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  #about .policy-list li::before {
    margin-inline: auto;
    width: 30px;
    height: 30px;
  }
}
#about .policy-list .policy-ttl {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 35px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #about .policy-list .policy-ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
#about .policy-list p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #about .policy-list p {
    font-size: 1.6rem;
  }
}
#about .information {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #about .information {
    padding-bottom: 10px;
  }
}
#about .parallax .parallax-area {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  #about .parallax .parallax-area {
    height: 200px;
    background-attachment: scroll;
  }
}
#about .parallax .parallax-area.n-01 {
  background-image: url(../img/about/about-ph-001.jpg);
}
#about .time-line-wrap .time-line {
  margin-inline: auto;
  width: min(950px, 100%);
}
#about .public a.map-link {
  font-size: inherit;
}
#about .disabled {
  pointer-events: none;
}
#about .text-info {
  margin-top: 2em;
  color: red;
  text-align: center;
}

/* 啓和会の特徴的な取り組みページ
----------------------------------------------- */
/* 事業所紹介ページ
----------------------------------------------- */
#office .office-table:not(:first-child) {
  margin-top: 160px;
}
@media (max-width: 767px) {
  #office .office-table:not(:first-child) {
    margin-top: 80px;
  }
}
#office .office-table.sub {
  margin-top: 56px;
}
@media (max-width: 767px) {
  #office .office-table.sub {
    margin-top: 40px;
  }
}
#office .office-table dl {
  margin-bottom: 40px;
  width: 100%;
  border-left: solid 1px;
  border-bottom: solid 1px;
  display: grid;
  grid-template-columns: 200px 1fr 200px 1fr;
}
@media (max-width: 767px) {
  #office .office-table dl {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }
}
#office .office-table dl dt, #office .office-table dl dd {
  padding: 28.75px 20px;
  border-top: solid 1px;
  border-right: solid 1px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #office .office-table dl dt, #office .office-table dl dd {
    width: 100% !important;
    display: block;
    padding-block: 14px;
  }
}
#office .office-table dl dt {
  background-color: #F3FAE5;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #office .office-table dl dt {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #office .office-table dl dt.half01 {
    grid-column: 1/2;
  }
  #office .office-table dl dt.half02 {
    grid-column: 3/4;
  }
}
@media (min-width: 768px) {
  #office .office-table dl dd {
    grid-column: 2/5;
  }
}
@media (min-width: 992px) {
  #office .office-table dl dd.half01 {
    grid-column: 2/3;
  }
  #office .office-table dl dd.half02 {
    grid-column: 4/5;
  }
}/*# sourceMappingURL=common.css.map */