@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300;1,400&display=swap');


/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
/* rem相対、px固定*/
@media (min-width: 751px) {
  :root {
    font-size: calc(0.5625rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.6rem;
  }
}
@media (min-width: 1344px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  @media (min-width: 751px) {
    :root {
      font-size: calc(0.52rem + ((1vw - 7.68px) * 0.1736));
      min-height: 0vw;
    }

  }
}
@media screen and (max-width:750px) {
  html {
  font-size: 62.5%;
  }
  body { font-size: 1.4rem; }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.4rem;
  }
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,body {
height:100%;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-weight: 400;
line-height:1.8;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

/* ゴシック系 */
body, table, th, td, p, li, div, span,dt,dd,
h1,h2,h3,h4,h5,h1 span,h2 span {
font-family:'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* 明朝系 */
.min {
font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p,li,dt,dd,th,td,div,span,em {
color: #191919;
word-wrap: break-word;
}
p,div,span,em {
line-height: 1.8
}
li,dt,dd,th,td {
line-height: 1.4;
}
p {
  margin-top:0;
}
li {
line-height: 1.4;
list-style: none;
}

ul,ol,figure {
	padding-left:0;
	margin:0;
	width:100%;
}
table {
width: 100%;
border-collapse: collapse;
}
a {
  word-break: break-word;
  text-decoration: none;
}
header a,
footer a {
  text-decoration: none;
}
main a {
color: #191919;
}
img {
line-height: 0;
max-width: 100%;
vertical-align: bottom;
}

article:after,main:after,
clearfix:after {
content: "";
display: block;
clear: both;
}

.js-video-button {text-align:left;}

@media screen and ( min-width: 751px ){
  a {
  -webkit-transition: background  0.3s ease, color 0.3s ease;
  -moz-transition: background  0.3s ease, color 0.3s ease;
  -o-transition: background  0.3s ease, color 0.3s ease;
  transition: background  0.3s ease, color 0.3s ease;
}
	a:hover,Button:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
	cursor:pointer;
  transition:opacity 0.3s;
  text-decoration: none;
	}
	a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	}
	#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
	}
  a[href^="tel:"] { pointer-events: none; }
  .sp {
  display:none!important;
  }
  .md,
  .ms,
  .sp {
    display: none;
  }

}


/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac { margin:auto; }
.tc { text-align:center!important; }
.tl { text-align:left!important; }
.fl { float:left; }
.fr { float:right; }
.bold { font-weight:bold; }
.inline { display:inline-block; }
.block { display:block; }
.super { vertical-align: super; font-size:10px;}

dl,dt,dd,li {
  margin:0;
  padding:0;
}

/* -----------------------------------------------------------
page
------------------------------------------------------------*/
.full {
	width:100vw;
	margin:0 calc(50% - 50vw);
}
.container {
	margin: 0 auto;
	max-width:1000px;
	width:90%;
	position: relative;
}
.container.wide {
  max-width:1510px;
}
.container.big {
  max-width:1280px;
}
.container.large {
	max-width:1200px;
}
.container.medium {
  max-width:1126px;
}
.container.base {
  max-width:980px;
}
.container.short {
  max-width:800px;
}
.container-inner {
  max-width:1080px;
  margin:0 auto;
}
.wrap a {
  text-decoration: underline;
}
/* -----------------------------------------------------------
reset
------------------------------------------------------------*/
a:focus, a:active {
outline: none;
outline-offset: 0;
text-decoration: none;
}
.btn:active, .btn.active {
box-shadow:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline:none;
}
.btn-link:hover {
  text-decoration:none;
}

/* -----------------------------------------------------------
共通ボックス
------------------------------------------------------------*/
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 1.4rem; }
.fs16 { font-size: 1.6rem; }
.fs18 { font-size: 1.8rem; }
.fs20 { font-size: 2rem; }
.fs21 { font-size: 2.1rem }
.fs22 { font-size: 2.2rem; }
.fs23 { font-size: 2.3rem; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs29 { font-size: 29px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }
p.mb0 {
  margin-bottom:0;
}

/* -----------------------------------------------------------
btn
------------------------------------------------------------*/

button {
width: auto;
padding: 0;
margin: 0;
background: none;
border: 0;
font-size: 0;
line-height: 0;
overflow: visible;
cursor: pointer;
}
button:focus {
outline: none;
appearance: none;
}

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

}

@media screen and (max-width: 750px) {
  .fs18 { font-size:4.6875vw }
  .fs28 { font-size:4.6875vw }
}


/* -----------------------------------------------------------
cta-area
------------------------------------------------------------*/
.cta-area {
  background-color: #9097a7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  flex-wrap:wrap;
}
.cta-area * {
  color:#fff;
  text-align: center;
}
.cta-mail {
  margin-bottom:0;
}
.cta-area .ttl-jp,
.cta-area .ttl-en,
.cta-tel,
.cta-time,
.cta-mail {
  width:100%;
}


@media screen and (min-width: 751px) {
  .cta-area {
    background-color: #9097a7;
    padding: 1rem 0;
    text-align: center;
    height:calc(350/1200*100vw);
    max-height:350px;
    min-height:240px;
  }
  .cta-area .ttl-jp {
    margin-bottom:0.5rem;
    color:#fff;
  }
  .cta-area .ttl-en {
    margin-bottom:calc(40/1920*100vw);
    color:#fff;
  }
  .cta-tel {
    font-size:3.6rem;
    line-height: 1;
    font-weight:bold;
    margin-bottom:0.5rem;
  }
  .cta-time {
    font-size:1.9rem;
    margin-bottom: calc(25/1200*100vw);
  }
  .cta-mail a {
    padding:1rem 2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height:1;
    color:#191919;
    font-weight:bold;
    width:320px;
    max-width:100%;
    height:40px;
    border-radius: 10em;
    margin:auto;
  }
  .cta-area .icn-r {
    color:#191919;
  }
  .icn-r {
    font-size:65%;
    margin:0 3px 0 0;
    line-height:1;

  }
}

@media screen and (max-width: 750px) {
  .cta-area {
    background-color: #9097a7;
    padding:calc(40/640*100vw) 0;
    text-align: center;
  }
  .cta-area .cta-ttl {
    font-size:calc(55/640*100vw);
    color:#fff;
    line-height: 1;
    margin:0 auto 1rem;
  }
  .cta-txt {
    font-size: 3.7vw;
    color:#fff;
    font-weight: bold;
  }
  .cta-tel {
    font-size:3.3rem;
    font-weight:bold;
    margin-bottom:0;
  }
  .cta-area .ttl-en {
    margin-bottom:0;
  }
  .cta-mail a {
    padding:1rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height:1;
    color:#191919;
    font-weight:bold;
    width:80%;
    max-width:calc(519/640*100vw);
    height: calc(100/640*100vw);
    border-radius: 0.5em;
    margin:auto;
  }
  .cta-mail a {
    font-size:1.75rem;
  }
  .cta-time {
    margin-bottom:2.5rem;
  }
  .cta-area .icn-r {
    font-size:1rem;
    color:#191919;
  }


}

/* -----------------------------------------------------------
 section
------------------------------------------------------------*/

a.link {
  text-decoration: underline;
}
.arrow-link a {
  position: relative;
  background:url(../img/common/more-ar.svg)no-repeat 0 center;
  background-size:6.5px auto;
  padding-left:0.8em;
  font-size: 1.5rem;
}
.arrow-link.tr {
  text-align:right;
  margin:2rem 0 0 auto;
}

@media screen and (min-width: 751px) {
  .section {
    padding:6rem 0 5.5rem;
  }
  .section5 {
    padding:5rem 0 6rem;
  }
  .section2 {
    padding:2rem 0 10rem;
  }
  .section8 {
    padding:8rem 0;
  }
  .sec {
    padding:6rem 0 0;
  }
  .sec2 {
    padding:2rem 0 5.5rem;
  }
  .sec3 {
    padding:3rem 0 12rem;
  }
  .sec6 {
    margin-bottom:6rem;
  }
}

@media screen and (max-width: 750px) {
  .section {
    padding:4rem 0;
  }
  .pc,.md,.ms,
  .breadcrumbs {
    display: none!important;
  }
  .sp {
    display: block;
  }
  .container {
    width:100%;
    padding-left: calc(20/640*100vw);
    padding-right: calc(20/640*100vw);
  }
  .pager {
  	margin: 2rem auto;
  	text-align: center;
  }
  #page {
    margin:0 auto;
  }
  .sec-spt5 {
    padding:5rem 0 0;
  }
  .sec-sp3 {
    padding:3rem 0;
  }
  .sec-spb0 {
    padding-bottom:0;
  }
  .sec-spt2 {
    padding-top:2rem;
  }
  .section5 {
    padding:3rem 0 2rem;
  }
  .section2 {
    padding:2rem 0 5rem;
  }
  .sec6 {
    margin-bottom:5rem;
  }
  .sec3 {
    margin-bottom:6rem;
  }
}

/* -----------------------------------------------------------
	list indent
------------------------------------------------------------*/
.marker {
  background: linear-gradient(transparent 70%, #fee6a3 0%);
	font-weight: bold;
	color:#333;
}
ul.list01 li {
  margin:0 0 0.8em 1em;
  text-indent:-1em;
}
ul.list01.pa li {
  line-height: 1.8;
}
.list01.mb {
  margin-bottom:2rem;
}
.list01 li.mb0 {
  margin-bottom:0;
}
.list01.s li {
  font-size:0.78em;
}
.list02 li {
  margin:0 0 1em 0;
  padding-left:1em;
  position: relative;
}
.list02.mb li {
	margin-bottom:0.5em
}
.list02 li:before {
  content:"";
  position: absolute;
  top:0.6em;
  left:0;
  width:5px;
  height: 5px;
  background: #999;
  border-radius: 12px;
}
.list02.ml {
	margin:1rem 0 5rem 1em;
}
.list03 li {
  margin:0 0 0.3em 1.2em;
  text-indent:-1.2em;
}
ul.list03 {
  margin:1em 0;
}
ul.list03 + p {
  margin:1.5em 0 -0.5em;
}
.indent01 li {
	margin:0 0 0.8rem 1em;
	text-indent: -1em;
}
.indent01.bold {
	font-weight: bold;
}
.indent01.bold.mt {
	margin-top:3rem;
}
.indent-1 {
	margin:1em 0 1em 1em;
}
.indent-1 .indent-2 {
	margin:0 0 0 1.5em;
}

/* -----------------------------------------------------------
	table
------------------------------------------------------------*/
table.type01 {
  border-collapse: collapse;
  margin:1rem 0 0;
}
table.type01 th,
table.type01 td {
  border-bottom:1px solid #b2b2b2;
  border-right:1px solid #b2b2b2;
	font-weight: normal;
}
table.type01 td:last-of-type {
border-right:none;
}
.nowrap {
	white-space: nowrap;
}
table.type01 tr:first-of-type {
  border-top:1px solid #b2b2b2;
}
table.type01 th {
	font-weight: bold;
}
.tc td,
.tc th {
	text-align: center;
}
table.type01 tr:nth-child(odd) th,
table.type01 tr:nth-child(odd) td { 
  background:#f7f7f7;
}

/* table-line */
table.table-line {
  border-collapse: collapse;
  margin:9rem 0 0;
}
table.table-line.m {
  margin-top:4rem;
  margin-bottom:2rem;
}
table.table-line th,
table.table-line td {
  font-size:1.8rem;
  padding:1.8rem 0 1.8rem 2rem;
  border-bottom:1px solid #191919;
}
table.table-line tr:first-of-type th,
table.table-line tr:first-of-type td {
  border-top:1px solid #191919;  
}
table.table-line th {
  text-align:right;
  padding-right:2em;
  width:10em;
  vertical-align: top;
}



/* type02 */
table.type02 {
  border-collapse: collapse;
  margin:1rem 0 0;
}
table.type02 th,
table.type02 td {
  border-bottom:1px solid #777;
  border-right:1px solid #777;
}
table.type02 td:last-of-type,
table.type02 tr:first-of-type th:last-of-type {
border-right:none;
}
table.type02 tr:first-of-type {
  border-top:1px solid #777;
}
table.type02 .tr2 td,
table.type02 .tr2 th {
  padding:0.8rem;
}
table.type02 div {
  display: block;
  line-height: 1.4;
}
table.type02 span {
  line-height: 1.4;
}
.th-gray {
  background: #efefef;
}
.th-pink {
  background: #ffefef;
}
.red {
  color:red!important;
}
.th-caption {
  text-align: left!important;
  font-weight: bold;
}
.th-ttl {
  font-size: 123%!important;
}
.type02 img {
  text-align: center;
  margin:auto;
}
.w2a,
.w2c {
  width:76.5%;
}
.w2b {
  width:94%;
}
.t22 {
  font-size: 138%!important;
}

table.type02 .w3 {
  width:31%;
}
.table-feature2  table .td-img td {
  padding-top:3rem;
  padding-bottom:3rem;
  padding-right:2rem;
  padding-left:2rem;
}
.table-feature2 table .td-img td .wh1 {
  padding-bottom:1rem;
}

/* type03 */
table.type03 {
  border-collapse: collapse;
  margin:1rem 0 0;
  background: #fff;
}
table.type03 th,
table.type03 td {
  border-bottom:1px solid #777;
  border-right:1px solid #777;
  padding:1rem;
  text-align: center;
}
table.type03  {
  border:1px solid #777;
}

table.type03 .before img {
  max-width: 330px;
}
table.type03 .after img {
  max-width: 368px;
}
table.type03 td.td-img {
  width:40%;
  padding-bottom:3.5rem;
}
table.type03 th.th-dot {
  border-bottom:1px dashed #777;
}

/* table-scroll */
.table-scroll table.type01 {
width: 100%;
min-width: 751px;
}
.table-scroll {
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
padding-bottom:2rem;
}
.table-scroll.mb {
  margin-bottom: 2rem;
}


@media screen and (min-width: 751px) {
  table.type01.mb {
    margin-bottom:3.5em;
  }
  table.type01 th {
    padding:2rem 1rem;
  }
  table.type01 td {
    padding:2rem 2.5rem;
  }
  table.type01 th {
    width:9.5em;
  }
  table.type02 th, table.type02 td {
    padding: 1rem 0.5rem;
    text-align: center;
    font-size: 91%;
  }
  table.type02 .td-img td {
    padding-top:2.8rem;
    padding-bottom:2.8rem;
  }
  table.type02 .td-txt td {
    padding-top:2rem;
    padding-bottom:2rem;
  }
}

@media screen and (max-width: 750px) {
  .table-scroll table.type01 {
  min-width: 600px;
  }
  table.type01.mb {
    margin-bottom:2.5rem;
  }
  table.type01 th, table.type01 td {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
   .sp-scroll {
    margin:0;
    text-align: right;
  }
  table.type02 th, table.type02 td {
    font-size: 70%;
    text-align: center;
  }
  table.table-line th, table.table-line td {
    font-size:calc(24/640*100vw);
    padding:1.5rem 0;
  }
  .table-line p,
  .table-line * {
    font-size:calc(24/640*100vw);
  }
  table.table-line th {
    width: 6em;
    padding-right:1em;
  }
  table.table-line {
    margin-top:4rem;
  }
}

/* -----------------------------------------------------------
	slide
------------------------------------------------------------*/
.slide-wrap {
  margin-bottom:4rem;
}
/* 初期値 */
.slick-slider {
  opacity: 0;
  transition: opacity .25s ease;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-track,
.slick-slide {
    height: auto!important;
}
.slick-list {/* ガター分ネガティブマージン */
  margin-right: -26px;
}
.slick-slide {/* ガター */
  margin: 0 26px;
}
.slide-wrap .slick-dots li button:before {
  font-size:1.6rem;
  color:#fff;
  opacity: 1;
}
.slide-wrap .slick-dots li.slick-active button:before {
  color: #5e5e5e;
  opacity: 1;
}
.slider {
  overflow: hidden;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev {
  left: -50px!important;
}
.slick-next {
  right: -50px!important;
}
.slick-next:before {
  right:0!important;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1!important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.75!important;
}
.slick-prev:before {
  content:""!important;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto;
  background: url(../img/common/prev.svg) no-repeat 0 0;
  background-size: contain;
}
.slick-next:before {
  content:""!important;
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
  background: url(../img/common/next.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width:751px) and (max-width:1200px) {
  .slick-prev {
    left: -30px!important;
  }
  .slick-next {
    right: -30px!important;
  }
  .slick-slide {
    margin:0 15px;
    text-align:center;
  }
  .slick-list {
    margin-right: 0;
  }
}
@media screen and (min-width:751px) {
  .slick-prev:before,
  .slick-next:before,
  .slick-prev, .slick-next {
    width:26px!important;
    height:32px!important;
  }
  .slide-wrap .slick-dots {
    bottom:-9.5rem;
  }
}
@media screen and (max-width:750px) {
  .slick-next {
    right:0px!important;
  }
  .slick-prev {
    left:0px!important;
  }
  .slick-next:before {
    right:0!important;
  }
  .slick-prev:before {
    left:0!important;
  }
  .slick-prev, .slick-next,
  .slick-prev:before,
  .slick-next:before {
    width:20px!important;
    height:25px!important;
  }
  .slick-slide {
    margin: 0;
  }
  .slide-wrap .slick-dots {
    bottom: -5rem;
  }
  .slide-wrap .slick-dots li button:before {
    font-size: 1.4rem;
  }
  .slick-list {
    margin-right:0;
  }

}

/* -----------------------------------------------------------
	index トップページ home
------------------------------------------------------------*/
body {
  margin:0;
}
#mv {
  position: relative;
  text-align: center;
}
#mv,
.mv-outer,
.mv-inner,
.mv-img  {
  width:100%;
}
.mv-img {
  width:100%;
  height:auto;
  z-index: -1;
  position: relative;
}
.mv-catch {
  width:100%;
}
.ttl-en {
  font-family: 'Arial',sans-serif;
  text-align:center;
  line-height:1;
  font-weight: bold;
}
.ttl-jp {
  margin:0 auto;
  text-align:center;
  line-height:1;
}
#home-ai {
  position: relative;
}
#home-ai:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:calc(150/1600*100vw);
  min-height:150px;
  background:url(../img/home/bg-ai.jpg)no-repeat 0 0;
  background-size:cover;
  z-index: -1;
}
.home-ai {
  width:100%;
  justify-content: space-between;
  border-top:1px solid #fff;
}
.home-ai li {
  border:1px solid #fff;
}
.bg-dot {
  background: url(../img/common/bg-dot.jpg) repeat center top;
  background-size:100%;
}
.bg-dot2 {
  background: url(../img/common/bg-dot2.jpg) repeat center top;
  background-size:100%;
}
#home-pro .slide-box {
  background:url(../img/common/ar-b.svg)no-repeat 97% 96.5%;
  background-size:1.4em auto;
  background-color: #fff;
}
.slide-box {
  text-align: center;
  background-color: #fff;
}
.inv-txt p {
  line-height: 1.6;
}
#home-prize {
  background-color: #fff;
}
.prize-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto;
}
.media-area {
  max-width:780px;
  margin:0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
}
.media-area img {
  vertical-align: middle;
}
.how-detail {
  border-top:1px solid #b2b2b2;
  border-bottom:1px solid #b2b2b2;
}
.how-detail *{
  color:#262626;
}
.how-ttl {
  font-weight: bold;
  margin:0 0 0.5rem;
}
.how-name {
  font-weight: bold;
  margin-bottom:1rem;
}
.how-txt,
.how-txt * {
  line-height:1.6;
}
.bnr-rec-catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  max-height:385px;
  height: calc(385/1000*100vw);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1;
  flex-wrap: wrap;
}
.bnr-rec-catch * {
  width:100%;
  display: block;
  margin:0;
  color:#fff;
  position: relative;
}
.bnr-rec-catch:before {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:100%;
  height:5.15em;
  background: rgb(0,0,0,0.5);
}
.bnr-rec-catch .ttl-en {
  margin-bottom:0;
}


#home-new_product li {
  display: inline-block;



}






/* home レスポンシブ
-----------------------------------------------------------*/

@media screen and (min-width: 751px) {
  #mv {
    background: url(../img/home/mv-bg.png)no-repeat center 35%;
    background-size:cover;
    position: relative;
    z-index: -1;
  }
  .mv-outer {
    max-width:1580px;
    width:95%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv-img {
    margin: 2% auto 0 -2%;
    width: 77%;
  }
  .mv-catch {
    margin: 6% 2% 0 -8%;
    width: 30%;
  }
  .mv-catch img {
    width:calc(366/1200*100vw);
  }
  .home-ai .ttl-en {
    margin-bottom:4rem;
  }
  .inv-title {
    font-size:1.8rem;
    font-weight:bold;
    margin: 0 auto 1rem;
  }
  .inv-txt p {
    font-size:1.35rem;
  }
  .inv-img {
    width:150px;
    height:100px;
    margin:2rem auto 0;
    text-align: center;
  }
  #home-prize {
    padding-bottom: 7rem;
  }
  #home-inv,
  #home-pro {
    padding-bottom:9rem;
  }
  .pro-img {
    max-width:200px;
    max-height:130px;
    margin:0 auto;
    text-align: center;
  }
  #home-media .ttl-en {
    margin-bottom:3rem;
  }
  .ttl-en {
    font-size:calc(28/1200*100vw);
    margin:0 auto 3.5rem;
  }
  .ttl-en.s {
    font-size:calc(25/1200*100vw);
  }
  .ttl-jp {
    font-size:calc(15/1200*100vw);
    margin-bottom: 1rem;
  }
  .home-ai {
    display: flex;
  }
  .home-ai li {
    width:50%;
  }
  .slide-box {
    max-width:280px;
    height:280px;
    padding:2rem;
  }
  .how-box {
    background:url(../img/common/ar-r.svg)no-repeat right center;
    background-size:22px auto;
    display: block;
  }
  .slide-wrap {
    margin-top:5rem;
  }
  .prize-area {
    gap:0 3%;
  }
  .prize-area img {
    max-height:110px;
  }
  .prize-area li:nth-child(1) {
    width:90px;
  }
  .prize-area li:nth-child(2) {
    width:85px;
  }
  .prize-area li:nth-child(3) {
    width:226px;
  }
  .prize-area li:nth-child(4) {
    width:150px;
  }
  .media-area li {
    margin:0 2.5% 1rem;
    width:14%;
  }
  .media-area .nk {
    width:16%;
  }
  .how-box {
    display: flex;
    justify-content: space-between;
    margin:4rem 0;
  }
  .how-thumb {
    width:32%;
  }
  .how-detail {
    width:66%;
    margin-left:2%;
  }
  .how-detail {
    padding:1.5rem 4rem 0 0;
  }
  .how-ttl {
    font-size: 2rem;
  }
  .how-name {
    font-size:1.8rem;
  }
  .bnr-rec-area,
  .bnr-rec {
    max-height:385px;
    height: calc(385/1000*100vw);
    position: relative;
  }
  .bnr-rec-catch .ttl-jp {
    margin-bottom:1rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .ttl-en {
    font-size:2.8rem;
  }
  .ttl-jp {
    font-size:15px;
  }
  .section {
    padding: 4vw 0 5vw;
  }
  .sec {
    padding-top:0;
  }
  .slide-box {
    padding-left:3%;
    padding-right:3%;
  }
}


@media screen and (max-width: 750px) {
  .mv-bottom {
    margin:1rem 0 0 auto;
    text-align: right;
    padding-left:3%;
  }
  .mv-bottom img {
    width:100%;
  }
  #home-news .ttl-en {
    font-size:calc(40/640*100vw);
  }
  .ttl-en {
    font-size:calc(48/640*100vw);
    margin:0 auto 2rem;
  }
  .ttl-jp {
    font-size:calc(24/640*100vw);
    margin-bottom: 0.5rem;
  }
  .ttl-jp.mb {
    margin-bottom:1rem;
  }
  #home-recruit .ttl-jp {
    margin-bottom:0;
  }
  .home-ai {
    margin-top: 3rem;
  }
  #home-ai:before {
    min-height:200px;
  }
  .slide-box {
    max-width:calc(436/640*100vw);
    height:calc(436/640*100vw);
    padding:1.5rem;
    display: flex!important;
    justify-content: center;
    margin:auto;
  }
  .inv-title {
    font-size:calc(28/640*100vw);
    font-weight:bold;
    margin: 0 auto 0.5rem;
  }
  #home-pro .inv-title {
    margin-top:.5rem;
  }
  .inv-txt p {
    font-size:1.2rem;
  }
  .inv-img {
    width:calc(292/640*100vw);
    height:calc(195/640*100vw);
    margin:1rem auto 0;
    text-align: center;
  }
  .pro-img {
    width:80%;
    margin:auto;
  }
  #home-slide {
    padding-bottom: 2rem;
  }
  .prize-area {
    flex-wrap:wrap;
  }
  .prize-area li {
    text-align: center;
    margin:0 auto 4rem;
  }
  .prize-area li img {
    width:auto;
  }
  .prize-area li:nth-child(1) {
    width:50%;
  }
  .prize-area li:nth-child(2) {
    width:50%;
  }
  .prize-area li:nth-child(1) img {
    max-height:110px;
  }
  .prize-area li:nth-child(2) img {
    max-height:100px;
  }
  .prize-area li:nth-child(3) {
    width:50%;
  }
  .prize-area li:nth-child(4) {
    width:48%;
    padding-right:auto;
  }
  .prize-area li:nth-child(4) img {
    max-height:38px;
  }

  .prize-area li:nth-child(5) {
    width:50%;
  }
  .prize-area li:nth-child(5) img {
    max-height:150px;
  }
  .prize-area li:nth-child(6) {
    width:50%;
  }
  .prize-area li:nth-child(6) img {
    max-height:150px;
  }
  .prize-area li:nth-child(7) {
    width:30%;
  }


  .bg-dot,
  .bg-dot2 {
    background-size:200%;
  }
  #home-pro {
    padding:2rem 0 8rem;
  }
  .media-area {
    margin-top:3.2rem;
    justify-content: center;
  }
  .media-area li {
    margin: 0 5% 3.5rem;
    width: 40%;
  }
  .media-area img {
    max-height:45px;
  }
  .media-area li:nth-child(1) img {
    max-height:30px;
  }
  .media-area li:nth-child(4) img {
    max-height:20px;
  }
  .media-area li:nth-child(5) img {
    max-height:26px;
  }
  .media-area li:nth-child(6) img {
    max-height:21px;
  }
  .media-area li:nth-child(7) img {
    height:23px;
    width:auto;
  }
  .media-area li:nth-child(8) img {
    max-height:20px;
  }
  .media-area li:nth-child(9) img {
    max-height:30px;
    margin:auto;
    text-align: center;
  }
  .media-area li:nth-child(10) img {
    max-height:74px;
    margin:auto;
    text-align: center;
  }
  .how-box {
    background:url(../img/common/ar-r.svg)no-repeat right 94%;
    background-size:14px auto;
    display: block;
  }
  .how-box-area {
    width: 94%;
    margin: 3rem auto;
  }
  .how-ttl { 
    font-size:clamp(4.4vw,calc(18/640*100vw),1.8rem);
    margin-top:1rem;
  }
  .how-name {
    font-size:1.5rem;
  }
  .how-detail {
    padding-bottom:2rem;
  }
  .how-txt {
    width:91%;
  }
  #home-recruit {
    background-color: #fff;
    padding:4rem 0;
  }
  .bnr-rec-area, .bnr-rec {
    max-height: 294px;
    height: calc(294/640*100vw);
    position: relative;
  }
  .bnr-rec-catch:before {
    height:calc(100/640*100vw);
  }
}


/* news
-----------------------------------------------------------*/
.news-archive dl {
  border-bottom:1px dotted #8c8c8c;
}
.news-archive dl:first-of-type {
  border-top:1px dotted #8c8c8c;  
}
.date {
  width:6em;
}
.label,
.date {
	line-height: 1.4;
}
.label {
  background-color: #000;
  color:#fff;
  min-width:60px;
  height:18px;
  padding:3px 1rem 0;
  font-family: 'Oswald',sans-serif;
  font-weight: 600;
  line-height:1;
  text-align: center;
}
.label.event {
  background-color: #ffdc00;
  color:#000;
}
.label.information {
  background-color: #009d9e;
  padding:3px;
}
.label.recruit {
  background-color: #0061bc;
}
.label.media {
  background-color: #ea6b00;
}
.label.lecture {
  background-color: #e97fd7;
}



/* topics
-----------------------------------------------------------*/
.topics-area {
  margin:4rem 0 0;
}
.topics-area .ttl03 {
  margin:0 0 2rem 0;
}
.topics-archive dl:first-of-type {
  border-top:1px dashed #b2b8d0;
}
.topics-archive .date {
  font-size: 14px;
  width:auto;
}
.topics-area a {
  text-decoration:none;
}
.topics-label {
  margin-top:3rem;
}
.topics-label li {
  margin:1.5rem 0;
}
.label-date {
  display: flex;
  align-items: center;
  margin-bottom:2rem;
}
.label-date .date {
  margin-left:1rem;
}
.link-box {
  border-top:1px solid #babfd5;
  border-bottom:1px solid #babfd5;
  padding:2rem 0;
}
.single-area img {
  margin-top: 0;
  margin-bottom:1rem;
}
.single-area a {
  color:#0052d0;
  text-decoration: none;
}
.single-area hr {
  border:none;
  border-bottom:1px solid #babfd5;
  padding-bottom:2rem;
  margin-bottom:2rem;
}


/* topics 強調
---------------------------------------------- */

.topics-st {
  background-color: rgb(226 245 253);
}






/* pager
------------------------------------------------------------*/
.pager {
  margin:2rem auto 6rem;
}
.page-numbers {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page-numbers a, .page-numbers span {
  text-decoration: none;
  border: 1px solid #000;
  padding: 2px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  min-width: 1.5em;
  height: 1.7em;
  margin:5px;
}
.page-numbers a.next,
.page-numbers a.preve {
  width:auto;
  white-space: nowrap;
  border: none;
}
.page-numbers a.next {
  margin-left:2rem;
}
.page-numbers span.while {
  border:none;
  margin:0;
}
.page-numbers span.current {
  background-color: #000;
  color:#fff;
}


/* single */
.page-nav {
	display: flex;
	justify-content: center;
  align-items: center;
	max-width:610px;
  width:100%;
	margin:6rem auto 0rem;
  position: relative;
}
.page-nav li {
	margin:0 2%;
}
.page-nav a {
	width:100%;
	height:4em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	color:#000;
  text-decoration: none;
  position: relative;
  font-size: 95%;
}
.nav-prev a span {
  margin-right:1em;
  text-align: left;
}
.nav-next a span {
  margin-left:1em;
  text-align: right;
}

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

  .news-archive dl {
    display: flex;
    /* justify-content: space-between; N.Tsuda Edit */
    width:100%;
    padding:2.7rem 2%;
  }
  .news-detail {
    display: flex;
    justify-content: space-between;
  }
  .news-ttl {
    /* width:88%; N.Tsuda Edit */
  }
  .news-sns {
    width:10%;
    display: flex;
    justify-content:space-between;
  }
  .news-fb img {
    width:1.35em;
    vertical-align: middle;
  }
  .news-tw img {
    width:1.35em;
    vertical-align: middle;
  }
  .news-archive dt {
  	display: flex;
    width:6em; /* N.Tsuda Edit */
    /* width:10em; */
    justify-content: space-between;
    align-items: center;
  }
  .news-archive dd {
  	padding-left:3rem;
    /* width:calc(100% - 10em); N.Tsuda Edit */
  }
  .label {
    width:94px;
    height:24px;
  	font-size: 16px;
  }
  .nav-now {
    font-size:1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .news-archive dl {
    padding:2rem 0 1rem;
  }
  .news-archive dt {
  	display: flex;
    margin-bottom:0.5rem;
    align-items: center;
  }
  .news-archive .news-ttl {
    margin-bottom:0.5rem;
  }
  .label {
    width: 5.5em;
    padding: 5px;
    height: 100%;
  }
  .news-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .news-sns li {
    margin:0 5px;
  }
  .news-fb {
    width:calc(54/640*100vw);
  }
  .news-tw {
    width:calc(50/640*100vw);
  }
  .news-sns img {
    vertical-align: middle;
  }
  .page-numbers a, .page-numbers span {
    width:2em;
    height:2em;
  }

}


/* -----------------------------------------------------------
	lower
------------------------------------------------------------*/
.map-area {
  margin-top:2rem;
}
.map-area,
.movie-box {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.map-area iframe,
.movie-box iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* company
-----------------------------------------------------------*/
#kv {
  position:relative;
}
.kvimg {
  margin:0;
  position: relative;
}
.ttl-area {
  display: flex;
  align-items: center;
  align-content: center;
  line-height:1.2;
  padding-bottom:0.5rem;
  border-bottom:2px solid #223050;
  margin: 1rem 0 4rem;
}
.heading-ttl span {
  color:#262626;
  font-weight: bold;
  position: relative;
  border-bottom:5px solid #223050;
  display: inline-block;
  padding-bottom:1rem;
}
.message-txt p {
  margin-bottom:1.8em;
}
.list-area * {
  margin-bottom:0;
}
.table-line p,
.table-line li {
  margin-bottom:0;
}
.lh {
  line-height:1.6;
}
.hr-dot {
    border:none;
    border-bottom:1px dashed #191919;
}
.flow-box {
  display: flex;
  justify-content: space-between;
  padding:1rem 0;
  position: relative;
}
.flow-box:before {
  content: "";
  position: absolute;
  left: 6.4em;
  top: 2.5rem;
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}
.flow-box.last:before {
  content:none;
  background: none;
}
.flow-box.line-end:before {
  height:3em;
}
.flow-box dt {
  width:6em;
}
.flow-box dd {
  width:calc(100% - 6em);
  padding:0.5rem 0 0 0;
}
.year {
  font-family: 'Oswald',sans-serif;
  line-height:1;
  font-weight: 600;
  color:#bcc0ca;
}
.flow-txt {
  position: relative;
  display: block;
  width:100%;
  padding-left:1.5em;
  line-height:1.4;
}
.flow-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 10em;
  background: #223050;
}
.office-ttl {
  margin:0 0 1rem;
}
.office-ttl.mt {
  margin-top:3rem;
}
.office-sub {
  border-top:1px solid #262626;
  margin:6rem 0;
  padding:3rem 0;
}
.flow-detail img.ai-scan-logo {
  max-height:51px;
  max-width:60%;
  margin-bottom:2rem;
}

/* case
----------------------------------------------- */
.kv-case {
  background:url(../img/develop_cases/kv.jpg)no-repeat right center;
  background-size:cover;
}
.kv-case,
.kv-inner {
  height:calc(186/1200*100vw);
  max-height: 186px;
}
.kv-inner {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.kv-ttl {
  margin:0;
  color:#223050;
}
.case-archive {
  display: flex;
  flex-wrap:wrap;
}
.case-archive a {
  position: relative;
  display: block;
}
.case-archive a:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 8px 8px 0px 0px;
  z-index: 1;
}
.case-archive .img-ttl {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:22px;
  background-color: #646e84;
  color:#fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding:0 1rem;
  text-align: right;
  font-weight:bold;
}
.case-archive .thumb-img img {
  width:100%;
  height:calc(157/1200*100vw);
  max-height:157px;
}
.ttl-blue {
  color:#223050;
}
.case-archive .popup-modal {
  display: flex;
  width:100%;
}
.case-archive li {
  display: flex;
}


/* popup
------------------------------------------------- */
.mfp-bg{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-bg.mfp-ready{
  opacity: 0.8;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}
.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-inline-holder .mfp-content {
  max-width:900px;
  width:97%;
  margin:auto;
}
.modal-outer {
  padding:8rem 1.5rem 4rem;
  background-color: #383838;
  border: 1px solid #fff;
  position: relative;
  /* overflow-y: auto;
  max-height: 85vh; */
}
.mfp-close {
  width: 115px;
  max-width:20%;
  height: auto;
  line-height: 1;
  margin:2rem 1.5rem 0;
  opacity:1;
  cursor: pointer;
  /* position: fixed;
  top: 7vh;
  right: 10px; */
}
.mfp-close:hover {
  opacity: 0.85;
}
.modal-label {
  background:#ffee2b;
  padding:0 1rem;
  color:#000;
  font-weight:bold;
  font-size:14px;
  margin:3px 1rem 0 0;
  height:1.8em;
  position: relative;
}
.modal-label:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #383838 transparent transparent transparent;
  border-width: 6px 6px 0px 0px;
  z-index: 1;
}
.modal-label:after {
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #383838 transparent;
  border-width: 0 0 6px 6px;
  z-index: 1;
}
.modal-ttl {
  display: flex;
  align-items: center;
  font-size:2.4rem;
  margin:0;
  color:#fff;
  line-height: 1.2;
}
.modal-txt p {
  color:#fff;
}
.modal-quote {
  color:#ffee2b;
  font-size:14px;
  text-align: right;
}
.modal-quote a{
  color:#ffee2b;
  font-size:14px; 
}

/* scrollbar */
.modal-outer::-webkit-scrollbar {
  width: 8px;
}
.modal-outer::-webkit-scrollbar-track {
  background-color: #333;
  /* border-radius: 100px; */
}
.modal-outer::-webkit-scrollbar-thumb {
  background-color: #777;
  /* border-radius: 100px; */
}


/* privacy
------------------------------------------------- */
.privacy-read {
  text-align:center;
}
.privacy-box ul {
  margin-top:2rem;
}

/* recruit
------------------------------------------------- */
#recruit {
  margin:6rem auto 12rem;
}
.rec-outline {
  margin:6rem auto 2rem;
}
.rec-access {
  margin:2rem auto 8rem;
}
.kv-recruit .kv-ttl {
  margin:0;
  color:#fff;
}
.ttl-line {
  max-width:1000px;
  width:90%;
  margin:0 auto;
  position: relative;
}
.ttl-line span {
  font-weight: normal;
  text-align: left;
  line-height: 1;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.ttl-line:before {
  content: "";
  position: absolute;
  left: -50vw;
  bottom: 0;
  width: 50vw;
  background-color: #223050;
  height: 2px;
}
.ttl-line span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #223050;
  height: 2px;
}
.read-box {
  border:1px solid #223050;
  padding:2.5rem 1rem 2rem 1.5rem;
}
.read-box-ttl {
  background-color: #223050;
  color:#fff;
  display: inline-block;
  line-height:1;
  margin:2.5rem 0 0;
  font-size:1.8rem;
  padding:0.8rem 2rem 0.8rem 2rem;
}
.rec-read ul li {
  color:#223050;
  font-size:1.8rem;
  font-weight:bold;
  margin-bottom:0.6em;
}
.bg-gray {
  background-color: #f6f7f8;;
}

/* media
------------------------------------------------- */
.head-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  background-color: #fff;
}
.head-tab li {
  width:50%;
}
.head-tab li a {
  width:100%;
  background-color: #d0d3da;
  color:#fff;
  height:38px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.head-tab li.current a {
  background-color: #878fa0;
}
.head-tab li.current a:hover {
  cursor: default;
}
.head-tab li a:hover {
  opacity: 1;
  background-color: #878fa0;
}
#headertitle {
  text-align: center;
}
.header-ttl {
  margin:0 auto;
  color:#223050;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.header-ttl-sub {
  font-weight:normal;
  color:#223050;
}
.bd-dot {
  border-bottom:1px dashed #8c8c8c;
}
.bd-solid {
  border-bottom:1px solid #8c8c8c;
}
.ttl-media {
  margin:0 0 1rem;
}
.media-photo-area {
  border-bottom:1px solid #8c8c8c;
}
.media-btn a,
.btn-more a {
  background: url(../img/common/btn-corner.svg)no-repeat 0 0;
  background-size:contain;
  width:212px;
  height:34px;
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1;
  text-align: center;
  color:#cfcfcf;
  font-weight:500;
  padding: 0 4rem 4px 0;
  justify-content: flex-end;
}
.ws {
  max-width:240px;
  width:100%;
}

/* biography
------------------------------------------------- */
.header-ttl-top {
  font-size:3.8rem;
  font-weight:300;
  line-height: 1;
  color:#223050;
  margin-bottom:0;
}
#headerbiography {
  text-align: center;
}
.year-area {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.year-flex figcaption {
  font-size: 0.875em;
}
.figcaption.tr {
  text-align: right;
}
.year-ttl {
  font-family: 'Merriweather', serif;
  font-style:italic;
  font-weight:300;
  font-size:105px;
  line-height:1;
  color:#46bc9a;
  text-align: center;
  margin:3rem 0;
  line-height:1;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight:500; 
  color:#223050;
}


@media screen and (min-width:751px) {
  .head-tab {
    background-color: #d0d3da;
    height:38px;
  }
  .head-tab ul {
    max-width:1000px;
    margin:0 auto;
    width:90%;
    border-left:8px solid #fff;
    border-right:8px solid #fff;
    gap:8px;
    padding-top: 0;
  }
  .header-ttl {
    font-size:4.5em;
    line-height: 1.2;
    margin-bottom:2rem;
  }
  .header-ttl-sub {
    font-size:3.2rem;
  }
  #headertitle {
    margin:12rem auto 7rem;
  }
  .media-box p,.media-box li {
    font-size:1.8rem;
  }
  #media {
    margin:0 auto 12rem;
  }
  .flex-area {
    display: flex;
    justify-content: space-between;
  }
  .media-box .flex-txt {
    width:63%;
    position: relative;
  }
  .media-box .flex-img {
    width:33%;
    margin-top:4rem;
  }
  .media-box {
    padding:3rem 0 5rem;
  }
  .media-photo {
    display: flex;
    gap: 0 2%;
  }
  .media-btn {
    display:flex;
    align-items: flex-end;
    margin:0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .media-photo-area {
    padding:1rem 0 5rem;
  }
  #headerbiography {
    margin:8rem auto 6rem;
  }
  .year-main-en {
    margin:0;
    text-align: right;
  }
  .year-main-jp {
    font-size:3.3rem;
    line-height:1.4;
    margin:0 0 3rem;
    text-align: right;
  }
  .year-flex.y1 {
    height: calc(564/1000*100vw);
    max-height: 660px;
  }
  .year-txt {
    position: relative;
  }
  .year-area {
    position: relative;
  }
  .year-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .year-photo {
    width: 50%;
    max-width: calc(553px + 3%);
    padding-right: 3%;
    margin: 4rem 0 0 0;
    position: relative;
  }
  .year-main {
    width: 50%;
    padding: 5rem 5% 0 2%;
    max-width: 550px;
  }
  .right .year-photo {
    width: 50%;
    order: 2;
    position: absolute;
    left:inherit;
    right: -4%;
    top: 4rem;
    padding-left: 3%;
  }
  .right .year-main {
    width: 50%;
    padding: 3rem 0 0 8%;
    max-width: 520px;
  }
  .right .year-main.pt {
    padding-top:8rem;
  }
  .year-area:before {
    content:"";
    position: absolute;
    left:0;
    top:29.5%;
    width:100vw;
    margin: 0 calc(50% - 50vw);
    height:45%;
    background: linear-gradient(to right,  #f1f2f4 0%,#f1f2f4 60%,#ffffff 60%,#f1f2f4 60%,#ffffff 60%);
    z-index: -1;
    transform: scale(-1, 1);
  }
  .right.year-area:before {
    content:"";
    position: absolute;
    left:inherit;
    right:0;
    top:20%;
    width:100vw;
    margin: 0 calc(50% - 50vw);
    height:57.5%;
    background: linear-gradient(to left,  #f1f2f4 0%,#f1f2f4 60%,#ffffff 60%,#f1f2f4 60%,#ffffff 60%);
    z-index: -1;
  }
  .a1.year-area:before {
    content:none;
    background-color: none;
  }
  .a4.year-area:before {
    top:48%;
    height:55%;
  }
  .a5.year-area:before {
    top:27%;
    height:63%;
  }
  .a6.year-area:before {
    top:27%;
    height:60%;
  }
  .a7.year-area:before {
    top:40%;
    height:62%;
  }
  .a8.year-area:before {
    top:37%;
    height:47%;
  }
  .a9.year-area:before {
    top:42%;
    height:54%;
  }
  .a10.year-area:before {
    top:13%;
    height:74%;
  }
  .y7 .year-main {
    padding-bottom:8rem;
  }
  .y11 .year-main {
    padding-top:8rem;
  } 
  .right .year-main-en { 
    text-align: left;
  }
  .right .year-main-jp {
    text-align: left;
  }
  .year-area a {
    color:#006ac2;
    font-weight:500;
  }
  .year-photo.w48 * {
    max-width:480px;
    width:100%;
  }
  img.w23 {
    max-width:230px;
    width:100%;
  }
  img.w59 {
    max-width:594px;
    width:100%;
  }
  .year-photo.img-full {
    width:55%;
    padding-left:2%;
    max-width:100%;
  }
  .y3-2 {
    margin:-15% 0 0 3%;
  }
  .y3-1 {
    margin-left:6%;
  }
  .y3-1-img {
    margin-left:6%;
  }
  .w53 * {
    max-width:530px;
    width:100%;
  }
  .year-photo.pl0 {
    padding-left:0;
  }
  .y5-1-img,
  .y5-1 {
    max-width: 407px;
    width: 74%;
  }
  .y5-2-img,
  .y5-2 {
    max-width: 414px;
    width: 76%;
    margin: 0 0 0 18%;
  }
  .y5-3-img,
  .y5-3 {
    max-width: 443px;
    width: 78%;
  }
  .year-flex.y5 {
    height: calc(1240/1000*100vw);
    max-height: 1240px;
  }
  .y5 figcaption {
    margin-bottom:1.5rem;
  }
  .y5 .year-photo.pl0{
    top:0;
  }
  .year-photo.tr {
    text-align:right;
  }
  .y6 .year-photo {
    max-width:calc(527px + 3%);
    width:52.7%;
    margin-bottom:3rem;
  }
  .y-pb {
    padding-bottom:3rem;
  }
  .year-photo.y9 {
    padding-left:0;
  }
  .y9 .year-photo * {
  max-width: 553px;
  width: 100%;
  }
  .y9.year-flex {
    height: calc(650/1000*100vw);
    max-height: 650px;
  }
  .y10 .year-photo * {
    max-width: 560px;
    width: 100%;
  }
  .y10 .year-photo {
    padding-left:0;
    max-width: calc(560px + 3%);
    width: 100%;
  }
  .year-txt p + p {
    margin-top:2em;
  }
  .y10-1 {
    bottom:13%;
    left:0;
    position: absolute;
  }
  .year-flex.y11 {
    height: calc(780/1000*100vw);
    max-height: 780px;
    padding-bottom:4rem;
  }
  #biography {
    padding-bottom:12rem;
    overflow-x: hidden;
  }
  .year-flex:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #000;
    width: 13px;
    height: 13px;
  }
  .year-flex:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #000;
    width: 13px;
    height: 13px;
  }
  .year-line {
    position: relative;
  }
  .year-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/biography/dot-line.png)repeat-y center 0;
    width: 1px;
    height: 100%;
  }

} 
@media screen and (max-width:750px) {
  .head-tab {
    background-color: #d0d3da;
    height:36px;
    position: relative;
  }
  .head-tab ul {
    margin:0 auto;
    width:95%;
    border-left:4px solid #fff;
    border-right:4px solid #fff;
    gap:5px;
    padding-top: 0;
  }
  .head-tab li a {
    height:36px;
  }
  .header-ttl {
    font-size:clamp(15vw,calc(89/640*100vw),4em);
    line-height:1.3;
    margin-bottom:2rem;
  }
  .header-ttl-sub {
    font-size:calc(43/640*100vw);
  }
  #headertitle {
    margin: 5rem auto 2rem;
  }
  .media-box p, .media-box li {
    font-size:calc(24/640*100vw);
  }
  .media-box .flex-txt {
    margin-bottom:2rem;
  }
  .media-box {
    padding: 2rem 0 3rem;
  }
  .flex-img.tr {
    text-align: center;
  }
  .ttl-media {
    line-height: 1.3;
  }
  .media-photo li {
    margin-bottom:2rem;
  }
  .media-photo-area {
    padding:1rem 0 2rem;
  }
  #media {
    margin-bottom:8rem;
  }
  .media-btn,
  .btn-more {
    display: flex;
    justify-content: flex-end;
    margin: 3rem 0 3rem 0;
  }
  .year-ttl {
    font-size: calc(150/640*100vw);
  }
  .year-area {
    padding-left: calc(20/640*100vw);
    padding-right: calc(20/640*100vw);
  }
  #headerbiography {
    margin: 5rem auto 3rem;
  }
  .year-main-en {
    margin:0;
  }
  .year-main-jp {
    font-size:calc(39/640*100vw);
    line-height:1.4;
    margin:0 0 3rem;
  }
  .year-main {
    margin-top:2rem;
  }
  #biography {
    margin-bottom:8rem;
  }
  .w23.y3-1-img{
    width:35%;
    padding-left:5rem;
  }
  .y3 .w59 {
    margin: -13rem 0 0 auto;
    text-align: right;
    padding-left: 31%;
  }
  .y3 .y3-2 {
    margin:-5rem 0 3rem;
  }
  .year-photo img {
    width:100%;
  }

} 


@media screen and (min-width: 751px) and (max-width:1200px) {
  .right .year-main {
    padding: 3rem 0 0 5%;
  }
  .year-main,
  .year-photo.pl0 {
    padding-left: 0;
    padding-left:3%;
  }
  .right .year-main {
    padding-right:5%;
  }
  .right .year-photo {
    right:0;
  }
  .year-photo.img-full {
    width: 50%;
  }
  .y10 .year-photo {
    width:inherit;
    max-width:50%;
  }
  .year-main-jp {
    font-size:calc(33/1200*100vw);
  }
  .right .year-photo {
    padding-right:0;
  }
  .a1.right .year-photo {
    top:0;
  }
}





/* topics blog single
-------------------------------------------------- */
.single-date {
  display: flex;
  align-items: center;
}
.single-date .date {
  color:#a8a8a8;
  display: inline-block;
}
.single-date .label {
  background-color: #ea6b00;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem 3px;
  line-height: 1;
  display: flex;
  justify-content: center;
  height: 1.3em;
  align-items: center;
}
.single-ttl {
  font-weight: 500;
  line-height:1.4;
  margin: 1.5rem 0 2.5rem;
}
.movie-area,
.single-wrap figure {
  margin:2rem 0;
}
.movie-area.mb {
  margin-bottom:6rem;
}
#related-area {
  margin:5rem auto;
  padding:1.5rem 0;
  border-top:1px solid #000;
}
.ttl-related {
  font-weight: 500;
  margin:0 0 1rem;
}

/* knowledge
-------------------------------------------------- */
#knowledge-info a,
.link {
  color:#0077e6;
}
.knowledge-ttl {
 margin:0 auto 4rem;
 text-align: center; 
}
.knowledge-ttl-parent {
  font-size:1.8rem;
  display: block;
}
.knowledge-ttl-main {
  display: block;
  line-height:1.4;
}
.knowledge-ttl-sub {
  font-weight:bold;
  text-align: center;
  margin-bottom: 1.2em;
  line-height:1.4;
}
.knowledge-kv {
  border:1px solid #b2b2b2;
}
.knowledge-kv-ttl {
  margin:0 0 2rem 0;
}
.knowledge-kv-main p {
  margin-bottom:0.5rem;
}
.solution-area dt {
  color:#223050;
  font-weight: 500;
  font-size:1.8rem;
  margin:0 0 1.5rem;
}
.solution-area dd {
  font-size:1.4rem;
}
.system-txt * {
  font-size:1.4rem; 
}
.sys-img {
  position: relative;
}
#knowledge-detail {
  margin-bottom:6rem;
}
#knowledge-scan {
  padding:1rem 0 0;
  border-top: 1px solid #b2b2b2;
}
.ttl02 {
  font-size:1.8rem;
  color:#262626;
  font-weight: bold;
  margin:0 0 1rem;
}
.knowledge-scan dd {
  font-size:1.4rem;
}
#voice {
  border: 1px solid #919191;
  border-radius: 20px;
  padding:3rem 2rem 2rem;
}
.voice-sub figcaption {
  font-size:1.4rem;
  margin-top:0.5rem;
  display: inline-block;;
}
.voice-detail * {
  font-size:1.4rem;
}
p.voice-subttl {
  font-weight:bold;
}
.voice-back {
  text-align:right;
  display: flex;
  justify-content: flex-end;
  margin:3rem 0;
}
.voice-back a {
  color:#191919;
}
.knowledge-archive-ttl {
  color:#223050;
  text-align: center;
  line-height:1;
  margin:0 auto 4rem;
}
.knowledge-archive-ttl span {
  color:#223050;
  font-size:175%;
  line-height:1;
}
.knowledge-archive-txt {
  text-align: center;
}
.knowledge-archive .how-ttl {
  color:#46bc9a;
}
.knowledge-archive .how-box-area {
  margin:6rem auto;
}

/* bakeryscan
----------------------------------------------- */
.kv-img .kv-ttl {
  color:#fff;
  line-height: 1;
}
.ttl-box-inner {
  position: relative;
}
.ttl-box-sub {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.ttl-box-sub {
  font-weight: bold;
  color:#46bc9a;
  margin-bottom:0.5rem;
  position: relative;
}
.ttl-box-main {
  color:#223050;
  font-weight:900;
  line-height: 1.2;
  position: relative;
}
.bg-green {
  background-color: #46bc9a;
}
.bakery-prize dt .small {
  font-size:70%;
  color:#fff;
  font-weight: bold;
  display: block;
}
.bakery-prize-detail li:nth-child(1) {
  text-align:center;
  color:#46bc9a;
  font-size:1.8rem;
}
.local-menu li a {
  color:#223050;
  font-size:1.8rem;
  width:100%;
  height:3em;
  display: flex;
  align-items: center;
  background:url(../img/common/ar-rb.svg)no-repeat 99% center;
  border-bottom:1px solid #223050;
}
.bakery-point {
  margin:2rem 0;
}
.ttl-left {
  color:#262626;
  padding-left:1rem;
  border-left:7px solid #46bc9a;
  line-height:1;
  margin:3.5rem 0 1.5rem;
}
.bakery-step {
  margin:8rem 0;
}
.bakery-step ul {
  margin:4rem 0;
}
.bakery-step li {
  border-top:1px solid #b2b2b2;
  border-left:1px solid #b2b2b2;
  border-right:1px solid #b2b2b2;
}
.bakery-step li:last-child {
  border:1px solid #b2b2b2;
}
.step-num {
  color:#46bc9a;
  border-top: 4px solid #46bc9a;
  font-family: 'Arial',sans-serif;
  line-height: 1;
}
#tex-sim .step-num {
  width:1.2em;
}
.step-num.tc {
  margin:auto;
}
.step-txt dt {
  color:#46bc9a;
  font-weight:bold; 
}
.bakery-step-img {
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left:1px solid #b2b2b2;
}
.pkg-scan {
  background-color: #46bc9a;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height:1;
  width:100%;
  padding:3rem;
  position: relative;
}
.bakery-merit {
  position: relative;
}
.other-merit-area {
  margin: 6rem 0;
}
.bakery-merit:before {
  content:"";
  position: absolute;
  width:100%;
  height:calc(100% - 1rem);
  top:1rem;
  left:0;
  border:1px solid #46bc9a;
  z-index: -1;
}
.bakery-merit-ttl {
  font-weight:bold;
  line-height: 1.3;
  padding:0.5rem 2rem;
  line-height:1.4;
  background-color: #46bc9a;
  color:#fff;
  display: inline-block;
}
.other-merit-area {
  background-color: #f6f7f8;
  padding:1rem 0;
}
.other-merit-ttl {
  font-weight:bold;
  line-height: 1.3;
  color:#223050;
}
.other-merit-txt,
.casestudy-txt {
  font-size:1.4rem;
}
.casestudy figure {
  border:1px solid #b2b2b2;
}
.casestudy-ttl {
  font-weight:500;
  margin:1rem 0 1rem;
  line-height: 1.4;
}
.blank {
  display: block;
  color:#46bc9a;
  font-size:1.4rem;
  font-weight:500;
  text-align:right;
  margin:0 0 0 auto;
  padding-right:1.5em;
  background:url(../img/common/blank.svg)no-repeat right 0;
  background-size:14px;
}
.flow-num {
  font-size:1.8rem;
  font-weight: bold;
  color:#46bc9a;
  border-bottom:1px solid #46bc9a;
  margin:0 0 1rem 0;
  padding-bottom:5px;
  position: relative;
}
.flow-num:before {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:3em;
  height:4px;
  background-color: #46bc9a;
}
.solution-flow-ttl {
  font-weight: 500;
  font-size:1.6rem;
  margin:0;
}
.solution-flow-txt {
  font-size:1.4rem;
}
.link-btn {
  margin:3.5rem 0 0 auto;
  text-align: right;
}
.table-scroll {
  margin:1rem 0 2rem;
}
.caption-tr {
  font-size:1.4rem;
  text-align: right;
}
table.type-scroll
table.type-scroll th,
table.type-scroll td {
  border-collapse: collapse;
}
table.type-scroll th,
table.type-scroll td {
  padding:2rem 1.5rem;
  text-align: center;
  vertical-align: top;
  border-bottom:1px solid #ccc;
}
table.type-scroll td,
table.type-scroll td * {
  font-size:1.4rem;
}
table.type-scroll th {
  background-color: #46bc9a;
  padding:0.6rem 4rem;
  color:#fff;
  font-size:1.6rem;
  font-weight: bold;
  text-align: left;
}
table.type-scroll td {
  text-align: center;
}
table.type-scroll td.ac {
  vertical-align: middle;
}

table.type-scroll td.pt {
  padding-top:2.8em;
}
table.type-scroll td:nth-child(1) {
  width:16%;
  border-right:1px solid #ccc;
}
table.type-scroll td.bdr {
  border-right: 1px solid #ccc;
}
.type-scroll .flex-tc {
  display: flex;
  justify-content: center;
  margin:auto;
  text-align: left;
}
.type-scroll .pl {
  padding-left:3rem;
  text-align: left;
}
table.type-main tr:nth-child(2) img {
  max-height:205px;
}
table.type-main tr:nth-child(3) img {
  max-height:246px;
  margin:3rem auto;
}
.eatscan-table table.type-main td.img-m img {
  width: 60%;
  max-height: inherit;
  margin:0 auto 2rem;
}
.td-ttl {
  display: block;
  text-align: center;
  font-weight:bold;
  margin:2rem auto 1rem;
}
.eatscan-table table.type-main td.img-l img {
  width: 75%;
  max-height: inherit;
  margin-top:30%;
}

table.type-main img {
  margin:2rem auto 1rem;
}
table.type-other tr.computer img {
  max-height:165px;
  margin:2rem auto;
}
table.type-scroll td.table-card {
  padding:1rem 0 2rem;
  width:84%;
  border-right: 0;
}
.package-voice-ttl {
  display: inline-block;
  background-color: #46bc9a;
  color:#fff;
  font-weight: bold;
  margin:0;
}
.package-voice-flex {
  border:1px solid #46bc9a;
}
.package-voice-flex {
  display:flex;
  justify-content: space-between;
}
.voice-ttl {
  color:#262626;
  line-height: 1.3;
  margin:0.5rem 0 1rem;
}
.voice-link {
  text-align: center;
}
.voice-link a {
  color:#46bc9a;
  font-weight:bold;
}
.voice-link img,
.movie-link img {
  vertical-align: middle;
  margin-left:1rem;
}
.movie-link {
  text-align:right;
  color:#223050;
  font-size:1.4rem;
  font-weight:bold;
}
.report-ttl {
  background-color:#46bc9a;
  font-weight:bold;
  color:#fff;
}
.report-box {
  position: relative;
}
.report-box:before {
  content:"";
  position: absolute;
  top:-3.5%;
  left:0;
  width:100%;
  height:103.5%;
  border:1px solid #46bc9a;
  z-index: -1;
}
.report-box-ttl {
  font-weight: 500;
  line-height: 1.3;
  color:#223050;
  margin:0;
}
.report-ttl-blue {
  color:#2259b4;
  font-weight:bold;
  margin:0;
}
.arrow-list li {
  position: relative;
  padding:0 0 0 1em;
  margin:0 0 0.5rem 1em;
  text-indent:-1em;
  font-size:1.8rem;
}
.arrow-list li:before {
  content:"▶";
  position: absolute;
  top:0;
  left:0;
  width:1em;
  height:1em;
  font-size:1em;
}
.report3 {
  margin-top:4rem;
  border-top:1px dotted #999;
}
.qa-area dt {
  color:#46bc9a;
  font-weight:bold;
  margin:0 0 1rem;
}
.qa-area dd {
  background-color: #eff0f3;
  padding:2.4rem 3.5rem;
  border-radius: 6px;
}
.bakery-sweet {
  padding:4rem 0;
  border-top:1px solid #b2b2b2;
}
.ttl01 {
  font-weight:800;
  color:#223050;
}
.sweet-bnr {
  border:1px solid #46bc9a;
}
.sweet-bnr-ttl {
  font-weight:bold;
  color:#ff2983;
  margin:0;
  line-height:1.6;
}
.sweet-bnr-catch {
  font-weight:bold;
  color:#ff2983;
  margin:3px 0 2rem;
}
.panph-area {
  margin:6rem 0;
}
.panph-flex {
  position: relative;
}
.panph-flex:before {
  content:"";
  position: absolute;
  top:-2.2rem;
  left:0;
  width:100%;
  height:103.5%;
  border:1px solid #46bc9a;
  z-index: -1;
}
.panph-txt1,
.panph-txt2 {
  color:#46bc9a;
  font-weight: bold;
  line-height:1.2;
}
.panph-ttl {
  background-color: #46bc9a;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem 2rem;
}
.panph-btn a {
  color:#191919;
  border:1px solid #191919;
}
.panph-btn i,
.link-btn i {
  vertical-align: 3px;
}

/* tex-sim
---------------------------------------------- */
.simulation {
  background-color: #fafafa;
  border:1px solid #b2b2b2;
  text-align: center;
  margin:2rem 0;
  padding:0 2rem 3rem;
}
.ttl04 {
  color:#223050;
  font-size:2.5rem;
  margin:0.5rem 0 2rem;
  line-height: 1.3;
}
.simulation-flex {
  display: flex;
  max-width:920px;
  margin:auto;
}
.simulation-flex li {
  margin:0 1%;
  background-color: #fff;
  padding:1rem 2rem;
  text-align: center;
  color:#223050;
  font-weight:bold;
  box-shadow: 0 0 3px rgba(0,0,0,0.05);
}
.simulation-flex li img {
  margin-top:1rem;
  max-width:80%;
}
.arrow-bottom {
  margin:3rem auto;
  text-align: center;;
}
.simulation-img {
  text-align: center;
  max-width:468px;
  width:49%;
  margin:auto;
}
.simulation-box {
  justify-content: center;
  display: flex;
}
.simulation-box li {
  margin:0 3%;
}
.simulation-box li img {
  max-height:360px;
}
.solution-box {
  background-color: #f7f7f7;
  padding:1.5rem 2rem 2rem;
  margin:2rem 0 6rem;
}
.box-gray {
  background-color: #e4e6ea;
  padding:1.5rem 1.5rem 2rem;
}
.ttl-gray {
  color:#404040;
  margin:0 0 1rem;
}
.solution-img01 {
  width:80%;
  color:#404040;
  font-size:1.3rem;
}
.solution-img02 {
  width:40%;
  margin:-9rem 0 0 auto;
}
.solution-img02.s {
  width:33.5%;
  margin-top:-11rem;
}
.solution-img02 span {
  background-color: #666666;
  padding:0.5rem;
  text-align: center;
  color:#fff;
  display:block;
  font-size:1.3rem;
}
.solution-box-inner div{
  color: #404040;
  font-size: 1.3rem;
  text-align:right;
}
.solution-img03a .ttl-gray {
  text-align: left;
}
.ttl-dottc {
  color:#404040;
  font-size:2rem;
  text-align: center;
  padding:2rem 0 1rem;
  border-bottom:1px dotted #404040;
}
.solution-img {
  margin:0 0 2rem;
}
.preparation {
  margin:8rem 0;
}
.preparation .list01 {
  margin:3rem 0;
}
.box-area {
  position:relative;
}
.box-area-box {
  position: relative;
  border: 1px solid #46bc9a;
  z-index: -1;
  padding:4rem 3rem 3rem;
  margin:5rem 0;
}
.box-area-ttl {
  position: absolute;
  top:-1.5rem;
  left:4rem;
  margin:0;
  background-color: #46bc9a;
  color:#fff;
  font-size: 2rem;
  max-width: 162px;
  width: 50%;
  padding: 0 2rem;
  display: inline-block;
  text-align: center;
}
.box-area-inner {
  display: flex;
  align-items: center;
  align-content: center;
  line-height:1;
  padding-left:20%;
}
.box-area-img {
  background-color: #f6f7f8;
  border-radius: 6px;
  text-align: center;
  width:288px;
  max-width:100%;
  padding: 1.5rem 3rem;
}
.box-area-img img {
  max-height:215px;
  display: block;
  margin:0 auto 1rem;
}
.solution-img.mb {
  margin-bottom:4rem;
}
.box-area-txt {
  font-size:2.1rem;
  margin:0 1rem;
  width: 3.5em;
  text-align: center;
  line-height: 1.3;
}
.solution-box-ttl {
  color:#262626;
  font-size:2.1rem;
  font-weight:bold;
  margin:0 0 1.5rem;
  line-height: 1.3;
}
.voice-list {
  margin:0 0 1rem 2em;
}
ul.voice-list li {
  margin-bottom:0;
}
.ttl02 {
  color:#262626;
  font-size:2.8rem;
  margin:0 0 1rem;
}
.usage-step-ttl {
  background-color: #b8bcc7;
  padding:0.5rem;
  text-align: center;
  color:#000;
  font-size:2.2rem;
  font-weight:bold;
  width:97%;
  margin:0 auto 1rem;
}
.ttl-center {
  color:#262626;
  text-align:center;
}
.box-shadow {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  padding:2rem;
}
.mode-area {
  margin:3rem 0;
}
.mode-flex li img {
  margin-bottom:2rem;
  display: block;
}

/* br-pos
----------------------------------------------- */
.w400 {
  max-width:400px;
  max-height:inherit!important;
}
.td-flex {
  display: flex;
}
.td-flex li {
  width:30%;
  margin:0 2%;
  text-align: center;
}
.td-flex li img {
  margin:auto;
  text-align: center;
}
.type-peripheral td {
  border-right: 0!important;
  padding-left:0!important;
  padding-right:0!important; 
}
.type-peripheral {
  table-layout: fixed;
}
.type-peripheral img {
  max-width:80%;
  display: block;
  margin:auto;
}

/* eatscan
----------------------------------------------- */
.img-one {
  max-width:640px;
  margin:2rem auto;
  text-align: center;
}
.img-full .bakery-step-img {
  padding:0;
}
.img-full .bakery-step-img img {
  max-width:100%;
}
.solution-ttl-sub {
  font-weight:bold;
  font-size:2rem;
  margin:0 0 1rem;
}
.col2 li .mt {
  margin-top:1rem;
}
.w600 img {
  max-width:627px;
  width:100%;
  margin:1rem auto;
}
.w360 img {
  max-width:360px;
  width:100%;
  margin:1rem auto;
}
.img-box {
  margin:2rem auto;
  border:1px solid #ccc;
  padding:4rem 2rem 2rem;
  text-align: center;
}
.img-box img {
  max-width:827px;
  width:100%;
  margin:2rem auto 3rem;
  text-align: center;
}
.tr {
  text-align:right;
}
.anchor {
  margin-top:-60px;
  padding-top:60px;
}

/* ai_scan
----------------------------------------------- */
.kv-aiscan {
  max-width:470px;
  width:90%;
  margin:4rem auto 0;
}
.aiscan-catch {
  font-size:2rem;
  font-weight:bold;
  text-align: center!important;
}
.aiscan-read {
  text-align: center;
  border-bottom:1px solid #ccc;
  padding-bottom:1.5rem;
}
.aiscan-area {
  display: flex;
  flex-wrap: wrap;
}
.aiscan-area .case-archive a:before {
  content:none;
  background: none;
}
.aiscan-area .case-archive dt {
  padding:1rem 0;
  border-bottom:1px solid #b2b2b2;
  font-weight: bold;
}
.aiscan-area .case-archive .thumb-img img {
  height:auto;
  max-height:inherit;
}
.btn-more {
  display: flex;
  justify-content: flex-end;
  position: inherit;
}
.bg01 {
  background-color: #f2f3f5;
}
.tech-flex li img {
  margin-bottom:1rem;
}
.aiscan-phase {
  background-color: #9ba2b0;
  margin-top:3.8rem;
}
.phase {
  border-top:1px dashed #fff;
  margin:2rem 0 0;
}
.phase-outer {
  padding:2rem 2rem 2rem 51px;
}
.phase-top {
  display: flex;
  align-items: center;
  align-content: center;
  line-height:1;
}
.phase-top i {
  width:84px;
}
.phase-ttl {
  font-size:2rem;
  color:#223050;
  font-weight:bold;
  padding-left:1.5rem;
  margin:0 0 1rem;
}
.phase-ttl span {
  color:#fff;
  font-weight:bold;
  font-size:16px;
  width:100%;
  display: block;
  margin-bottom:1rem;
}
.phase-bottom {
  padding-left:24.3%;
}
.num-list li {
  position: relative;
  padding:1rem 0 1rem 2.5em;
  font-size:108.665%;
  color:#fff;
  background-size:25px auto;
}
.num-list li:nth-child(1){
  background: url(../img/ai_scan/1.svg) no-repeat 0 center;
}
.num-list li:nth-child(2){
  background: url(../img/ai_scan/2.svg) no-repeat 0 center;
}
.num-list li:nth-child(3){
  background: url(../img/ai_scan/3.svg) no-repeat 0 center;
}
.num-list li:nth-child(4){
  background: url(../img/ai_scan/4.svg) no-repeat 0 center;
}
.num-list li:nth-child(5){
  background: url(../img/ai_scan/5.svg) no-repeat 0 center;
}
.num-list li:nth-child(6){
  background: url(../img/ai_scan/6.svg) no-repeat 0 center;
}
.num-list {
  position: relative;
}
.num-list:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 80%;
  background-color: #fff;
  bottom: 0;
  margin: auto;
}
.phase-start,
.phase-goal {
  padding-left:38px;
}
.aiscan-phase {
  position: relative
}
.aiscan-phase:before {
  content:"";
  position: absolute;
  left:91px;
  width:3px;
  height:100%;
  background-color: #223050;
}
.phase-start,
.phase-goal,
.phase {
  position: relative;
}



/* -----------------------------------------------------------
	lower レスポンシブ
------------------------------------------------------------*/
@media screen and (min-width: 751px) {
/* lower
----------------------------------------------- */
  .lower #wrap {
    margin:0 auto;
    overflow-x: hidden;
  }
  .heading-ttl {
    text-align:center;
    margin:3.5rem auto 2rem;
  }
  .heading-ttl span {
    font-size: 4.1rem;
  } 
  .kv-ttl {
    font-size:3rem;
  }
  .ttl-blue {
    font-size:2.4rem;
    font-weight:bold;
    margin: 5rem 0 1rem;
  }
  .ttl-blue.l {
    font-size:3.3rem;
    text-align: center;
    margin:2.5rem auto 1.2rem;
  }
  .table-line.m * {
    font-size:1.6rem;
  }
  .table-line * {
    font-size:1.8rem;
  }

/* acscan
----------------------------------------------- */
  .aiscan-case {
    margin-bottom:6rem;
  }
  .aiscan-area .case-archive dt {
    font-size:1.8rem;
  }
  .aiscan-area .case-archive {
    margin: 0 -8px;
  }
  .aiscan-area .case-archive li {
    width: calc(25% - 16px);
    margin: 0 8px 5rem;
  }
  .aiscan-area .case-archive dd {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .aiscan-feature .ttl-blue {
    margin-bottom:2rem;
  }
  .tech-flex {
    display: flex;
    flex-wrap:wrap;
    margin:0 -12px 5rem;
  }
  .tech-flex li {
    width:calc(25% - 12px);
    margin:0 6px 4rem;
    text-align: center;
  }
  .aiscan-tech {
    padding-top:2rem;
  }
  .aiscan-flow {
    padding:2rem 0 8rem;
  }


  
}

/* -----------------------------------------------------------
751以上　PC
------------------------------------------------------------*/

@media screen and (min-width: 751px) {
/* company
----------------------------------------------- */
  .message-area {
    display:flex;
    width:100%;
    justify-content: space-between;
  }
  .message-main {
    width: 76%;
    padding-right: 2%;
  }
  .message-sub {
    order:2;
    max-width:268px;
    width:28%;
    margin: 2.5rem 0 0;
  }
  .photo-txt {
    font-size:2.1rem;
    text-align: center;
    margin:1rem 0 0;
  }
  .message-en {
    font-size:3.6rem;
    color:#223050;
    font-weight:bold;
    margin: 0 0 1rem;
  }
  .message-jp {
    font-size:2.2rem;
    color:000;
    font-weight:bold;
    margin: 0 0 2rem;
  }
  .ttl-main {
    font-size:3.6rem;
    color:#262626;
    font-weight:400;
    margin-right:1rem;
  }
  .ttl-sub {
    font-size:1.8rem;
    color:#262626;
  }
  .usage-image {
    margin:2rem auto;
  }
  .usage-image .ttl-center {
    margin:0 auto;
  }
  .ttl-center {
    font-size:2.6rem;
  }
  .year {
    font-size:3.9rem;
  }
  .office-ttl {
    font-size:2.6rem;
  }
  .office-txt {
    font-size:1.9rem;
  }
  .kv-company:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(387/1200*100vw);
    max-height:387px;
    background:url(../img/company_info/bg-kv.jpg)repeat-x center 0;
    background-size:auto;
  }
  .kv-company ,
  .kvimg {
    height:calc(468/1200*100vw);
    max-height: calc(468px - 15px);
  }
  .kvimg img {
    margin: -15px 0 auto;
    max-height: 468px;
  }
  .flow-detail {
    display: flex;
    gap:0 1%;
    padding:1rem 0 1rem 2.5rem;
  }
  .flow-detail img {
    max-width:274px;
    max-height:214px;
  }
  .flow-caption {
    margin-top:-1rem;
    padding-left:2.5rem;
    display: block;
  }
  .flow-txt + span {
    margin-top:2rem;
  }
  .case-archive dt {
    margin:0.5rem 0 1rem;
    font-weight:bold;
  }
  .case-archive dd {
    font-size:1.4rem;
  }
  .case-archive {
    margin:0 -6px;
  }
  .case-archive li {
    width:calc(25% - 12px);
    margin:0 6px 6rem;
  }
  .modal-txt {
    padding:0 1rem;
    margin-bottom:2rem;
  }
  .modal-img {
    display: flex;
    gap:0 12px;
    align-items: flex-start;
    align-content: flex-start;
    margin:2rem auto 1rem;
  }
  .privacy-area *,
  .privacy-read * {
    font-size:1.4rem;
  }
  .privacy-area .ttl {
    margin:5rem 0 1rem;
    font-size:1.8rem;
  }
  .privacy-box {
    margin:0 0 0 3.7rem;
  }

  /* knowledge
  ---------------------------------------------- */
  .knowledge-archive-ttl {
    font-size:4.4rem;
  }
  .knowledge-ttl-main {
    font-size:4.4rem;
  }
  .knowledge-ttl-sub {
    font-size:2.4rem;
  }
  .knowledge-kv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .knowledge-kv-main {
    padding:2rem;
    width:50%;
  }
  .knowledge-kv-sub {
    width:50%;
  }
  .knowledge-kv-sub img {
    object-fit: cover;
    height:100%;
    width:auto;
  }
  .knowledge-kv-bottom {
    border-top:1px solid #b2b2b2;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .logo-kamada {
    max-height:40px;
  }
  #knowlede h2,
  #knowledge .ttl {
    font-size:2.4rem;
    font-weight:bold;
    margin:2rem 0 1rem;
  }
  .knowledge-info {
    display: flex;
    justify-content: space-between;
  }
  #knowledge-info figure {
    max-width:400px;
    width:40%;
  }
  .knowledge-info-txt {
    width:56.5%;
  }
  .knowledge-info-cap {
    margin-bottom:0;
  }
  .solution-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .solution-area li {
    background-color: #d6f0e9;
    border-radius: 10px;
    width:45%;
    padding:2rem;
  }
  .solution-area li.arrow-next {
    width:10%;
    background:none;
    text-align: center;
    margin:auto;
    padding:0 0.5rem;
  }
  .knowledge-system {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2rem;
  }
  .system-txt {
    max-width: 540px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%;
  }
  .sys-before {
    width:67%
  }
  .sys-after {
    width:29.5%;
  }
  .knowledge-scan li {
    display:flex;
    justify-content: space-between;
    margin-bottom:4rem;
  }
  .knowledge-scan figure {
    width:46%;
  }
  .knowledge-scan dl {
    width:51%;
  }
  .voice-box {
    max-width:850px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #b2b2b2;
    padding:2rem 0;
  }
  .ttl-voice {
    text-align: center;
    margin:2rem auto;
  }
  .voice-main {
    width:57%;
  }
  .voice-sub {
    width:40%;
    margin-top:4rem;
  }

/* recruit
------------------------------------------------- */
.rec-read {
  display: flex;
  justify-content: space-between;
  margin-bottom:3rem;
}
.rec-read-txt {
  width:57%;
  margin:3rem 0;
}
.rec-read figure {
  width:37.3%;
}
.kv-recruit {
  background:url(../img/recruit/kv.jpg)no-repeat right center;
  background-size:cover;
}
.kv-recruit,
.kv-recruit .kv-inner {
  height:calc(362/1200*100vw);
  max-height: 362px;
}
.kv-recruit .kv-ttl {
  font-size:3.6rem;
}
.ttl-line span {
  font-size: 3.3rem;
}

/* bakeryscan
----------------------------------------------- */
  .kv-img {
    background-size:cover!important;
  }
  .kv-bakeryscan {
    background:url(../img/packages/bakeryscan/kv.jpg)no-repeat right center;
  }
  .kv-tex-sim {
    background:url(../img/packages/tex-sim/kv.jpg)no-repeat right center;
  }
  .kv-eatscan {
    background:url(../img/packages/eatscan/kv.jpg)no-repeat right center;
  }
  .kv-br-pos {
    background:url(../img/packages/br-pos/kv.jpg)no-repeat right center;
  }
  .kv-img,
  .kv-img .kv-inner {
    height:calc(310/1200*100vw);
    max-height: 310px;
  }
  .kv-img .kv-inner {
    display: flex;
    align-items: center;
    align-content: center;
    line-height: 1;
    max-width:1060px;
    margin:auto;
    padding-left:60px;
    position: relative;
  }
  .kv-img .kv-inner:after {
    content:"";
    position: absolute;
    top:0;
    right:0;
    background:url(../img/packages/bakeryscan/catch.png)no-repeat right 0;
    background-size:contain;
    width:375px;
    height:340px;
    max-width:36%;
  }
  .kv-tex-sim .kv-inner:after {
    background:url(../img/packages/tex-sim/catch.png)no-repeat right 0;
    background-size:contain;
    width:360px;
    height:100%;
  }
  .kv-br-pos .kv-inner:after {
    background:url(../img/packages/br-pos/catch.png)no-repeat right 0;
    background-size:contain;
    width:394px;
    height:calc(342/1200*100vw);
    max-width:42%;
  }
  .kv-eatscan .kv-inner:after {
    background:url(../img/packages/eatscan/catch.png)no-repeat right 0;
    background-size:contain;
    width:354px;
    height:calc(333/1200*100vw);
  }
  .bakery-prize {
    display: flex;
    width:100%;
    justify-content: space-between;
    margin:2rem 0;
    box-shadow: 0px 0px 5px rgb(185, 185, 185) ;
  }
  .bakery-prize dt {
    max-width:238px;
    width:24%;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    align-content: center;
    line-height: 1.6;
    padding:2rem 2rem 4rem;
    color:#fff;
    font-size:2.2rem;
    font-weight: bold;
  }
  .bakery-prize dd {
    display: flex;
    align-self: center;
    width:76%;
  }
  .bakery-prize-detail {
    display: flex;
    align-items: center;
    margin:0;
    width:100%;
  }
  .bakery-prize-detail li {
    margin:0 2.5%;
  }
  .bakery-prize-detail img {
    max-height:77px;
  }
  .bakery-prize-detail li:nth-child(2) img,
  .bakery-prize-detail li:nth-child(3) img {
    max-width:75px;
  }
  .bakery-prize-detail li:nth-child(4) img {
    max-width:138px;
  }
  .bakery-prize-detail li:nth-child(5) img {
    max-width:115px;
  }
  .local-menu {
    display: flex;
    flex-wrap:wrap;
    margin:4rem -1%;
  }
  .local-menu li {
    width:31.333%;
    margin:0 1% 3rem;
  }
  .bakeryscan-icn {
    display: flex;
    margin:2rem -1% 4rem;
  }
  .bakeryscan-icn li {
    margin:0 1%;
  }
  .bakery01 {
    margin:1rem auto 6rem;
  }
  .ttl-box {
    padding: 5rem 0 0;
    position: relative;
  }
  .ttl-box-inner:before {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    width: 50%;
    height: 1px;
    background: #46bc9a;
    z-index: -2;
  }
  .ttl-box.r2:before {
    top:64px;
  }
  .ttl-box-sub:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    margin: auto;
    background: #fff;
    width: 1rem;
    height: 1em;
    z-index: -1;
  }
  .ttl-box-sub:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .ttl-box-main {
    font-size: 3.3rem;
    margin: 0 0 2rem 0;
  }
  .ttl-box-main.m {
    font-size:3.2rem;
  }
  .kv-img .kv-ttl img {
    margin:2rem 0 0;
  }
  .kv-tex-sim .kv-ttl img {
    margin-top:1rem;
    width:340px;
  }
  .kv-br-pos .kv-ttl img {
    margin: 1rem 0 0 -0.5rem;
    width: 268px;
  }
  .kv-eatscan .kv-ttl img {
    margin: 1rem 0 0 -0.5rem;
    width: 340px;
  }
  .bakery-prize-detail li:nth-child(1) {
    width:7em;
    white-space: nowrap;
  }
  .bakery-prize-detail li:nth-child(2),
  .bakery-prize-detail li:nth-child(3) {
    width:10%;
  }
  .ttl-left {
    font-size:2.8rem;
  }
  .bakery-step li {
    display: flex;
    justify-content: space-between;
  }
  .bakery-step-box {
    width:54%;
    display: flex;
    padding:0 2rem 0 3rem;
  }
  .bakery-step-img {
    width:46%;
    padding:2rem;
  }
  .bakery-step-img img {
    text-align:center;
    max-width:250px;
    margin:auto;
  }
  .step-num {
    font-size:6.6rem;
    padding-top:2rem;
  }
  .bakery-step-box .step-txt {
    padding-left:2rem;
  }
  .step-txt dt {
    font-size:2rem;
    padding:5.8rem 0 2rem;
  }
  .pkg-scan {
    display: flex;
  }
  .pkg-scan figure {
    width:24%;
  }
  .pkg-scan .pkg-txt {
    width:73%;
  }
  .pkg-scan .pkg-txt p img {
    width:82%;
  }
  .pkg-btn {
    position: absolute;
    right:3rem;
    bottom:2rem;
  }
  .bakery-merit {
    display: flex;
    justify-content: space-between;
    padding:3.5rem 3rem 3rem 3.5rem;
  }
  .bakery-merit-txt {
    width:56%;
  }
  .bakery-merit figure {
    width:41%;
  }
  .bakery-merit-ttl {
    font-size:2.6rem;
    margin:-4rem 0 4rem;
  }
  .bakery-merit li {
    font-size:1.8rem;
  }
  .other-merit {
    display: flex;
    margin:5rem -2% 0;
  }
  .other-merit li {
    width:29.333%;
    margin:0 2% 2rem;
  }
  .other-merit-ttl {
    font-size:2rem;
    margin:1.5rem 0 1rem;
  }
  .casestudy {
    display: flex;
    flex-wrap:wrap;
    margin:3.5rem -1.5%;
  }
  .casestudy li {
    width:30.333%;
    margin:0 1.5% 3rem;
  }
  .solution-flow {
    margin:3.5rem 0 7.5rem;
  }
  .solution-flow li {
    display: flex;
    justify-content: space-between;
    margin:0 0 5rem;
  }
  .solution-flow figure {
    width:26%;
    background-color: #f5efe8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:3rem;
    max-width:260px;
    height:calc(186/1200*100vw);
    max-height:186px;
    margin-top:0.5rem;
  }
  .solution-flow figure img {
    max-width:85%;
    max-height:136px;
  }
  .solution-flow-box {
    width:72%;
  }



  .media-flow-box {
    margin-right: 30px;
    max-width: 250px;
  }




  .link-btn a {
    font-size:1.8rem;
  }
  .scan-case-area {
    margin:10rem 0 0;
  }
  .scan-case {
    display: flex;
    flex-wrap: wrap;
    margin:2rem -1.5% 0;
  }
  .scan-case li {
    width:47%;
    margin:0 1.5% 4rem;
  }
  .package-voice {
    margin:2.5rem 0 5rem;
  }
  .package-voice-ttl {
    font-size:1.6rem;
    padding:0.8rem 1rem 0.8rem 2rem;
    max-width:344px;
    width:50%;
  }
  .package-voice-box {
    width:72%;
    padding:1rem 2rem 1.5rem;
  }
  .package-voice-img {
    width:28%;
    background-color: #ecf8f5;
  }
  .voice-link {
    margin:2rem auto 0;
  }
  .voice-ttl {
    font-size:2.2rem;
  }
  .report-ttl {
    font-size:2.6rem;
    max-width:402px;
    width:50%;
    padding:0 2rem;
    display: inline-block;
    margin:0 0 0 3rem;
  }
  .report-box-ttl {
    font-size:2.6rem;
    padding:3rem 0 2.5rem;
  }
  .report-flex {
    display: flex;
    justify-content: space-between;
  }
  .report-box {
    padding:0 3rem 4rem;
  }
  .report-flex figure {
    width:49%;
  }
  .report-flex .report-txt {
    width:49%;
  }
  .report-area {
    margin:12.5rem 0 10.5rem;
  }
  .report-ttl-blue {
    padding:3rem 0 1rem;
    font-size:2.2rem;
  }
  .report-flex2 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .report1 {
    width:38%;
    padding-right:2%;
    border-right:2px solid #999999;
  }
  .report2 {
    width:62%;
    padding-left:4%;
  }
  .report-ttl-blue.l {
    font-size:2.6rem;
  }
  .report3 p {
    font-size:1.8rem;
  }
  .report3-img {
    margin:0 0 0 auto;
    max-width:88%;
    text-align: right;
  }
  .qa-area {
    margin:4rem 0;
  }
  .qa-area dl {
    margin:4.5rem 0;
  }
  .panph-txt2 {
    font-size:3.6rem;
  }
  .panph-ttl {
    font-size: 2rem;
    max-width: 284px;
    width: 50%;
    margin: 0 0 0 3rem;
    display: inline-block;
  }
  .panph-btn {
    margin: 3.5rem 0 0 auto;
    text-align: right;
    padding-bottom:3rem;
  }
  .panph-btn a {
    font-size: 1.8rem;
  }
  .panph-flex {
    display: flex;
    justify-content: space-between;
    max-height:258px;
  }
  .panph-box {
    width:80%;
    padding:5rem 2rem 3rem 0;
  }
  .panph-flex figure {
    width:18%;
    padding-left: 3rem;
  }
  .panph-flex figure img {
    width:133px;
    margin:2rem 0 2rem 0;
    max-width:100%;
  }
  .ttl01 {
    font-size:3.2rem;
    margin:4rem 0 1rem;
  }
  .sweet-bnr {
    display: flex;
    justify-content: space-between;
    max-height: 272px;
  }
  .sweet-bnr-main {
    width:60%;
    padding:3rem;
  }
  .sweet-bnr-sub {
    width:40%;
  }
  .sweet-bnr-ttl {
    font-size:2.4rem;
  }
  .sweet-bnr-catch {
    font-size:2rem;
  }
  .sweet-bnr-sub img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }

  /* tex-sim
  ---------------------------------------------- */
  .solution-box-flex,
  .solution-box-inner {
    display: flex;
    justify-content: space-between;
  }
  .solution-box-flex li {
    width:49%;
  }
  .solution-img02a {
    width:51%;
  }
  .solution-img02b {
    width:47%;
  }
  .solution-box-inner .mt {
    margin-top:3rem;
  }
  .solution-img03a {
    width:23.5%;
  }
  .solution-img03b {
    width:37.5%;
  }
  .solution-img03c {
    width:34%;
  }
  .col3 {
    display: flex;
    flex-wrap:wrap;
    margin:0 -1.5%;
  }
  .col3 li {
    width:30.333%;
    margin:0 1.5% 3rem;
  }
  .solution-img-area {
    padding:3rem 3rem 1rem;
  }
  .solution-box .sys03 {
    max-width:518px;
    width:70%;
  }

  /* br-pos
  ---------------------------------------------- */
  .intro-flex {
    display: flex;
    margin:2rem -1%;
  }
  .intro-flex li {
    width:31.333%;
    margin:0 1%;
  }
  .merit02 {
    display: flex;
    justify-content: space-between;
  }
  .merit02 li {
    width:49%;
  }
  .usage-step {
    display: flex;
    justify-content: space-between;
    margin:2rem 0 5rem;
  }
  .usage-step ul {
    width:49.6%;
  }
  .mode-flex {
    display: flex;
    justify-content: center;
  }
  .mode-flex li {
    width:46%;
    margin:0 2% 2rem;
    text-align: center;
    font-size:1.8rem;
  }
  /* eatscan
  ---------------------------------------------- */
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 li {
    width:48.5%;
  }

  /* single
  ---------------------------------------------- */
  .single-ttl {
    font-size: 3.3rem;
  }
  .single-date .date {
    font-size:2.4rem;
  }
  .single-date .label {
    font-size: 18px;
    min-width: 82px;
  }
  .movie-area figcaption {
    text-align: right;
    font-size:1.8rem;
  }
  .block-area {
    margin: 10rem 0;
  } 
  .ttl-related {
    font-size:2.8rem;
  }
  
}

/* ▲end 751 */


@media screen and (max-width: 1000px) {
  .local-menu li a {
    font-size:1.6rem;
  }
}

/* -----------------------------------------------------------
750以下 SP
------------------------------------------------------------*/

@media screen and (max-width: 750px) {
  .ttl-area {
    margin: 0 0 2rem;
  }
  .heading-ttl {
    text-align:center;
    margin:2rem auto 1rem;
  }
  .heading-ttl span {
    font-size: calc(45/640*100vw);
  } 
  #awards {
    margin-bottom:4rem;
  }
  .kv-outer.container {
    padding:1rem 0 0;
  }
  .photo-txt {
    font-size:1.6rem;
    text-align: center;
  }
  .ttl-main {
    font-size:calc(46/640*100vw);
    color:#262626;
    font-weight:400;
    margin-right:1rem;
  }
  .ttl-sub {
    font-size:calc(24/640*100vw);
  }
  .message-sub {
    width:50%;
    margin:0 auto 3rem;
  }
  .photo-txt {
    font-size:calc(24/640*100vw);
    margin:0.5em auto;
  }
  .message-main {
    margin:auto;
  }
  .message-en {
    font-size:calc(46/640*100vw);
    color: #223050;
    font-weight: 500;
    line-height:1.4;
    margin: 0 0 2rem;
    text-align: center;
  }
  .message-jp {
    font-size:calc(32/640*100vw);
    color:000;
    font-weight:500;
    margin: 0 0 3rem;
    text-align: center;
  }
  .message-txt p {
    font-size:calc(24/640*100vw);
  }
  .year {
    font-size:2.5rem;
  }
  .flow-box dt {
    width: 4.5em;
  }
  .flow-box dd {
    width: calc(100% - 4.5em);
    padding:0;
  }
  .flow-box:before {
    left: calc(4.8em + 0.5vw);
  }
  .flow-detail,
  .flow-caption {
    padding-left:1.5em;
  }
  .flow-detail {
    padding-top:1rem;
    margin-bottom:1rem;
  }
  .flow-txt + span {
    margin-top: 2rem;
  }
  .flow-box.line-end:before {
    height: 3.5em;
  }
  .flow-detail img + img {
    margin-top:1rem;
  }
  .flow-detail img {
    max-width: 90%;
    max-height: 200px;
  }
  .flow-detail + span {
    margin-top:3rem;
  }
  .flow-box {
    padding:1.5rem 0;
  }
  .kv-inner {
    margin-top:4vw;
  }
  .kv-case,
  .kv-inner {
    height: calc(137/640*100vw);
  }
  .kv-ttl {
    font-size:calc(39/640*100vw);
  }
  .case-read {
    margin-bottom:calc(100/640*100vw);
  }
  .ttl-blue {
    font-size:calc(36/640*100vw);
    margin: 2rem 0 1rem;
  }
  .ttl-blue {
    margin:2rem auto 1rem;
    text-align: center;
  }
  .case-archive {
    justify-content: space-between;
  }
  .case-archive li {
    width:48%;
    margin-bottom: 6rem;
  }
  .case-archive .thumb-img img {
    width: 100%;
    height: calc(396/640*100vw);
   }
  .case-archive dt {
    margin: 1rem 0 1rem;
    font-weight: bold;
    font-size:calc(28/640*100vw);
  }
  .aiscan-area .case-archive dt {
    margin: 0 auto 1.5rem;
    padding:1.5rem 0;
    text-align: center;
    font-size:calc(30/640*100vw);
  }
  .aiscan-area .case-archive li{
    margin-bottom:4rem;
  }
  .aiscan-area .case-archive li:last-of-type {
    margin-bottom:0;
  }
  .aiscan-case {
    margin-bottom:6rem;
  }
  .case-archive .img-ttl {
    height: calc(56/640*100vw);
    font-size:calc(28/640*100vw);
  }
  .case-archive a:before{
    left:-1px;
    top:-1px;
    border-width: 22px 22px 0px 0px;
  }
  .modal-label {
    font-size:3vw;
    padding:0 5px;
    line-height:1.6;
    white-space: nowrap;
  }
  .modal-ttl {
    font-size: calc(32/640*100vw);
  }
  .modal-txt {
    margin-bottom:1rem;
  }
  .modal-img {
    display: flex;
    justify-content: center;
    gap:0 10px;
    align-items: flex-start;
    align-content: flex-start;
    margin:1rem auto 1rem;
    max-width:600px;
  }
  .modal-img img {
    margin:0.5rem auto;
  }
  .privacy-area .ttl {
    margin:5rem 0 1rem;
    font-size:calc(28/640*100vw);
  }
  .privacy-box {
    margin:0 0 0 3.7rem;
  }
  .aiscan-feature {
    padding:1rem 0 3rem;
  }
  .tech-flex li {
    margin-bottom:3rem;
    text-align: center;
  }
  .aiscan-tech {
    padding-bottom:3rem;
  }
  .phase-top i {
    width: 48px;
  }
  .phase-start img,
  .phase-goal img {
    width:62px;
  }
  .phase-start, .phase-goal {
    padding-left: 6px;
  }
  .phase-outer {
    padding: 1rem 1rem 1rem 13px;
  }
  .aiscan-phase:before {
    left: 36px;
    width: 2px;
  }
  .phase-ttl {
    font-size:16px;
  }
  .phase-ttl span {
    font-size:13px;
    margin-bottom:0;
  }
  .phase-bottom {
    padding-left: 19%;
  }
  .num-list li {
    font-size:14px;
  }
  .aiscan-flow {
    margin-bottom:8rem;
  }
  .aiscan-phase {
    margin-top:2rem;
  }
  .aiscan-read p {
    text-align: left;
  }
  .aiscan-catch {
    line-height: 1.4;
  }
  .kv-aiscan {
    margin-bottom:1.6rem;
  }
  /* knowledge
  ---------------------------------------------- */
  .knowledge-archive-ttl {
    font-size:2.4rem;
  }
  .knowledge-ttl-parent {
    font-size:calc(32/640*100vw);
  }
  .knowledge-ttl-main {
    font-size:calc(45/640*100vw);
  }
  .knowledge-ttl-sub {
    font-size:calc(30/640*100vw);
    margin-bottom: 4rem;
  }
  .knowledge-archive .how-txt {
    width:100%;
  }
  .knowledge-archive .how-box {
    background:none;
  }
  .knowledge-kv-main {
    padding:3rem 1.5rem 1.5rem;
  }
  .logo-kamada {
    max-height: 32px;
  }
  #knowlede h2,
  #knowledge .ttl {
    font-size:calc(39/640*100vw);
    font-weight:bold;
    margin:2rem 0 1rem;
  }
  #knowledge .ttl.s {
    font-size: calc(33/640*100vw);
    margin-bottom:2rem;
  }
  .knowledge-info-cap {
    font-size:calc(30/640*100vw);
    margin-bottom: 1rem;
  }
  .knowledge-info-txt {
    margin:1.5rem 0 0;
  }
  .solution-area li {
    background-color: #d6f0e9;
    border-radius: 10px;
    padding:2rem 1.5rem;
  }
  .solution-area li.arrow-next {
    background:none;
    text-align: center;
    margin:auto;
    transform: rotate(90deg);
    max-height: 100px;
    padding:0;
  }
  .solution-area dd {
    line-height:1.6;
  }
  .knowledge-scan li {
    margin-bottom:4rem;
  }
  .ttl02 {
    font-size:calc(28/640*100vw);
  }
  .knowledge-scan figure {
    margin-bottom:0.5rem;
  }
  #voice {
    padding:0;
    border-radius: 10px;
  }
  .voice-box {
    padding:3rem 0 4rem;
    position: relative;
  }
  .voice-box:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
    width:90%;
    height:1px;
    background-color: #b2b2b2;
  }
  .ttl-voice {
    width:90%;
    margin:2rem auto 0;
    text-align: center;
    padding-bottom:1rem;
   }
  .voice-main {
    margin:0 auto;
    width:88%;
  }
  .voice-sub {
    margin-top:2.5rem;
  }
  .voice-sub figcaption {
    width:98%;
    margin:auto;
    display: block;
  }
  .voice-back {
    margin:2rem auto;
  }

  /* recruit
  ----------------------------------------------- */
  #recruit {
    margin:4rem 0;
  }
  .kv-recruit {
    background:url(../img/recruit/kv-sp.jpg)no-repeat right center;
    background-size:cover;
  }
  .kv-recruit,
  .kv-recruit .kv-inner {
    height:calc(362/640*100vw);
    max-height: 362px;
    margin-top:0;
  }
  .kv-recruit .kv-ttl {
    font-size:calc(39/640*100vw);
  }
  .ttl-line {
    width: 94%;
  }
  .ttl-line span {
    font-size:calc(44/640*100vw);
  }
  .rec-read {
    margin-top:3rem;
    margin-bottom:3rem;
  }
  .read-box-ttl {
    margin-top:1rem;
  }
  .read-box {
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom:2rem;
  }
  .rec-read ul li {
    font-size:1.6rem;
  }
  .rec-movie {
    padding:0.5rem 0 3rem;
    margin-bottom:4rem;
  }
  .office-ttl.mt {
    margin-top: 1.5rem;
  }
  .rec-outline {
  margin:4rem auto;
  }
  .rec-access {
  margin:4rem auto 6rem;
  }

  /* bakeryscan
  ----------------------------------------------- */
  .ttl-box-sub {
    font-size:calc(24/640*100vw);
  }
  #bakeryscan {
    padding-top:0;
  }
  .kv-img {
    background-size:cover!important;
    overflow-x: hidden;
  }
  .kv-bakeryscan {
    background:url(../img/packages/bakeryscan/kv-sp.jpg)no-repeat right center;
  }
  .kv-tex-sim {
    background:url(../img/packages/tex-sim/kv-sp.jpg)no-repeat right center;
  }
  .kv-eatscan {
    background:url(../img/packages/eatscan/kv-sp.png)no-repeat right center;
  }
  .kv-br-pos {
    background:url(../img/packages/br-pos/kv-sp.png)no-repeat right center;
  }
  .kv-img,
  .kv-img .kv-inner {
    height:calc(689/640*100vw);
    justify-content: center;
  }
  .kv-br-pos.kv-img,
  .kv-br-pos.kv-img .kv-inner {
    height:calc(867/640*100vw);
  }
  .kv-eatscan.kv-img,
  .kv-eatscan.kv-img .kv-inner {
    height:calc(669/640*100vw);
  }
  .kv-img .kv-inner {
    max-height:auto;
    align-items: flex-start;
    align-content:flex-start;
    margin-top:9vw;
  }
  .kv-img .kv-ttl {
    font-size:calc(40/640*100vw);
    text-align: center;
  }
  .kv-eatscan.kv-img .kv-ttl {
    text-align: left;
  }
  .kv-eatscan .kv-inner {
    justify-content: flex-start;
    width:73%;
    padding-left:5%;
  }
  .kv-img .kv-ttl img {
    width:calc(527/640*100vw);
    margin-top:1rem;
  }
  .kv-br-pos .kv-ttl img {
    width:65%;
  }
  .kv-tex-sim .kv-ttl img {
    width: 77%;
  }
  .kv-img .kv-inner:after {
    content: "";
    position: absolute;
    bottom: 4%;
    right: -5.5%;
    background: url(../img/packages/bakeryscan/catch.png)no-repeat 120% 0;
    background-size: contain;
    width: calc(450/640*100vw);
    height: calc(400/640*100vw);
  }
  .kv-tex-sim .kv-inner:after {
    background: url(../img/packages/tex-sim/catch.png)no-repeat center 0;
    background-size: contain;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: calc(465/640*100vw);
    height: calc(400/640*100vw);
  }
  .kv-eatscan .kv-inner:after {
    content:none;
    background: none;;
  }
  .kv-br-pos .kv-inner:after {
    content:none;
    background: none;;
    /* background:url(../img/packages/br-pos/catch-sp.png)no-repeat right 0;
    background-size:contain;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:calc(582/640*100vw);;
    height:calc(378/640*100vw);
    max-width:100%; */
  }
  .bakeryscan-icn {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom:2rem;
  }
  .bakeryscan-icn li {
    width:48%;
    margin:0 0 1rem;
  }
  .local-menu {
    margin:3rem 0 4rem;
  }
  .ttl-box {
    padding: 1rem 0 0;
    position: relative;
  }
  .ttl-box-inner:before {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    width: 50%;
    height: 1px;
    background: #46bc9a;
    z-index: -2;
  }
  .ttl-box-sub:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    margin: auto;
    background: #fff;
    width: 1rem;
    height: 1em;
    z-index: -1;
  }
  .ttl-box-sub:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .ttl-box-main {
    font-size: calc(36/640*100vw);
  }
  .ttl-box-main {
    margin:0.5rem 0 0.3em 0;
  }
  .bakery-prize dt {
    color:#fff;
    font-size:calc(33/640*100vw);
    font-weight: bold;
    text-align: center;
    padding:1rem;
  }
  .bakery-prize-detail {
    margin:1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bakery-prize-detail li {
    text-align: center;
  }
  .bakery-prize-detail li img {
    max-height:80px;
    margin:1rem 2rem;
    max-width:70%;
  }
  .bakery-prize-detail li:nth-child(1) {
    width:100%;
    font-size:1.4rem;
  }
  .bakery-prize-detail li:nth-child(2),
  .bakery-prize-detail li:nth-child(3) {
    max-width: 30%;
  }
  .bakery-prize-detail li:nth-child(5) {
    width:70%;
  }
  .local-menu li a {
    font-size:1.5rem;
  }
  .local-menu li {
    margin-bottom:1.5rem;
  }
  .ttl-left {
    font-size:calc(32/640*100vw);
  }
  .step-num {
    font-size:calc(66/640*100vw);
    padding-top:1rem;
    width: 1.2em;
  }
  .bakery-step-box {
    display: flex;
    padding: 0 0 0 1.5rem;
    width:100%;
  }
  .bakery-step-box .step-txt {
    padding: 0 1rem 1rem 1rem;
  }
  .step-txt dt {
    font-size:calc(33/640*100vw);
    padding:2.5rem 0 1rem;
  }
  .sp-step {
    display: flex;
    padding: 0;
    width: 100%;
  }
  #tex-sim .step-num {
    margin:0;
  }
  .arrow-bottom {
    margin:1rem auto;
    display: none;
  }
  .sp-step .ttl04 {
    color: #46bc9a;
    font-weight: bold;
    font-size: calc(31/640*100vw);
    padding: 2.5rem 0 1rem 1rem;
    text-align:left;
    margin:0;
  }
  .s3 .simulation-box {
    flex-wrap:wrap;
  }
  .s3 .simulation-box li {
    width:100%;
    margin-top:1rem;
  }
  .s3 .simulation-box li:nth-child(1) {
    width:60%;
  }
  .simulation-flex {
    flex-wrap:wrap;
  }
  .simulation-flex li {
    width:46%;
    margin:1rem 2%;
  }
  .bakery-step-img {
    padding:2.5rem;
    border-top:1px solid #b2b2b2;
    border-left:0px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
  }
  .bakery-step li {
    margin-bottom:2.5rem;
  }
  .pkg-scan {
    text-align: center;
    margin:auto;
    padding:2rem;
  }
  .pkg-scan figure {
    width:70%;
    margin:auto;
  }
  .pkg-scan img {
    margin:1rem auto;
  }
  .bakery-merit {
    padding:2rem;
  }
  .bakery-merit-ttl {
    font-size:calc(31/640*100vw);
    margin:-3rem 0 2rem;
    display: block;
    text-align: center;
  }
  .bakery-merit-txt {
    margin-bottom:1rem;
  }
  .bakery-step {
    margin: 6rem 0;
  }
  .ttl-left {
    line-height:1.4;
    margin:1.5rem 0 2rem;
  }
  .ttl-center {
    font-size:calc(30/750*100vw);
    margin:0 auto;
  }
  .other-merit-ttl {
    font-size:calc(31/640*100vw);
    margin:2rem 0 1.5rem;
  }
  .other-merit li {
    margin-bottom:4rem;
  }
  .casestudy figure {
    text-align: center;
    padding:0.5rem;
  }
  .casestudy figure img {
    max-height:calc(240/640*100vw);
  }
  .casestudy-ttl {
    font-size:1.6rem;
  }
  .casestudy li {
    margin-bottom:4rem;
  }
  .solution-flow {
    margin:0 0 3rem;
  }
  .solution-flow li {
    display: flex;
    flex-wrap:wrap;
    margin:0 0 4rem;
  }
  .solution-flow figure {
    order:2;
    background-color: #f5efe8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.5rem;
    width:100%;
    margin-top:0.5rem;
  }
  .solution-flow figure img {
    max-width:35%;
    max-height:95px;
    height:calc(135/640*100vw);
  }
  .solution-flow-box {
    order:1;
  }


  .media-flow-box {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-top:0.5rem;
  }




  .link-btn a {
    font-size:calc(21/640*100vw);
  }
  .btn01 {
    padding:1rem;
  }
  .link-btn {
    margin:2rem 0;
  }
  .table-scroll {
    margin-inline: auto;
    margin-top: 4rem;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .type-scroll  {
    width: 640px;
  }
  .type-scroll.m {
    width: 780px;
  }
  .type-scroll2  {
    width: 580px;
    margin-bottom:2rem!important;
  }
  .table-scroll2 {
    margin-inline: auto;
    margin-top: 0rem;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  table.type-scroll .th-head {
    padding:0.8rem 1rem;
  }
  table.type-scroll td:nth-child(1) {
    width: 15%;
  }
  table.type-scroll.td-s td:nth-child(1) {
    width: 9%;
  }
  table.type-scroll.td-ss td:nth-child(1) {
    width: 6%;
  }
  table.type-scroll td, table.type-scroll td * {
    font-size: 1.3rem;
  }
  table.type-scroll th, table.type-scroll td {
    padding:2rem 0.5rem;
  }
  .type-scroll .pl {
    padding-left: 1rem;
  }
  table.type-main tr:nth-child(3) img {
    max-height: 122px;
    margin: 1.5rem auto;
  }
  table.type-scroll td.pt {
    padding-top: 1em;
  }
  table.type-main tr:nth-child(2) img {
    max-height: 130px;
  }
  table.type-main img {
    margin: 1rem auto 0;
  }
  table.type-scroll td:nth-child(2) {
    width:35%;
  }
  .scan-case li {
    margin-bottom:2rem;
  }
  .icn-scroll.sp {
    width: 52px;
    margin: 0.5rem 1.5rem 3rem auto;
    text-align: right;
  }
  .package-voice-ttl {
    font-size:calc(26/640*100vw);
    padding:0.8rem 0.8rem 0.8rem 1rem;
    width:90%;
  }
  .package-voice-box {
    padding:1rem 2rem 1.5rem;
  }
  .package-voice-img {
    background-color: #ecf8f5;
    border-top:1px solid #46bc9a;
  }
  #tex-sim .package-voice-img {
    width:100%;
    background-color: #fff;
    margin:auto;
    text-align: center;
  }
  #tex-sim .pkg-voice-img {
    width:60%;
    margin:auto;
    text-align: center;
  }
  #tex-sim .voice-link {
    background-color: #ecf8f5;
    margin:0 auto;
    padding:1rem;
  }


  .package-voice-flex {
    flex-wrap:wrap;
  }
  .voice-ttl {
    font-size:calc(33/640*100vw);
  }
  .voice-link {
    margin: 2rem auto;
  }
  .package-voice {
    margin-bottom:4rem;
  }
  .report-ttl {
    font-size:calc(33/640*100vw);
    width:90%;
    padding:0 1rem;
    display: block;
    margin:0 auto;
  }
  .report-box-ttl {
    font-size:calc(30/640*100vw);
    padding:1.5rem 0 1rem;
    line-height:1.4;
  }
  .report-box:before {
    top:-2%;
  }
  .report-box {
    padding: 0 1.5rem 2rem;
  }
  .report-flex figure {
    margin-bottom:1rem;
  }
  .report-area {
    margin:6rem 0;
  }
  .report-ttl-blue {
    padding:1.5rem 0 1rem;
    font-size:calc(30/640*100vw);
  }
  .arrow-list li {
    font-size:1.4rem;
  }
  .report-ttl-blue.l {
    font-size:calc(33/640*100vw);
  }
  .qa-area dl {
    margin:0 0 3rem 0;
  }
  .qa-area dd {
    padding:1rem 2rem;
  }
  .panph-txt1 {
    margin:2rem 0 0;
  }
  .panph-txt2 {
    font-size:calc(46/640*100vw);
  }
  .panph-ttl {
    font-size: calc(33/640*100vw);
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .panph-btn {
    margin: 1.5rem auto;
  }
  .panph-btn.sp-tc {
    text-align: center;
    margin:3rem auto;
  }
  .panph-btn a {
    font-size: calc(21/640*100vw);
    padding:0.8rem 1.5rem;
  }
  .btn01 img {
    margin-left: 0rem;
    width: 1.4em;
  }
  .panph-flex {
    padding: 2rem;
    text-align: center;
  }
  .panph-flex figure {
    width:75%;
    margin:auto;
  }
  .ttl01 {
    font-size:calc(37/640*100vw);
    margin:3rem auto 1rem;
    text-align: center;
  }
  .sweet-bnr-main {
    padding:1.5rem 3rem;
    text-align: center;
  }
  .sweet-bnr-ttl {
    font-size:calc(28/640*100vw);
  }
  .sweet-bnr-catch {
    font-size:calc(24/640*100vw);
  }

  /* tex-sim
  ---------------------------------------------- */
  .solution-box-inner li {
    margin-bottom:1.5rem;
  }
  .solution-img-area {
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
  .ttl-dottc {
    font-size:1.6rem;
  }
  .col3 li {
    margin-bottom:1.5rem;
  }
  .tex-sim05 table th {
    white-space: nowrap;
  }
  .box-area-ttl {
    font-size: calc(31/640*100vw);
    width:80%;
    max-width:100%;
    display: block;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
  }
  .box-area-box {
    padding:3rem 1rem;
  }
  .box-area-inner {
    padding:0;
  }
  .box-area-img {
    padding:1.5rem 0;
    width:50%;
  }
  .box-area-img img {
    width:80%;
  }
  .box-area-txt {
    width: auto;
    margin: 0 -2rem;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    white-space: nowrap;
  }

  /* br-pos
  ----------------------------------------------- */
  #br-pos {
    padding-top:0;
  }
  .intro-flex li {
    margin-top:2rem;
  }
  .merit02 {
    margin-bottom:4rem;
  }
  .merit02 li {
    margin-bottom:2rem;
  }
  .usage-step {
    margin:1rem 0 0;
  }
  .usage-step ul {
    margin-bottom:2rem;
  }
  .usage-step ul li img,
  .mode-flex li img {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }
  .usage-image {
    margin-bottom:4rem;
  }
  .usage-step-ttl {
    font-size:1.6rem;
  }
  .mode-area {
    margin-bottom:4rem;
    margin-top:2rem;
  }
  .mode-flex li img {
    margin-bottom:0;
  }
  .mode-flex li {
    font-size:1.4rem;
    text-align: center;
    margin-bottom:3rem;
  }

    /* eatscan
  ---------------------------------------------- */
  #eatscan {
    padding-top:0;
  }
  .col2 li {
    margin-bottom:2rem;
  }
  .w360 img {
    max-width:70%;
    margin:0 auto;
  }
  .w360 .img-one {
    margin:0 auto;
  }
    
  /* single
---------------------------------------------- */
  .single-ttl {
    font-size: calc(33/640*100vw);
    margin: 1rem 0 1.5rem;
  }
  .single-ttl br {
    display: none;
  }
  .single-date .date {
    font-size:calc(24/640*100vw);
    margin-right:0;
  }
  .single-date .label {
    font-size: calc(18/640*100vw);
    padding:2px 2rem 3px 0.5rem;
    height:1.5em;
  }
  .movie-area figcaption {
    text-align: right;
    font-size:1.4rem;
  }
  .block-area {
    margin: 4rem 0;
  }
  .single-wrap p {
    margin-bottom:0.5em;
  }
  .single-wrap figure {
    margin: 1rem 0;
  }
  .ttl-related {
    font-size:calc(28/640*100vw);
  }
}

/* end 750px
-------------------------------------------------- */

@media screen and (max-width: 480px) {
  .flow-box:before {
    left:calc(4.8em + 0.55vw);
  }
  .flow-box.line-end:before {
    height: 4em;
  }
  .case-archive li {
    width:100%;
  }
  .modal-img {
    flex-wrap:wrap;
    gap:0;
  }
  .modal-img img {
    width:100%;
  }
  .case-archive .thumb-img img {
    max-height: 396px;
  }
}

@media screen and (max-width: 375px) {
  .knowledge-archive-txt {
    font-size:3.7vw;
  }
}

/* -----------------------------------------------------------
form
------------------------------------------------------------*/

/* contact
----------------------------------------------- */
.contact-box {
  background-color: #9097a7;
  padding:4rem 2rem 1rem;
  text-align:center;
}
.contact-box * {
  color:#fff;
}
.contact-box .ttl-jp {
  font-size:1.8rem;
  margin-bottom:2rem;
}
.contact-box .cta-tel {
  margin-bottom:2rem;
}
.contact-read {
  text-align:center;
  margin:7rem 0 4rem;
}
.txt-m {
  font-size:1.8rem;
}


/* form
----------------------------------------------- */
#form-list {
margin-top:20px;
}
#form-list dl {
margin: 0 0 1.2em;
padding: 0;
font-size: 16px;
line-height: 1.6;
vertical-align: top;
text-align: left;
}
#form-list dt {
font-size: 1.8rem;
font-weight:bold;
margin:3rem 0 0.8rem;
display: flex;
}
#form-list .required {
margin-left:1em;
background: #ea005b;
color:#fff;
font-size: 12px;
width:43px;
height: 24px;
line-height: 1.2;
display: flex;
justify-content: center;
align-items: center;
}
#form-list dd {
vertical-align: middle;
text-align: left;
}
#form-list dd + dd {
  margin-top:1rem;
}
#form-list dl dd span {
font-size:88%;
}
#form-list dl dd a {
text-decoration: underline;
}
#form-list dl dd a:hover {
text-decoration: none;
}
form .size1 {
width:100%;
font-size:14px;
padding:1rem 1.5rem;
border:none;
}
form .size2 {
width:30%;
margin-bottom:8px !important;
font-size:14px;
padding:1rem 1.5rem;
}
form .size3 {
width:44%;
font-size:14px;
padding:1rem 1.5rem;
}
form .size4 {
width:80%;
min-height:80px;
font-size:14px;
padding:1.5rem 1.5rem;
}
form .size5 {
width:73%;
font-size:14px;
padding:1rem 1.5rem;
}
form textarea {
font-size:14px;
padding:1rem 1.5rem;
background: #e5e7ef;
border:none;
min-height: 12em;
}
form input[type="text"],
form input[type="email"] {
background: #e5e7ef;
padding:1rem 1.5rem;
height: 54px;
box-sizing: border-box;
border:none;
}
form .btn_area {
margin-top: 50px;
margin-bottom: 0px;
text-align:center;
}
form .form_btn {
display: flex;
margin:0 auto;
background-color:#333;
text-align:center;
border:0;
cursor:pointer;
}
.form-btn {
display: flex;
justify-content: center;
margin:2rem auto 6rem;
}
.form-btn input,
.form-btn button {
margin:0 5px;
cursor: pointer;
outline: none;
border:none;
font-size: 2rem;
}
.form-btn input:hover,
.form-btn button:hover,
.confirm-btn input:hover,
.confirm-btn button:hover {
opacity: 0.85;
}
/* form-sub */
#form-sub {
  margin:4rem 0;
}
.ttl-form {
  font-size:1.8rem;
  margin:2rem 0 0.5rem;
}
.form-box {
  border:2px solid #9097a7;
  padding:2rem 3% 2rem 5%;
}
.form-radio {
	display: flex;
}
.form-radio li {
	margin-right:10px;
  font-size:14px;
}
#form-sub input,
#form-sub select {
	padding:7px 10px;
	font-size: 14px;
}
 input[type="radio"] {
	 margin:3px 5px 5px;
}
.form-select * {
  font-size:14px;
}
.select-ttl {
  margin-right:1em;
}
.form-check label {
  display: block;
  margin: 1rem 0;
}
.accept-area {
  margin:0 auto;
  text-align:center;
}
.accept-ttl {
  font-size:1.8rem;
}
input,textarea {
	font-family: 'Noto Sans JP';
}
.btn01 {
  border:1px solid #46bc9a;
  border-radius: 10em;
  padding:1rem 2.5rem;
  color:#46bc9a;
  font-weight: bold;
}
.btn01 img {
  vertical-align: middle;
  margin-left:1rem;
}
.btn05 {
	width:368px;
	height:92px;
	background-color: #646e84;
	border:1px solid #646e84;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	line-height: 1.2;
	padding:0.5rem 1.5rem;
	font-size: 2.4rem;
	color:#fff;
	font-weight: bold;
	padding-left:1em;
  border-radius: 7px;
}
.btn06 {
  width: 260px;
  height: 64px;
  background-color: #646e84;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  padding: 0.5rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  cursor: pointer;
}
.confirm-btn .btn06.ar-l {
  background-color:#9eaabe;
}
.btn06.ar-l {
  background-image:url(../img/common/btn-l.svg);
  background-repeat:no-repeat;
  background-position: 15% center;
  background-size:18px;
}
.btn06.ar-r {
  background-image:url(../img/common/btn-r.svg);
  background-repeat:no-repeat;
  background-position: 90% center;
  background-size:18px;
}
.form-privacy {
  text-align: center;
}
.form-privacy-ttl {
  font-size:1.8rem;
  font-weight: bold;
}
.form-privacy-txt {
  font-size:14px;
  color:#ea005b;
}
.icn-key {
  max-width:43px;
  margin:0 auto;
}

/* confirm
----------------------------------------------- */
.confirm-read,
.thanks-read {
  margin:0 auto 6rem;
  text-align:center;
}
#form-list.confirm-list {
  margin:0;
}
.confirm-table,
.confirm-table th,
.confirm-table td {
  border-collapse: collapse;
}
.confirm-table th,
.confirm-table td {
  padding:1.1em 0;
  border-top:1px solid #d1d1d1;
}
.confirm-table tr:last-of-type th,
.confirm-table tr:last-of-type td {
  border-bottom:1px solid #d1d1d1;
}
.confirm-table th {
  text-align: right;
  width:30%;
  vertical-align: top;
}
.confirm-btn {
  display: flex;
  justify-content: space-between;
  margin: 8rem -1.5% 6rem;
}
.confirm-btn .btn06 {
  margin:0 1.5%;
}


/* thanks
----------------------------------------------- */
.thanks-txt {
  margin-bottom:4rem;
}
.thanks-txt span {
  font-size:2.8rem;
  padding-bottom:5px;
  font-weight:500;
  border-bottom:2px solid #575757;
}
.thanks-btn {
  margin:8rem auto;
  justify-content: center;
  text-align: center;
}
.thanks-btn .btn06.ar-l {
  background-position:8% center;
  padding-left:1em;
  margin:auto;
}

@media screen and (min-width: 751px) {
  .form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-flex .form-radio {
    width:25%;
  }
  .form-flex .form-select {
    width:70%;
  }
  .confirm-table td {
    padding-left:2em;
  }
}

/* form */
@media screen and (max-width: 750px) {
  .form-btn input, .form-btn button, .form-btn .btn05 {
  	font-size: 1.6rem;
  }
  .form-area {
  	min-height: 45vh;
  }
  .mail-box p {
    text-align: left;
  }
  #form-list dt {
    font-size: 1.5rem;
  }
  form input[type="text"], form input[type="email"] {
    height: 48px;
  }
  .form-privacy-txt {
    font-size: 3vw;
  }
  .icn-key {
    max-width: 30px;
  }
  .accept-ttl {
    font-size:1.4rem;
  }
  .btn05 {
    width: 100%;
    height: calc(115/640*100vw);
  }
  .form-select {
    text-align: center;
  }
  .form-radio {
    justify-content: center;
    margin-bottom:1rem;
  }
  .confirm-table th {
    width:32%;
  }
  .confirm-table td {
    padding-left:1em;
  }
  .confirm-read .txt-m {
    font-size:14px;
    text-align: left;
  }
  .confirm-read {
    margin-bottom:4rem;
  }
  .btn06 {
    font-size:14px;
    height:54px;
  }
  .btn06.ar-l,
  .btn06.ar-r {
    background-size:13px;
  }
  .thanks-sub {
    text-align: left;
  }
  .thanks-txt span {
    font-size:2rem;
  }
}






/* manual
---------------------------------------------- */

.manual_lead-area {
  font-size: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.manual_lead-area p {
  font-size: 1.5rem;
}

.manual_lead-area lu li {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;

  position: relative;
  padding-left: 2rem;
}

.manual_lead-area lu li:before {
  content: "・";
  left: 0;
  position: absolute;
}

.m_container {
  margin-bottom: 6rem;
}

.manual_heading {
  background-color: #ffbb62;
  border-radius: 3px;
  padding-left: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 1.5rem;
}

.manual_h3 {
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.manual_container {
  display: flex;
  flex-wrap: wrap;
}

.manual_container_section {
  flex: 1;
  flex: 0 0 300px;
  margin: 0 10px;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

.mcs_heading {
  background-color: #ffd079;
  border-radius: 3px;
  padding-left: 1.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.mcs_heading_h4{
  color: #fff;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
}

.mcs_list {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mcs_list ul li {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.DL-btn {
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  background-color: rgb(150, 150, 150);
  padding: 4px 10px;
  text-decoration: none;
  color: white;

}

.mcs_btn {
  text-align: right;
  margin-top: auto;
  margin-bottom: 10px;
}

.manual_BRPOS {
  background-color: #62adf3;
}
.manual_BRPOS_heading {
  background-color: #8ac3f8;
}



@media screen and (max-width: 684px) {

.manual_containe {
  flex-direction: column;
}

.manual_container_section {
  width: 100%;
  flex: none;
  margin: 0;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

}




/* topix > detail
---------------------------------------------- */
.image-block{
  text-align:center;
}

.image-block .image-item{
  display:inline-block;
  margin:1em;
}
