@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New&display=swap');



/*
  common
-----------------------------------------------------------------*/
html {
font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif!important;
  line-height: 1.8;
  font-size: 1.6em;
  margin: 0;
  width: 100%;
  height:100%;
  color: #000;
}
h1,h2,h3,h4,h5{font-weight: 600;line-height: 1.6;}
h1{font-size: 3rem;}
h2{font-size: 2.2rem;}
h3{font-size: 2rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}
.num{font-family: 'Oswald', sans-serif!important;letter-spacing: 0.03em;}
.i-pc,.b-pc{display: none;}
.i-sp{display: inline;}
.b-sp{display: block;}


a, a:focus, *:focus{
  outline: none;
}
a,a:visited,a:focus,a:hover{
  color: #4184f3;
  text-decoration: none;
}
.a-bk,a.a-bk:visited,a.a-bk:focus,a.a-bk:hover{color:black;text-decoration: none;}
dt,dd{
  font-weight: normal;
  line-height: 1.6em;
}
.cl-bl{color: #004380;}
.cl-lbl{color: #00a7bd;}
.cl-or{color: #ffa00a;}
.font-s{
  font-size: smaller;
  line-height: 1.6;
}
.font-ss{
  font-size: 1.4rem;
}
.bk-wh{background: #fff;}

.bk-gly{background: #eee;}

.hov,.hov img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hov:hover{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov:hover img{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov-tform{
  display: block;
  overflow: hidden;
  position: relative;
}
.hov-tform img {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: auto;
  max-width: 100%;
}
/*
a:hover>div img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
*/


.mb-15{margin-bottom: 15px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}

img{max-width: 100%;}
.img-70{display: block; max-width: 70%; margin: 0 auto;}
.btn-m{display:inline-block;padding:0.2em 1.5em; background: #ddd ;border-radius: 100vh;border:none;}
.btn-rd{background: #EF2938; color: #fff!important;}
.btn-bk{background: #000; color: #fff!important;}

.breadcrumb{background: none;}
.btn-l{
  font-size: 1.8rem;
  border-radius: 4px!important;
  padding: 1.2em 2.4em;
  letter-spacing: 0.1em;
}
.btn-m{
  font-size: 1.6rem;
  padding: 1.2em 2.4em;
  letter-spacing: 0.1em;
}
.btn-s{
  font-size: 1.4rem;
  border-radius: 0;
  padding: 0.5em 2em;
}
.btn-border{border: 2px solid #000; transition: all .3s;}
.btn-border:hover{opacity: 0.7}
.btn-pp{background: #c06be8; transition: all .3s;border: none;color: #fff!important;}
.btn-lbl:hover{opacity: 0.7}
.btn-rd{background: #c7000b; transition: all .3s;}
.btn-rd:hover{opacity: 0.7}
.btn{
  border-radius: 0;
}
a.btn, a.btn:visited{
  color: #333;
}
a.btn-rd ,a.btn-rd:visited{
  color: #fff!important;
}
.btn-l.arrow{padding: 15px 100px 15px 40px;}
.btn-m.arrow{padding: 10px 100px 10px 40px;}

.arrow {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  width: 55px;
  height: 10px;
  border-bottom: 1px solid #fff;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -8px;
  right: 10%;
  margin: auto;
  width: 10px;
  height: 8px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-rd.arrow::after{
  border-bottom: 1px solid #fff;
}
.btn-rd.arrow::before{
  border-top: 1px solid #fff;
}
.font-nb{
  font-family: "Oswald", sans-serif;
}
.text-l-c{text-align: left;}
.text-c-l{text-align: center;}
.box-border{
  border: 1px solid #333;
  padding: 1em;
}

/*layout
-----------------------------------------------------------------*/

.col-15 > div { margin-bottom: 15px;}
.col-30 > div { margin-bottom: 30px;}
.col-45 > div { margin-bottom: 45px;}
.col-60 > div { margin-bottom: 60px;}


.title-section{
  text-align: center;
  margin-bottom: 1.5em;
}
#p-company .title-section{
  text-align: left;
}
.sub-section{
  color: #004380;
  margin-bottom: 2em;
}

section{padding:50px 0 50px;}
section.bk-wh + .bk-wh{padding-top:0;}
.section-page{padding:100px 0 100px}
.section-t0{padding:0 0 60px;}

.cont{
  margin-bottom: 60px;
  }

/*
.container-wrap{
  margin-left: auto;
  margin-right: auto;
  padding:40px 0 40px 0;
}
.container-wrap-top{
  padding:110px 0 40px 0;
}
.container-fluid-0{
  padding:0;
}
.container-page{
  max-width: 1000px;
}
.box-gy-l{
  border: 1px solid #ddd;
  padding: 1rem;
  color: #999;
}*/
.form-control,.btn{
  font-size: 1.5rem;
}
.form-inline{
  margin-bottom: 1em;
}
input,textarea{
  width: 100%!important;
}
/*header
-----------------------------------------------------------------*/


/* transition */
.header{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #000;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header li {
  line-height: 1;
  padding: 0 2em;
}
.header li a {
  display:block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
.header li a .tr-jp,.header li a .tr-en{
  letter-spacing: 0em;
}

.header li a,.header li a:visited,.header li a:focus,.header li a:hover{
  color: #fff;
  text-decoration: none;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
#logo,#logo-head{
  width:140px;
  position:absolute;
  top: 8px;
  z-index: 100;
  line-height: 1.2;
  left: 30px;
  font-size: 3rem;
}



/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  font-size: 2.4rem;
  text-align: center;

}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: background .2s ease-out;
  width: 32px;
  border-radius: 2px
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: rgb(255,255,255);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 2px
}

.header .menu-icon .navicon:before {
  top: 11px;
}

.header .menu-icon .navicon:after {
  top: -11px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 560px;
  padding-bottom: 80px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


@media only screen and (min-width: 230px) {
  .header {
    box-shadow: none !important;
    background-image: none !important;
    position: fixed !important;
  }
  .header li {
    margin:10px auto;
  }
  .header li a{text-align: center;  padding: 0.5em 0;}
  .header li:first-of-type{margin-top:70px;}
  .header li:nth-child(5){margin-bottom:60px;}

}

/*footer
-----------------------------------------------------------------*/
footer{
  padding:6rem 0 3rem;
  color: #fff;
  text-align: center;
  background: #000;
}
.logo-foot img{max-width: 220px; margin: 3em auto 2em;}
#footer-company{font-size: 1.8rem;font-weight: 600;}

.footer-terms a{
  color: #fff;
}

.footer-terms,.footer-terms li{
  padding: 0;
  list-style: none;
  margin-bottom: 0.5em;
  text-align: center;
}
.footer-terms li{
  padding:0 1em;
}

#copy{
  margin-top: 3em;
}

/*top page
-----------------------------------------------------------------*/
.swiper-button-next, .swiper-button-prev{
  z-index: 2!important;
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 0 0 15px !important;
  background: #fff !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-container {
  overflow: hidden;
  position: relative;
  padding-top:60px;
}
.swiper-container img{
  width: 100%;
}
header +.path{
  padding-top: 60px;
}
#top #mv{
  padding-top: 60px;
}
.mv-img  .img-fluid{max-width: 80%;}

.mv-img{
  margin:1em auto 2em;
}
#business .logo-yubipass{
  width: 220px;
  margin: 30px auto 0;
}
#business .logo-bha{
  width: 180px;
  margin: 30px auto 0;
}
#business .logo-epiphany{
  width: 200px;
  margin: 15px auto 0;
}

#business .logo-consulting{
  width: 240px;
  margin: 5px auto 0;
}

#p-health-business .logo-bha{
  width: 240px;
  margin: 0 auto 0;
}
#p-health-business .logo-epiphany{
  width: 240px;
  margin: 0 auto 0;
}
#p-health-business .logo-consulting{
  width: 240px;
  margin: 0 auto 0;
}
.yubipass-block{
  padding:2em 1em;
  border-radius: 20px;
  border: 3px solid #00a7bd;
}
#mv img{width: 100%}
.path{
  background: #808080;
}
.path ,.path a{
  color: #fff;
}
.btn-send{
  background: #f63;
  color: #fff;
  padding: 0.4em 3em;
  font-size: 1.8rem;
  border-radius: 8px;
}
.btn-send:hover{
  color: #fff;
  opacity: 0.8;
}
/*
#mv .catch-wrap{
  justify-content: center;
}
#mv .catch{
  color: #004381;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
#mv .catch img{
  margin-bottom: 1.2em;
  width: 340px;
}
#only{
  overflow: hidden;
}
.only01{
  padding: 1.5em;
}
.only01-img{
  margin-top: -50px;
  margin-right: -30px;
  margin-left: auto;
}
.why-sub{
  margin-bottom: 1.5em;
}
.why-sub span{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.why-box{
  position: relative;
  padding: 2rem 2rem;
  box-shadow: 8px 8px #fff;
  outline: 6px solid #7abed3;;
  background-color: #fff;
}
.next-section{
  color: #004381;
  border-bottom: 2px solid #004381;
  padding-bottom: 4px;
}
.security-sub{
  background: #ca5245;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 0.3em 0;
}
.security-next{
  color: #ca5245;
  padding: 0.3em 0;
  border-bottom: 1px solid #ca5245;
}
.security-caution{
  color: #ca5245;
  padding: 0.3em 0;
  border-bottom: 3px solid #ca5245;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
.protect-sub{
  background: #004381;
  padding: 2px 2px 2px 2px;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

.protect-sub0{
  padding:2px 1em;
 }
.protect-sub1{
 text-align: center;
 padding:2px 0;
}
.protect-sub2{
  flex: 1;
  background: #fff;
  color: #004381;
  padding:2px 1em;

}
.protect-before,.protect-after{
  width: 140px;
  text-align: center;
  padding: 0.3em 1em;
  line-height: 1;
  border-radius: 30px;
  color: #fff;
}
.protect-before{
  background: #999;
 margin-top: 1em;
}
.protect-after{
  background: #00a7bd;
}
.point-ttl {
  position: relative;
  display: inline-block;
  padding: 0 0.8em;
  color: #ef887c;
  font-weight: 800;
}
.point-ttl-l{
  font-size: larger;
}
.point-ttl .nb{
  font-size: x-large;
}
.point-ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #ef887c;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.point-ttl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ef887c;
  border-radius: 3px;
  transform: rotate(25deg);
}
.point-txt{
  background: #fff;
  padding: 1em;
  border-radius: 8px;
  margin-top: -1em;
}


.btn-back{
  background: #999;
  color: #fff;
  padding: 0.4em 3em;
  font-size: 1.8rem;
  border-radius: 8px;
}
.btn-back:hover{
  color: #fff;
  opacity: 0.8;
}*/

.form-submit{
  justify-content: center;
  text-align: center;
  margin-top: 1.5rem;
}
/*  pages
-----------------------------------------------------------------*/
body.page header + section{
  padding-top: 120px;
}
.company-dl dl{
  display: flex;
}
.company-dl dl dt{
  width: 90px;
  margin-right: 30px;
  text-align: justify;
  text-align-last:justify;
}
.company-dl dl dd{
  flex: 1;
}
.case{
  padding:30px 0 ;
  border-top: 1px solid #ddd;
  line-height: 1.4;
}
.case img{
  margin-bottom: 1em;
}
.case h5{
  margin-top: 1em;;
  margin-bottom: 0em!important;
}
/*  media queries
-----------------------------------------------------------------*/
@media only screen and (min-width : 992px) {
  body {
    line-height: 2.2;
    font-size: 1.8rem;
  }
  h1{font-size: 4rem;}
  h2{font-size: 2.8rem;}
  h3{font-size: 2.4rem;}
  h4{font-size: 2rem;}
  h5{font-size: 1.8rem;}
  h1 .main-for{
    font-size: 3.2rem;
  }
  .text-l-c{text-align: center;}
  .text-c-l{text-align: left;}
  .i-sp,.b-sp{display: none;}
  .i-pc{display: inline;}
  .b-pc{display: block;}
  section{padding:80px 0 100px;}

  /*.container-0-sp{padding:0;overflow: hidden;}*/
  .header .menu-icon {
    padding: 40px 30px;
  }
  #logo-head {
    width: 220px;
    top: 20px;
  }
  #footer-menu li{padding:  0 20px;}
  .footer-terms,.footer-terms li{
    text-align: left;
  }

  .row-30 {margin: 0;overflow: hidden;}
  .row-30 > div { padding: 0;}
  header +.path{
    padding-top: 86px;
  }
  #top #mv{
    padding-top: 86px;
  }

  .mv-img{
    margin:3em auto 0;
  }
  .mv-img  .img-fluid{max-width: 100%;}
  .company-dl dl dt{
    width: 100px;
    margin-right: 50px;
  }
/*
  .catch{
    padding-left: 1em;
  }
  .only01{
    padding: 2em 3em 0;
  }
  .point-l{margin-top: 50px;}
  .protect-sub{
    background: #004381;
    padding: 2px 2px 2px 1em;
    display: flex;
    line-height: 1.7;
    flex-direction: row;
  }
  .protect-sub1{
    width: 180px;
    text-align: left;
  }
  .protect-sub2{
    flex: 1;
    padding:0 1em;
  
  }
  .security-caution{
    font-size: 2.6rem;
  }
  body.page header + section{
  	padding-top: 150px;
	}
*/
}

@media only screen and (min-width : 1200px) {

  .col-15 > div ,.col-30 > div ,.col-60 > div { margin-bottom: 0;}
  /*.container-wrap{padding:64px 0 64px 0;}
  .container-wrap-top{padding:150px 0 64px 0;}
  section{padding:100px 0 100px;}
  .section-page{padding:200px 0 100px;}
  .section-t0{padding:0 0 100px;}
  #mv .catch{
    font-size: 3.2rem;
  }*/

  
    
}
}

/* ----------------------------- NEWS ----------------------------- */

.news .section_ttl_en{
	width: 214px;
}
.news_list{
}
.news_list_item{
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}
.news_list_item_date{
	padding: 13px 0 13px 12px;
	width: 150px;
	font-size: 16px;
	line-height: 26px;
	box-sizing: border-box;
}
.news_list_item_txt{
	padding: 13px 0;
	width: 660px;
	font-size: 16px;
	line-height: 26px;
	box-sizing: border-box;
}
.news_list_item_txt a:hover{
	color: #60c1d0;
}
.modal__content p a{text-decoration: underline;}

@media screen and (max-width : 768px){
	.news .section_ttl_en{
		width: 126px;
	}
	.news_list{
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
	.news_list_item_date{
		padding: 11px 0 11px 10px;
		width: 30%;
		font-size: 16px;
		line-height: 20px;
	}
	.news_list_item_txt{
		padding: 11px 10px 11px 0;
		width: 70%;
		font-size: 16px;
		line-height: 20px;
	}
	.news_list_item:first-child .news_list_item_date,
	.news_list_item:first-child .news_list_item_txt{
		padding-top: 0;
	}
	.news_list_item_txt a:hover{
		color: #002b52;
	}
}




        
      .why-n8n-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        color: #333;
      }

/* reason-box レイアウト */
.reason-box {
  background: #548396;
  color: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reason-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reason-icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 4px;
  flex-shrink: 0;
}

.reason-box-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.reason-box-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}


      .workflow-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        color: #333;
      }
      .workflow-diagram {
        max-width: 800px;
        margin: 0 auto;
      }

/* workflow-step 横並びレイアウト */
.workflow-step {
  background: #fff;
  border: 2px solid #999;
  border-radius: 0px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
}

.workflow-icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 4px;
  flex-shrink: 0;
}

.workflow-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workflow-step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.workflow-step-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}

.workflow-arrow {
  text-align: center;
  margin: 10px 0;
}

.workflow-arrow img {
  max-width: 50px;  /* 画像サイズを調整 */
  height: auto;
}
      .inquiry-flow {
        background: white;
        border: 2px solid #ff6b6b;
        border-radius: 8px;
        padding: 20px;
        margin: 30px auto;
        max-width: 300px;
      }
      .inquiry-title {
        color: #ff6b6b;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
      }
      .inquiry-steps {
        font-size: 12px;
        line-height: 2;
        color: #333;
      }
      .enrollment-button {
        background: #ff8c00;
        color: white !important;
        padding: 15px 40px;
        border-radius: 30px;
        font-weight: bold;
        display: inline-block;
        margin-top: 30px;
        text-decoration: none;
        font-size: 16px;
      }
      .enrollment-button:hover {
        background: #ff9d1f;
        color: white !important;
        text-decoration: none;
      }
      .enrollment-button:visited {
        color: white !important;
      }
      

      .enrollment-button2 {
        background: #4b91b8;
        color: white !important;
        padding: 15px 40px;
        border-radius: 30px;
        font-weight: bold;
        display: inline-block;
        margin-top: 30px;
        text-decoration: none;
        font-size: 16px;
      }
      .enrollment-button2:hover {
        background: #59a8d4;
        color: white !important;
        text-decoration: none;
      }
      .enrollment-button2:visited {
        color: white !important;
      }



      /* 開発事例セクション */
      .case-study-section {
        padding: 60px 0;
      }
      .case-study-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        color: #333;
      }
      .case-box {
        background: #eeeeee;
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 20px;
        height: 100%;
      }
      .case-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #fff;
        background: #777;
        padding: 12px 15px;
        border-radius: 8px 8px 0 0;
        margin: -25px -25px 15px -25px;
            text-align: center;
      }
      .case-challenge {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
      }
      .case-challenge strong {
        font-weight: bold;
        display: block;
        border-bottom: 2px solid #999;
        padding-bottom: 5px;
        margin-bottom: 8px;
      }
      .case-solution {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
      }
      .case-solution strong {
        font-weight: bold;
        display: block;
        border-bottom: 2px solid #999;
        padding-bottom: 5px;
        margin-bottom: 8px;
      }
      .case-workflow {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        margin-top: 5px;
      }
      /* n8n公認クリエイターセクション */
      .creator-section {
        padding: 60px 0;
      }
      .creator-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        color: #333;
      }
      .creator-box {
        background: white;
        border: 2px solid #999;
        border-radius: 8px;
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .creator-image {
        width: 100%;
        aspect-ratio: 1 / 1;
        background: #d9d9d9;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
      }
      .creator-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .creator-name {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 16px;
      }
      .creator-specialty {
        font-size: 14px;
  line-height: 1.6;        color: #666;
      }
      /* レスポンシブ対応 */
      @media (max-width: 767px) {
        .creator-box {
          padding: 15px;
        }
        .creator-name {
          font-size: 14px;
        }
        .creator-specialty {
          font-size: 11px;
        }
      }
      @media (max-width: 575px) {
        .creator-box {
          padding: 10px;
        }
        .creator-name {
          font-size: 13px;
        }
        .creator-specialty {
          font-size: 10px;
          line-height: 1.4;
        }
      }
      /* フッター前のCTA */
      .footer-cta {
        background: #1a5f7a;
        color: white;
        text-align: center;
        padding: 40px 20px;
        font-size: 24px;
        font-weight: bold;
      }
/* Contact form radio/checkbox styles (moved from all.css) */
/* Simple inline radios to display like: ○項目1 ○項目2 ○項目3 */
#contact .form-check{
  display: inline-block;
  padding-left: 0;
  margin-right: 1.2rem;
  vertical-align: middle;
}
#contact .form-check-input{
  position: relative !important;
  margin: 0 0.4rem 0 0 !important;
  vertical-align: middle;
  width: auto !important;
}
#contact .form-check-label{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 480px){
  /* On very small screens, stack radios to avoid overflow */
  #contact .form-check{ display: block; margin-right: 0; }
  #contact .form-check-label{ white-space: normal; }
}

/* Hairline separators between radio groups in contact form */
.radio-group{
  /* Use a direct border-bottom so it's always visible; space it to sit between groups visually */
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #cfcfcf;
}
.radio-group:last-of-type{
  border-bottom: none;
}

/* Stronger selector to ensure line appears across the right column */
.form-inline.row > .col-lg-7 > .radio-group{
  width: 100% !important;
  display: block !important;
  border-bottom: 1px solid #cfcfcf !important;
  padding-top: 0rem !important;
  padding-bottom: 1.8rem !important;
  margin-bottom: 0.3rem !important;
}