@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 共通
====================================================*/
*{
	scroll-behavior: smooth;
}

a{
  transition: 0.3s ease;
}

a:hover{
  opacity: 0.8;
}

@media (max-width: 781px){
  .sp_ta_l{
    text-align: left !important;
  }
  .sp_gap_small.unitone-section>[data-unitone-layout~=gutters]>[data-unitone-layout~=container]>[data-unitone-layout~=stack]{
    gap: 20px !important;
  }
}

/* タイトル */
.wp-site-blocks .title_typeA{
  /* width: calc(100vw - ((100vw - 1300px) / 2));
  max-width: none; */
  width: calc(100vw - 5%);
  margin-left: auto !important;
}


.list_typeA{
  background-color: #eff2f2;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
}
.list_typeA ul{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 781px){
  .list_typeA ul{
    display: block;
  }
}


/* ダミータグを画像に追加 */
.dummy {
  position: relative;
  display: inline-block;
}

.dummy img {
  display: block;
  width: 100%;
  height: auto;
}

.dummy::after {
  content: "仮画像";
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: magenta;
  padding: 4px 12px;
  pointer-events: none;
}

/*  表示・非表示 */
.pc_only{
	display: block !important;
}
.sp_only{
	display: none !important;
}

@media (max-width: 781px){
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block !important;
	}
}

/* ヘッダー
====================================================*/
.contact_btn a::before{
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f0e0";
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 820px){
  .wp-block-navigation__container li a{
    font-size: 14px;
  }
}

/* ハンバーガーメニュー */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container{
  align-items: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container li{
  margin-bottom: 20px;
}

.wp-block-navigation:where(.is-style-unitone,.is-style-unitone-accordion):where(:has(.is-menu-open)) .wp-block-navigation__responsive-container-content>.wp-block-buttons{
  justify-content: center;
}
/* ハンバーガーメニューを781pxで有効にする */
@media (max-width: 781px){
  .unitone-responsive-switcher-container--desktop{
    display: none !important;
  }
  .unitone-responsive-switcher-container--mobile{
    display: block !important;
  }
}



/* フッター
====================================================*/




/* KV
====================================================*/
.kv_news{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
}

.kv_img{
  width: fit-content;
  margin-left: auto;
  aspect-ratio: 24 / 9;
}

.kv_img_sp{
  display: none;
}

.kv_copy{
  width: max-content;
}

.kv_copy span{
	letter-spacing: -0.6em;
}

.kv_copy_sec{
  position: absolute;
  left: 32%;
  top: 33%;
  transform: translateY(-50%);
  border-radius: 10px;
}

.kv_copy_sec_item{
  border-radius: 10px;
}

.kv_copy_sec [data-unitone-layout~=container] {
  width:100%;
}

.kv_btn.pc_only {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

@media (max-width: 1140px){
  .kv_btn.pc_only a{
    padding: 10px;
    font-size: 18px !important;
  }
  .kv_btn.pc_only a::after{
    left: 22px;
  }
}

@media (max-width: 960px){
  .kv_img{
    width: fit-content;
    margin-left: auto;
    aspect-ratio: 2 / 1;
  }
  .kv_img img{
    object-fit: cover;
    height: 100%;
  }
  .kv_news{
    width: 50vw;
  }
}
@media (max-width: 781px){
  .kv_img{
    display: none;
  }
  .kv_img_sp{
    display: block;
  }
   .kv_news {
    width: 100%;
    border-radius: 0 !important;
  }
  .kv_copy_sec {
    position: absolute;
    left: auto;
    right: 0px;
    top: 30%;
    transform: translateY(-50%);
  }
  .kv_copy_sec [data-unitone-layout~=container] {
    padding-left: 0;
    padding-right: 0;
  }
  .kv_copy_sec_item{
    border-radius: 10px 0 0 10px;
    padding: 12px;
    width: 100%;
  }
  .kv_copy_sec_item h2{
     transform: translateX(4px);
  }
  .kv_btn.sp_only{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    width: max-content;
  }
  .kv_btn.sp_only .wp-block-button__link {
    justify-content: space-between;
    font-size: 16px !important;
  }
  .kv_btn.sp_only .wp-block-button__link::before {
    height: 26px;
    width: 26px;
  }
  .kv_btn.sp_only .wp-block-button__link::after {
    left: 25px;
  }
}
@media (max-width: 512px){
  .kv_copy h2{
    font-size: 30px !important;
  }
  .kv_subcopy h2{
    font-size: 18px !important;
  }
}
@media (max-width: 376px){
   .kv_btn.sp_only{
    bottom: 77px;
  }
  .kv_btn.sp_only .wp-block-button__link {
    font-size: 14px !important;
  }
  .kv_copy_sec {
    top: 300px;
  }
}


 

/* トップ　サービス
====================================================*/
.top_service h3{
  background: linear-gradient(90deg,rgba(10, 186, 181, 1) 0%, rgba(10, 186, 181, 1) 0%, rgba(11, 59, 99, 1) 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


/* トップ　代表挨拶
====================================================*/
.top_about_bg{
  position: absolute;
  right: -30px;
  bottom: -10px;
  font-size: clamp(5rem, 3.295rem + 7.27vw, 8.75rem);
  font-weight: 600;
  color: #DCEDED;
  z-index: -10;
}
@media (max-width: 781px){
  .top_about_bg{
    white-space: nowrap;
  }
  .top_about_bg{
    bottom: -30px;
  }
}

/* トップ note埋め込み
====================================================*/
.note-rss-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 781px) {
  .note-rss-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .note-rss-list {
    grid-template-columns: 1fr;
  }
}

.note-rss-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #0B3B63;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
}

.note-rss-link:hover {
  opacity: 0.8;
}

.rss-eyecatch {
  width: 100%;
  height: auto;
  display: block;
}

.rss-content {
  padding: 12px;
}

.rss-date {
  font-size: 0.85rem;
  color: #9f9f9f;
  margin-bottom: 4px;
}

.rss-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 6px;
}

.rss-desc {
  font-size: 0.8rem;
  color: #333;
}


/* CTA
====================================================*/
.home footer .cta{
  display: none;
}

/* 下層共通
====================================================*/
.under_header div.has-background{
  background-position:right;
}
@media (max-width: 410px){
  .under_header.about_header div.has-background {
    background-position: 470px;
  }
  .under_header.service_header div.has-background{
    background-position: 420px;
  }
}


/* サービス
====================================================*/
.service_item_sec{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.service_point{
  display: block !important;
  
}

.service_point > .wp-block-column{
  position: relative;
  border-bottom: 2px solid #0ABAB5;
}

.service_point .service_point_num {
  /* position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%); 
  z-index:10;*/
  color: #3BC8C4;
  opacity: 0.4;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.95;
  text-align: center;
  transform: translateY(-20px);
}

.service_point .service_point_num span{
  font-size: 24px;
  margin-left: 5px;
}

.service_point h3{
  margin-top: 15px !important;
  padding-bottom: 10px;
}

@media (max-width: 1100px){
  .service_point .service_point_num span {
    font-size: 18px;
  }
  .service_point .service_point_num{
    font-size: 50px;
  }
}

@media (max-width: 890px){
  .service_feature_item{
    display: block !important;
  }
  .service_point{
    margin-bottom: 40px !important;
  }
}

@media (max-width: 781px){
  .service_point{
    margin-bottom: 30px;
  }
  .service_point > .wp-block-column{
    margin-bottom: 40px;
  }
   .service_point > .wp-block-column .wp-block-columns{
    gap: 15px;
  }
  .service_point h3{
    margin-top: 0 !important;
    padding-bottom: 20px;
  }
  .service_point .service_point_num {
    font-size: 32px;
  }
  .service_point .service_point_num span {
    font-size: 14px;
  }
}


.table_wrapper{
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th{
  border-color: #ccc;
}

.service_table{
  border-collapse: collapse;
  width: 100% !important;
}

.service_table th,
.service_table td {
  border: 1px solid #ccc;
}

.service_table th:first-of-type{
  border-left: none;
}

.service_table th{
  border-top: none;
}

.service_table th{
  text-align: center !important;
}

.wp-block-table thead th{
  font-weight: normal !important;
}

.service_table thead th:nth-of-type(2){
  background-color: #0ABAB5;
  color: #fff;
  border-right: none;
}

.service_table tr td:first-of-type{
  width: 20%;
  border-left: none;
  background-color: #f2fafa;
}

.service_table tr td:nth-of-type(2){
  font-weight: bold;
  border-right: none;
}

.service_table tr:last-of-type td{
  border-bottom: none;
}

.table_wrapper .table_sp .service_table thead th{
  text-align: center;
  white-space: normal;
  line-height: 1.4;
}

.scroll_text {
  display: inline-block;
  animation: scroll-x 2s linear infinite;
  white-space: nowrap;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(0);
  }
}


@media (max-width: 781px) {
  .service_table_sp th{
    border-left: none;
  }
  .service_table_sp:first-of-type th{
    background-color: #0ABAB5;
    color: #fff;
  }
  .service_table th:first-of-type {
    border-left: #ccc;
  }
  .service_table tr td:first-of-type{
   width: 18% !important;
  }


  /* 横スクロール対応 */
  .table_wrapper {
    margin-top: 5px;
    overflow-x:auto;
    overflow-y:hidden;
  }
  .table_wrapper .wp-block-table {
    width: max-content;
    min-width: 780px;
  }
  .table_wrapper .wp-block-table table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
  }
}



 

/* WELLVYについて(ABOUTページ)
====================================================*/
.about_pofile_01_bg,
.about_pofile_02_bg{
  position: absolute;
  font-size: clamp(20px, 25px + 2vw, 110px);
  font-weight: 600;
  color: #DCEDED;
  z-index: -10;
  opacity: 0.6;
}

.about_pofile_01_bg{
  left: -45px;
  bottom: -55px;
}

.about_pofile_02_bg{
  right: -25px;
  bottom: -25px;
}

.about_num_list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: about-num;
}
@media (max-width: 960px) {
  .about_num_list ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 781px) {
  .about_num_list ul{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.about_num_list ul > li {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 36px 20px 20px;
  overflow: visible;
  text-align: center;
  margin-left: 0;
  font-weight: 900;
}

.about_num_list ul > li::before {
  counter-increment: about-num;
  content: counter(about-num);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0ABAB5;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
  z-index: 1;
}


@media (max-width: 781px){
  .about_kv img{
    object-position: 75% 50% !important;
  }
}

@media (max-width: 1024px){
  .about_pofile_01_bg,
  .about_pofile_02_bg{
    bottom: -45px;
  }
}

@media (max-width: 781px){
  .about_pofile_01_bg,
  .about_pofile_02_bg{
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100vw;
    white-space: nowrap;
  }
}


/* お問い合わせ
====================================================*/
form > p{
	margin-bottom: 20px;
}

.form_title{
	margin-bottom: 10px;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #0B3B63;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  height: 180px;
}

.wpcf7-radio .wpcf7-list-item.first{
	margin-left: 0;
}

input::placeholder,
textarea::placeholder {
  color: #A8A8A8;
}

.submit_btn {
  background-color: #0ABAB5;
  color: #fff;
  font-size: 16px;
	font-weight: bold;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  min-width: 200px;
  padding-left: 30px;
  display: table;
  margin: 0 auto;
  transition: 0.3s ease;
}

.submit_wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
}

.submit_wrapper::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 18px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}

.submit_wrapper::before {
	content: '';
	position: absolute;
	left: 33px;
	top: 33%;
	transform: translateY(-50%);
	display: block;
	background-image: url(/wp-content/uploads/2025/07/btn_arrow.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	z-index: 10;
}

.wpcf7-spinner {
	display: table;
	margin: 20px auto;
}

.submit_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.privacy_check{
	margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 781px){
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}




/* プライバシーポリシー
====================================================*/
.privacy-policy .wp-block-post-title{
  text-align: center;
}


