@charset "UTF-8";
/* CSS Document */

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
 margin:0;
 padding:0;
 border:0;
}
ul,ol,dl,nav{
 list-style:none;
}
html {
 box-sizing:border-box;
 scroll-behavior:smooth;
}
.clearfix::after {
  content: "";
  display: table;   /* or block */
  clear: both;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none; /* iOS/Safari対応 */
  appearance: none;         /* モダンブラウザ対応 */
}
body{
 font-family: "Noto Sans JP", "BIZ UDPGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,system-ui,sans-serif;
 font-size:16px;
 font-size:1rem;
 background:#FFF;
 color: #333333;
 position:relative;
 overflow-x:hidden;
 -webkit-text-size-adjust:100%;
 -webkit-font-feature-settings:"palt";
 font-feature-settings:"palt";
}
a,a:hover{
 text-decoration:none;
 cursor: pointer;
}
img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  border: none;
}
button {
 cursor: pointer;
 -webkit-appearance:none;
 appearance: none;
 outline:none;
 border:none;
}
.noto-sans-jp-nomal {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
.noto-sans-jp-mid {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}
.overpass-mid {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}
.solway-regular {
  font-family: "Solway", serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  line-height: 1;
}

/********** header *************/
header{
  width:calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
  padding:19px 0;
  box-sizing: border-box;
}
#h-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-logo{
  text-align: left;
  display: flex;
  height:28px;
  flex-shrink: 0;
  align-items: center;
}
.main-logo h1{
  width:115px;
}
.main-logo h1 img{
  width:100%;
  height: auto;
}
.main-logo span.sub-ttl{
  border-left: 1px solid #000;
  margin-left:9px;
  padding-left:9px;
  font-size:13px;
  font-size: 0.8125rem;
  color: #000;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:bold;
  line-height: 1.2;
}
.main-logo span.sub-ttl span{
  display: block;
}
ul.global-menu{
  display:none;
}
.search-window {
  display:none;
}

/********** MV *************/
.mv-area{
   background-color:#f5f5f5;
   width: 100%;
   height:220px;
   margin: 0 auto;
   padding: 0;
   position: relative;
}
.mv{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  width:calc(100% - 30px);
}
.device{
  width:134px;
  line-height: 0;
}
.device img{
  height:202px;
  width: auto;
}
.mv-detail{
  margin-left:11px;
  box-sizing: border-box;
  width:calc(100% - 134px);
  margin-top: 3%;
}
.mv-detail h2{
  max-width:98px;
  height: auto;
}
.mv-detail h2 img{
  width: 100%;
  height: auto;
}
.mv-detail h3{
  font-size:13px;
  font-size: 0.8125rem;
  color: #333;
  font-weight: 600;
  margin:2% 0 4% 0;
  line-height: 1.4;
}
.mv-detail h3 br,
.mv-detail .dl-btn{
  display: none;
}
.dl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: 1em .5em;
  background-color: #000;
  color: #fff;
  font-size:14px;
  font-size: 0.875rem;
  position: relative;
  font-weight:600;
  box-sizing: border-box;
}
.dl-btn::after {
  width:14px;
  height:14px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:2.5%;
  vertical-align: middle;
}

/********** score *************/
.score-area{
  margin:14px auto 27px;
  text-align: center;
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  width:calc(100% - 30px);
  box-sizing: border-box;
}
.pv-uu-score{
  background:#E0C1DB;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  flex: 1;            
  aspect-ratio: 112 / 107; 
  max-width:183px;
  max-height:174px;  
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.x-score{
  background:#EDF6FD;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  flex: 1;            
  aspect-ratio: 112 / 107;
  max-width:183px;
  max-height:174px;   
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pv-uu-score dl dt{
  font-size:12px;
  font-size: 0.75rem;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-height: 1.5em;
  font-weight: bold;
}
.pv-uu-score dl dd{
  font-size:17px;
  font-size: 1.0625rem;
  color: #333;
  font-weight:bold;
  padding: 0;
}
.pv-uu-score dl dd span{
  display: block;
  text-align: right;
  font-size:10px;
  font-size: 0.625rem;
}
.pv-uu-score > .caption{
  font-size:8px;
  font-size: 0.5rem;
  color:#333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 100%;
}
.x-score dl dt{
  font-size:12px;
  font-size: 0.75rem;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-height:.6em;
}
.x-score dl dd{
  font-size:17px;
  font-size: 1.0625rem;
  color: #333;
  font-weight:bold;
  padding: 0;
  position: relative;
}
.x-score dl dd span{
  display: block;
  text-align: right;
  font-size:10px;
  font-size: 0.625rem;
  color: #333;
  margin-right:0;
}
.x-score > .caption{
  font-size:8px;
  font-size: 0.5rem;
  color:#333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 100%;
}
.x-score dl dd span a::after{
  content: '';
  /*background:url('../img/link-icon.svg');*/
  background-position: center;
  width:13px;
  height:13px;
  position:absolute;
  vertical-align: middle;
  bottom: 1px;
  margin-left: 2px;
  background-size: cover;
}
@media screen and (min-width:480px) {
.pv-uu-score dl dt{
  font-size:15px;
  font-size: 0.9375rem;
}
.pv-uu-score dl dd{
  font-size:19px;
  font-size: 1.1875rem;
}
.pv-uu-score dl dd span{
  font-size:12px;
  font-size: 0.75rem;
}
.pv-uu-score > .caption{
  font-size:11px;
  font-size: 0.6875rem;
}
.x-score dl dt{
  font-size:15px;
  font-size: 0.9375rem;
  min-height:1.2em;
}
.x-score dl dd{
  font-size:19px;
  font-size: 1.1875rem;
}
.x-score dl dd span{
  font-size:12px;
  font-size: 0.75rem;
}
.x-score > .caption{
  font-size:11px;
  font-size: 0.6875rem;
}
.x-score dl dd span a::after{
  width:15px;
  height:15px;
  bottom: 1px;
  margin-left: 2px;
}
.mv-area{
   height:255px;
}
.mv-detail h3{
  font-size:15px;
  font-size: 0.9375rem;
  margin:1% 0 3% 0;
  line-height: 1.4;
}
.mv-detail{
  width:calc(100% - 154px);
  margin-top:1.5%;
}
.dl-btn {
  width:80%;
  max-width:244px;
  box-sizing: border-box;
}
.dl-btn::after {
  width:16px;
  height:16px;
  right:3%;
}
.device{
  width:154px;
}
.device img{
  height:232px;
}
.mv-detail h2{
  max-width:105px;
}
}
@media screen and (min-width: 530px) {
.pv-uu-score dl dt{
  font-size:17px;
  font-size: 1.0625rem;
}
.pv-uu-score dl dd{
  font-size:21px;
  font-size: 1.3125rem;
}
.pv-uu-score dl dd span{
  font-size:14px;
  font-size: 0.875rem;
}
.pv-uu-score > .caption{
  font-size:12px;
  font-size: 0.75rem;
}
.x-score dl dt{
  font-size:17px;
  font-size: 1.0625rem;
  min-height:1.5em;
}
.x-score dl dd{
  font-size:21px;
  font-size: 1.3125rem;
}
.x-score dl dd span{
  font-size:14px;
  font-size: 0.875rem;
}
.x-score > .caption{
  font-size:12px;
  font-size: 0.75rem;
}
.x-score dl dd span a::after{
  width:18px;
  height:18px;
  bottom: 1px;
  margin-left: 2px;
}
.x-score::after{
  width:115px;
  height:42px;
  top:5px;
  left: 5px;
  background-size: 42px 42px, 115px 42px;
}
.mv-detail h2{
  max-width:120px;
}
}
@media screen and (min-width:600px) {
.mv-area{
   height:280px;
}
.mv-detail h3{
  font-size:15px;
  font-size: 0.9375rem;
  margin:1% 0 3% 0;
  line-height: 1.4;
  max-width:400px;
}
.mv-detail{
  width:calc(100% - 171px);
  margin-top:1.5%;
  max-width:400px;
}
.dl-btn {
  width:80%;
  max-width:244px;
  box-sizing: border-box;
}
.dl-btn::after {
  width:16px;
  height:16px;
  right:3%;
}
.device{
  width:171px;
}
.device img{
  height:258px;
}
}
@media screen and (min-width:700px) {
.pv-uu-score dl dt{
  font-size:19px;
  font-size: 1.1875rem;
}
.pv-uu-score dl dd{
  font-size:23px;
  font-size: 1.4375rem;
}
.pv-uu-score dl dd span{
  font-size:16px;
  font-size:1rem;
}
.pv-uu-score > .caption{
  font-size:13px;
  font-size: 0.8125rem;
}
.x-score dl dt{
  font-size:19px;
  font-size: 1.1875rem;
  min-height:1.7em;
}
.x-score dl dd{
  font-size:23px;
  font-size: 1.4375rem;
}
.x-score dl dd span{
  font-size:16px;
  font-size: 1rem;
}
.x-score > .caption{
  font-size:13px;
  font-size: 0.8125rem;
}
.x-score dl dd span a::after{
  width:20px;
  height:20px;
  bottom: 1px;
  margin-left: 2px;
}
}
@media screen and (max-width:416px){
.mv-area{
   height:220px;
}
.mv-detail h3{
  font-size:13px;
  font-size: 0.8125rem;
  margin:1% 0 3% 0;
  line-height: 1.4;
  max-width:400px;
}
.dl-btn {
  width:100%;
  max-width:244px;
  padding: .8em .5em;
  box-sizing: border-box;
}
.dl-btn::after {
  width:14px;
  height:14px;
  right:4%;
}
}

/********** メディアの強み *************/
.media-strong{
  width:calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
}
.media-strong h2{
  border-bottom: solid 3px #bababa;
  position: relative;
  font-size:18px;
  font-size:1.125rem;
  color:#BC80AD;
  padding-bottom:12px;
}
.media-strong h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width:142px;
}

.media-strong_slider{
  background: #F8F5EF;
  padding: 24px;
  position: relative;
  margin-top: 20px;
}
.media-strong_slider .splide__arrows{
  position: absolute;
  bottom: 18px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  z-index: 2;
}
.media-strong_slider .splide__arrows button{
  background: #fff;
  width: 30px;
  height: 30px;
  background-image: url(../img/btn-black-arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  border: #000 1px solid;
}
.media-strong_slider .splide__arrows button svg{
  display: none;
}
.media-strong_slider .splide__arrows button.splide__arrow--prev{
  scale: -1;
}
.media-strong_slider .pagination{
  transform: translateY(3px);
  font-size: 15px;
  color: #000;
}
.media-strong_slider .pagination #slide-length{
  color: #666;
}

.media-strong_slider-slide{
  padding: 0 0 2em;
}
.media-strong_slider-slide h3{
  background: #BE5EA6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.media-strong_slider-slide h4{
  border-radius: 10px;
background: #F3DFEE;
  font-size: 20px;
  color: #D076B0;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
}
.media-strong_slider-slide p{
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.media-strong_slider-slide h3 + p{
  min-height: calc(3em * 1.4);
}
.media-strong_slider-slide h4 + p{
  margin-top: 21px;
  text-align: center;
}
.media-strong_slider-slide.strong_02 h4 + p{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.media-strong_slider-slide h4 + p strong{
  font-size: 24px;
  translate: 0 2px;
  display: inline-block;
  margin: 0 2px;
}
.media-strong_slider-slide h4 + p span{
  display: inline-block;
  margin: 0 2px;
  font-weight: 700;
  font-size: 15px;
}
.media-strong_slider-slide h4 + p span.unit{
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-top: 4px;
}
.media-strong_slider-slide h4 + p small{
  font-size: 10px;
  color: #5D5D5D;
}
.media-strong_group{
  margin-top: 18px;
  background-color: #fff;
  padding: 18px 24px 18px;
  justify-content: center;
}
.media-strong_group figure img{
  width: 100%;
  height: 100%;
  max-height: 90px;
  object-fit: contain;
}
.media-strong_certification{
  margin-top: 18px;
}
.media-strong_certification ul{
  display: flex;
  gap: 0 1em;
  font-size: 14px;
  line-height: 1.75;
  width: fit-content;
  flex-wrap: wrap;
  margin: 0 auto;
}
.media-strong_certification-img{
  background-color: #fff;
  padding: 1em 2em;
  margin: 6px auto 0;
  width: fit-content;
}
.media-strong_certification-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 70px;
}
@media screen and (max-width:500px){
  .media-strong_slider-slide h3,
  .media-strong_slider-slide h4{
    font-size: 15px;
  }
}

/********** 特長 *************/
.features{
  width:calc(100% - 30px);
  margin:38px auto 0;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}
.features h2{
  border-bottom: solid 3px #bababa;
  position: relative;
  font-size:18px;
  font-size:1.125rem;
  color:#BC80AD;
  padding-bottom:12px;
}
.features h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width:142px;
}
.features-content_about{
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.features-content_about figure img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.features-content_about p{
  font-size: 14px;
  line-height: 1.57;
}
.features-content_about p strong{
  color: #FF6892;
}
.features-content_list{
  margin-top: 27px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スムーススクロール */
}
.features-content_list ul{
  display: flex;
  gap: 10px;
  box-sizing: border-box;
}
.features-content_list li{
  flex-shrink: 0;
  width: calc(100vw - 80px); /* 画面幅より少し小さく */
  min-height: 160px;
  border: #FF6892 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.features-content_list li h3{
  border-radius: 10px 10px 0 0;
  background-color: #FF6892;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  padding: 6px 0;
  box-sizing: border-box;
}
.features-content_list li p{
  margin: auto 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.6;
}
.features-content_list li:nth-child(2){
  border-color: #40A6FF;
}
.features-content_list li:nth-child(2) h3{
  background-color: #40A6FF;
}
.features-content_list li:nth-child(3){
  border-color: #7ED233;
}
.features-content_list li:nth-child(3) h3{
  background-color: #7ED233;
}
.features-content_list li:nth-child(4){
  border-color: #FFBD00;
}
.features-content_list li:nth-child(4) h3{
  background-color: #FFBD00;
}

/********** お問い合わせ *************/
.field-contact{
  width:calc(100% - 30px);
  margin:58px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.field-contact p{
  font-size:14px;
  font-size: 0.875rem;
  color: #333;
  margin-bottom:22px;
}
.co-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:45%;
  max-width:400px;
  margin: 0 auto;
  min-width:290px;
  padding: 1.1em 1em;
  background-color: #000;
  color: #fff;
  font-size:15px;
  font-size: 0.9375rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.co-btn::after {
  width:15px;
  height:15px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}

/********** Q&A *************/
.q_and_a{
  width:100%;
  margin:80px auto 0;
  text-align: center;
}
.q_and_a h3{
  text-align: center;
  font-size:17px;
  font-size: 1.0625rem;
  color: #000;
  margin: 0 auto 43px;
  font-weight: 500;
}

/***アコーディオン***/
.accordion-qa {
  width:calc(100% - 30px);
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.accordion-qa summary {
  display: flex;
  justify-content: space-between;
  align-items:left;
  position: relative;
  padding: 1.5em 6em 1.5em 0;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  cursor: pointer;
}
.accordion-qa summary::-webkit-details-marker {
  display: none;
}
.accordion-qa summary::before,
.accordion-qa summary::after {
  position: absolute;
  right: 1.3em;    /* 両方とも同じright */
  top: 50%;
  border-radius: 5px;
  background-color: #666;
  content: '';
  transition: transform .3s;
}
.accordion-qa summary::before {
  width: 2px;
  height: 1em;
  transform: translateY(-50%) rotate(90deg);
}
.accordion-qa summary::after {
  width: 2px;
  height: 1em;
  transform: translateY(-50%) rotate(0deg);
}
.accordion-qa[open] summary::after {
 transform: translateY(-50%) rotate(90deg);
}
.accordion-qa p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 6em 1.5em 0;
  color: #666;
  transition: transform .5s, opacity .5s;
  font-size: 15px;
  font-size: 0.9375rem;
}
.accordion-qa[open] p {
  transform: none;
  opacity: 1;
}







/********** 広告掲載・資料DL *************/
.section-dl-area{
  margin:75px auto 0;
  text-align: center;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  flex-direction: column;
  width:calc(100% - 30px);
  box-sizing: border-box;
}
.consul-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background:#FCEFD6;
  width: 100%;
  height: 250px;
  min-height:250px;
  padding:2em;
  position: relative;
  box-sizing: border-box;
}
.consul-area h3{
  text-align: center;
  font-size:17px;
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
}
.consul-area p{
  text-align: left;
  font-size:16px;
  font-size: 1rem;
  color: #000;
  margin:27px 0 0;
}
.consul-area div{
  width:calc(100% - 4em);
  position: absolute;
  bottom:36px;
  left:50%;
  transform:translateX(-50%);
}
.consul-co-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  max-width:491px;
  margin: 0 auto;
  padding:1.1em 1em;
  background-color: #000;
  color: #fff;
  font-size:17px;
  font-size: 1.0625rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.consul-co-btn::after {
  width:15px;
  height:15px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
.dl-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:10px auto 0;
  background:#f5f5f5;
  width:100%;
  height: 250px;
  min-height:250px;
  padding:2em;
  position: relative;
  box-sizing: border-box;
}
.dl-area h3{
  text-align: center;
  font-size:17px;
  font-size: 1.0625rem;
  color: #000;
  font-weight: 500;
}
.dl-area p{
  text-align: left;
  width: 100%;
  font-size:16px;
  font-size: 1rem;
  color: #000;
  margin:27px 0 0;
}
.dl-area div{
  width:calc(100% - 4em);
  position: absolute;
  bottom:36px;
  left:50%;
  transform:translateX(-50%);
}
.ad-dl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  max-width:491px;
  margin: 0 auto;
  padding:1.1em 1em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #333;
  font-size:17px;
  font-size: 1.0625rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.ad-dl-btn::after {
  width:15px;
  height:15px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
.ad-dl-btn span{
  font-size:15px;
  font-size: 0.9375rem;
}
@media screen and (max-width:500px) {
.consul-area div{
  bottom:16px;
}
.consul-area p{
  font-size:14px;
  font-size: 0.875rem;
  margin:27px 0 0;
}
.dl-area div{
  bottom:16px;
}
.dl-area p{
  font-size:14px;
  font-size: 0.875rem;
}
}
@media screen and (min-width:780px) {
.section-dl-area{
  margin:75px auto 0;
  text-align: center;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  flex-direction:row;
  width:calc(100% - 30px);
  box-sizing: border-box;
  gap: 10px;
}
.consul-area div{
  bottom:16px;
}
.dl-area div{
  bottom:16px;
}
.dl-area{
  margin:0 auto;
}
}









#pagetop{
	display: none;
}


/********** フッター *************/
footer{
  background:#333;
  width: 100%;
  margin: 38px 0 0;
}
.footer-area{
  display: none;
}

/**** フッター（モバイル） ****/
.footer-area-mobile{
  width:calc(100% - 60px);
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding: 40px 0;
}
.footer-area-mobile h2{
  margin:0 auto;
  text-align: center;
  min-width:114px;
  max-width: 140px;
  width:35%;
  height: auto;
}
.footer-area-mobile h2 img{
  object-fit: cover;
  width:100%;
  height: auto;
}
.f-global-mobile{
  border-left: 1px solid #fff;
  margin-top:40px;
  padding-left:15px;
  display: flex;
}
.f-global-mobile ul,
.f-global-mobile ul li {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 0;
}
.f-global-mobile ul li a{
  color: #fff !important;
  font-size:13px;
  font-size: 0.8125rem;
  display: block;
  line-height: 1;
  margin:0 16px 0 0;
}
.f-global-mobile ul > li:last-child a {
  margin: 0;
}
.links-mobile{
  border-left: 1px solid #fff;
  padding-left:15px;
  display: flex;
  margin:15px 0 0;
}
.links-mobile ul,
.links-mobile ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.links-mobile ul li a{
  color: #fff;
  font-size:13px;
  font-size: 0.8125rem;
  display: block;
  line-height: 1;
  margin:0 16px 0 0;
}
.m-f-bottom-btn{     
  width:100%; 
  box-sizing: border-box;
  margin:33px auto 29px;
  text-align: center;
  max-width:400px;
  box-sizing: border-box;
}
.m-footer-ad-dl-btn { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding:1.1em 1em;
  background-color: #ffffff;
  color: #000000;
  font-size:17px;
  font-size: 1.0625rem;
  position: relative;
  font-weight:500;
  width: 100%;  
  max-width: none;
  box-sizing: border-box;
}
.m-footer-ad-dl-btn::after {
  width:15px;
  height:15px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
address.mobile-address{
  width:100%;
  font-style: normal;
  display: block;
}
address.mobile-address dl{
  color: #fff;
}
address.mobile-address dl dt{
  font-size:14px;
  font-size: 0.875rem;
  margin:0 0 10px;
  font-weight: 500;
}
address.mobile-address dl dd{
  font-size:12px;
  font-size: 0.75rem;
}
ul.f-privacy-lineup{
  display: flex;
  margin:21px auto 0;
  text-align: left;
}
ul.f-privacy-lineup li a{
  color:#fff;
  font-size:12px;
  font-size: 0.75rem;
}
ul.f-privacy-lineup li{
  margin-right:10px;
}
ul.f-privacy-lineup li:last-of-type{
  margin-right:0;
}
.copyright{
  width: 100%;
  background: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright p{
  color: #333;
  font-size:12px;
  font-size: 0.75rem;
}
@media screen and (min-width:650px) {
.mobile-f-sub-menu-area{
  margin: 0 auto;
  text-align: center;
}
.mobile-f-address-area{
  margin: 0 auto;
  text-align: center;
}
ul.f-privacy-lineup{
  display: flex;
  margin:21px auto 0;
  text-align:center;
  justify-content: center;
  align-items: center;
}
}

/********** ハンバーガーメニュー *************/
body.menu-open {
  overflow: hidden;
}
.hamburger {
  width: 50px;
  height:50px;
  position: relative;
  appearance: none;
  padding:10px;
  margin: 0;
  border: 1px solid #000;
  cursor: pointer;
  background: #fff;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width:30px;
  height: 2px;
  background-color: #000000;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
.hamburger.open span {
  background-color: transparent;
}
.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav {
  position: fixed;
  width:60%;
  height: 100vh;
  top:88px;
  right: -100%;
  background-color: #fff;
  height: calc(100vh - 88px);
  padding: 30px 0;
  transition: all 0.5s;
  z-index: 1000;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-sizing: border-box;
  border-top: 1px solid #f5f5f5;
}
.nav-area{
  width: calc(100% - 50px);
  height: auto;
  margin: 0 auto;
}
.nav-search-window {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  overflow: hidden;
  background-color: #f5f5f5;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.nav-search-window label{
  width: calc(100% - 40px);
}
.nav-search-window input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  background-color: #f5f5f5;
  font-size: 1em;
  outline: none;
  box-sizing: border-box;
}
.nav-search-window input::placeholder {
  color: #a5a5a5;
}
.nav-search-window button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.nav-search-window button::after {
  width: 21px;
  height: 22px;
  background-image:url('../img/search.svg');
  background-repeat: no-repeat;
  content: '';
}
ul.nav__list{
  text-align: left;
  margin-top: 30px;
}
ul.nav__list li.nav__item{
  text-align: left;
  font-size:16px;
  font-size: 1rem;
  margin-bottom: 18px;
}
ul.nav__list li.nav__item a {
  display: block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.nav.open {
  right: 0;
}
.nav-ad-dl-btn { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding:.9em 1em;
  background-color: #ffffff;
  color: #000000;
  font-size:16px;
  font-size: 1rem;
  position: relative;
  font-weight:500;
  width: 100%;
  max-width:400px;  
  border:1px solid #bababa;
  box-sizing: border-box;
}
.nav-ad-dl-btn::after {
  width:13px;
  height:13px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:7%;
  vertical-align: middle;
}
.nav-ad-dl-btn span{
  font-size:14px;
  font-size: 0.875rem;
}

@media screen and (max-width:470px) {
.nav-search-window input {
  padding: 5px;
  width:140px;
}
}
@media screen and (max-width:420px) {
.nav-ad-dl-btn{
  font-size:15px;
  font-size: 0.9375rem;
}
.nav-ad-dl-btn span{
  font-size:12px;
  font-size: 0.75rem;
}
}
@media screen and (max-width:380px) {
.nav-ad-dl-btn{
  font-size:14px;
  font-size: 0.875rem;
}
} 

/********************* パンくず ***************************/
.bread{
  width:calc(100% - 30px);
  margin:0 auto;
  text-align: left;
  padding:5px 0 20px;
}
.breadcrumb {
  display: flex;
  gap: 0 12px;
  list-style: none;
  font-size:12px;
  font-size: 0.75rem;
  overflow-x: auto; 
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: .2em;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}
.breadcrumb li a{
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
.breadcrumb li:last-child a,
.breadcrumb li:last-child span{
  color:#999;
  pointer-events: none;
  /*text-decoration: underline*/;
} 
.breadcrumb li:not(:last-child)::after {
  display: block;
  flex-shrink: 0;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
}

/********************* 各メディア紹介 ***************************/
h2#contents-ttl{
  margin:34px auto 0;
  font-size:16px;
  font-size: 1rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
}
/* ラインナップ */
.media-lineup{
  width: calc(100% - 30px);
  margin:32px auto 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.media-block{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom:45px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.media-block div{
  border:1px solid #bababa;
  height: auto;
  display: flex;
  background: #f5f5f5;
}
.media-block div a{
  display: contents;
}
.media-block div img{
  width:100%;
  object-fit: cover;
  max-width:600px;
  margin: 0 auto;
}
.media-block h3{
  border-bottom: 1px solid #555;
  font-weight: 500;
  margin:19px 0 0;
  text-align:center;
  width:100%;
  padding-bottom:14px;
}
.media-block h3 a{
  font-size:14px;
  font-size: 0.875rem;
  position: relative;
  font-weight: 500;
  color:#000;
}
.media-block h3 a span{
  font-size:12px;
  font-size: 0.75rem;
  margin-left:5px;
}
.media-block h3 a::after{
  content: '';
  background: url('../img/media/link-arrow.svg');
  background-position: center;
  margin-left: 5px;
  position: absolute;
  vertical-align: middle;  
  width:19px;
  height: 19px;
  top: 1px;
}
.ad-dl-area.m-213{
  margin-top:75px;
}

/********************* 各メディア詳細 ***************************/
h2#contents-detail-ttl{
  margin:34px auto 0;
  font-size:16px;
  font-size: 1rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 30px);
  padding-bottom:31px;
  border-bottom: 1px solid #555;
}
h2#contents-detail-ttl span{
  font-size:14px;
  font-size: 0.875rem;
  margin-left:5px;
}
.m-detail-area{
  margin:32px auto 0;
  display: flex;
  gap:12px;
  width:calc(100% - 30px);
  height: auto;
  align-items: center;
  justify-content: center;
}
.m-detail-area .device2{
  flex:30%;
  min-width:119px;
}
.m-detail-area .device2 img{
  width:100%;
  object-fit:contain;
  height: auto;
  display: block;
}

/***PC版 ***/
.m-detail-area{
  display: none;
}

/***モバイル版 ***/
.sp-m-detail-area{
  margin:32px auto 0;
  display: flex;
  gap:12px;
  width:calc(100% - 30px);
  height: auto;
  align-items: center;
  justify-content: center;
}
.sp-m-detail-area .device3{
  flex:30%;
  min-width:119px;
  max-width:200px;
}
.sp-m-detail-area .device3 img{
  width:100%;
  object-fit:contain;
  height: auto;
  display: block;
}
.sp-m-detail-area .sp-m-detail{
  display: flex;
  flex-direction: column;
  width:auto;
  max-width:450px;
  flex: 70%;
}
.sp-m-detail-area .sp-m-detail h3{
  font-size:14px;
  font-size: 0.875rem;
  color: #333;
  text-align: left;
  font-weight: 500;
}
dl.monthly-list{
  margin: 10px 0 0;
  border: 1px solid #bababa;
  width:auto;
  font-size: 13px;
  font-size: 0.8125rem;
  color:#333;
  box-sizing: border-box;
  text-align: center;
}
dl.monthly-list dt{
  margin:0;
  border-bottom: 1px solid #bababa;
  width:100%;
  box-sizing: border-box;
  text-align: center;
  background:#d9d9d9;
  padding:.3em .3em;
  font-weight: 500;
}
dl.monthly-list dd{
  margin:0;
  border-bottom: 1px solid #bababa;
  width:100%;
  box-sizing: border-box;
  text-align: center;
  background:#fff;
  padding:.3em .3em;
  position: relative;
}
dl.monthly-list dd.period::after{
  content:'※';
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  position: absolute;
  padding-left: 5px;
}
dl.monthly-list dd.period2::after{
  content:'※※';
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  position: absolute;
  padding-left: 5px;
}
.period-line-mobile{
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  padding:0;
  margin:3px 0 0;
}
.period-line-mobile span{
  margin-left: 10px;;
}

dl.monthly-list dd:last-of-type{
  border-bottom: none;
}
h4.sp-user-data{
  margin:0 auto;
  width:calc(100% - 30px);
  color:#333;
  box-sizing: border-box;
  text-align:left;
  font-size:14px;
  font-size: 0.875rem;
  padding: 0 0 13px;
  border-bottom: #BABABA 1px solid;
  max-width:662px;
}
.sp-user-data_graph{
  display: flex;
  justify-content: center;
  align-items: center;
  width:calc(100% - 30px);
  max-width:662px;
  margin: 24px auto 0;
}
.sp-user-data_graph img{
  width: 100%;
  height: auto;
  max-width:662px;
}

.sp-m-detail_link{
  width:calc(100% - 30px);
  max-width:662px;
  height: 102px;
  margin: 24px auto 0;
  background-color: #F3DFEE;
}
.sp-m-detail_link a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sp-m-detail_link a img{
  height: 32px;
  width: auto;
}
.sp-m-detail_link a::before{
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top:0;
  right: 0;
  background: #fff url('../img/link-icon_2.svg') center;
  background-size: 70% auto;
  background-repeat: no-repeat;
}

.sp-media-con-dl-area{
  width:calc(100% - 30px);
  max-width:662px;
  display: flex;
  gap:15px;
  margin:15px auto 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sp-ad-co-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size:15px;
  font-size: 0.9375rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.sp-ad-co-btn-2::after {
  width:13px;
  height:13px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:4%;
  vertical-align: middle;
}
.sp-ad-dl-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: .95em 1em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #333;
  font-size:15px;
  font-size: 0.9375rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.sp-ad-dl-btn-2::after {
  width:13px;
  height:13px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:4%;
  vertical-align: middle;
}

/*********タイアップ記事一覧リンク**********/
.tie-up-link{
  width:calc(100% - 580px);
  min-width:665px;
  margin:45px auto 0;
  text-align: center;
}
.tie-up-text{
  font-size:20px;
  font-size: 1.25rem;
}
.tie-up-text a{
  color: #000;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.tie-up-text a::after{
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000;
  margin: 5px auto 0;
  display: block;
}
@media screen and (max-width:1025px) {
.tie-up-text{
  font-size:18px;
  font-size:1.125rem;
}
.tie-up-link{
  padding:.55em;
}
}
@media screen and (max-width:700px) {
.tie-up-link{
  min-width:calc(100% - 30px);
  margin-top: 45px;
}
.tie-up-text{
  font-size:16px;
  font-size:1rem;
}
}
/********************* トピックス ***************************/
.topics-area{
  width: calc(100% - 30px);
  margin:73px auto 0;
  text-align: center;
  padding: 0;
}
.topics-area h3{
  font-size:16px;
  font-size:1rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 60px;
}
.topics-area dl{
  margin:0 auto 21px;
  text-align: left;
  width:100%;
}
.topics-area dl dt{
  font-size:13px;
  font-size: 0.8125rem;
  color: #000;
}
.topics-area dl dt span.news{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area dl dt span.grape-tag{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#BC80AD;
  display: inline-flex;
}
.topics-area dl dt span.press-release{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area dl dt span.update-tag{
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#fff;
  border: 1px solid #000;
}
.topics-area dl dt span.umami-tag{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#000;
}
.topics-area dl dd{
  padding:15px 0 22px;
  border-bottom: 1px solid #999;
}
.topics-area dl dd a{
  font-size:13px;
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #333;
}
.topics-area dl:last-of-type{
  margin-bottom: 0;
}
.more-read{
  margin:45px auto 0;
}
.more-read p a{
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
  position: relative;
  font-weight: 500;
}
.more-read p a::after{
  position: absolute;
  content: '';
  border-bottom: 1px solid #555;
  background-position:center;
  bottom:-10px;
  width:70px;
  left: 0;
}
@media screen and (min-width:680px) {
.sp-user-class{
  font-size:14px;
  font-size: 0.875rem;
}
dl.monthly-list{
  font-size:14px;
  font-size: 0.875rem;
}
.topics-area dl dd a{
  font-size:14px;
  font-size: 0.875rem;
}
}

/****ページネーション*****/
.page-nav{
  width:calc(100% - 260px);
  margin:63px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}
.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #000;
  border-radius: 1px;
  color: #333;
}
.pagination a:not(:hover) {
  text-decoration: none;
}
.pagination .current a {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.pagination .prev a,
.pagination .next a {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1;
  border:none;
}
.pagination .prev a::before,
.pagination .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: '';
}
.pagination .prev a::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.pagination .next a::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width:640px) {
.pagination .next a {
  gap: 0 4px;
  width:80px;
  padding: .5em;
  line-height: 1;
  border:none;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size:15px;
}
.pagination .prev a {
  gap: 0 4px;
  width:80px;
  padding: .5em;
  line-height: 1;
  border:none;
  justify-content:flex-end;
  box-sizing: border-box;
  font-size:15px;
}
}

/********************* 事例紹介 ***************************/
.case-area{
  width:100%;
  padding:49px 0 75px;
  margin:76px auto 0;
  background:#f7f7f7;
  text-align: center;
}
.case-area h3{
  font-size:16px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 58px;
}
.case-articles{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  margin: 0 auto;
}
.case-article-block{
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom:39px;
}
.case-pic a{
  width:100%;
  height: auto;
  display: flex;
  background: #999;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.case-pic a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.article-data{
  color:#666;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 14px 0 5px;
}
.article-data span{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#BC80AD;
  display: inline-flex;
}
.article-data2{
  color:#666;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 14px 0 5px;
}
.article-data2 span{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#000;
  display: inline-flex;
}
.case-article-block h3.case-article-ttle{
  margin-bottom:17px;
  line-height:1;
}
.case-article-block h3.case-article-ttle a{
  font-size: 14px;
  font-size: 0.875rem;
  margin: 12px 0;
  color:#333;
}
.case-article-block dl{
  padding:8px 0 0;
  border-top: 1px solid #555;
  width:100%;
  font-size:13px;
  font-size: 0.8125rem;
}
.case-article-block dl dt{
  color: #333;
  margin-bottom: 10px;
  display: none;
}
.case-article-block dl dd a,
.case-article-block dl dd span{
  border: 1px solid #000;
  color: #333;
  padding: .2em;
  display: block;
  width: fit-content;
}

/********************* 各メディア紹介（フッター前） ***************************/
.media-3{
  width: calc(100% - 80px);
  margin:72px auto 0;
  text-align: center;
}
.media-3 h3{
  font-size:16px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 94px; 
}
.footer-media-lineup{
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
}
.media-block2{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width:100%;
  box-sizing: border-box;
  margin: 0 0 40px;
}
.media-block2 div{
  border:1px solid #bababa;
  height: auto;
  display: flex;
}
.media-block2 div a{
  display: contents;
}
.media-block2 div img{
  width:100%;
  object-fit: cover;
}
.media-block2 h3{
  font-weight: 500;
  margin:19px 0 0;
  text-align:center;
  width:100%;
}
.media-block2 h3 a{
  font-size:14px;
  font-size: 0.875rem;
  position: relative;
  font-weight: 500;
  color:#000;
}
.media-block2 h3 a span{
  font-size:12px;
  font-size: 0.75rem;
  margin-left:5px;
}
.media-block2 h3 a::after{
  content: '';
  background: url('../img/media/link-arrow.svg');
  background-position: center;
  margin-left: 5px;
  position: absolute;
  vertical-align: middle;  
  width:19px;
  height:19px;
  top: 2px;
}
@media screen and (min-width:600px) {
.footer-media-lineup{
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction:row;
  gap:10px;
}
}

/********************* 事例一覧 ***************************/
h2#case-all-ttl{
  margin:34px auto 31px;
  font-size:16px;
  font-size: 1rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width:100%;
}
.search-boad-area{
  margin:0 auto;
  display:flex;
  align-items: center;
  width:calc(100% - 30px);
  text-align: center;
}
.search-boad{
  width:100%;
  max-width: 600px;
  margin: 0 auto;
  height:auto;
  background: #f5f5f5;
  box-shadow:
  /* キーシャドウ */
  0px 2px 1px -1px rgba(0, 0, 0, 0.2),
  /* ペンブラシャドウ */
  0px 1px 1px 0px rgba(0, 0, 0, 0.14),
  /* アンビエントシャドウ */
  0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: .7fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
      "media measures"
      "button button";  
  padding:15px;
  gap: 10px; 
  box-sizing:border-box;
}
@media screen  and  (max-width: 391px){
.search-boad {
width: 100%;
max-width: 600px;
margin: 0 auto;
height: auto;
background: #f5f5f5;
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
grid-template-areas:
"media measures"
"button button";
padding: 15px;
gap: 10px;
box-sizing: border-box;
}
}

/* メディア選択 */
.media-choice {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin:0 7px 0 0;
}
.media-choice::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.media-choice select {
  appearance: none;
  height:45px;
  padding:.4em 0 .4em .8em;
  border: 1px solid #adadad;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size:14px;
  font-size: 0.875rem;
  cursor: pointer;
  flex-grow:1;
}
.media-choice select:focus{
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}
 .search-boad .media-choice { 
  grid-area: media; 
  margin: 0; 
}

/* 施策選択 */
.measures {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin:0 7px 0 0;
}
.measures::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.measures select {
  appearance: none;
  height:45px;
  padding:.4em 0 .4em .8em;
  border: 1px solid #adadad;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size:14px;
  font-size: 0.875rem;
  cursor: pointer;
  flex-grow:2;
}
.measures select:focus{
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}
.search-boad .measures { 
  grid-area: measures; 
  margin: 0;
}

/* サーチボタン */
.search-boad button{
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size:14px;
  font-size: 0.875rem;
  background:#000;
  margin-left:31px;
  height:45px;
  grid-area: button;
  width: 100%; 
  margin: 0; 
}

/* 検索結果 */
.search-result-area{
  width: calc(100% - 30px);
  margin: 0 auto 116px;
  text-align: center;
  height: auto;
}
.search-result{
  width:100%;
  padding:0 0 26px;
  margin:37px 0 27px;
  border-bottom: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-result h3{
  text-align: left;
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
  font-weight: 500;
}
.search-result h3 span:not(:empty)::before{
  content: '「';
}
.search-result h3 span:not(:empty)::after{
  content: '」';
}
.search-value{
  text-align: left;
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
}
.search-value span{
  margin-left:15px;
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
}
.case-articles2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  width:100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 !important;
  background-color: transparent !important;
}

/********************* トピックス ***************************/
.topics-area2{
  width:100%;
  margin:27px auto 0;
  text-align: center;
  padding: 0;
}
.topics-area2 dl{
  margin:0 auto 21px;
  text-align: left;
  width:100%;
}
.topics-area2 dl dt{
  font-size:13px;
  font-size: 0.8125rem;
  color: #000;
}
.topics-area2 dl dt span.news{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area2 dl dt span.grape-tag{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#BC80AD;
}
.topics-area2 dl dt span.press-release{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area2 dl dt span.update-tag{
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#fff;
  border: 1px solid #000;
}
.topics-area2 dl dt span.umami-tag{
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#000;
}
.topics-area2 dl dd{
  padding:15px 0 22px;
  border-bottom: 1px solid #999;
}
.topics-area2 dl dd a{
  font-size:13px;
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #333;
}
.topics-area2 dl:last-of-type{
  margin-bottom: 0;
}
@media screen and (min-width:680px) {
.topics-area2 dl dd a{
  font-size:14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
}

/********************* 事例記事詳細 ***************************/
#container{
  width: calc(100% - 30px);
  margin:26px auto 0;
  text-align: left;
  padding: 0;
  box-sizing:border-box;
}
#container article *{
  box-sizing: border-box;
}
#container article section h2{
  font-size:16px;
  font-size: 1rem;
  color: #333;
  line-height:1.2;
}
#container article time{
  padding:17px 0 12px;
  font-size:13px;
  font-size: 0.8125rem;
  color: #666;
  display: block;
  overflow-x: auto; 
  white-space: nowrap; 
}
#container article time span{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#BC80AD;
}
#container article dl{
  margin:0 0 14px;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 0;  
}
.article-mv{
  width:100%;
  height:240px;
  display: flex;
}
.article-mv img{
  object-fit: cover;
  width: 100%;
}
#container article p{
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
  line-height:1.8;
  margin-top:40px;
}
#container article p:first-child{
  margin-top: 0;
}
#container article p span{
  display: block;
  margin-top:40px;
}
.intro{
  margin:16px 0 32px;
}
.purpose{
  width:100%;
  background:#f5f5f5;
  padding:22px 16px;
  box-sizing: border-box;
}
.purpose h3{
  font-size:14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom: 1px solid #555;
  margin-top: 0 !important;
}
.purpose ul{
  font-size:14px;
  font-size: 0.875rem;
  margin-top: 0 !important;
  color:#333
}
.purpose ul li{
  margin-bottom:5px;
}
.purpose ul li:last-of-type{
  margin-bottom:0;
}
#container article figure{
  margin:31px auto 34px;
  text-align: center;
  width:100%;
  max-width:700px;
  display: flex;
  flex-direction: column;
}
#container article figure img{
  display:block;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
#container article figure figcaption{
  text-align: left;
  font-size:12px;
  font-size: 0.75rem;
  color: #717171;
  margin-top:5px;
}
#container article section h3{
  font-size:14px;
  font-size: 0.875rem;
  color: #000;
  line-height:1.2;
  border-bottom: 1px solid #555;
  padding-bottom:15px;
  margin:35px 0 17px;
  font-weight: 500;
}
.results{
  width:100%;
  background:#EDF6FD;
  padding:22px 16px;
  box-sizing: border-box;
  margin:40px 0 53px;
}
.results h3{
  font-size:14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom: 1px solid #555;
  margin-top: 0 !important;
}
.results ul{
  font-size:14px;
  font-size: 0.875rem;
  margin-top: 0 !important;
  color:#333
}
.results ul li{
  margin-bottom:5px;
}
.results ul li:last-of-type{
  margin-bottom:0;
}
.results + .attention{
  font-size: 12px !important;
  font-size: 0.75rem !important;
  transform: translateY(-4em);
}
.case-more-read{
  margin:0 auto;
  text-align: center;
}
.case-more-read p a{
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
  position: relative;
  font-weight: 500;
}
.case-more-read p a::after{
  position: absolute;
  content: '';
  border-bottom: 1px solid #555;
  background-position:center;
  bottom:-10px;
  width:130px;
  left: 0;
}
.case-more-read p span{
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 2em 0 0;
}
.case-area.case-other-article-m{
  margin:75px auto 0;
}
.more-read.sp-case-ver {
  margin:10px auto 0;
}
@media screen and (min-width:500px)and (max-width:679px)  {
.article-mv{
  height:340px;
}
}
@media screen and (min-width:680px) and (max-width:799px){
.article-mv{
  height:400px;
}
.purpose{
  width:100%;
  max-width:600px;
  margin:30px auto;
}
.results{
  width:100%;
  max-width:600px;
  margin:30px auto 53px;
}
}
@media screen and (min-width:800px) {
.article-mv{
  height:480px;
}
}



/********************* トピックス記事詳細 ***************************/
#container article time span.umami-tag{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#000;
}
#container article time span.news-tag{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#666;
}
#container article time span.press-tag{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#666;
}
#container article time span.grape-tag{
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#BC80AD;
}
#container article time span.update-tag{
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#fff;
  border: 1px solid #000;
}
#container article dl.topics-address{
  display: block !important;
  float: none;
}
#container article dl.topics-address dd a{
  color: #333;
  text-decoration: underline;
}
.back-top{
  margin:54px auto 0;
  text-align: center;
}
.back-top p a{
  font-size:15px;
  font-size: 0.9375rem;
  color: #333;
  position: relative;
  font-weight: 500;
}
.back-top p a::after{
  position: absolute;
  content: '';
  border-bottom: 1px solid #555;
  background-position:center;
  bottom:-10px;
  width:75px;
  left: 0;
}

/********************* コラム一覧 ***************************/
h2#column-all-ttl{
  margin:34px auto 27px;
  font-size:16px;
  font-size: 1rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 30px);
  padding-bottom:31px;
  border-bottom: 1px solid #555;
}
.column-area{
  width: calc(100% - 30px);
  margin: 0 auto 100px;
  text-align: center;
  height: auto;
}
.column-articles{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  width:100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 !important;
  background-color: transparent !important;
}
.column-article-block{
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 66px;
}
.column-pic a{
  width:100%;
  height: auto;
  display: flex;
  background: #999;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.column-pic a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.column-article-data{
  color:#666;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 14px 0 5px;
}
.column-article-block h3.column-article-ttle{
  margin-bottom:17px;
  line-height:1;
}
.column-article-block h3.column-article-ttle a{
  font-size: 14px;
  font-size: 0.875rem;
  margin: 12px 0;
  color:#333;
}
.column-article-block dl{
  padding:11px 0 0;
  border-top: 1px solid #555;
  width:100%;
  font-size:13px;
  font-size: 0.8125rem;
}
.column-article-block dl dt{
  color: #333;
  margin-bottom: 10px;
  display: none;
}
.column-article-block dl dd span,
.column-article-block dl dd a{
  border: 1px solid #000;
  color: #333;
  padding: .2em;
}

/********************* コラム詳細 ***************************/
.text-box,
.worry{
  border:1px solid #000;
  padding:2em 1.5em;
  width:100%;
  box-sizing: border-box;
  margin:21px 0;
}
.worry ul{
  text-align: left;
}
.worry ul li{
  font-size:14px;
  font-size: 0.875rem;
  color: #000;
}
.client{
  border:1px solid #b2b2b2;
  padding:1em;
  width:100%;
  box-sizing: border-box;
  margin:24px 0 13px;
  line-height:1.6;
  max-width: 600px;
}
.client ul{
  text-align: left;
}
.client ul li h3{
  font-size:13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
}
.client ul li{
  font-size:13px;
  font-size: 0.8125rem;
  color: #333;
}
.our-company{
  border:1px solid #b2b2b2;
  padding:1em;
  width:100%;
  box-sizing: border-box;
  margin:13px 0 24px;
  line-height:1.6;
  max-width: 600px;
}
.our-company ul{
  text-align: left;
}
.our-company ul li h3 a{
  font-size:13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #BC80AD;
  text-decoration: none;
}
.our-company ul li h3 a::before{
  display: none;
}
.our-company ul li{
  font-size:13px;
  font-size: 0.8125rem;
  color: #333;
}
.our-company ul li a{
  font-size:13px;
  font-size: 0.8125rem;
  color: #000;
  text-decoration: underline;
}
.our-company ul li a::before{
  content: "\25B6"; 
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  font-size: 1em;  
}
.our-company ul li:last-of-type{
  margin-top: 10px;;
}

.worry ul li h3,
.client ul li h3,
.our-company ul li h3{
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size:13px !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #000 !important;
  text-decoration: none !important;
}
.worry ul li h3 a,
.client ul li h3 a,
.our-company ul li h3 a{
  color: #BC80AD !important;
  text-decoration: none !important;
}

.accordion-index {
  margin:38px auto 50px;
  background-color: #f5f5f5;
  width:100%;
  max-width:500px;
}
.accordion-index summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding:1em 2em 1em 1.9em;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
}
.accordion-index summary::-webkit-details-marker {
  display: none;
}
.accordion-index summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  transition: transform .3s;
  font-family:"Overpass", sans-serif;
}
.accordion-index[open] summary::after {
  transform: rotate(225deg);
}
.accordion-index div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.3em 2em 1.3em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.accordion-index[open] div {
  transform: none;
  opacity: 1;
}
.accordion-index div ul{
  width:100%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.accordion-index div ul li{
  text-align: left;
  font-size:14px;
  font-size: 0.875rem;
  padding: 0 0 10px 0;
  padding-left: 2em;
  text-indent: -2em;
}
.accordion-index div ul li span{
  text-align: left;
  font-size:14px;
  font-size: 0.875rem;
  padding: 0 0 15px 0;
  display: block;
  margin: 0 0 0 35px;
}
.accordion-index div ul li span::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 2px;
  background-color: currentColor;
  margin-right: 0.5em; 
}
.accordion-index div ul li:nth-child(1)::before{
  content:'';
  background:url('../img/column/no1.svg') no-repeat left center;
  background-size:contain;
  width:25px;
  height:25px;
  display: inline-block;
  vertical-align:middle;
  margin-right:5px;
}
.accordion-index div ul li:nth-child(2)::before{
  content:'';
  background:url('../img/column/no2.svg') no-repeat left center;
  background-size:contain;
  width:25px;
  height:25px;
  display: inline-block;
  vertical-align:middle;;
  margin-right:5px;
}
.accordion-index div ul li:nth-child(3)::before{
  content:'';
  background:url('../img/column/no3.svg') no-repeat left center;
  background-size:contain;
  width:25px;
  height:25px;
  display: inline-block;
  vertical-align:middle;
  margin-right:5px;
}
.accordion-index div ul li:nth-child(4)::before{
  content:'';
  background:url('../img/column/no4.svg') no-repeat left center;
  background-size:contain;
  width:25px;
  height:25px;
  display: inline-block;
  vertical-align:middle;
  margin-right:5px;
}

/******会話部分（右）******/
.communication-pt1{
  width:100%;
  margin:0 auto;
  padding: 15px 0;
}
.comm-right{
  text-align: right;
  width:100%;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.user-line{
  display: flex;
  align-items: center;
}
.user-line div{
  width:60px;
  height:60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-line div img{
  object-fit: cover;
}
.user-line div:nth-child(1){
  margin-right:10px;
}
.user-line div span{
  display:block;
  font-size:14px;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
}
.baloon-right {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 600px;
  margin-right:20px;
  padding: .8em 1.2em;
  border: 2px solid #555;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  text-align: left;
  font-size:14px;
  font-size: 0.875rem;
}
.baloon-right::before,
.baloon-right::after {
  position: absolute;
  right: -14px;
  width: 12px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}
.baloon-right::before {
  background-color: #555;
}
.baloon-right::after {
  right: -11px;
  background-color: #fff;
}

/******会話部分（左）******/
.communication-pt2{
  width:100%;
  margin:0 auto;
  padding: 15px 0;
}
.comm-left{
  text-align:left;
  width:100%;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}
.user-line{
  display: flex;
  align-items: center;
}
.user-line div{
  width:60px;
  height:60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-line div img{
  object-fit: cover;
  width:80%;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 100%;
}
.user-line div:nth-child(1){
  margin-right:10px;
}
.user-line div span{
  display:block;
  font-size:12px;
  font-size: 0.75rem;
  color: #333;
  text-align: center;
}
.baloon-left {
  display: flex;
  align-items: center;
  position: relative;
  max-width:600px;
  margin-left:20px;
  padding: .8em 1.2em;
  border: 2px solid #555;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size:14px;
  font-size: 0.875rem;
}
.baloon-left::before,
.baloon-left::after {
  position: absolute;
  left: -14px;
  width: 12px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}
.baloon-left::before {
  background-color: #555;
}
.baloon-left::after {
  left: -11px;
  background-color: #fff;
}

.baloon-right p > span,
.baloon-left p > span{
  display: inline !important;
  margin: 0 !important;
  background: linear-gradient(transparent 35%, #ffdfef 35%);
}

/******引用******/
.quotation{
  background: #f5f5f5;
  padding: 1em;
  margin:35px 0;
  text-align: left;
  display: block;
}
.quotation ul{
  text-align: left;
  color:#333;
  font-size:14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.quotation ul li a{
  color: #333;
  text-decoration: underline;
}

/******コラム内写真******/
#container article figure.column-pic-area{
  width:100%;
  height: auto;
  display: flex;
  margin:40px auto;
  flex-direction: column;
}
#container article figure.column-pic-area img{
  object-fit: cover;
  max-width: 100%;
} 
#container article figure.column-pic-area figcaption{
  text-align: right;
}

/******注釈******/
#container article aside{
  font-size:14px;
  font-size: 0.875rem;
  color: #333;
  margin:25px 0;
}

/******構成案（イレギュラー）******/
#container article .plan{
  background:#f5f5f5;
  padding:1.8em;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 35px 0;
}
#container article .plan p{
  font-size:14px;
  font-size: 0.875rem;
  color:#000;
}
#container article .plan p a{
  color:#BC80AD;
}
#container article .plan p span{
  display: block;
  margin-top:35px;
}
.communication-pt3{
  width:100%;
  margin:25px auto;
}
.media-3.column-m-top{
  margin-top:114px;
}

/********************* お問い合わせ ***************************/
h2#contact-ttl{
  margin:34px auto 27px;
  font-size:16px;
  font-size: 1rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 30px);
  padding-bottom:31px;
  border-bottom: 1px solid #555;
}
.contact-info{
  width: calc(100% - 30px);
  margin:0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #333;
}
.form-area{
  margin:26px auto;
  width: calc(100% - 30px);
  background:#f5f5f5;
}
.form-area p.form-info{
  width:calc(100% - 24px);
  text-align: left;
  color:#333;
  font-size:13px;
  font-size: 0.8125rem;
  margin:0 auto;
  padding: 15px 0 30px; 
}
.form-area p.form-info span{
  display: block;
  margin-top:20px;
  position: relative;
  padding-left:15px;
  line-height: 0;
}
.form-area p.form-info span::before{
  content:""; 
  position: absolute;
  background: url('../img/contact/approval.svg') no-repeat left center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height:50px;
}
.write-space{
  width:calc(100% - 24px);
  height: auto;
  margin: 0 auto;
  padding-bottom:15px;
}
.write-space form .form-item,
.write-space form p{
  display: flex;
  flex-direction: column;
}
.write-space form .form-item label,
.write-space form p label{
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  margin-top: 10px;
  font-weight: 500;
}
.write-space form .form-item label.must-icon::after,
.write-space form p label.must-icon::after{
  width:10px;
  height:10px;
  content: '';
  background: url('../img/contact/approval.svg') no-repeat center;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.selectbox-1 {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin:16px 0;
}
.selectbox-1::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.selectbox-1 select {
  -webkit-appearance: none;   /* iOS Safari 用 */
  appearance: none;           /* 最新ブラウザ用 */
  min-width: 230px;
  width:100%;
  height:37px;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #555555;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  box-sizing: border-box;
}
.write-space form .form-item .separate,
.write-space form p span.separate{
  display: flex;
  gap:10px;
  width:100%;
}
.write-space form .form-item .separate > div{
  width:100%;
}
.write-space form .form-item .separate input,
.write-space form p span.separate input{
  width:100%;
  margin:10px 0;
  height:37px;
  box-sizing: border-box;
}
.write-space form .form-item input.full-space,
.write-space form p input.full-space{
  width:100%;
  margin:10px 0 16px;
  height:37px;
  box-sizing: border-box;
}
.write-space form .form-item span.radio-btn,
.write-space form p span.radio-btn{
  display: flex;
  gap:22px;
  align-items: center;
  margin:16px 0;
}
.write-space form .form-item span.radio-btn label,
.write-space form p span.radio-btn label{
  display: flex;
  align-items: center;
  margin: 0; 
}
.write-space form .form-item span.radio-btn label input,
.write-space form p span.radio-btn label input{
  width:29px;
  height:29px;
  vertical-align: middle;
  margin: 0 0.5em 0 0; 
}
.write-space form .form-item textarea,
.write-space form p textarea{
  border:1px solid #555;
  margin:16px 0;
  padding:1em;
  box-sizing: border-box;
  font-size:14px;
  font-size: 0.875rem; 
}
.privacy-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2em;
  border: none;
  margin:20px 0 0;
}
.privacy-checkbox label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
  font-size:13px;
  font-size: 0.8125rem;
}
.privacy-checkbox label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  content: '';
  background: #fff;
}
.privacy-checkbox label:has(:checked)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  content: '';
}
.privacy-checkbox input {
  display: none;
}
.write-space form p.supplement{
  margin:5px 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333;
  width:100%;
  display: block;
}
.write-space form p.supplement a{
  color: #333;
  text-decoration: underline;
}
.submit-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  font-weight: 500;
  margin:20px auto 0;
  border: #000 2px solid;
  box-sizing: border-box;
}
.submit-btn[name="_back"]{
  background-color: #fff;
  color: #000;
}
.error-message {
  display: block;
  color: #e00;
  font-size: 0.875rem;   /* 14px 相当 */
  margin-top: -8px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.privacy-checkbox .error-message{
  margin-top: 4px;
}
.write-space form .form-item:has(.error-message) select,
.write-space form .form-item:has(.error-message) input,
.write-space form .form-item:has(.error-message) textarea{
  border: 1px solid #e00;
  border-radius: 3px;
}
.btn-area{
  display: flex;
  gap: 1em;
}
.write-space.confirm form .form-item{
  margin:10px 0;
  border-bottom: #333 1px solid;
  padding-bottom: 10px;
  gap: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.write-space form .form-item:has(.captcha){
  margin:20px 0 0;
}
.write-space form .form-item .captcha{
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
}

/* search-result-page */

.search-result-page h2#search-ttl{
  margin: 34px auto 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.search-result-page .search-result-area ul{
  margin-top: 22px;
  border-top: 1px solid #999;
}
.search-result-page .search-result-area ul.list-result li{
  padding: 22px 0 15px;
  border-bottom: 1px solid #999;
  text-align: left;
}
.search-result-page .search-result-area ul.list-result li a{
  color: #333;
}

/* topics */

.entry-content{
  margin-top: 40px;
}
.entry-content > *:first-child{
  margin-top: 0 !important;
}
.entry-content a{
  color: #333;
}
.entry-content a[href*="mailto:"],
.entry-content a[href*=".pdf"]{
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.entry-content .has-text-align-center{
  text-align: center;
}
.entry-content .wp-block-image img,
.entry-content .wp-block-image .aligncenter img{
  margin: auto;
}
.entry-content h3,
.entry-content h4,
.entry-content .wp-block-group,
.entry-content ul{
  margin-top: 40px;
}
.entry-content ul li{
  margin-top: 20px;
}
.entry-content ul:first-child,
.entry-content li:first-child{
  margin-top: 0;
}
.entry-content .box-lead{
	border-bottom: 3px solid rgba(119, 119, 119, 0.1);
	padding: 0 1rem 2rem;
	margin-bottom: 2rem;
}
.entry-content .text-box,
.entry-content .wp-block-group.has-background{
  border: #717171 1px solid;
  padding: 1.5em;
}
.entry-content .wp-block-media-text {
  margin:30px 0;
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}
.entry-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}
.entry-content .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.entry-content .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}
.entry-content .wp-block-media-text .wp-block-media-text__content,
.entry-content .wp-block-media-text .wp-block-media-text__media,
.entry-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.entry-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center
}
.entry-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.entry-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}
.entry-content .wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0 !important;
  width: 100% !important;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1 /*!rtl:end:ignore*/
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1 /*!rtl:end:ignore*/
}
.entry-content .wp-block-media-text__media img,
.entry-content .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}
.entry-content .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}
.entry-content .wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}
.entry-content .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0,0,0,0);
  border: 0
}
.entry-content .wp-block-media-text p:first-child{
  margin-top: 0;
}

.entry-content .txt-large,
.entry-content h3{
  font-size: 1rem !important;
  font-size: 16px !important;
}
.entry-content h4{
  font-size: 0.9rem;
  font-size: 15px;
}