@charset "UTF-8";
@import url("destyle.css");
*:focus {
  outline: none;
}

* {
  font-size: 10px;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
dl,
dt,
dd,
dd,
dt {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #40486c;
  letter-spacing: 0.5em;
}

.min,
span.min,
.min * {
  font-family: "Zen Old Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}

.fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

a[href]:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a.nohover:hover {
  opacity: 1;
}

.gnav a.nohover:hover {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.language a {
  border: solid 1px #454545;
  padding: 1em;
  font-size: 1.3rem;
}
.footerlink a {
    display: none;
}
/* fade */
.fi.show {
  opacity: 1;
}

.fu {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fu.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.rl {
  opacity: 1;
  -webkit-transform: translate(314px, 0px);
          transform: translate(314px, 0px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.rl.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.lc {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  -webkit-transition: 6s;
  transition: 6s;
}

.lc.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.sc_sm {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.sc_sm.show {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.td {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

img {
  max-width: 100%;
  height: auto;
}

.tx_c {
  text-align: center;
}

/* ---------------------
	header 
-----------------------*/
#header {
  height: 120px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 40px 100px 25px;
}

.bgview {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.h_logo {
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -18px;
}

.h_logo img {
  width: 300px;
}

/* ---------------------
	common 
-----------------------*/
#wrapper {
  margin: auto;
  width: 100%;
  position: relative;
  padding-top: 0;
  background: #fff;
}

.main_container {
  margin: auto;
  position: relative;
}

h3.min {
  padding: 50px 0;
  font-size: 2.7rem;
  line-height: 2.5;
}

h3.sec_ttl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0em;
  padding-bottom: 50px;
}

h3.sec_ttl figure {
  width: 50px;
}

.cont_wrap {
  max-width: 1400px;
  margin: auto;
}

.cont_box {
  max-width: 1200px;
  margin: auto;
  width: 90vw;
  padding: 160px 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .cont_box {
    padding: 160px 20px;
  }
}
.cont_box h4 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.cont_box h4:after {
  content: "";
  display: block;
  border-bottom: 1px solid #666666;
  margin: 30px 0;
}

.more_bt {
  display: inline-block;
  padding-top: 50px;
  width: 180px;
}

.more_bt2 {
  display: inline-block;
  padding-top: 30px;
  width: 180px;
}

.more_gr {
  text-align: right;
}

.more_gr a {
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  padding-top: 20px;
}

.more_gr a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/more_bt_gr.svg);
  margin-left: 8px;
}

/* ---------------------
	TOP 
-----------------------*/
.top_movie {
  width: 100%;
  border-top: 0;
}

.top_movie video {
  width: 100%;
}

.top_mv,
.top_ttl_movie {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_ttl_movie {
  overflow: hidden;
}

.top_nv img,
.top_ttl_movie img {
  width: 100%;
}

.intro_box figure {
  max-width: 525px;
}

.top_intro {
  background: #fdfcfb;
}

.top_intro .cont_box {
  max-width: 1300px;
  width: 90%;
}

.top_intro_tx h2 {
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 0.7em;
}

.top_intro_tx p {
  line-height: 2.3;
  letter-spacing: 0.17em;
}

figure.toptx_top {
  position: absolute;
  z-index: 2;
  max-width: 755px;
  padding-top: 0px;
  margin-top: 10px;
  left: 155px;
}

figure.toptx {
  position: absolute;
  z-index: 2;
  max-width: 755px;
  width: 500px;
  padding-top: 0px;
  margin-top: -30px;
  left: 155px;
}

.projects {
  background: #fcfaf8;
}

.projects p {
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.projects .cont_inner {
  padding-left: 50px;
}

.project_info {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0 0;
}

.project_infotx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_infotx figure {
  display: inline-block;
}

.project_info > div p {
  padding: 60px 0 0 0px;
  font-size: 1.6rem;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}

.project_box {
  max-width: 700px;
}

.project_box > div {
  max-width: 330px;
  position: relative;
}

.project_box > div:nth-child(n+3) {
  margin-top: 60px;
}

.project_box > div img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  position: absolute;
  left: 0;
  top: 0;
}

.project_box div span:hover img {
  opacity: 1;
}

.project_box div p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-top: 1.5em;
}

/*.project_program {
	margin-top: 0px;
	border:dotted #666666;
	border-width: 1px 0 1px 0;
}*/
.program_box {
  padding: 100px 0;
  border: dotted #d9d9d9;
  border-width: 0.1px 0 0.1px 0;
}

.program_box.pb_02 {
  padding: 20px 0 130px;
}

.program_box p {
  line-height: 2.2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.program_box h3 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.program_box h3 span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.4em 0 2em;
  line-height: 1.5;
}

.program_box.pb_02 h3 span {
  letter-spacing: 0.01em;
}

.pb_right {
  max-width: 600px;
  width: 55%;
}

.pb_right2 {
  max-width: 900px;
  width: 100%;
}

.pb_img_01 {
  max-width: 580px;
  width: 45%;
}

.pb_img_02 {
  max-width: 520px;
  width: 48.5%;
}

.program_box.pb_03 {
  padding-bottom: 100px;
}

.program_box.pb_03 p {
  padding-top: 0em;
}

.program_box.pb_03 h3.team_02 {
  padding-top: 5em;
}

.program_box.pb_04 {
  padding-bottom: 100px;
}

.program_box.pb_04 p {
  padding-top: 1.3em;
}

.program_box.pb_04 h3.team_02 {
  padding-top: 5em;
}

.top_news {
  background: #f4ede7;
  padding: 85px 0 165px;
}

.top_news .cont_wrap {
  max-width: 1300px;
  width: 90%;
  background: #fff;
  border-radius: 20px;
}

.top_news .cont_box {
  padding: 90px 0 0;
}

.top_news .cont_inner {
  padding-left: 50px;
}

.top_news_box {
  border-top: 1px dashed #666666;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3.5em 0 6em;
}

.cont_inner .top_news_box:nth-child(n+6) {
  display: none;
}

h5.news_ttl {
  width: 10.45em;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5em 0;
  color: #fff;
  letter-spacing: 0.05em;
}

h5.news_ttl.news {
  background: #619871;
}

h5.news_ttl.press {
  background: #7e6994;
}

h5.news_ttl.event {
  background: #d3a44a;
}

h5.news_ttl.recruit {
  background: #d27b8e;
}

a.archive_bt {
  display: block;
  max-width: 280px;
  width: 60%;
  margin: auto;
  padding: 60px 0 70px;
}

.top_news_box p {
  max-width: 545px;
  padding-left: 5em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top_news_box p a {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.5rem;
}

.date {
  display: inline-block;
  padding-left: 3em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  width: 9em;
}

.news_ico {
  padding: 10px 0 0 0;
}

.news_tag {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 13rem;
  height: 2.9rem;
  border: 1px solid #40486c;
  border-radius: 6.25em;
  color: #40486c;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-right: 2rem;
}

.news_tag + .ico_link {
  margin-left: 0;
}

.ico_link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: right;
  padding-right: 1.5em;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* ---------------------
	PC common pages 
-----------------------*/
.pages .cont_wrap {
  max-width: 1300px;
  background: #fdfcfb;
  border-radius: 20px;
  width: 90%;
}

.pages .cont_box {
  padding-top: 100px;
}

.pages .cont_inner {
  padding-left: 50px;
}

.pages .cont_box h4:after {
  display: none;
}

.pages .cont_box h4 {
  padding-bottom: 1.2em;
}

.pages h3.sec_ttl:after {
  content: "";
  border-top: 1px solid #666666;
  margin-top: 0.8em;
  display: block;
  width: 100%;
  margin-left: 50px;
}

/* ---------------------
	PC about 
-----------------------*/
.system_ttl h3.sec_ttl:after {
  display: none;
}

.system_ttl h3.sec_ttl {
  padding: 0;
}

.system_ttl {
  padding-bottom: 1.5em;
  margin-bottom: 110px;
  position: relative;
}

.system_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  height: 1px;
  width: calc(100% - 50px);
  border-bottom: 1px solid #666666;
  z-index: 0;
}

/* 最初に非表示＆アニメーション用 */
#accordionMenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

#accordionMenu.open {
  max-height: 500px;
  /* 十分な高さに設定（中身に応じて調整） */
}

.system {
  padding-bottom: 100px;
}

.system_box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid rgba(102, 102, 102, 0.3);
}

.system_member {
  max-width: 1120px;
  margin-top: 0;
  width: 100%;
}

.sm_inner {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 25px;
}

.sm_inner:not(.top):not(.top_02) {
  padding-top: 80px;
}

.sm_left,
.sb_02_af_left {
  width: 310px;
  border-bottom: 5px solid;
  padding-bottom: 50px;
}

.sm_inner.top .sm_left,
.sb_02_af_left {
  padding-bottom: 0;
}

.sm_left p {
  line-height: 1;
  padding-bottom: 2em;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
}

.sm_left p:before {
  content: "○";
  padding-right: 0.5em;
  display: inline-block;
  font-size: 1.4em;
  color: rgba(153, 153, 153, 0.8);
}

.smi_02 .sm_left p:before {
  content: "●";
  color: #39a2c2;
}

.smi_04 .sm_left p:before {
  content: "●";
  color: #39a2c2;
}

.smi_05 .sm_left p:before {
  content: "●";
  color: #f6ac55;
}

.smi_06 .sm_left p:before {
  content: "●";
  color: #7db161;
}

.smi_07 .sm_left p:before {
  content: "●";
  color: #b77793;
}

.smi_08 .sm_left p:before {
  content: "●";
  color: #b4985f;
}

.smi_09 .sm_left p:before {
  content: "●";
  color: #878d85;
}

.sm_left p.nob:before {
  display: none;
}

.sm_left p.nob {
  margin-left: 2.3em;
  padding-bottom: 0;
}

.sm_inner .sm_left.t_project p:nth-child(n+2):before {
  display: none;
}

.sm_inner .sm_left.t_project p:nth-child(n+2) {
  font-size: 1.3rem;
  padding-bottom: 1.3em;
  letter-spacing: 0.05em;
  padding-left: 3.2em;
}

.sm_inner.top .sm_left {
  border-color: rgba(240, 240, 221, 0.3);
}

.sm_inner.smi_02 .sm_left {
  border: none;
}

.sb_02_af_left {
  border-color: rgba(150, 197, 217, 0.3);
}

.sb_02_af.sb_03 .sb_02_af_left {
  border-color: rgba(217, 209, 135, 0.3);
}

.sb_02_af.sb_04 .sb_02_af_left {
  border-color: rgba(227, 176, 167, 0.3);
}

.sb_02_af.sb_05 .sb_02_af_left {
  border-color: rgba(193, 207, 138, 0.3);
}

.sb_02_af.sb_06 .sb_02_af_left {
  border-color: rgba(199, 159, 131, 0.3);
}

.sb_02_af.sb_07 .sb_02_af_left {
  border-color: rgba(104, 168, 147, 0.3);
}

.sm_inner.smi_04 .sm_left {
  border-color: rgba(150, 197, 217, 0.3);
}

.sm_inner.smi_05 .sm_left {
  border-color: rgba(235, 202, 136, 0.3);
}

.sm_inner.smi_06 .sm_left {
  border-color: rgba(177, 209, 176, 0.3);
}

.sm_inner.smi_07 .sm_left {
  border-color: rgba(200, 161, 183, 0.3);
}

.sm_inner.smi_08 .sm_left {
  border-color: rgba(165, 136, 186, 0.3);
}

.sm_box,
.sb_02_af_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 5px solid;
}

.sm_inner.top .sm_box {
  border-color: #efefdd;
  padding-bottom: 10px;
  padding-left: 100px;
}

.sm_inner.top_02 .sm_box {
  border-color: #e4d646;
}

.sm_inner.smi_02 .sm_box {
  border: none;
  padding-left: 100px;
}

.sb_02_af_box {
  border-color: #95c5d9;
}

.sb_02_af_box {
  border-color: #95c5d9;
}

.sb_02_af.sb_03 .sb_02_af_box {
  border-color: #dad287;
}

.sb_02_af.sb_04 .sb_02_af_box {
  border-color: #e3b1a8;
}

.sm_inner.smi_04 .sm_box {
  border-color: rgb(150, 197, 217);
  padding-bottom: 50px;
}

.sb_02_af.sb_05 .sb_02_af_box {
  border-color: #c0ce8a;
}

.sb_02_af.sb_06 .sb_02_af_box {
  border-color: #c89f84;
}

.sb_02_af.sb_07 .sb_02_af_box {
  border-color: #68a993;
}

.sb_02_af.sb_08 .sb_02_af_box {
  border-color: #a688bb;
}

.sm_box .sm:not(:last-child) {
  padding-right: 36px;
}

.sb_05 .sm_box .sm:not(:last-child) {
  float: left;
}

.sm_box.sm_02_02_02.sm_box .sm_03_02_05 {
  padding-right: 0;
}

.sm figure img {
  width: 100%;
}

.sm {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 40px;
}

.m_name,
.m_position,
.m_aff {
  line-height: 1;
}

.m_aff {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  padding-top: 3px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}

.sm_08_02 .m_aff,
.lh_14.m_aff {
  line-height: 1.4;
  text-align: center;
}

.m_name {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding-top: 3px;
  font-size: 1.5rem;
}

.sm_inner.top .m_name {
  padding-top: 16px;
}

.m_position {
  font-size: 1.1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding-top: 9px;
  letter-spacing: 0;
  white-space: nowrap;
}

.sb_02 {
  margin-left: 35px;
  padding-left: 175px;
  border-left: 1px solid rgba(102, 102, 102, 0.3);
  position: relative;
}

.sm_box .sb_02_ttl p {
  font-size: 1.5rem;
  width: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  left: -10px;
}

.sm_inner.smi_02 > .sm_left p {
  padding-bottom: 1em;
}

.sm_inner.smi_02 .sm_box {
  padding-top: 1.5em;
}

.sm_box.sb_02_top {
  padding-bottom: 0;
}

.sm_inner.smi_02 .sm_left {
  padding-bottom: 0;
}

.sb_02_ttl p:before {
  content: "○";
  padding-right: 0.5em;
  display: inline-block;
  font-size: 1.4em;
  color: rgba(153, 153, 153, 0.8);
}

.sb_02_ttl > div {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid rgba(102, 102, 102, 0.3);
}

.smi_02_h .sm_left {
  width: 326px;
}

.smi_02_h .sm_left p {
  font-size: 1.3rem;
  padding-bottom: 1.3em;
}

.smi_02_h .sm_left p:before {
  display: none;
}

.smi_02_h .sm_box {
  padding-bottom: 50px;
}

.sm_inner.smi_02_h:not(.top):not(.top_02) {
  padding-top: 2.5em;
}

.sm_inner.smi_02_h .sm_left.t_project p:nth-child(n+2) {
  font-size: 1.3rem;
  padding-bottom: 1.3em;
  letter-spacing: 0.05em;
  padding-left: 0;
}

.toggle_contents {
  position: relative;
  margin-left: -250px;
  padding-top: 45px;
  clear: both;
}

.toggle_title {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -30px;
  background: #4aa7c4;
  padding: 0.7em 1.9em 0.7em 2em;
  border-radius: 30px;
  color: #fff;
  width: 200px;
  text-align: center;
}

.toggle_title.sb03 {
  background: #d1c44b;
}

.toggle_title.sb05 {
  background: #83bd7c;
}

.toggle_title.sb06 {
  background: #b59078;
}

.toggle_title.sb07 {
  background: #68a993;
}

.toggle_title.sb08 {
  background: #a688bb;
}

.toggle_title div span:first-child {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 0.5em;
  width: 100%;
  color: #fff;
}

.toggle_btn {
  position: absolute;
  background: #fff;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  right: 20px;
}

.toggle_btn:before,
.toggle_btn:after {
  display: block;
  content: "";
  background-color: #4aa7c4;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sb03 .toggle_btn:before,
.sb03 .toggle_btn:after {
  background-color: #d1c44b;
}

b59078 .sb05 .toggle_btn:before,
.sb05 .toggle_btn:after {
  background-color: #83bd7c;
}

.sb06 .toggle_btn:before,
.sb06 .toggle_btn:after {
  background-color: #b59078;
}

.sb07 .toggle_btn:before,
.sb07 .toggle_btn:after {
  background-color: #68a993;
}

.sb08 .toggle_btn:before,
.sb08 .toggle_btn:after {
  background-color: #a688bb;
}

.toggle_btn:before {
  width: 2px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
  padding: 30px 0;
}

#wrapper.pages {
  background: #f7f5f3;
}

figure.toptx.pages {
  left: inherit;
  margin-top: 8vw;
}

.top_mv_sec.pages {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tentative_img {
  padding: 110px 0 60px;
}

.pages .role .cont_box h4 {
  padding-bottom: 70px;
}

.role .cont_box {
  padding-top: 100px;
  margin-top: 45px;
}

.role {
  padding-bottom: 100px;
}

.role_box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.role_box p {
  max-width: 500px;
  width: 100%;
  line-height: 2.4;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}

.role_box figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  max-width: 600px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -100px;
}

.system .cont_box {
  margin-top: 0px;
  max-width: 1150px;
}

p.concept_tx {
  line-height: 2.4;
  letter-spacing: 0.18em;
}

/* ---------------------
	PC project 
-----------------------*/
.projects .cont_box {
  max-width: 1100px;
}

.project_ttl {
  padding-right: 30px;
}

.project_ttl > div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.projects_ttl_tx {
  padding-left: 40px;
}

.projects_ttl_tx h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #39a2c2;
  letter-spacing: 0.1em;
}

.projects_ttl_tx h2 span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #39a2c2;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1.7;
}

.projects_ttl_tx p {
  max-width: 700px;
  line-height: 1.8;
  padding-top: 1.4em;
}

.prediction .projects_ttl_tx h2,
.prediction .projects_ttl_tx h2 span {
  color: #df9049;
}

.expantion .projects_ttl_tx h2,
.expantion .projects_ttl_tx h2 span {
  color: #5e9c6d;
}

.usecase .projects_ttl_tx h2 {
  color: #b0759f;
}

.usecase .projects_ttl_tx h2,
.usecase .projects_ttl_tx h2 span {
  color: #b0759f;
}

.leader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leader p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 1em;
}

.leader figure {
  width: 95px;
}

.projects_pic_box {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

.pic_arrow {
  position: absolute;
}

.concept .pic_arrow {
  bottom: -263px;
  right: 469px;
}

.prediction .pic_arrow {
  bottom: -302px;
  z-index: 10;
}

.expantion .pic_arrow {
  width: 550px;
  bottom: -444px;
}

.prediction .cont_box {
  margin-top: 0;
}

.concept.cont_box {
  margin-bottom: 110px;
}

.prediction .cont_box {
  padding-bottom: 90px;
  margin-bottom: 140px;
}

.expantion .cont_box {
  margin-top: 0;
  padding-bottom: 265px;
  margin-bottom: 45px;
}

.usecase .cont_box {
  margin-top: 0;
  padding-bottom: 55px;
}

.usecase {
  padding-bottom: 190px;
}

#trip1,
#trip2,
#trip3,
#usecase {
  padding-top: 100px;
  margin-top: -100px;
}

.ppb_inner {
  position: relative;
}

.ppb_tx {
  position: absolute;
}

.ppb_tx > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
  position: relative;
}

.ppb_tx > div figure {
  position: absolute;
  width: 29px;
  left: -15px;
  bottom: -16px;
}

.ppb_tx figure {
  width: 72px;
}

.ppb_tx h6 span:first-child {
  color: #3a98af;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.ppb_tx h6 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ppb_tx p {
  font-size: 1.25rem;
  color: #3e3a39;
  line-height: 1.7;
  padding-top: 1.1em;
  letter-spacing: 0;
}

.ppb_tx h6 span:last-child {
  font-size: 1.1rem;
  color: #3e3a39;
  letter-spacing: 0.03em;
  padding-left: 1.6em;
}

.ppb_tx_01 {
  top: 218px;
  left: 71px;
  width: 470px;
}

.ppb_tx_02 {
  top: 473px;
  left: 303px;
  width: 500px;
}

.ppb_tx_03 {
  top: 742px;
  left: 303px;
  width: 500px;
}

.ppb_tx_04 {
  top: 940px;
  left: 455px;
  width: 390px;
}

.ppb_tx_02 > div,
.ppb_tx_03 > div,
.ppb_tx_04 > div {
  padding-left: 30px;
}

.prediction .ppb_tx {
  top: 417px;
  width: 375px;
}

.prediction .ppb_tx_01 {
  left: 117px;
}

.prediction .ppb_tx_02 {
  left: 611px;
}

.prediction .ppb_tx p {
  font-size: 1.3rem;
  line-height: 2;
  padding: 0;
  letter-spacing: 0.1em;
}

.prediction .ppb_tx img {
  margin-left: 120px;
  max-width: 130px;
  z-index: 1000;
  margin-top: 20px;
}

.prediction .ppb_tx > div {
  padding: 0;
}

.ppb_inner .photo {
  position: absolute;
}

.prediction .photo {
  width: 195px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prediction .photo figure {
  width: 86px;
  padding-right: 21px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.prediction .photo_01,
.prediction .photo_02 {
  top: 636px;
}

.prediction .photo_01 {
  left: 207px;
}

.prediction .photo_02 {
  left: 703px;
}

.prediction .photo p {
  font-size: 1.1rem;
  line-height: 2;
}

.expantion .ppb_tx {
  top: 316px;
  width: 294px;
}

.expantion .ppb_tx_01 {
  left: 42px;
}

.expantion .ppb_tx img {
  margin-top: 20px;
  margin-left: 80px;
  max-width: 130px;
  z-index: 1000;
}

.expantion .ppb_tx_02 {
  left: 407px;
}

.expantion .ppb_tx_03 {
  left: 775px;
}

.expantion .ppb_tx p {
  line-height: 2.15;
}

.expantion .ppb_tx div {
  padding: 0;
}

.expantion .ppb_tx h6 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #5e9c6d;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.5em;
}

.expantion .photo {
  width: 185px;
  top: 563px;
}

.expantion .photo p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: -0.5em;
}

.expantion .photo_01 {
  left: 88px;
}

.expantion .photo_02 {
  left: 454px;
}

.expantion .photo_03 {
  left: 833px;
}

.expantion .photo figure {
  width: 47.2%;
}

.use_box {
  position: absolute;
  width: 980px;
  top: 80px;
  left: 58px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.use_cont {
  width: 445px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 45px;
}

.use_cont figure {
  width: 86px;
}

.use_tx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2em;
}

.use_tx h6 {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
  color: #b0759f;
}

.use_tx p.name {
  line-height: 1;
  font-size: 1.25rem;
  padding-bottom: 1.1em;
}

.use_tx p.tx {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/* ---------------------
	PC NEWS 
-----------------------*/
.news {
  padding-bottom: 270px;
}

.news .cont_box {
  max-width: 1100px;
  padding: 65px 0 70px;
}

.news_content {
  padding-top: 75px;
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-list li {
  width: 20%;
  text-align: center;
  background: #c9cfcf;
  border: 1px solid #fff;
  padding: 1em;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-list li span {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.filter-list li.is-active {
  border: 1px solid;
  color: #fff;
}

.filter-list li.is-active.all {
  background: #009a9c;
  border-color: #009a9c;
}

.filter-list li.is-active.news {
  background: #619871;
  border-color: #619871;
}

.filter-list li.is-active.press {
  background: #7e6994;
  border-color: #7e6994;
}

.filter-list li.is-active.event {
  background: #d3a44a;
  border-color: #d3a44a;
}

.filter-list li.is-active.recruit {
  background: #d27b8e;
  border-color: #d27b8e;
}

.filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filter-item li {
  border: 2px solid #fff;
  width: 100%;
  padding: 0;
}

.filter-item li[data-item=cat1] {
  background: #f7d1d1;
}

.filter-item li[data-item=cat2] {
  background: #d1edf7;
}

.filter-item li[data-item=cat3] {
  background: #d1f7d8;
}

/* ---------------------
	PC message 
-----------------------*/
.message_box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.message_box .photo {
  max-width: 232px;
  width: 40%;
  padding-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.message_box .photo p {
  padding-top: 1em;
  font-size: 1.7rem;
}

.message_box p.message_tx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}

.message .cont_inner h4 {
  padding-bottom: 2.5em;
}

.chief .cont_box {
  padding-top: 120px;
  /* 	margin-bottom: 120px; */
}

.chief {
  padding-bottom: 200px;
}

.interview:not(.message_box) {
  padding-bottom: 200px;
}

.message_img {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  margin-bottom: 130px;
}

.interview .photo {
  max-width: 436px;
  width: 40%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.photo.int_01 {
  padding-left: 60px;
}

.photo.int_02 {
  padding-right: 60px;
}

.message_box.int_01 {
  padding-bottom: 160px;
}

/* ---------------------
	PC contact 
-----------------------*/
.contact {
  padding-bottom: 200px;
}

.contact .cont_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 165px;
}

p.contact_tx {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

p.contact_tx::after {
  content: "";
  max-width: 700px;
  display: block;
  padding-bottom: 4em;
  border-bottom: 1px solid #666666;
  margin: 0 auto 4em;
}

.contact_info dl dt {
  font-size: 1.2rem;
  color: #fff;
  background: #a1b6bf;
  text-align: center;
  width: 12em;
  padding: 0.5em 0;
  letter-spacing: 0.1em;
}

.contact_info dl dd {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 1.5em;
  letter-spacing: 0.1em;
}

.contact_info dl > div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact_info dl > div:first-child {
  padding-bottom: 3em;
}

/* ---------------------
	PC research 
-----------------------*/
.reserch_inner a {
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}

.reserch_inner a span {
  font-size: 1.7rem;
  letter-spacing: 0;
}

.reserch_inner li:nth-child(n+2) {
  margin-top: 2.3em;
}

.reserch_inner2 a {
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}

.reserch_inner2 a span {
  font-size: 1.7rem;
  letter-spacing: 0;
}

.reserch_inner2 a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/more_bt_gr.svg);
  margin-left: 8px;
}

.reserch_inner2 li:nth-child(n+2) {
  margin-top: 2.3em;
}

/* ---------------------
	PC FOOTER 
-----------------------*/
.bottom_sp {
  height: 180px;
  position: relative;
}

a.pagetop {
  width: 40px;
  position: fixed;
  right: 0px;
  bottom: 70px;
  z-index: 10;
}

/* footer */
.footer_box {
  height: 160px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background: #00658c;
  padding: 0 100px 0;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_box p {
  padding-left: 0px;
}

.footer_box p span:not(.copyright) {
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block;
}

.footer__links {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__links li a {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: normal;
}
.footer__links li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.copyright {
  font-size: 1.1rem;
  font-weight: 300;
  padding-top: 1em;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1410px) {
  .top_news .cont_box {
    padding: 90px 30px 0;
  }
  .top_news_box p {
    max-width: 50%;
  }
  .system_box figure {
    width: 1.55vw;
  }
  .system_member figure {
    width: 75vw;
  }
  .system_member {
    margin-top: 0;
  }
  .system_ttl {
    margin-bottom: 10vw;
  }
  .sm_box {
    left: 20.2vw;
  }
  .sm_box p {
    font-size: 0.7vw;
  }
  .sm {
    width: 7vw;
  }
  .sm > figure {
    width: 100%;
  }
  .sm_box .sm:not(:last-child) {
    padding-right: 2.57vw;
  }
  .sm_box.sm_box_05 .sm:not(:last-child) {
    padding-right: 2.55vw;
  }
  .sm_inner.top .m_name {
    padding-top: 1.1vw;
  }
  .m_aff {
    padding-top: 0.88vw;
  }
}
@media only screen and (max-width: 1400px) {
  .cont_box.system {
    width: 93%;
  }
  .sm_left,
  .sb_03_af_left {
    width: 22.5vw;
  }
}
@media only screen and (max-width: 1300px) {
  .top_news_box p {
    max-width: 48%;
  }
  .pages .cont_box:not(.system),
  .system h3.sec_ttl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m_name {
    padding-top: 0.8vw;
  }
  .m_position {
    padding-top: 0.4vw;
  }
  .ppb_tx figure {
    width: 15.7%;
  }
  .ppb_tx_01 {
    top: 19.2%;
    left: 6.4%;
    width: 42%;
  }
  .ppb_tx_02 {
    top: 41.6%;
    left: 27.5%;
    width: 45.6%;
  }
  .ppb_tx_02 figure,
  .ppb_tx_03 figure {
    width: 14.7%;
  }
  .ppb_tx_03 {
    top: 65.3%;
    left: 27.5%;
    width: 45.5%;
  }
  .ppb_tx_04 {
    top: 82.7%;
    left: 41.4%;
    width: 35.5%;
  }
  .ppb_tx_04 figure {
    width: 18.7%;
  }
  .prediction .ppb_tx_01 {
    left: 10.6%;
  }
  .prediction .ppb_tx_02 {
    left: 55.5%;
  }
  .prediction .ppb_tx {
    top: 55.4%;
    width: 35.6%;
  }
  .prediction .photo_01,
  .prediction .photo_02 {
    top: 82.9%;
  }
  .prediction .photo_01 {
    left: 18.6%;
  }
  .prediction .photo_02 {
    left: 63.56%;
  }
  .project_ttl div:first-child > figure {
    width: 15%;
  }
  .projects_ttl_tx {
    max-width: 80%;
  }
  .project_ttl {
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
  }
  .expantion .ppb_tx {
    top: 36%;
    width: 27%;
  }
  .expantion .ppb_tx_01 {
    left: 3.4%;
  }
  .expantion .ppb_tx_02 {
    left: 36.6%;
  }
  .expantion .ppb_tx_03 {
    left: 70%;
  }
  .expantion .photo {
    width: 17.1%;
    top: 66.6%;
  }
  .expantion .photo_01 {
    left: 8%;
  }
  .expantion .photo_02 {
    left: 41%;
  }
  .expantion .photo_03 {
    left: 76%;
  }
  .use_box {
    top: 10%;
    left: 5%;
    width: 91.8%;
  }
  .use_cont {
    width: 46.7%;
    padding-bottom: 4%;
  }
  .use_cont figure {
    width: 18.8%;
  }
  /* reserch */
  .pages.research .cont_box {
    width: 100%;
  }
  .pages.research .cont_box.research_box,
  .pages.research .cont_box.research_box .cont_box {
    padding-left: 0;
    padding-right: 0;
  }
  .reserch_inner a span {
    display: block;
    padding-top: 0.5em;
  }
  /* about add */
  .toggle_title div span:first-child {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .top_news_box p {
    max-width: 43%;
  }
  .header_container {
    padding: 40px 50px 25px;
  }
  .intro_box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro_box figure,
  .top_intro_tx {
    max-width: 45%;
  }
  .project_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project_infotx {
    padding-right: 0;
  }
  .project_box {
    padding-top: 10vw;
  }
  .prediction .pic_arrow {
    bottom: -26vw;
    width: 26vw;
  }
  .concept .pic_arrow {
    bottom: -29.3vw;
    width: 15.5vw;
  }
  .ppb_tx_01 {
    top: 16.7vw;
    left: 5.4vw;
    width: 35.5vw;
  }
  .ppb_tx figure {
    width: 5.6vw;
  }
  .ppb_tx h6 span:first-child {
    font-size: 1.4vw;
  }
  .ppb_tx h6 span:last-child {
    font-size: 0.84vw;
  }
  .ppb_tx > div {
    padding-left: 2vw;
  }
  .ppb_tx p {
    font-size: 0.99vw;
    letter-spacing: 0em;
  }
  .ppb_tx > div figure {
    width: 2.1vw;
    left: -1.1vw;
    bottom: -1vw;
  }
  .prediction .ppb_tx p {
    letter-spacing: 0.15em;
    font-size: 1vw;
  }
  .prediction .ppb_tx {
    top: 32vw;
    width: 28vw;
    letter-spacing: 0.2em;
  }
  .prediction .ppb_tx img {
    margin-left: 9vw;
    width: 25vw;
    margin-top: 4vw;
  }
  .prediction .photo figure {
    width: 7vw;
    padding-right: 1.3vw;
  }
  .prediction .photo p {
    font-size: 0.9vw;
    line-height: 1.9;
  }
  .expantion .ppb_tx h6 {
    font-size: 1.3vw;
  }
  .expantion .photo p {
    font-size: 0.85vw;
  }
  .use_tx h6 {
    font-size: 1.4vw;
  }
  .use_tx p.name {
    font-size: 0.85vw;
  }
  .use_tx p.tx {
    font-size: 1vw;
  }
  .use_tx {
    padding-left: 1.3vw;
  }
  .sm_left p,
  .sm_box .sb_03_ttl p {
    font-size: 1.25vw;
  }
  .sm_inner {
    padding-left: 1.6vw;
  }
  .sm_inner .sm_left.t_project p:nth-child(n+2),
  .smi_03_h .sm_left p,
  .sm_inner.smi_03_h .sm_left.t_project p:nth-child(n+2) {
    font-size: 1.08vw;
  }
  .sm_inner:not(.top):not(.top_02) {
    padding-top: 5vw;
  }
  .smi_03_h .sm_left {
    width: 28vw;
  }
  .sm_box .sb_03_ttl p {
    width: 29.7vw;
  }
  .filter-list li span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .top_news_box p {
    max-width: 50%;
  }
  .header_container {
    padding: 40px 50px 25px;
  }
  .top_news_box span:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_news_box span:first-child span.date {
    padding-left: 0;
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 1070px) {
  .sm_07_06 {
    padding-top: 3vw;
  }
}
@media only screen and (max-width: 950px) {
  .top_news_box p {
    padding-left: 2em;
    max-width: 42%;
  }
  .header_container {
    padding: 40px 50px 25px;
  }
  .filter-list li {
    padding: 1em 0.25em;
  }
  .filter-list li span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  br.spbr,
  .spview,
  a.spview {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.pcbr,
  .pcview {
    display: none;
  }
  p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  #header {
    height: 60px;
  }
  .header_container {
    padding: 12px 12px;
  }
  .h_logo img {
    width: auto;
    height: 47px;
    margin-top: 18px;
  }
  #wrapper {
    padding-top: 0;
  }
  /* ---------------------
  	common sp 
  -----------------------*/
  .anchor {
    padding-top: 50px;
    margin-top: 100px;
  }
  .cont_box {
    padding: 12vw 0 20vw;
  }
  .more_bt {
    width: 70vw;
    max-width: 170px;
    margin: auto;
    display: block;
    padding-top: 10vw;
  }
  .more_bt2 {
    width: 70vw;
    max-width: 170px;
    margin: auto;
    display: block;
    padding-top: 6vw;
    padding-bottom: 15vw;
  }
  h3.sec_ttl figure {
    width: 15px;
    margin-right: 10px;
  }
  h3.sec_ttl {
    font-size: 1.8rem;
  }
  .cont_box h4 {
    font-size: 2rem;
  }
  h3.sec_ttl {
    padding-bottom: 8vw;
    /* 	margin-top: 44px; */
  }
  /* ---------------------
  	top sp 
  -----------------------*/
  figure.toptx_top {
    max-width: 90vw;
    left: 5vw;
  }
  figure.toptx {
    max-width: 90vw;
    left: 5vw;
  }
  .intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro_box figure,
  .top_intro_tx {
    max-width: 100%;
  }
  .top_intro_tx {
    padding-top: 15vw;
  }
  .top_intro_tx h2 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1em;
  }
  .top_intro_tx p {
    text-align: center;
    letter-spacing: 0.1em;
  }
  .cont_box h4:after {
    margin: 7vw 0;
  }
  .cont_box h4 {
    letter-spacing: 0.1em;
  }
  .project_info {
    padding: 5vw 0 0;
  }
  .project_infotx {
    padding-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project_info > div p {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    padding: 8vw 0 0 0;
    font-size: 1.3rem;
  }
  .project_box {
    padding-top: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project_box > div {
    max-width: 400px;
    width: 100%;
    padding-bottom: 10vw;
  }
  .project_box > div:nth-child(n+3) {
    margin-top: 0;
  }
  .project_box > div:last-child {
    padding-bottom: 5vw;
  }
  .project_program {
    margin-top: 0vw;
  }
  .program_box {
    padding: 15vw 0;
  }
  .program_box h3 {
    font-size: 1.9rem;
    text-align: center;
  }
  .program_box.pb_03 h3.team_02 {
    padding-top: 15vw;
  }
  .program_box.pb_03 {
    padding-bottom: 0;
  }
  .program_box h3 span {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 1em 0 1em;
  }
  .program_box p {
    line-height: 2;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding-top: 1em;
  }
  .program_box.pb_02 {
    padding: 5vw 0 15vw;
  }
  .pb_img_01 {
    width: 100%;
  }
  .pb_right {
    width: 100%;
    max-width: 100%;
  }
  .pb_right2 {
    width: 100%;
    max-width: 100%;
  }
  .pb_img_02 {
    width: 100%;
  }
  .project_program .program_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_program .program_box figure {
    margin-bottom: 8vw;
  }
  .top_news .cont_wrap {
    width: 100%;
    border-radius: 0;
  }
  .top_news {
    background: #f4ede7;
    padding: 10vw 0 20vw;
  }
  .top_news .cont_box {
    padding: 15vw 0 0;
  }
  .top_news .cont_inner {
    padding-left: 0;
  }
  .top_news_box span:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_ico {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_news_box p {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    padding: 5vw 0 0 0;
    line-height: 2;
  }
  h5.news_ttl {
    width: 10rem;
  }
  .top_news_box span:first-child span.date {
    padding: 0 0 0 1.5em;
  }
  .top_news_box span.ico_link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .news_ico {
    padding: 0;
    display: inline-block;
    width: 25px;
  }
  .top_news_box {
    padding: 3.5em 0 4em;
  }
  a.archive_bt {
    max-width: 300px;
    width: 90%;
    padding: 15vw 0 25vw;
  }
  .top_news .cont_inner .top_news_box:last-child {
    border-bottom: 1px dashed #666666;
  }
  .sm_inner {
    padding-left: 3.5vw;
  }
  /* ---------------------
  	pages common sp
  -----------------------*/
  .pages .cont_wrap {
    width: 100%;
    border-radius: 0;
  }
  .pages .cont_box {
    padding: 10vw 0 0;
    width: 100%;
  }
  .pages .cont_inner {
    padding-left: 0;
  }
  .pages h3.sec_ttl:after {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .pages .cont_box h4 {
    padding-bottom: 1em;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .concept_tx {
    letter-spacing: 0.05em;
  }
  p.concept_tx {
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
  figure.toptx.pages {
    margin-top: 15vw;
  }
  /* ---------------------
  	about sp
  -----------------------*/
  .tentative_img {
    padding: 8vw 0;
  }
  .role_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .role_box p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-bottom: 20vw;
  }
  .role_box figure {
    padding: 100px 0 5vw 0;
    max-width: 520px;
    width: 100%;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .pages .role .cont_box h4 {
    padding-bottom: 5vw;
  }
  .role_box p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    max-width: 100%;
  }
  .pages .cont_box:not(.system),
  .system h3.sec_ttl {
    padding-left: 0;
    padding-right: 0;
    width: 90vw;
    margin: auto;
  }
  .system .cont_box {
    margin-top: 0vw;
    padding: 15vw 0 25vw;
    width: 90vw;
  }
  .system_box {
    width: 90vw;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .system_nav {
    width: 100%;
  }
  .system_nav li {
    width: calc(36% - 2px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .system_nav li:last-child {
    width: calc(28% - 2px);
  }
  .system_nav li a {
    font-size: 1.3rem;
  }
  .system_nav li a {
    margin: 0;
  }
  .system_nav li:last-child {
    border-right: 1px solid #666;
  }
  .system h3.sec_ttl {
    padding-bottom: 13vw;
    width: 100%;
    padding-bottom: 0;
  }
  .system_member {
    margin-top: 0;
  }
  .system_member .sm_inner {
    padding-bottom: 0;
  }
  .system {
    padding-bottom: 20vw;
  }
  .sm_box {
    left: 3.5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sm_inner:not(.top):not(.top_02) {
    padding-top: 0;
  }
  .sm_inner.top .sm_box {
    left: 30vw;
    top: 0;
  }
  .sm_box:not(.top) {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }
  .sm_box_02 {
    top: 30.8vw;
  }
  .sm_box_03 {
    top: 21.6vw;
  }
  .sm_03_02 {
    margin-right: 0vw;
  }
  .sm_03_03 {
    margin: 0vw;
    -webkit-transform: translateX(-4vw);
            transform: translateX(-4vw);
  }
  .sm_box_04 {
    top: 25.6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sm_box_05 {
    top: 35vw;
  }
  .sm_box.sm_box_05 .sm:not(:last-child) {
    padding-right: 0;
  }
  .sm_box_06 {
    top: 9vw;
    left: 0;
  }
  .sm {
    width: 23vw;
    padding-bottom: 5vw;
  }
  .sm_04_05 {
    margin-left: -4vw;
  }
  .sm_box .sm:not(:last-child) {
    padding-right: 0;
  }
  .sm_box p {
    font-size: 1.99vw;
  }
  .sm_inner.top .m_name {
    padding-top: 3vw;
  }
  .m_position {
    padding-top: 1.1vw;
  }
  .sm_box::after {
    content: "";
    display: block;
    width: 19.1vw;
  }
  .sm_inner.top .sm_left,
  .sm_left,
  .sb_03_af_left,
  .sb_af_left {
    width: 33vw;
  }
  .sb_af {
    width: 100%;
  }
  .sb_af_left {
    border-bottom: 5px solid;
  }
  .sb_af_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 5px solid;
  }
  .sb_af_left.sb_04 {
    border-color: rgba(150, 197, 217, 0.3);
  }
  .sb_af_left.sb_05 {
    border-color: rgba(235, 202, 136, 0.3);
  }
  .sb_af_left.sb_06 {
    border-color: rgba(177, 209, 176, 0.3);
  }
  .sb_af_left.sb_07 {
    border-color: rgba(199, 159, 182, 0.3);
  }
  .sb_af_left.sb_08 {
    border-color: rgba(199, 174, 161, 0.3);
  }
  .sb_af_box.sb_04 {
    border-color: rgb(150, 197, 217);
  }
  .sb_af_box.sb_05 {
    border-color: rgb(235, 202, 136);
  }
  .sb_af_box.sb_06 {
    border-color: rgb(177, 209, 176);
  }
  .sb_af_box.sb_07 {
    border-color: rgb(199, 159, 182);
  }
  .sb_af_box.sb_08 {
    border-color: rgb(199, 174, 161);
  }
  .sb_af_box.sb_09 {
    border-color: rgb(135, 141, 133);
  }
  .sm_left p,
  .sm_box .sb_03_ttl p {
    font-size: 2.5vw;
  }
  .sm_inner .sm_left.t_project p:nth-child(n+2) {
    font-size: 2vw;
  }
  .sb_03 {
    margin-left: 2vw;
  }
  .sb_03_ttl {
    padding-left: 0em;
  }
  .system_ttl {
    margin-bottom: 3vw;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    border-bottom: 0;
  }
  .system_ttl h3.sec_ttl {
    width: 100%;
    border-bottom: 1px solid #666666;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
  }
  .system_ttl > div {
    width: 100%;
  }
  .m_aff {
    padding-top: 2vw;
  }
  .m_name {
    padding-top: 1.5vw;
  }
  .toggle_title {
    top: 2vw;
    width: 250px;
    right: initial;
    margin-right: 0;
    left: 50%;
    margin-left: -27vw;
  }
  .sm_box.sb_03_top {
    padding-bottom: 8vw;
  }
  .sb_03_ttl > div {
    display: none;
  }
  .sm_box .sb_03_ttl p {
    width: 100%;
    padding-top: 13vw;
  }
  .sm_inner.smi_03_h.smi_03_i .sm_box,
  .system_member .sm_inner.smi_03_i {
    padding-bottom: 0;
  }
  .smi_03_h.smi_03_i {
    padding-left: 0;
  }
  .sm_inner.smi_03 .sm_left,
  .system_member > .sm_inner:nth-child(n+6) .sm_left {
    width: 100%;
  }
  .sm_inner.smi_03_h:not(.top):not(.top_02) {
    padding-top: 2em;
  }
  .sm_inner .sm_left.t_project p:nth-child(n+2),
  .smi_03_h .sm_left p,
  .sm_inner.smi_03_h .sm_left.t_project p:nth-child(n+2) {
    font-size: 1.8vw;
  }
  .sm_inner.smi_03_02 .sm_box {
    padding-top: 2em;
  }
  .sm_inner.smi_03 .sm_box {
    padding-top: 2em;
  }
  .system_member > .sm_inner:nth-child(n+6) .sm_box {
    padding-left: 6.1vw;
    padding-top: 2em;
    border: none;
  }
  .system_member > .sm_inner:nth-child(n+6) .sm_left {
    border: none;
    padding-bottom: 0;
  }
  .sm_inner.smi_08 {
    padding-bottom: 0;
  }
  .sm_07_06 {
    padding-top: 0;
  }
  .sm_08_02 {
    margin-left: -3vw;
  }
  .sm_08_02 {
    margin-left: -3vw;
  }
  .smi_09 .sm_left p {
    width: 80vw;
  }
  /* ---------------------
  	projects sp
  -----------------------*/
  .project_ttl {
    padding-right: 0;
  }
  .project_ttl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .projects_ttl_tx h2 span {
    font-size: 1.1rem;
  }
  .projects_ttl_tx {
    padding-left: 0;
  }
  .projects_ttl_tx {
    max-width: 100%;
    text-align: center;
  }
  .project_ttl {
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projects_ttl_tx h2 {
    font-size: 2rem;
  }
  .project_ttl div:first-child > figure {
    width: 20%;
    max-width: 80px;
    margin-bottom: 4vw;
  }
  .projects p {
    font-size: 1.3rem;
  }
  .pages .concept .cont_box,
  .pages .prediction .cont_box,
  .pages .expantion .cont_box,
  .pages .usecase .cont_box {
    width: 100%;
  }
  .pages .concept .cont_wrap {
    margin-bottom: 15vw;
    padding-bottom: 22vw;
  }
  .concept .pic_arrow {
    bottom: -45.7vw;
    width: 34vw;
    left: 33vw;
  }
  .pages .prediction .cont_box {
    padding: 18vw 0 26.5vw 0;
    margin-bottom: 10vw;
  }
  .prediction .pic_arrow {
    bottom: -51vw;
    width: 46vw;
  }
  .pages .expantion .cont_box {
    padding-top: 18vw;
    margin-bottom: 10vw;
    padding-bottom: 40vw;
  }
  .expantion .pic_arrow {
    bottom: -70vw;
    width: 90vw;
  }
  .pages .usecase .cont_box {
    padding: 28vw 0 0;
    padding-bottom: 10vw;
  }
  .usecase {
    padding-bottom: 20vw;
  }
  #trip1 {
    padding-top: 50px;
    margin-top: -50px;
  }
  #trip2,
  #trip3 {
    padding-top: 10px;
    margin-top: -10px;
  }
  #usecase {
    padding-top: 0;
    margin-top: 0;
  }
  .project_ttl {
    position: relative;
  }
  .leader {
    position: absolute;
    z-index: 1;
  }
  .leader {
    top: 7vw;
  }
  .leader figure {
    width: 19.4vw;
  }
  .leader p {
    font-size: 2.2vw;
  }
  .ppb_tx_01 {
    top: 59.7vw;
    left: 7.4vw;
    width: 49vw;
  }
  .ppb_tx > div {
    padding-left: 4vw;
  }
  .ppb_tx_01 > div {
    padding-left: 0;
  }
  .ppb_tx p {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    padding-top: 2vw;
  }
  .ppb_tx_01 p {
    padding-top: 5vw;
  }
  .ppb_tx_01 figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 10.5vw;
  }
  .ppb_tx_01 h6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 14vw;
  }
  .ppb_tx h6 span:first-child {
    font-size: 2.9vw;
  }
  .ppb_tx_01 h6 span:first-child {
    padding-top: 2vw;
  }
  .ppb_tx h6 span:last-child {
    font-size: 2.15vw;
    padding-left: 0;
    letter-spacing: 0.1em;
  }
  .ppb_tx_01 h6 span:last-child {
    padding-top: 2vw;
  }
  .ppb_tx_02 h6 span:last-child,
  .ppb_tx_03 h6 span:last-child {
    padding-left: 2.5vw;
  }
  .ppb_tx_04 h6 span:last-child {
    padding-top: 2vw;
  }
  .ppb_tx {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ppb_tx_02 {
    top: 113vw;
    left: 7.4vw;
    width: 67vw;
  }
  .ppb_tx_03 {
    top: 162.3vw;
    left: 7.3vw;
    width: 67vw;
  }
  .ppb_tx_04 {
    top: 195.2vw;
    left: 34vw;
    width: 50vw;
  }
  .ppb_tx figure {
    width: 10.66vw;
  }
  .ppb_tx > div figure {
    width: 4.5vw;
  }
  .ppb_tx > div figure {
    left: -3vw;
    bottom: 2vw;
  }
  .ppb_tx_03 > div figure {
    left: -2.4vw;
    bottom: -2.1vw;
  }
  .ppb_tx_04 > div figure {
    left: -3vw;
    bottom: 6vw;
  }
  .prediction .ppb_tx {
    top: 80vw;
    width: 41vw;
  }
  .prediction .ppb_tx_01 {
    left: 4.8vw;
  }
  .prediction .ppb_tx p {
    letter-spacing: 0.15em;
    font-size: 2.5vw;
  }
  .prediction .photo_01 {
    left: 9.5vw;
  }
  .prediction .photo_02 {
    left: 59.8vw;
  }
  .prediction .photo_01,
  .prediction .photo_02 {
    top: 132.1vw;
  }
  .prediction .photo figure {
    width: 13vw;
    padding-right: 2.5vw;
  }
  .prediction .photo p {
    font-size: 2.3vw;
  }
  .prediction .photo {
    width: 39vw;
  }
  .expantion .ppb_tx {
    right: 5vw;
    left: inherit;
    width: 41vw;
  }
  .expantion .ppb_tx p {
    line-height: 2.15;
    font-size: 2.42vw;
    line-height: 2.05;
    letter-spacing: 0.15em;
    padding-top: 4vw;
  }
  .expantion .ppb_tx img {
    margin-left: 0vw;
    width: 25vw;
    margin-top: 4vw;
  }
  .expantion .ppb_tx_01 {
    top: 40vw;
  }
  .expantion .ppb_tx_02 {
    top: 123vw;
  }
  .expantion .ppb_tx_03 {
    top: 207vw;
  }
  .ppb_tx_01 h6 {
    padding-left: 0;
  }
  .concept .ppb_tx_01 h6 {
    padding-left: 13.5vw;
  }
  .expantion .photo_01 {
    top: 96.4vw;
  }
  .expantion .photo_02 {
    top: 179.3vw;
  }
  .expantion .photo_03 {
    top: 253.5vw;
  }
  .expantion .photo {
    width: 33vw;
    left: 54.4vw;
  }
  .expantion .photo p {
    font-size: 2.35vw;
  }
  .expantion .photo figure {
    width: 13.3vw;
  }
  .expantion .ppb_tx h6 {
    font-size: 2.8vw;
    text-align: left;
    padding-bottom: 0;
  }
  .usecase .leader {
    left: 39.1vw;
  }
  .usecase .leader figure {
    width: 19.4vw;
  }
  .use_box {
    top: 38.8vw;
    left: 5vw;
    width: 90vw;
  }
  .use_cont {
    width: 100%;
    padding-bottom: 4%;
    position: relative;
  }
  .use_tx h6 {
    font-size: 3.3vw;
    padding-top: 3vw;
    padding-bottom: 1em;
  }
  .use_tx p.name {
    font-size: 2.5vw;
  }
  .use_tx {
    padding-left: 3vw;
  }
  .use_tx p.tx {
    font-size: 2.5vw;
    padding-top: 4vw;
    width: 100%;
    position: absolute;
    bottom: -8vw;
    left: 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .use_cont:nth-of-type(1) {
    margin-bottom: 15.7vw;
  }
  .use_cont:nth-of-type(2) {
    margin-bottom: 17vw;
  }
  .use_cont:nth-of-type(3) p.tx {
    bottom: -12.2vw;
  }
  .use_cont:nth-of-type(3) {
    margin-bottom: 21.9vw;
  }
  .use_cont figure {
    width: 13.9vw;
  }
  .use_cont:nth-of-type(4) {
    margin-bottom: 18.9vw;
  }
  /* ---------------------
  	news sp
  -----------------------*/
  .filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .filter-list li {
    width: 50%;
  }
  .filter-list li.all {
    width: 100%;
  }
  .filter-list li span {
    font-size: 1.5rem;
  }
  .news_content {
    padding: 10vw 0 25vw;
  }
  .news {
    padding-bottom: 0;
  }
  .news_tag {
    margin-top: 0;
    margin-right: 1rem;
  }
  /* ---------------------
  	message sp
  -----------------------*/
  .message_box .photo {
    width: 35%;
    padding-right: 7vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .message_box p.message_tx {
    line-height: 2;
    padding-bottom: 10vw;
  }
  .message_box.msg_02 p.message_tx {
    margin-bottom: 20vw;
  }
  .message_box .photo p {
    font-size: 1.1rem;
  }
  .pages.message .cont_box h4 {
    padding-bottom: 1.5em;
  }
  .chief .cont_inner {
    margin-bottom: 15vw;
  }
  .message_img {
    margin-bottom: 15vw;
  }
  .message_box.interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview .message_box .photo {
    padding: 5vw 0 0 0;
    max-width: 300px;
    width: 80%;
    margin: auto;
  }
  .message_box.int_01 {
    padding-bottom: 15vw;
  }
  .message_box .photo.int_02 {
    padding-bottom: 15vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview:not(.message_box) {
    padding-bottom: 20vw;
  }
  /* 暫定 */
  .chief {
    padding-bottom: 15vw;
  }
  .chief .cont_inner {
    margin-bottom: 0;
  }
  /* ここまで */
  /* ---------------------
  	contact sp
  -----------------------*/
  p.contact_tx {
    text-align: center;
    font-size: 1.4rem;
  }
  .contact_info dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_info dl dd {
    padding-left: 0;
    padding-top: 1.5em;
  }
  .contact_info dl dt {
    background: #7ba99a;
  }
  .contact_info dl dd {
    font-size: 1.5rem;
  }
  .contact {
    padding-bottom: 0;
  }
  .pages .contact .cont_box {
    padding-bottom: 35vw;
  }
  /* ---------------------
  	PC project 
  -----------------------*/
  .reserch_inner a {
    font-size: 1.5rem;
  }
  .reserch_inner2 a {
    font-size: 1.5rem;
  }
  .pages .research h3.sec_ttl:after {
    width: 100%;
    margin-left: 1.3em;
  }
  .reserch_inner li:nth-child(n+2) {
    margin-top: 1.9em;
  }
  .cont_box.research_box {
    padding-bottom: 25vw;
  }
  .pages.research:after {
    content: "";
    height: 20vw;
    width: 100vw;
    background: #f7f5f3;
    display: block;
  }
  .cont_box.research_box,
  .cont_box.research_box > .cont_box {
    padding-top: 15vw;
  }
  .reserch_inner {
    margin-left: 2.5em;
  }
  .reserch_inner2 {
    margin-left: 2.5em;
  }
  .reserch_inner a span {
    display: block;
    padding-top: 0.3em;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .reserch_inner li {
    position: relative;
  }
  .research span.ico_link {
    position: absolute;
    right: 1vw;
    top: 0;
    padding-right: 0;
  }
  .research .news_ico {
    width: 18px;
  }
  /* ---------------------
  	footer sp
  -----------------------*/
  .footer_box {
    padding: 5vw 5vw;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright {
    font-size: 1.1rem;
    padding: 1.5em 0 0;
  }
  .f_logo {
    height: auto;
    width: 50vw;
    max-width: 200px;
    margin: auto;
  }
  a.pagetop {
    width: 20px;
    bottom: 30vw;
    position: fixed;
    right: 2vw;
  }
  .footer_box p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
    text-align: center;
  }
  .footer__links {
    display: none;
  }
  .footer_box p span {
    display: inline-block;
  }
  .footer_box p span:not(.copyright) {
    font-size: 1.2rem;
    display: inline-block;
  }
  .footer_box figure {
    width: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .copyright {
    font-size: 2.2vw;
    padding: 2vw 0 0;
  }
  a.pagetop {
    bottom: 5vw;
  }
  .system_box {
    width: 90vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .system_member {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .system_member figure:not(.photo) {
    width: auto;
  }
  .project_ttl div:first-child > figure {
    width: 25%;
  }
  h5.news_ttl {
    width: 9rem;
      height: auto;
  }
  .date {
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_news_box span:first-child {
    margin-right: auto;
  }
  .top_news_box span:first-child span.date {
    padding-left: 0.5em;
  }
  .news_tag {
    width: 11rem;
      font-size: 1rem;
    height: 2.5rem;
    margin-left: 0;
  }
  .ico_link {
    padding-right: 0;
  }
  .sm {
    width: 22.2vw;
    padding-bottom: 7vw;
  }
  .sm_inner p {
    font-size: 2.7vw;
  }
  .sm_left p,
  .sm_box .sb_03_ttl p {
    font-size: 3.3vw;
  }
  .sm_inner.top .sm_left {
    width: 35vw;
  }
  .sm_inner .m_name {
    padding-top: 4px;
  }
  .sm_inner.top .m_name {
    padding-top: 3.2vw;
  }
  .toggle_title div span:first-child {
    font-size: 1.3rem;
  }
  .toggle_title {
    width: 50vw;
    margin-left: -27vw;
  }
  .sm_inner .sm_left.t_project p:nth-child(n+2),
  .smi_03_h .sm_left p,
  .sm_inner.smi_03_h .sm_left.t_project p:nth-child(n+2) {
    font-size: 2.4vw;
  }
  .sb_03_ttl {
    padding-left: 0;
  }
  .system_member .sm_inner.smi_03_i {
    padding-left: 1vw;
  }
  .system_member > .sm_inner:nth-child(n+6) .sm_box {
    padding-left: 7vw;
  }
  .language a {
    border: solid 0px #fff;
    padding: 1em;
    font-size: 1.3rem;
  }
  .cookie-consent {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 1.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #d8c917 !important;
  }
  .cookie-text {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .cookie-text a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: 0.5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    -webkit-animation: hide 1s linear 0s;
            animation: hide 1s linear 0s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
}
@media only screen and (max-width: 480px) and (max-width: 600px) {
  .cookie-consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-text {
    text-align: center;
    line-height: 2em;
    margin-bottom: 1em;
  }
}
/* プルダウンメニューのスタイル */
.filter-list li.year {
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .filter-list li.year {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .filter-list li.year > span {
    position: relative;
  }
}

.filter-list li.year > span:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 13px solid #fff;
}
@media (max-width: 950px) {
  .filter-list li.year > span:after {
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .filter-list li.year > span:after {
    right: -4rem;
  }
}

.year_list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 4px;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-list li.year.open .year_list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.year_list li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-inline: none !important;
  border-bottom: none !important;
}

.year_list li span a {
  display: block;
  padding: 10px 15px;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .year_list li span a {
    font-size: 1.4rem;
  }
}
@media (max-width: 950px) {
  .year_list li span a {
    font-size: 1.2rem;
  }
}

.year_list li span:hover a {
  background-color: #f5f5f5;
}

.year_list li span a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.year_list li span a:hover {
  color: #40486c;
  opacity: 0.7;
}

/* tag */
.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .tag-list {
    margin-top: 2.4rem;
  }
}
@media (max-width: 520px) {
  .tag-list {
    gap: 0.5rem;
  }
}

.tag-list li {
  width: 10rem;
  height: 3rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #40486c;
  border: 1px solid #40486c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 520px) {
  .tag-list li {
    width: 6.25em;
    height: 3rem;
  }
}
.tag-list li.is-active {
  background-color: #40486c;
}
.tag-list li.is-active span {
  color: #fff;
}
.tag-list li span {
  display: block;
  padding-inline: 2.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .tag-list li span {
    padding-inline: 1rem;
  }
}

.single {
  padding-bottom: 270px;
}
@media only screen and (max-width: 768px) {
  .single {
    padding-bottom: 0;
  }
}

.single_head {
  border-bottom: 1px dashed #40486c;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single_head .fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single_head .fl .date {
  padding-left: 0;
}
@media (max-width: 768px) {
  .single_head .fl .date {
    margin-right: 1.5rem;
  }
}

.single_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .single_ttl {
    font-size: 2rem;
  }
}

.single_thumb {
  margin-top: 3rem;
  aspect-ratio: 1000/472;
}
.single_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_txt {
  margin-top: 6.6rem;
}
@media (max-width: 768px) {
  .single_txt {
    margin-top: 3rem;
  }
}

.single_txt p {
  font-size: 1.4rem;
  line-height: 2.7857142857;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .single_txt p {
    font-size: 1.2rem;
  }
}

.popup {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.popup__body {
  max-width: 1120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #afb4b5;
  padding: 4rem 6rem;
  position: absolute;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .popup__body {
    padding: 2rem 3rem;
  }
}
.popup__body:hover {
  opacity: 1 !important;
}
.popup__body:hover p {
  text-decoration: underline;
}
.popup__body h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .popup__body h3 {
    font-size: 1.6rem;
  }
}
.popup__body p {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .popup__body p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */