@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #111111;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_lg {
    width: calc(100% - 48px);
  }
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  transition: background-color 0.8s, box-shadow 0.8s;
}
@media (max-width: 960px) {
  .l_header {
    height: 70px;
  }
}
.l_header_inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
}
.l_header.is-scroll {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.l_header.is-hidden {
  z-index: -1;
}

.l_header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_header-logo_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 960px) {
  .l_header-logo_link {
    flex-direction: row;
    gap: 6px;
  }
}
.l_header-logo_link .__img {
  width: 50px;
}
@media (max-width: 1200px) {
  .l_header-logo_link .__img {
    width: 40px;
  }
}
.l_header-logo_link .__name {
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .l_header-logo_link .__name {
    font-size: 9px;
  }
}
@media (max-width: 960px) {
  .l_header-logo_link .__name {
    font-size: 10px;
    text-align: center;
  }
}

.l_header-nav {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .l_header-nav {
    max-width: 750px;
  }
}
@media (max-width: 960px) {
  .l_header-nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    max-width: 250px;
    height: 100vh;
    padding: 80px 0 40px;
    transform: translateX(calc(100% + 6px));
    transition: 0.5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
}
.l_header-nav.open {
  transform: translateX(0);
}
.l_header-nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 960px) {
  .l_header-nav_list {
    flex-direction: column;
    gap: 24px;
  }
}
.l_header-nav_list-link {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .l_header-nav_list-link {
    font-size: 14px;
  }
}
.l_header-nav_list-link.__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #fff;
  background-color: #ff6816;
}
@media (max-width: 1200px) {
  .l_header-nav_list-link.__contact {
    padding: 10px 16px;
  }
}
.l_header-nav_list-link.__contact .__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}
@media (max-width: 1200px) {
  .l_header-nav_list-link.__contact .__mail {
    width: 16px;
  }
}

.l_header-ham-btn {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
@media (max-width: 960px) {
  .l_header-ham-btn {
    display: block;
  }
}
.l_header-ham-btn .__line {
  width: 65%;
  height: 1.5px;
  border-radius: 200px;
  background-color: #111;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.l_header-ham-btn .__line:nth-child(1) {
  top: 10px;
}
.l_header-ham-btn .__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header-ham-btn .__line:nth-child(3) {
  bottom: 10px;
}
.l_header-ham-btn .__line.open:nth-child(1) {
  top: 19.25px;
  transform: translateX(-50%) rotate(45deg);
}
.l_header-ham-btn .__line.open:nth-child(2) {
  width: 0;
}
.l_header-ham-btn .__line.open:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  bottom: 19.25px;
}

.l_footer {
  background-color: #111;
  width: 100%;
  margin-top: 50px;
  padding-top: 24px;
}
@media (max-width: 960px) {
  .l_footer {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .l_footer {
    margin-top: 24px;
  }
}
.l_footer_inner {
  display: flex;
  gap: 40px;
}
@media (max-width: 960px) {
  .l_footer_inner {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .l_footer_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.l_footer_main-title {
  color: #fff;
}
.l_footer_info-block {
  flex-shrink: 0;
}
.l_footer_info-text {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 960px) {
  .l_footer_info-text {
    font-size: 13px;
  }
}
.l_footer_info-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l_footer_info-list-link {
  display: flex;
  gap: 16px;
}
.l_footer_info-list-icon {
  display: flex;
  align-items: center;
  width: 40px;
}
.l_footer_info-content {
  width: 100%;
}
.l_footer_info-list-address {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.l_footer_info-list-descript {
  font-size: 13px;
  color: #aaa;
}
.l_footer_info-form {
  width: 100%;
}
.l_footer_info-form-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
}
.l_footer_info-form-inner input, .l_footer_info-form-inner textarea {
  padding: 10px 12px;
  width: 100%;
}
@media (max-width: 560px) {
  .l_footer_info-form-inner input, .l_footer_info-form-inner textarea {
    font-size: 14px;
  }
}
.l_footer_info-form-block {
  width: 100%;
}
.l_footer_info-form-block.__half {
  width: calc(50% - 10px);
}
.l_footer_info-form-area {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.l_footer_info-form-title {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 560px) {
  .l_footer_info-form-title {
    font-size: 14px;
  }
}
.l_footer_info-form-text {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}
@media (max-width: 960px) {
  .l_footer_info-form-text {
    font-size: 12px;
  }
}
.l_footer_info-form-text a {
  text-decoration: underline;
  display: inline-block;
  padding: 0 3px;
}
.l_footer_info-form-submit {
  max-width: unset !important;
  margin-top: 12px;
}
.l_footer_copyright {
  padding: 16px 0;
  color: #aaa;
  text-align: center;
  border-top: 0.5px solid #aaa;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.085em;
}
@media (max-width: 560px) {
  .l_footer_copyright {
    font-size: 10px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-response-output {
  color: #fff;
}

.wpcf7-spinner {
  background: #fff;
  margin-top: 16px;
}
.wpcf7-spinner::before {
  background-color: #000;
}

.m_btn {
  background-color: #ff6816;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 50px;
  border: 2px solid #ff6816;
  position: relative;
}
@media (max-width: 560px) {
  .m_btn {
    max-width: 220px;
    font-size: 14px;
    height: 45px;
  }
}
.m_btn.__white {
  background-color: #fff;
  color: #ff6816;
}
.m_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg) translate(-135%, -50%);
  position: absolute;
  right: 36px;
  top: 50%;
}
@media (max-width: 560px) {
  .m_btn::before {
    width: 6px;
    height: 6px;
    border-width: 1.5px;
    right: 24px;
  }
}

.m_section-title {
  display: flex;
  flex-direction: column;
}
.m_section-title .__en {
  font-size: 14px;
  font-weight: 700;
  color: #ff6816;
}
@media (max-width: 560px) {
  .m_section-title .__en {
    font-size: 12px;
  }
}
.m_section-title .__jp {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media (max-width: 560px) {
  .m_section-title .__jp {
    font-size: 32px;
  }
}

.m_section-flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .m_section-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.m_section-flex.__reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .m_section-flex.__reverse {
    flex-direction: column;
  }
}
.m_section-flex_content {
  width: 45%;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .m_section-flex_content {
    width: 100%;
    padding: 0;
  }
}
.m_section-flex_img {
  width: 55%;
}
@media (max-width: 768px) {
  .m_section-flex_img {
    width: 100%;
  }
}

body.is-fixed {
  overflow: hidden;
}

.mv {
  background: url(../img/mv_bg.jpg) center/cover;
  width: 100%;
  padding: 120px 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv {
    padding: 90px 0 60px;
  }
}
.mv_inner {
  position: relative;
}
.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv_catchcopy {
  font-size: 52px;
  font-family: serif;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media (max-width: 560px) {
  .mv_catchcopy {
    font-size: 36px;
  }
}
.mv_text-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .mv_text-wrap {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .mv_text-wrap {
    margin-top: 130px;
  }
}
.mv_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px #fff;
}
@media (max-width: 768px) {
  .mv_text {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .mv_text {
    font-size: 13px;
    text-shadow: 0 0 2px #fff;
  }
}
.mv_btn-wrap {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mv_btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.mv_logo {
  width: 220px;
  position: absolute;
  top: 45%;
  left: 650px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .mv_logo {
    width: 150px;
    left: 500px;
  }
}
@media (max-width: 768px) {
  .mv_logo {
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    width: 100px;
  }
}
@media (max-width: 560px) {
  .mv_logo {
    top: 116px;
    width: 80px;
  }
}

.news {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.news_inner {
  max-width: 800px;
}
.news_list {
  width: 100%;
  margin-top: 16px;
}
.news_list-item {
  border-bottom: 2px solid #ff6816;
}
.news_list-title-wrap {
  cursor: pointer;
  padding: 16px 16px;
  display: flex;
  gap: 40px;
  width: 100%;
  align-items: center;
}
@media (max-width: 960px) {
  .news_list-title-wrap {
    gap: 4px 20px;
  }
}
@media (max-width: 560px) {
  .news_list-title-wrap {
    flex-wrap: wrap;
    gap: 4px 12px;
  }
}
.news_list-title-wrap .__date {
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .news_list-title-wrap .__date {
    width: 100%;
    font-size: 12px;
  }
}
.news_list-title-wrap .__title {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 560px) {
  .news_list-title-wrap .__title {
    width: calc(100% - 44px);
    font-size: 14px;
  }
}
.news_list-title-wrap .__arrow {
  width: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #ff6816;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.news_list-title-wrap .__arrow::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-top: 2px solid #ff6816;
  border-right: 2px solid #ff6816;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(45deg);
}
.news_list-content {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.news_list-content.is-active {
  pointer-events: visible;
  opacity: 1;
}
.news_list-content-inner {
  width: 90vw;
  max-width: 750px;
  height: 70vh;
  padding: 40px;
  background-color: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 560px) {
  .news_list-content-inner {
    height: 85vh;
    padding: 30px 30px;
  }
}
.news_list-close-btn {
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
  cursor: pointer;
}
@media (max-width: 560px) {
  .news_list-close-btn {
    width: 30px;
  }
}
.news_list-close-btn::before, .news_list-close-btn::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #111;
  position: absolute;
  left: 0;
}
.news_list-close-btn::before {
  transform: rotate(45deg);
  top: 19.25px;
}
@media (max-width: 560px) {
  .news_list-close-btn::before {
    top: 14.25px;
  }
}
.news_list-close-btn::after {
  transform: rotate(-45deg);
  bottom: 19.25px;
}
@media (max-width: 560px) {
  .news_list-close-btn::after {
    bottom: 14.25px;
  }
}
.news_list-content-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}
.news_list-content-scroll {
  overflow: scroll;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news_list-content-scroll::-webkit-scrollbar {
  display: none;
}
.news_list-content-article .__thumbnail {
  margin-bottom: 24px;
}
.news_list-content-article .__thumbnail img {
  margin-top: 0 !important;
}
.news_list-content-article p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .news_list-content-article p {
    font-size: 14px;
  }
}
.news_list-content-article img {
  margin: 16px 0;
}

.strength {
  padding: 40px 0;
}
.strength_top-title {
  align-items: center;
}
.strength_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .strength_list {
    gap: 8px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.strength_list-item {
  width: calc(16.66% - 5px);
  border: 2px solid #eee;
  padding: 16px 0;
}
@media (max-width: 960px) {
  .strength_list-item {
    width: 32.5%;
  }
}
@media (max-width: 560px) {
  .strength_list-item {
    width: calc(50% - 4px);
  }
}
.strength_list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .strength_list-icon {
    transform: scale(0.9);
  }
}
.strength_list-icon.__02 img {
  width: 60px;
}
.strength_list-icon.__03 img {
  width: 55px;
}
.strength_list-icon.__04 img {
  width: 60px;
}
.strength_list-icon.__05 img {
  width: 60px;
}
.strength_list-icon.__06 img {
  width: 60px;
}
.strength_list-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
}
.strength_list-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .strength_list-text {
    font-size: 12px;
  }
}

.business {
  padding: 40px 0;
}
.business_name {
  font-size: 20px;
  color: #ff6816;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 560px) {
  .business_name {
    font-size: 18px;
  }
}
.business_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 2px;
  max-width: 360px;
  margin-top: 8px;
}
@media (max-width: 960px) {
  .business_list {
    gap: 2px 12px;
  }
}
.business_list-item {
  display: flex;
  gap: 6px;
  align-items: center;
  width: calc(50% - 4px);
  font-weight: 500;
}
@media (max-width: 960px) {
  .business_list-item {
    width: auto;
    gap: 3px;
  }
}
@media (max-width: 560px) {
  .business_list-item {
    font-size: 14px;
  }
}
.business_list-item .__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
}
.business_text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .business_text {
    font-size: 15px;
  }
}
.business_img {
  background: url(../img/business_img01.jpg) center/cover;
  height: 360px;
  position: relative;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
@media (max-width: 560px) {
  .business_img {
    height: 240px;
  }
}
.business_img-title {
  font-size: 32px;
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: "Zen Old Mincho", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .business_img-title {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .business_img-title {
    font-size: 24px;
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 560px) {
  .business_img-title {
    bottom: 16px;
    left: 16px;
    font-size: 20px;
  }
}

.message_text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .message_text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.message_img {
  background-image: url(../img/message.jpg);
}
.message_company-name {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.message_owner-name {
  font-size: 16px;
  text-align: right;
  font-weight: 500;
}
.message_owner-name .__name {
  font-weight: 700;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  margin-left: 12px;
}

.welfare-voice_wrap {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
@media (max-width: 960px) {
  .welfare-voice_wrap {
    flex-direction: column;
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .welfare-voice_wrap {
    margin-top: 40px;
  }
}

.welfare {
  width: calc(30% - 20px);
}
@media (max-width: 960px) {
  .welfare {
    width: 100%;
  }
}
.welfare_list {
  margin-top: 10px;
}
.welfare_list-item {
  display: flex;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid #eee;
}
.welfare_list-item:nth-child(n+2) {
  margin-top: 12px;
}
.welfare_list-icon {
  width: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .welfare_list-icon {
    width: 36px;
  }
}
.welfare_list-title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .welfare_list-title {
    font-size: 18px;
  }
}
.welfare_list-text {
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 560px) {
  .welfare_list-text {
    font-size: 13px;
  }
}

.voice {
  width: calc(70% - 20px);
}
@media (max-width: 960px) {
  .voice {
    width: 100%;
  }
}
.voice_list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .voice_list {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.voice_list-item {
  width: 31%;
  border: 1px solid #eee;
  padding: 24px 16px;
}
@media (max-width: 768px) {
  .voice_list-item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 560px) {
  .voice_list-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .voice_list-item:last-child {
    width: 100%;
  }
}
.voice_list-icon {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #111;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.voice_list-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.voice_list-text {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  margin-top: 8px;
}
.voice_list-name {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.company {
  margin-top: 80px;
}
@media (max-width: 960px) {
  .company {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .company {
    margin-top: 40px;
  }
}
.company_flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 960px) {
  .company_flex {
    flex-direction: column;
  }
}
.company_list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 12px);
}
@media (max-width: 960px) {
  .company_list {
    width: 100%;
  }
}
.company_list-item {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 20px 28px;
  width: 50%;
}
@media (max-width: 768px) {
  .company_list-item {
    padding: 16px 20px;
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .company_list-item {
    width: 100%;
    padding: 12px 12px;
    gap: 16px;
  }
}
.company_list-item::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 560px) {
  .company_list-item::before {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.company_list-item:nth-child(odd) {
  padding-left: 0;
}
@media (max-width: 560px) {
  .company_list-item:nth-child(odd) {
    padding-left: 12px;
  }
}
.company_list-item:nth-child(even) {
  padding-right: 0;
}
@media (max-width: 560px) {
  .company_list-item:nth-child(even) {
    padding-right: 12px;
  }
}
.company_list-item:nth-child(2)::before {
  display: none;
}
@media (max-width: 560px) {
  .company_list-item:nth-child(2)::before {
    display: block;
  }
}
.company_list-item:last-child::before {
  display: none;
}
.company_list-icon {
  display: flex;
  align-items: center;
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company_list-icon {
    width: 32px;
  }
}
.company_list-content-title {
  font-size: 16px;
  font-weight: 700;
}
.company_list-content-text {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 560px) {
  .company_list-content-text {
    font-size: 13px;
  }
}
.company_map {
  width: calc(50% - 12px);
  aspect-ratio: 2/1;
}
@media (max-width: 960px) {
  .company_map {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company_map {
    aspect-ratio: 4/3;
  }
}
.company_map iframe {
  width: 100%;
  height: 100%;
}

.page-privacy_content {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .page-privacy_content {
    padding: 80px 0 40px;
  }
}
.page-privacy_content h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 560px) {
  .page-privacy_content h1 {
    font-size: 24px;
  }
}
.page-privacy_content p {
  font-size: 16px;
  margin: 12px 0;
}
@media (max-width: 560px) {
  .page-privacy_content p {
    font-size: 14px;
  }
}
.page-privacy_content h2 {
  font-size: 18px;
  font-weight: 700;
  border-left: 6px solid #111;
  border-bottom: 2px solid #111;
  padding-left: 4px;
  padding-bottom: 2px;
  margin: 32px 0 16px;
}
.page-privacy_content ul {
  margin: 12px 12px;
}
.page-privacy_content li {
  padding-left: 1.15em;
  position: relative;
}
@media (max-width: 560px) {
  .page-privacy_content li {
    font-size: 14px;
  }
}
.page-privacy_content li::before {
  content: "⚫︎";
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_pc {
  display: none;
}
@media (max-width: 1200px) {
  .u_break_pc {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_target {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 960px) {
  .u_target {
    padding-top: 70px;
    margin-top: -70px;
  }
}/*# sourceMappingURL=style.css.map */