@charset "UTF-8";
/*----------------------------------------------------
	style.css
	リセット・基本・共通スタイル
----------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
html {
  font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
}
body {
  background: url(../../assets/images/bg_page.png) repeat;
  background-size: 100% auto;
  color: #191919;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  overflow-x: hidden;
}
a:link {
  color: #191919;
}

/* テキスト選択時の色 */
::selection {
  background: #dcdcdc;
}
::-moz-selection {
  background: #dcdcdc;
}

/* 画像 */
img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

/* 記事共通部分 */
.list_article dt {
  overflow: hidden;
}
.list_article dt a {
  width: 100%;
  height: 100%;
  display: block;
}
.list_article dt img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: 0.3s all;
  display: block;
}
.list_article dt img:hover {
  transform: scale(1.2);
  transition: 0.3s all;
}
.list_article dd .info {
  padding: 10px;
}
.list_article dd .info span {
  margin: 0 0 0 10px;
  padding: 2px 5px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
}

/* more */
.bt_more a {
  width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 1.8rem;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
}
.bt_more a:after {
  content: url("../../assets/images/bt_contact_arrow.png");
  position: absolute;
  right: -20px;
  transition: all 0.2s;
  transform: scale(0.5);
}
.bt_more a:hover:after {
  right: -30px;
}

/* ---------- rsmcpn 打ち消し ---------- */
.top_component_01__catch {
  text-align: inherit !important;
  align-items: inherit !important;
  justify-content: inherit !important;
}
.mid_component_01,
.mid_component_02,
.mid_component_03,
.mid_component_04,
.mid_component_05,
.mid_component_06,
.mid_component_07,
.mid_component_08,
.mid_component_09_bgcover,
.mid_component_11 {
  padding-top: 0;
  padding-bottom: 0;
}

/*----------------------------------------------------
	Mobile
----------------------------------------------------*/
.sp_index {
  display: inline-block;
}
.pc_index {
  display: none;
}

/* ---------- header ---------- */
#gloval_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}
.bg_header {
  padding: 0 0 10px 0;
  background: #fff;
  opacity: 0.8;
  transition: 0.4s;
}
#gloval_header h1 {
  width: 93px;
  margin: 10px 0 0 10px;
}

/* ナビゲーション */
.bt_gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.bt_gNav span {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all 0.6s;
}
.bt_gNav span:nth-of-type(1) {
  top: 14px;
}
.bt_gNav span:nth-of-type(2) {
  top: 23px;
}
.bt_gNav span:nth-of-type(3) {
  top: 32px;
}
.bt_gNav.active span {
  background-color: #fff;
}
.bt_gNav.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.bt_gNav.active span:nth-of-type(2) {
  opacity: 0;
}
.bt_gNav.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.wrap_gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  position: fixed;
  z-index: 900;
}
.wrap_gNav.active {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.wrap_gNav .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.wrap_gNav .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap_gNav .inner ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.wrap_gNav.active .inner ul li {
  opacity: 1;
  transform: translateY(0);
}
.wrap_gNav.active .inner ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.wrap_gNav.active .inner ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.wrap_gNav.active .inner ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.wrap_gNav.active .inner ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.wrap_gNav.active .inner ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.wrap_gNav.active .inner ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.wrap_gNav .inner ul li a {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-family: "Zen Antique Soft", serif;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s;
}
.wrap_gNav .inner ul li a:hover {
  color: #ccc;
}

/* ---------- footer ---------- */
#gloval_footer {
  width: 100%;
  padding: 60px 30px 30px 30px;
  background: #fff;
}
#gloval_footer .logo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#gloval_footer nav ul {
  width: 100%;
  margin: 50px auto 0;
  padding: 25px 0 80px 0;
  display: flex;
  max-width: 500px;
  justify-content: space-between;
}
#gloval_footer nav ul li {
  padding: 0 25px;
  font-family: "Zen Antique", serif;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
}
#gloval_footer nav ul li:last-child {
  display: none;
}
#gloval_footer .privacy {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  text-align: right;
}
#gloval_footer .copy {
  font-size: 1.4rem;
  text-align: right;
}

/* ---------- ページトップ ---------- */
#pagetop {
  position: fixed;
  bottom: 5%;
  right: 20px;
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  z-index: 99;
  display: block;
}
#pagetop a {
  width: 30px;
  height: 100px;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
  text-align: end;
}
#pagetop a::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMDAiPjxnIGZpbGw9IiMyMjIiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE1ODAiPjxwYXRoIGQ9Ik0xNCAxMCA3IDIwIDAgMTAgNyAwWiIgZGF0YS1uYW1lPSLlpJrop5LlvaIgMSIvPjxwYXRoIGQ9Ik03LjUgMTB2OTBoLTFWMTBaIiBkYXRhLW5hbWU9Iue3miAzMiIvPjwvZz48L3N2Zz4=") no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
  transform: scale(1);
  display: inline-block;
  height: 100px;
  width: 14px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* ---------- スクロールアイコン ---------- */
.ic_scroll {
  display: none;
}

/* ---------- ページトップ ---------- */
#pagetop {
  display: none;
}

/* ---------- index ---------- */
/* メインイメージ */
#mainimage {
  width: 100%;
  height: 100dvh;
  height: 100vh;
  /* background: url(../../assets/images/index/img_mainimage_sp.png) no-repeat; */
  background-size: cover;
  position: relative;
}
#mainimage h1 {
  width: calc(100% - 60px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
#mainimage h1 span {
  font-family: "Zen Antique", serif;
  font-size: 5vw;
  line-height: 1.4;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 3px 3px #ffffff;
}
.top_component_01__catch__bg,
.single_img {
  width: 100%;
  height: 100%;
}
.single_img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/* コンセプト */
#index_concept {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 1240px;
}
#index_concept h2 {
  width: auto;
  margin: calc(-100vw * 360 / 860 / 2) 0 20px 20vw;
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-orientation: upright;
}
#index_concept h2 span {
  margin: -3vw 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  text-orientation: initial;
}
#index_concept .photo {
  width: 100%;
  order: 1;
  grid-area: 1 / 1 / 2 / 2;
}
#index_concept .txt {
  order: 3;
  grid-area: 3 / 1 / 4 / 2;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}
#index_concept .txt p {
  padding: 0 30px 0 30px;
  font-size: 1.6vw;
  line-height: 2;
}
#index_concept .bt_more {
  width: 100%;
  order: 4;
  grid-area: 4 / 1 / 5 / 2;
}

/* 最新情報 */
#index_news {
  width: 100%;
  padding: 70px 0 50px 30px;
  background: url(../../assets/images/index/bg_news_sp.png) no-repeat;
  background-size: cover;
  display: flex;
}
#index_news h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#index_news h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 10px;
}
#index_news .inner {
  width: 100%;
  padding: 0 0 80px 25px;
  overflow: hidden;
}
#index_news .wrap {
  /*max-width: 1000px;*/
  margin-left: auto;
  margin-right: auto;
}
#index_news .slide_news {
  overflow: visible;
  position: relative;
}
#index_news .swiper-slide {
  width: 240px;
}
#index_news .list_article {
  margin: 0 20px 0 0;
  background: #fff;
  font-size: 1.4rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
#index_news .list_article dt {
  width: 100%;
  /*height: 160px;*/
  height: auto;
}
#index_news .list_article dt img {
  aspect-ratio: 227 / 167;
  object-fit: cover;
}
#index_news .list_article dd {
  padding: 10px 5px;
}
#index_news .list_article dd .txt {
  padding: 0 10px 10px 10px;
  line-height: 1.6;
}
#index_news .slide_news .swiper-button-prev,
#index_news .slide_news .swiper-button-next {
  width: 70px;
  height: 30px;
  /*margin-top: calc(170px - (var(--swiper-navigation-size) / 2));*/
  bottom: -80px;
  top: auto;
  left: 0;
}
#index_news .slide_news .swiper-button-prev:after,
#index_news .slide_news .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 30px;
  margin: auto;
}
#index_news .slide_news .swiper-button-prev:after {
  background-image: url(../../assets/images/index/ic_arrow_slide_prev_bk.png);
}
#index_news .slide_news .swiper-button-next:after {
  background-image: url(../../assets/images/index/ic_arrow_slide_next_bk.png);
}
#index_news .slide_news .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 85px);
  right: inherit;
}
#index_news .slide_news .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  /*bottom: var(--swiper-pagination-bottom, -30px) !important;*/
  bottom: -70px;
  left: var(--swiper-navigation-sides-offset, 175px) !important;
}
#index_news .slide_news .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#index_news .slide_news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 0 0;
}
#index_news .slide_news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
#index_news .slide_news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

/* セミナー情報 */
#index_seminar {
  width: 100%;
  padding: 70px 30px 50px;
  max-width: 1240px;
  margin: auto;
}
#index_seminar .wrap {
  display: flex;
}
#index_seminar h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#index_seminar h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 5px;
}
#index_seminar .inner {
  width: calc(100% - 54px);
  padding: 0 0 50px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#index_seminar .list_article {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  display: flex;
  flex: 1;
  gap: 20px;
  justify-content: space-between;
}
#index_seminar .list_article:last-child {
  margin: 0;
}
#index_seminar .list_article dt {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  align-self: flex-start;
  min-width: 80px;
  width: 42%;
}
#index_seminar .list_article dd {
}
#index_seminar .list_article dd .info {
  padding: 5px 0 10px;
}
#index_seminar .list_article dd .txt {
  padding: 5px 0 0 0;
  line-height: 1.5;
}
#index_seminar .bt_more {
  width: 100%;
  display: block;
}

/* 事業内容 */
#index_business {
  width: 100%;
  background: url(../../assets/images/index/bg_business.png) no-repeat;
  background-size: cover;
  display: flex;
  padding: 80px 30px 50px;
}
#index_business h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#index_business h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 10px;
}
#index_business .wrap {
  display: flex;
}
#index_business .inner {
  width: calc(100% - 54px);
  padding: 0 0 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#index_business .list_article {
  width: 100%;
  margin: 0 0 25px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
#index_business .list_article dt {
  width: 100%;
  overflow: hidden;
}
#index_business .list_article dt img {
  transition: 0.5s all;
}
#index_business .list_article dt img:hover {
  transform: scale(1.2);
  transition: 0.5s all;
}
#index_business .list_article dd a {
  padding: 15px 0;
  font-size: 1.8rem;
  text-align: center;
  display: block;
}

/* 会社概要 */
#index_company {
  width: 100%;
  padding: 80px 30px;
}
#index_company .wrap {
  display: flex;
  position: relative;
}
#index_company .wrap h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#index_company .wrap h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 5px;
}
#index_company .wrap .inner {
  width: calc(100% - 54px);
  padding: 0 0 0 20px;
}
#index_company .info_campany {
  margin: 0 0 30px 0;
  font-size: 1.4rem;
}
#index_company .info_campany dt {
  padding: 10px 0 5px 0;
  font-weight: normal;
}
#index_company .info_campany dt:first-child {
  padding: 0 0 5px 0;
}
#index_company .info_campany dd {
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #000;
}
#index_company #maparea {
  width: 100%;
  display: block;
  height: 300px;
}
#index_company #maparea iframe {
  border: none;
  position: absolute;
  left: 0;
  height: 300px;
}

/* 役員紹介 */
#index_director {
  width: 100%;
  padding: 50px 0 120px 30px;
  background: url(../../assets/images/index/bg_director_sp.png) no-repeat;
  background-size: cover;
  display: flex;
}
#index_director > .wrap {
  display: flex;
}
#index_director h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#index_director h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 10px;
}
#index_director .inner {
  width: 100%;
  padding: 40px 0 80px 25px;
  overflow: hidden;
}
#index_director .inner .wrap {
  /*max-width: 1000px;*/
  margin-left: auto;
  margin-right: auto;
}
#index_director .swiper {
  overflow: visible;
}
#index_director .swiper-slide {
  width: 200px;
}
#index_director .list_article {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
#index_director .list_article dt {
  width: 100%;
  /*height: 150px;*/
  height: auto;
}
#index_director .list_article dt img {
  /*height: 120% !important;*/
  aspect-ratio: 227 / 167;
  object-fit: cover;
}
#index_director .list_article dd {
  padding: 15px;
  background-image: linear-gradient(360deg, rgba(192, 192, 192, 1), rgba(255, 255, 255, 1));
}
#index_director .list_article dd .info_dir {
  padding: 0 0 10px 0;
  font-size: 1.8rem;
}
#index_director .list_article dd .info_dir span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 5px;
	margin-top: 5px;
}
#index_director .list_article dd .txt_dir {
  font-size: 1.4rem;
  line-height: 1.7;
}
#index_director .slide_director .swiper-button-prev,
#index_director .slide_director .swiper-button-next {
  width: 70px;
  height: 30px;
  /*margin-top: calc(180px - (var(--swiper-navigation-size) / 2));*/
  bottom: -50px;
  top: auto;
  left: 0;
}
#index_director .slide_director .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 85px);
  right: inherit;
}
#index_director .slide_director .swiper-button-prev:after,
#index_director .slide_director .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 30px;
  margin: auto;
}
#index_director .slide_director .swiper-button-prev:after {
  background-image: url(../../assets/images/index/ic_arrow_slide_prev_wh.png);
}
#index_director .slide_director .swiper-button-next:after {
  background-image: url(../../assets/images/index/ic_arrow_slide_next_wh.png);
}
#index_director .slide_director .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  bottom: var(--swiper-pagination-bottom, -40px) !important;
  left: var(--swiper-navigation-sides-offset, 175px) !important;
}
#index_director .slide_director .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#index_director .slide_director .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 0 0;
}
#index_director .slide_director .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 0;
  border: 1px solid #fff;
  opacity: 1;
}
#index_director .slide_director .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* お問い合わせ */
#common_contact {
  width: calc(100% - 60px);
  margin: -80px auto 50px auto;
  padding: 50px 30px 30px 30px;
  background: url(../../assets/images/index/bg_contact.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#common_contact h2 {
  /*width: 54px;*/
  font-family: "Zen Antique", serif;
  font-size: 4vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#common_contact h2 span {
  margin: -20px 0 0 0;
  font-family: "Cormorant", serif;
  font-size: 3vw;
  letter-spacing: normal;
  display: block;
  margin-left: 10px;
}
#common_contact .inner {
  width: calc(100% - 54px);
  padding: 0 0 0 20px;
}
#common_contact .bt_contact {
  width: 100%;
  position: relative;
}
#common_contact .bt_contact a {
  width: 100%;
  padding: 20px 35px 20px 0;
  color: #000;
  font-family: "Cormorant", serif;
  font-size: 2rem;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
}
#common_contact .bt_contact a:after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTQiPjxnIGZpbGw9IiMyMjIiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE1NzEiPjxwYXRoIGQ9Im05MCAwIDEwIDctMTAgNy0xMC03WiIgZGF0YS1uYW1lPSLjg5HjgrkgNzk5Ii8+PHBhdGggZD0iTTkwIDcuNUgwdi0xaDkwWiIgZGF0YS1uYW1lPSLnt5ogMzIiLz48L2c+PC9zdmc+") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.2s;
  transform: translateY(-50%);
  top: 50%;
  scale: 0.6;
  width: 100px;
  height: 14px;
}
#common_contact .bt_contact a:hover:after {
  right: -20px;
}

/*----------------------------------------------------
	SP
----------------------------------------------------*/
@media screen and (max-width: 639px) {
  #mainimage {
    height: 100%;
  }
  #mainimage h1 {
    bottom: 2.5%;
    top: auto;
    padding: 0;
  }
  #mainimage h1 span {
    /*font-size:6.976vw;*/
    font-size: 8vw;
  }
  #index_concept h2 {
    font-size: 5.813vw;
  }
  #index_concept h2 span {
    font-size: 4.186vw;
    margin-top: -4vw;
    margin-left: 5px;
  }
  #index_concept .txt p {
    font-size: 1.4rem;
  }
  #index_news h2 {
    font-size: 5.813vw;
  }
  #index_news h2 span {
    font-size: 4.186vw;
    margin-left: 5px;
  }
  #index_news .inner {
    padding-bottom: 50px;
  }
  #index_news .slide_news .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
  }
  #index_news .slide_news .swiper-button-prev,
  #index_news .slide_news .swiper-button-next {
    bottom: -50px;
  }
  #index_seminar h2 {
    font-size: 5.813vw;
  }
  #index_seminar h2 span {
    font-size: 4.186vw;
    margin-left: 0;
  }
  #index_seminar .inner {
    gap: 20px;
  }
  #index_seminar .list_article {
    gap: 10px;
  }
  #index_seminar .list_article dd .info {
    padding-bottom: 5px;
  }
  #index_business {
    padding: 50px 30px;
    background: url(../../assets/images/index/bg_business_sp.png) no-repeat;
    background-size: cover;
  }
  #index_business h2 {
    font-size: 5.813vw;
  }
  #index_business h2 span {
    font-size: 4.186vw;
    margin-left: 5px;
  }
  #index_business .inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  #index_company .wrap h2 {
    font-size: 5.813vw;
  }
  #index_company .wrap h2 span {
    font-size: 4.186vw;
    margin-left: 5px;
  }
  #index_director h2 {
    font-size: 5.813vw;
  }
  #index_director h2 span {
    font-size: 4.186vw;
    margin-left: 5px;
  }
  #common_contact h2 {
    font-size: 5.813vw;
  }
  #common_contact h2 span {
    font-size: 4.186vw;
    margin-left: 5px;
  }
  #gloval_footer nav ul {
    max-width: 300px;
  }
}

@media screen and (min-width: 640px) {
  /* ---------- index ---------- */
  /* メインイメージ */
  #mainimage {
    /* background: url(../../assets/images/index/img_mainimage.png) no-repeat; */
    background-size: cover;
    background-position: center center;
  }
  #mainimage h1 {
    max-width: 1040px;
    top: 40%;
    padding: 0;
    width: calc(100% - 100px);
    bottom: auto;
  }
  #mainimage h1 span {
    font-size: 4.8rem;
    line-height: 2;
  }
}

/*----------------------------------------------------
	Tablet〜PC
----------------------------------------------------*/
@media screen and (min-width: 1240px) {
  .sp_index {
    display: none;
  }
  .pc_index {
    display: inline-block;
  }

  /* ---------- header ---------- */
  #gloval_header {
    width: 100%;
    padding-left: calc((100% - 1240px) / 2);
    padding-right: calc((100% - 1240px) / 2);
    display: flex;
    justify-content: space-between;
  }
  #gloval_header h1 {
    width: 124px;
  }

  /* ナビゲーション */
  .bt_gNav {
    display: none;
  }
  .wrap_gNav {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: inherit;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    transition: inherit;
    z-index: 900;
  }
  .wrap_gNav .inner {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: inherit;
    text-align: inherit;
  }
  .wrap_gNav .inner ul {
    margin: inherit;
    padding: 20px 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .wrap_gNav .inner ul li {
    opacity: 1;
    margin: 0 18px;
    transform: inherit;
    transition: inherit;
  }
  .wrap_gNav .inner ul li a {
    display: inline-block;
    padding: 10px;
    color: #000;
    font-family: "Zen Antique Soft", serif;
    font-size: 1.8rem;
    text-decoration: none;
    transition: color 0.3s;
  }
  .wrap_gNav .inner ul li a:hover {
    color: #808080;
  }
  .wrap_gNav .inner ul li:last-child {
    margin-right: 0;
  }
  .wrap_gNav .inner ul li:last-child a {
    width: 250px;
    padding: 13px 40px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    position: relative;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .wrap_gNav .inner ul li:last-child a:after {
    content: "";
    /*content: url("../../assets/images/bt_contact_arrow_wh.png");*/
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIxNCI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTUwIDAgMTAgNy0xMCA3LTEwLTdaIi8+PHBhdGggZD0iTTUwIDcuNUgwdi0xaDUwWiIvPjwvZz48L3N2Zz4=") no-repeat;
    background-size: contain;
    width: 60px;
    height: 14px;
    position: absolute;
    right: 20px;
    transition: all 0.3s;
    /*transform: scale(0.6);*/
  }
  .wrap_gNav .inner ul li:last-child a:hover:after {
    right: -10px;
  }

  /* ---------- スクロールアイコン ---------- */
  .ic_scroll {
    position: absolute;
    left: 100px;
    bottom: 50px;
    font-family: "Zen Antique", serif;
    font-size: 1.6rem;
    writing-mode: vertical-rl;
    display: block;
    z-index: 99;
  }
  .ic_scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    content: "";
    width: 1px;
    height: 150px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: -115px;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  #pagetop {
    right: 50px;
  }

  /* ---------- footer ---------- */
  #gloval_footer {
    width: 100%;
    padding: 60px 30px 30px 30px;
    background: transparent;
  }
  #gloval_footer .inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
  }
  #gloval_footer .logo {
    width: 350px;
  }
  #gloval_footer nav {
    width: calc(100% - 350px);
  }
  #gloval_footer nav ul {
    justify-content: left;
  }
  #gloval_footer nav ul li {
    font-size: 1.8rem;
  }

  /* コンセプト */
  #index_concept {
    padding: 100px 0;
    grid-template-columns: 100px 540px 700px;
    grid-template-rows: 2fr;
    margin-top: 3px;
  }
  #index_concept h2 {
    width: 100%;
    /*margin: 0 0 0 8.064vw;*/
    margin: 0;
    font-size: 4.8rem;
    letter-spacing: 4px;
    grid-area: 1 / 1 / 2 / 2;
    order: 2;
  }
  #index_concept h2 span {
    margin: 8px 0 0 5px;
    font-size: 2rem;
  }
  #index_concept .photo {
    width: 100%;
    order: 3;
    grid-area: 1 / 3 / 2 / 4;
    position: relative;
  }
  #index_concept .photo img {
    width: 48.8vw;
    min-width: 700px;
    position: relative;
    left: 0;
  }
  #index_concept .txt {
    width: 100%;
    padding: 20.161vw 0 0 0;
    order: 2;
    grid-area: 1 / 2 / 2 / 3;
    align-self: flex-end;
  }
  #index_concept .txt p {
    /*padding: 0 30px 0 30px;*/
    padding: 0;
    font-size: 1.6rem;
    max-width: 460px;
  }
  #index_concept .txt p br {
    display: none;
  }
  #index_concept .bt_more {
    /*margin: -100px 0 0 0;*/
    padding: 0;
    grid-area: 2 / 1 / 3 / 4;
    margin-top: 80px;
  }
  /*#index_concept .bt_more a:after { transform: scale(0.5); }*/

  /* 最新情報 */
  #index_news {
    width: 100%;
    padding: 0;
    background: none;
    padding-left: calc((100% - 1240px) / 2);
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
  #index_news h2 {
    width: 100px;
    margin: 0;
    /*margin: 0 0 0 8.064vw;*/
    font-size: 4.8rem;
  }
  #index_news h2 span {
    margin: 3px 0 0 5px;
    font-size: 2rem;
  }
  #index_news .inner {
    width: 100%;
    margin: 50px 0 0 20px;
    padding: 90px 90px 0 90px;
    background: url(../../assets/images/index/bg_news.png) no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #index_news .wrap {
    max-width: 1240px;
    overflow: hidden;
    padding-bottom: 120px;
  }
  #index_news .swiper {
    overflow: visible;
  }
  #index_news .swiper-slide {
    width: 300px;
  }
  #index_news .list_article {
    font-size: 1.6rem;
  }
  #index_news .list_article dt img {
    aspect-ratio: 30 / 22;
  }
  #index_news .list_article dd .info {
    padding: 20px;
  }
  #index_news .list_article dd .txt {
    padding: 0 20px 20px 20px;
  }

  /* セミナー情報 */
  #index_seminar {
    padding: 80px 0 100px;
  }
  #index_seminar h2 {
    width: 100px;
    /*margin: 0 0 0 8.064vw;*/
    margin: 0;
    font-size: 4.8rem;
  }
  #index_seminar h2 span {
    margin: 0;
    font-size: 2rem;
  }
  #index_seminar .inner {
    width: 100%;
    padding: 0 0 80px 110px;
    gap: 45px;
  }
  #index_seminar .list_article {
    padding: 0;
    font-size: 1.4rem;
    gap: 30px;
  }
  #index_seminar .list_article dt {
    width: 210px;
    height: 140px;
  }
  #index_seminar .list_article dd {
    width: calc(100% - 210px);
  }
  #index_seminar .list_article dd .info {
    font-size: 1.8rem;
    padding-top: 0px;
  }
  #index_seminar .list_article dd .info span {
    font-size: 1.4rem;
  }
  #index_seminar .list_article dd .txt {
    padding: 5px 0 0 0;
    font-size: 1.6rem;
  }

  /* 事業内容 */
  #index_business {
    padding: 130px 0;
  }
  #index_business h2 {
    width: 100px;
    /*margin: 0 0 0 8.064vw;*/
    margin: 0;
    font-size: 4.8rem;
  }
  #index_business h2 span {
    margin: 0;
    font-size: 2rem;
  }
  #index_business .wrap {
    max-width: 1240px;
    margin: auto;
  }
  #index_business .inner {
    width: 100%;
    padding: 0 0 0 50px;
    display: grid;
    justify-content: flex-end;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
  }
  #index_business .list_article {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  #index_business .list_article dt {
    width: 100%;
    overflow: hidden;
  }
  #index_business .list_article dd a {
    padding: 15px 0;
    font-size: 2rem;
    text-align: center;
    display: block;
  }

  /* 会社概要 */
  #index_company {
    padding: 130px 0;
    display: flex;
    max-width: 1240px;
    margin: auto;
  }
  #index_company .wrap {
    display: contents;
  }
  #index_company .wrap h2 {
    width: 100px;
    /*margin: 0 0 0 8.064vw;*/
    margin: 0;
    font-size: 4.8rem;
  }
  #index_company .wrap h2 span {
    margin: 0;
    font-size: 2rem;
  }
  #index_company .wrap .inner {
    width: 100%;
    padding: 0 0 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  #index_company .info_campany {
    margin: 0;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #index_company .info_campany dt {
    width: 20%;
    padding: 20px 0;
    border-bottom: 1px dotted #000;
  }
  #index_company .info_campany dt:nth-of-type(1) {
    padding: 0 0 20px;
  }
  #index_company .info_campany dd {
    width: 80%;
    padding: 20px 0;
  }
  #index_company .info_campany dd:nth-of-type(1) {
    padding: 0 0 20px;
  }
  #index_company #maparea {
    height: 100%;
    display: block;
  }
  #index_company #maparea iframe {
    height: 100%;
    position: static;
  }

  /* 役員紹介 */
  #index_director {
    padding: 130px 0 260px;
    background-image: url(../../assets/images/index/bg_director.png);
  }
  #index_director > .wrap {
    max-width: 1240px;
    margin: auto;
  }
  #index_director h2 {
    width: 100px;
    margin: 0;
    font-size: 4.8rem;
  }
  #index_director h2 span {
    margin: 0;
    font-size: 2rem;
  }

  #index_director .inner {
    width: 100%;
    padding: 90px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #index_director .inner .wrap,
  #index_director .swiper-wrapper,
  #index_director .slide_director {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
  }
  #index_director .swiper-container,
  #index_director .swiper-pagination,
  #index_director .swiper-button-prev,
  #index_director .swiper-button-next {
    display: none;
  }
  #index_director .swiper-slide {
    height: auto;
  }
  #index_director .list_article {
    width: calc((100% / 3) - calc(140px / 3));
    margin: 0;
  }
  #index_director .list_article dt {
    height: 210px;
  }
  #index_director .list_article dd {
    padding: 20px 20px 20px;
    height: 280px;
  }
  #index_director .list_article dd .info_dir {
    padding: 0 0 15px 0;
    font-size: 2rem;
  }
  #index_director .list_article dd .info_dir span {
    font-size: 1.4rem;
  }
  #index_director .list_article dd .txt_dir {
    font-size: 1.6rem;
  }
	

  /* お問い合わせ */
  #common_contact {
    width: inherit;
    max-width: 1240px;
    margin: -140px auto 50px auto;
    padding: 0 30px;
    height: 520px;
  }
  #common_contact h2 {
    width: 100px;
    margin: 0 0 0 270px;
    font-size: 4.8rem;
  }
  #common_contact h2 span {
    margin: 0;
    font-size: 2rem;
  }
  #common_contact .inner {
    margin: 0 0 0 -100px;
    position: relative;
  }
  #common_contact .bt_contact {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #common_contact .bt_contact a {
    padding: 40px 0;
    font-size: 3rem;
  }
  #common_contact .bt_contact a:after {
    right: 20px;
    scale: 1;
  }
  #common_contact .bt_contact a:hover:after {
    right: 0;
  }
}

/*==================================
 事業内容
===================================*/
#business_ai_link,
#business_education_link,
#business_content_link {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: inline-block;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #business_ai_link,
  #business_education_link,
  #business_content_link {
    margin-top: -80px;
    padding-top: 80px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline-block;
  }
}
.lower_page .ic_scroll {
  display: none;
}
.business_link_btn {
  background: #fff;
  padding: 100px 0;
  margin: 0 auto;
}
.business_link_btn ul {
  margin: 0 auto;
  width: 65%;
  display: grid;
  gap: 3%;
  grid-template-columns: 31.3% 31.3% 31.3%;
}
@media screen and (max-width: 1000px) {
  .business_link_btn ul {
    width: 94%;
  }
}
.business_link_btn a {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 1000;
  padding: 15px 0;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
  background: linear-gradient(#797979, #404040);
}
.business_link_btn a:hover {
  transition: 0.7s;
  background: linear-gradient(#555555, #212121);
}
.business_ai_wrap {
  background-image: url(/wp-content/uploads/2025/10/bg_business01.jpg);
  background-position: top right;
  background-size: cover;
  padding-top: 60px;
}
.business_education_wrap {
  background-image: url(/wp-content/uploads/2025/10/bg_business02.jpg);
  background-position: top left;
  background-size: cover;
  padding-top: 60px;
}
.business_content_wrap {
  background-image: url(/wp-content/uploads/2025/10/bg_business03.png);
  background-position: top right;
  background-size: cover;
  padding-top: 60px;
}
.business_education_wrap .component_inner {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

#business_ai {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 80px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 1240px;
}
#business_education {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 1240px;
}
#business_content {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 250px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 1240px;
}
#business_ai h2,
#business_content h2 {
  color: #fff;
  width: auto;
  font-family: "Zen Antique", serif;
  font-size: 3vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-orientation: upright;
}
#business_ai h2 span,
#business_education h2 span,
#business_content h2 span {
  color: #fff;
  margin: 0 0 0 10px;
  font-family: "Cormorant", serif;
  font-size: 20px;
  letter-spacing: normal;
  display: block;
  text-orientation: initial;
}
#business_education h2 {
  color: #fff;
  width: auto;
  font-family: "Zen Antique", serif;
  font-size: 3vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  order: 2;
  grid-area: 1 / 3 / 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-orientation: upright;
}
#business_ai .txt {
  font-family: "Zen Antique", serif;
  color: #fff;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  max-width: 570px;
  margin: 130px 0 0 140px;
  padding-bottom: 30px;
}
#business_education .txt {
  font-family: "Zen Antique", serif;
  color: #fff;
  order: 2;
  grid-area: 1 / 3 / 2 / 2;
  max-width: 570px;
  margin: 130px 50px 0 0;
  padding-bottom: 100px;
}
#business_content .txt {
  font-family: "Zen Antique", serif;
  color: #fff;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  max-width: 570px;
  margin: 130px 0 0 140px;
  padding-bottom: 100px;
}
#business_ai .txt h3,
#business_education .txt h3,
#business_content .txt h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
#business_ai .txt p,
#business_education .txt p,
#business_content .txt p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .business_link_btn {
    padding: 50px 0;
  }
  .business_link_btn ul {
    width: 90%;
    display: block;
  }
  .business_link_btn ul li a {
    margin: 0 auto;
  }
  .business_link_btn ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .business_ai_wrap,
  .business_education_wrap,
  .business_content_wrap {
    padding-top: 30px;
  }
  #business_ai,
  #business_education {
    margin: 0 auto;
  }
  #business_content {
    margin: 0 auto;
    padding-bottom: 130px;
  }
  #business_ai h2,
  #business_education h2,
  #business_content h2 {
    font-size: 5vw !important;
    padding-top: 30px;
  }
  #business_ai h2 span,
  #business_education h2 span,
  #business_content h2 span {
    font-size: 3.186vw;
    margin-top: -4vw;
    margin-left: 5px;
    padding-top: 30px;
  }
  #business_ai .txt p,
  #business_education .txt p,
  #business_content .txt p {
    font-size: 1.4rem;
    padding-top: 15px;
  }
  #business_ai .txt h3,
  #business_education .txt h3,
  #business_content .txt h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #business_ai .txt,
  #business_content .txt {
    margin: 30px 0 0 70px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #business_education .txt {
    margin: 30px 30px 0 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*==================================
 会社概要
===================================*/
.company_wrap {
  position: relative;
  padding: 120px 0 80px;
}
.company_wrap .photo {
  width: 30%;
  position: absolute;
  top: 90px;
  left: 10%;
}
.company_wrap .photo img {
  width: 100%;
}
.company_wrap .company_bg {
  background-image: url(/wp-content/uploads/2025/10/bg_information.png);
  background-position: top left;
  background-size: cover;
  width: 80%;
  margin-left: 20%;
}
.company_inner {
  margin: 100px auto 0;
  padding: 70px 20px 100px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 900px;
  position: relative;
}
.company_inner:after {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute; /*絶対位置指定*/
  right: -5%; /*横位置の指定*/
  top: 0%; /*縦位置の指定*/
  background: #fff; /*線の色指定*/
  width: 1px; /*線の幅指定*/
  height: 60%; /*線の高さ指定*/
}
.company_inner h2 span {
  color: #fff;
  margin: 0 0 0 10px;
  font-family: "Cormorant", serif;
  font-size: 20px;
  letter-spacing: normal;
  display: block;
  text-orientation: initial;
}
.company_inner h2 {
  color: #fff;
  width: auto;
  font-family: "Zen Antique", serif;
  font-size: 3vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  order: 2;
  grid-area: 1 / 3 / 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-orientation: upright;
}
.company_inner .txt {
  font-family: "Zen Antique", serif;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  order: 2;
  grid-area: 1 / 3 / 2 / 2;
  max-width: 500px;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 639px) {
  .company_wrap .company_bg {
    width: 90%;
    margin-left: 10%;
  }
  .company_wrap .photo {
    width: 50%;
    top: 20px;
    left: 2%;
  }
  .company_inner {
    margin: 0 auto;
    padding: 180px 20px 70px 0;
  }
  .company_inner h2 {
    font-size: 5vw;
  }
  .company_inner h2 span {
    font-size: 3.186vw;
    margin-top: -4vw;
    margin-left: 5px;
    padding-top: 20px;
  }
  .company_inner .txt p {
    font-size: 1.4rem;
    padding-top: 15px;
  }
  .company_inner .txt h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .company_inner .txt {
    margin: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.company_info {
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr;
  max-width: 1240px;
}
.company_info h2 {
  width: auto;
  font-family: "Zen Antique", serif;
  font-size: 3vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.8vw;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-orientation: upright;
}
.company_info h2 span {
  margin: 0 0 0 10px;
  font-family: "Cormorant", serif;
  font-size: 20px;
  letter-spacing: normal;
  display: block;
  text-orientation: initial;
}
.company_info .txt {
  font-family: "Zen Antique", serif;
  order: 2;
  grid-area: 2 / 1 / 3 / 2;
  margin: 50px 0 0 250px;
  padding-bottom: 100px;
}
.company_info .txt dl {
  font-size: 1.5rem;
  box-shadow: 2px 2px 5px #e3e3e3;
  display: grid;
  gap: 0;
  grid-template-columns: 30% 70%;
  width: 100%;
}
.company_info .txt dl dt {
  padding: 15px;
  text-align: center;
  background: #000;
  color: #fff;
}
.company_info .txt dl dd {
  padding: 15px 30px;
  background: #fff;
}
.company_info .txt dl dt:not(:last-child),
.company_info .txt dl dd:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 639px) {
  .company_wrap {
    padding: 120px 0 40px;
  }
  .company_info {
    margin: 50px auto;
  }
  .company_info h2 {
    font-size: 5vw !important;
    padding-top: 30px;
  }
  .company_info h2 span {
    font-size: 3.186vw;
    margin-top: -4vw;
    margin-left: 5px;
    padding-top: 20px;
  }
  .company_info .txt p {
    font-size: 1.4rem;
    padding-top: 15px;
  }
  .company_info .txt h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .company_info .txt {
    margin: 0 0 0 70px;
    padding: 20px;
  }
  .company_info .txt dl {
    font-size: 1.2rem;
    display: block;
  }
  .company_info .txt dl dt {
    padding: 10px;
    width: 100%;
  }
  .company_info .txt dl dd {
    padding: 10px 15px;
    width: 100%;
  }
  .company_info .txt dl dt:not(:last-child),
  .company_info .txt dl dd:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (max-width: 639px) {
  .company__director_wrap #index_director h2 {
    font-size: 5vw !important;
    padding-top: 30px;
  }
  .company__director_wrap #index_director h2 span {
    font-size: 3.186vw;
    margin-top: -4vw;
    margin-left: 5px;
    padding-top: 20px;
  }
  #index_director .company_box {
    width: 80%;
    margin: 15px auto;
  }
}
/*　philosophy */
#common_contact {
  position: relative;
}
.color-white {
  color: white;
}
.philo-section {
  padding: 180px 0;
  position: relative;
}
.philo-section .sec-content {
  flex: 1;
}
.company-philosophy::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  background: rgba(0, 0, 0, 0.94);
  clip-path: polygon(0 0, 85% 0, 90% 100%, 0 100%);
  width: calc(100% - (50vw - 50%));
  height: 228px;
}
.philo-section .flex {
  display: flex;
}
.philo-section .contents-flex {
  display: flex;
  gap: calc(48 / 1200 * 100%);
  position: relative;
}
.philo-section .sec-ttl {
  writing-mode: vertical-rl;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column-reverse;
}
.philo-section .sec-ttl h2 {
  font-size: 3vw;
  letter-spacing: 0.8vw;
  text-orientation: upright;
  font-family: "Zen Antique", serif;
}
.philo-section .sec-ttl .sub-ttl {
  margin-left: 10px;
  font-family: "Cormorant", serif;
  text-orientation: initial;
  font-size: 2rem;
  font-weight: 500;
}
.company-philosophy {
  padding-top: 100px;
}

.company-philosophy .philo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 110px;
  margin-bottom: 60px;
}
.company-philosophy .philo-list .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  aspect-ratio: 360/313;
  color: white;
  font-family: "Zen Antique", serif;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 16px;
}
.company-philosophy .philo-list .item01 {
  background: url(/wp-content/uploads/2025/10/philo01.png) no-repeat center/contain;
}
.company-philosophy .philo-list .item02 {
  background: url(/wp-content/uploads/2025/10/philo02.png) no-repeat center/contain;
}
.company-philosophy .philo-list .item03 {
  background: url(/wp-content/uploads/2025/10/philo03.png) no-repeat center/contain;
}
.company-philosophy .philo-list .item .num {
  text-align: center;
  font-size: 8rem;
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}
.company-philosophy .philo-list .item .text {
  font-size: 3.5rem;
  color: white;
  font-weight: 700;
  line-height: calc(50 / 35);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 639px) {
  .philo-section {
    padding: 80px 0;
  }
  .company-philosophy::before {
    height: 130px;
  }
  .company-philosophy .philo-list {
    grid-template-columns: 1fr;
  }
  .philo-section .sec-ttl h2 {
    font-size: 5vw;
  }
  .philo-section .sec-ttl .sub-ttl {
    font-size: 3.186vw;
    margin-left: 5px;
  }
  .company-philosophy .philo-list {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .company-philosophy .philo-list .item .num {
    font-size: 5rem;
    margin-bottom: 8px;
  }
  .company-philosophy .philo-list .item .text {
    font-size: 2.6rem;
  }
}

/* 理念 */
.philosophy-philo {
  background: url(/wp-content/uploads/2025/10/philo-bg.jpg) no-repeat center/cover;
}
.philosophy-philo .sec-content .text-wrapper {
  max-width: 460px;
  width: 100%;
  color: white;
}
.philosophy-philo .sec-content .text-wrapper .lead {
  font-size: 1.9rem;
  margin-bottom: 52px;
  font-family: serif;
  font-family: "Zen Antique", serif;
  font-weight: 300;
  line-height: 2;
}
.philosophy-philo .sec-content .text-wrapper .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .philosophy-philo .sec-content .text-wrapper .lead {
    margin-bottom: 24px;
  }
}
/* MVV */
.renou-mvv {
  position: relative;
}
.renou-mvv::before {
  content: "";
  background: url(/wp-content/uploads/2025/10/deco01.png) no-repeat center/contain;
  width: 130px;
  height: 114px;
  position: absolute;
  top: 20px;
  left: calc(138 / 1366 * 100vw);
}
.renou-mvv .sec-content .img-wrapper {
  width: 100%;
  max-width: 494px;
  z-index: 2;
  position: relative;
  margin-right: calc(-100 / 1366 * 100vw);
}
.renou-mvv .sec-content .text-wrapper {
  background: white;
  position: relative;
  z-index: 1;
  /* width: calc(820 / 1200 * 100%); */
  padding: 60px;
  padding-left: 162px;
  margin-top: calc(130 / 1366 * 100vw);
  
}
.renou-mvv .sec-content .text-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: calc(100% + (100vw - 1200px) / 2);
  margin-right: calc(-1*(100vw - 1200px)/2);
}
.renou-mvv .sec-content .text-wrapper .text-content {
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 2;
}
.renou-mvv .sec-content .text-wrapper dl:not(:last-child) {
  margin-bottom: 40px;
}
.renou-mvv .sec-content .text-wrapper dt {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Zen Antique", serif;
  margin-bottom: 8px;
}
.renou-mvv .sec-content .text-wrapper dt .small {
  font-size: 1.6rem;
}
.renou-mvv .sec-content .text-wrapper dd {
  font-family: "Zen Antique", serif;
  font-size: 1.6rem;
  line-height: 2;
}
.renou-mvv .sec-content .text-wrapper dd .big {
  font-size: 150%;
}
@media screen and (max-width:1200px){
  .renou-mvv .sec-content .text-wrapper::after{
    content: none;
  }
  .renou-mvv .sec-content .text-wrapper{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 980px) {
  .renou-mvv .sec-content .text-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .renou-mvv .sec-content {
    flex-direction: column;
  }
  .renou-mvv .sec-content .text-wrapper {
    width: 100%;
    padding-left: auto;
    padding: 20px;
  }
  .renou-mvv .sec-content .text-wrapper dt {
    font-size: 2.8rem;
  }
  .renou-mvv .sec-content .text-wrapper dd .big {
    font-size: 120%;
  }
}
/* コアバリュー */
.core-value {
  background: url(/wp-content/uploads/2025/10/core-value-bg.jpg) no-repeat center/cover;
  padding-bottom: 230px;
}
.core-value .sec-content .value-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 32px;
}
.core-value .sec-content .value-list .item {
  background-color: white;
  padding: 40px 16px;
  flex: 1 1 calc(33.333% - 32px);
  max-width: calc(33.333% - 32px);
}
.core-value .sec-content .value-list .item .img-wrapper {
  margin-bottom: 20px;
}
.core-value .sec-content .value-list .item .text-wrapper hgroup {
  text-align: center;
  font-family: "Zen Antique", serif;
  margin-bottom: 24px;
}
.core-value .sec-content .value-list .item .text-wrapper hgroup h3 {
  font-size: 2.5rem;
}
.core-value .sec-content .value-list .item .text-wrapper hgroup .en-ttl {
  font-size: 3rem;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.core-value .sec-content .value-list .item .text-wrapper hgroup .en-ttl::after {
  content: "";
  height: 2px;
  width: 100px;

  background: linear-gradient(90deg, #fff 0%, #aaa7a7 48.94%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.core-value .sec-content .value-list .item .text-wrapper .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  .core-value {
    padding-bottom: 140px;
  }
  .core-value .sec-content .value-list {
    flex-direction: column;
  }
  .core-value .sec-content .value-list .item {
    width: 100%;
    max-width: unset;
  }
}

/* topページ　ヘッダーの修正 */
.home #gloval_header {
  background: transparent;
  transition: all 0.3s ease;
}
.home #gloval_header .logo-black {
  display: none;
}
.home #gloval_header .logo-white {
  display: block;
}

.home .wrap_gNav .inner ul li a {
  color: white;
}
.home #gloval_header .logo {
  transition: color 0.5s ease;
}
.home #gloval_header.scroll {
  background: white;
}
.home #gloval_header.scroll .logo-black {
  display: block;
}
.home #gloval_header.scroll .logo-white {
  display: none;
}
.home #gloval_header.scroll .wrap_gNav .inner ul li a {
  color: #000;
}
.home #gloval_header.scroll .logo {
  color: #000;
}
@media screen and (min-width: 1240px) {
  .home #gloval_header.scroll .wrap_gNav .inner ul li:last-child a {
    color: white;
  }
}
@media screen and (max-width: 1239px) {
  .home #gloval_header.scroll .wrap_gNav .inner ul li a {
    color: #fff;
  }
}
@media screen and (min-width: 1240px) {
  #index_director .company_box dd {
    height: 585px !important;
  }
}
