@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);

:root {
    --whitecolor: #ffffff;
    --blackcolor: #3e3e3e;
    --color1: #cccccc;
    --color2: #e14c68;
    --color3: #ebeff4;
    --color4: #e6eaf0;
    --contents-width: 750px;
}

body {
	width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--blackcolor);
  background-color: var(--color12);
}
html{
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width:750px){
	html{
		font-size: 1.333vw;
	}
}
/*************
画像関連
*************/
picture{
    display: block;
}
img{
    max-width: 100%;
    height:auto;
    /*
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    image-rendering: pixelated;
    */
}
.image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*************

*************/
.full-none{
    display: none;
}
.xs-block{
    display: none;
}
.box-shadow{
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}
mark.yellow{
    background-color: #f8ebc9;
}
.red{
    color: red;
}

/*************
header
*************/
header{

}
/*************
main
*************/
main{
    background-color: var(--whitecolor);
}
/*************
section
*************/
section{
    width: var(--contents-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
section .contents{
    margin-left: auto;
    margin-right: auto;
    width: calc( 100% - 8rem);
}
section p{
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 1em;
}
section p:last-of-type{
    margin-bottom: 0;
}
/*************
kv
*************/
#kv{

}
/*************
floating-banner
*************/
.floating-banner{
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: all 0.75s ease-in-out;
  z-index: 9999999;
  max-width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
}
.floating-banner.UpMove{
  bottom: 0;
}
.floating-banner.btn-wrap {
  background-color: var(--color1);
  padding: 2rem 3rem;
}
.floating-banner.btn-wrap .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.floating-banner.btn-wrap a{
  display: block;
  border-radius: 2rem;
  color: var(--whitecolor);
  background: linear-gradient(180deg, var(--color2) 0%, var(--color2) 100%);
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*************
cta
*************/
.cta{
  position: relative;
}
.cta .btn_cta{
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 63.1rem;
}
.cta .btn_cta:hover{
    opacity: 0.8;
}
/*************
cta2
*************/
.cta2{
  position: relative;
}
.cta2 .btn_cta{
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 63.1rem;
}
.cta2 .btn_cta:hover{
    opacity: 0.8;
}
/*************
section1
*************/
#section1{
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.logo_group{
  display: block;
  width: 64.5rem;
  margin-left: auto;
  margin-right: auto;
}
/*************
section2
*************/
#section2{
  background-color: var(--color3);
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
/*************
diag
*************/
#diag{
    padding-top: 7rem;
}
#diag h2{
    width: 61.7rem;
    margin-left: auto;
    margin-right: auto;
}
#diag .step-form{
    margin-top: 8rem;
    margin-bottom: 5rem;
    overflow: hidden;
}
#diag .step-form.loading{
    position: relative;
}
#diag .step-form.loading .loading-text{
    position: absolute;
    bottom: 30rem;
    left: 0;
    right: 0;
    width: fit-content;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(135deg, var(--color2) 0%, var(--color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#diag .step-form.loading::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-color: var(--whitecolor);
    opacity: 0.9;
}
#diag .step-form.loading::after{
    content: "";
    display: block;
    color: var(--color2);
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
#diag .step-form form{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#diag .step-form .step-title{
    margin-bottom: 5rem;
}
#diag .step-form .step-title h3{
  width: 67.8rem;
  margin-left: auto;
  margin-right: auto;
}
#diag .step-form .step{
    display: block;
    position: relative;
    height: max-content;
    margin-bottom: 5rem;
}
#diag .step-form .step:nth-of-type(2n){
    background-color: var(--color10);
}
#diag .step-form .step h4{
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.4;
    margin-bottom: 8rem;
}
#diag .step-form .step.active{
    display: block;
}
#diag form input[type="text"]{
    border: 2px solid #b2b2b2;
    background-color: var(--whitecolor);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    font-size: 1.6rem;
    width: 100%;
}
#diag form input[type="number"]{
    border: 2px solid #b2b2b2;
    background-color: var(--whitecolor);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    font-size: 1.6rem;
    width: 100%;
}
#diag form input[type="email"]{
    border: 2px solid #b2b2b2;
    background-color: var(--whitecolor);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    font-size: 1.6rem;
    width: 100%;
}
#diag form input[type="tel"]{
    border: 2px solid #b2b2b2;
    background-color: var(--whitecolor);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    font-size: 1.6rem;
    width: 100%;
}
#diag form select{
    border: 2px solid #b2b2b2;
    background-color: var(--whitecolor);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    font-size: 1.6rem;
    width: 100%;
}
#diag form .select-wrap{
    position: relative;
}
#diag form .select-wrap:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    pointer-events: none;

}
#diag form input[type="radio"] {
    display: none;
}
#diag form input[type="radio"]:checked + label {
    background: linear-gradient(135deg, var(--color2) 0%, var(--color2) 100%);
    color: var(--whitecolor);
}
#diag form input[type="radio"] + label{
    display: block;
    outline: 0.3rem solid var(--color2);
    border-radius: 1rem;
    padding: 1.25rem 1rem;
    text-align: center;
    background-color: var(--whitecolor);
    font-size: 3.4rem;
    color: var(--color2);
    margin-bottom: 2rem;
    line-height: 1.45;
    height: 100%;
    display: grid;
    align-items: center;
}
#diag form input[type="radio"] + label:hover {
    background: linear-gradient(135deg, var(--color2) 0%, var(--color2) 100%);
    color: var(--whitecolor);
}
#diag form .bottom-wrap{
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: fit-content;
}
#diag form .bottom-wrap p{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
#diag form .bottom-wrap p a{
    color: var(--color2);
}
#diag form .btn-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
}
#diag form .btn-wrap .btn{
    display: block;
    border-radius: 5px;
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 2.4rem;
    width: 7em;
    margin-left: auto;
    margin-right: auto;
    font-family: "Zen Old Mincho", serif;
}
#diag form .btn-wrap .btn-next{
    background: linear-gradient(135deg, var(--color2) 0%, var(--color2) 100%);
    color: var(--whitecolor);
}
#diag form .btn-wrap .btn-back{
    display: block;
    outline: 1px solid var(--color2);
}
#diag form .btn-wrap .btn-submit{
    background: linear-gradient(135deg, var(--color2) 0%, var(--color2) 100%);
    color: var(--whitecolor);
    width: max-content;
    max-width: 100%;
    padding: 1.25rem 3rem;
}

#entry form .birth{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
}
#diag form .row2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    align-items: stretch;
    grid-gap: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    
}
#diag form label.error{
    color: red;
    font-size: 1.8rem;
    display: block;
    margin-top: 1rem;
    line-height: 1.45;
}
/**shindan_banner**/
.shindan_banner{
    width: 74.9rem;
    margin-left: auto;
    margin-right: auto;
}
/*************
section3
*************/
#section3{
    margin-top: -2rem;
}
#section3 .btn-wrap{
    background-color: var(--color11);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#section3 .btn-wrap .grid-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    grid-gap: 1.5rem;
    gap: 1.5rem;
}
#section3 .btn-wrap a{
    display: block;
    border-radius: 2rem;
    color: var(--whitecolor);
    background: linear-gradient(180deg, var(--color5) 0%, var(--color6) 100%);
    outline: 0.5rem solid var(--whitecolor);
    font-size: 3.8rem;
    line-height: 1.4;
    text-align: center;
    padding: 2.5rem 1rem;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.16);
    text-shadow: 0 2px 8px #20734b, 0 0px 4px rgba(0,0,0,0.23);

    display: flex;
    align-items: center;
    justify-content: center;
}
#section3 .btn-wrap a:hover{
    opacity: 0.8;
}
#section3 .btn-wrap a p{
    font-size: inherit;
    line-height: inherit;
}

/*************
section4
*************/
#section4{
  padding-bottom: 10rem;
  background-color: var(--color3);
}
.ranking{

}
.ranking h2{
    width: 74.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}
.ranking table{
    width: 100%;
    background-color: var(--whitecolor);
    border-radius: 2rem;
}
.ranking table tr td{
    width: 33.3333%;
}
.ranking table thead{ 
    
}
.ranking table thead .rank-icon{ 
    
}
.ranking table thead .rank-icon td{ 
    vertical-align: middle;
}
.ranking table thead .rank-icon td img{ 
    width: 15rem;
}
.ranking table thead .imgae-wrap td{ 
    vertical-align: middle;
}
.ranking table thead .imgae-wrap td img{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ranking table thead .name-wrap td{
    vertical-align: middle;
}
.ranking table thead .name-wrap td p{
    font-size: 2rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-weight: bold;
}
.ranking table tbody{ 
    
}
.ranking table tfoot .btn-wrap td{ 
    vertical-align: middle;
}
.ranking table tfoot .btn-wrap td a{
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking table th{
    font-size: 2.4rem;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem;
    line-height: 1.4;
    background-color: var(--color1);
}
.ranking table td{
    font-size: 2.2rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2rem;
}
.ranking table tbody td p{
    font-size: 2rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.ranking table .rank-icon td{
    text-align: center;
}
.ranking table .btn-wrap a{
    display: block;
    border-radius: 2rem;
    color: var(--whitecolor);
    background: linear-gradient(180deg, var(--color2) 0%, var(--color2) 100%);
    outline: 0.5rem solid var(--whitecolor);
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
    padding: 2.5rem 1rem;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.16);
    text-shadow: 0 2px 8px var(--color2), 0 0px 4px rgba(0,0,0,0.23);
}
.ranking table .btn-wrap a:hover{
    opacity: 0.8;
}
.ranking .icon{
    position: relative;
}
.ranking .icon:before{
    display: block;
    font-size: 8rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 90%;
    margin-bottom: 1rem;
}
.ranking .maru2:before{
    content: "◎";
    color: red;
}
.ranking .maru:before{
    content: "○";
    color: orange;
}
.ranking .sankaku:before{
    content: "△";
    color: blue;
}
/*************
section5
*************/
#section5{
  
}
/*************
section6
*************/
#section6{

}
#report h2{
  margin-left: auto;
  margin-right: auto;
}
#report .report-wrap{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#report .report-wrap:last-of-type{
  margin-bottom: 0;
}
#report .report-wrap h3{
  width: 70.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  position: relative;
}
#report .report-wrap h3 .ic{
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 8rem;
  width: fit-content;
  cursor: pointer;
}
#report .report-wrap h3 .ic:after{
  content: "";
  display: block;
  background-image: url(../images/ic_open02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.4rem;
  aspect-ratio: 194 / 42;
}
#report .report-wrap.active h3 .ic:after{
  background-image: url(../images/ic_close02.png);
}
#report .report-wrap .accordion{
  display: none;
}

/*************
section7
*************/
#section7{

}
/*************
section8
*************/
#section8{
  padding-top: 7rem;
}
#column{

}
#column h2{
  width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
}
#column .column-wrap{
  margin-top: 12rem;
  margin-bottom: 5rem;
  background-color: var(--color4);
  padding-bottom: 5rem;
}
#column .column-wrap:last-of-type{
  margin-bottom: 0;
}
#column .column-wrap h3{
  position: relative;
  width: 61rem;
  margin-left: auto;
  margin-right: auto;
  top: -5rem;
  margin-bottom: -5rem;
}
#column .column-wrap h3 .ic{
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: fit-content;
  cursor: pointer;
}
#column .column-wrap h3 .ic:after{
  content: "";
  display: block;
  background-image: url(../images/ic_open.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  aspect-ratio: 70 / 71;
}
#column .column-wrap.active h3 .ic:after{
  background-image: url(../images/ic_close.png);
}
#column .column-wrap .accordion{
  width: 57rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  display: none;
}


/*************
next-contents
*************/
#next-contents{
    display: none;
}
#next-contents.active{
    display: block;
}
/*************
footer
*************/
footer{

}
footer .footer1{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url(../images/footer_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .footer1 h2{
    margin-left: 0;
    max-width: 33%;
    margin-bottom: 2.5rem;
}
footer .footer1 h3{
    color: var(--whitecolor);
    font-size: 1.8rem;
}
footer .footer1 p{
    color: var(--whitecolor);
    font-size: 1.6rem;
    line-height: 1.6;
}
footer .footer1 .company1{
    margin-top: 4rem;
}
footer .footer1 .company1 p{
    margin-bottom: 0.5em;
}
footer .footer1 .company2{
    margin-top: 4rem;
}
footer .footer1 .company2 p{
    margin-bottom: 0.5em;
}
footer #copyright{
    background-color: var(--blackcolor);
}
footer .footer1 .company2 span{
    display: block;
    margin-left: 5em;
}
footer #copyright p{
    text-align: center;
    color: var(--whitecolor);
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media screen and (max-width:750px){
    .full-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
    /*************
    header
    *************/

    /*************
    kv
    *************/
    
    
    /*************
    footer
    *************/
    
}


/*************
main（info）
*************/
body#info main {
  background-color: var(--whitecolor);
  padding-top: 5rem;
  padding-bottom: 8rem;
}

/* 共通レイアウト：すでにある section / .contents を利用 */
body#info section {
  width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

body#info section .contents {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8rem);
}

/*************
運営情報
*************/
#company-info {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

#company-info h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.3rem solid var(--blackcolor);
  line-height: 1.4;
}

/* dlレイアウト */
#company-info dl {
  margin: 0;
  padding: 3rem 3rem 2rem;
  background-color: var(--color3);
  border-radius: 1.5rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 16rem 1fr;
  column-gap: 3rem;
  row-gap: 1.5rem;
}

#company-info dt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}

#company-info dd {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.8;
}

#company-info a {
  color: var(--color2);
  text-decoration: underline;
}

/*************
本サイトについて
*************/
#note-section {
  padding-top: 1rem;
  padding-bottom: 0;
}

#note-section h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding-left: 1.2rem;
  border-left: 0.5rem solid var(--color2);
  line-height: 1.4;
}

/* 注意書きブロック */
#note-section .note-block {
  background-color: var(--color4);
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

#note-section .note-block:last-of-type {
  margin-bottom: 0;
}

#note-section .note-block h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

#note-section .note-block p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1em;
}

#note-section .note-block p:last-of-type {
  margin-bottom: 0;
}

#result{
  display: none;
}
#result.active{
  display: block;
}
/*************
main レスポンシブ
*************/
@media screen and (max-width: 750px) {
  body#info main {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  body#info section .contents {
    width: calc(100% - 4rem);
  }

  #company-info dl {
    padding: 2.5rem 2rem 2rem;
    display: block;
  }

  #company-info dt {
    margin-top: 1.5rem;
  }

  #company-info dt:first-of-type {
    margin-top: 0;
  }

  #company-info dd {
    margin-top: 0.5rem;
  }

  #note-section .note-block {
    padding: 2rem 1.8rem 1.8rem;
  }
}

/*************
症例切り替え (Case Study Tabs)
*************/
.case-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--blackcolor);
}
.case-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.case-tabs li {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  background-color: var(--color3);
  color: var(--blackcolor);
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.case-tabs li.active {
  background-color: var(--color2);
  color: var(--whitecolor);
  box-shadow: 0 4px 10px rgba(225, 76, 104, 0.3);
}
.case-tabs li:hover {
  opacity: 0.8;
}
.case-content-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.case-content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
.case-content.active {
  display: block;
}
.case-content img {
  width: 100%;
  display: block;
  border-radius: 2rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 750px) {
  .case-title {
    font-size: 4vw;
  }
  .case-tabs li {
    font-size: 3.5vw;
    padding: 2vw 3vw;
  }
}

.case-detail {
  margin-top: 2rem;
  padding: 2.5rem;
  background-color: var(--color3);
  border-radius: 1.5rem;
}
.case-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.case-detail dt {
  width: 25%;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color2);
  padding: 1.2rem 0;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
.case-detail dd {
  width: 75%;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.4;
}
.case-detail dt:nth-last-of-type(1),
.case-detail dd:nth-last-of-type(1) {
  border-bottom: none;
}
.case-detail .note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1.5rem;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .case-detail {
    padding: 4vw;
  }
  .case-detail dt {
    width: 35%;
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }
  .case-detail dd {
    width: 65%;
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }
  .case-detail .note {
    font-size: 2.8vw;
  }
}

/*************
クリニック一覧 (Clinic List)
*************/
.clinic-list-wrap {
  background-color: #fcf9f2;
  padding: 4rem 2rem;
  border-radius: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.clinic-group {
  margin-bottom: 4rem;
}
.clinic-group:last-of-type {
  margin-bottom: 0;
}
.clinic-group-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #5c2018;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.clinic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
}
.clinic-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b79f69;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}
.clinic-grid a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .clinic-list-wrap {
    padding: 6vw 4vw;
  }
  .clinic-group {
    margin-bottom: 8vw;
  }
  .clinic-group-title {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .clinic-grid {
    gap: 3vw;
  }
  .clinic-grid a {
    font-size: 3.8vw;
    padding: 3vw 2vw;
  }
}