@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: #333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}

*, *: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;
}
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-white.png");
  margin-left: 12px;
}

@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, .btn-03, .btn-04 {
  display: table;
  margin-inline: auto;
}
.btn-01 a, .btn-02 a, .btn-03 a, .btn-04 a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .btn-01 a, .btn-02 a, .btn-03 a, .btn-04 a {
    padding: 7px;
  }
}
.btn-01 a.blank::after, .btn-02 a.blank::after, .btn-03 a.blank::after, .btn-04 a.blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 13px;
  transform: translateY(-50%);
  background: url("../img/common/btn-link-001.png") center/cover no-repeat;
  margin: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-01 a.blank::after, .btn-02 a.blank::after, .btn-03 a.blank::after, .btn-04 a.blank::after {
    right: 15px;
  }
}
.btn-01 a .arrow-01, .btn-02 a .arrow-01, .btn-03 a .arrow-01, .btn-04 a .arrow-01 {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 7px;
  height: 14px;
  transition: backgraund-color 0.4s ease;
}
.btn-01 a .arrow-01::before, .btn-01 a .arrow-01::after, .btn-02 a .arrow-01::before, .btn-02 a .arrow-01::after, .btn-03 a .arrow-01::before, .btn-03 a .arrow-01::after, .btn-04 a .arrow-01::before, .btn-04 a .arrow-01::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9.8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #0C5798;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background-color 0.4s ease;
}
.btn-01 a .arrow-01::before, .btn-02 a .arrow-01::before, .btn-03 a .arrow-01::before, .btn-04 a .arrow-01::before {
  transform: rotate(47.3deg);
}
.btn-01 a .arrow-01::after, .btn-02 a .arrow-01::after, .btn-03 a .arrow-01::after, .btn-04 a .arrow-01::after {
  transform: rotate(-47.3deg);
}
.btn-01 a .arrow-02, .btn-02 a .arrow-02, .btn-03 a .arrow-02, .btn-04 a .arrow-02 {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 9px;
  height: 14px;
  background: #0C5798;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transition: backgraund 0.4s ease;
}
.btn-01 a.pdf-link, .btn-02 a.pdf-link, .btn-03 a.pdf-link, .btn-04 a.pdf-link {
  padding: 14.5px;
}
.btn-01 a.pdf-link::after, .btn-02 a.pdf-link::after, .btn-03 a.pdf-link::after, .btn-04 a.pdf-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 42px;
  transform: translateY(-50%);
  background: url("../img/business/icon-pdf-001.png") center/cover no-repeat;
  margin: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-01 a.pdf-link::after, .btn-02 a.pdf-link::after, .btn-03 a.pdf-link::after, .btn-04 a.pdf-link::after {
    right: 15px;
  }
}
@media (any-hover: hover) {
  .btn-01 a:hover .arrow-01::before, .btn-01 a:hover .arrow-01::after, .btn-02 a:hover .arrow-01::before, .btn-02 a:hover .arrow-01::after, .btn-03 a:hover .arrow-01::before, .btn-03 a:hover .arrow-01::after, .btn-04 a:hover .arrow-01::before, .btn-04 a:hover .arrow-01::after {
    background-color: #fff;
  }
  .btn-01 a:hover .arrow-02, .btn-02 a:hover .arrow-02, .btn-03 a:hover .arrow-02, .btn-04 a:hover .arrow-02 {
    background: #fff;
  }
}

.btn-01 {
  width: min(268px, 100%);
}
.btn-01 a {
  background: linear-gradient(to bottom, #137eb9 0%, #88bdd5 100%);
  color: #fff;
  border-radius: 2px;
  font-size: 2rem;
  font-weight: bold;
}

.btn-02 {
  width: min(323px, 100%);
}
.btn-02 a {
  color: #0C5798;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 767px) {
  .btn-02 a {
    padding: 9px;
  }
}
@media (any-hover: hover) {
  .btn-02 a:hover {
    opacity: 1;
    color: #fff;
    background-color: #2079C7;
  }
}
.btn-02 a.blue {
  color: #fff;
  background-color: #0C5798;
  transition: opacity 0.4s ease;
}
.btn-02 a.blue .arrow-01::before, .btn-02 a.blue .arrow-01::after {
  background-color: #fff;
}
@media (any-hover: hover) {
  .btn-02 a.blue:hover {
    opacity: 0.8;
  }
}
.btn-02 a.no-shadow {
  box-shadow: none;
}

.btn-03 {
  width: min(419px, 100%);
}
.btn-03 a {
  background: #0C5798;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .btn-03 a {
    font-size: 1.6rem;
  }
}

.btn-04 {
  width: min(376px, 100%);
}
.btn-04 a {
  background: #fff;
  border: 1px solid #0C5798;
  padding: 9px;
  color: #0C5798;
  font-size: 1.8rem;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
@media (max-width: 767px) {
  .btn-04 a {
    padding: 7px;
  }
}
@media (any-hover: hover) {
  .btn-04 a:hover {
    opacity: 1;
    background: #0C5798;
    color: #fff;
  }
}

/******************************************************************
  3■header
*****************************************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 104px;
  border-top: 4px solid #2079C7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #E8F8FF;
  transition: height 0.1s ease;
}
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: center;
}
header .nav li {
  color: #333;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  header .nav li {
    padding: 0 15px;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 100px;
  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: #2079C7;
  color: #2079C7;
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: #2079C7;
  }
  header .nav li a:hover span {
    border-bottom-color: #2079C7;
  }
}
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: #2079C7;
  color: #fff;
  font-weight: bold;
  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: 80px;
    transition: all 0.2s ease;
  }
  header.mini-header .header-logo {
    height: 76px;
  }
  header.mini-header .header-logo img {
    width: 100%;
    transition: width 0.2s ease;
  }
  header.mini-header nav li a {
    height: 76px;
    padding: 15px 0 7px;
    transition: all 0.2s ease;
  }
  header.mini-header nav li.contact-btn a {
    height: 76px;
    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;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  .sm-header {
    width: 100%;
    padding: 0 24px;
  }
  header .header-logo {
    height: 50px;
  }
  .header-logo img {
    width: auto;
    height: 34px;
  }
  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: #2079C7;
    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: #E8F8FF;
    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.8rem;
    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;
  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 .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: #2079C7;
  width: 100%;
  text-align: center;
  font-size: 4vw;
}
@media (max-width: 767px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: 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;
  margin-bottom: 48px;
  text-align: center;
}
.contents-ttl .ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents-ttl .ttl-wrap .ttl-ja {
  color: #0C5798;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .contents-ttl .ttl-wrap .ttl-ja {
    font-size: 3.2rem;
  }
}
.contents-ttl .ttl-wrap .ttl-en {
  position: relative;
  color: #2079C7;
  font-size: 2.4rem;
  line-height: 1;
}
.contents-ttl .ttl-wrap .ttl-en::before, .contents-ttl .ttl-wrap .ttl-en::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background-color: #2079C7;
}
.contents-ttl .ttl-wrap .ttl-en::before {
  left: -48px;
}
.contents-ttl .ttl-wrap .ttl-en::after {
  right: -48px;
}
@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 32px;
  }
  .contents-ttl .ttl-wrap .ttl-ja {
    font-size: 2.8rem;
    padding-bottom: 4px;
  }
  .contents-ttl .ttl-wrap .ttl-en {
    font-size: 1.6rem;
  }
  .contents-ttl .ttl-wrap .ttl-en::before, .contents-ttl .ttl-wrap .ttl-en::after {
    width: 16px;
  }
  .contents-ttl .ttl-wrap .ttl-en::before {
    left: -26px;
  }
  .contents-ttl .ttl-wrap .ttl-en::after {
    right: -26px;
  }
}
.contents-ttl-sub {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.25;
  padding-bottom: 16px;
  margin-bottom: 48px;
  color: #333;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    margin-bottom: 24px;
  }
}
.contents-ttl-sub::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  background-color: #2079C7;
  width: 104px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}

@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: #2079C7;
  padding: 64px 0 32px;
  margin: 0;
  color: #FFF;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer section {
    padding: 32px 0;
  }
}
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.8rem;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-nav-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer-nav-title {
    font-size: 1.7rem;
    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-sub-menu {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-sub-menu {
    font-size: 1.4rem;
  }
}
.footer-sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-sub-menu li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-sub-menu {
    display: none;
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  footer dl {
    border-bottom: 1px solid #fff;
  }
  footer dl .footer-nav-title {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  dd.footer-sub-menu {
    display: block !important;
  }
}
.copyright {
  text-align: center;
  margin: 55px 0 0;
}

footer .ga-pdf {
  padding: 16px 0 0 0;
}

.footer-logo {
  width: 280px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 200px;
  }
}
.footer-logo {
  margin: 0 auto 16px;
  text-align: center;
}
.footer-logo img {
  width: 100%;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  display: none;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  background: #2079C7;
  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%;
  aspect-ratio: 12/5;
}
@media (max-width: 767px) {
  .mainimg img {
    aspect-ratio: 75/86;
  }
}
.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: 96px 0 96px;
}
@media (max-width: 767px) {
  section {
    padding: 56px 0 56px;
  }
}
section p {
  line-height: 1.75;
}
section.section-colored {
  background-color: #E8F8FF;
  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: #E8F8FF;
  opacity: 0.8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.contact .tel-number {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
section.contact .tel-number a {
  color: #0C5798;
}
section.contact .contact-info {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 64px;
  line-height: 1;
}
@media (max-width: 767px) {
  section.contact .contact-info {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  section.contact .contact-info .sp-pt08 {
    padding-top: 8px;
    display: inline-block;
  }
}

.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-md {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.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.8rem;
  }
}

.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: #2079C7;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #2079C7;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  border-left: 4px solid #2079C7;
  padding-left: 8px;
}

.label {
  color: #fff;
  background-color: #2079C7;
  padding: 4px 8px;
}

.blockquote {
  position: relative;
  margin: 0 0 24px;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .blockquote {
    margin-bottom: 16px;
  }
}
.blockquote p {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .blockquote p {
    font-size: 2rem;
  }
}
.blockquote::before, .blockquote::after {
  content: "“";
  font-size: 60px;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  z-index: 2;
}
.blockquote::before {
  left: 0;
  top: 0;
}
.blockquote::after {
  content: "”";
  line-height: 0em;
  right: 0;
  bottom: 0;
}

.colored-box {
  background-color: #E8F8FF;
  border: 1px solid #2079C7;
  padding: 16px;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-colored {
  background-color: #E8F8FF;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

/* リスト関連 */
.dot-list li {
  position: relative;
  padding-left: 21px;
  line-height: 1.875;
}
.dot-list li::after {
  color: #333;
  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 #2079C7;
  border-bottom: 4px solid #2079C7;
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 2px;
}

.img-radius-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: #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 20px 24px 24px;
  }
  .table-list dt {
    width: 25%;
    text-align: center;
    position: relative;
    padding: 24px 12px;
  }
  .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, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #402B24;
    position: absolute;
    right: -4px;
    top: 34px;
    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: #0C5798;
  }
  .table-list dd {
    padding-bottom: 16px;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list dl:last-child dd {
    padding-bottom: 0;
  }
  .table-list.time-line dt {
    position: relative;
    background-color: #fff;
  }
  .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: #402B24;
    position: absolute;
    left: -4px;
    top: 17px;
    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: #2079C7;
  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: -176px;
  padding-top: 176px;
}
@media (max-width: 991px) {
  .anchor {
    margin-top: -150px;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .anchor {
    margin-top: -110px;
    padding-top: 110px;
  }
}

/******************************************************************
  9■news
*****************************************************************/
.news-list {
  position: relative;
}
.news-list::before, .news-list::after {
  position: absolute;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .news-list::before, .news-list::after {
    background-size: 100% 38px;
    height: 38px;
  }
}
.news-list::before {
  background-image: url(../img/top/pc-line-001.png);
  top: 0;
}
@media (max-width: 767px) {
  .news-list::before {
    background-image: url(../img/top/sp-line-001.jpg);
  }
}
.news-list::after {
  background-image: url(../img/top/pc-line-002.png);
  bottom: 0;
}
@media (max-width: 767px) {
  .news-list::after {
    background-image: url(../img/top/sp-line-002.jpg);
  }
}
.news-list ul {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .news-list ul {
    margin-bottom: 40px;
  }
}
.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;
}
@media (min-width: 768px) {
  .news-list ul li a {
    height: 96px;
  }
  .news-list ul li a:hover {
    background-color: #E8F8FF;
  }
}
.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 {
    width: 168px;
    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: #2079C7;
  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 {
  border: 1px solid #bbb;
  padding: 2px 8px;
  background-color: #fff;
  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: #333;
}
@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 #352216;
    border-right: 1px solid #352216;
    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 #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 {
  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 #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: 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: #2079C7;
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open {
  background-color: #2079C7;
  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(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.aspect-ratio-3x2 {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 3/2;
}

.aspect-ratio-16x9 {
  --aspect-ratio-sp: 16/9;
  --aspect-ratio-pc: 16/9;
}

.aspect-ratio-271x173 {
  --aspect-ratio-sp: 271/173;
  --aspect-ratio-pc: 271/173;
}

.aspect-ratio-276x173 {
  --aspect-ratio-sp: 276/173;
  --aspect-ratio-pc: 276/173;
}

.aspect-ratio-312x193 {
  --aspect-ratio-sp: 312/193;
  --aspect-ratio-pc: 312/193;
}

.aspect-ratio img {
  aspect-ratio: var(--aspect-ratio-sp);
}
@media (min-width: 768px) {
  .aspect-ratio img {
    aspect-ratio: var(--aspect-ratio-pc);
  }
}

.bg-dotted {
  position: relative;
  background-image: url(../img/top/contents-bg.svg);
  background-size: 24px;
  background-position: left 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-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: 3198px 0;
  }
}
.d-flex {
  display: flex;
}

@media (min-width: 1400px) {
  .xl-full-width {
    margin: 0 calc(50% - 50vw);
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .sp-mb-16 {
    margin-bottom: 16px;
  }
  .sp-mb-24 {
    margin-bottom: 24px;
  }
  .sp-mb-40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .float-md-right {
    float: right;
  }
}

.ofH {
  overflow: hidden;
}

.list-01 {
  display: flex;
  margin-inline: auto;
  flex-wrap: wrap;
}
.list-01 li.col05 {
  width: calc(50% - 4.5px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-01 li.col05 {
    width: min(248px, 33.3333333333% - 16px);
  }
}
@media (min-width: 992px) {
  .list-01 li.col05 {
    width: calc(20% - 16px);
  }
}
.list-01:has(.col05) {
  gap: 20px;
}
@media (max-width: 767px) {
  .list-01:has(.col05) {
    gap: 9px;
  }
}

.recruit {
  background-image: url(../img/top/pc-recruit-bg-001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit h3 {
  letter-spacing: 0.05em;
}
.recruit .d-flex {
  justify-content: center;
  gap: 40px;
}
.recruit .d-flex .btn-02 {
  margin: 0;
}
@media (max-width: 767px) {
  .recruit .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.contact {
  position: relative;
}
.contact::before, .contact::after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 470px;
  height: 324px;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact::before, .contact::after {
    width: 136px;
    height: 94px;
  }
}
.contact::before {
  background-image: url(../img/top/top-bg-001.png);
  top: 0;
  left: 0;
}
.contact::after {
  background-image: url(../img/top/top-bg-002.png);
  bottom: 0;
  right: 0;
}
.contact .bg-wrap {
  background-color: #E8F8FF;
  padding: 56px 40px;
}
@media (max-width: 767px) {
  .contact .bg-wrap {
    padding: 32px 10px;
  }
}

@media (min-width: 768px) {
  :is(.index-company, .index-flow) .d-flex {
    gap: 40px;
  }
  :is(.index-company, .index-flow) .d-flex .pic {
    flex: 0 0 calc(50% - 20px);
  }
  :is(.index-company, .index-flow) .d-flex .text {
    flex: 1;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  :is(.index-company, .index-flow) .d-flex {
    gap: 80px;
  }
  :is(.index-company, .index-flow) .d-flex .pic {
    flex: 0 0 min(690px, 55%);
  }
}
@media (max-width: 767px) {
  :is(.index-company, .index-flow) .d-flex {
    flex-direction: column;
  }
  :is(.index-company, .index-flow) .d-flex .pic {
    order: 2;
  }
  :is(.index-company, .index-flow) .d-flex .text {
    display: contents;
  }
  :is(.index-company, .index-flow) .d-flex .text .contents-ttl {
    order: 1;
  }
  :is(.index-company, .index-flow) .d-flex .text p {
    order: 3;
  }
  :is(.index-company, .index-flow) .d-flex .text .btn-01 {
    order: 4;
  }
}
@media (min-width: 768px) {
  :is(.index-company, .index-flow) .d-flex.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1400px) {
  :is(.index-company, .index-flow) .container {
    width: 1360px;
    padding: 0;
  }
  :is(.index-company, .index-flow) .container .row {
    margin: 0;
    padding: 0;
  }
  :is(.index-company, .index-flow) .container .row > div {
    padding: 0;
  }
}

.index-business {
  background-image: url(../img/top/pc-business-bg-001.jpg);
  background-size: cover;
  background-position: center;
  overflow: clip;
}
@media (min-width: 1400px) {
  .index-business .list-01 {
    width: min(1320px, 100%);
  }
}
@media (min-width: 768px) {
  .index-business .list-01 {
    justify-content: center;
  }
}
.index-business .list-01 li a {
  position: relative;
  display: block;
  height: max(112px, 100%);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  align-content: center;
  background: linear-gradient(to bottom, #137eb9 0%, #88bdd5 100%);
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .index-business .list-01 li a {
    min-height: max(144px, 100%);
    padding: 48px 16px;
  }
}
@media (min-width: 1400px) {
  .index-business .list-01 li a {
    padding: 70.5px 0;
  }
  .index-business .list-01 li a .hidden-xl {
    display: none !important;
  }
}
.index-business .list-01 li a::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 24px;
  height: 26px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.index-business .list-01 li a .arrow {
  position: absolute;
  right: 8.5px;
  bottom: 7.5px;
  width: 4px;
  height: 8px;
}
.index-business .list-01 li a .arrow::before, .index-business .list-01 li a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5.6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #2079C7;
  transform-origin: calc(100% - 0.5px) 50%;
}
.index-business .list-01 li a .arrow::before {
  transform: rotate(49.4deg);
}
.index-business .list-01 li a .arrow::after {
  transform: rotate(-49.4deg);
}

#news-list section.bg-cream {
  background-color: #fffff4;
}

.tit-sub-01 {
  color: #fff;
  background: #0C5798;
  font-size: 2rem;
  padding: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tit-sub-01 {
    font-size: 2rem;
    padding: 16px;
  }
  .tit-sub-01.letter-space-004 {
    letter-spacing: 0.04em;
  }
}

.tit-sub-02 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 21px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tit-sub-02 {
    margin-bottom: 16px;
    padding-left: 18px;
  }
}
.tit-sub-02::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  height: 100%;
  margin: auto;
  background-color: #0C5798;
}

.tit-sub-03 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-image: linear-gradient(0deg, transparent 0.05em, rgba(32, 121, 199, 0.5) 0.05em, rgba(32, 121, 199, 0.5) 0.5em, transparent 0.5em);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .tit-sub-03 {
    margin-bottom: 16px;
  }
}

.link-list {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .link-list {
    padding: 0 0 32px;
  }
  .link-list .container {
    padding: 0;
  }
}
.link-list ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .link-list ul {
    justify-content: center;
  }
}
.link-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  border-left: 1px solid #B4B4B4;
}
@media (min-width: 768px) {
  .link-list ul li {
    width: 33.3%;
  }
  .link-list ul li:nth-child(3n) {
    border-right: 1px solid #B4B4B4;
  }
  .link-list ul li:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .link-list ul li {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #B4B4B4;
  }
  .link-list ul li:nth-child(odd) {
    border-right: 1px solid #B4B4B4;
  }
}
@media (min-width: 992px) {
  .link-list ul li.col05 {
    width: 20%;
  }
  .link-list ul li.col05:nth-child(3n) {
    border-right: none;
  }
  .link-list ul li.col05:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .link-list ul li.col03 {
    width: 50%;
  }
  .link-list ul li.col03:nth-child(3) {
    margin-top: 32px;
    border-right: none;
  }
  .link-list ul li.col03:nth-child(even) {
    border-right: 1px solid #B4B4B4;
  }
}
.link-list ul li:last-child {
  margin-bottom: 0;
  border-right: 1px solid #B4B4B4;
}
.link-list ul li a {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  height: 54px;
  align-content: center;
}
@media (max-width: 767px) {
  .link-list ul li a {
    font-size: 1.6rem;
  }
}
.link-list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  right: 20px;
}

.dot-list li {
  position: relative;
  padding-left: 21px;
}
.dot-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#company .anchor02 {
  margin-top: -56px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  #company .anchor02 {
    margin-top: -54px;
    padding-top: 54px;
  }
}
#company .link-list {
  background-color: #E8F8FF;
}
@media (min-width: 768px) {
  #company .message-contents figure {
    width: min(550px, 50% - 21px);
    margin: 0 0 20px 42px;
  }
  #company .message-contents .text .blockquote {
    width: min(550px, 50% - 21px);
  }
}
@media (max-width: 767px) {
  #company .message-contents {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #company .outline .table-list dt {
    color: #fff;
  }
}
#company .sdgs-content .layout {
  background-color: #fff;
  padding: 32px 24px;
}
@media (max-width: 767px) {
  #company .sdgs-content .layout {
    padding: 24px 16px;
  }
}
@media (max-width: 991px) {
  #company .sdgs-content .row > div:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  #company .office-list > div:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #company .office-list > div:not(:first-child) {
    margin-top: 40px;
  }
}
#company .office-list .tit-sub-01 {
  padding: 11px 17px;
}
#company .office-list .table-list {
  background-color: #fff;
}
#company .office-list .table-list dl:last-child dt, #company .office-list .table-list dl:last-child dd {
  border-bottom: 1px solid #707070;
}
#company .office-list .table-list dt, #company .office-list .table-list dd {
  border-color: #707070;
}
@media (max-width: 767px) {
  #company .office-list .table-list dt, #company .office-list .table-list dd {
    border-bottom: 1px solid #707070;
  }
}
#company .office-list .table-list dt {
  padding: 16px 8px;
  border-right: none;
}
@media (max-width: 767px) {
  #company .office-list .table-list dt {
    background-color: #fff;
  }
}
#company .office-list .table-list dd {
  padding: 16px 10px;
}
#company .office-list .table-list dd p.lh-2 {
  min-height: 3.5em;
  align-content: center;
}
#company .office-list .table-list a {
  color: #2079C7;
}
#company .office-list .table-list a.blank {
  position: relative;
}
#company .office-list .table-list a.blank::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 7px;
  width: 16px;
  height: 13px;
  background: url("../img/common/btn-link-001.png") center/cover no-repeat;
  margin: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  #company .office-list .table-list a.blank::after {
    bottom: 5px;
  }
}
#company .interview-wrap {
  background-color: #E8F8FF;
  padding: 24px;
}
#company .interview-wrap:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #company .interview-wrap {
    padding: 16px;
  }
  #company .interview-wrap:not(:last-child) {
    margin-bottom: 24px;
  }
}
#company .interview-wrap .text {
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 768px) {
  #company .interview-wrap .text:has(.blockquote) {
    padding: 24px;
    margin-left: 30px;
  }
  #company .interview-wrap .text:has(.blockquote) > p {
    font-size: 1.8rem;
  }
  #company .interview-wrap .text:has(.blockquote) > p span {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #company .interview-wrap .text:has(.blockquote) {
    padding: 16px;
    margin-left: 20px;
  }
  #company .interview-wrap .text:has(.blockquote) .blockquote {
    margin-bottom: 8px;
  }
  #company .interview-wrap .text:has(.blockquote) .blockquote p {
    letter-spacing: 0;
  }
}
#company .interview-wrap .row {
  margin: 0;
}
#company .interview-wrap .row > div {
  padding: 0;
}
#company .interview-wrap .row > div:has(.blockquote) {
  float: right;
}

@media (max-width: 767px) {
  #business .link-list ul li a {
    height: 88px;
  }
}
#business .services-inner {
  width: min(1056px, 100%);
  margin-inline: auto;
}
#business .services-inner .dot-list {
  background-color: #fff;
  border: 1px solid #402B24;
  margin-bottom: 40px;
  padding: 40px 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #business .services-inner .dot-list {
    margin-bottom: 20px;
    padding: 24px 16px;
  }
}
#business .services-inner figure {
  width: min(624px, 100%);
  margin-inline: auto;
}
#business .d-flex:has(.btn-03) {
  justify-content: center;
  row-gap: 24px;
}
@media (min-width: 768px) {
  #business .d-flex:has(.btn-03) {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #business .d-flex:has(.btn-03) {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 767px) {
  #business .d-flex:has(.btn-03) {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #business .d-flex .btn-03 {
    margin-inline: 0;
  }
}
#business .permit-content .dot-list a {
  color: #0C5798;
}

#flow .flow-contents {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #flow .flow-contents {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #flow .flow-contents {
    margin-bottom: 45px;
  }
}
#flow .flow-contents .flow-item {
  position: relative;
  height: 100%;
  display: grid;
}
#flow .flow-contents .flow-item:not(:last-child) {
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  #flow .flow-contents .flow-item:not(:last-child) {
    margin-bottom: 79px;
  }
}
#flow .flow-contents .flow-item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #0C5798 transparent transparent transparent;
  position: absolute;
  margin: 0 auto;
  bottom: -31px;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  #flow .flow-contents .flow-item:not(:last-child)::after {
    bottom: -47px;
  }
}
@media (min-width: 992px) {
  #flow .flow-contents .flow-item {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
#flow .flow-contents .flow-item .text {
  background: #E8F8FF;
}
#flow .flow-contents .flow-item .text .tit-sub-01 {
  padding: 16px;
}
#flow .flow-contents .flow-item .text .text-inner {
  padding: 24px 24px 0 24px;
}
@media (max-width: 991px) {
  #flow .flow-contents .flow-item .text .text-inner {
    padding: 32px 32px 0 32px;
  }
}
@media (max-width: 767px) {
  #flow .flow-contents .flow-item .text .text-inner {
    padding: 16px 16px 0 16px;
  }
}
#flow .flow-contents .flow-item .text .text-inner p:has(+ .btn-02) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #flow .flow-contents .flow-item .text .text-inner {
    padding: 24px;
  }
  #flow .flow-contents .flow-item .text .text-inner p:has(+ .btn-02) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  #flow .flow-contents .flow-item .pic figure {
    height: 100%;
  }
  #flow .flow-contents .flow-item .pic figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  #flow .flow-contents .flow-item .pic {
    background: #E8F8FF;
    padding: 24px 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #flow .flow-contents .flow-item .pic {
    padding: 32px;
  }
}
#flow .flow-contact {
  text-align: center;
  font-weight: bold;
  background-color: #E8F8FF;
  padding: 24px 16px;
}
#flow .flow-contact p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #flow .flow-contact {
    padding: 48px;
  }
  #flow .flow-contact p {
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=common.css.map */