@charset "UTF-8";
:root {
  --base-color:#FF8800;
  --sub-color:#004795;
  --yellow-color:#FFD609;
  --ttl-color: var(--sub-color);
  --btn-color: var(--sub-color);
  --bd-radius-lg: 40px;
  --bd-radius-sm: 4px;
  --shadow-width: 15px;
}
@media (max-width: 767px) {
  :root {
    --bd-radius-lg: 20px;
    --shadow-width: 10px;
  }
}

/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（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;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767.9px) {
  body {
    font-size: 1.6rem;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

.main {
  padding-top: 104px;
}

/******************************************************************
  2■common
*****************************************************************/
a {
  color: #333333;
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  a:hover {
    color: #333333;
    text-decoration: none;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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 #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
a.blank::after {
  content: url("../img/common/icon-blank.png");
  margin-left: 6px;
}
a.blank-white::after {
  content: url(../img/common/icon-blank-white.png);
  margin-left: 10px;
}

@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: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .btn-01, .btn-02 {
    margin-top: 20px;
  }
}
.btn-01 a, .btn-02 a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: solid 3px var(--btn-color);
  border-radius: 40px;
  background-color: var(--btn-color);
  padding-inline: 36px;
  width: min(420px, 100%);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
@media (max-width: 767.9px) {
  .btn-01 a, .btn-02 a {
    font-size: 1.8rem;
    height: 60px;
    padding-inline: 30px;
  }
}
.btn-01 a:before, .btn-02 a:before {
  content: "";
}
.btn-01 a::after, .btn-02 a::after {
  content: "";
  display: block;
  justify-self: right;
  width: 10px;
  aspect-ratio: 10/18;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 18 29.38" fill="%23FFFFFF"><path d="M17.37,13.28c.78.7.84,1.9.14,2.67-.04.05-.09.1-.14.14L3.16,28.89c-.78.7-1.97.64-2.67-.14C.17,28.4,0,27.95,0,27.48V1.9C0,.85.84,0,1.89,0c.47,0,.92.17,1.27.49l14.21,12.8Z"/></svg>') no-repeat center center/contain;
}
@media (hover: hover) {
  .btn-01 a:hover, .btn-02 a:hover {
    opacity: 1;
    background-color: #FFFFFF;
    color: var(--btn-color);
  }
  .btn-01 a:hover::after, .btn-02 a:hover::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 18 29.38" fill="%23004795"><path d="M17.37,13.28c.78.7.84,1.9.14,2.67-.04.05-.09.1-.14.14L3.16,28.89c-.78.7-1.97.64-2.67-.14C.17,28.4,0,27.95,0,27.48V1.9C0,.85.84,0,1.89,0c.47,0,.92.17,1.27.49l14.21,12.8Z"/></svg>') no-repeat center center/contain;
  }
}

.btn-02 a {
  --btn-color: var(--base-color);
}
@media (hover: hover) {
  .btn-02 a:hover::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 18 29.38" fill="%23FF8800"><path d="M17.37,13.28c.78.7.84,1.9.14,2.67-.04.05-.09.1-.14.14L3.16,28.89c-.78.7-1.97.64-2.67-.14C.17,28.4,0,27.95,0,27.48V1.9C0,.85.84,0,1.89,0c.47,0,.92.17,1.27.49l14.21,12.8Z"/></svg>') no-repeat center center/contain;
  }
}

.vimeo {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/******************************************************************
  3■header
*****************************************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 104px;
  border-top: 4px solid var(--base-color);
  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-left: 25px;
  }
}
header .container {
  width: auto;
}
header .header-logo {
  display: flex;
  align-items: center;
  height: 100px;
  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: flex-end;
}
header .nav li {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  header .nav li {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  header .nav li {
    padding: 0 30px;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
@media (max-width: 991.9px) {
  header .nav li a {
    color: #FFFFFF;
  }
}
header .nav li a span {
  padding-block: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (min-width: 992px) {
  header .nav li a span.focus {
    border-bottom-color: var(--base-color);
    color: var(--base-color);
  }
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: var(--base-color);
  }
  header .nav li a:hover span {
    border-bottom-color: var(--base-color);
  }
}
header .nav li.contact-btn {
  width: auto;
  padding-right: 25px;
}
header .nav li.contact-btn .contact-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 44px;
  border-radius: var(--bd-radius-sm);
  background-color: var(--base-color);
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}
@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;
    transition: all 0.2s ease;
  }
  header.mini-header nav li span {
    padding-block: 0;
  }
  header.mini-header nav li.contact-btn .contact-btn-bg {
    height: 38px;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 991.9px) {
  .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: 50px;
  }
  .header-logo img {
    width: auto;
    height: 28px;
  }
  ul.nav {
    display: none;
    padding: 0 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: var(--base-color);
    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: var(--base-color);
    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 #FFFFFF;
  }
  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;
    font-weight: bold;
  }
  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 #FFFFFF;
    border-right: 1px solid #FFFFFF;
    content: "";
  }
  header.open ul.nav .contact-btn {
    border-bottom: none;
    padding-right: 0;
  }
  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: 100%;
    height: 48px;
    background-color: #FFFFFF;
    color: var(--base-color);
  }
  header.open ul.nav .contact-btn a::before {
    content: none;
  }
}
/******************************************************************
  4■breadcrumbs
*****************************************************************/
.breadcrumbs {
  padding: 4px 0;
  background-color: #f1f1f1;
  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: 767.9px) {
  .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: 767.9px) {
  .main-img {
    height: 432px;
  }
}
.main-img .kv-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.img-text {
  color: var(--base-color);
  width: 100%;
  text-align: center;
  font-size: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text.dark-color {
  color: #333;
  text-shadow: 0px 0px 3px #fff;
}
.img-text.bright-color {
  color: #fff;
  text-shadow: 0px 0px 3px #333;
}

.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: 767.9px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  font-size: 2.4rem;
  padding-top: 24px;
}
@media (max-width: 767.9px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 21px;
  margin-bottom: 56px;
  color: #333333;
  letter-spacing: 0.15em;
}
@media (max-width: 767.9px) {
  .contents-ttl {
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}
.contents-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  background-color: var(--sub-color);
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.9px) {
  .contents-ttl::after {
    width: 40px;
    height: 2px;
  }
}
.contents-ttl-sub {
  font-size: 2.8rem;
  color: var(--sub-color);
  line-height: 1.25;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .contents-ttl-sub {
    font-size: 2rem;
  }
}
.contents-ttl-03 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--sub-color);
  line-height: 1.25;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: solid 1px #FFFFFF;
}
@media (max-width: 767.9px) {
  .contents-ttl-03 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contents-ttl.text-white::after {
  background-color: #FFFFFF;
}

/******************************************************************
  6■footer
*****************************************************************/
footer section {
  background-color: var(--base-color);
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 767.9px) {
  footer section {
    padding-block: 40px;
  }
}
footer section a {
  color: #FFFFFF;
}
footer section a:link, footer section a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  footer section a:hover {
    color: #FFFFFF;
    opacity: 1;
  }
}

.footer-nav-title {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .footer-nav-title {
    padding: 12px 32px 12px 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: #FFFFFF;
    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);
  }
}
@media (min-width: 768px) {
  .footer-nav-title {
    font-size: 1.6rem;
  }
}

.footer-sub-menu li {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .footer-sub-menu li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .footer-sub-menu {
    display: none;
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  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: 72px 0 0;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .copyright {
    margin-top: 64px;
  }
}

footer .ga-pdf {
  padding: 16px 0 0 0;
}

.footer-logo {
  width: 200px;
  margin: 0 auto 16px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .footer-logo {
    margin-bottom: 8px;
    width: 110px;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-logo-txt {
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .footer-logo-txt {
    font-size: 1.4rem;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  display: none;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  background: var(--sub-color);
  width: 40px;
  height: 40px;
  border-radius: var(--bd-radius-sm);
}
.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: 767.9px) {
  .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 {
  overflow: hidden;
  padding: 100px 0 100px;
}
@media (max-width: 767.9px) {
  section {
    padding: 60px 0 60px;
  }
}
section.section-colored {
  --ttl-color: #FFFFFF;
  background-color: var(--base-color);
  margin-bottom: 0;
  color: var(--ttl-color);
}
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: #FBF1E5;
  opacity: 0.8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.contact .contact-info {
  margin: 8px auto;
  color: var(--base-color);
  font-weight: bold;
}
@media (min-width: 768px) {
  section.contact .contact-info {
    font-size: 2.4rem;
  }
}
section.contact .contact-info .tel-number a {
  font-size: 2.8rem;
  vertical-align: middle;
  color: var(--base-color);
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  section.contact .contact-info .tel-number a {
    font-size: 4rem;
  }
}
section.contact .contact-info .contact-time {
  display: block;
  color: #333333;
  font-weight: normal;
}
@media (min-width: 768px) {
  section.contact .contact-info .contact-time {
    font-size: 1.8rem;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding: 32px;
}

@media (min-width: 768px) {
  .row.flx {
    display: flex;
    flex-wrap: wrap;
  }
}
.h-100 {
  height: 100%;
}

@media (max-width: 767.9px) {
  .m-b-sp-16 {
    margin-bottom: 16px;
  }
}

.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-24 {
  margin-bottom: 24px;
}
@media (max-width: 767.9px) {
  .m-b-24 {
    margin-bottom: 16px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.m-b-56 {
  margin-bottom: 56px;
}
@media (max-width: 767.9px) {
  .m-b-56 {
    margin-bottom: 24px;
  }
}

.m-b-lg {
  margin-bottom: 64px;
}
@media (max-width: 767.9px) {
  .m-b-lg {
    margin-bottom: 32px;
  }
}

.m-b-80 {
  margin-bottom: 80px;
}
@media (max-width: 767.9px) {
  .m-b-80 {
    margin-bottom: 40px;
  }
}

.p-40 {
  padding: 40px;
}
@media (max-width: 767.9px) {
  .p-40 {
    padding: 20px;
  }
}

.p-60 {
  padding: 60px;
}
@media (max-width: 767.9px) {
  .p-60 {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .p-l-pc-0 {
    padding-left: 0;
  }
}

.p-b-0 {
  padding-bottom: 0;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 768px) {
  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .justify-content-start {
    justify-content: flex-start;
  }
}

@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: 767.9px) {
  .font-size-xs {
    font-size: 1rem;
  }
}

.font-size-sm {
  font-size: 1.4rem;
}
@media (max-width: 767.9px) {
  .font-size-sm {
    font-size: 1rem;
  }
}

.font-size-md {
  font-size: 1.6rem;
}
@media (max-width: 767.9px) {
  .font-size-md {
    font-size: 1.2rem;
  }
}

.font-size-lg {
  font-size: 2.4rem;
}
@media (max-width: 767.9px) {
  .font-size-lg {
    font-size: 1.6rem;
  }
}

.font-size-xl {
  font-size: 5rem;
}
@media (max-width: 767.9px) {
  .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: var(--base-color);
}
.emphasis-boldcolored {
  font-weight: bold;
  color: var(--base-color);
}

@media (min-width: 768px) {
  .icon-square {
    margin-bottom: 8px;
  }
}
.icon-square::before {
  content: "■";
  color: var(--base-color);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #FFFFFF;
}

.h-line {
  border-left: 4px solid var(--base-color);
  padding-left: 8px;
}

.label {
  color: #fff;
  background-color: var(--base-color);
  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: var(--base-color);
}
.blockquote::before, .blockquote::after {
  content: "“";
  font-size: 60px;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: var(--base-color);
  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: #FBF1E5;
  border: 1px solid var(--base-color);
  padding: 16px;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: var(--yellow-color);
}

.bg-beige {
  background-color: #FBF1E5;
}

.bg-colored {
  background-color: var(--base-color);
}

.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: 767.9px) {
  .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 var(--base-color);
  border-bottom: 4px solid var(--base-color);
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: var(--bd-radius-lg);
}

.img-radius-round {
  border-radius: 50%;
}

.img-shadow {
  width: calc(100% - var(--shadow-width));
  border-radius: var(--bd-radius-lg);
  box-shadow: var(--shadow-width) var(--shadow-width) 0 var(--sub-color);
}

.img-cadre {
  border: 1px solid #ccc;
  padding: 8px;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: var(--bd-radius-sm);
  opacity: 1;
}
.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 {
  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 {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding: 24px;
  }
  .table-list dt {
    width: 25%;
    text-align: center;
    position: relative;
  }
  .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 {
    border-right: none;
  }
  .table-list.time-line dt {
    color: var(--sub-color);
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--base-color);
    position: absolute;
    right: -5px;
    top: 32px;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767.9px) {
  .table-list dt, .table-list dd {
    padding: 8px;
  }
  .table-list dt {
    background-color: #FBF1E5;
  }
  .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 {
    color: var(--sub-color);
    background-color: transparent;
    position: relative;
    font-weight: bold;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
    border-left: 1px solid #bbb;
    padding-left: 16px;
  }
  .table-list.time-line dt::after {
    content: "";
    height: 7px;
    width: 7px;
    background-color: var(--base-color);
    position: absolute;
    left: -4px;
    top: 13px;
    border-radius: var(--bd-radius-sm);
  }
  .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: var(--base-color);
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: var(--bd-radius-sm);
}
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: 767.9px) {
  .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: -156px;
  padding-top: 156px;
}
@media (max-width: 991.9px) {
  .anchor {
    margin-top: -154px;
    padding-top: 154px;
  }
}
@media (max-width: 767.9px) {
  .anchor {
    margin-top: -114px;
    padding-top: 114px;
  }
}

.vimeo {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

/******************************************************************
  9■news
*****************************************************************/
.news-list ul {
  margin-bottom: 60px;
}
@media (max-width: 767.9px) {
  .news-list ul {
    margin-bottom: 32px;
  }
}
.news-list ul li {
  border-bottom: 1px solid #bbb;
}
.news-list ul li a {
  display: table;
  text-decoration: none !important;
  width: 100%;
  padding: 8px 0;
  position: relative;
  padding-right: 24px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .news-list ul li a {
    padding-right: 56px;
    font-size: 1.4rem;
    height: 96px;
  }
  .news-list ul li a:hover {
    background-color: #FBF1E5;
  }
}
.news-list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  border-top: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  opacity: 1;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .news-list ul li a::before {
    right: 24px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767.9px) {
  .news-list ul li a::before {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}
.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: 767.9px) {
  .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;
  }
}
.news-list ul li a .news-date {
  color: var(--base-color);
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .news-list ul li a .news-date {
    width: 136px;
  }
}
@media (max-width: 767.9px) {
  .news-list ul li a .news-date {
    text-align: left;
    margin-right: 24px;
    font-size: 1.3rem;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
@media (min-width: 768px) {
  .news-list ul li a .news-category {
    width: 168px;
    padding-right: 24px;
  }
}
.news-list ul li a .news-category .category-frame {
  border: 1px solid var(--base-color);
  padding: 2px 8px;
  background-color: var(--base-color);
  color: #FFFFFF;
  display: inline-block;
  border-radius: var(--bd-radius-sm);
}
@media (max-width: 767.9px) {
  .news-list ul li a .news-category .category-frame {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #333333;
  position: relative;
  display: inline-block;
}

.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: 767.9px) {
  .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: 767.9px) {
  .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: 767.9px) {
  .news-info {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.news-info .news-date {
  margin-right: 16px;
}
.news-info .category-frame {
  border: 1px solid #bbb;
  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: 767.9px) {
  .faq-q {
    padding: 15px 35px 10px;
  }
}
.faq-q:not(:first-child) {
  margin-top: 20px;
}
.faq-q:before {
  content: "Q";
  top: 18px;
}
@media (max-width: 767.9px) {
  .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: 767.9px) {
  .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: 767.9px) {
  .faq-a {
    padding: 20px 10px 20px 35px;
  }
}
.faq-a:before {
  content: "A";
  top: 28px;
}
@media (max-width: 767.9px) {
  .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;
  color: var(--base-color);
}
@media (max-width: 767.9px) {
  .faq-q:before, .faq-a:before {
    left: 10px;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .faq-container .faq-q:hover,
  .faq-container .faq-q:hover::before {
    background-color: var(--base-color);
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open,
.faq-container .faq-q.open::before {
  background-color: var(--base-color);
  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(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
@media (min-width: 768px) {
  .pcHdn {
    display: none !important;
  }
}

@media (max-width: 767.9px) {
  .spHdn {
    display: none !important;
  }
}

/* トップページ
----------------------------------------------- */
.vimeo {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.index-contents-ttl {
  position: relative;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 32px;
  letter-spacing: 0.2em;
}
@media (max-width: 767.9px) {
  .index-contents-ttl {
    margin-bottom: 24px;
  }
}
.index-contents-ttl .ttl-en {
  display: block;
  height: min(82px, 13.85vw);
}
@media (max-width: 767.9px) {
  .index-contents-ttl .ttl-en {
    height: min(60px, 12.8vw);
  }
}
.index-contents-ttl .ttl-en img {
  height: 100%;
  max-width: 100%;
}
.index-contents-ttl .ttl-jp {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  color: var(--ttl-color);
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .index-contents-ttl .ttl-jp {
    font-size: 1.6rem;
  }
}
.index-contents-ttl .ttl-jp::before, .index-contents-ttl .ttl-jp::after {
  background-color: var(--ttl-color);
  content: "";
  height: 1px;
  width: 50px;
}
@media (max-width: 767.9px) {
  .index-contents-ttl .ttl-jp::before, .index-contents-ttl .ttl-jp::after {
    width: 25px;
  }
}
.index-contents-ttl .ttl-jp::before {
  margin-right: 20px;
}
@media (max-width: 767.9px) {
  .index-contents-ttl .ttl-jp::before {
    margin-right: 8px;
  }
}
.index-contents-ttl .ttl-jp::after {
  margin-left: 20px;
}
@media (max-width: 767.9px) {
  .index-contents-ttl .ttl-jp::after {
    margin-left: 8px;
  }
}
.index-contents-ttl-sub {
  font-size: 2.8rem;
  color: var(--ttl-color);
  line-height: 1.25;
  margin-bottom: 38px;
}
@media (max-width: 767.9px) {
  .index-contents-ttl-sub {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
}
.index-contents-ttl-sub span {
  display: inline-block;
}

@media (min-width: 768px) {
  .index-contents-ttl.ttl-left {
    text-align: left;
  }
  .index-contents-ttl.ttl-left::after {
    left: 0;
    transform: translateX(0);
  }
  .index-contents-ttl.ttl-left .ttl-jp {
    justify-content: flex-start;
  }
  .index-contents-ttl.ttl-right {
    text-align: right;
  }
  .index-contents-ttl.ttl-right .ttl-jp {
    justify-content: flex-end;
  }
}
.index-message {
  background: url(../img/top/bg-message.png) center/cover;
}
.index-message .img-shadow {
  border-radius: var(--bd-radius-lg);
  box-shadow: var(--shadow-width) var(--shadow-width) 0 var(--sub-color);
  margin-bottom: var(--shadow-width);
}
@media (min-width: 768px) {
  .index-message .img-shadow {
    width: 100%;
    position: relative;
    right: var(--shadow-width);
  }
}

.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: 767.9px) {
  .image-box .image-box-area {
    height: 200px;
    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/about/about-bg-001.jpg);
}
.image-box .image-box-area.n-03 {
  background-image: url(../img/work/work-bg-001.jpg);
}
.image-box .image-box-area.n-04 {
  background-image: url(../img/environment/environment-bg-001.jpg);
}

.contents-img {
  margin-top: 80px;
  --aspect-ratio-sp: 750/560;
  --aspect-ratio-pc: 1531/720;
}
@media (max-width: 767.9px) {
  .contents-img {
    margin-top: 60px;
  }
}
.contents-img img {
  width: 100%;
}
.contents-img.n-mg-left {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767.9px) {
  .contents-img.n-mg-left {
    margin-right: -15px;
  }
}
.contents-img.n-mg-right {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767.9px) {
  .contents-img.n-mg-right {
    margin-left: -15px;
  }
}

.news-list .index-contents-ttl, .recruit .index-contents-ttl {
  margin-bottom: 48px;
}
@media (max-width: 767.9px) {
  .news-list .index-contents-ttl, .recruit .index-contents-ttl {
    margin-bottom: 24px;
  }
}

.news-list {
  --news-list-btm: 190px;
  padding-bottom: var(--news-list-btm);
  background: url(../img/top/bg-news.jpg) repeat-x bottom center/auto var(--news-list-btm);
}
@media (max-width: 767.9px) {
  .news-list {
    --news-list-btm: 140px;
  }
}
.news-list .btn-01 {
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .news-list .btn-01 {
    margin-bottom: 20px;
  }
}

/* 共通コンテンツ
----------------------------------------------- */
.recruit {
  background-color: #FBF1E5;
}
.recruit figure {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 1142/489;
}
.recruit .recruit-btn-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 48px;
}
.recruit .recruit-btn-box > div {
  flex: 1 1 0;
}
@media (max-width: 767.9px) {
  .recruit .recruit-btn-box {
    flex-direction: column;
    gap: 20px;
  }
}
.recruit .recruit-btn-box .btn-01, .recruit .recruit-btn-box .btn-02 {
  margin-top: 0;
}

.contact {
  background: url(../img/top/bg-contact.jpg) center/cover;
}
.contact .contact-box {
  margin-inline: auto;
  padding: 80px 15px;
  width: min(888px, 100%);
  border-radius: var(--bd-radius-lg);
}
@media (max-width: 767.9px) {
  .contact .contact-box {
    padding-block: 40px;
  }
}

/* 下層ページ
----------------------------------------------- */
.aspect-ratio-1x1 {
  --aspect-ratio-sp: 1/1;
  --aspect-ratio-pc: 1/1;
}

.aspect-ratio-3x2 {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 3/2;
}

.aspect-ratio-4x3 {
  --aspect-ratio-sp: 4/3;
  --aspect-ratio-pc: 4/3;
}

.aspect-ratio img {
  aspect-ratio: var(--aspect-ratio-sp);
}
@media (min-width: 768px) {
  .aspect-ratio img {
    aspect-ratio: var(--aspect-ratio-pc);
  }
}

#about .about-message {
  background: url(../img/about/about-bg-003.jpg) center center/cover;
}
#about .about-message .about-philosophy {
  padding: 72px 80px;
}
@media (max-width: 767.9px) {
  #about .about-message .about-philosophy {
    padding: 40px;
  }
}
#about .about-reason .reason-img {
  --aspect-ratio-sp: 23/8;
  --aspect-ratio-pc: 23/8;
}
#about .about-history {
  background: url(../img/about/about-bg-002.jpg) center center/cover;
}
#about .about-history .table-list dt {
  width: 10em;
}
#about .about-base .about-base-box {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #about .about-base .about-base-box {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#about .about-base .about-base-box figure {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #about .about-base .about-base-box figure {
    margin-bottom: 24px;
  }
}

#work .work-business .business-tit {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--sub-color);
  border-bottom: solid 1px var(--sub-color);
  padding-bottom: 5px;
}
#work .work-business .work-business-box {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #work .work-business .work-business-box {
    margin-bottom: 100px;
  }
}
#work .work-business .work-business-box li {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #work .work-business .work-business-box li {
    margin-top: 80px;
  }
}
#work .work-business .work-business-box figure {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 1142/489;
}

#environment .flow-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  #environment .flow-box {
    grid-template-columns: 1fr min(315px, 27.6%);
    gap: min(72px, 3.75vw);
  }
}
#environment {
  /* タイトル(タイプD)
  ------------------------------*/
}
#environment .tit-half-bgcolor {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #environment .tit-half-bgcolor {
    font-size: 2.4rem;
  }
}
#environment .tit-half-bgcolor span {
  background: linear-gradient(#fff 60%, var(--yellow-color) 40%);
}
#environment {
  /* コンテンツ タイプG
  ------------------------------*/
}
@media (min-width: 768px) {
  #environment .cts_type_g {
    --time-width: 170px;
  }
}
@media (min-width: 992px) {
  #environment .cts_type_g {
    --time-width: 190px;
  }
}
#environment .cts_type_g {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
#environment .cts_type_g .box-line {
  background: var(--base-color);
  left: 20px;
  position: absolute;
  top: 10px;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
}
@media (min-width: 768px) {
  #environment .cts_type_g .box-line {
    left: calc(var(--time-width) - 75px);
  }
}
@media (max-width: 767.9px) {
  #environment .cts_type_g dl {
    padding-bottom: 15px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  #environment .cts_type_g dl:not(:last-child) {
    padding-bottom: 72px;
  }
}
#environment .cts_type_g dl dt {
  position: relative;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  #environment .cts_type_g dl dt {
    width: var(--time-width);
    float: left;
  }
}
#environment .cts_type_g dl dt::before, #environment .cts_type_g dl dt:after {
  position: absolute;
  top: 4px;
  left: -34px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #environment .cts_type_g dl dt::before, #environment .cts_type_g dl dt:after {
    top: 8px;
    left: calc(var(--time-width) - 94px);
  }
}
#environment .cts_type_g dl dt::before {
  background: var(--base-color);
}
#environment .cts_type_g dl dt:after {
  top: 8px;
  left: -30px;
  display: block;
  content: "";
  clear: both;
  width: 12px;
  height: 12px;
  background: #fff;
}
@media (min-width: 768px) {
  #environment .cts_type_g dl dt:after {
    top: 12px;
    left: calc(var(--time-width) - 90px);
  }
}
#environment .cts_type_g dl dt .workstyle-time {
  padding-right: 15px;
  position: relative;
  width: calc(var(--time-width) - 10px);
  text-align: right;
  color: var(--ttl-color);
}
@media (min-width: 768px) {
  #environment .cts_type_g dl dt .workstyle-time {
    font-size: 2.2rem;
  }
  #environment .cts_type_g dl dt .workstyle-time::after {
    position: absolute;
    top: 12px;
    left: calc(var(--time-width) - 65px);
    display: inline-block;
    content: "";
    width: 37px;
    height: 1px;
    border-top: 2px dashed var(--base-color);
  }
}
@media (min-width: 768px) {
  #environment .cts_type_g dl dd {
    margin: 0 0 0 var(--time-width);
  }
}
#environment .cts_type_g dl .tit-half-bgcolor {
  color: var(--sub-color);
}
@media (min-width: 768px) {
  #environment .cts_type_g dl .tit-half-bgcolor {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  #environment .col-xs-6:nth-child(odd) {
    padding-right: 4px;
  }
  #environment .col-xs-6:nth-child(even) {
    padding-left: 4px;
  }
}
#environment .flx-box-inner {
  container-type: inline-size;
}
@media (max-width: 991.9px) {
  #environment .flx-box-inner {
    padding: 16px;
  }
}
#environment .flx-box-inner h3 {
  line-height: 1.25;
  font-size: min(16px, 11cqw);
}
@media (min-width: 768px) {
  @container (max-width: 220px) {
    #environment .flx-box-inner h3 {
      font-size: min(2.2rem, 11cqw);
    }
  }
}/*# sourceMappingURL=common.css.map */