@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.google-sans {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", "Noto Sans JP", "Helvetica Neue", HelveticaNeue, Verdana, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	-webkit-tap-highlight-color:transparent;}
@media only screen and (min-width: 750px) {
body{
	font-size: 15px;
	line-height: 30px;}
}
html{
	height: 100%;}
img{
	display: block;
	max-width: 100%;
	width:100%;
	height:auto;
}
a{	text-decoration: underline;
	font-weight: bold;
	transition: .1s;
	cursor: pointer;}
a:link {color: #ffa69f;}
a:visited {color: #ffa69f;}
a:hover {color: #ffa69f;}
a:active {color: #ffa69f;}
/* 点滅 */
.blinking{
	-webkit-animation:blink 2s infinite;
    -moz-animation:blink 2s infinite;
    animation:blink 2s infinite;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
.pc{
	display: none;}
.sp{
	display: block;}
@media only screen and (min-width: 750px) {
.pc{
	display: block;}
.sp{
	display: none;}
}
/************************************
******hero
************************************/
.container{
	overflow: hidden;
}
header{
	max-width: 1200px;
	width: 100%;
	padding: 0 24px;
	margin: 0 auto;
}
h1{
	font-size: 120%;
}
.hero_catch{
	font-size: 600%;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
.hero_catch_en{
	font-size: 200%;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
/************************************
******profile1
************************************/
.box{
	position: relative;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.box::before,
.box::after{
	content: "";
	position: absolute;
	z-index: -1;
	background: #E1E1E1;
	width: 1px;
	height: 0;
	top: 0;
	bottom: 0;
}
.box::before{
	left: 12px;
	transition: height 2s ease;
}
.box::after{
	right: 12px;
	transition: height 2s ease;
}
.box.is-active::before,
.box.is-active::after{
	height: 100%;
}
.profile1_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 12px;
}
.profile1_left{
	writing-mode: vertical-lr;
	width: 48px;
	line-height: 48px;
	padding: 46px 0 0;
	font-size: 12px;
	flex-shrink: 0;
	flex: 0 0 auto;
	font-weight: bold;
}
.border_top,
.border_bottom,
.border_right{
	position: relative;
}
.border_top::before,
.border_bottom::after,
.border_right::after{
	content: "";
	position: absolute;
	background: #E1E1E1;
}
.border_top::before{
	width: 0;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	transition: width 2s ease;
}
.border_top.is-active::before{
	width: 100%;
}
.border_bottom::after{
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	transition: width 3s ease;
}
.border_bottom.is-active::after{
	width: 100%;
}
.profile1_right{
	width: calc(100% - 48px);
	padding: 40px 16px;
}
.border_right::after{
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	height: 0;
	transition: height 2s ease;
}
.border_right.is-active::after{
	height: 100%;
}
.profile1_gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2px;
	padding: 40px 0;
}
.profile1_gallery a{
	display: block;
	overflow: hidden;
	border-radius: 2px;
	flex: 1;
}
.profile1_gallery a img{
	display: block;
  width: 100%;
  transition: transform 0.8s ease;
}
.profile1_gallery a:hover img{
	transform: scale(1.1);
}
.profile1_gallery .btn-open {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.profile1_gallery .btn-open.is-active {
  opacity: 1;
  transform: translateY(0);
}

.profile1_gallery .btn-open.is-active:nth-child(1) { transition-delay: 0s; }
.profile1_gallery .btn-open.is-active:nth-child(2) { transition-delay: 0.2s; }
.profile1_gallery .btn-open.is-active:nth-child(3) { transition-delay: 0.4s; }
.profile1_gallery .btn-open.is-active:nth-child(4) { transition-delay: 0.6s; }
.profile1_gallery .btn-open.is-active:nth-child(5) { transition-delay: 0.8s; }
.text_fade{
	opacity: 0;
	transition: 1s;
	filter: blur(6px);
}
.text_fade.is-active{
	opacity: 1;
	filter: blur(0);
}
.motion_background{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -200px;
	opacity: 0.15;
}
.group_tools p{
	display: inline-block;
	width: fit-content;
	background: #efefef;
	padding: 2px 12px;
	border-radius: 10px;
	margin: 0 3px 3px 0;
}
@media only screen and (min-width: 750px) {
.box::before{
	left: 20px;
}
.box::after{
	right: 20px;
}
.profile1_wrap{
	padding: 0 20px;
}
.profile1_left{
	width: 64px;
	line-height: 64px;
	padding: 46px 0 0;
	font-size: 14px;
}
.profile1_right{
	width: calc(100% - 64px);
	padding: 40px 24px;
}
}
/************************************
******table
************************************/
table,table tr,table th,table td{
	padding: 0;
	margin: 0;
}
table.company{
	width: calc(100% - 48px);
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	border-collapse: collapse;
	flex-shrink: 0;
}
table.company th,
table.company td{
	vertical-align: top;
}
table.company tr:first-child th,
table.company tr:first-child td{
	padding-top: 40px!important;
}
table.company tr:last-child th,
table.company tr:last-child td{
	padding-bottom: 48px!important;
}
table.company th{
	position: relative;
	color: #999;
	font-weight: bold;
	width: 106px;
	padding: 6px 6px 8px 12px;
}
table.company td{
	width: calc(100% - 106px);
	padding: 4px 12px 8px 12px;
}
table.company td ul{
	padding: 0 0 0 15px;
}
table.company td ul li{
	margin-bottom: 6px;
}
@media only screen and (min-width: 750px) {
table.company{
	width: calc(100% - 64px);
}
table.company th{
	width: 132px;
	padding: 6px 12px 8px 24px;
}
table.company td{
	width: calc(100% - 132px);
	padding: 4px 40px 8px 40px;
}
}
/************************************
******modal
************************************/
	body:has(#modal1:target),
    body:has(#modal2:target),
    body:has(#modal3:target) {
      overflow: hidden;
    }
    .btn-open {
      display: inline-block;
      text-decoration: none;
      transition: filter .2s, transform .1s;
      margin-top: auto;
    }
    .btn-open:hover { filter: brightness(1.1); transform: translateY(-1px); }
    .modal-wrapper {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 1000;
    }
    .modal-wrapper:target { display: block; }
    .modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,.15);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
    }
    .modal-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(640px, 90vw);
      max-height: 85vh;
      overflow-y: auto;
      background: rgba(10,10,10,1.5);
		padding: 24px;
      border-radius: 6px;
      z-index: 1;
		color: #999;
		font-size: 10px;
		font-weight: normal;
		text-align: center;
    }
    .modal-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 28px;
      height: 28px;
      border-radius: 50%!important;
      background: #e5e7eb;
      color: #000;
      text-decoration: none;
      font-size: 0.8rem;
      line-height: 28px;
		font-weight: normal!important;
      text-align: center;
      transition: .3s;
		box-sizing: border-box;
    }
    .modal-close:hover { background: #202020; color: #999;opacity: 1; }
    .modal-actions { margin-top: 24px; display: flex; gap: 8px; }
    /* アニメーション */
    @keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
    @keyframes slideUp {
      from { transform: translate(-50%, -26%); opacity: 0; }
      to   { transform: translate(-50%, -50%); opacity: 1; }
    }
    .modal-wrapper:target .modal-overlay { animation: fadeIn 0.5s ease forwards; }
    .modal-wrapper:target .modal-box     { animation: slideUp 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards; }
/************************************
******youtube
************************************/
#youtube-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 40px 0;
}

#youtube-flex .yt-item {
  flex: 1;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.2s ease, transform 1.2s ease;
	filter: blur(6px);
}

#youtube-flex .yt-item.is-active {
  opacity: 1;
  transform: translateY(0);
	filter: blur(0);
}

/* 順番にフェードイン */
#youtube-flex .yt-item.is-active:nth-child(1) { transition-delay: 0s; }
#youtube-flex .yt-item.is-active:nth-child(2) { transition-delay: 0.2s; }
#youtube-flex .yt-item.is-active:nth-child(3) { transition-delay: 0.4s; }
#youtube-flex .yt-item.is-active:nth-child(4) { transition-delay: 0.6s; }
#youtube-flex .yt-item.is-active:nth-child(5) { transition-delay: 0.8s; }
#youtube-flex .yt-item.is-active:nth-child(6) { transition-delay: 1s; }

#youtube-flex .yt-item a {
  display: block;
  text-decoration: none;
}
.yt-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 16 / 9;
}
.yt-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.yt-thumb-wrap:hover img {
  transform: scale(1.05);
}
.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  pointer-events: none;
  transition: background 0.5s;
}
.yt-thumb-wrap:hover .yt-play-btn {
  background: rgba(255,0,0,0.85);
}

/************ chatbot ************/
#chatbot-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  font-family: sans-serif;
}
#chatbot-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1f1f1f;
  color: #fff;
  font-size: 22px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
#chatbot-box {
  display: none;
  flex-direction: column !important;
  width: 320px;
  height: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  margin-bottom: 12px;
  overflow: hidden;
}
#chatbot-box.is-open {
  display: flex !important;
}
#chatbot-header {
  background: #1f1f1f;
  color: #fff;
  padding: 12px 16px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-shrink: 0;
}
#chatbot-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
#chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.chat-msg {
  max-width: 85%;
  padding: 16px 22px;
  border-radius: 12px;
  word-break: break-word;
}
.chat-msg.user {
  background: #101119;
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}
.chat-msg.bot {
  background: #25252f;
  color: #fff;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
}
#chatbot-suggestions {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  padding: 0 10px 10px;
  flex-shrink: 0;
}
.suggest-btn {
  background: #f3f3f3 !important;
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  padding: 7px 14px !important;
  font-size: 12px !important;
  cursor: pointer;
  text-align: left !important;
  transition: background 0.2s;
  width: 100% !important;
  box-sizing: border-box;
}
.suggest-btn:hover {
  background: #e8e8e8 !important;
}
#chatbot-input-wrap {
  display: flex !important;
  border-top: 1px solid #eee;
  padding: 10px;
  gap: 8px;
  flex-shrink: 0;
}
#chatbot-input {
  flex: 1;
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  outline: none;
  box-sizing: border-box;
}
#chatbot-send {
  background: #1f1f1f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  cursor: pointer;
  flex-shrink: 0;
}
/************ inline chatbot ************/
.midashi{
	text-align: center;
}
.midashi_en{
	font-size: 32px;
	line-height: 54px;
	font-weight: 500;
	padding: 0 12px;
}
.midashi_jp{
	padding: 0 12px;
	font-size: inherit!important;
}
#inline-chatbot {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
	padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#inline-chat-header {
	padding: 48px 12px 20px;
}
.inline-chat-messages_wrap{
	padding: 0 13px;
}
#inline-chat-messages {
  min-height: 200px;
  max-height: 360px;
  overflow-y: auto;
  padding: 16px;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
	background: #171720;
	border-radius: 0;
}
#inline-chat-suggestions {
  display: flex !important;
	flex-wrap: wrap;
  gap: 6px;
  padding: 10px 0;
}
.inline-suggest-btn {
  background: #25252f !important;
  border-radius: 20px !important;
  padding: 7px 16px !important;
  font-size: 13px !important;
  cursor: pointer;
  text-align: left !important;
  width: fit-content;
  box-sizing: border-box;
  transition: background 0.2s;
	outline: none!important;
	border: none!important;
	color: #fff;
}
#inline-chat-input-wrap {
  display: flex !important;
  padding: 12px 0;
  gap: 8px;
}
#inline-chat-input {
  flex: 1;
  border: 1px solid #ddd !important;
  border-radius: 20px !important;
  padding: 16px 16px !important;
  outline: none;
  box-sizing: border-box;
}
#inline-chat-send {
  background: #ff3928 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 16px 20px !important;
  cursor: pointer;
  flex-shrink: 0;
}
@media only screen and (min-width: 750px) {
#inline-chatbot {
	padding: 0 20px;
}
#inline-chat-header {
	padding: 48px 40px 20px;
}
.inline-chat-messages_wrap{
	padding: 0 40px;
}
#inline-chat-messages {
  min-height: 200px;
  max-height: 360px;
  padding: 16px;
	background: #171720;
	border-radius: 20px;
}
#inline-chat-suggestions {
  padding: 10px 16px;
}
#inline-chat-input-wrap {
  padding: 12px 4px;
}
}