@charset "UTF-8";
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* お問い合わせ＆下層ページ基本ヘッディング */
.basic-heading-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  .basic-heading-wrap {
    padding-top: 134px;
  }
}
.basic-heading-inner {
  height: 227px;
  background: url("../img/common/bg_heading.webp") no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #FF8900;
}
.basic-heading-inner h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

/* パンくず */
.breadcrumb {
  background-color: #FFFDD1;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul {
  font-size: 12px;
  column-gap: 16px;
}
.breadcrumb ul li {
  color: #333;
}
.breadcrumb ul li.has-link {
  position: relative;
}
.breadcrumb ul li.has-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 6px / 2);
  color: #333;
  line-height: 1;
  border: 1.5px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  right: -1em;
}
.breadcrumb ul li a {
  color: #333;
  transition: all 0.3s;
}
.breadcrumb ul li a:hover {
  opacity: 0.8;
}

/* 下層ページ基本スタイル */
.sub-wrap {
  width: min(100%, 800px);
  padding: 77px 0 114px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .sub-wrap {
    padding-top: 40px;
  }
}
.sub__heading {
  font-size: 24px;
  text-align: center;
}
.sub__txt {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.sub__d-list {
  font-size: 18px;
  margin-top: 20px;
}
.sub__d-list dt, .sub__d-list dd {
  color: #333;
}
.sub__d-list dd {
  margin-left: 1em;
}
.sub__list {
  margin-top: 20px;
  font-size: 18px;
}
.sub__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sub__list li:not(:first-child) {
  margin-top: 20px;
}
.sub__data {
  font-size: 18px;
}

#business {
  /* 事業概要 */
  /* Access */
  /* Vision */
  /* Mission */
  /* Philosophy */
}
#business .basic-section {
  width: min(100%, 800px);
  margin: 0 auto;
}
#business .summary {
  padding-top: 77px;
}
#business .summary__list dl {
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding: 27px 0 11px;
}
#business .summary__list dl:first-child {
  padding-top: 0;
}
#business .summary__list dl dt, #business .summary__list dl dd {
  color: #333;
}
#business .summary__list dl dt {
  font-weight: bold;
  padding-left: 0.5em;
  float: left;
}
@media screen and (max-width: 520px) {
  #business .summary__list dl dt {
    float: initial;
  }
}
#business .summary__list dl dd {
  margin-left: 7.5em;
}
@media screen and (max-width: 520px) {
  #business .summary__list dl dd {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 520px) {
  #business .summary {
    padding-top: 60px;
  }
}
#business .access {
  padding-top: 70px;
}
#business .access__map {
  margin-top: 31px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 23%;
}
#business .access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #business .access__map {
    padding-top: 40%;
  }
}
#business .access__txt {
  margin-top: 31px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
#business .vision {
  padding-top: 81px;
}
#business .vision__sub-heading {
  margin-top: 31px;
  font-size: 20px;
  text-align: center;
}
#business .vision__txt {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
#business .mission {
  padding-top: 77px;
}
#business .mission__catch {
  margin-top: 31px;
  font-size: 20px;
  text-align: center;
}
#business .mission__txt {
  font-size: 16px;
  color: #333;
  text-align: center;
}
#business .mission__txt:first-of-type {
  margin-top: 15px;
}
#business .mission__txt:last-of-type {
  margin-top: 30px;
}
#business .philosophy {
  padding: 77px 0 141px;
}
#business .philosophy__list {
  margin-top: 53px;
}
#business .philosophy__list dl {
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding: 27px 0 11px;
}
#business .philosophy__list dl:first-child {
  padding-top: 0;
}
#business .philosophy__list dl dt, #business .philosophy__list dl dd {
  color: #333;
}
#business .philosophy__list dl dt {
  font-weight: bold;
  padding-left: 0.5em;
  float: left;
}
@media screen and (max-width: 768px) {
  #business .philosophy__list dl dt {
    float: initial;
  }
}
#business .philosophy__list dl dd {
  margin-left: 24.5em;
}
@media screen and (max-width: 768px) {
  #business .philosophy__list dl dd {
    margin-left: 1.5em;
  }
}