@charset "UTF-8";
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（common_testkigyohp.css）
      - Version: 1.0.0 (2017/09/04)
      - Create:  (2017/09/04)
      - Release: (yyyy/mm/dd)
*****************************************************************/
/*==========================================
/
/  1■body
/  2■common
/  3■header
/  4■mainimg
/  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: #333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  body.open {
    overflow: hidden;
    height: 100%;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

*, *:after, *:before {
  box-sizing: border-box;
}

* {
  outline: 0;
}

/******************************************************************
  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;
  }
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
a.link-arrow::before, a.link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  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;
}

.anchor {
  padding-top: 184px;
  margin-top: -184px;
}
@media (max-width: 991px) {
  .anchor {
    padding-top: 134px;
    margin-top: -134px;
  }
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 102px;
    margin-top: -102px;
  }
}

@media (min-width: 992px) {
  section a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 350px;
  margin: 32px auto 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}
@media (max-width: 767px) {
  .btn-01, .btn-02 {
    min-width: 100%;
  }
}
.btn-01 a, .btn-02 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.4rem;
  background-color: #ffffff;
  color: #FC5A9C;
  border: solid 1px #FC5A9C;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .btn-01 a, .btn-02 a {
    font-size: 1.8rem;
  }
}
.btn-01 a::before, .btn-02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #FC5A9C;
  border-right: 1px solid #FC5A9C;
  transform: rotate(45deg);
}

.mail {
  position: relative;
}
.mail::before {
  /*content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-mail.svg);
  background-size: 40px;
  @include css3(transform, translateY(-50%));
  z-index: 10;*/
}

/******************************************************************
  3■header
*****************************************************************/
.header {
  position: relative;
}

header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 104px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: height 0.1s ease;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 992px) {
  header {
    bottom: -104px;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
  height: 104px;
  margin: 0;
  font-size: 1.2rem;
  transition: height 0.2s ease;
}
@media (min-width: 992px) {
  header .header-logo img {
    width: 100%;
  }
}
header .row {
  position: relative;
}
header .nav {
  display: flex;
  justify-content: center;
}
header .nav li {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  header .nav li {
    padding: 0 30px;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 112px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
header .nav li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header .nav li a span.focus {
  border-bottom-color: #FC5A9C;
  color: #FC5A9C;
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: #FC5A9C;
    opacity: 1;
  }
  header .nav li a:hover span {
    border-bottom-color: #FC5A9C;
  }
}
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: #FC5A9C;
  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.7;
  }
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}
@media (min-width: 992px) {
  header.mini-header {
    position: fixed;
    transition: all 1s ease;
    top: 0;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 54px;
  }
  header {
    height: 54px;
    transition: all 0.2s ease;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  .sm-header {
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
  }
  header .header-logo {
    height: 54px;
  }
  .header-logo img {
    width: auto;
    height: 32px;
  }
  ul.nav {
    display: none;
    padding: 28px;
  }
  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #333;
    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;
  }
  .open header {
    height: 100%;
    overflow: scroll;
    overflow: hidden;
    background: rgba(255, 233, 242, 0.95);
    transition: all 0.2s ease;
  }
  .open header .drawer-menu span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open header .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  .open header .drawer-menu span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .open header ul.nav {
    display: block;
  }
  .open header ul.nav li {
    display: block;
    /*opacity: 0;*/
    width: 100%;
    border-bottom: dotted 1px #999;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
    /*&:nth-of-type(1) {
        -webkit-animation: example .5s ease .2s 1 forwards;
        animation: example .5s ease .2s 1 forwards;
    }
    &:nth-of-type(2) {
        -webkit-animation: example .5s ease .3s 1 forwards;
        animation: example .5s ease .3s 1 forwards;
    }
    &:nth-of-type(3) {
        -webkit-animation: example .5s ease .4s 1 forwards;
        animation: example .5s ease .4s 1 forwards;
    }
    &:nth-of-type(4) {
        -webkit-animation: example .5s ease .5s 1 forwards;
        animation: example .5s ease .5s 1 forwards;
    }
    &:nth-of-type(5) {
        -webkit-animation: example .5s ease .6s 1 forwards;
        animation: example .5s ease .6s 1 forwards;
    }*/
  }
  .open header ul.nav li a {
    position: relative;
    height: auto;
    padding: 16px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .open header ul.nav li a span {
    padding: 0;
  }
  .open header ul.nav li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
  }
  @keyframes example {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
}
/******************************************************************
  4■mainimg
*****************************************************************/
.mainimg {
  position: relative;
}
.mainimg img {
  width: 100%;
}
.mainimg img.object-fit-img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .mainimg img.object-fit-img {
    height: 432px;
  }
}

/******************************************************************
  5■title
*****************************************************************/
.img-text {
  width: 100%;
  font-size: 4vw;
  color: #FC5A9C;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text.dark-color {
  color: #333;
  text-shadow: 0 0 3px #fff;
}
.img-text.bright-color {
  color: #fff;
  text-shadow: 0 0 3px #333;
}

.title-box {
  position: relative;
  height: 344px;
  overflow: hidden;
  background-color: #9f9894;
}

.title-bg {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: -50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.title-text-upper {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  padding-top: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.25;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.contents-ttl .ttl-jp {
  display: block;
  font-size: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents-ttl .ttl-jp {
    font-size: 2.6rem;
  }
}
.contents-ttl .ttl-jp::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -11px;
  left: 50%;
  width: 80px;
  height: 2px;
  background-color: #FC5A9C;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contents-ttl .ttl-jp::after {
    height: 1.5px;
    bottom: -5px;
  }
}
.contents-ttl .ttl-en {
  display: block;
  font-size: 1.8rem;
  margin-top: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents-ttl .ttl-en {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.contents-ttl-sub {
  margin-bottom: 24px;
  font-size: 2.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    font-size: 2rem;
  }
}
.contents-ttl-sub::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -4px;
  left: 50%;
  width: 80px;
  height: 2px;
  background-color: #FC5A9C;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contents-ttl-sub::after {
    height: 1.5px;
  }
}

@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 {
  padding: 30px 0;
  margin: 0;
  color: #fff;
  background-color: #FC5A9C;
}
footer section .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer section {
    padding: 15px 0 60px 0;
  }
}
footer section a {
  color: #fff;
}
footer section a:link, footer section a:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer section a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
  }
}

.font-verdana {
  font-family: Verdana;
}

.copyright {
  margin-top: 8px;
  text-align: center;
}

footer .ga-pdf {
  margin: 8px 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FC5A9C;
  border-radius: 4px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(315deg);
}

/******************************************************************
  7■slider(top)
*****************************************************************/
.btn-start {
  position: absolute;
  bottom: 20px;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 300;
}
.btn-start p {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.btn-start p a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  border-radius: 50%;
  text-decoration: none;
}
.btn-start p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 15px;
  width: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}

/******************************************************************
  8■contents
*****************************************************************/
@media (min-width: 992px) {
  .contents {
    padding-top: 104px;
  }
}

section {
  position: relative;
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  section {
    padding: 48px 0 48px;
  }
}
section p {
  line-height: 1.5;
}
section.section-colored {
  margin-bottom: 0;
  background-color: #FFE9F2;
}
section.section-image, section.section-image-dark {
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.section-image::before, section.section-image-dark::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE9F2;
  opacity: 0.7;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.image-box, section.sliding-box {
  padding: 0;
}
@media (max-width: 767px) {
  section.image-box, section.sliding-box {
    padding: 0;
  }
}
section .tel-number {
  font-size: 2.8rem;
  font-weight: normal;
  vertical-align: middle;
}
@media (max-width: 767px) {
  section .tel-number {
    display: block;
  }
}
@media (min-width: 768px) {
  section .tel-number.fax::before {
    content: " / ";
  }
}
section .contact-info {
  margin: 8px auto;
}
@media (max-width: 767px) {
  section .contact-info {
    font-size: 1.4rem;
  }
}
section .mini-section {
  padding-top: 104px;
}
@media (max-width: 767px) {
  section .mini-section {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  section .mini-section {
    padding-top: 0;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding: 32px 32px;
}

@media (min-width: 768px) {
  .row.flx {
    display: flex;
  }
  .row.flx.flex-wrap {
    flex-wrap: wrap;
  }
}
.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.m-b-56 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .m-b-56 {
    margin-bottom: 40px;
  }
}

.m-b-lg {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 32px;
  }
}

@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 {
  padding-left: 1em;
  text-indent: -1em;
}

.lead {
  line-height: 1.875;
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}
.emphasis-colored {
  color: #FC5A9C;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #FC5A9C;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  padding-left: 8px;
  border-left: 4px solid #FC5A9C;
}

.label {
  padding: 4px 8px;
  color: #fff;
  background-color: #FC5A9C;
}

.blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 16px;
  z-index: 1;
}
.blockquote p {
  position: relative;
  padding: 16px 0;
  font-size: 3rem;
  color: #FC5A9C;
  z-index: 3;
}
@media (max-width: 767px) {
  .blockquote p {
    font-size: 2rem;
  }
}

.colored-box {
  padding: 16px;
  background-color: #FFE9F2;
  border: 1px solid #FC5A9C;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-colored {
  background-color: #FFE9F2;
}

.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 {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.dot-list.lh-sm li {
  margin: 8px 0;
}

.check-list li {
  position: relative;
  padding-left: 4px;
  margin: 16px 0 16px 24px;
}
@media (max-width: 767px) {
  .check-list li {
    margin: 8px 0 8px 24px;
  }
}
.check-list li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  opacity: 0.7;
  border-left: 4px solid #FC5A9C;
  border-bottom: 4px solid #FC5A9C;
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 4px;
}

.img-radius-round {
  border-radius: 50%;
}

.img-cadre {
  padding: 8px;
  border: 1px solid #ccc;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  border-radius: 4px;
}
.img-link figure {
  top: 0;
  left: 0;
  background-color: #333;
}
.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 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  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 {
  position: relative;
  padding: 8px;
  margin: 16px 0 0;
  background-color: #fff;
  border: 1px solid #999;
  z-index: 1;
}
.fukidashi-top::before, .fukidashi-top::after {
  content: " ";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  z-index: 1;
}
.fukidashi-top::after {
  top: -10px;
  border-bottom-color: #999;
  z-index: 0;
}

/* テーブル関連 */
@media (min-width: 768px) {
  .table-list dl {
    display: table;
    width: 100%;
  }
  .table-list dt, .table-list dd {
    display: table-cell;
    padding: 24px;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    vertical-align: middle;
  }
  .table-list dt {
    position: relative;
    width: 25%;
    text-align: center;
  }
  .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.no-v-line dt, .table-list.no-v-line dd {
    padding: 10px 0;
    border-right: none;
    border-top: none;
  }
  .table-list.time-line dt {
    color: #FC5A9C;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 32px;
    width: 8px;
    height: 8px;
    background-color: #FC5A9C;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .table-list dt, .table-list dd {
    padding: 8px;
  }
  .table-list dt {
    background-color: #f1f1f1;
  }
  .table-list dd {
    padding-bottom: 16px;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.time-line dt {
    position: relative;
    font-weight: bold;
    color: #FC5A9C;
    background-color: transparent;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    padding-left: 16px;
    border-top: none;
    border-left: 1px solid #bbb;
    vertical-align: top;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 13px;
    width: 7px;
    height: 7px;
    background-color: #FC5A9C;
    border-radius: 4px;
  }
  .table-list.time-line dd {
    padding-top: 0;
  }
  .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: #FC5A9C;
  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 {
  width: 100%;
  height: 320px;
  border: 0;
}

.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;
}

.image-box .image-box-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) {
  .image-box .image-box-area {
    height: 200px;
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .image-box .image-box-area {
    background-attachment: scroll;
  }
}
.image-box .image-box-area.n-01 {
  background-image: url(../img/top/bg-ph-001.jpg);
}
.image-box .image-box-area.n-02 {
  background-image: url(../img/top/bg-ph-002.jpg);
}
@media (max-width: 767px) {
  .image-box .image-box-area.n-02 {
    background-position: left 11% center;
    background-size: cover;
  }
}
.image-box .image-box-area.n-03 {
  background-image: url(../img/top/bg-ph-003.jpg);
}
@media (max-width: 767px) {
  .image-box .image-box-area.n-03 {
    background-position: left 58% center;
  }
}

.sliding-box {
  overflow: hidden;
}
.sliding-box .sliding {
  height: 328px;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
  -moz-animation: slide 80s linear infinite;
  background-repeat-x: repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .sliding-box .sliding {
    height: 200px;
  }
}
.sliding-box .sliding.n-01 {
  background-image: url(../img/top/sliding-ph-001.jpg);
}

@keyframes slide {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 2970px 0;
  }
}
/******************************************************************
  9■news
*****************************************************************/
.news-list ul {
  margin-bottom: 32px;
}
.news-list ul li {
  border-bottom: 1px solid #bbb;
}
.news-list ul li a {
  display: table;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-list ul li a {
    height: 96px;
    font-size: 1.4rem;
  }
  .news-list ul li a:hover {
    background-color: #FFE9F2;
  }
}
.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;
}
@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 {
    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 {
    padding-right: 24px;
    width: 168px;
  }
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
.news-list ul li a .news-date {
  color: #FC5A9C;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date {
    margin-right: 24px;
    text-align: left;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
.news-list ul li a .news-category .category-frame {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  border: 1px solid #bbb;
}
@media (max-width: 767px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #333;
}
@media (min-width: 768px) {
  .news-list ul li a .news-text {
    display: inline-block;
    position: relative;
    padding-right: 56px;
  }
  .news-list ul li a .news-text::before, .news-list ul li a .news-text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a .news-text::before {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .news-list ul li a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .news-list ul li a::before, .news-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    margin-right: 0;
    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 #bbb;
}
.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 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-news-list .news-box a h3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.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 {
  display: inline-block;
  padding: 2px 8px;
  min-width: 8em;
  background-color: #fff;
  border: 1px solid #bbb;
  text-align: center;
}

.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 #333;
  border-right: solid 2px #333;
  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: #FC5A9C;
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open {
  background-color: #FC5A9C;
  color: white;
}

.faq-container .faq-q:hover i:before,
.faq-container .faq-q:hover i:active,
.faq-container .faq-q.open i {
  color: #333;
}

/******************************************************************
  11■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.about {
  background: url(../img/top/about-bg-01.png) no-repeat right top;
  background-size: auto 120px;
}
@media (min-width: 768px) {
  .about {
    background: url(../img/top/about-bg-01.png) no-repeat center top, url(../img/top/about-bg-02.png) no-repeat center bottom;
  }
}
.about .blockquote {
  margin-bottom: 24px;
}
.about .blockquote p {
  padding: 0;
}
.about .about-map {
  margin: 24px auto 64px;
  width: min(200px, 100%);
}
@media (max-width: 767px) {
  .about .about-map {
    margin-block: 16px 0;
  }
}
.about .about-map img {
  width: 100%;
}

.service {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 28px;
  }
}
.service .service-item {
  padding-inline: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service .service-item {
    margin-bottom: 20px;
  }
}
.service .service-item .flx-box-inner {
  border-radius: 20px;
  height: 100%;
}
.service .service-item .flx-box-inner img {
  width: min(170px, 100%);
  padding-bottom: 8px;
}
.service .service-ttl {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1.5px #FC5A9C;
  font-size: 1.8rem;
}

.recruit .recruit-box {
  margin: 24px auto;
  max-width: 864px;
}
@media (min-width: 768px) {
  .recruit .recruit-box {
    margin-block: 80px;
  }
}
.recruit .recruit-item {
  padding: 24px 16px;
  background-color: #fff;
  border: solid 2px #FC5A9C;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .recruit .recruit-item {
    padding-inline: 32px;
    display: grid;
    grid-template-columns: 1.34fr 1fr;
    gap: 32px;
  }
}
.recruit .recruit-item + .recruit-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .recruit .recruit-item + .recruit-item {
    margin-top: 40px;
  }
}
.recruit .recruit-ttl {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .recruit .recruit-ttl {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .recruit .recruit-ttl {
    padding-left: 8px;
  }
}
.recruit .recruit-ttl img {
  width: 100%;
}
.recruit .recruit-ttl span {
  margin-bottom: 6px;
  padding-left: 8px;
  background: linear-gradient(#fff 50%, #FEDAE8 50%);
  font-size: min(2.4rem, 6vw);
}
@media (max-width: 767px) {
  .recruit .recruit-txt {
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=common.css.map */