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

:root{
  --max-content:1304px;
  --def-content:1024px
}

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;
}
a h1 img {
  display: block;
  transition: opacity .2s ease;
}
a:hover h1 img {
  opacity: .6;
}
h2 a img {
  display: block;
  transition: opacity .2s ease;
}
h2 a:hover img {
  opacity: .6;
}


/********** header *************/
header{
  width:calc(100% - 136px);
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
#h-contents{
  display: flex;
  justify-content: space-between;
  max-width: var(--max-content);
  margin: 0 auto;
}
.main-logo{
  text-align: left;
  display: flex;
  height:44px;
  flex-shrink: 0;
  align-items: center;
}
.main-logo h1{
  width:180px;
}
.main-logo h1 img{
  width:100%;
  height: auto;
}
.main-logo span.sub-ttl{
  border-left: 1px solid #000;
  margin-left: 17px;
  padding-left: 17px;
  font-size:20px;
  font-size: 1.25rem;
  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: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin:0 5% 0 4.5%;
  width: 600px;
}
ul.global-menu li a{
  font-size:16px;
  font-size: 1rem;
  color: #000;
}
.search-window {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.search-window input {
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  background-color: #f5f5f5;
  font-size: 1em;
  outline: none;
  box-sizing: border-box;
}
input:-webkit-autofill {
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
.search-window input::placeholder {
  color: #a5a5a5;
}
.search-window button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-window button::after {
  width: 21px;
  height: 22px;
  background-image:url('../img/search.svg');
  background-repeat: no-repeat;
  content: '';
}
@media screen and (max-width:1330px) {
.main-logo h1{
  width:130px;
  line-height: 0;
}
.main-logo span.sub-ttl{
  margin-left: 10px;
  padding-left: 10px;
  font-size:17px;
  font-size: 1.0625rem;
}
ul.global-menu li a{
  font-size:15px;
  font-size: 0.9375rem;
}
.search-window {
    width:auto;
    text-align: left;
}
.search-window input {
   padding:5px 0 0 5px;
   width:100%;
}
ul.global-menu{
   margin:0 3% 0 2.5%;
   width: 520px;
} 
}

/********** モバイルheader *************/
.hamburger{display: none;}
.nav{display: none;}


/********** MV *************/
.mv-area{
  background-color:#f5f5f5;
  width: 100%;
  height:487px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
}
.mv{
  margin: auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 920px;
}
.device{
  width:276px;
  line-height: 0;
}
.device img{
  height:415px;
  width: auto;
}
.mv-detail{
  margin-left: 48px;
  box-sizing: border-box;
  width:calc(100% - 276px);
  margin-top: 3%;
}
.mv-detail h2{
  max-width:299px;
  height: auto;
}
.mv-detail h2 img{
  width: 100%;
  height: auto;
}
.mv-detail h3{
  font-size: 26px;
  font-size: 1.625rem;
  color: #333;
  font-weight: 600;
  margin:2% 0 4% 0;
  line-height: 1.4;
}
.dl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:65%;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size:22px;
  font-size: 1.375rem;
  position: relative;
  font-weight:600;
  box-sizing: border-box;
}
.dl-btn::after {
  width:23px;
  height:23px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:2%;
  vertical-align: middle;
}
.dl-btn span{
  font-size:20px;
  font-size: 1.25rem;
}
@media screen and (min-width:1201px)and (max-width:1449px){
.mv-detail{
  margin-top:2%;
}
.mv-area{
  height:450px;
}
.device img{
  height:400px;
}    
.mv-detail h2{
  max-width:275px;
  margin-top:1.5%;
}
.mv-detail h3{
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4;
}
.dl-btn {
  font-size:21px;
  font-size: 1.3125rem;
  width:75%;
}
.dl-btn::after {
  width:20px;
  height:20px;
  right:3%;
}
.dl-btn span{
  font-size:17px;
  font-size: 1.0625rem;
}
}
@media screen and (max-width:1200px) {
.mv-detail{
  margin-top:1%;
}
.mv-area{
  height:430px;
}
.device img{
  height:390px;
}    
.mv-detail h2{
  max-width:237px;
}
.mv-detail h3{
  font-size: 21px;
  font-size: 1.3125rem;
}
.dl-btn {
  font-size:19px;
  font-size: 1.1875rem;
  width:80%;
}
.dl-btn::after {
  width:15px;
  height:15px;
  right:3%;
}
.dl-btn span{
  font-size:15px;
  font-size: 0.9375rem;
}
}

/********** score *************/
.score-area{
  margin: 37px auto 75px;
  text-align: center;
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:35px;
}
.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);
  width:275px;
  height: 250px;
  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);
  width:275px;
  height: 250px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pv-uu-score dl dt{
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-height: 1.5em;
}
.pv-uu-score dl dd{
  font-size: 36px;
  font-size: 2.25rem;
  color: #333;
  font-weight:bold;
  padding: 0;
}
.pv-uu-score dl dd span{
  display: block;
  text-align: right;
  font-size:18px;
  font-size: 1.125rem;
}
.pv-uu-score > .caption{
  font-size:12px;
  font-size: 0.75rem;
  color:#333;
  position: absolute;
  right: 15px;
  bottom:15px;
}
.x-score dl dt{
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-height: 1.5em;
}
.x-score dl dd{
  font-size: 36px;
  font-size: 2.25rem;
  color: #333;
  font-weight:bold;
  padding: 0;
  position: relative;
}
.x-score dl dd span{
  display: block;
  text-align: right;
  font-size:18px;
  font-size: 1.125rem;
  color: #333;
  margin-right: 0;
}
.x-score > .caption{
  font-size:12px;
  font-size: 0.75rem;
  color:#333;
  position: absolute;
  right: 15px;
  bottom:15px;
}

@media screen and (min-width:1201px)and (max-width:1449px){
.score-area{
  gap:30px;
}
.pv-uu-score{
  width:250px;
  height:225px;
}
.x-score{
  width:250px;
  height:225px;
}
.pv-uu-score dl dt{
  font-size:22px;
  font-size: 1.375rem;
}
.pv-uu-score dl dd{
  font-size:34px;
  font-size: 2.125rem;
}
.x-score dl dt{
  font-size:22px;
  font-size: 1.375rem;
}
.x-score dl dd{
  font-size:34px;
  font-size: 2.125rem;
}
}
@media screen and (max-width:1200px) {
.score-area{
  gap:25px;
}
.pv-uu-score{
  width:225px;
  height:200px;
}
.x-score{
  width:225px;
  height:200px;;
}
.pv-uu-score dl dt{
  font-size:20px;
  font-size: 1.25rem;
}
.pv-uu-score dl dd{
  font-size:30px;
  font-size: 1.875rem;
}
.x-score dl dt{
  font-size:20px;
  font-size: 1.25rem;
}
.x-score dl dd{
  font-size:30px;
  font-size: 1.875rem;
}
.pv-uu-score::after, .x-score::after{
  font-size:10px;
  font-size: 0.625rem;
}
}

/********** メディアの強み *************/
.media-strong{
  max-width: var(--max-content);
  width:calc(100% - 136px);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.media-strong h2{
  border-bottom: solid 3px #bababa;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color:#BC80AD;
  padding-bottom:18px;
  max-width: 540px;
  margin-bottom: 38px;
}
.media-strong h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width:212px;
}
.media-strong_slider{
  background: #F8F5EF;
  padding: 80px 78px 40px;
  position: relative;
}
.media-strong_slider .splide__arrows{
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 8px;
}
.media-strong_slider .splide__arrows button{
  background: #fff;
  width: 35px;
  height: 35px;
  background-image: url(../img/btn-black-arrow.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}
.media-strong_slider .splide__arrows button svg{
  display: none;
}
.media-strong_slider .splide__arrows button.splide__arrow--prev{
  scale: -1;
}
.media-strong_slider-slide h3{
  background: #BE5EA6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.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: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.media-strong_slider-slide h3 + p{
  min-height: calc(3em * 1.4);
}
.media-strong_slider-slide p.txt-center{
  text-align: center;
}
.media-strong_slider-slide h4 + p{
  margin-top: 40px;
}
.media-strong_slider-slide h4 + p strong{
  font-size: 36px;
  translate: 0 3px;
  display: inline-block;
  margin: 0 2px;
}
.media-strong_slider-slide h4 + p span{
  display: inline-block;
  margin: 0 2px;
  font-weight: 700;
}
.media-strong_slider-slide h4 + p span.unit{
  margin-left: 1em;
  font-weight: 500;
}
.media-strong_slider-slide h4 + p small{
  font-size: 12px;
  color: #5D5D5D;
}
.media-strong_group{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  gap: 8px 20px;
  padding: 13px 1em 13px 1em;
  justify-content: center;
}
.media-strong_group figure{
  /*width: 195px;*/
  text-align: center;
}
.media-strong_certification{
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
  gap: 1em;
}
.media-strong_certification ul{
  align-self: center;
  line-height: 1.75;
  white-space: nowrap;
}
.media-strong_certification-img{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  min-height: 135px;
  flex-grow: 1;
}
.media-strong_certification-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.media-strong .pagination{
  display: none;
}

@media screen and (min-width:1201px) and (max-width:1449px){
.media-strong h2{
  font-size: 22px;
  font-size: 1.375rem;
}
}
@media screen and (max-width:1200px) {
.media-strong h2{
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 15px;
}
.media-strong_slider{
  padding-left: 24px;
  padding-right: 24px;
}
}


/********** 特長 *************/
.features{
  max-width: var(--max-content);
  width:calc(100% - 136px);
  margin:85px auto 0;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}
.features h2{
  border-bottom: solid 3px #bababa;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color:#BC80AD;
  padding-bottom:18px;
  max-width: 540px;
  margin-bottom: 38px;
}
.features h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width:212px;
}
.features-content{
  display: flex;
  gap: 16px 63px;
}
.features-content_about{
  padding: 0 58px;
  align-self: center;
}
.features-content_about p{
  max-width: 425px;
  font-size: 20px;
  margin-top: 33px;
}
.features-content_about p strong{
  color: #FF6892;
}
.features-content_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 28px 30px;
  box-sizing: border-box;
}
.features-content_list li{
  width: calc(50% - 15px);
  min-height: 226px;
  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: 22px;
  font-weight: 700;
  padding: 22px 0;
  box-sizing: border-box;
}
.features-content_list li p{
  margin: auto 0;
  padding: 0 20px;
  font-size: 17px;
  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;
}
@media screen and (max-width:1200px) {
.features-content{
  gap: 16px 30px;
}
.features-content_about{
  padding: 0;
  width: 40%;
}
.features-content_about img{
  max-width: 100%;
  height: auto;
}
.features-content_list{
  width: calc(60% - 30px);
}
}

/********** お問い合わせ *************/
.field-contact{
  width:100%;
  margin:90px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.field-contact p{
  font-size:18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom:22px;
}
.co-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:23%;
  min-width:290px;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size:20px;
  font-size: 1.25rem;
  position: relative;
  font-weight:500;
}
.co-btn::after {
  width:17px;
  height:17px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}

/********** Q&A *************/
.q_and_a{
  width:100%;
  margin:142px auto 0;
  text-align: center;
}
.q_and_a h3{
  text-align: center;
  font-size:24px;
  font-size: 1.5rem;
  color: #000;
  margin: 0 auto 107px;
  font-weight: 500;
}

/***アコーディオン***/
.accordion-qa {
  max-width: var(--def-content);
  width:calc(100% - 396px);
  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: 18px;
  font-size: 1.125rem;
  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:18px;
  font-size: 1.125rem;
}
.accordion-qa[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width:1200px) {
.q_and_a h3{
  font-size:18px;
  font-size: 1.125rem;
  margin: 0 auto 90px;
}
.accordion-qa summary, .accordion-qa p {
  font-size: 16px;
  font-size: 1rem;
}
}





/********** 広告掲載・資料DL *************/
.section-dl-area{
  margin:158px auto 0;
  text-align: center;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  max-width: var(--def-content);
  width:calc(100% - 396px);
  gap:28px;
  box-sizing: border-box;
}
.consul-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background:#FCEFD6;
  width: 50%;
  height: 250px;
  min-height:250px;
  padding:2em;
  position: relative;
}
.consul-area h3{
  text-align: center;
  font-size:20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
.consul-area p{
  text-align: left;
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
  margin:43px 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%;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size:20px;
  font-size: 1.25rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.consul-co-btn::after {
  width:17px;
  height:17px;
  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: 0 auto;
  background:#f5f5f5;
  width: 50%;
  height: 250px;
  min-height:250px;
  padding:2em;
  position: relative;
}
.dl-area h3{
  text-align: center;
  font-size:20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
.dl-area p{
  text-align: left;
  width: 100%;
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
  margin:43px 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%;
  padding: .95em 1em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #333;
  font-size:20px;
  font-size: 1.25rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.ad-dl-btn::after {
  width:17px;
  height:17px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
.ad-dl-btn span{
  font-size:17px;
  font-size: 1.0625rem;
}
@media screen and (min-width:1201px)and (max-width:1449px){
.consul-area p, .dl-area p{
  font-size:17px;
  font-size: 1.0625rem;
}
}
@media screen and (max-width:1200px) {
.section-dl-area{
  margin:130px auto 0;
}
.consul-area h3, .dl-area h3{
  font-size:18px;
  font-size: 1.125rem;
}
.consul-area p, .dl-area p{
  font-size: 16px;
  font-size: 1rem;
  margin:28px 0 0;
}
.consul-co-btn, .ad-dl-btn{
  font-size:18px;
  font-size: 1.125rem;
}
.consul-co-btn::after, .ad-dl-btn::after{
  width:15px;
  height:15px;
  right:4%;
}
.consul-area div, .dl-area div{
  bottom:30px;
}
.ad-dl-btn span{
  font-size:15px;
  font-size: 0.9375rem;
}
}





/* ***** pagetop ***** */

#pagetop{
	display: none;
	position: fixed;
	bottom: 110px;
	right: 30px;
}
#pagetop a{
	display: block;
	background-color: #F8F5EF;
	background-image: url(../img/icon_pagetop.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 10px;
	padding: 50px 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 45px;
	text-align: center;
}



/********** フッター *************/
footer{
  background:#333;
  width: 100%;
  margin: 187px 0 0;
}
.footer-area{
  max-width: var(--def-content);
  width:calc(100% - 368px);
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  margin:0 auto;
  padding: 73px 0;
}
.address-area{
  flex-grow:1.3;
}
address{
  width:fit-content;
  font-style: normal;
  display: block;
}
address h2{
  width:131px;
  height: auto;
  line-height: 0;
}
address h2 img{
  width: 100%;
  height: auto;
}
address dl{
  color: #fff;
}
address dl dt{
  font-size:16px;
  font-size: 1rem;
  margin: 22px 0 15px;
  font-weight: 500;
}
address dl dd{
  font-size:15px;
  font-size: 0.9375rem;
}
address dl dd span{
  display: block;
  margin: 0;
}
address dl dd:last-of-type{
  margin: 17px 0 30px;
}
.address-area ul{
  display: flex;
}
.address-area ul li a{
  font-size:13px;
  font-size: 0.8125rem;
  color: #fff;
  margin-right:29px;
  display: block;
  line-height: 1;
}
.f-global{
  flex-grow: 1;
  border-left: 1px solid #fff;
  margin-top:18px;
  padding-left:40px;
  display: flex;
  align-items: flex-start;
}
.f-global ul,
.f-global ul li {
  margin: 0;
  padding: 0;
}
.f-global ul li a{
  color: #fff;
  font-size:16px;
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.other-area{
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 18px;
  position: relative;
}
.links{
  border-left: 1px solid #fff;
  height:77px;
  padding-left:40px;
  display: flex;
  align-items: flex-start;
}
.links ul,
.links ul li {
  margin: 0;
  padding: 0;
}
.links ul li a{
  color: #fff;
  font-size:16px;
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.f-bottom-btn{
  position: absolute;
  bottom: 0;
  left: 0;      
  width: 100%; 
  box-sizing: border-box;
}
.footer-ad-dl-btn { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .95em 1em;
  background-color: #ffffff;
  color: #000000;
  font-size:18px;
  font-size: 1.125rem;
  position: relative;
  font-weight:500;
  width: 100%;  
  max-width: none;
}
.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;
}
.copyright{
  width: 100%;
  background: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright p{
  color: #333;
  font-size:14px;
  font-size: 0.875rem;
}

/********** フッター（モバイル） *************/
.footer-area-mobile{
  display: none;
}

@media screen and (max-width:1200px) {
.address-area {
  flex-grow: 1;
}
.footer-ad-dl-btn { 
  padding: .95em .5em;
  font-size:15px;
  font-size: 0.9375rem;
}
.footer-ad-dl-btn::after {
  width:13px;
  height:13px;
  right:4%;
}
}

/********************* パンくず ***************************/
.bread{
  max-width: var(--max-content);
  width:calc(100% - 136px);
  margin:0 auto;
  text-align: left;
}
.breadcrumb {
  display: flex;
  gap: 0 12px;
  list-style: none;
  padding: 0;
  font-size:12px;
  font-size: 0.75rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li a{
  color: #333333;
  text-decoration: none;
}
.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: inline-block;
  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:73px auto 0;
  font-size:24px;
  font-size: 1.5rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
}
/* ラインナップ */
.media-lineup{
  width: calc(100% - 268px);
  margin:92px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:22px;
  box-sizing: border-box;
}
.media-block{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 22px * 2 / 2);
  max-width: 500px;
  box-sizing: border-box;
}
.media-block div{
  border:1px solid #bababa;
  height: auto;
  display: flex;
}
.media-block div a{
  display: contents;
}
.media-block div img,
.media-block div a img{
  width:100%;
  object-fit: cover;
  vertical-align: top;
}
.media-block h3{
  border-bottom: 1px solid #555;
  font-weight: 500;
  margin:19px 0 0;
  text-align: left;
  width:100%;
  padding-bottom:14px;
}
.media-block h3 a{
  font-size:16px;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
  color:#000;
}
.media-block h3 a span{
  font-size:13px;
  font-size: 0.8125rem;
  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:23px;
  height: 23px;
  top: 2px;
}
.ad-dl-area.m-213{
  margin-top:213px;
}

/********************* 各メディア詳細 ***************************/
/***モバイル版 ***/
.sp-m-detail-area{display: none;}
.sp-user-data, .sp-user-data_graph{display: none;}
.sp-m-detail_link{display: none;}
.sp-media-con-dl-area{display: none;}




h2#contents-detail-ttl{
  margin:73px auto 0;
  font-size:24px;
  font-size: 1.5rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 260px);
  padding-bottom:70px;
  border-bottom: 1px solid #555;
}
h2#contents-detail-ttl span{
  font-size:20px;
  font-size: 1.25rem;
  margin-left:5px;
}
.m-detail-area{
  margin:139px auto 0;
  display: flex;
  gap:20px 16px;
  /*width:calc(100% - 580px);*/
  max-width: 850px;
  height: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-detail-area .device2{
  flex-basis:35%;
  max-width: 295px;
}
.m-detail-area .device2 img{
  width:100%;
  object-fit:contain;
  height: auto;
  display: block;
}
.m-detail-area .m-detail{
  display: flex;
  flex-direction: column;
  flex-basis:calc(65% - 20px);
  margin-left: auto;
}
.m-detail-area .m-detail h3{
  font-size:18px;
  font-size: 1.125rem;
  color: #333;
  text-align: left;
  font-weight: 500;
}
.m-detail table{
  margin: 18px 0 0;
  border: 1px solid #bababa;
  border-collapse: collapse;
  width:100%;
  font-size: 17px;
  font-size: 1.0625rem;
  color:#333;
  box-sizing: border-box;
  text-align: center;
}
.m-detail table td.table-ttl{
  background:#d9d9d9;
  padding:1em .5em;
  width:40%;
  border: 1px solid #bababa;
  font-weight: 500;
}
.m-detail table td{
  background:#fff;
  padding:1em .5em;
  width:60%;
  border: 1px solid #bababa;
  position: relative;
}

.m-detail table td.period::after{
content:'※';
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  position: absolute;
  top: 10px;
  padding-left: 5px;
}
.m-detail table td.period2::after{
content:'※※';
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  position: absolute;
  top: 10px;
  padding-left: 5px;
}
.period-line{
  font-size:8px;
  font-size: 0.5rem;
  color:#666;
  padding:0;
  margin:3px 0 0;
}
.period-line span{
  margin-left: 10px;;
}

h4.user-data{
  margin-top: 20px;
  font-size: 15px;
  padding: 0 0 13px;
  border-bottom: #BABABA 1px solid;
}
.user-data_graph{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 0;
}
.user-data_graph img{
  width: 100%;
  height: auto;
  max-width: 415px;
}

.media-con-dl-area{
  flex-basis: calc(49% - 16px);
  width:100%;
  display: flex;
  flex-direction: column;
  gap:10px;
  margin:0;
}
.ad-co-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: 1.2em 1em;
  background-color: #000;
  color: #fff;
  font-size:20px;
  font-size: 1.25rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.ad-co-btn-2::after {
  width:17px;
  height:17px;
  content: '';
  background: url('../img/btn-arrow-right.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
.ad-dl-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  padding: 1.2em 1em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #333;
  font-size:20px;
  font-size: 1.25rem;
  position: relative;
  font-weight:500;
  box-sizing: border-box;
}
.ad-dl-btn-2::after {
  width:17px;
  height:17px;
  content: '';
  background: url('../img/btn-black-arrow.svg') center;
  position: absolute;
  right:3%;
  vertical-align: middle;
}
.m-detail_link{
  flex-basis: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3DFEE;
  align-self: stretch;
}
.m-detail_link a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-detail_link a img{
  height: 41px;
  width: auto;
}
.m-detail_link a::before{
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  top:0;
  right: 0;
  background: #fff url('../img/link-icon_2.svg') center;
  background-size: 70% auto;
  background-repeat: no-repeat;
}


/*********タイアップ記事一覧リンク**********/
.tie-up-link{
  width:calc(100% - 580px);
  min-width:665px;
  margin:84px auto 0;
  text-align: center;
  padding:.85em;
  box-sizing: border-box;
}
.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 (min-width:1201px)and (max-width:1449px){
.m-detail-area .device2{
  width:56%;
  min-width: 250px;
}
.m-detail-area .m-detail h3{
  font-size:16px;
  font-size: 1rem;
}
.m-detail table{
  font-size: 15px;
  font-size: 0.9375rem;
}
.m-detail table td.table-ttl{
  padding:.7em .3em;
}
.m-detail table td{
  padding:.7em .3em;
}
.m-detail table.user-class{
  margin: 13px 0 0;
  font-size:13px;
  font-size: 0.8125rem;
}
.m-detail table.user-class td.user-table-ttl{
  padding:.5em .3em .5em 0;
}
.m-detail table.user-class td{
  padding:.5em .3em .5em 0;
}
.ad-co-btn-2 {
  padding:1.2em 1em;
  font-size:17px;
  font-size: 1.0625rem;
}
.ad-co-btn-2::after {
  width:14px;
  height:14px;
  right:4%;
}
.ad-dl-btn-2 {
    padding:1.2em 1em;
  font-size:17px;
  font-size: 1.0625rem;
}
.ad-dl-btn-2::after {
  width:14px;
  height:14px;
  right:4%;
}
.tie-up-text{
  font-size:18px;
  font-size: 1.125rem;
}
.tie-up-link{
  padding:.65em;
}
}
@media screen and (max-width:1200px) {
.m-detail-area .device2{
  width:50%;
  min-width:230px
}
.m-detail-area .m-detail h3{
  font-size:15px;
  font-size: 0.9375rem;
}
.m-detail table{
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-detail table td.table-ttl{
  padding:.7em .3em;
}
.m-detail table td{
  padding:.7em .3em;
}
.m-detail table.user-class{
  margin: 13px 0 0;
  font-size:12px;
  font-size: 0.75rem;
}
.m-detail table.user-class td.user-table-ttl{
  padding:.5em .3em .5em 0;
}
.m-detail table.user-class td{
  padding:.5em .3em .5em 0;
}
.ad-co-btn-2 {
  padding: 1.2em 1em;
  font-size:15px;
  font-size: 0.9375rem;
}
.ad-co-btn-2::after {
  width:12px;
  height:12px;
  right:4%;
}
.ad-dl-btn-2 {
  padding: 1.2em 1em;
  font-size:15px;
  font-size: 0.9375rem;
}
.ad-dl-btn-2::after {
  width:12px;
  height:12px;
  right:4%;
}
.tie-up-text{
  font-size:16px;
  font-size: 1rem;
}
.tie-up-link{
  padding:.65em;
}
}

/********************* トピックス ***************************/
.topics-area{
  /*width: calc(100% - 398px);*/
  max-width: var(--def-content);
  margin: 142px auto 0;
  text-align: center;
  padding: 0;
}
.topics-area h3{
  font-size:24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 90px;
}
.topics-area dl{
  margin:0 auto 35px;
  text-align: left;
  width:100%;
}
.topics-area dl dt{
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
}
.topics-area dl dt span.news{
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area dl dt span.grape-tag{
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  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: 15px;
  font-size: 0.9375rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area dl dt span.update-tag{
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  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: 15px;
  font-size: 0.9375rem;
  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:18px;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #333;
}
.topics-area dl:last-of-type{
  margin-bottom: 0;
}
.more-read{
  margin:63px auto 0;
}
.more-read p a{
  font-size:20px;
  font-size: 1.25rem;
  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:90px;
  left: 0;
}
/****ページネーション*****/
.page-nav{
  width:calc(100% - 260px);
  margin:63px auto 0;
  text-align: 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 (min-width:1201px)and (max-width:1449px){
.topics-area dl dt{
  font-size:16px;
  font-size: 1rem;
}
.topics-area dl dd a{
  font-size:16px;
  font-size: 1rem;
}
.topics-area dl dt span.news, .topics-area dl dt span.grape, 
.topics-area dl dt span.press-release, .topics-area dl dt span.update, .topics-area dl dt span.umami{
  font-size: 13px;
  font-size: 0.8125rem;
}
}
@media screen and (max-width:1200px) {
.topics-area dl{
  margin:0 auto 25px;
}
.topics-area dl dt{
  font-size:15px;
  font-size: 0.9375rem;
}
.topics-area dl dd a{
  font-size:15px;
  font-size: 0.9375rem;
}
.topics-area dl dt span.news, .topics-area dl dt span.grape, 
.topics-area dl dt span.press-release, .topics-area dl dt span.update, .topics-area dl dt span.umami{
  font-size: 11px;
  font-size: 0.6875rem;
}
.more-read{
  margin:58px auto 0;
}
.more-read p a{
  font-size:18px;
  font-size: 1.125rem;
}
.more-read p a::after{
  width:86px;
}
}

/********************* 事例紹介 ***************************/
.case-area{
  width:100%;
  padding:105px 0 75px;
  margin:143px auto 0;
  background:#f7f7f7;
  text-align: center;
}
.case-area h3{
  font-size:24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 88px;
}
.case-articles{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:32px;
  /*width: calc(100% - 398px);*/
  max-width: var(--def-content);
  box-sizing: border-box;
  margin: 0 auto;
}
.case-article-block{
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 66px;
}
.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: 16px;
  font-size: 1rem;
  margin: 14px 0 5px;
}
.article-data span{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#BC80AD;
  display: inline-flex;
}
.cat-umami .article-data span{
  color: #fff;
  background:#000;
}
.cat-update .article-data span{
  color: #000;
  background:#fff;
  border: 1px solid #000;
}
.case-article-block h3.case-article-ttle{
  margin-bottom:17px;
  margin-top: 0;
  line-height:1.2;
}
.case-article-block h3.case-article-ttle a{
  font-size: 18px;
  font-size: 1.125rem;
  margin: 12px 0;
  color:#333;
}
.case-article-block dl{
  padding:11px 0 0;
  border-top: 1px solid #555;
  width:100%;
  font-size:15px;
  font-size: 0.9375rem;
}
.case-article-block dl dt{
  color: #333;
  margin-bottom: 10px;
  display: none;
}
.case-article-block dl dd span,
.case-article-block dl dd a{
  border: 1px solid #000;
  color: #333;
  padding: .2em;
  display: block;
  width: fit-content;
}
@media screen and (min-width:1201px)and (max-width:1449px){
.article-data{
  font-size: 14px;
  font-size: 0.875rem;
  margin: 12px 0 5px;
}
.article-data span{
  font-size: 12px;
  font-size: 0.75rem;
  padding:.1em .5em;
}
.case-article-block h3.case-article-ttle a{
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 12px 0;
}
.case-article-block h3.case-article-ttle{
  line-height:1.2;
}
.case-article-block dl{
  font-size:14px;
  font-size: 0.875rem;
}
}
@media screen and (max-width:1200px) {
.article-data{
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 12px 0 5px;
}
.article-data span{
  font-size: 12px;
  font-size: 0.75rem;
  padding:.1em .5em;
}   
.case-article-block h3.case-article-ttle a{
  font-size: 16px;
  font-size: 1rem;
}
.case-article-block h3.case-article-ttle{
  line-height:1;
}
}

/********************* 各メディア紹介（フッター前） ***************************/
.media-3{
  width: calc(100% - 398px);
  margin:140px auto 0;
  text-align: center;
}
.media-3 h3{
  font-size:24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin: 0 0 94px; 
}
.footer-media-lineup{
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:22px;
  box-sizing: border-box;
}
.media-block2{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 15px * 2 / 2);
  box-sizing: border-box;
}
.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:16px;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
  color:#000;
}
.media-block2 h3 a span{
  font-size:14px;
  font-size: 0.875rem;
  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:23px;
  height: 23px;
  top: 2px;
}

/********************* 事例一覧 ***************************/
h2#case-all-ttl{
  margin:73px auto 70px;
  font-size:24px;
  font-size: 1.5rem;
  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% - 504px);
  max-width: var(--def-content);
  text-align: center;
}
.search-boad{
  width:100%;
  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:inline-flex;
  align-items: center;
  padding:25px;
  box-sizing:border-box;
}

/* メディア選択 */
.media-choice {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin:0 7px 0 0;
  flex-grow:1;
}
.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: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #adadad;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  flex-grow:1;
}
.media-choice select:focus{
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}

/* 施策選択 */
.measures {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin:0 7px 0 0;
  flex-grow:2;
}
.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: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #adadad;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  flex-grow:2;
}
.measures select:focus{
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}

/* サーチボタン */
.search-boad button{
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size:15px;
  font-size:0.9375rem;
  background:#000;
  flex-grow:1;
  margin-left:31px;
  height: 2.8em;
}
@media screen and (max-width:1200px) {
.search-boad-area{
  width:calc(100% - 404px);
}
}

/* 検索結果 */
.search-result-area{
  width: calc(100% - 260px);
  max-width: var(--max-content);
  margin: 0 auto 299px;
  text-align: center;
  height: auto;
}
.search-result{
  width:100%;
  padding:0 0 26px;
  margin:164px 0 48px;
  border-bottom: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result h3{
  text-align: left;
  font-size:20px;
  font-size: 1.25rem;
  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:20px;
  font-size: 1.25rem;
  color: #333;
}
.search-value span{
  margin-left:41px;
  font-size:20px;
  font-size: 1.25rem;
  color: #333;
}
.case-articles2{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:32px;
  width:100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 !important;
  background-color: transparent !important;
}
.media-3.case-m-t0{
  margin-top: 0;
}
@media screen and (max-width:1200px) {
.search-result h3{
  font-size:18px;
  font-size: 1.125rem;
}
.search-value{
  font-size:18px;
  font-size: 1.125rem;
}
.search-value span{
  font-size:18px;
  font-size: 1.125rem;
}
}

/********************* トピックス ***************************/
.topics-area2{
  width:100%;
  margin: 44px auto 0;
  text-align: center;
  padding: 0;
}
.topics-area2 dl{
  margin:0 auto 35px;
  text-align: left;
  width:100%;
}
.topics-area2 dl dt{
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
}
.topics-area2 dl dt span.news{
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area2 dl dt span.grape-tag{
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#BC80AD;
}
.topics-area2 dl dt span.press-release{
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 20px;
  padding:.2em .5em;
  margin-left:8px;
  background:#666;
}
.topics-area2 dl dt span.update-tag{
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  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: 15px;
  font-size: 0.9375rem;
  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:18px;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #333;
}
.topics-area2 dl:last-of-type{
  margin-bottom: 0;
}

@media screen and (min-width:1201px)and (max-width:1449px){
.topics-area2 dl dt{
  font-size:16px;
  font-size: 1rem;
}
.topics-area2 dl dd a{
  font-size:16px;
  font-size: 1rem;
}
.topics-area2 dl dt span.news, .topics-area2 dl dt span.grape, 
.topics-area2 dl dt span.press-release, .topics-area2 dl dt span.update, .topics-area2 dl dt span.umami{
  font-size: 13px;
  font-size: 0.8125rem;
}
}
@media screen and (max-width:1200px) {
.topics-area2 dl{
  margin:0 auto 25px;
}
.topics-area2 dl dt{
  font-size:15px;
  font-size: 0.9375rem;
}
.topics-area2 dl dd a{
  font-size:15px;
  font-size: 0.9375rem;
}
.topics-area2 dl dt span.news, .topics-area2 dl dt span.grape, 
.topics-area2 dl dt span.press-release, .topics-area2 dl dt span.update, .topics-area2 dl dt span.umami{
  font-size: 11px;
  font-size: 0.6875rem;
}
}

/********************* 事例記事詳細 ***************************/
#container{
  width: calc(100% - 268px);
  margin:98px auto 0;
  text-align: left;
  padding: 0;
  box-sizing:border-box;
  max-width: 1170px;
}
#container article *{
  box-sizing: border-box;
}
#container article section h2{
  font-size:24px;
  font-size: 1.5rem;
  color: #333;
  line-height:1.2;
}
#container article time{
  padding:30px 0 16px;
  font-size:16px;
  font-size: 1rem;
  color: #666;
  display: block;
}
#container article time span{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#BC80AD;
}
#container article dl{
  margin:0 0 45px;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0;  
}
.article-mv{
  width:100%;
  height:750px;
  display: flex;
}
.article-mv img{
  object-fit: cover;
  width: 100%;
}
#container article p{
  font-size:16px;
  font-size: 1rem;
  color: #333;
  line-height:1.8;
  margin-top:40px;
  letter-spacing: 0.03em;
}
#container article p:first-child{
  margin-top: 0;
}
#container article p span{
  display: block;
  margin-top:40px;
}
.intro{
  margin:46px 0 72px;
}
.purpose{
  width:100%;
  background:#f5f5f5;
  padding:40px 80px;
  box-sizing: border-box;
}
.purpose h3{
  font-size:18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  padding-bottom:21px;
  margin-bottom:25px;
  border-bottom: 1px solid #555;
  margin-top: 0 !important;
}
.purpose ul{
  font-size:16px;
  font-size: 1rem;
  color:#333
}
.purpose ul li{
  margin-bottom:15px;
}
.purpose ul li:last-of-type{
  margin-bottom:0;
}
#container article figure{
  margin:91px auto;
  text-align: center;
  width:60%;
  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:14px;
  font-size: 0.875rem;
  color: #717171;
  margin-top:5px;
}
#container article section h3{
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
  line-height:1.2;
  border-bottom: 1px solid #555;
  padding-bottom:22px;
  margin:103px 0 44px;
  font-weight: 500;
}
.results{
  width:100%;
  background:#EDF6FD;
  padding:40px 80px;
  box-sizing: border-box;
  margin:60px 0 79px;
}
.results h3{
  font-size:18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  padding-bottom:21px;
  margin-bottom:25px;
  border-bottom: 1px solid #555;
  margin-top: 0 !important;
}
.results ul{
  font-size:16px;
  font-size: 1rem;
  color:#333
}
.results ul li{
  margin-bottom:15px;
}
.results ul li:last-of-type{
  margin-bottom:0;
}
.results + .attention{
  font-size: 12px !important;
  font-size: 0.75rem !important;
  transform: translateY(-5em);
}

.case-more-read{
  margin:0 auto;
  text-align: center;
}
.case-more-read p a{
  font-size:20px;
  font-size: 1.25rem;
  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:175px;
  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:180px auto 0;
}
@media screen and (min-width:1025px) and (max-width:1200px){
.article-mv{
  height:600px;
}
}
@media screen and (max-width:1200px) {
#container{
  margin:88px auto 0;
}
#container article section h2{
  font-size:22px;
  font-size: 1.375rem;
}
#container article time{
  padding:20px 0 10px;
  font-size:14px;
  font-size: 0.875rem;
}
#container article time span{
  font-size: 13px;
  font-size: 0.8125rem;
}
#container article dl{
  margin:0 0 35px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.case-more-read{
  margin:58px auto 0;
}
.case-more-read p a{
  font-size:18px;
  font-size: 1.125rem;
}
.case-more-read p a::after{
  width:158px;
}
}







/********************* トピックス記事詳細 ***************************/
#container article time span.umami-tag{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#000;
}
#container article time span.news-tag{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#666;
}
#container article time span.press-tag{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#666;
}
#container article time span.grape-tag{
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding:.1em .5em;
  margin-left:8px;
  background:#BC80AD;
}
#container article time span.update-tag{
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  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:110px auto 0;
  text-align: center;
}
.back-top p a{
  font-size:20px;
  font-size: 1.25rem;
  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:100px;
  left: 0;
}
@media screen and (max-width:1200px) {
.back-top{
  margin:58px auto 0;
}
.back-top p a{
  font-size:18px;
  font-size: 1.125rem;
}
.back-top p a::after{
  width:93px;
}
#container article time span.umami-tag, #container article time span.news-tag, 
#container article time span.press-tag, #container article time span.grape-tag, #container article time span.update-tag{
  font-size: 13px;
  font-size: 0.8125rem;
}
}

/********************* コラム一覧 ***************************/
h2#column-all-ttl{
  margin:73px auto 48px;
  font-size:24px;
  font-size: 1.5rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 260px);
  max-width: var(--max-content);
  padding-bottom:70px;
  border-bottom: 1px solid #555;
}
.column-area{
  width: calc(100% - 260px);
  max-width: var(--max-content);
  margin: 0 auto 226px;
  text-align: center;
  height: auto;
}
.column-articles{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:32px;
  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: 16px;
  font-size: 1rem;
  margin: 14px 0 5px;
}
.column-article-block h3.column-article-ttle{
  margin-bottom:17px;
  line-height:1.2;
}
.column-article-block h3.column-article-ttle a{
  font-size: 18px;
  font-size: 1.125rem;
  margin: 12px 0;
  color:#333;
}
.column-article-block dl{
  padding:11px 0 0;
  border-top: 1px solid #555;
  width:100%;
  font-size:15px;
  font-size: 0.9375rem;
}
.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;
}
@media screen and (min-width:1201px)and (max-width:1449px){
.column-article-block h3.column-article-ttle a{
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 12px 0;
}
.column-article-block h3.column-article-ttle{
  line-height:1;
}
.column-article-block dl{
  font-size:14px;
  font-size: 0.875rem;
}
.column-article-data{
  font-size: 14px;
  font-size: 0.875rem;
  margin: 12px 0 5px;
}
}
@media screen and (max-width:1200px) {
.column-article-block h3.column-article-ttle a{
  font-size: 16px;
  font-size: 1rem;
}
.column-article-block h3.column-article-ttle{
  line-height:1.2;
}
.column-article-data{
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 12px 0 5px;
}
}

/********************* コラム詳細 ***************************/
.text-box,
.worry{
  border:1px solid #000;
  padding:2em 1.5em;
  width:100%;
  box-sizing: border-box;
  margin:46px 0 24px;
}
.worry ul{
  text-align: left;
}
.worry ul li{
  font-size:18px;
  font-size: 1.125rem;
  color: #000;
}
.client{
  border:1px solid #b2b2b2;
  padding:2em 1.5em;
  width:100%;
  box-sizing: border-box;
  margin:46px 0 24px;
  line-height:1.6;
}
.client ul{
  text-align: left;
}
.worry ul li h3{
  font-size:16px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.worry ul li{
  font-size:16px;
  font-size: 1rem;
  color: #333;
}
.our-company{
  border:1px solid #b2b2b2;
  padding:2em 1.5em;
  width:100%;
  box-sizing: border-box;
  margin:46px 0 24px;
  line-height:1.6;
}
.our-company ul{
  text-align: left;
}
.our-company ul li h3 a{
  font-size:16px;
  font-size: 1rem;
  font-weight: 500;
  color: #BC80AD;
  text-decoration: none;
}
.our-company ul li h3 a::before{
  display: none;
}
.our-company ul li{
  font-size:16px;
  font-size: 1rem;
  color: #333;
}
.our-company ul li a{
  font-size:16px;
  font-size: 1rem;
  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:16px !important;
  font-size: 1rem !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 {
  min-width: 598px;
  margin:38px auto 50px;
  background-color: #f5f5f5;
  width: 60%;
}
.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: 18px;
  font-size: 1.125rem;
}
.accordion-index summary::-webkit-details-marker {
  display: none;
}
.accordion-index summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  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:16px;
  font-size:1rem;
  padding: 0 0 15px 0;
}
.accordion-index div ul li span{
  text-align: left;
  font-size:16px;
  font-size:1rem;
  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:30px;
  height:30px;
  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:30px;
  height:30px;
  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:30px;
  height:30px;
  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:30px;
  height:30px;
  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;
}
.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:30px;
  padding: .8em 1.2em;
  border: 2px solid #555;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  text-align: left;
}
.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;
}
.user-line div img{
  object-fit: cover;
  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:14px;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
}
.baloon-left {
  display: flex;
  align-items: center;
  position: relative;
  max-width:600px;
  margin-left:30px;
  padding: .8em 1.2em;
  border: 2px solid #555;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
}
.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:16px;
  font-size: 1rem;
  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:70px 0;
}
#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:16px;
  font-size: 1rem;
  color: #333;
  margin:50px 0;
}

/******構成案（イレギュラー）******/
#container article .plan{
  background:#f5f5f5;
  padding:1.8em;
  width: 100%;
  height: auto;
  margin: 35px 0;
}
#container article .plan p{
  font-size:16px;
  font-size: 1rem;
  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:210px;
}
@media screen and (max-width:1200px) {
.communication-pt1{
  padding: 30px 0;
}
.communication-pt2{
  padding: 30px 0;
}
#container article .plan p{
  font-size:14px;
  font-size: 0.875rem;
}
.baloon-right, .baloon-left {
  max-width:450px;
  font-size:15px;
  font-size: 0.9375rem;
}
.media-3.column-m-top{
  margin-top:180px;
}
}

/********************* お問い合わせ ***************************/
h2#contact-ttl{
  margin:73px auto 48px;
  font-size:24px;
  font-size: 1.5rem;
  color:#000; 
  width:100%;
  text-align:center; 
  font-weight: 500;
  width: calc(100% - 260px);
  max-width: var(--max-content);
  padding-bottom:70px;
  border-bottom: 1px solid #555;
}
.contact-info{
  width: calc(100% - 260px);
  max-width: var(--def-content);
  margin:0 auto;
  font-size:16px;
  font-size:1rem;
  line-height: 1.3;
  color: #333;
}
.form-area{
  margin:76px auto;
  width: calc(100% - 338px);
  max-width: var(--def-content);
  background:#f5f5f5;
}
.form-area *{
  box-sizing: border-box;
}
.form-area p.form-info{
  width:calc(100% - 156px);
  text-align: left;
  color:#333;
  font-size:15px;
  font-size: 0.9375rem;
  margin:0 auto;
  padding: 66px 0;
}
.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% - 324px);
  height: auto;
  margin: 0 auto;
  padding-bottom:60px;
}
.write-space form p,
.write-space form .form-item{
  display: flex;
  flex-direction: column;
}
.write-space form p label,
.write-space form .form-item label{
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
.write-space form p label.must-icon::after,
.write-space form .form-item 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 {
  appearance: none;
  min-width: 230px;
  width:100%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #555555;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.write-space form .form-item .separate,
.write-space form p span.separate{
  display: flex;
  gap:16px;
  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:16px 0;
  height: 2.8em;
  border: 1px solid #555555;
  border-radius: 3px;
}
.write-space form .form-item input.full-space,
.write-space form p input.full-space{
  width:100%;
  margin:16px 0;
  height: 2.8em;
  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;
  border-radius: 3px;
  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:15px;
  font-size: 0.9375rem;
}
.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: 13px;
  font-size: 0.8125rem;
  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: 60%;
  padding: .95em 1em;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  font-weight: 500;
  margin:60px auto 0;
  border: #000 2px solid;
  box-sizing: border-box;
}
.submit-btn:hover{
  opacity: 0.5;
}
.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: 2em;
}
.write-space.confirm form .form-item{
  margin:16px 0;
  border-bottom: #333 1px solid;
  padding-bottom: 16px;
  gap: 16px;
}
.write-space form .form-item:has(.captcha){
  margin:26px 0 0;
}
.write-space form .form-item .captcha{
  display: flex;
  align-items: center;
  gap: 1em;
}

@media screen and (max-width:1200px) {
.write-space{
  width:calc(100% - 224px);
}
.submit-btn{
  width: 80%;
}
.ad-dl-area.m-213 {
  margin-top: 113px;
}
}

/* search-result-page */

.search-result-page h2#search-ttl{
  margin: 73px auto 15px;
  font-size: 24px;
  font-size: 1.5rem;
  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;
  max-width: 850px !important;
}
.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: 1.18rem !important;
  font-size: 19px !important;
}
.entry-content h4{
  font-size: 1.12rem;
  font-size: 17px;
}
