/*  Inpage Common
-----------------------------------------------------------------------------*/
/* title */
.st01 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c41540;
  line-height: 24px;
  padding: 0 0 10px 15px;
  background: url(../../img/icon_dot.png) no-repeat 0 3px;
}

.st02 {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #F6F7F8;
}

/* contents */
.read_box {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.read_box img {
  margin-bottom: 20px;
  display: block;
}

.read_box p {
  padding: 0 100px 20px;
}

.read_box div.ch_txt {
  display: none;
}

.category_menu {
  margin: 0 -20px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.category_menu li {
  box-sizing: border-box;
  padding: 0 20px 30px;
  width: 33.3%;
}

.category_menu li a {
  border-radius: 5px;
  color: #444;
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
}

.category_menu li a::after {
  opacity: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: rgba(194, 20, 61, 0.8);
}

.category_menu li.food a:after {
  background: rgba(230, 0, 18, 0.8);
}

.category_menu li.health a:after {
  background: rgba(238, 119, 0, 0.8);
}

.category_menu li.cosmetic a:after {
  background: rgba(233, 83, 137, 0.8);
}

.category_menu li.pharmaceutical a:after {
  background: rgba(1, 169, 228, 0.8);
}

.category_menu li.functional a:after {
  background: rgba(144, 190, 61, 0.8);
}

.category_menu li.overseas a:after {
  background: rgba(57, 84, 184, 0.8);
}

.category_menu li.livingmap a:after {
  background: rgba(75, 65, 205, 0.8);
}

.category_menu li.enzymes a:after {
  background: rgba(184, 97, 162, 0.8);
}

.category_menu li a:hover:after {
  opacity: 1;
}

.category_menu li span.pic {
  display: block;
  overflow: hidden;
}

.category_menu li span.st {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  padding: 15px 0;
  display: block;
  background: #f7f7f7;
}

.category_menu li.font_s span.st {
  font-size: 17px;
  font-size: 1.7rem;
}

.category_menu li span.st span {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #c2143d;
}

.category_menu li span.st strong {
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  width: 72%;
  vertical-align: middle;
}

.category_menu li.font_s span.st span {
  font-size: 20px;
  font-size: 2.0rem;
}

.category_menu li.food span.st span {
  background: rgba(230, 0, 18, 1);
}

.category_menu li.health span.st span {
  background: rgba(238, 119, 0, 1);
}

.category_menu li.cosmetic span.st span {
  background: rgba(233, 83, 137, 1);
}

.category_menu li.pharmaceutical span.st span {
  background: rgba(1, 169, 228, 1);
}

.category_menu li.functional span.st span {
  background: rgba(144, 190, 61, 1);
}

.category_menu li.overseas span.st span {
  background: rgba(57, 84, 184, 1);
}

.category_menu li.livingmap span.st span {
  background: rgba(75, 65, 205, 1);
}

.category_menu li.enzymes span.st span {
  background: #b861a2;
}

.category_menu li span.st span i {
  padding: 0;
}

.category_menu li span.st span img {
  vertical-align: middle;
  width: 24px;
}

.category_menu li span.txt {
  box-sizing: border-box;
  color: #fff;
  padding: 0 50px;
  width: 100%;
  z-index: 13;
  top: 80px;
  display: none;
  position: absolute;
}

.category_menu li a:hover span.txt {
  display: block;
}

span i {
  padding-right: 10px;
}

.category_menu li>a>span>img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  width: 100%;
}

.category_menu li>a:hover>span>img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.catch_box {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.catch_box h3 {
  border-radius: 50%;
  box-sizing: border-box;
  font-family: 'Noto Sans Japanese', sans-serif;
  box-shadow: 120px 0 0 0 rgba(0, 0, 0, 0.05);
  font-size: 30px;
  font-size: 3.0rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  padding-top: 30px;
  width: 220px;
  height: 220px;
  top: 320px;
  left: 15px;
  position: absolute;
}

.catch_box h3.l_txt {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
}

.catch_box h3 i {
  font-size: 36px;
  font-size: 3.6rem;
}

.catch_box h3 span {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  display: block;
}

#food .catch_box h3 {
  background: rgba(230, 0, 18, 0.8);
}

#health .catch_box h3 {
  letter-spacing: 0.05em;
  background: rgba(238, 119, 0, 0.8);
}

#health .catch_box h3 span {
  letter-spacing: 0.2em;
}

#health .catch_box h3 span {
  letter-spacing: 0.4em;
}

#health .catch_box h3 img {
  width: 42px;
}

#enzymes .catch_box h3 {
  letter-spacing: 0.05em;
  background: #b861a2;
}

#enzymes .catch_box h3 img {
  width: 45px;
}

#cosmetic .catch_box h3 {
  background: rgba(233, 83, 137, 0.8);
}

#pharmaceutical .catch_box h3 {
  background: rgba(1, 169, 228, 0.8);
}

#functional .catch_box h3 {
  background: rgba(144, 190, 61, 0.8);
}

#overseas .catch_box h3 {
  background: rgba(57, 84, 184, 0.8);
}

#livingmap .catch_box h3 {
  background: rgba(75, 65, 205, 0.8);
}

.catch_box>img {
  margin: 0 0 55px;
}

.catch_box>div {
  padding: 0 30px 0 280px;
}

.catch_txt {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #353b8d;
  line-height: 30px;
  margin-bottom: 10px;
}

.txt_link i {
  color: #c2143d;
  margin-right: 7px;
}

/* Anchor Link */
.anchor_link {
  overflow: hidden;
}

.anchor_link li {
  box-sizing: border-box;
  margin-bottom: 5px;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  background: #F6F7F8;
}

.anchor_link li a {
  color: #444;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.anchor_link li i {
  margin-right: 7px;
}

/* table style */
dl.tbl01 {
  margin-bottom: 10px;
  border-bottom: 1px dotted #c6c8ca;
}

dl.tbl01 dt {
  padding: 15px 0;
  position: absolute;
}

dl.tbl01 dd {
  padding: 15px 0 15px 200px;
  border-top: 1px dotted #c6c8ca;
}

dl.tbl01 dd i {
  margin-right: 7px;
}

/* button style */
p.btn01 {
  text-align: center;
}

p.btn01 a {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border: 1px solid #c2143d;
  width: 70%;
  display: inline-block;
  background: #c2143d;
}

p.btn01 a:hover {
  color: #c2143d;
  background: #fff;
}

p.btn01 a i {
  margin: 0 5px;
}

a.btn02 {
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 2px 20px 0;
  border: 1px solid #c2143d;
  display: inline-block;
  background: #c2143d;
}

a.btn02:hover {
  color: #c2143d;
  background: #fff;
}

a.btn02 i {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 5px;
}

/* navigation */
.navigation {
  padding-top: 30px;
}

.navigation ul {
  text-align: center;
}

.navigation li {
  padding: 0 7px;
  display: inline-block;
}

.navigation li a,
.navigation li span {
  color: #c2143d;
  text-decoration: none;
  padding: 7px 15px;
  display: inline-block;
}

.navigation li.no_nav a {
  background: #fae9ed;
}

.navigation li.no_nav a:hover {
  color: #fff;
  background: #c2143d;
}

.navigation li.no_nav span {
  color: #fff;
  background: #c2143d;
}

.navigation li.txt_nav a {
  color: #c2143d;
}

.navigation li.txt_nav a:hover {
  color: #f17895;
}

.navigation li.txt_nav a i {
  margin: 0 3px;
}

/*  R&D
-----------------------------------------------------------------------------*/
/* rd_linklist */
.rd_linklist {
  margin: 0 -15px;
  padding: 10px 0 20px;
  overflow: hidden;
}

.rd_linklist li {
  width: 50%;
  float: left;
}

.rd_linklist li a {
  color: #222;
  text-align: center;
  text-decoration: none;
  margin: 0 15px 30px;
  display: block;
  background: #f9f7f1;
  position: relative;
}

.rd_linklist li a:hover {
  color: #c2143d;
}

.rd_linklist li a:before {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.rd_linklist li a:hover:before {
  border: 2px solid #c2143d;
}

.rd_linklist li a:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 10px solid transparent;
  border-left: 10px solid #c2143d;
  width: 0;
  height: 0;
  z-index: 2;
  right: -5px;
  bottom: -5px;
  content: "";
  position: absolute;
}

.rd_linklist li a img {
  width: 100%;
}

.rd_linklist li a dl {
  line-height: 1.5;
  padding: 20px 0;
}

.rd_linklist li a dt {
  font-size: 24px;
  font-size: 2.4rem;
}

.rd_linklist li a dd {
  color: #606060;
}

.rd_linklist li a:hover dd {
  color: #c2143d;
}

/* rd_researchlist */
.rd_researchlist {
  margin: 0 -10px;
  padding-top: 10px;
  overflow: hidden;
}

.rd_researchlist li {
  width: 33.3%;
  float: left;
}

.rd_researchlist li a {
  text-align: center;
  margin: 0 10px 20px;
  display: block;
  position: relative;
}

.rd_researchlist li a:before {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.rd_researchlist li.trh a:hover:before {
  border: 2px solid #75cbc7;
}

.rd_researchlist li.hsp a:hover:before {
  border: 2px solid #d03601;
}

.rd_researchlist li.ism a:hover:before {
  border: 2px solid #2161a6;
}

.rd_researchlist li.aa2g a:hover:before {
  border: 2px solid #ea4c6a;
}

.rd_researchlist li a img {
  width: 100%;
}

.rd_researchlist li a div {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin: auto;
  height: 150px;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.rd_researchlist li a div p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding: 2px 0;
  width: 180px;
  display: inline-block;
}

.rd_researchlist li.trh a div p {
  background: rgba(117, 203, 199, 0.7);
}

.rd_researchlist li.hsp a div p {
  background: rgba(217, 66, 0, 0.7);
  width: 220px;
}

.rd_researchlist li.ism a div p {
  background: rgba(0, 85, 173, 0.7);
}

.rd_researchlist li.aa2g a div p {
  background: rgba(234, 76, 106, 0.7);
  width: 190px;
}

.rd_researchlist li a div h4 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #222;
  padding: 20px 0 15px;
}

.rd_researchlist li.trh a:hover div h4 {
  color: #75cbc7;
}

.rd_researchlist li.hsp a:hover div h4 {
  color: #d03601;
}

.rd_researchlist li.ism a:hover div h4 {
  color: #2161a6;
}

.rd_researchlist li.aa2g a div h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.rd_researchlist li.aa2g a:hover div h4 {
  color: #ea4c6a;
}

.rd_researchlist li a div span {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 0 30px;
  padding-top: 15px;
  display: block;
}

.rd_researchlist li.trh a div span {
  color: #75cbc7;
  border-top: 1px solid #75cbc7;
}

.rd_researchlist li.hsp a div span {
  color: #d03601;
  border-top: 1px solid #d03601;
}

.rd_researchlist li.ism a div span {
  color: #2161a6;
  border-top: 1px solid #2161a6;
}

.rd_researchlist li.aa2g a div span {
  color: #ea4c6a;
  border-top: 1px solid #ea4c6a;
}

/* rd_storyhlist */
.rd_storyhlist {
  margin-left: -20px;
  padding-top: 10px;
  overflow: hidden;
}

.rd_storyhlist li {
  padding: 0 0 22px 20px;
  float: left;
}

.rd_storyhlist li a {
  display: block;
  position: relative;
}

.rd_storyhlist li a:before {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.rd_storyhlist li a:hover:before {
  border: 2px solid #c2143d;
}

.rd_storyhlist li.box_l {
  width: 663px;
}

.rd_storyhlist li.box_s {
  width: 317px;
}

.rd_storyhlist li.box_m {
  width: 490px;
}

.rd_storyhlist li img {
  width: 100%;
}

/* field */
#field .box_wrap {
  margin-bottom: 30px;
}

#field .box_wrap#carbohydrate {
  background: #f6f9f9;
}

#field .box_wrap#pigment {
  background: #f8f9f6;
}

#field .box_wrap h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-bottom: 1px dotted #ccc;
}

#field .box_wrap#carbohydrate h4 {
  color: #145fd1;
}

#field .box_wrap#pigment h4 {
  color: #4a9904;
}

#field h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 30px 20px;
  padding-left: 10px;
}

#field #carbohydrate h5 {
  border-left: 4px solid #145fd1;
}

#field #pigment h5 {
  border-left: 4px solid #4a9904;
}

#field .box {
  box-sizing: border-box;
  margin: 0 30px;
  padding-bottom: 60px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

#field .box dl {
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 500px;
  z-index: 1;
  background: #fff;
  position: relative;
}

#field .box dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 32px;
  margin-bottom: 10px;
}

#field .box dt span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  background: #F6F7F8;
}

#field #carbohydrate dt span {
  color: #145fd1;
}

#field #pigment01 dt span {
  color: #4a9904;
}

#field .box img {
  z-index: 0;
  top: 25px;
  right: 0;
  position: absolute;
}

/* r_direction */
#r_direction .reed_txt {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 20px 0 50px;
}

#r_direction .list_box {
  padding: 20px 0;
  background: url(../../cgi-image/235/1.jpg) no-repeat center center;
  background-size: cover;
}

#r_direction h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  padding: 0 0 10px;
}

#r_direction ul {
  text-align: center;
  vertical-align: top;
}

#r_direction li {
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 20px 30px;
  padding: 30px 0;
  width: 45%;
  min-height: 380px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
}

#r_direction h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
  padding-top: 60px;
  position: relative;
}

#r_direction h5 span {
  border-radius: 50%;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #fff;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
  background: #c2143d;
  position: absolute;
}

#r_direction li div {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 15px 30px 0;
}

/* library */
#library #tab {
  text-align: center;
  margin-top: 30px;
  border-bottom: solid 2px #C2143D;
  overflow: hidden;
}

#library #tab li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 5px;
  width: 40%;
  display: inline-block;
  background: #F6F7F8;
}

#library #tab li span {
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 0 7px;
  border-top: solid 1px #C2143D;
  border-left: solid 1px #C2143D;
  border-right: solid 1px #C2143D;
  display: block;
  background: #C2143D;
}

#library #tab li a {
  border-radius: 3px 3px 0 0;
  color: #444;
  text-decoration: none;
  padding: 10px 0 7px;
  border-top: solid 1px #C6C8CA;
  border-left: solid 1px #C6C8CA;
  border-right: solid 1px #C6C8CA;
  display: block;
}

#library #tab li a:hover {
  color: #fff;
  border-top: solid 1px #C2143D;
  border-left: solid 1px #C2143D;
  border-right: solid 1px #C2143D;
  background: #C2143D;
}

#library #list_search {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 20px;
  background: #F6F7F8;
  overflow: hidden;
}

#library #list_search p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

#library #list_search p i {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #aaa;
}

#library #list_search label {
  margin-right: 50px;
}

#library #list_search label input {
  margin-right: 5px;
}

#library #list_search ul.search_ctg {
  overflow: hidden;
}

#library #list_search ul.search_ctg li {
  width: 50%;
  float: left;
}

#library #list_search ul.search_ctg li span,
#library #list_search ul.search_ctg li a {
  text-align: center;
  padding: 10px 0 6px;
  display: block;
}

#library #list_search ul.search_ctg li span {
  color: #C2143D;
  background: #fff;
}

#library #list_search ul.search_ctg li a {
  color: #444;
  text-decoration: none;
  background: #e7eaed;
}

#library #list_search ul.search_ctg li a:hover {
  color: #fff;
  background: #C2143D;
}

#library #list_search ul.anc {
  text-align: center;
  padding: 15px 10px;
  background: #fff;
}

#library #list_search .anc li {
  margin: 0 10px;
  display: inline-block;
}

#library #list_search .anc li a {
  color: #444;
  text-decoration: none;
  padding: 0 10px;
  display: block;
}

#library #list_search .anc li a:hover {
  background: #ffe0e7;
}

#library #list_search .anc li a i {
  color: #C2143D;
  margin-right: 5px;
}

#library .books {
  padding: 50px 0 0;
}

#library h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
  padding-left: 10px;
  border-left: solid 4px #C2143D;
  background: #fff;
}

#library .books dl {
  padding-bottom: 50px;
}

#library .books dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 28px;
}

#library .books dt span {
  display: block;
}

#library .books dt span.txt_itl {
  display: inline;
}

#library .books dt span.tt,
#library .books dt span.tt_jp {
  padding-left: 115px;
}

#library .books dt span.tt_jp {
  font-size: 16px;
  font-size: 1.6rem;
}

#library .books dt span.icon {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-top: 3px;
  width: 110px;
  position: absolute;
}

#library .books dd {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #d2d7db;
}

#library .books .name {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: dotted 1px #d2d7db;
}

#library .books .date {
  margin-left: 15px;
  padding: 0 20px;
  display: inline-block;
  background: #f1f1f1;
}

#library .books .ctg {
  margin-left: 15px;
  padding: 0 20px;
  border: solid 1px #ddd;
  display: inline-block;
}

#library .books .award {
  margin-left: 15px;
  padding: 0 20px;
  display: inline-block;
  background: #f9f8e1;
}

#library .books .presenter01,
#library .books .presenter02 {
  text-indent: -17px;
  padding-left: 17px;
}

#library .books .presenter01 i,
#library .books .presenter02 i {
  font-size: 10px;
  font-size: 1.0rem;
  color: #aaa;
  text-indent: 0;
  vertical-align: middle;
  margin-right: 8px;
  padding-left: 0;
}

#library .books .wrapup {
  margin-top: 7px;
  padding: 10px;
  background: #f5f5f5;
}

#library .books .medical {
  background: #28B1E5;
}

#library .books .food {
  background: #E60012;
}

#library .books .farming {
  background: rgb(255, 100, 0);
}

#library .books .cosme, #library .books .personal_care {
  background: #E95389;
}

#library .books .other {
  background: #989DA1;
}

#library .books .cultural {
  background: #b48061;
}

#library .books .environment {
  background: rgb(0 150 75);
}

#library .books .plant {
  background: rgb(143 195 31);
}

/* story --------------------*/
.story {}

.story_inbox {
  margin: auto;
  padding: 40px 0;
  width: 1000px;
}

.story_inbox h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2143d;
  display: inline-block;
}

.story_inbox h4 span {
  font-size: 28px;
  font-size: 2.8rem;
}

.story01,
.story02,
.story03,
.story04,
.story05 {
  position: relative;
}

.story01:after,
.story02:after,
.story03:after,
.story04:after,
.story05:after {
  margin: auto;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  content: " ";
  position: absolute;
}

.story .pic_box span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: -5px;
  display: block;
}

.story .pic_box span:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c2143d;
  vertical-align: middle;
  padding-right: 5px;
  display: inline-block;
  content: "\f106";
}

.story .story_main {
  padding: 43px 0 30px;
}

.story .story_main h3 {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 35px 6px;
  width: 1000px;
}

.story .story_main h3 span {
  padding-bottom: 4px;
  display: block;
}

.story .story_main div {
  margin: 0 auto;
  border: 10px solid rgba(0, 0, 0, 0.03);
  width: 920px;
}

.story .story_main div img {
  margin: 0 0 0 30px;
  height: 100%;
  float: right;
}

.story .story_main div dl,
.story .story_main div p {
  box-sizing: border-box;
  padding: 35px 30px 20px;
  height: 100%;
  min-height: 274px;
  background: #fff;
}

.story .story_main div dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2143d;
  display: inline-block;
}

.story .story_main div dd {
  font-size: 13.5px;
  font-size: 1.35rem;
}

/* story_toreha */
#story_toreha .story_main {
  background: url(../../cgi-image/142/1.jpg) no-repeat center top;
  background-size: cover;
}

#story_toreha .story01 {
  margin-top: 20px;
  background: #e3e2e4;
  overflow: hidden;
}

#story_toreha .story01 .story_inbox {
  position: relative;
}

#story_toreha .story01 img {
  z-index: 0;
  top: 0;
  right: -375px;
  position: absolute;
}

#story_toreha .story01 .pic_box span {
  z-index: 0;
  left: 700px;
  bottom: 15px;
  position: absolute;
}

#story_toreha .story01:after {
  border-top: 15px solid #fff;
}

#story_toreha .story01 .story_inbox h4 {
  z-index: 3;
  position: relative;
}

#story_toreha .story01 .story_inbox div {
  padding-right: 420px;
  z-index: 3;
  position: relative;
}

#story_toreha .story02 {}

#story_toreha .story02:after {
  border-top: 15px solid #e3e2e4;
}

#story_toreha .story02 .story_inbox {
  overflow: hidden;
}

#story_toreha .story02 .fl {
  width: 505px;
}

#story_toreha .story02 .fr {
  width: 460px;
}

#story_toreha .story02 .fr p {
  padding-bottom: 10px;
}

#story_toreha .story03 {
  background: #eeecea;
  overflow: hidden;
}

#story_toreha .story03:after {
  border-top: 15px solid #fff;
}

#story_toreha .story03 .story_inbox {
  position: relative;
}

#story_toreha .story0301 .pic_box {
  width: 465px;
  top: 0;
  right: -153px;
  position: absolute;
}

#story_toreha .story04:after {
  border-top: 15px solid #eeecea;
}

#story_toreha .story0301>div {
  padding: 0 360px 70px 0;
}

#story_toreha .story0302 {
  overflow: hidden;
}

#story_toreha .story0302 img.fl {
  margin-right: 35px;
}

#story_toreha .story0302 div {
  overflow: hidden;
}

#story_toreha .story04 {
  text-align: center;
  overflow: hidden;
}

#story_toreha .story04 .story_inbox div {
  text-align: left;
  padding-top: 15px;
}

#story_toreha .story04 div .pic_box {
  border-left: 55px solid transparent;
  width: 449px;
  float: right;
}

/* story_pullulan */
#story_pullulan .story_main {
  background: url(../../cgi-image/173/1.jpg) no-repeat center top;
  background-size: cover;
}

#story_pullulan .story_main div img {
  margin: 0 30px 0 0;
  float: left;
}

#story_pullulan .story01 {
  margin-top: 20px;
  background: #f0f2f7;
}

#story_pullulan .story01 .story_inbox {
  overflow: hidden;
}

#story_pullulan .story01:after {
  border-top: 15px solid #fff;
}

#story_pullulan .story01 img {
  margin: -40px 0 -40px 30px;
  float: right;
}

#story_pullulan .story01 .story_inbox div {
  overflow: hidden;
}

#story_pullulan .story02:after {
  border-top: 15px solid #f0f2f7;
}

#story_pullulan .story02 .story_inbox {
  overflow: hidden;
}

#story_pullulan .story02 .story_inbox div {
  overflow: hidden;
}

#story_pullulan .story02 .pic_box {
  margin: 0 40px 10px 0;
  float: left;
}

#story_pullulan .story03 {
  background: #f0f2f7;
}

#story_pullulan .story03:after {
  border-top: 15px solid #fff;
}

#story_pullulan .story03 .story_inbox {
  overflow: hidden;
}

#story_pullulan .story03 .pic_box {
  margin: -40px 0 -30px 40px;
  float: right;
}

#story_pullulan .story04:after {
  border-top: 15px solid #f0f2f7;
}

#story_pullulan .story04 .story_inbox {
  overflow: hidden;
}

#story_pullulan .story04 .story_inbox div {
  overflow: hidden;
}

#story_pullulan .story04 .pic_box {
  margin: 0 40px 10px 0;
  float: left;
}

#story_pullulan .story05 {
  text-align: center;
  margin-bottom: 50px;
  background: #f0f2f7;
  overflow: hidden;
}

#story_pullulan .story05:after {
  border-top: 15px solid #fff;
}

#story_pullulan .story05 .story_inbox div {
  text-align: left;
  padding-top: 15px;
}

#story_pullulan .story05 .pic_box {
  margin: 0 0 10px 40px;
  float: right;
}

/* story_herperetin */
#story_herperetin .story_main {
  background: url(../../cgi-image/367/1.jpg) no-repeat center top;
  background-size: cover;
}

#story_herperetin .story_main div img {
  margin: 0 30px 0 0;
  float: left;
}

#story_herperetin .story_inbox>div>ul {
  font-size: 12px;
}

#story_herperetin .story01 {
  margin-top: 20px;
  background: #f9f5ec;
}

#story_herperetin .story01 .story_inbox {
  overflow: hidden;
}

#story_herperetin .story01:after {
  border-top: 15px solid #fff;
}

#story_herperetin .story01>div>.pic_box {
  margin: 0 0 0 30px;
  float: right;
}

#story_herperetin .story01>div>.pic_box span {
  margin: 0 0 30px;
}

#story_herperetin .story01 .story_inbox div {
  overflow: hidden;
}

#story_herperetin .story01>div>div .pic_box {
  padding-top: 10px;
}

#story_herperetin .story02:after {
  border-top: 15px solid #f9f5ec;
}

#story_herperetin .story03 {
  background: #f9f5ec;
}

#story_herperetin .story03:after {
  border-top: 15px solid #fff;
}

#story_herperetin .story03 .story_inbox {
  overflow: hidden;
}

#story_herperetin .story03 .story_inbox div {
  overflow: hidden;
}

#story_herperetin .story03>div>.pic_box {
  margin: 0 40px 0 0;
  float: left;
}

#story_herperetin .story03 .story_inbox div.desc02 {
  padding-top: 30px;
  clear: both;
}

#story_herperetin .story03 .story_inbox div.desc02 .pic_box {
  margin: 0 0 10px 40px;
  float: right;
}

#story_herperetin .story03 .story_inbox div.desc02 .pic_box img {
  width: 200px;
}

#story_herperetin .story03 .story_inbox div.desc03 {
  padding-top: 30px;
  clear: both;
}

#story_herperetin .story03 .story_inbox div.desc03 .pic_box {
  margin: 0 40px 10px 0;
  float: left;
}

#story_herperetin .story04 {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}

#story_herperetin .story04:after {
  border-top: 15px solid #f9f5ec;
}

#story_herperetin .story04 .story_inbox {
  overflow: hidden;
}

#story_herperetin .story04 .story_inbox div {
  text-align: left;
  padding-top: 15px;
  overflow: hidden;
}

#story_herperetin .story04 .pic_box {
  margin: 10px 40px 10px 0;
  float: left;
}

#story_herperetin .story04 .pic_box:first-child {
  margin: 0 0 10px 40px;
  float: right;
}

/* story_isomarte */
#story_isomarte .story_main {
  background: url(../../cgi-image/429/1.jpg) no-repeat center top;
  background-size: cover;
}

#story_isomarte .story01 {
  margin-top: 20px;
  background: #e3e2e4;
  overflow: hidden;
}

#story_isomarte .story01 .story_inbox {
  position: relative;
}

#story_isomarte .story01 img {
  z-index: 0;
  top: 0;
  right: -250px;
  position: absolute;
}

#story_isomarte .story01 .pic_box span {
  z-index: 0;
  left: 546px;
  bottom: 28px;
  position: absolute;
}

#story_isomarte .story01:after {
  border-top: 15px solid #fff;
}

#story_isomarte .story01 .story_inbox h4 {
  z-index: 3;
  position: relative;
}

#story_isomarte .story01 .story_inbox div {
  padding-right: 500px;
  z-index: 3;
  position: relative;
}

#story_isomarte .story02 {}

#story_isomarte .story02:after {
  border-top: 15px solid #e3e2e4;
}

#story_isomarte .story02 .story_inbox {
  overflow: hidden;
  position: relative;
}

#story_isomarte .story02 .fl {
  width: 505px;
  margin-top: -200px;
}

#story_isomarte .story02 .fr {
  width: 460px;
}

#story_isomarte .story02 .fr p {
  padding-bottom: 10px;
}

#story_isomarte .story02 .pic_box span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: -5px;
  display: block;
  padding-bottom: 10px;
}

#story_isomarte .story02 .story0301 div {
  width: 590px;
}

#story_isomarte .story03 {
  background: #eeecea;
  overflow: hidden;
}

#story_isomarte .story03:after {
  border-top: 15px solid #fff;
}

#story_isomarte .story03 .story_inbox {
  position: relative;
}

#story_isomarte .story03 .pic_box {
  margin: 0 40px 10px 0;
  float: left;
}

#story_isomarte .story0301 .pic_box {
  width: 520px;
  top: 0;
  right: -153px;
  position: absolute;
}

#story_isomarte .story03 .story_inbox div {
  overflow: hidden;
}

#story_isomarte .story04:after {
  border-top: 15px solid #eeecea;
}

#story_isomarte .story0301>div {
  padding: 0 360px 210px 0;
}

#story_isomarte .story0302 img.fl {
  margin-right: 35px;
}

#story_isomarte .story0302 div {
  overflow: hidden;
}

#story_isomarte .story0302:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#story_isomarte .story04 .story_inbox {
  overflow: hidden;
}

#story_isomarte .story04 .story_inbox div {
  text-align: left;
  padding-top: 15px;
}

#story_isomarte .story04 div .pic_box {
  border-left: 55px solid transparent;
  width: 449px;
  float: right;
}

#story_isomarte .story04 .fl {
  width: 505px;
}

#story_isomarte .story04 .fr {
  width: 460px;
}

#story_isomarte .story04 .fr p {
  padding-bottom: 10px;
}

#story_isomarte .story05 {
  text-align: center;
  margin-bottom: 50px;
  background: #f0f2f7;
  overflow: hidden;
}

#story_isomarte .story05:after {
  border-top: 15px solid #fff;
}

#story_isomarte .story05 .pic_box {
  margin: 10px 40px 10px 0;
  float: left;
}

#story_isomarte .story05 .story_inbox div {
  text-align: left;
}

/* main_research --------------------*/
.main_research .mr_main {
  background: url(../../cgi-image/149/1.jpg) no-repeat center top;
  background-size: cover;
}

.main_research .mr_main h3 {
  text-align: center;
  padding: 52px 0;
}

.main_research .mr_wrap {
  margin: 40px auto 0;
  padding-top: 10px;
  width: 1000px;
  position: relative;
}

.main_research .mr_nav {
  width: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.main_research .mr_nav.ps_top {
  top: 10px;
  bottom: auto;
  position: absolute;
}

.main_research .mr_nav.ps_in {
  top: 10px;
  bottom: auto;
  position: fixed;
}

.main_research .mr_nav.ps_bottom {
  top: auto;
  bottom: 20px;
  position: absolute;
}

.main_research .mr_nav_in {
  margin: 0 auto;
  width: 1000px;
}

.main_research .mr_nav h4 {
  width: 230px;
  pointer-events: auto;
}

.main_research .mr_nav h4 a {
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  padding: 15px 10px 15px 68px;
  display: block;
  background: #c1143b url(../../cgi-image/151/1.png) no-repeat 10px center;
}

.main_research .mr_nav h4 a:hover {
  background: #f32251 url(../../cgi-image/151/1.png) no-repeat 10px center;
}

.main_research .mr_nav>.mr_nav_in>ul {
  width: 230px;
  pointer-events: auto;
}

.main_research .mr_nav>.mr_nav_in>ul>li>a {
  font-weight: bold;
  color: #353b8d;
  text-decoration: none;
  padding: 10px;
  border-top: #fff 1px solid;
  border-bottom: #dedfe0 1px solid;
  display: block;
  background: #f6f7f8;
}

.main_research .mr_nav>.mr_nav_in>ul>li>a:hover {
  background: #eef3f8;
}

.main_research .mr_nav>.mr_nav_in>ul>li:first-child>a {
  border-top: none;
}

.main_research .mr_nav>.mr_nav_in>ul>li>a span {
  font-size: 10px;
  font-size: 1.0rem;
  display: block;
}

.main_research .mr_nav li li a {
  color: #444;
  text-decoration: none;
  padding: 10px;
  border-bottom: #dedfe0 1px dotted;
  display: block;
  position: relative;
}

.main_research .mr_nav li li a:hover {
  background: #f6f7f8;
}

.main_research .mr_nav li li a:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  color: #c2143d;
  margin: auto;
  margin-right: 5px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "\f105";
  position: absolute;
}

.main_research .mr_cts {
  margin-left: 255px;
}

.main_research .reed_txt {
  padding-bottom: 15px;
}

.main_research .reed_txt2 {
  padding-bottom: 50px;
}

.main_research .txt_bg_ylw {
  background: #fffcc5;
}

.main_research .pic_1clm {
  text-align: center;
  padding-bottom: 15px;
}

.main_research .pic_1clm img {
  max-width: 100%;
}

.main_research .pic_1clm.smlpic img {
  max-width: 75%;
}

.main_research .reddot_list dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.main_research .reddot_list dd {
  line-height: 1.7;
  padding-left: 15px;
}

.main_research .reddot_list dd:before {
  font-size: 10px;
  font-size: 1.0rem;
  color: #b91134;
  text-indent: -15px;
  padding-top: 4px;
  display: block;
  content: "●";
  position: absolute;
}

.main_research .reddot_list dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.main_research .grydot_list li {
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -1px;
  padding: 4px 0 4px 18px;
  border-top: 1px dotted #c6c8ca;
  border-bottom: 1px dotted #c6c8ca;
}

.main_research .grydot_list li:before {
  color: #bfbfbf;
  text-indent: -18px;
  display: block;
  content: "●";
  position: absolute;
}

.main_research .bledot_list li {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 17px;
}

.main_research .bledot_list li:before {
  font-size: 12px;
  font-size: 1.2rem;
  color: #adc0d4;
  text-indent: -17px;
  padding-top: 3px;
  display: block;
  content: "●";
  position: absolute;
}

.main_research .tbl01 {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  width: 100%;
}

.main_research .tbl01 th,
.main_research .tbl01 td {
  font-weight: normal;
  padding: 5px 15px;
  border: 1px solid #d8d8d8;
}

.main_research .tbl01 .bg_pnk {
  background: #ffbbca;
}

.main_research .tbl01 .bg_ble {
  background: #c5dcf2;
}

.main_research .tbl01 .bg_lble {
  background: #eff5fb;
}

.main_research .tbl01 td {
  background: #fff;
}

.main_research .source01 {
  line-height: 1.5;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
}

.main_research .source01 dt {
  font-weight: bold;
}

.main_research .source01 dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.main_research .source01 dd a {
  font-size: 10px;
  font-size: 1.0rem;
}

.main_research .clearfix img.fr {
  margin: 0 0 10px 20px;
}

.main_research .rd_about01 {
  padding-bottom: 40px;
  padding-top: 20px;
  margin-top: -20px;
}

.main_research .rd_about01 h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #353b8d;
  margin: 6px 0 30px;
  padding: 8px 10px 8px 95px;
  background: #f6f7f8;
  position: relative;
}

.main_research .rd_about01 h4:after {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -6px;
  left: 10px;
  display: block;
  background: #353b8d url(../../cgi-image/150/1.png) no-repeat center center;
  content: " ";
  position: absolute;
}

.main_research .rd_about01 h5 {
  margin-bottom: 15px;
}

.main_research .rd_about01>div {
  padding: 0 15px 15px;
}

.main_research .rd_about02 {
  box-shadow: 0 0 0 3px #eff5fb;
  margin: 3px 3px 40px;
  padding: 0 15px 10px;
  border: 10px solid #fff;
  background: url(../../cgi-image/170/1.jpg);
}

.main_research .rd_about02 h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #353b8d;
  margin: 6px -28px 30px;
  padding: 8px 10px 8px 95px;
  background: #f6f7f8;
  position: relative;
}

.main_research .rd_about02 h4:after {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -6px;
  left: 10px;
  display: block;
  background: #353b8d url(../../cgi-image/152/1.png) no-repeat center center;
  content: " ";
  position: absolute;
}

.main_research .rd_about02 h5 {
  margin-bottom: 12px;
}

.main_research .rd_about02>div {
  padding: 0 12px 20px;
}

.main_research .rd_action {
  padding-bottom: 50px;
}

.main_research .rd_action h4 {
  border-radius: 2px;
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  background: #353b8d;
}

.main_research .rd_action h4 img {
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
}

.main_research .result_txt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #bb1236;
  text-align: center;
  padding: 20px 0 15px;
}

.main_research .rd_action h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #bb1236;
}

.main_research .rd_action .reed_txt {
  margin-bottom: 10px;
  padding: 0 15px 10px 15px;
  border-bottom: 1px dotted #d8d8d8;
}

.main_research .result {
  padding: 0 0 15px 15px;
}

.main_research .result dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 2px 18px;
  position: relative;
}

.main_research .result dt:before {
  width: 10px;
  height: 3px;
  top: 14px;
  left: 0;
  display: block;
  background: #d8d8d8;
  content: "";
  position: absolute;
}

.main_research .result dd {
  padding: 0 15px 5px 34px;
  position: relative;
}

.main_research .result dd:before {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c3c3c3;
  top: 1px;
  left: 15px;
  display: block;
  content: "●";
  position: absolute;
}

.main_research .source02 {
  font-size: 12px;
  font-size: 1.2rem;
}

.main_research .source02 dt {
  font-weight: bold;
  padding-left: 15px;
  position: absolute;
}

.main_research .source02 dd {
  padding: 0 0 15px 65px;
}

.main_research .source03 {
  border-radius: 5px;
  margin: 0 15px 15px;
  padding: 15px;
  border: 2px solid #eff5fb;
}

.main_research .source03 dt {
  font-weight: bold;
}

.main_research .source03 dd {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0 0;
}

.main_research .att_txt {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 15px 15px 32px;
}

/* mr_imd */
#mr_imd {}

#mr_imd .rd_about01 .reddot_list {
  padding-bottom: 30px;
}

#mr_imd .rd_about01 .grydot_list {
  padding-top: 1px;
  overflow: hidden;
}

#mr_imd .rd_about01 .grydot_list li {
  margin-right: 10px;
  width: 47%;
  float: left;
}

#mr_imd .w_max li {
  width: 100% !important;
  float: none !important;
}

#mr_imd .rd_about02 .bledot_list {
  padding-bottom: 15px;
  overflow: hidden;
}

#mr_imd .rd_about02 .bledot_list li {
  width: 50%;
  float: left;
}

#mr_imd .rd_about02 .reed_txt span.txt12 {
  line-height: 1.8;
  display: block;
}

#mr_imd .rd_about02 .tbl01 {
  margin-bottom: 15px;
}

#mr_imd .blue_txt {
  color: #353b8d;
}

#mr_imd .txt_red {
  color: #cf4242;
}

/*  Groupinformation
-----------------------------------------------------------------------------*/
/* philosophy */
#message {
  padding: 0 0 80px;
  overflow: hidden;
}

#message .st02 {
  margin-bottom: 25px;
}

#message .pic_box {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 30px 0 0;
  float: left;
}

#message .pic_box img {
  margin-bottom: 5px;
}

#philosophy #cont01 {
  margin: 40px 0 60px;
}

#philosophy #cont01 dl {
  margin: 0 20px 20px;
}

#philosophy #cont01 dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #C2143D;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #C2143D;
  width: 250px;
  position: absolute;
}

#philosophy #cont01 dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 0 20px 290px;
}

#philosophy #cont02 {
  overflow: hidden;
}

#philosophy #cont02 dl {
  box-sizing: border-box;
  color: #333;
  padding: 0 1px;
  width: 33.3%;
  float: left;
}

#philosophy #cont02 dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  background: #e5eff0;
}

#philosophy #cont02 dt i {
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1ba9bd;
  line-height: 65px;
  text-align: center;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
}

#philosophy #cont02 dd {
  padding: 5px 35px 30px;
  z-index: 0;
  background: #e5eff0;
  position: relative;
}

#philosophy .vision p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

#philosophy .vision h4 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1ba9bd;
  text-align: center;
  padding: 5px 0 15px;
}

/* csr */
#csr h4.stitle02 {
  border-bottom: none;
}

#csr #cont01,
#csr #cont02 {
  padding: 35px 50px;
}

#csr #cont01 h4,
#csr #cont02 h4 {
  margin-bottom: 15px;
}

#csr #cont01 p.btn01 {
  padding-top: 15px;
}

#csr #cont02 dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #C2143D;
  padding: 30px 0 0;
}

#csr #cont02 dt i {
  margin-right: 7px;
}

#csr #cont02 dd {
  margin-top: 5px;
  padding: 20px;
  background: #f6f7f8;
  overflow: hidden;
}

#csr #cont02 dd .fr {
  margin: 0 0 10px 40px;
}

#csr #cont02 dd .fr span {
  font-size: 10px;
  font-size: 1.0rem;
  display: block;
}

#csr #cont02 dd ol li {
  text-indent: -40px;
  padding-left: 40px;
}

#csr #cont02 dd .pic_box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  overflow: hidden;
}

#csr #cont02 dd .align_c {
  padding-top: 10px;
}

#csr #cont02 dd .align_c img {
  max-width: 100%;
}

/* cultural */
#culture {
  overflow: hidden;
}

#museum {
  margin: 20px 0 30px;
  overflow: hidden;
}

#museum dl {
  padding: 0 50px;
}

#museum dt {
  font-size: 22px;
  font-size: 2.2rem;
  color: #C2143D;
  line-height: 32px;
  position: absolute;
}

#museum dd {
  padding: 0 0 0 150px;
}

#museum img {
  margin: 0 0 15px;
}

#culture ul {
  overflow: hidden;
}

#culture li {
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
  width: 50%;
  float: left;
}

#culture li:nth-child(odd) {
  padding-right: 15px;
}

#culture li:nth-child(even) {
  padding-left: 15px;
}

#culture li img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

#culture li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
}

#culture li p span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 10px;
  padding: 0 5px;
  display: inline-block;
  background: #C2143D;
}

#culture .about {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 50px;
  border: solid 3px #C6C8CA;
  overflow: hidden;
}

#culture .about img {
  margin: 30px 0 0;
  float: left;
}

#culture .about p,
#culture .about dl {
  margin-left: 230px;
}

#culture .about p a {
  font-size: 12px;
  font-size: 1.2rem;
}

#culture .about dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  margin-top: 10px;
  border-bottom: dotted 1px #C6C8CA;
}

#culture .about dt {
  padding: 10px 0;
  position: absolute;
}

#culture .about dd {
  padding: 10px 0 10px 90px;
  border-top: dotted 1px #C6C8CA;
}

/* overview */
#overview #cont01 {
  margin: 30px 0 80px;
}

#overview #cont02 .anchor_link {
  margin-bottom: 30px;
}

#overview #cont02 .anchor_link li {
  width: 33.3%;
}

#overview #cont02>div {
  margin: 0 -15px 20px;
  padding-top: 10px;
  overflow: hidden;
}

#overview #cont02 dl {
  box-sizing: border-box;
  margin: 0 0 25px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  width: 50%;
  background: #f5f5f5;
  float: left;
  position: relative;
}

#overview #cont02 dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #444;
  margin: 15px 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c2143d;
}

#overview #cont02 dd {
  padding: 15px 20px;
}

#overview #cont02 dd>img {
  margin: -16px 0 5px;
  width: 100%;
}

#overview #cont02 dd a.btn02 {
  margin: 10px 0;
}

/* about */
#about #cont01 {
  margin-bottom: 50px;
  overflow: hidden;
}

#about #cont01>img {
  margin: 0 0 10px 40px;
  float: right;
}

#about #cont01 .catch_txt img {
  margin-left: -10px;
  width: 400px;
}

#about #cont02 dl.tbl01 {
  margin-top: -5px;
  overflow: hidden;
}

#about #cont02 dl.tbl01 dd {
  margin-top: -1px;
}

/* history */
#history dl {
  border-bottom: solid 1px #c6c8ca;
  background: #F6F7F8;
}

#history dt {
  text-indent: 20px;
  padding: 20px 0;
  border-top: solid 1px #c6c8ca;
  width: 200px;
  position: absolute;
}

#history dd {
  margin-left: 200px;
  padding: 20px;
  border-top: solid 1px #c6c8ca;
  background: #fff;
}

#history dd p {
  padding: 5px 0;
}

#history dd .small_pic img {
  width: 320px;
  height: auto;
}

/* video */
#video {}

#video h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  padding: 25px 0 35px;
  position: relative;
}

#video h3::after {
  margin: auto;
  width: 112px;
  height: 3px;
  right: 0;
  left: 0;
  bottom: 28px;
  background: #c2143d;
  content: " ";
  position: absolute;
}

#video .cont0101 {
  padding: 30px 0 40px;
  background: #e6e6e6;
}

#video h4.video_title {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  vertical-align: text-bottom;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 640px;
}

#video h4.video_title span.number {
  font-size: 30px;
  vertical-align: text-bottom;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  display: inline-block;
}

#video h4.video_title span.time {
  font-size: 12px;
}

#video iframe {
  margin: 0 auto;
  width: 640px;
  display: block;
}

#video .cont0102 {
  margin: 0 auto;
  padding: 45px 0 20px;
  width: 640px;
  position: relative;
}

#video .cont0102::after {
  margin: auto;
  border-top: 20px solid #e6e6e6;
  border-bottom: 20px solid transparent;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  content: " ";
  position: absolute;
}

#video .cont0102 h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #c2143d;
  width: 200px;
}

#video .cont0102 ul {
  margin: 10px -25px 0;
  overflow: hidden;
}

#video .cont0102 li {
  box-sizing: border-box;
  padding: 0 25px 30px;
  width: 50%;
  float: left;
}

#video .cont0102 li p {
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.4;
  padding-bottom: 10px;
}

#video .cont0102 li p:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  content: "\f144";
}

#video .cont0102 li a {
  color: #000;
  text-decoration: none;
  display: block;
}

#video .cont02 {
  padding: 30px 0 40px;
  background: #dfeeee;
}

/*  Business
-----------------------------------------------------------------------------*/
.business_about .box {
  margin-bottom: 40px;
  overflow: hidden;
}

.business_about .box p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #c2143d;
  line-height: 34px;
  margin-top: 40px;
  padding: 25px 30px 5px;
  padding-bottom: 10px;
  background: #f6f7f8;
  overflow: hidden;
  position: relative;
}

.business_about#food .box p {
  color: rgba(230, 0, 18, 1);
}

.business_about#health .box p {
  color: rgba(238, 119, 0, 1);
}

.business_about#cosmetic .box p {
  color: rgba(233, 83, 137, 1);
}

.business_about#pharmaceutical .box p {
  color: rgba(1, 169, 228, 1);
}

.business_about#functional .box p {
  color: rgba(144, 190, 61, 1);
}

.business_about#overseas .box p {
  color: rgba(57, 84, 184, 1);
}

.business_about#livingmap .box p {
  color: rgba(80, 80, 100, 1);
}

.business_about#enzymes .box p {
  color: #b861a2;
}

.business_about .box p span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2143d;
  z-index: 3;
  display: block;
  position: relative;
}

.business_about .box p span small {
  font-size: 20px;
  display: block;
}

.business_about#food .box p span {
  border-bottom: 1px solid rgba(230, 0, 18, 1);
}

.business_about#health .box p span {
  border-bottom: 1px solid rgba(238, 119, 0, 1);
}

.business_about#cosmetic .box p span {
  border-bottom: 1px solid rgba(233, 83, 137, 1);
}

.business_about#pharmaceutical .box p span {
  border-bottom: 1px solid rgba(1, 169, 228, 1);
}

.business_about#functional .box p span {
  border-bottom: 1px solid rgba(144, 190, 61, 1);
}

.business_about#overseas .box p span {
  border-bottom: 1px solid rgba(57, 84, 184, 1);
}

.business_about#livingmap .box p span {
  border-bottom: 1px solid rgba(80, 80, 100, 1);
}

.business_about .box img.fl {
  margin: 0 35px 10px 0;
}

.business_about .box img.fr {
  margin: 0 0 10px 35px;
}

.business_about .box img.fl,
.business_about .box img.fr {
  z-index: 3;
  position: relative;
}

.business_about .box>div {
  padding: 5px 30px 30px;
  background: #f6f7f8;
  overflow: hidden;
}

.business_about .box .another_link {
  background: #f6f7f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.business_about .box .another_link dd {
  width: 65%;
}

.business_about .box .another_link dt {
  width: 30%;
}

.business_about .box .another_link dt a {
  padding: 20px 0;
  border: 1px solid #c2143d;
  display: block;
  font-size: 1.4rem;
  color: #c2143d;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  line-height: 1.6;
}

.business_about .box .another_link dt a:hover {
  color: #fff;
  background: #c2143d;
}

.business_about .overseas_st {
  font-size: 24px;
  font-size: 2.4rem;
  color: #c2143d;
  line-height: 34px;
  text-align: center;
  padding-bottom: 20px;
}

.business_about .cntct_box {
  padding: 20px 20px 0;
  background: #f7e8ec;
}

.business_about .cntct_box h4 {
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 370px;
  background: #c2143d;
  position: absolute;
}

.business_about .cntct_box h4:after {
  border: 10px solid transparent;
  border-left: 10px solid #c2143d;
  width: 0;
  height: 0;
  top: 42px;
  right: -17px;
  display: block;
  content: " ";
  position: absolute;
}

.business_about .cntct_box h4 span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 100px 0;
  padding-top: 5px;
  border-top: 1px solid #ffdae3;
  display: block;
}

.business_about .cntct_box p {
  text-align: center;
  margin-left: 400px;
}

.business_about .cntct_box p.cate {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c2143d;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c2143d;
}

.business_about .cntct_box p.tel {
  font-size: 34px;
  font-size: 3.4rem;
}

.business_about .cntct_box p.tel i {
  font-size: 32px;
  font-size: 3.2rem;
  color: #c2143d;
  margin-right: 8px;
}

.business_about .cntct_box p.tel span {
  font-size: 20px;
  font-size: 2.0rem;
}

.business_about .cntct_box ul {
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: solid 20px #f7e8ec;
  background: #fff;
}

.business_about .cntct_box ul li {
  padding: 0 20px 10px;
  display: inline-block;
}

.business_about .cntct_box ul li {
  display: inline-block;
}

.business_about .cntct_box ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
}

.business_about .cntct_box ul li a:hover {
  color: #c2143d;
}

.business_about .cntct_box ul li a i {
  font-size: 20px;
  font-size: 2.0rem;
  color: #c2143d;
  margin-right: 5px;
}

.business_about .cntct_box02 {
  padding: 20px 20px 0;
  background: #f7e8ec;
}

.business_about .cntct_box02 h4 {
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 370px;
  background: #c2143d;
  position: absolute;
}

.business_about .cntct_box02 h4:after {
  border: 10px solid transparent;
  border-left: 10px solid #c2143d;
  width: 0;
  height: 0;
  top: 42px;
  right: -17px;
  display: block;
  content: " ";
  position: absolute;
}

.business_about .cntct_box02 h4 span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 100px 0;
  padding-top: 5px;
  border-top: 1px solid #ffdae3;
  display: block;
}

.business_about .cntct_box02 p {
  text-align: center;
  margin-left: 400px;
}

.business_about .cntct_box02 p.cate {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c2143d;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c2143d;
}

.business_about .cntct_box02 p.tel {
  font-size: 34px;
  font-size: 3.4rem;
  vertical-align: middle;
}

.business_about .cntct_box02 p.tel.align_l {
  text-align: left;
}

.business_about .cntct_box02 p.tel i {
  font-size: 32px;
  font-size: 3.2rem;
  color: #c2143d;
  margin-right: 8px;
}

.business_about .cntct_box02 p.tel span {
  font-size: 20px;
  font-size: 2.0rem;
}

.business_about .cntct_box02 p.tel a {
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c2143d;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  margin-left: 20px;
  padding: 5px 0;
  border: 1px solid #c2143d;
  width: 150px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
}

.business_about .cntct_box02 p.tel a i {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c2143d;
}

.business_about .cntct_box02 p.tel a:hover {
  color: #fff;
  background: #c2143d;
}

.business_about .cntct_box02 p.tel a:hover i {
  color: #fff;
}

.business_about .cntct_box02 .site_list {
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: solid 20px #f7e8ec;
  background: #fff;
}

.business_about .cntct_box02 .site_list p {
  font-weight: bold;
  color: #c2143d;
  padding: 2px 10px;
  margin: 0 10px;
  display: inline-block;
  background: #f7e8ec;
}

.business_about .cntct_box02 ul {
  display: inline-block;
}

.business_about .cntct_box02 ul li {
  padding: 0 15px 10px;
  display: inline-block;
}

.business_about .cntct_box02 ul li {
  display: inline-block;
}

.business_about .cntct_box02 ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
}

.business_about .cntct_box02 ul li a:hover {
  color: #c2143d;
}

.business_about .cntct_box02 ul li a i {
  font-size: 20px;
  font-size: 2.0rem;
  color: #c2143d;
  margin-right: 5px;
}

.business_about .other_item {
  font-family: 'Noto Sans Japanese', sans-serif;
  padding: 30px 0 80px;
}

.business_about .other_item h5 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
}

.business_about .other_item h5:after {
  margin: auto;
  width: 100%;
  height: 1px;
  z-index: -5;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: #aaa;
  content: " ";
  position: absolute;
}

.business_about .other_item h5>span {
  padding: 0 30px;
  display: inline-block;
  background: #fff;
}

.business_about .other_item h5 span span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(230, 0, 18, 1);
  line-height: 1;
  display: block;
}

.business_about .other_item ul {
  margin: 20px -5px 0;
  overflow: hidden;
}

.business_about .other_item li {
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: rgba(230, 0, 18, 1);
  text-align: center;
  padding: 20px 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 10px solid #fff;
  width: 25%;
  background: #f6f7f8;
  float: left;
}

/* livingmap */
#livingmap .sp {
  display: none;
}

#livingmap .catch_box {
  margin: 0 auto;
  padding: 70px 0 80px;
  width: 740px;
}

#livingmap .catch_box h3 {
  letter-spacing: 0.05em;
  top: 0;
}

#livingmap .catch_box h3 span {
  letter-spacing: 0.15em;
}

#livingmap .mapinfo {
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  background: #f6f7f8;
}

#livingmap #map_area {
  border-radius: 5px;
  margin: 20px 0 0;
  height: 612px;
  background: url(../../cgi-image/353/1.png) no-repeat 0 0 #fff;
  background-size: 1000px auto;
}

#livingmap #map_area ul {
  position: relative;
}

#livingmap #map_area li {
  position: absolute;
}

#livingmap #map_area li:nth-of-type(1) {
  top: 280px;
  left: 100px;
}

#livingmap #map_area li:nth-of-type(2) {
  top: 530px;
  left: 320px;
}

#livingmap #map_area li:nth-of-type(3) {
  top: 70px;
  left: 410px;
}

#livingmap #map_area li:nth-of-type(4) {
  top: 160px;
  left: 120px;
}

#livingmap #map_area li:nth-of-type(5) {
  top: 270px;
  left: 660px;
}

#livingmap #map_area li:nth-of-type(6) {
  top: 490px;
  left: 110px;
}

#livingmap #map_area li:nth-of-type(7) {
  top: 100px;
  left: 260px;
}

#livingmap #map_area li:nth-of-type(8) {
  top: 420px;
  left: 390px;
}

#livingmap #map_area li:nth-of-type(9) {
  top: 270px;
  left: 830px;
}

#livingmap #map_area li:nth-of-type(10) {
  top: 290px;
  left: 550px;
}

#livingmap #map_area li:nth-of-type(11) {
  top: 340px;
  left: 920px;
}

#livingmap #map_area li:nth-of-type(12) {
  top: 530px;
  left: 620px;
}

#livingmap #map_area li:nth-of-type(13) {
  top: 150px;
  left: 800px;
}

#livingmap #map_area li:nth-of-type(14) {
  top: 510px;
  left: 770px;
}

#livingmap #map_area li:nth-of-type(15) {
  top: 110px;
  left: 690px;
}

#livingmap #map_area a {
  box-sizing: border-box;
  display: block;
  position: relative;
}

#livingmap #map_area img {
  transition: all 0.2s ease 0s;
  width: 100px;
  top: -50px;
  left: -50px;
  position: absolute;
}

#livingmap #map_area a:hover {
  padding: 0;
}

#livingmap #map_area a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition: all 0.2s ease 0s;
  width: 200px;
  z-index: 9999;
  top: -100px;
  left: -100px;
}

/* overseas */
#overseas .map {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

#overseas .map img {
  width: 100%;
}

#overseas .map dl {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 190px;
  z-index: 5;
  background: rgba(241, 0, 54, 0.1);
  position: absolute;
}

#overseas .map dl.europe {
  top: 10px;
  left: 50px;
}

#overseas .map dl.asia_ne {
  top: 30px;
  left: 260px;
  width: 200px;
}

#overseas .map dl.asia_es {
  top: 350px;
  left: 170px;
}

#overseas .map dl.japan {
  top: 220px;
  left: 470px;
}

#overseas .map dl.america_n {
  top: 30px;
  left: 620px;
}

#overseas .map dl.other {
  top: 285px;
  left: 720px;
}

#overseas .map dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #c2143e;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2143e;
}

.business_about .overseas_st {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px 0 10px;
}

.business_about .w_group_list {
  margin: 0 -10px;
  padding: 10px 0 15px;
  overflow: hidden;
}

.business_about .w_group_list div {
  width: 50%;
  float: left;
}

.business_about .w_group_list dl {
  box-sizing: border-box;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 10px 15px;
  padding: 15px;
  border: 1px solid #ccc;
}

.business_about .w_group_list dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 20px;
  border-bottom: 3px solid #c2143e;
}

.business_about .w_group_list dd {
  padding: 20px 25px 10px;
}

.business_about .w_group_list .add {
  line-height: 1.5;
}

.business_about .w_group_list .url {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}

.business_about .w_group_list .url a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  text-decoration: none;
}

.business_about .w_group_list .url a i {
  color: #c2143e;
  margin-right: 10px;
}

.business_about .w_group_list .url a:hover {
  color: #c2143e;
}

/*  recruit
-----------------------------------------------------------------------------*/
.rcrt_title01 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}

.rcrt_title01 a {
  color: #222;
  text-decoration: none;
  display: block;
}

.rcrt_title01 a:hover {
  opacity: 0.5;
}

.rcrt_title01 span.first {
  color: #1d68ca;
}

.rcrt_title01 span.en_txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

.rcrt_title02 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  padding: 13px 0;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.rcrt_btn_entry {
  text-align: center;
}

.rcrt_btn_entry a {
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 30px;
  border: 6px solid #d6e4f5;
  width: 205px;
  height: 205px;
  z-index: 2;
  display: inline-block;
  background: #1d68ca;
  overflow: hidden;
  position: relative;
}

.rcrt_btn_entry a,
.rcrt_btn_entry a:after {
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rcrt_btn_entry a:hover {
  color: #006fff;
  border: 6px solid #006fff;
}

.rcrt_btn_entry a:after {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
}

.rcrt_btn_entry a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
}

.rcrt_btn_entry a span {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: -0.3px;
  line-height: 1.2;
  padding: 14px 0 5px;
  display: block;
}

.rcrt_btn_entry a i {
  font-size: 30px;
  font-size: 3.0rem;
  display: block;
}

.rcrt_btn_back {
  text-align: center;
}

.rcrt_btn_back a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  text-align: center;
  text-decoration: none;
  padding: 7px 0;
  border: 1px solid #000;
  width: 265px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.rcrt_btn_back a:after {
  font-family: FontAwesome;
  font-size: 30px;
  font-size: 3.0rem;
  color: #222;
  height: 35px;
  top: -5px;
  left: 15px;
  display: block;
  content: "\f104 ";
  position: absolute;
}

.rcrt_btn_back a:hover {
  color: #fff;
  background: #000;
}

.rcrt_btn_back a:hover:after {
  color: #fff;
}

#recruit .txt_bg_b {
  background: #cdfbfa;
}

/* recruit */
#recruit .main {
  background: url(../../cgi-image/181/1.jpg) no-repeat center top;
  background-size: cover;
}

#recruit .main h3 {
  margin: 0 auto;
  padding: 55px 0 104px;
  width: 1000px;
}

#recruit .anc_nav,
#rcrt_senior .anc_nav {
  margin: -20px auto 0;
  padding-bottom: 25px;
  width: 1020px;
  overflow: hidden;
}

#recruit .anc_nav li,
#rcrt_senior .anc_nav li {
  width: 33.3%;
  float: left;
}

#recruit .anc_nav a,
#rcrt_senior .anc_nav a {
  border-radius: 2px;
  color: #222;
  text-align: center;
  text-decoration: none;
  margin: 0 10px;
  padding: 7px 0 5px;
  border: 1px solid #9bacb7;
  display: block;
  background: #fff url(../../cgi-image/193/1.png) no-repeat 96% center;
}

#recruit .anc_nav a:hover,
#rcrt_senior .anc_nav a:hover {
  background: #eef8fe url(../../cgi-image/193/1.png) no-repeat 96% center;
}

#recruit .btn_box {
  text-align: center;
}

#recruit .btn_box p {
  margin: 0 30px;
  display: inline-block;
}

#recruit .btn_box a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  text-align: center;
  text-decoration: none;
  padding: 7px 0;
  border: 1px solid #000;
  width: 265px;
  display: block;
  overflow: hidden;
  position: relative;
}

#recruit .btn_box a:after {
  vertical-align: middle;
  border-top: 15px solid #000;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: -15px;
  content: "";
  position: absolute;
}

#recruit .btn_box a:hover {
  color: #fff;
  background: #000;
}

#recruit .btn_box a:hover:after {
  border-top: 15px solid #fff;
}

#recruit #requirements_box {
  padding: 55px 0;
  background: url(../../cgi-image/183/1.jpg) no-repeat center top;
  background-size: cover;
}

#recruit #requirements_box .catch {
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d68ca;
  text-align: center;
  margin: 30px auto 40px;
  padding: 15px 20px 30px;
  width: 900px;
  position: relative;
}

#recruit #requirements_box .catch:before,
#recruit #requirements_box .catch:after,
#recruit #requirements_box .catch div:before,
#recruit #requirements_box .catch div:after {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
}

#recruit #requirements_box .catch:before {
  border-top: 1px solid #3a3b3b;
  border-left: 1px solid #3a3b3b;
  top: 0;
  left: 0;
}

#recruit #requirements_box .catch:after {
  border-top: 1px solid #3a3b3b;
  border-right: 1px solid #3a3b3b;
  top: 0;
  right: 0;
}

#recruit #requirements_box .catch div:before {
  border-bottom: 1px solid #3a3b3b;
  border-left: 1px solid #3a3b3b;
  left: 0;
  bottom: 0;
}

#recruit #requirements_box .catch div:after {
  border-bottom: 1px solid #3a3b3b;
  border-right: 1px solid #3a3b3b;
  right: 0;
  bottom: 0;
}

#recruit #requirements_box .catch p {
  font-size: 24px;
  font-size: 2.4rem;
}

#recruit #requirements_box>p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 55px;
}

#recruit #senior_box {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
}

#recruit #senior_box>p {
  font-size: 20px;
  font-size: 2.0rem;
  color: #1d68ca;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 30px;
  width: 900px;
  display: block;
}

#recruit #senior_box>p>span {
  display: inline-block;
  position: relative;
}

#recruit #senior_box>p span span {
  padding: 8px 15px 5px 20px;
  display: inline-block;
  position: relative;
}

#recruit #senior_box>p>span:before,
#recruit #senior_box>p>span:after,
#recruit #senior_box>p span span:before,
#recruit #senior_box>p span span:after {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
}

#recruit #senior_box>p>span:before {
  border-top: 1px solid #3a3b3b;
  border-left: 1px solid #3a3b3b;
  top: 0;
  left: 0;
}

#recruit #senior_box>p>span:after {
  border-top: 1px solid #3a3b3b;
  border-right: 1px solid #3a3b3b;
  top: 0;
  right: 0;
}

#recruit #senior_box>p span span:before {
  border-bottom: 1px solid #3a3b3b;
  border-left: 1px solid #3a3b3b;
  left: 0;
  bottom: 0;
}

#recruit #senior_box>p span span:after {
  border-bottom: 1px solid #3a3b3b;
  border-right: 1px solid #3a3b3b;
  right: 0;
  bottom: 0;
}

#recruit #senior_box h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
  padding: 20px 0 18px;
  border-top: 1px solid #a6a6a6;
}

#recruit #senior_box .research h5 {
  color: #44099d;
}

#recruit #senior_box .technology h5 {
  color: #1699b1;
}

#recruit #senior_box .sales h5 {
  color: #529d09;
}

#recruit #senior_box .quality h5 {
  color: #346eb5;
}

#recruit #senior_box .admin h5 {
  color: #323079;
}

#recruit #senior_box .st_btn {
  text-align: right;
  margin: -48px 0 22px;
}

#recruit #senior_box .st_btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  text-decoration: none;
  padding: 2px 30px 2px 12px;
  display: inline-block;
  position: relative;
}

#recruit #senior_box .st_btn a:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  top: -3px;
  right: 10px;
  display: block;
  content: "\f105";
  position: absolute;
}

#recruit #senior_box .research .st_btn a {
  background: #eeeaf3;
}

#recruit #senior_box .research .st_btn a:hover {
  background: #e8dafa;
}

#recruit #senior_box .sales .st_btn a {
  background: #f1f5ec;
}

#recruit #senior_box .sales .st_btn a:hover {
  background: #d9f1bc;
}

#recruit #senior_box .quality .st_btn a {
  background: #346eb5;
}

#recruit #senior_box .quality .st_btn a:hover {
  background: #346eb5;
}

#recruit #senior_box .catch {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0 10px;
}

#recruit #senior_box .research .catch {
  background: url(../../cgi-image/185/1.png) no-repeat center bottom;
}

#recruit #senior_box .technology .catch {
  background: url(../../cgi-image/187/1.png) no-repeat center bottom;
}

#recruit #senior_box .sales .catch {
  background: url(../../cgi-image/189/1.png) no-repeat center bottom;
}

#recruit #senior_box .quality .catch {
  background: url(../../cgi-image/634/1.png) no-repeat center bottom;
}

#recruit #senior_box .admin .catch {
  background: url(../../cgi-image/191/1.png) no-repeat center bottom;
}

#recruit #senior_box ul {
  margin: 0 -5px;
  padding-bottom: 78px;
  overflow: hidden;
}

#recruit #senior_box li {
  box-sizing: border-box;
  padding: 0 5px 10px;
  width: 202px;
  float: left;
}

#recruit #senior_box li a {
  box-sizing: border-box;
  color: #222;
  text-align: center;
  text-decoration: none;
  padding: 0 20px 15px;
  border-style: solid;
  border-width: 1px;
  display: block;
  overflow: hidden;
  position: relative;
}

#rcrt_senior ul.anc_nav2 {
  padding-bottom: 25px;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}

#rcrt_senior ul.anc_nav2 li {
  padding: 0;
  width: 185px;
  float: none;
}

#rcrt_senior ul.anc_nav2 li a {
  padding: 7px 0 5px;
  margin: 0;
}

#rcrt_senior ul.anc_nav2 li a.c01 {
  color: #44099d;
  background: #fff url(../../cgi-image/635/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c01:hover {
  background: #eef8fe url(../../cgi-image/635/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c02 {
  color: #1699b1;
  background: #fff url(../../cgi-image/636/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c02:hover {
  background: #eef8fe url(../../cgi-image/636/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c03 {
  color: #529d09;
  background: #fff url(../../cgi-image/637/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c03:hover {
  background: #eef8fe url(../../cgi-image/637/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c04 {
  color: #346eb5;
  background: #fff url(../../cgi-image/638/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c04:hover {
  background: #eef8fe url(../../cgi-image/638/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c05 {
  color: #323079;
  background: #fff url(../../cgi-image/639/1.png) no-repeat 96% center;
}

#rcrt_senior ul.anc_nav2 li a.c05:hover {
  background: #eef8fe url(../../cgi-image/639/1.png) no-repeat 96% center;
}

#recruit #senior_box .research li a {
  border-color: #44099d;
}

#recruit #senior_box .technology li a {
  border-color: #31afc6;
}

#recruit #senior_box .sales li a {
  border-color: #529d09;
}

#recruit #senior_box .quality li a {
  border-color: #346eb5;
}

#recruit #senior_box .admin li a {
  border-color: #514f8d;
}

#recruit #senior_box li a:after {
  vertical-align: middle;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  height: 0;
  right: -15px;
  bottom: 0;
  content: "";
  position: absolute;
}

#recruit #senior_box .research li a:after {
  border-bottom: 15px solid #44099d;
}

#recruit #senior_box .technology li a:after {
  border-bottom: 15px solid #31afc6;
}

#recruit #senior_box .sales li a:after {
  border-bottom: 15px solid #529d09;
}

#recruit #senior_box .quality li a:after {
  border-bottom: 15px solid #346eb5;
}

#recruit #senior_box .admin li a:after {
  border-bottom: 15px solid #514f8d;
}

#recruit #senior_box .research li a:hover {
  background: #e8dafa;
}

#recruit #senior_box .technology li a:hover {
  background: #d8f5fa;
}

#recruit #senior_box .sales li a:hover {
  background: #d9f1bc;
}

#recruit #senior_box .quality li a:hover {
  background: #e4effd;
}

#recruit #senior_box .admin li a:hover {
  background: #e7e6fa;
}

#recruit #senior_box li .year {
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  margin-bottom: 8px;
  padding: 3px 10px;
  display: inline-block;
}

#recruit #senior_box .research li .year {
  background: #8457c9;
}

#recruit #senior_box .technology li .year {
  background: #31afc6;
}

#recruit #senior_box .sales li .year {
  background: #6cac2e;
}

#recruit #senior_box .quality li .year {
  background: #346eb5;
}

#recruit #senior_box .admin li .year {
  background: #514f8d;
}

#recruit #senior_box li .year span {
  font-size: 14px;
  font-size: 1.4rem;
}

#recruit #senior_box li .name {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  border-bottom: 1px dotted #a1a1a1;
}

#recruit #senior_box .research li .name {
  color: #44099d;
}

#recruit #senior_box .technology li .name {
  color: #1699b1;
}

#recruit #senior_box .sales li .name {
  color: #72ac47;
}

#recruit #senior_box .quality li .name {
  color: #346eb5;
}

#recruit #senior_box .admin li .name {
  color: #494784;
}

#recruit #senior_box dt {
  font-size: 10px;
  font-size: 1.0rem;
  padding: 10px 0 2px;
}

#recruit #senior_box .research dt {
  color: #44099d;
}

#recruit #senior_box .technology dt {
  color: #1699b1;
}

#recruit #senior_box .sales dt {
  color: #72ac47;
}

#recruit #senior_box .quality dt {
  color: #346eb5;
}

#recruit #senior_box .admin dt {
  color: #494784;
}

#recruit #senior_box dd {
  font-size: 12px;
  font-size: 1.2rem;
}

#recruit #newemployee_box {
  margin-bottom: 40px;
  padding: 85px 0 70px;
  background: url(../../cgi-image/192/1.jpg) no-repeat center top;
  background-size: cover;
}

#recruit #newemployee_box>p {
  text-align: center;
  padding: 30px 0 50px;
}

#recruit .recruit_box {
  margin: 0 auto;
  padding: 50px 0;
  width: 1020px;
}

#recruit .recruit_box .anc_nav {
  margin: 30px 0 0;
}

#recruit .recruit_box .anc_nav a {
  padding: 20px 15px 25px;
  background: #fff;
  font-size: 16px;
}

#recruit .recruit_box .anc_nav a:hover {
  background: #cdfbfa;
}

#recruit .recruit_box .anc_nav a img {
  width: 75px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* requirements */
#rcrt_requirements {
  margin: 0 auto;
  width: 1000px;
}

#rcrt_requirements .rcrt_title01 {
  padding: 30px 0 20px;
}

#rcrt_requirements .box01 {
  padding: 24px 24px 40px;
}

#rcrt_requirements .box01 li {
  margin-bottom: 24px;
  border: 1px dotted #b3b3b3;
  overflow: hidden;
  position: relative;
}

#rcrt_requirements .box01 li:after {
  vertical-align: middle;
  border-top: 20px solid #b3b3b3;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: -20px;
  content: "";
  position: absolute;
}

#rcrt_requirements .box01 li a {
  color: #222;
  text-decoration: none;
  padding: 15px 35px 20px 28px;
  display: block;
  overflow: hidden;
}

#rcrt_requirements .box01 li>span {
  padding: 15px 35px 20px 28px;
  display: block;
  overflow: hidden;
}

#rcrt_requirements .box01 li a:hover {
  background: #eef8fe;
}

#rcrt_requirements .box01 .date {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 70px;
  float: left;
}

#rcrt_requirements .box01 dl {
  padding: 10px 80px 0 0;
  overflow: hidden;
}

#rcrt_requirements .box01 dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1d68ca;
}

#rcrt_requirements .box01 dd .map {
  font-size: 16px;
  font-size: 1.6rem;
}

#rcrt_requirements .box01 dd .map:before {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  color: #c8c8c8;
  margin-right: 10px;
  content: "\f041 ";
}

#rcrt_requirements .box01 .icon {
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin: auto;
  padding-top: 17px;
  width: 75px;
  height: 75px;
  top: 0;
  right: 22px;
  bottom: 0;
  position: absolute;
}

#rcrt_requirements .box01 .icon.event {
  background: #1d68ca;
}

#rcrt_requirements .box01 .icon.seminar {
  background: #3fabe9;
}

#rcrt_requirements .box02,
#rcrt_requirements .box03 {
  padding: 24px 24px 45px;
}

#rcrt_requirements .tbl01 {
  margin-bottom: 20px;
  width: 100%;
}

#rcrt_requirements .tbl01 th,
#rcrt_requirements .tbl01 td {
  padding: 35px 38px;
  border-bottom: 1px solid #fff;
}

#rcrt_requirements .tbl01 th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  width: 20%;
  background: #e0e6f0;
}

#rcrt_requirements .tbl01 td {
  background: #f4f6f9;
}

#rcrt_requirements .tbl01 td .st {
  color: #1d68ca;
  padding: 5px 0;
}

#rcrt_requirements .tbl01 td .btn {
  border-radius: 3px;
  color: #222;
  text-decoration: none;
  margin: 3px 0;
  padding: 2px 70px;
  border: 2px solid #9db8da;
  display: inline-block;
  background: #fff;
  position: relative;
}

#rcrt_requirements .tbl01 td .btn:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  color: #4e89d5;
  margin: auto;
  margin-right: 5px;
  height: 35px;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  content: "\f105";
  position: absolute;
}

#rcrt_requirements .tbl01 td .btn:hover {
  color: #fff;
  background: #9db8da;
}

#rcrt_requirements .tbl01 td .btn:hover:after {
  color: #fff;
}

#rcrt_requirements .data_none {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d68ca;
  text-align: center;
  padding: 50px 0;
  background: #f4f6f9;
}

#rcrt_requirements .box04 {
  padding: 30px 62px 45px;
}

#rcrt_requirements .box04 .txt_box {
  padding-bottom: 30px;
}

#rcrt_requirements .box04 .txt_red {
  color: #cf4242;
}

#rcrt_requirements .tbl02 {
  width: 100%;
  background: #f6f6f6;
}

#rcrt_requirements .tbl02 th,
#rcrt_requirements .tbl02 td {
  padding: 25px 42px 20px;
}

#rcrt_requirements .tbl02 th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-right: 1px dotted #565656;
  width: 22%;
}

#rcrt_requirements .tbl02 td {
  font-size: 16px;
  font-size: 1.6rem;
}

#rcrt_requirements .tbl02 td .telno {
  font-size: 30px;
  font-size: 3.0rem;
}

#rcrt_requirements .box04 .tbl02 {
  margin-bottom: 30px;
}

#rcrt_requirements .box04 .align_c,
#rcrt_requirements .box04 .align_c p {
  vertical-align: middle;
}

#rcrt_requirements .rcrt_btn_entry {
  padding: 0 20px 10px;
  display: inline-block;
}

#rcrt_requirements .rcrt_btn_back {
  margin-bottom: 60px;
}

/* senior */
#rcrt_senior {
  padding-top: 30px;
}

#rcrt_senior h4 {
  text-align: center;
  margin: 15px 0 0;
  padding: 120px 0 100px;
}

#rcrt_senior #research h4 {
  background: url(../../cgi-image/194/1.jpg) no-repeat center top;
  background-size: cover;
}

#rcrt_senior #technology h4 {
  background: url(../../cgi-image/196/1.jpg) no-repeat center top;
  background-size: cover;
}

#rcrt_senior #sales h4 {
  background: url(../../cgi-image/198/1.jpg) no-repeat center top;
  background-size: cover;
}

#rcrt_senior #quality h4 {
  background: url(../../cgi-image/646/1.jpg) no-repeat center top;
  background-size: cover;
}

#rcrt_senior #admin h4 {
  background: url(../../cgi-image/200/1.jpg) no-repeat center top;
  background-size: cover;
}

#rcrt_senior h4 span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  width: 260px;
  display: inline-block;
}

#rcrt_senior #research h4 span {
  background: #44099d;
}

#rcrt_senior #technology h4 span {
  background: #0da1bc;
}

#rcrt_senior #sales h4 span {
  background: #6cac2e;
}

#rcrt_senior #quality h4 span {
  background: #346eb5;
}

#rcrt_senior #admin h4 span {
  background: #323079;
}

#rcrt_senior .list_box {
  padding-bottom: 50px;
}

#rcrt_senior .senior_box {}

#rcrt_senior #research .senior_box.even {
  background: url(../../cgi-image/195/1.gif);
}

#rcrt_senior #technology .senior_box.even {
  background: url(../../cgi-image/197/1.gif);
}

#rcrt_senior #sales .senior_box.even {
  background: url(../../cgi-image/199/1.gif);
}

#rcrt_senior #quality .senior_box.even {
  background: url(../../cgi-image/647/1.gif);
}

#rcrt_senior #admin .senior_box.even {
  background: url(../../cgi-image/201/1.gif);
}

#rcrt_senior .senior_box h5 {
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 35px;
  width: 1000px;
}

#rcrt_senior #research .senior_box h5 {
  color: #44099d;
}

#rcrt_senior #technology .senior_box h5 {
  color: #1699b1;
}

#rcrt_senior #sales .senior_box h5 {
  color: #72ac47;
}

#rcrt_senior #quality .senior_box h5 {
  color: #346eb5;
}

#rcrt_senior #admin .senior_box h5 {
  color: #494784;
}

#rcrt_senior .senior_box .profile {
  margin: 0 auto;
  border-top: 1px solid #c3c3c8;
  border-bottom: 1px solid #c3c3c8;
  width: 1000px;
  overflow: hidden;
}

#rcrt_senior .senior_box .profile img {
  float: left;
}

#rcrt_senior .senior_box .profile dl {
  padding: 35px 40px 0;
  overflow: hidden;
}

#rcrt_senior .senior_box .profile dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
  padding-bottom: 5px;
}

#rcrt_senior .senior_box .profile dt span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 20px;
  padding: 0 15px;
  display: inline-block;
}

#rcrt_senior #research .senior_box .profile dt span {
  background: #7248b3;
}

#rcrt_senior #technology .senior_box .profile dt span {
  background: #44bcd2;
}

#rcrt_senior #sales .senior_box .profile dt span {
  background: #92cb68;
}

#rcrt_senior #quality .senior_box .profile dt span {
  background: #477dbf;
}

#rcrt_senior #admin .senior_box .profile dt span {
  background: #5553ae;
}

#rcrt_senior .senior_box .profile .in_year {
  font-weight: bold;
  display: inline-block;
}

#rcrt_senior #research .senior_box .profile .in_year {
  color: #44099d;
}

#rcrt_senior #technology .senior_box .profile .in_year {
  color: #1699b1;
}

#rcrt_senior #sales .senior_box .profile .in_year {
  color: #72ac47;
}

#rcrt_senior #quality .senior_box .profile .in_year {
  color: #346eb5;
}

#rcrt_senior #admin .senior_box .profile .in_year {
  color: #494784;
}

#rcrt_senior .senior_box .profile .in_year i {
  font-size: 18px;
  font-size: 1.8rem;
}

#rcrt_senior .senior_box .profile .school {
  padding-left: 30px;
  display: inline-block;
}

#rcrt_senior .senior_box .profile .school br {
  display: none;
}

#rcrt_senior .senior_box .comment {
  margin: 0 auto;
  padding: 40px 0;
  width: 1070px;
  overflow: hidden;
}

#rcrt_senior .senior_box .comment dl {
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  width: 465px;
  float: left;
}

#rcrt_senior .senior_box .comment dt {
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 10px;
}

#rcrt_senior #research .senior_box .comment dt {
  color: #44099d;
}

#rcrt_senior #technology .senior_box .comment dt {
  color: #1699b1;
}

#rcrt_senior #sales .senior_box .comment dt {
  color: #72ac47;
}

#rcrt_senior #quality .senior_box .comment dt {
  color: #346eb5;
}

#rcrt_senior #admin .senior_box .comment dt {
  color: #494784;
}

#rcrt_senior .senior_box .comment dd {
  overflow: hidden;
}

#rcrt_senior .senior_box .comment dd img {
  margin: 0 0 10px 15px;
  float: right;
}

/* newemployee */
#rcrt_newemployee {
  padding-top: 30px;
}

#rcrt_newemployee h3 {
  padding-bottom: 30px;
}

#rcrt_newemployee .list_box {
  padding-bottom: 30px;
}

#rcrt_newemployee .newemployee_box {
  padding: 65px 0 50px;
}

#rcrt_newemployee .newemployee_box.even {
  background: url(../../cgi-image/204/1.gif);
}

#rcrt_newemployee .newemployee_box .profile {
  margin: 0 auto;
  width: 1000px;
  height: 130px;
  background: #e2ebf8;
  overflow: hidden;
}

#rcrt_newemployee .newemployee_box .profile .category {
  font-family: 'Noto Sans Japanese', sans-serif;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  width: 150px;
  height: 130px;
  background: #1d68ca;
  float: left;
  position: relative;
}

#rcrt_newemployee .newemployee_box .profile .category:after {
  border-top: 25px solid #5aa2ff;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  width: 0;
  height: 0;
  z-index: 5;
  top: 0;
  left: -25px;
  content: "";
  position: absolute;
}

#rcrt_newemployee .newemployee_box .profile h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  box-sizing: border-box;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 22px 48px 22px 0;
  padding: 10px 48px 20px 48px;
  border-right: 1px dotted #76a3df;
  float: left;
}

#rcrt_newemployee .newemployee_box .profile h4 span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #1d68ca;
  display: block;
}

#rcrt_newemployee .newemployee_box .profile div {
  padding: 40px 0 0;
  float: left;
}

#rcrt_newemployee .newemployee_box .profile .in_year {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 15px;
  display: inline-block;
  background: #f3f7fc;
}

#rcrt_newemployee .newemployee_box .profile dl {
  padding-top: 5px;
}

#rcrt_newemployee .newemployee_box .profile dt {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

#rcrt_newemployee .newemployee_box .profile dd {
  display: inline-block;
}

#rcrt_newemployee .newemployee_box .dtl {
  margin: 0 auto;
  padding-top: 50px;
  width: 1000px;
  overflow: hidden;
}

#rcrt_newemployee .newemployee_box .time_schedule {
  margin: 0 1px 20px 60px;
  border: 8px solid #e9edf4;
  background: #fff;
  float: right;
  outline: 1px solid #d1d9e2;
}

#rcrt_newemployee .newemployee_box .time_schedule h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: midlle;
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  width: 315px;
  background: #fafcfd;
}

#rcrt_newemployee .newemployee_box .time_schedule h5 i {
  font-size: 24px;
  font-size: 2.4rem;
  color: #2a85fc;
  margin-right: 5px;
}

#rcrt_newemployee .newemployee_box .time_schedule h5 span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

#rcrt_newemployee .newemployee_box .time_schedule dl {
  box-sizing: border-box;
  margin: 30px 0;
  padding: 0 20px;
  width: 315px;
  position: relative;
}

#rcrt_newemployee .newemployee_box .time_schedule dl:after {
  box-sizing: border-box;
  border-left: 1px dotted #2a85fc;
  width: 0;
  height: 100%;
  top: 0;
  left: 25px;
  display: block;
  content: " ";
  position: absolute;
}

#rcrt_newemployee .newemployee_box .time_schedule dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1d68ca;
  padding: 2px 0 2px 26px;
  position: absolute;
}

#rcrt_newemployee .newemployee_box .time_schedule dt:after {
  border-radius: 50%;
  border: 3px solid #2a85fc;
  width: 5px;
  height: 5px;
  z-index: 5;
  top: 11px;
  left: 0;
  display: block;
  background: #fff;
  content: " ";
  position: absolute;
}

#rcrt_newemployee .newemployee_box .time_schedule dd {
  padding: 2px 0 2px 100px;
}

#rcrt_newemployee .newemployee_box .question dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1d68ca;
  line-height: 1.6;
  padding-left: 40px;
  position: relative;
}

#rcrt_newemployee .newemployee_box .question dt span {
  font-size: 18px;
  font-size: 1.8rem;
  top: 8px;
  left: 0;
  position: absolute;
}

#rcrt_newemployee .newemployee_box .question dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0 35px 40px;
}

/*  grouplink
-----------------------------------------------------------------------------*/
#grouplink .reed_txt {
  padding-bottom: 30px;
}

#grouplink ul {
  letter-spacing: -0.4em;
  vertical-align: top;
  margin: 0 -20px;
  padding: 20px 0 40px;
  overflow: hidden;
}

#grouplink li {
  letter-spacing: normal;
  vertical-align: top;
  width: 33.3%;
  display: inline-block;
}

#grouplink li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #273b3d;
  text-decoration: none;
  margin: 0 20px 30px;
  display: block;
}

#grouplink li a:hover {
  color: #c2143d;
}

#grouplink li a img {
  box-sizing: border-box;
  border: 10px solid #f5f3ee;
  width: 100%;
}

#grouplink li a p {
  padding: 5px 10px 0 32px;
  position: relative;
}

#grouplink li a p:after {
  font-family: FontAwesome;
  color: #c2143d;
  top: 5px;
  left: 10px;
  display: block;
  content: "\f0c1";
  position: absolute;
}

/*  Privacy & Terms
-----------------------------------------------------------------------------*/
#privacy .reed_txt,
#terms .reed_txt {
  padding-bottom: 30px;
}

#privacy .dtl_txt,
#terms .dtl_txt {
  padding: 10px 20px 50px;
}

#privacy .dtl_txt li,
#terms .dtl_txt li {
  text-indent: -14px;
  padding-left: 14px;
}

/*  sitemap
-----------------------------------------------------------------------------*/
#sitemap {
  border-top: 1px solid #bbb;
  overflow: hidden;
}

#sitemap>div {
  width: 48%;
}

#sitemap a {
  color: #222;
  text-decoration: none;
  display: block;
}

#sitemap a i {
  color: #c2143d;
  margin-right: 5px;
}

#sitemap p>a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 12px 10px;
  border-bottom: 1px solid #bbb;
}

#sitemap p>a:hover {
  background: #fef1f4;
}

#sitemap>div>ul {
  margin-top: -1px;
  padding: 5px 5px 5px 25px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px solid #bbb;
  background: #fff;
}

#sitemap>div>ul>li>a {
  margin: 1px 0;
  padding: 1px 10px;
}

#sitemap>div>ul>li>a:hover {
  background: #fef1f4;
}

#sitemap>div>ul>li>a>i.fa-angle-right {
  display: none;
}

#sitemap>div>ul ul {
  padding: 0 0 3px 20px;
}

#sitemap>div>ul ul a:hover {
  color: #c2143d;
}

/*  contact
-----------------------------------------------------------------------------*/
#contact .btn_box {
  text-align: center;
  padding-top: 20px;
}

#contact .btn_box a {
  display: inline-block;
}

#contact .btn_box a.btn_gry,
#contact .btn_box input.btn_gry {
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 5px 50px;
  border: none;
  background: #999;
}

#contact .btn_box a.btn_gry:hover,
#contact .btn_box input.btn_gry:hover {
  background: #666;
}

#contact .btn_box a.btn_blue,
#contact .btn_box input.btn_blue {
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  padding: 8px 70px;
  border: none;
  background: #424bc3;
}

#contact .btn_box a.btn_blue:hover,
#contact .btn_box input.btn_blue:hover {
  background: #4c56db;
}

/* privacy */
#contact .privacy {
  padding: 20px 25px 25px;
  border: 1px solid #ccc;
  background: #fafafa;
}

#contact .privacy h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ccc;
}

#contact .privacy h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

#contact .privacy div {
  padding: 0 0 10px 18px;
}

/* ctct_list */
#contact .ctct_list {
  padding: 25px 0 50px;
  overflow: hidden;
}

#contact .ctct_list>dl {
  width: 33.33%;
  float: left;
  margin: 20px 0 0;
}

#contact .ctct_list>dl>dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 10px;
  padding: 15px 20px 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  background: #fafafa;
  position: relative;
}

#contact .ctct_list>dl>dt:after {
  margin: auto;
  border-top: 1px solid #c2143d;
  width: 100px;
  height: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: " ";
  position: absolute;
}

#contact .ctct_list>dl>dd {
  box-sizing: border-box;
  margin: 0 10px;
  padding: 15px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  min-height: 300px;
  background: #fafafa;
}

#contact .ctct_list dd .tel_no {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

#contact .ctct_list dd .tel_no dl {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
}

#contact .ctct_list dd .tel_no dd {
  font-size: 30px;
  font-size: 3.0rem;
  color: #c2143d;
  line-height: 1.2;
}

#contact .ctct_list dd .tel_no p {
  font-size: 12px;
  font-size: 1.2rem;
}

#contact .ctct_list dd p.btn {
  text-align: center;
  padding-top: 20px;
}

/* flow */
#contact .flow {
  background: #e6e6f1;
  overflow: hidden;
}

#contact .flow li {
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2.0rem;
  color: #383a56;
  text-align: center;
  padding: 15px;
  width: 33.33%;
  float: left;
  position: relative;
}

#contact .flow li:after {
  border-top: 10px solid transparent;
  border-bottom: 68px solid #e6e6f1;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
  z-index: 5;
  right: -10px;
  bottom: 0;
  display: block;
  content: " ";
  position: absolute;
}

#contact .flow li:first-child,
#contact .flow li:last-child {
  background: #dcdce8;
}

#contact .flow li:first-child:after,
#contact .flow li:last-child:after {
  border-bottom: 68px solid #dcdce8;
}

#contact .flow li>span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7f82af;
  padding-right: 10px;
  display: inline-block;
}

#contact .flow li>span span {
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #7f82af;
}

#contact .flow li.active {
  color: #fff;
  background: #646bbf;
}

#contact .flow li.active>span {
  color: #fff;
}

#contact .flow li.active>span span {
  color: #646bbf;
  background: #fff;
}

#contact .flow li.active:after {
  border-bottom: 68px solid #646bbf;
}

/* ctct_tbl */
#contact .ctct_tbl {
  width: 100%;
}

#contact .ctct_tbl .error {
  font-size: 10px;
  font-size: 1.0rem;
  color: #c2143d;
  background: #ffe4ea;
}

#contact .ctct_tbl th,
#contact .ctct_tbl td {
  padding: 25px 20px;
  border-top: 10px solid #fff;
}

#contact .ctct_tbl th {
  font-weight: normal;
  text-align: left;
  width: 25%;
  background: #f5f5f5;
}

#contact .ctct_tbl th span {
  font-size: 10px;
  font-size: 1.0rem;
  color: #c2143d;
  margin: 0 5px;
  padding: 0 5px;
  border: 1px solid #c2143d;
  display: inline-block;
  background: #fff;
}

#contact .ctct_tbl li {
  text-indent: -28px;
  padding: 5px 0 5px 28px;
  border-top: 1px dotted #ccc;
}

#contact .ctct_tbl li:first-child {
  border-top: none;
}

#contact .ctct_tbl li span {
  font-weight: bold;
  display: block;
}

/* thanks */
#contact .thanks {
  text-align: center;
  padding: 100px 80px;
}

#contact .thanks h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/*  info [pless news]
-----------------------------------------------------------------------------*/
/* info_list */
#info_list .list_box li {
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  min-height: 100px;
  overflow: hidden;
}

#info_list .list_box li>p {
  padding: 18px 0;
  position: absolute;
}

#info_list .list_box li>p span {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  padding: 3px 5px;
  display: block;
}

#info_list .list_box li a {
  color: #222;
  text-decoration: none;
  margin: 16px 0 16px 130px;
  padding: 2px 0 2px 30px;
  border-left: 1px dotted #ccc;
  display: block;
}

#info_list .list_box li a:hover {
  opacity: 0.8;
}

#info_list .list_box li>span {
  margin: 16px 0 16px 130px;
  padding: 2px 0 2px 30px;
  border-left: 1px dotted #ccc;
  display: block;
}

#info_list .list_box li h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

#info_list .list_box li div {
  overflow: hidden;
}

#info_list .list_box li img {
  margin: 5px 15px 5px 0;
  width: 200px;
  float: left;
}

#info_list .list_box li p {
  overflow: hidden;
}

/* info_dtl */
#info_dtl .dtl_box {
  padding: 50px 50px 0;
}

#info_dtl .dtl_box>p {
  padding: 5px 0;
}

#info_dtl .dtl_box>p.date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #f7f7f7;
  position: relative;
}

#info_dtl .date span {
  color: #fff;
  text-align: center;
  padding: 5px 0;
  width: 125px;
  top: 0;
  right: 0;
  display: inline-block;
  position: absolute;
}

#info_dtl .dtl_box>p.btn01 {
  padding-top: 50px;
}

#info_dtl .dtl_box .text-right {
  text-align: right;
}

#info_dtl .dtl_box .bold {
  font-weight: bold;
}

#info_dtl .tbl01 {
  border-collapse: collapse;
  width: 100%;
}

#info_dtl .tbl01 th,
#info_dtl .tbl01 td {
  padding: 12px;
  border: 1px solid #aaa;
}

#info_dtl .tbl01 th {
  background: #f9f9f9;
}

#info_dtl .tbl02 {
  width: 100%;
}

#info_dtl .tbl01 th,
#info_dtl .tbl01 td {
  padding: 12px;
}

#info_dtl .pic_list2clm {
  padding: 60px 0 30px;
}

#info_dtl .pic_list2clm p {
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
  width: 48%;
  display: inline-block;
}

#info_dtl .pic_list2clm p img {
  height: auto;
  max-width: 100%;
}

#info_dtl .pic_list2clm p span {
  display: block;
}

#info_dtl .pic_list2clm p .pic_cap_t:before {
  font-family: FontAwesome;
  color: #c2143d;
  margin-right: 5px;
  content: "\f077";
}

#info_dtl .pic100 {
  text-align: center;
}

#info_dtl .pic100 img {
  height: auto;
  max-width: 100%;
}

#info_dtl .pic100 span {
  display: block;
}

#info_dtl .pic100 span:before {
  font-family: FontAwesome;
  color: #c2143d;
  margin-right: 5px;
  content: "\f077";
}

#info_dtl .float_box {
  overflow: hidden;
}

#info_dtl .float_box .fl {
  margin: 0 20px 15px 0;
}

#info_dtl .float_box .fr {
  margin: 0 0 15px 20px;
}

#info_dtl .share-button {
  display: flex;
  justify-content: flex-end;
}

#info_dtl .share-button.fontbtn {
  font-size: 20px;
  padding: 0 20px 0 0;
}

#info_dtl .share-button.fontbtn li img {
  width: 20px;
}

#info_dtl .share-button.fontbtn a:hover {
  opacity: .7;
}

#info_dtl .share-button li {
  line-height: 20px;
  padding: 0 0 0 15px;
}

#info_dtl .share-button {
  display: flex;
  justify-content: flex-end;
}

#info_dtl .share-button li {
  line-height: 20px;
  padding: 0 0 0 15px;
}

/*  search_list
-----------------------------------------------------------------------------*/
#search_list .list_box {
  border-top: 1px solid #ccc;
}

#search_list .list_box li {
  border-bottom: 1px solid #ccc;
}

#search_list .list_box li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
  padding: 15px 40px 15px 5px;
  display: block;
  position: relative;
}

#search_list .list_box li a:after {
  font-family: FontAwesome;
  font-size: 40px;
  font-size: 4.0rem;
  color: #c2143d;
  vertical-align: middle;
  margin: auto;
  width: 20px;
  height: 40px;
  top: -38px;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: "\f105";
  position: absolute;
}

#search_list .list_box li a:hover {
  background: #fff4f7;
}

#search_list .list_box li a span {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 5px;
  display: block;
}

/*  trademark
-----------------------------------------------------------------------------*/
#trademark_list ul {
  margin-top: 15px;
  padding: 40px 40px 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}

#trademark_list li {
  box-sizing: border-box;
  padding: 0 5px 20px;
  width: 50%;
  min-height: 50px;
  float: left;
}

#trademark_list li img {
  height: 28px;
}

/*  sustainability
-----------------------------------------------------------------------------*/
#sustainability img {
  max-width: 100%;
}

#sustainability img.w_add {
  max-width: 50%;
}

#sustainability .main_research h4 {
  background: none;
  padding: none;
  margin: none;
  position: static;
}

#sustainability .main_research h4:after {
  content: none;
}

#sustainability .contents {
  padding: 0;
}

#sustainability .mr_wrap {
  margin: 0 auto 0;
  padding-top: 0;
  min-height: 900px;
}

#sustainability h5 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #bb1236;
}

#sustainability .st02 {
  font-size: 14px;
}

#sustainability .st02_list {
  margin: 0 0 15px 1em;
  padding-left: 1.8em;
  text-indent: -2.8em;
}

#sustainability .st03 {
  line-height: 1.6;
  margin: 20px 0 10px;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

#sustainability .st03_list {
  margin: 0 0 15px 1em;
  padding-left: 1em;
  text-indent: -1em;
}

#sustainability .txt_red {
  color: #cf4242;
}

#sustainability img {
  margin: 0 auto;
  display: block;
}

#sustainability .tbl01 {
  margin-bottom: 15px;
}

#sustainability .tbl01.txt13 {
  font-size: 13px;
}

#sustainability .anchor_link {
  margin-bottom: 30px;
}

#sustainability .anchor_link li {
  margin-bottom: 10px;
}

#sustainability .tbl_cap {
  font-size: 11px;
}

#sustainability .tbl_cap li {
  padding-left: 1em;
  text-indent: -1em;
}

#sustainability .flx_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sustainability .flx_box img {
  width: 49%;
  height: auto;
}

#sustainability .flx_box.flx_box2 .img1 {
  width: 52%;
}

#sustainability .flx_box.flx_box2 .img2 {
  width: 41%;
}

/***sustainability***/
#sustainability .slink_list li {
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #c6c8ca;
  padding: 0 0 0;
}

#sustainability .slink_list li a {
  display: block;
  padding: 10px 20px 8px 10px;
  border-radius: 0;
}

#sustainability .slink_list li a:hover {
  background: rgba(194, 20, 61, 0.8);
  color: #fff;
}

#sustainability .slink_list li a:hover::before {
  color: #fff;
}

#sustainability .slink_list li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 10px;
}

#sustainability .slink_list li a::after {
  content: none;
}

#sustainability .mr_nav.ps_top {
  top: 0;
}

#sustainability .stitle08 {
  margin-bottom: 15px;
}

#sustainability .dl_style dl {
  margin-bottom: 15px;
}

#sustainability .dl_style dl:last-child {
  margin-bottom: 0;
}

#sustainability .dl_style dt {
  font-weight: bold;
  color: #c1143b;
}

#sustainability .mr_nav h4 a {
  background: #c1143b url(../../cgi-image/708/1.png) no-repeat 10px center;
  padding: 25px 12px 25px 68px;
}

#sustainability a {
  position: relative;
}

.main_research .mr_nav>.mr_nav_in>ul>li>span {
  color: #333;
  padding: 5px 10px;
  background: #fafafa;
  display: block;
  font-weight: bold;
  border-bottom: #dedfe0 1px solid;
}

/***top_message***/
#sustainability .top_message img {
  width: 100%;
}

/***environment***/
#sustainability .environment#imd_anc03 img {
  width: 100%;
}

/***quality_safety***/
#sustainability .quality_safety .quality_initiative .st02 {
  width: 420px;
}

#sustainability .quality_safety .quality_initiative img {
  margin: 0 0 10px 20px;
}

#sustainability .quality_safety#imd_anc06 img {
  margin: 0;
}

#sustainability .quality_safety#imd_anc04 img {
  width: 100%;
}

#sustainability .quality_safety#imd_anc04 img.value_chain {
  margin-bottom: 30px;
  width: 500px;
}

/***contributions***/
#sustainability .contributions .museum {
  position: relative;
  border: 2px solid #c1143b;
  padding: 5px 20px;
  text-decoration: none;
  color: #c1143b;
  font-weight: bold;
  margin: 10px auto 20px;
  left: 40.5%;
  display: inline-block;
  bottom: 8px;
}

#sustainability .contributions .museum::after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  padding-left: 10px;
  color: #c1143b;
}

#sustainability .contributions .museum:hover {
  color: #fff;
  background: #c1143b;
}

#sustainability .contributions .museum:hover::after {
  color: #fff;
}

#sustainability .contributions .tbl01 .bg_lble {
  width: 10%;
}

#sustainability .contributions .tbl01 .day {
  width: 20%;
}

#sustainability .contributions figcaption {
  text-align: center;
}

/***governance***/
#sustainability .governance .tbl01 .bg_lble {
  width: 36%;
}

/***compliance***/
/***risk***/
/***hayashibara_sustainability***/
#sustainability .hayashibara_sustainability .sdgs_box {
  margin: 15px auto;
}

#sustainability .hayashibara_sustainability .sdgs_box p {
  text-align: center;
  font-size: 14px;
  background: #fff;
  font-weight: bold;
  border-bottom: 1px solid;
  margin: 0 auto 15px;
}

#sustainability .hayashibara_sustainability .sdgs_list {
  display: flex;
  justify-content: center;
}

#sustainability .hayashibara_sustainability .sdgs_list li {
  padding: 0 10px;
  width: 12%;
}

#sustainability .hayashibara_sustainability .sdgs_list li img {
  width: 100%;
}

#sustainability .hayashibara_sustainability#imd_anc03 strong {
  font-weight: bold;
}

#sustainability .hayashibara_sustainability .communication_box {
  display: flex;
  flex-wrap: wrap;
  background: #f6f7f8;
  padding: 20px;
  justify-content: space-between;
}

#sustainability .hayashibara_sustainability .communication_box li {
  width: 49%;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
}

#sustainability .hayashibara_sustainability .communication_box li:nth-child(n+3) {
  margin-bottom: 0;
}

#sustainability .hayashibara_sustainability .communication_box li strong {
  text-align: center;
  display: block;
  color: #fff;
  background: #c1143b;
  margin-bottom: 10px;
  padding: 5px 0;
}

#sustainability .hayashibara_sustainability .communication_box li p {
  margin-bottom: 10px;
}

#sustainability .hayashibara_sustainability .communication_box li dt {
  color: #c1143b;
  font-weight: bold;
}

#sustainability .hayashibara_sustainability#imd_anc03 h6 {
  color: #c1143b;
}

#sustainability .hayashibara_sustainability .materiality_list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 60px 20px 150px;
  border: 3px solid #96dde1;
  border-radius: 10px;
  justify-content: center;
}

#sustainability .hayashibara_sustainability .materiality_list li {
  width: 50%;
}

#sustainability .hayashibara_sustainability .step {
  display: flex;
  border-bottom: 1px solid #fff;
  border: 2px solid #c1143b;
  margin-bottom: 10px;
  align-items: stretch;
}

#sustainability .hayashibara_sustainability .step dt {
  background: #c1143b;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  align-self: auto;
}

#sustainability .hayashibara_sustainability .step dt::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0dd";
  bottom: -12px;
  left: 22px;
  line-height: 1;
  color: #c1143b;
  font-size: 35px;
}

#sustainability .hayashibara_sustainability .step:last-child dt::after {
  content: none;
}

#sustainability .hayashibara_sustainability .step dd {
  display: flex;
  align-items: center;
  padding: 10px;
  width: calc(100% - 70px);
}

#sustainability .hayashibara_sustainability#imd_anc01 img,
#sustainability .hayashibara_sustainability#imd_anc02 img {
  width: 100%;
}

#sustainability .hayashibara_sustainability#imd_anc02 img {
  margin-bottom: 10px;
}

#sustainability .list_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

#sustainability .list_box li {
  width: 32%;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 4px 10px;
}

#sustainability .list_box a {
  display: block;
  height: 100%;
  color: #444;
  text-decoration: none;
}

#sustainability .list_box a:hover {
  opacity: .6;
}

#sustainability .list_box a img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#sustainability .list_box a:hover img {
  opacity: 1;
}

#sustainability .list_box a p {
  font-size: 1.2rem;
  padding: 10px 20px 0;
}

#sustainability .list_box a h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 5px 20px 20px;
  border-left: none;
  margin-bottom: 0;
}

#sustainability #info_dtl .dtl_box {
  padding: 0;
}

/* 20200604 #vision_message */
#vision_message {}

#vision_message .pb40 {
  padding-bottom: 40px;
}

#vision_message .top_message img {
  width: 100%;
  height: auto;
}

#vision_message .appearance .appearance_img {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 30px;
}

#vision_message .appearance .appearance_img dl {
  background: #e5eff0;
  width: 33%;
}

#vision_message .appearance .appearance_img dt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 20px 0;
}

#vision_message .appearance .appearance_img dd {
  padding: 5px 35px 30px;
}

#vision_message .appearance .icon {
  line-height: 73px;
  text-align: center;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}

#vision_message .appearance .icon svg {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#vision_message .appearance .icon .cls-1 {
  fill: #229bab;
}

#vision_message .thought {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#vision_message .thought .txt {
  width: 572px;
}

#vision_message .thought .img {
  width: 429px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

#vision_message .thought .img img {
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  position: absolute;
}

.environment#sustainability .comparison_img {
  padding: 10px 0 30px;
}

.environment#sustainability .tbl01.mb_add {
  margin-bottom: 30px;
}

.environment#sustainability .tbl01 th,
.environment#sustainability .tbl01 td {
  border: 1px solid #817f7e;
}

.environment#sustainability .tbl01 .bg_blugren {
  background: #99e5d9;
}

.environment#sustainability .tbl01 .bg_gren {
  background: #b7eda2;
}

.environment#sustainability .tbl01 .w_uniformly {
  width: 300px;
}

.environment#sustainability .tbl01 .tbl_icon01 {
  width: auto;
  height: 20px;
}

.environment#sustainability .tbl01 .tbl_icon02 {
  width: auto;
  height: 13px;
}

.environment#sustainability .tbl01 td {
  text-align: center;
}

.environment#sustainability .tbl01_note {
  font-size: 11px;
  margin: -20px 0 30px;
}

.treha_btn {
  text-align: right;
  padding: 30px 10px 20px;
}

.treha_btn a {
  display: inline-block;
  background: #6FC5C6;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0 0 0 10px;
  text-decoration: none;
  font-size: 13px;
}

.treha_btn a strong {
  font-size: 16px;
}

.treha_btn a:hover {
  opacity: .7;
}

.treha_btn a i {
  margin: 0 0 0 10px;
}

.img_txt_clear {
  -webkit-backface-visibility: hidden;
}

#sustainability .actionplan .tbl01 th {
  width: 34%;
}

#sustainability .actionplan .tbl01 td li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

#sustainability .actionplan .tbl01 td li ul li {
  padding-left: 1em;
}

#sustainability .actionplan .tbl01 td .summary01 {
  padding-left: 1em;
}

#sustainability .actionplan .st02 {
  position: relative;
  padding-left: 125px;
}

#sustainability .actionplan .st02 strong {
  color: #fff;
  display: block;
  width: 110px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  padding: 5px 0;
}

#sustainability .actionplan .actionplan_people .st02 strong {
  background: #df8e00;
}

#sustainability .actionplan .actionplan_business .st02 strong {
  background: #0f53b9;
}

#sustainability .actionplan .actionplan_environment .st02 strong {
  background: #6bbb2a;
}

#sustainability .actionplan .actionplan_people .tbl01 th {
  background: #fff5e3;
}

#sustainability .actionplan .actionplan_environment .tbl01 th {
  background: #f0ffe4;
}

#sustainability .sustainability_toptopics {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
  margin: 0 0 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#sustainability .sustainability_toptopics>a {
  width: 330px;
  display: block;
}

#sustainability .sustainability_toptopics ul {
  width: 645px;
  display: block;
}

#sustainability .sustainability_toptopics li {
  width: auto;
  border: none;
  border-top: 1px solid #ddd;
  border-radius: 0;
  margin-top: 15px;
  padding-top: 15px;
}

#sustainability .sustainability_toptopics li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

#sustainability .sustainability_toptopics li a {
  display: flex;
}

#sustainability .sustainability_toptopics li a p {
  padding: 0 35px 0 0;
}

#sustainability .sustainability_toptopics li a h5 {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

#sustainability .img80 {
  width: 80%;
}

#sustainability .mr_nav>.mr_nav_in>ul>li>a {
  color: #333;
  background: #fff;
}

#sustainability .mr_nav>.mr_nav_in>ul>li>a:hover {
  color: #353b8d;
  background: #eef3f8;
}

/*  Trehalose Symposium
-----------------------------------------------------------------------------*/
.symposium_title {
  position: relative;
}

.symposium_title figure {
  margin: 0;
}

.symposium_title_img01 {
  width: calc(50vw - 500px + 652px);
  height: 707px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.symposium_title_img01 img {
  width: 100%;
}

.symposium_title_img02 {
  width: calc(50vw - 500px + 197px);
  height: 446px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.symposium_title_img02 img {
  width: 100%;
}

.symposium_title_wrap {
  width: 1000px;
  margin: auto;
}

.symposium_title h3 {
  font-size: 40px;
  font-family: "游ゴシック Medium", "游ゴシック", YuGothic, YuGothicM, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding: 105px 0 0;
}

.symposium_title h3 span {
  display: block;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  color: #C2143D;
}

.symposium_title_box {
  background-color: #fff;
  padding: 0 58px 42px;
  margin: 90px 0 0 197px;
  position: relative;
}

.symposium_title_box h4 {
  font-size: 20px;
  color: #C2143D;
  position: relative;
  top: -20px;
  text-align: center;
}

.symposium_title_box figure {
  width: 135px;
  margin: auto;
}

.symposium_title_box h5 {
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 35px 0 15px;
}

.symposium_title_box h5::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.symposium_anc_list {
  margin: 60px 0 0;
  padding: 33px 33px 17px;
  background-color: #F6F7F8;
}

.symposium_anc_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.symposium_anc_list li {
  margin: 0 8px 16px;
}

.symposium_anc_list li a {
  display: block;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .04);
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 35px 10px 16px;
  width: 130px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.symposium_anc_list li a::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23C2143D' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_anc_list li a:hover {
  color: #fff;
  background: #C2143D;
  box-shadow: none;
}

.symposium_anc_list li a:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_dtl .symposium_anc_list li a {
  width: 180px;
}

.symposium_list {
  margin: 44px auto 80px;
  width: 1000px;
}

.symposium_list_item {
  background-color: #F6F7F8;
  padding: 25px 40px;
  margin: 0 0 25px;
  position: relative;
}

.symposium_list_btn {
  position: absolute;
  right: 40px;
  top: 24px;
}

.symposium_list_btn a {
  display: block;
  background-color: #C2143D;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 220px;
  height: 50px;
  padding: 10px 0 14px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #C2143D;
}

.symposium_list_btn a::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_list_btn a:hover {
  color: #C2143D;
  background: #fff;
  box-shadow: none;
}

.symposium_list_btn a:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23C2143D' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_list_title {
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.symposium_list_title strong {
  font-size: 26px;
}

.symposium_list_day {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.symposium_contents .plus {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .04);
  position: relative;
  cursor: pointer;
}

.symposium_contents .plus::before, .symposium_contents .plus::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #C2143D;
}

.symposium_contents .plus::before {
  width: 13px;
  height: 3px;
}

.symposium_contents .plus::after {
  width: 3px;
  height: 13px;
}

.symposium_contents .plus.active::after {
  display: none;
}

.symposium_contents .plus:hover {
  background: #C2143D;
  box-shadow: none;
}

.symposium_contents .plus:hover::before, .symposium_contents .plus:hover::after {
  background: #fff;
}

.symposium_list_about {
  background: #fff;
  padding: 16px 38px;
  margin: 22px 0 15px;
  display: none;
}

.symposium_list_about dl {
  display: flex;
  flex-wrap: wrap;
}

.symposium_list_about dt {
  position: relative;
  font-weight: 700;
  padding: 10px 0 10px 26px;
  width: 185px;
}

.symposium_list_about dt::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  left: 0;
  top: 22px;
  background: #C2143D;
}

.symposium_list_about dd {
  padding: 10px 0;
  width: 630px;
}

.symposium_list_abstract_wrap {
  background: #fff;
  margin: 22px 0 15px;
}

.symposium_list_abstract_wrap h6 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  padding: 25px 30px 15px;
  border-bottom: 3px solid #c6c8ca;
  position: relative;
}

.symposium_list_abstract_wrap h6:after {
  width: 200px;
  height: 3px;
  left: 0;
  bottom: -3px;
  display: block;
  background: #c2143d;
  content: " ";
  position: absolute;
}

.symposium_list_abstract_wrap ul {
  padding: 5px 28px;
}

.symposium_list_abstract li {
  padding: 25px 0 25px 52px;
  border-top: 1px dotted #000;
  position: relative;
}

.symposium_list_abstract li:first-child {
  border-top: none;
}

.symposium_list_abstract .no {
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 16px;
  font-weight: 700;
}

.symposium_list_abstract li.long .no {
  position: relative;
  left: -52px;
  top: 0;
}

.symposium_list_abstract .title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 45px 0 0;
}

.symposium_list_abstract .person span {
  display: inline-block;
}

.symposium_list_abstract .person span:first-child {
  font-weight: 700;
  padding: 0 15px 0 0;
}

.symposium_list_abstract .plus {
  position: absolute;
  right: 0;
  top: 25px;
  box-shadow: none;
}

.symposium_list_abstract .txt {
  padding: 5px 0 0;
  display: none;
}

/* detail */
.symposium_dtl figure {
  padding: 0;
  margin: 0;
}

.symposium_dtl_title {
  text-align: center;
  margin: 50px 0 0;
}

.symposium_dtl_title h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 0;
  letter-spacing: .05em;
  font-family: "游ゴシック Medium", "游ゴシック", YuGothic, YuGothicM, sans-serif;
}

.symposium_dtl_title h4 span {
  color: #c2143d;
  font-size: 25px;
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

.symposium_dtl_lead {
  width: 1000px;
  margin: 40px auto 0;
  overflow: hidden;
}

.symposium_dtl_lead .img {
  float: left;
  margin: 0 70px 15px 0;
  position: relative;
}

.symposium_dtl_lead .img figure img {
  width: 100%;
}

.symposium_dtl_lead .img .plus {
  position: absolute;
  bottom: -15px;
  right: -15px;
}

.symposium_dtl_news, .symposium_dtl_emergencynews {
  width: 1000px;
  margin: 55px auto 0;
  border-width: 4px;
  border-style: solid;
  padding: 30px;
}

.symposium_dtl_news {
  border-color: #EEEFEF;
}

.symposium_dtl_emergencynews {
  border-color: #C2143D;
  color: #C2143D;
  font-weight: 700;
}

.symposium_dtl_box {
  width: 1000px;
  margin: 90px auto 0;
}

.symposium_dtl_about dl {
  display: flex;
  flex-wrap: wrap;
}

.symposium_dtl_about dt {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 25px 0 25px 26px;
  width: 214px;
  border-bottom: 1px solid #C6C8CA;
}

.symposium_dtl_about dt::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  left: 0;
  top: 37px;
  background: #C2143D;
}

.symposium_dtl_about dd {
  padding: 25px 0;
  width: 760px;
  border-bottom: 1px solid #C6C8CA;
}

.symposium_dtl_about dd iframe {
  width: 100%;
}

.symposium_gray_wrap {
  background-color: #F6F7F8;
  padding: 25px;
}

.symposium_dtl_program .symposium_gray_wrap {
  margin: 50px 0 0;
  padding-top: 72px;
}

.symposium_dtl_program .icon {
  display: block;
  width: 112px;
  margin: -98px auto 0;
}

.symposium_dtl_program .icon img {
  width: 100%;
}

.symposium_dtl_program .theme {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.symposium_dtl_program .summary {
  background: #fff;
  padding: 40px;
  margin: 20px 0 0;
}

.symposium_dtl_program .txt {
  border-top: 1px dotted #000;
  padding-top: 30px;
  margin-top: 30px;
}

.symposium_dtl_program .txt:first-of-type {
  border-top: none;
  margin-top: 0;
}

.symposium_dtl_stitle02 {
  position: relative;
}

.symposium_dtl_stitle02::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: #C6C8CA;
  content: " ";
  position: absolute;
}

.symposium_dtl_stitle02 strong {
  font-size: 16px;
  background-color: #fff;
  position: relative;
}

.symposium_dtl_stitle02 span {
  font-size: 14px;
  background-color: #fff;
  color: #C2143D;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.symposium_dtl_abstract .symposium_list_abstract {
  border-bottom: 1px dotted #000;
}

.symposium_dtl_abstract .btnbox {
  padding: 55px 0 0;
  text-align: center;
}

a.symposium_sbtn {
  font-weight: 700;
  font-size: 16px;
  width: 450px;
  border-radius: 30px;
  padding: 15px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .04);
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.symposium_sbtn:hover {
  box-shadow: none;
  color: #fff;
  background: #C2143D;
}

.symposium_sbtn i {
  font-weight: normal;
  font-size: 24px;
  color: #C2143D;
  margin: 0 15px 0 0;
}

.symposium_sbtn:hover i {
  color: #fff;
}

.symposium_dtl_person .symposium_gray_wrap {
  margin-bottom: 80px;
}

.symposium_dtl_person_list {
  background-color: #fff;
  padding: 15px 40px;
}

.symposium_dtl_person_list .item {
  border-top: 1px dotted #000;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}

.symposium_dtl_person_list .item:first-of-type {
  border-top: none;
}

.symposium_dtl_person_list .name_wrap {
  width: 154px;
  text-align: center;
}

.symposium_dtl_person_list .name_wrap figure {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 22px;
}

.symposium_dtl_person_list .name_wrap figure img {
  width: 100%;
}

.symposium_dtl_person_list .belong {
  font-size: 12px;
}

.symposium_dtl_person_list .name {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}

.symposium_dtl_person_list dl {
  width: 630px;
}

.symposium_dtl_person_list dt, .symposium_dtl_chairman_list .name_wrap dt {
  margin: 25px 0 0;
  position: relative;
  padding: 0 0 0 24px;
  font-weight: 700;
  display: inline-block;
}

.symposium_dtl_person_list dt:first-child {
  margin: 0;
}

.symposium_dtl_person_list dt::before, .symposium_dtl_person_list dt::after, .symposium_dtl_chairman_list .name_wrap dt::before, .symposium_dtl_chairman_list .name_wrap dt::after {
  content: "";
  position: absolute;
  background: rgba(194, 20, 61, .6);
  border-radius: 50%;
}

.symposium_dtl_person_list dt::before, .symposium_dtl_chairman_list .name_wrap dt::before {
  width: 13px;
  height: 13px;
  top: 4px;
  left: 0;
}

.symposium_dtl_person_list dt::after, .symposium_dtl_chairman_list .name_wrap dt::after {
  width: 10px;
  height: 10px;
  top: 9px;
  left: 6px;
}

.symposium_dtl_person_list dd, .symposium_dtl_chairman_list .name_wrap dd {
  padding: 5px 0 0;
}

.symposium_dtl_chairman_list {
  background-color: #fff;
  padding: 30px 40px 15px;
  margin: 25px 0 0;
}

.symposium_dtl_chairman_list .item {
  padding: 25px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.symposium_dtl_chairman_list .item figure {
  width: 154px;
  height: 154px;
  overflow: hidden;
}

.symposium_dtl_chairman_list .item figure img {
  width: 100%;
}

.symposium_dtl_chairman_list .name_wrap {
  width: 660px;
}

.symposium_dtl_chairman_list .name {
  border-bottom: 1px dotted #000;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.symposium_dtl_chairman_list .name span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.symposium_dtl_btn {
  position: fixed;
  z-index: 10;
  right: 165px;
  bottom: 75px;
}

.symposium_dtl_btn a {
  background: #C2143D;
  color: #fff;
  border-radius: 50px;
  padding: 25px 80px 25px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid #C2143D;
}

.symposium_dtl_btn a span {
  font-size: 14px;
  text-align: center;
  padding: 0 0 0 40px;
  position: relative;
}

.symposium_dtl_btn a span::before {
  content: "";
  background: #fff;
  height: 25px;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
}

.symposium_dtl_btn a span small {
  display: block;
}

.symposium_dtl_btn a::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}

.symposium_dtl_btn a::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23C2143D' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_dtl_btn a:hover {
  background: #fff;
  color: #C2143D;
}

.symposium_dtl_btn a:hover span::before {
  background: #C2143D;
}

.symposium_dtl_btn a:hover::before {
  background-color: #C2143D;
}

.symposium_dtl_btn a:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 9.4'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M13.5,1.1c-0.6-0.6-1.5-0.6-2.1,0L7.3,5.2L3.2,1.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.2,5.2c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.2-5.2C14.1,2.6,14.1,1.6,13.5,1.1z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.symposium_dtl_stitle03 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.symposium_dtl_stitle03 span {
  color: #C2143D;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin: 0 0 5px;
}

.symposium_dtl_report {
  background: url(/cgi-image/1106/1.png);
  padding: 70px 0 75px;
}

.symposium_dtl_report .number {
  margin: 20px auto 0;
  text-align: center;
}

.symposium_dtl_report .number span {
  font-size: 12px;
  border-radius: 9999px;
  display: inline-block;
  background-color: #C2143D;
  padding: 10px 30px;
  color: #fff;
}

.symposium_dtl_report .number strong {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 20px;
}

.symposium_dtl_report .img {
  overflow: hidden;
  width: 755px;
  max-height: 325px;
  margin: 60px auto 0;
}

.symposium_dtl_report .img img {
  width: 100%;
}

.symposium_dtl_report .txt {
  width: 615px;
  margin: 30px auto 0;
}

.symposium_dtl_report .report_box {
  background-color: #fff;
  width: 1000px;
  margin: 60px auto 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .04);
  padding: 20px 20px 20px 40px;
  overflow: hidden;
}

.symposium_dtl_report .report_box figure {
  overflow: hidden;
  width: 320px;
  float: right;
  border-left: 32px solid #fff;
  position: relative;
  z-index: 5;
}

.symposium_dtl_report .report_box figure img {
  width: 100%;
}

.symposium_dtl_report .report_txt {
  padding: 10px 0;
}

.symposium_dtl_report .symposium_dtl_stitle02 {
  margin-bottom: 20px;
}

/* sustainability */
#sustainability .fs_mainview {
  background-image: linear-gradient(transparent 70%, #CEE8DD 100%), url(/cgi-image/1145/1.jpg);
  background-repeat: no-repeat;
  width: 100vw;
  height: 610px;
  background-position: top center;
  background-size: cover;
  position: relative;
}

#sustainability .fs_mainview .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 140px;
}

#sustainability .fs_mainview .mainlead {
  background: #fff;
  background-clip: padding-box;
  width: 635px;
  box-sizing: border-box;
  padding: 30px 50px 35px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin-left: -10px;
  border-radius: 20px;
}

#sustainability .fs_mainview .mainlead h3 {
  font-size: 25px;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-family: 'BIZ UDPMincho', serif;
  padding-bottom: 5px;
}

#sustainability .fs_mainview .mainlead h3 small {
  font-size: 16px;
  font-family: 'Bad Script', cursive;
  letter-spacing: 0.3rem;
  display: block;
  padding-bottom: 15px;
}

#sustainability .fs_mainview .mainlead>div {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
}

#sustainability .fs_mainview .mainlead p a {
  font-size: 12px;
  color: #000;
}

#sustainability .fs_mainview .mainlead p a i {
  color: #C6C8CA;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

#sustainability .fs_maingraph {
  background: #CEE8DD;
}

#sustainability .fs_maingraph .img_graph {
  width: 1000px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}

#sustainability .fs_maingraph .img_graph li {
  width: 50%;
}

#sustainability .btn_modal {
  text-align: center;
  padding-bottom: 32px;
}

#sustainability .btn_modal span {
  background: #fff;
  width: 486px;
  display: inline-block;
  line-height: 50px;
  border-radius: 9999px;
  font-weight: bold;
  color: #00A779;
}

/* modal */
#sustainability .fs_modal_box {
  display: none;
}

#sustainability .sdgs {
  padding-bottom: 46px;
}

#sustainability .fs_media_list {
  padding: 65px 0 78px;
}

#sustainability .fs_media_list .inner {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sustainability .fs_media_list .st {
  overflow: hidden;
  width: 120px;
}

#sustainability .fs_media_list .st figure {
  width: 90px;
  height: auto;
  margin: 0 0 10px 0;
  float: right;
}

#sustainability .fs_media_list .st h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  float: right;
}

#sustainability .fs_media_list ul {
  width: 808px;
}

#sustainability .fs_media_list li {
  border-bottom: 1px dotted;
  padding: 14px 0 14px 40px;
  position: relative;
}

#sustainability .fs_media_list li::before {
  position: absolute;
  content: "";
  background: #C2143D;
  width: 13px;
  height: 3px;
  top: 26px;
  left: 0;
}

#sustainability .fs_media_list li a {
  color: #000;
}

#sustainability .fs_anchor_list {
  background: #F6F7F8;
  text-align: center;
  margin-bottom: 80px;
  padding: 55px 0 20px;
  position: relative;
}

#sustainability .fs_anchor_list h4 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  letter-spacing: 0.3rem;
}

#sustainability .fs_anchor_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: auto;
}

#sustainability .fs_anchor_list li {
  padding: 0 10px 20px;
}

#sustainability .fs_anchor_list li a {
  display: block;
  background: #fff;
  line-height: 46px;
  border-radius: 9999px;
  box-shadow: 0px 0px 10px -7px #000;
  padding: 0 53px 0 22px;
  text-decoration: none;
  position: relative;
  color: #000;
}

#sustainability .fs_anchor_list li a:hover {
  background: #C2143D;
  color: #fff;
}

#sustainability .fs_anchor_list li a::before {
  position: absolute;
  content: "";
  background: #C2143D;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  top: 10px;
  right: 14px;
}

#sustainability .fs_anchor_list li a:hover::before {
  background: #fff;
}

#sustainability .fs_anchor_list li a::after {
  content: "";
  width: 7px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 16px;
  right: 21px;
}

#sustainability .fs_anchor_list li a:hover::after {
  border-top: solid 2px #C2143D;
  border-right: solid 2px #C2143D;
}

#sustainability .fs_box {
  width: 1000px;
  margin: 80px auto 0;
  overflow: hidden;
}

#sustainability .fs_box figure {
  width: 700px;
  height: auto;
}

#sustainability #anchor02 figure,
#sustainability #anchor04 figure,
#sustainability #anchor06 figure {
  float: right;
}

#sustainability .fs_box .fs_box_read {
  float: right;
  margin-top: -360px;
  background: #fff;
  padding: 40px 0 10px 50px;
  width: 500px;
  position: relative;
}

#sustainability #anchor02 .fs_box_read,
#sustainability #anchor04 .fs_box_read,
#sustainability #anchor06 .fs_box_read {
  float: left;
  padding: 40px 50px 10px 0;
}

#sustainability .fs_box .fs_box_read h4 {
  font-size: 24px;
  letter-spacing: 0.3rem;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: 'BIZ UDPMincho', serif;
  line-height: 34px;
}

#sustainability .fs_box .fs_box_read .fs_box_text {
  padding-bottom: 34px;
  line-height: 26px;
}

#sustainability .fs_box .fs_box_read ul {
  border-top: 1px dotted;
}

#sustainability .fs_box .fs_box_read ul li {
  padding: 18px 0 18px 40px;
  border-bottom: 1px dotted;
  position: relative;
  line-height: 26px;
}

#sustainability .fs_box .fs_box_read ul li::before {
  position: absolute;
  content: "";
  background: #C2143D;
  width: 13px;
  height: 3px;
  top: 26px;
  left: 0;
}

#sustainability .fs_box .fs_box_read ul li a {
  color: #000;
}

#sustainability .fs_box02_wrap {
  margin: 80px 0;
  background: #CEE8DD;
}

#sustainability .fs_box02_wrap .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 35px;
}

#sustainability .fs_box02_wrap .fs_box02 {
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 45px;
}

#sustainability .fs_box02_wrap .fs_box02>figure {
  float: right;
  width: 400px;
  box-shadow: 0px 0px 10px -7px #000;
  position: relative;
}

#sustainability .fs_box02_wrap .fs_box02>figure figcaption {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 12px;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read {
  float: left;
  width: 460px;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read figure {
  padding: 0 0 15px;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read figure img {
  margin: 0;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: 'BIZ UDPMincho', serif;
  padding-bottom: 18px;
  margin-bottom: 22px;
  letter-spacing: 0.2rem;
  font-weight: normal;
  border-bottom: 1px solid #00A779;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read .fs_box02_text {
  line-height: 26px;
  padding-bottom: 25px;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li {
  text-align: right;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li a {
  color: #000;
  padding-right: 43px;
  position: relative;
  display: block;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li a::before {
  position: absolute;
  content: "";
  background: #00A779;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  top: -1px;
  right: 0;
  border: 1px solid #00A779;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li a:hover::before {
  background: #fff;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 10px;
}

#sustainability .fs_box02_wrap .fs_box02 .fs_box02_read ul li a:hover::after {
  border-top: solid 2px #00A779;
  border-right: solid 2px #00A779;
}

.public_announcement .fa-file-pdf-o:before {
  color: #c2143d;
}

.public_announcement dl.tbl01 dd:first-of-type {
  border-top: none;
}

#sustainability .hayashibara_initiative .flx_box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sustainability .hayashibara_initiative .flx_box02 .flx_box02_l {
  width: 50vw;
}

#sustainability .hayashibara_initiative .flx_box02 .flx_box02_r {
  width: 40vw;
  padding: 0 0 0 40px;
}

#sustainability .hayashibara_initiative .block_box {
  padding-bottom: 60px;
}

#sustainability .hayashibara_initiative .un_principle {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 30px;
}

#sustainability .hayashibara_initiative .un_principle dl {
  width: calc(100% / 2);
  background: #e9f0f5;
  padding: 20px 20px 15px;
  box-sizing: border-box;
}

#sustainability .hayashibara_initiative .un_principle dl:nth-child(2),
#sustainability .hayashibara_initiative .un_principle dl:nth-child(3) {
  background: #d4e2ec;
}

#sustainability .hayashibara_initiative .un_principle dt {
  font-weight: bold;
}

#sustainability .hayashibara_initiative .un_principle li {
  line-height: 1.6;
  padding-left: 4em;
  text-indent: -4em;
  padding-bottom: 5px;
}

/* 20230508 社会貢献活動 マネジメントシステム table */
.main_research .rd_about01.management {
  margin-top: -90px;
}

.main_research .rd_about01.management .reed_txt {
  margin-top: 15px;
}

.main_research .management .tbl01 th {
  background: #eff5fb;
}

.main_research .management .tbl01 td {
  text-align: center;
}

/* 20230614 True Beauty and Sustainability Begin with Ingredients */
#sustainability .beauty .fs_mainview {
  background-image: url(/cgi-image/1394/1.jpg);
  height: 620px;
  margin-bottom: 290px;
}

#sustainability .beauty .fs_mainview .inner {
  padding-top: 300px;
}

#sustainability .beauty .fs_mainview .mainlead {
  width: 100%;
  border-radius: unset;
  border: unset;
  position: relative;
  z-index: 1;
  padding: 50px 50px 40px 50px;
  line-height: 26px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
}

#sustainability .beauty .fs_mainview .mainlead::before {
  position: absolute;
  content: '';
  border: 1px solid rgba(34, 34, 34, .3);
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
}

#sustainability .beauty .fs_mainview .mainlead::after {
  position: absolute;
  content: '';
  border-bottom: 320px solid transparent;
  border-left: 320px solid #e2efec;
  top: 0;
  left: 0;
  z-index: -1;
}

#sustainability .beauty .fs_mainview .mainlead h3 {
  padding-bottom: 30px;
}

#sustainability .beauty .fs_mainview .mainlead h3 figure {
  width: 490px;
  height: auto;
}

#sustainability .beauty .fs_mainview .mainlead h3 figure img {
  width: 100%;
}

#sustainability .beauty .fs_mainview .mainlead h4 {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 10px;
  position: relative;
}

#sustainability .beauty .fs_mainview .mainlead h4::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  width: 75%;
  height: 1px;
  background: rgba(34, 34, 34, .3);
  display: inline-block;
  z-index: -2;
}

#sustainability .beauty .fs_mainview .mainlead h4 span {
  display: inline-block;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

#sustainability .beauty .fs_mainview .mainlead h4 span::after {
  position: absolute;
  display: inline-block;
  content: '';
  background: #fff;
  width: 12em;
  height: 1em;
  right: -15px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

#sustainability .beauty .fs_mainview .mainlead p {
  margin-bottom: 25px;
}

#sustainability .beauty .fs_mainview .mainlead p:last-of-type {
  margin-bottom: 5px;
}

#sustainability .beauty .fs_mainview .mainlead li,
#sustainability .beauty .contents01 .list li {
  position: relative;
  padding-left: 1.5em;
}

#sustainability .beauty .fs_mainview .mainlead li:before,
#sustainability .beauty .contents01 .list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #c2143d;
  border-radius: 50%;
}

#sustainability .beauty .contents01 {
  width: 1000px;
  margin: 0 auto 25px;
  line-height: 26px;
  border-bottom: 1px solid rgba(34, 34, 34, .3);
}

#sustainability .beauty .contents01._add {
  border: none;
  margin-top: 80px;
  margin-bottom: 120px;
}

#sustainability .beauty .contents01 h3 {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 24px;
  border-top: 1px solid rgba(34, 34, 34, .3);
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}

#sustainability .beauty .contents01 h3::before {
  position: absolute;
  content: '';
  border-bottom: 15px solid transparent;
  border-left: 15px solid #c2143d;
  top: 5px;
  left: 0;
}

#sustainability .beauty .contents01 h4 {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 22px;
  padding: 20px 0;
  line-height: 26px;
}

#sustainability .beauty .contents01 .fl_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

#sustainability .beauty .contents01 .fl_box._01 {
  align-items: flex-end;
}

#sustainability .beauty .contents01 .fl_box._01 .fl_box_l {
  width: 520px;
}

#sustainability .beauty .contents01 .fl_box._01 .fl_box_r {
  width: 450px;
}

#sustainability .beauty .contents01 .fl_box._01 .fl_box_r p {
  margin-bottom: 20px;
}

#sustainability .beauty .contents01 .fl_box._02 {
  margin-bottom: 25px;
}

#sustainability .beauty .contents01 .fl_box._02 .fl_box_l {
  width: 450px;
}

#sustainability .beauty .contents01 .fl_box._02 .fl_box_r {
  width: 520px;
}

#sustainability .beauty .contents01 .fl_box._02 .fl_box_r figcaption {
  font-size: 12px;
  margin-top: 5px;
}

#sustainability .beauty .arrow {
  text-align: center;
  margin-bottom: 15px;
}

#sustainability .beauty .arrow figure {
  width: 61px;
  height: auto;
  display: inline-block;
}

#sustainability .beauty .contents01 .fl_box._03 {
  align-items: center;
}

#sustainability .beauty .contents01 .fl_box._03 .fl_box_l {
  width: 410px;
}

#sustainability .beauty .contents01 .fl_box._03 .fl_box_r {
  width: 545px;
}

#sustainability .beauty .contents01 .fl_box._03 .fl_box_r h4 {
  padding-top: 0;
}

#sustainability .beauty .contents01 .list {
  background: rgba(241, 241, 241, .8);
  padding: 30px 48px;
  margin-bottom: 35px;
}

#sustainability .beauty .contents01 .fl_box._04 .fl_box_l,
#sustainability .beauty .contents01 .fl_box._04 .fl_box_r {
  width: 480px;
}

#sustainability .beauty .contents01 .fl_box._04 .fl_box_l figcaption,
#sustainability .beauty .contents01 .fl_box._04 .fl_box_r figcaption {
  margin-top: 10px;
}

#sustainability .beauty .link01,
#sustainability .pigment .link01 {
  text-align: center;
  margin-bottom: 30px;
}

#sustainability .beauty .link01 a,
#sustainability .pigment .link01 a {
  display: inline-block;
  background: #fff;
  border-radius: 9999px;
  padding: 20px 100px 18px;
  text-decoration: none;
  position: relative;
  color: #000;
  border: 3px solid #ebebeb;
  font-weight: bold;
  font-size: 17px;
}

#sustainability .beauty .link01 a:hover,
#sustainability .pigment .link01 a:hover {
  background: #C2143D;
  color: #fff;
  border: 3px solid #C2143D;
}

#sustainability .beauty .link01 a::before,
#sustainability .pigment .link01 a::before {
  position: absolute;
  content: "";
  background: #C2143D;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  top: 49%;
  transform: translateY(-50%);
  right: 20px;
}

#sustainability .beauty .link01 a:hover::before,
#sustainability .pigment .link01 a:hover::before {
  background: #fff;
}

#sustainability .beauty .link01 a::after,
#sustainability .pigment .link01 a::after {
  content: "";
  width: 7px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 49%;
  right: 28px;
}

#sustainability .beauty .link01 a:hover:after,
#sustainability .pigment .link01 a:hover:after {
  border-top: solid 2px #C2143D;
  border-right: solid 2px #C2143D;
}

#sustainability .beauty .fs16 {
  font-size: 16px;
  line-height: 30px;
}

#sustainability .beauty .pb_add {
  padding-bottom: 30px;
}

#sustainability .beauty .pb_add02 {
  padding-bottom: 60px;
}

#sustainability .beauty .contents01 .fl_box._05 {
  align-items: center;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l {
  width: 272px;
  margin-left: 50px;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l figure {
  display: flex;
  justify-content: space-around;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l .img03 {
  width: 258px;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l .img01 {
  width: 112px;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l .img02 {
  width: 70px;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_l span {
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

#sustainability .beauty .contents01 .fl_box._05 .fl_box_r {
  width: 600px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  line-height: 24px;
}

#sustainability .beauty .bg_b {
  background: rgba(226, 239, 236, .8);
  padding: 60px 0;
  margin-bottom: 75px;
}

#sustainability .beauty .bg_b .contents01 {
  border-bottom: none;
  margin-bottom: 0;
}

#sustainability .beauty .tbl01 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 25px;
  border: none;
  text-align: center;
  letter-spacing: 0;
}

#sustainability .beauty .tbl01 th,
#sustainability .beauty .tbl01 td {
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, .3);
  border-left: 1px solid rgba(34, 34, 34, .3);
  padding: 10px 15px;
}

#sustainability .beauty .tbl01 tr.txt_l_t td {
  text-align: left;
  vertical-align: top;
}

#sustainability .beauty .tbl01 .hr_bot01 th,
#sustainability .beauty .tbl01 .hr_bot01 td {
  border-bottom: 1px dotted rgba(34, 34, 34, .3);
}

#sustainability .beauty .tbl01 .hr_bot01 th.hr_dot_none01 {
  border-bottom: 1px solid rgba(34, 34, 34, .3);
}

#sustainability .beauty .tbl01 .th03,
#sustainability .beauty .tbl01 .hr_dot_add,
#sustainability .beauty .tbl01 .hr_bot02 th:first-child {
  border-left: 1px dotted rgba(34, 34, 34, .3);
}

#sustainability .beauty .tbl01 th:first-child,
#sustainability .beauty .tbl01 td:first-child {
  border-left: none;
}

#sustainability .beauty .tbl01 th.hr_dot_add {
  border-left: 1px dotted rgba(34, 34, 34, .3);
}

#sustainability .beauty .tbl01 tr:last-child th,
#sustainability .beauty .tbl01 tr:last-child td,
#sustainability .beauty .tbl01 .hr_bot01 th.hr_dot_none02 {
  border-bottom: none;
}

#sustainability .beauty .tbl01 th {
  background: #fbfffe;
  font-weight: bold;
}

#sustainability .beauty .tbl01 .th01 th {
  background: #d1e1df;
  border-bottom: none;
}

#sustainability .beauty .tbl01 .th01 th:nth-child(n+2) {
  width: 23%;
}

#sustainability .beauty .tbl01 th.th02 {
  background: #adcbc7;
}

#sustainability .beauty .tbl01 th.th03 {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

#sustainability .beauty .tbl01 th.th03._fl {
  width: 132px;
}

#sustainability .beauty .tbl01 th.th03 ._fl_txt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#sustainability .beauty .tbl01 .img01 {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#sustainability .beauty .tbl01 .img02 {
  width: 88px;
  height: auto;
  display: block;
  margin-top: 5px;
}

#sustainability .beauty .tbl01 .check {
  position: relative;
}

#sustainability .beauty .tbl01 .check::before {
  content: "";
  width: 11px;
  height: 6px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  transform: translateY(-50%) translateX(-50%) rotate(130deg);
  position: absolute;
  top: 50%;
  right: 45%;
}

#sustainability .beauty .tbl01._02 {
  width: auto;
}

#sustainability .beauty .tbl01._02 .th01 th:nth-child(1) {
  width: 280px;
}

#sustainability .beauty .tbl01._02 .th01 th:nth-child(2) {
  width: 200px;
}

#sustainability .beauty .note {
  letter-spacing: 0;
}

/* aa2g */
.aa2g#story_isomarte .story_main {
  background: url(../../cgi-image/1457/1.jpg) no-repeat center top;
  background-size: cover;
}

.story.aa2g .story_main div img {
  margin: 0 30px 0 0;
  float: left;
}

.story.aa2g .story_main div dl,
.story.aa2g .story_main div p {
  background: rgba(255, 255, 255, 0.8);
}

.story .story_main div img {
  margin: 0 30px 0 0;
  height: 100%;
  float: left;
}

.story .story_main div dl,
.story .story_main div p {
  box-sizing: border-box;
  padding: 35px 30px 20px;
  height: 100%;
  min-height: 274px;
  background: rgba(255, 255, 255, 0.8);
}

.aa2g#story_isomarte .story01 .story_inbox .story_add01 {
  overflow: hidden;
}

.aa2g#story_isomarte .story01 .story_inbox div {
  padding-right: 0;
}

.aa2g#story_isomarte .story01 .story_inbox .pic_box {
  position: relative;
  width: 400px;
  float: right;
  margin: 0 0 15px 40px;
}

.aa2g#story_isomarte .story01 .story_inbox .pic_box_in {
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
}

.aa2g#story_isomarte .story01 .story_inbox .pic_box_in img {
  width: 614px;
  top: 15px;
  right: unset;
  left: 48%;
  transform: translateX(-50%);
}

.aa2g#story_isomarte .story01 .story_inbox .pic_box span {
  position: unset;
  display: block;
  width: 100%;
  text-align: center;
}

.aa2g#story_isomarte .story02 .story_inbox .story_add01 {
  overflow: hidden;
}

.aa2g#story_isomarte .story02 .story_inbox .story_add01 div {}

.aa2g#story_isomarte .story02 .story_inbox .story_add01 .pic_box._01 {
  width: 180px;
  float: right;
  margin: 0 0 10px 40px;
}

.aa2g#story_isomarte .story02 .story_inbox .story_add01 .pic_box._02 {
  width: 230px;
  float: left;
  margin: 0 40px 0 0;
}

.aa2g#story_isomarte .story02 .story_inbox .story_add01 .pic_box img {
  width: 100%;
}

.aa2g#story_isomarte .story02 .story_inbox .story_link {
  background: #f1e8d3;
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

.aa2g#story_isomarte .story02 .story_inbox .story_link a {
  display: inline-block;
  margin-top: 5px;
  font-size: 17px;
}

.aa2g#story_isomarte .story03 .story_add03 .pic_box {
  float: right;
  margin: 0 0 0 40px;
}

.aa2g#story_isomarte .story03 .story_add03 .pic_box img {
  width: 360px;
}

.aa2g#story_isomarte .story03 .story_add03 div {
  overflow: unset;
}

.aa2g#story_isomarte .story03 .story_add04 .pic_box img {
  width: 180px;
}

.aa2g#story_isomarte .story04 div .pic_box.fl_box {
  border-left: none;
  width: 100%;
  float: unset;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 25px;
}

.aa2g#story_isomarte .story04 .story_add05,
.aa2g#story_isomarte .story04 .story_add06 {
  overflow: hidden;
}

.aa2g#story_isomarte .story04 .story_add05 .pic_box {
  width: 220px;
}

.aa2g#story_isomarte .story04 .story_add06 .pic_box {
  width: 220px;
  float: left;
  border-left: none;
  border-right: 55px solid transparent;
}

.aa2g#story_isomarte .story04 .story_add05 .pic_box img,
.aa2g#story_isomarte .story04 .story_add06 .pic_box img {
  width: 100%;
}

.aa2g#story_isomarte .story05 {
  background: #fff;
}

.aa2g#story_isomarte .story05 .column {
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  z-index: 0;
  padding: 55px 30px 0 50px;
  margin-right: 10px;
}

.aa2g#story_isomarte .story05 .column::before {
  position: absolute;
  content: '';
  border: 1px solid #707070;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.aa2g#story_isomarte .story05 .column h3 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 55px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 35px;
}

.aa2g#story_isomarte .story05 .column h3 small {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: baseline;
  margin-left: 20px;
}

.aa2g#story_isomarte .story05 .column h4 {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #222;
  padding-bottom: 18px;
  margin-bottom: 28px;
  display: block;
}

.aa2g#story_isomarte .story05 .column .txt {
  margin-bottom: 30px;
}

.aa2g#story_isomarte .story05 .column .results {
  background: #e8f2fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 50px;
  margin-bottom: 2px;
}

.aa2g#story_isomarte .story05 .column .results ul {
  width: 490px;
}

.aa2g#story_isomarte .story05 .column .results li {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 47px;
  color: #365682;
  border-bottom: 1px solid #b5d0ef;
  line-height: 45px;
}

.aa2g#story_isomarte .story05 .column .results .pic_box {
  width: 225px;
  height: 213px;
  margin: 0;
  float: unset;
}

.aa2g#story_isomarte .story05 .column .cp_txt {
  font-family: Meiryo;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: right;
  display: block;
}

.aa2g#story_isomarte sup {
  font-size: 10px;
}

/* ai_rouros */
.ai_rouros#story_isomarte .story_main {
  background: url(../../cgi-image/1629/1.jpg) no-repeat center top;
  background-size: cover;
}

.ai_rouros#story_isomarte .txt_set {
  display: inline-block;
}

.story.ai_rouros .story_main div {
  width: 970px;
}

.ai_rouros#story_isomarte .story01 .story_inbox>div {
  overflow: hidden;
  padding: 0;
}

.ai_rouros#story_isomarte .story01 .story_inbox .pic_box {
  padding: 0;
  float: right;
  margin: 0 0 0 40px;
  width: 320px;
}

.ai_rouros#story_isomarte .story01 .story_inbox .pic_box img {
  width: 100%;
}

.ai_rouros#story_isomarte .story01 .story_inbox .pic_box img {
  position: unset;
}

.ai_rouros#story_isomarte .story01 .story_inbox .pic_box span {
  display: block;
  margin-top: -5px;
  position: unset;
}

.ai_rouros#story_isomarte .story03 .pic_box {
  margin: 0 40px 0 0;
  width: 288px;
}

.ai_rouros#story_isomarte .story03 .pic_box img {
  width: 100%;
}

.ai_rouros#story_isomarte .story04 .story_inbox div {
  padding: 0;
}

.ai_rouros#story_isomarte .story04 div .pic_box {
  width: auto;
  border-left: 40px solid transparent;
}

.ai_rouros#story_isomarte .story04 div.story_link {
  background: #f1e8d3;
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

.ai_rouros#story_isomarte .story04 div.story_link a {
  display: inline-block;
  margin-top: 5px;
  font-size: 17px;
}

.ai_rouros#story_isomarte .story05 {
  text-align: left;
}

.ai_rouros#story_isomarte .story05 .pic_box {
  margin: 0 0 10px 40px;
  float: right;
  width: 432px;
}

.ai_rouros#story_isomarte .story05 .pic_box span::before {
  display: none;
}

.ai_rouros#story_isomarte .story05 .pic_box img {
  width: 100%;
}

.ai_rouros#story_isomarte .story05 .pic_box .line_blc {
  display: block;
  padding-left: 2em;
  margin: 0;
}

/* 20240202 機能性色素事業 */
/* 20240202 機能性色素事業 fs_mainview */
#sustainability .pigment .fs_mainview {
  background-image: url(/cgi-image/1640/1.jpg);
  background-position: center;
  height: 635px;
  margin-bottom: 0;
  position: relative;
}

#sustainability .pigment .fs_mainview::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 125px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  bottom: 0;
  left: 0;
}

#sustainability .pigment .fs_mainview .inner {
  padding-top: 70px;
}

#sustainability .pigment .fs_mainview .main_ttl {
  text-align: center;
}

#sustainability .pigment .fs_mainview .main_ttl h3 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 50px;
  padding-bottom: 10px;
}

#sustainability .pigment .fs_mainview .main_ttl p {
  line-height: 32px;
}

/* 20240202 機能性色素事業 common */
#sustainability .pigment .contents {
  overflow: unset;
}

#sustainability .pigment .ttl01 {
  text-align: center;
  margin: 100px 0 30px;
  position: relative;
}

#sustainability .pigment .ttl01::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #222;
}

#sustainability .pigment .ttl01 h4 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
  background: #fff;
  padding: 0 62px;
  position: relative;
  display: inline-block;
}

#sustainability .pigment .ttl01 h4::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 78px;
  height: 82px;
  background: url(/cgi-image/1643/1.svg) center no-repeat;
  background-size: 100%;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
}

#sustainability .pigment .w800 {
  width: 800px;
  margin: auto;
}

#sustainability .pigment .fl_box {
  display: flex;
  justify-content: space-between;
}

#sustainability .pigment .ttl02 {
  text-align: center;
  margin: 50px 0 60px;
}

#sustainability .pigment .ttl02 .line {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 17px;
}

#sustainability .pigment .ttl02 .line::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 35px;
  height: 49px;
  background: url(/cgi-image/1647/1.svg) center no-repeat;
  background-size: 100%;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

#sustainability .pigment .ttl02 .line::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 18px;
  background: #e4eeff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#sustainability .pigment .contents .group {
  margin-bottom: 50px;
}

#sustainability .pigment .contents .group .ttl04 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 23px 60px;
  margin: 78px 0 25px;
  border-left: none;
}

#sustainability .pigment .contents .group .ttl04::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background: url(/cgi-image/1648/1.svg) center no-repeat;
  background-size: 100%;
}

#sustainability .pigment .contents .group .ttl04::after {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

#sustainability .pigment .contents .group .fl_box {
  margin-bottom: 30px;
}

#sustainability .pigment .contents .group .fl_box .txt_box {
  width: 450px;
}

#sustainability .pigment .contents .group .fl_box figure {
  width: 500px;
}

#sustainability .pigment .contents .group .ttl03 {
  margin-bottom: 40px;
  padding-left: 0;
  border-left: none;
  text-align: center;
}

#sustainability .pigment .contents .group .ttl03 span {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 35px;
  position: relative;
}

#sustainability .pigment .contents .group .ttl03 span::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, #84e3cc 0%, #ffb4e5 52.72%, #ff74ac 100%);
  opacity: 0.32;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
}

/* 20240202 #sustainability .pigment accordion */
#sustainability .pigment .accordion_container {
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #c6c8ca;
  border-radius: 10px;
  overflow: hidden;
}

#sustainability .pigment .accordion_container h6 {
  position: relative;
  padding: 20px 35px;
  background: #f9f9f9;
  cursor: pointer;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.1em;
}

#sustainability .pigment .accordion_container.blue h6 {
  background: #eef4fe;
}

#sustainability .pigment .accordion_container h6:hover,
#sustainability .pigment .accordion_container h6:active {
  background: #fff;
}

#sustainability .pigment h6.open {
  background: #f9f9f9;
}

#sustainability .pigment .accordion_container h6 i {
  position: absolute;
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: #4472c4;
  border-radius: 50%;
  right: 28px;
  top: 25px;
}

#sustainability .pigment .accordion_container h6 i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
  z-index: 1;
}

#sustainability .pigment .accordion_container h6 i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
  z-index: 1;
}

#sustainability .pigment .accordion_container h6.open i::before {
  transform: rotate(180deg);
}

#sustainability .pigment .accordion_container h6.open i::after {
  opacity: 0;
}

#sustainability .pigment .accordion_content {
  display: none;
  padding: 25px 35px;
}

#sustainability .pigment .contents .accordion_content .fl_box {
  margin-bottom: 0;
}

#sustainability .pigment .accordion_content .fl_box p {
  width: 560px;
}

#sustainability .pigment .contents .accordion_content .fl_box figure {
  width: 320px;
}

/* 20240202 機能性色素事業 .contents._01 */
#sustainability .pigment .contents._01 {
  margin-top: -50px;
  margin-bottom: 190px;
}

#sustainability .pigment .contents._01 .desc_box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 85px 100px 55px;
  position: relative;
}

#sustainability .pigment .contents._01 .desc_box h4 {
  width: 700px;
  border-radius: 10px;
  background: #4472c4;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 70px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#sustainability .pigment .contents._01 .desc_box .inner figure {
  width: 740px;
  margin: 0 auto 40px;
}

/* 20240202 機能性色素事業 .contents._02 */
#sustainability .pigment .contents._02 {
  margin-bottom: 130px;
}

#sustainability .pigment .contents._02 .txt01 {
  margin-bottom: 40px;
}

#sustainability .pigment .contents._02 .history_box {
  background: #f9f9f9;
  margin-bottom: 20px;
}

#sustainability .pigment .contents._02 .history_box .img {
  background: #eef4fe;
  width: 300px;
  text-align: center;
  padding-top: 40px;
}

#sustainability .pigment .contents._02 .history_box .img p {
  margin-bottom: 5px;
}

#sustainability .pigment .contents._02 .history_box .img figure {
  width: 250px;
  display: inline-block;
}

#sustainability .pigment .contents._02 .history_box .txt_box {
  width: 700px;
  padding: 26px 0 35px 150px;
  box-sizing: border-box;
}

#sustainability .pigment .contents._02 .history_box .txt_box h5 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  padding-left: 0;
  border-left: none;
}

#sustainability .pigment .contents._02 .history_box .txt_box .list {
  display: flex;
}

#sustainability .pigment .contents._02 .history_box .txt_box .list:last-child {
  position: relative;
}

#sustainability .pigment .contents._02 .history_box .txt_box .list:last-child::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 16.9%;
  width: 14px;
  height: 12px;
  background: url(/cgi-image/1666/1.svg) center no-repeat;
  background-size: 100%;
}

#sustainability .pigment .contents._02 .history_box .txt_box .date {
  width: 20%;
}

#sustainability .pigment .contents._02 .history_box .txt_box .content {
  position: relative;
  width: 80%;
  padding: 0 0 8px 40px;
}

#sustainability .pigment .contents._02 .history_box .txt_box .content::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
  width: 11px;
  height: 11px;
  background: #4472c4;
  border-radius: 50%;
}

#sustainability .pigment .contents._02 .history_box .txt_box .content::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #4472c4;
  top: 9px;
  left: -3px;
}

/* 20240202 機能性色素事業 .contents._03 */
#sustainability .pigment .contents._03 {
  margin-bottom: 150px;
}

/* 20240202 機能性色素事業 .contents._04 */
#sustainability .pigment .contents._04 {
  margin-bottom: 150px;
}

#sustainability .pigment .contents._04 .ttl02 span::before {
  width: 50px;
  height: 50px;
  background: url(/cgi-image/1652/1.svg) center no-repeat;
  background-size: 100%;
  top: -60px;
}

#sustainability .pigment .contents._04 .column {
  background: #eef4fe;
  border: 1px solid #4472c4;
  margin: 5px;
  position: relative;
  padding: 25px 30px 20px;
}

#sustainability .pigment .contents._04 .column::after {
  position: absolute;
  background: #fff;
  border: 1px solid #4472c4;
  top: -5px;
  left: -5px;
  width: 100.85%;
  height: 101.8%;
  content: '';
  z-index: -1;
}

#sustainability .pigment .contents._04 .column .txt_box {
  width: 340px;
}

#sustainability .pigment .contents._04 .column .txt_box h6 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #4472c4;
  padding: 10px 0 15px;
}

#sustainability .pigment .contents._04 .column dt {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}

#sustainability .pigment .contents._04 .column dt::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #4472c4;
}

#sustainability .pigment .contents._04 .column dt span {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #4472c4;
  background: #eef4fe;
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

#sustainability .pigment .contents._04 .column dd {
  width: 560px;
  margin: 0;
}

#sustainability .pigment .contents._04 .column dd figure {
  width: 270px;
  height: 340px;
  background: #fff;
  position: relative;
}

#sustainability .pigment .contents._04 .column dd figure img {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* 20240202 機能性色素事業 .contents._05 */
#sustainability .pigment .contents._05 {
  margin-bottom: 100px;
}

#sustainability .pigment .contents._05 .ttl02 span::before {
  width: 63px;
  height: 55px;
  background: url(/cgi-image/1657/1.svg) center no-repeat;
  background-size: 100%;
  top: -74px;
}

/* 20240202 機能性色素事業 .contents._06 */
#sustainability .pigment .bg_gry {
  background: #f6f7f8;
  padding: 70px 0 30px;
  margin-bottom: 80px;
}

#sustainability .pigment .contents._06 .ttl01 {
  margin-bottom: 60px;
}

#sustainability .pigment .contents._06 .ttl01 h4 {
  background: #f6f7f8;
  line-height: 46px;
}

#sustainability .pigment .contents._06 .ttl01 h4::after {
  top: -93px;
}

#sustainability .pigment .contents._06 .txt01 {
  text-align: center;
  margin-bottom: 30px;
}

#sustainability .pigment .contents._06 .group._01 figure {
  margin-bottom: 30px;
}

#sustainability .pigment .link01 {
  margin-bottom: 60px;
}

#sustainability .pigment .link01 a {
  width: 640px;
  box-sizing: border-box;
}

#sustainability .pigment .link01.blue a::before {
  background: #4472c4;
}

#sustainability .pigment .link01.blue a:hover {
  background: #4472c4;
  border: 3px solid #4472c4;
}

#sustainability .pigment .link01.blue a:hover:after {
  border-top: solid 2px #4472c4;
  border-right: solid 2px #4472c4;
}

#sustainability .pigment .link01.blue a:hover::before {
  background: #fff;
}

#sustainability .pigment .contents._06 .group._02 {
  margin-bottom: 60px;
}

#sustainability .pigment .contents._06 .group._02 .fl_box li {
  width: 320px;
}

#sustainability .pigment .contents._06 .group._02 .fl_box figure {
  position: relative;
  width: 100%;
  margin-bottom: 11px;
}

#sustainability .pigment .contents._06 .group._02 .fl_box figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  background: rgba(228, 238, 255, .9);
  padding: 18px 0 15px;
  display: block;
  width: 100%;
  line-height: 1;
}
