.goods__umou {
  margin-top: 100px;
  color: #333;
}

.section__container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  font-size: 16px;
}

.title__01 {
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: 500;
}

.title__03 {
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: 500;
}

.image__wrap {
  display: flex;
  justify-content: center;
}

.box__flex {
  display: flex;
  flex-wrap: wrap;
}

.box__flex.col-2 {
  justify-content: space-evenly;
}

.box__flex.col-2 .box__flex__item {
  width: auto;
}

.box__flex.col-2.half {
  justify-content: space-between;
}

.box__flex.col-2.half .box__flex__item {
  width: 48%;
}

.intro .title__wrap {
  margin-bottom: 30px;
  text-align: center;
}

.intro .catch {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
}

.intro .title__01 {
  font-size: 30px;
}

.intro .title__01 .sub {
  margin-right: 30px;
}

.intro.high-quality .title__01 .sub {
  font-size: 26px;
}

.intro.high-quality .title__01 .large {
  font-size: 36px;
}

.intro .title__01 .large {

}

.intro .desc {
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: .05em;
  text-align: center;
}

.link__wrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.link__wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 190px;
  height: 190px;
  background-color: #192f65;
  border-radius: 50vh;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1em;
}

.link__wrap .item:hover {
  opacity: .8;
}

#goods__umou .link__wrap .item:nth-child(1) {
  background-color: #8096cc;
}

#goods__umou .link__wrap .item:nth-child(2) {
  background-color: #6d80bf;
}

#goods__umou .link__wrap .item:nth-child(3) {
  background-color: #4561ac;
}

#goods__umou .link__wrap .item:nth-child(4) {
  background-color: #2a4499;
}

.link__wrap .item .point {
  margin-bottom: 10px;
  font-size: 16px;
}

.link__wrap .item .catch {
  font-size: 20px;
  font-weight: 600;
}

.arrow__right {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
}

.arrow__right:hover {
  color: unset;
  opacity: .7;
}

.arrow__right:before {
  content: '▶';
  margin-right: 20px;
}

.arrow__right .em {
  margin-left: 30px;
  color: #283f76;
  font-weight: 600;
}

.section {
  margin: 0 auto 100px;
}

.section__sub {
  margin: 0 auto 50px;
}

.section__sub .desc {
  margin: 0 auto 30px;
  width: 90%;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .03em;
}

.section__sub .desc .em {
  color: #283f76;
  font-weight: 600;
}

.section__title {
  margin: 0 auto 30px;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.section__title h3.title__02{
  color: #fff;	
}

.section__01 .section__title{
  background-color: #8096cc;
}

.section__02 .section__title{
  background-color: #6d80bf;
}

.section__03 .section__title{
  background-color: #4561ac;
}

.section__04 .section__title{
  background-color: #2a4499;
}

.section__05 .section__title{
  background-color: #192f65;
}

.section__title .title__point {
  font-size: 30px;
}

.section__title .title__02 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 40px;
  font-weight: 500;
}

.section .title__03 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 30px;
}

.section .title__03 .em {
  font-weight: 800;
}

.section__desc {
  margin: 0 auto 30px;
  width: 90%;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .03em;
}

.section__desc .em {
  color: #283f76;
  font-weight: 600;
}

.box__half {
  margin: 0 auto 40px;
  width: 480px;
}

.box__half p {
  font-size: 18px;
}

.box__bio-up {
  margin: 0 auto 50px;
  width: 700px;

}

.box__bio-up p {
  margin-left: 30px;
  width: 340px;
  font-size: 18px;
}

.box__bio-up-graph {
  position: relative;
  /*width: 1000px;*//*20260728del*/
  width: 960px;/*20260728add*/
  margin: 0 auto;
  background: #fff;/*20260728add*/
  padding: 20px 0;/*20260728add*/
}

.box__bio-up-graph .title {
  display: block;
  margin: 0 auto 30px;
}

.box__bio-up-graph .image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box__bio-up-graph .image img {
  width: 200px;
  height: auto;
}

.box__bio-up-graph .title__sub {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.box__bio-up-graph .box__flex {
  justify-content: center;
  align-items: center;
}

.box__bio-up-graph .box__flex .box__image {
  margin-right: 20px;
}

.box__bio-up-graph .box__flex .box__text {
  margin-right: 100px;
  width: 300px;
}

.box__bio-up-graph .box__text p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .1em;
}

.box__bio-up-graph .box__text .small {
  margin-left: 10px;
  font-size: 80%;
}

.box__bio-up-graph .box__text .text {
  margin-top: 20px;
  font-size: 24px;
}

.box__fresh-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 50px;
}

.box__fresh-up p {
  margin-top: 30px;
  font-size: 18px;
}

.box__fresh-up-graph {
  position: relative;
  width: 1000px;
  margin: 0 auto 100px;
}

.box__fresh-up-graph .title {
  display: block;
  margin: 0 auto 30px;
}

.box__fresh-up-graph .box__flex.col-2 {
  position: relative;
  justify-content: center;
  align-items: center;
}

.box__fresh-up-graph .box__image {
  margin-right: 20px;
}

.box__fresh-up-graph .box__flex .box__text {
  margin-right: 100px;
  width: 300px;
}

.box__fresh-up-graph .box__text p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.box__fresh-up-graph .box__text p .small {
  font-size: 80%;
}

.box__fresh-up-graph .box__text .note,
.box__fresh-up-graph .box__text .text {
  font-size: 16px;
}

.box__fresh-up-graph .image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box__fresh-up-graph .image img {
  width: 200px;
  height: auto;
}

.box__plasmacluster {
  padding: 20px;
/*  border-top: 1px solid #ccc;*/
	background: #fff;
}

.box__plasmacluster .title__sub {
  position: relative;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: 600;
  width: 750px;
  z-index: 1;
}

.box__plasmacluster .box__flex.col-2 {
  justify-content: center;
}

.box__plasmacluster .box__image {
  margin-top: -80px;
}

.box__plasmacluster p {
  margin-bottom: 30px;
  font-size: 18px;
}

.box__plasmacluster .note {
  font-size: 16px;
}

.box__flow {
  margin-bottom: -50px;
}

.box__flow .box__flex__item {
  margin-bottom: 50px;
}

.box__flow .box__flex__item .item__title {
  margin: 0 auto 10px;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}

.box__flow .box__flex__item .image {
  margin: 0 auto 10px;
  border-radius: 50px;
}

.box__flow .box__flex__item .item__catch {
  margin: 0 auto 10px;
  color: #c2401e;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.box__dimensional-quilt .box__image {
  text-align: right;
}

.box__dimensional-quilt .box__text {
  font-size: 18px;
}

.box__dimensional-quilt .box__text p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.box__dimensional-quilt .box__text .em {
  color: #283f76;
  font-weight: 600;
}

.box__dimensional-quilt .title__sub.large {
  font-size: 30px;
  text-align: center;
}

.box__dimensional-quilt .title__sub.large .em {
  color: unset;
  font-weight: 700;
}

.box__quilt .box__flex__item {
  margin-bottom: 30px;
  font-size: 18px;
}

.box__quilt .box__flex__item .title__sub {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.box__j-tas {
  margin: 0 auto;
  width: 710px;
}

.box__j-tas .title {
  text-align: center;
}

.box__j-tas .title img {
  vertical-align: bottom;
}

.box__j-tas .box {
  position: relative;
}

.box__j-tas .box .image {
  position: absolute;
  top: 200px;
  right: 7px;
  width: 100px;
  height: 260px;
}

.box__j-tas .text__upper {
  margin: 20px 144px 0 0;
  min-height: 200px;
  /*background: url(/img/usr/goods/umou/img_12.png) no-repeat top right;*/
}

.box__j-tas .text__upper.russia {
  margin-bottom: 30px;
  min-height: 262px;
  /*background: url(/img/usr/goods/umou/img_14.png?20220315) no-repeat bottom right;*/
}
.pc_ka8720 .box__j-tas .text__upper.russia {
  min-height: 232px;
  margin: 20px auto 30px;
}

.pc_ka8720 .box__j-tas .text__upper.russia.j-tas{
  margin: 20px 0 30px;
}

.pc_ka8720 .box__j-tas .text__upper.russia .text{
  margin: 0 auto;
}

.pc_ka8720 .box__j-tas .text__upper.russia.j-tas .text{
  margin: 0 auto 0 0;
}

.pc_ka8720 .section__05 .image__wrap{
  margin-bottom: 30px;
}

.box__j-tas .text__upper .text {
  width: 700px;
  font-size: 18px;
  line-height: 2;
}
.pc_ka8720 .box__j-tas .text__upper .text {
  width: 500px;
}
.box__j-tas .text__upper .catch {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .1em;
}

.box__j-tas .text__upper .em {
  color: #283f76;
  font-size: 20px;
  font-weight: 600;
}

/* 地図非表示対応 */
.box__j-tas .text__upper br,.box__j-tas .text__upper img {
  display: none !important;
}
/* /地図非表示対応 */

.box__j-tas .text__lower p {
  padding-left: 10px;
  line-height: 1.8;
}

.box__j-tas .text__lower .catch {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #7c7d7d;
  color: #fff;
  font-size: 18px;
}

.box__j-tas .text__lower .em {
  color: #283f76;
  font-weight: 600;
}

.box__j-tas .text__lower a {
  margin-top: 20px;
}

/* 追加 */
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.section__06 .title__03 {
  border-bottom: none;
}

.section__07 .section__desc {
  font-size: 22px;
  text-align: center;
}

.section__07 .title__03 {
  border-bottom: none;
}

.section__07 .section__desc .em {
  color: unset;
  text-decoration: underline;
  font-size: 29px;
}

.section__07 .box__flex.col-2.half {
  justify-content: center;
  margin-bottom: 20px;
}

.section__07 .box__flex .box__flex__item {
  margin-bottom: 10px;
}

.section__07-01 {
  margin-top: 100px;
}

.section__07-01 .box__flex {
  margin-bottom: 30px;
}

.section__07-01 .box__flex .box__flex__item:first-child {
  margin-right: 60px;
  width: 430px;
}

.section__07-01 .box__flex .box__flex__item:last-child {
  flex: 1;
}

.section__07-01 .item-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.section__07-01 .star-block {
  display: flex;
  justify-content: center;
}

.section__07-01 .voice {
  padding: 10px 5px;
  border: 1px solid #707070;
}

.section__07-01 .voice-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.section__07-01 .voice-data {
  text-align: right;
  font-weight: bold;
}

.btn-size {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 200px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #FAAD13;
  border-radius: 50vh;
  text-align: center;
  transition: .5s ease-in-out;
}

.btn-size:hover {
  color: #fff;
  opacity: .6;
}

.section__08 .box__flex.col-2.half {
  justify-content: center;
  margin-bottom: 20px;
}

.section__08 .box__flex.col-2.half .box__flex__item {
  width: 400px;
  text-align: center;
}

.section__08 .btn-size {
  margin-top: 20px;
}

.intro {
  margin-bottom: 30px;
}

.section__09 .box__flex.col-3 {
  justify-content: space-between;
  margin-top: 30px;
}

.section__09 .box__flex.col-3 .box__flex__item {
  width: calc((100% - 40px * 2) / 3);
}

.intro.staff .title__01 {
  margin-bottom: 50px;
}

.item__list__title h4 {
  border: none;
}


#goods__umou .title__wrap h2.title__01 {background: none;}























.title__03 {
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    font-weight: 500;
}


.intro .title__wrap {
  margin-bottom: 30px;
  text-align: center;
}

.intro .catch {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
}

.intro .title__01 {
  font-size: 30px;
}

.intro .title__01 .sub {
  margin-right: 30px;
}

.intro.high-quality .title__01 .sub {
  font-size: 26px;
}

.intro.high-quality .title__01 .large {
  font-size: 36px;
}

.intro .title__01 .large {

}

#goods__umou .title__wrap h2.title__01 {
        background: none;
    }

.section__01 .section__title {
    background-color: #8096cc;
}

.section__title {
    margin: 0 auto 30px;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.box__j-tas .text__upper .em {
    color: #283f76;
    font-size: 20px;
    font-weight: 600;
}

.box__fresh-up-graph .box__flex.col-2 {
    position: relative;
    justify-content: center;
    align-items: center;
}

.box__fresh-up-graph .image {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .section__title h3.title__02 {
        color: #fff;
    }

.section__01 .section__title{
  background-color: #8096cc;
}

.section__02 .section__title{
  background-color: #6d80bf;
}

.section__03 .section__title{
  background-color: #4561ac;
}

.section__04 .section__title{
  background-color: #2a4499;
}

.section__05 .section__title{
  background-color: #192f65;
}

.intro .desc {
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: .05em;
  text-align: center;
}

.link__wrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.link__wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 190px;
  height: 190px;
  background-color: #192f65;
  border-radius: 50vh;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1em;
}

.link__wrap .item:hover {
  opacity: .8;
}

#goods__umou .link__wrap .item:nth-child(1) {
  background-color: #8096cc;
}

#goods__umou .link__wrap .item:nth-child(2) {
  background-color: #6d80bf;
}

#goods__umou .link__wrap .item:nth-child(3) {
  background-color: #4561ac;
}

#goods__umou .link__wrap .item:nth-child(4) {
  background-color: #2a4499;
}

.link__wrap .item .point {
  margin-bottom: 10px;
  font-size: 16px;
}

.link__wrap .item .catch {
  font-size: 20px;
  font-weight: 600;
}





.goods__umou {
  font-size: 16px;
}

.section__container {
  width: 100%;
}

img {
  height: auto;
}

sup {
  vertical-align: text-top;
  font-size: 60%;
}

.section {
  margin-bottom: 30px;
}

.section__sub {
  margin-bottom: 20px;
}

.section__sub .desc {
  width: 100%;
  font-size: calc(16 * (100vw / 375));
}

.section__title {
  margin-bottom: 20px;
  padding: 10px;
}

.section .title__03 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: calc(20 * (100vw / 375));
}

.section__title .title__point {
  font-size: calc(20 * (100vw / 375));
}

.section__title .title__02 {
  font-size: calc(20 * (100vw / 375));
  font-weight: 600;
}

.section__desc {
  margin-bottom: 15px;
  width: 100%;
  font-size: calc(16 * (100vw / 375));
}

.box__flex {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.link__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 4%;
  margin-bottom: 20px;
}

.box__flex.col-2.half .box__flex__item {
  width: 100%;
}

.box__flex__item img {
  margin: 0 auto;
  display: block;
}

.link__wrap .item {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
}

.link__wrap .item:nth-child(odd):last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: 48%;
}

.link__wrap .item .point {
  margin-bottom: 5px;
  font-size: calc(13 * (100vw / 375));
}

.link__wrap .item .catch {
  font-size: calc(15 * (100vw / 375));
  line-height: 1.15;
}

.arrow__right {
  padding-left: 0;
  font-size: calc(16 * (100vw / 375));
}

.arrow__right:before {
  margin-right: 5px;
}

.intro .title__01 {
 font-size: calc(20 * (100vw / 375));
}

.intro .catch {
  margin-bottom: 10px;
  font-size: calc(15 * (100vw / 375));
}

.intro .title__01 .sub {
  /*display: block;*/
	display: inline-block;
  margin: 10px auto;
  font-size: calc(18 * (100vw / 375));
padding-right: 10px;
}

.intro .title__01 .large {
  font-size: calc(30 * (100vw / 375));
}

.intro .title__wrap {
  margin-bottom: 20px;
  text-align: center;
}

.intro .desc {
  margin-bottom: 20px;
  font-size: calc(16 * (100vw / 375));
  text-align: left;
}

.box__half {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.box__half p {
  margin-top: 10px;
  font-size: calc(16 * (100vw / 375));
}

.box__bio-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.box__bio-up .image {
  top: 20vw;
  right: -10vw;
  width: 40vw;
  max-width: 152px;
}

.box__bio-up p {
  margin: 20px auto 0;
  width: 100%;
  font-size: calc(16 * (100vw / 375));
}

.box__bio-up-graph {
  width: 100%;
  position: relative;/*20260727add*/
  margin: 0 auto;/*20260727add*/
  background: #fff;/*20260727add*/
  padding: 20px;/*20260727add*/
}

.box__bio-up-graph .box__flex {
  display: flex;
  align-items: flex-start;
}

.box__bio-up-graph .box__flex .box__image {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}

.box__bio-up-graph .title__sub {
  font-size: calc(20 * (100vw / 375));
}

.box__bio-up-graph .box__flex .box__text {
  margin-right: 0;
  width: 60%;
}

.box__bio-up-graph .box__text p {
  font-size: calc(14 * (100vw / 375));
}

.box__bio-up-graph .box__text .text {
  font-size: calc(18 * (100vw / 375));
}

.box__bio-up-graph .image {
  /*right: -10%;*/
  right: 0%;
  /*width: 50%;*/
  width: 40%;
  position: absolute;/*20260727add*/
  bottom: 100px;/*20260727add*/
}

.box__bio-up-graph .image img {
  width: auto;
  max-height: 200px;
}

.box__fresh-up {
  margin-bottom: 30px;
}

.box__fresh-up-graph {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.box__fresh-up p {
  margin-top: 10px;
  font-size: calc(16 * (100vw / 375));
}

.box__fresh-up-graph .box__flex.col-2 {
  display: flex;
  align-items: flex-start;
}

.box__fresh-up-graph .box__flex .box__image {
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%;
}

.box__fresh-up-graph .box__flex .box__text {
  margin-right: 0;
  width: 60%;
}

.box__fresh-up-graph .box__text p {
  margin-bottom: 15px;
  font-size: calc(16 * (100vw / 375));
}

.box__fresh-up-graph .box__text .note,
.box__fresh-up-graph .box__text .text {
  font-size: calc(14 * (100vw / 375));
}

.box__fresh-up-graph .image {
/*  right: -10%;
  width: 50%;*/
	        right: 0%;
        width: 32%;
        bottom: 100px;
}

.box__fresh-up-graph .image img {
  width: 100%;
}

.box__plasmacluster {
  padding: 20px;
  border-top: 1px solid #ccc;
}

.box__plasmacluster .title__sub {
  margin: 0 auto 30px;
  font-size: calc(20 * (100vw / 375));
  width: 100%;
}

.box__plasmacluster p {
  margin-bottom: 30px;
  font-size: calc(16 * (100vw / 375));
}

.box__plasmacluster .note {
  font-size: calc(14 * (100vw / 375));
}

.box__plasmacluster .box__flex.col-2 .box__image {
  width: 40vw;
  margin: 0 auto;
  display: block;
}

.box__flow {
  margin-bottom: 0;
}

.box__flow .box__flex__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.box__flow .box__flex__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.box__flow .box__flex__item .item__title {
  font-size: calc(20 * (100vw / 375));
}

.box__flow .box__flex__item .item__title {
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .1em;
}

.box__flow .box__flex__item .item__catch {
  font-size: calc(20 * (100vw / 375));
}

.box__flow .box__flex__item .item__catch {
    margin: 0 auto 10px;
    color: #c2401e;
    font-weight: 600;
    text-align: center;
}

.box__quilt .box__flex__item img {
  margin-bottom: 10px;
}

.box__j-tas {
  width: 100%;
}

.box__j-tas .text__upper {
  margin: 0 auto 30px;
  background: none;
  min-height: unset;
}

.box__j-tas .text__upper .text {
  width: 100%;
  font-size: calc(16 * (100vw / 375));
}

.box__j-tas .box .image {
  position: unset;
  right: unset;
  top: unset;
  width: 20vw;
  margin: 0 auto;
  display: block;
}

.box__j-tas .text__upper .catch {
  font-size: calc(18 * (100vw / 375));
}

.box__j-tas .text__upper .em {
  font-size: calc(18 * (100vw / 375));
}

.box__j-tas .text__lower p {
  padding-left: 0;
  font-size: calc(16 * (100vw / 375));
}

.box__j-tas .text__lower a {
  margin: 10px 0;
}

.box__dimensional-quilt .title__sub.large {
  font-size: calc(20 * (100vw / 375));
}

.box__dimensional-quilt .box__text {
  font-size: calc(16 * (100vw / 375));
}

.box__dimensional-quilt .box__text .em {
  margin-left: 0;
}

.box__quilt .box__flex__item {
  font-size: calc(16 * (100vw / 375));
}

.box__dimensional-quilt .box__image {
  text-align: center;
}

/* 追加 */
.section__07-01 .box__flex .box__flex__item:first-child {
  width: 100%;
}

.section__07 .box__flex.col-2.half {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.section__07 .box__flex.half .box__flex__item {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
  width: calc((100% - 10px)/2);
}

.section__07 .align-right {
  font-size: calc(14 * (100vw / 375));
}

.section__08 .box__flex.col-2.half .box__flex__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
  width: calc((100% - 10px)/2);
}

.section__08 .box__flex.col-2.half .box__flex__item img {
  margin-bottom: 10px;
}

.section__09 .box__flex.col-3 .box__flex__item {
  width: calc((100% - 10px * 2) / 3);
}

.section__09 .box__flex.col-3 {
  flex-direction: row;
}

.section__07-01 {
  margin-top: 50px;
}

.section__07-01 .box__flex {
  flex-wrap: nowrap;
}

.section__07 .section__desc {
  font-size: calc(16 * (100vw / 375));
}

.section__07 .section__desc .em {
  font-size: calc(20 * (100vw / 375));
}

.section__07-01 .box__flex .box__flex__item:first-child {
  margin-right: 0;
  border-bottom: none;
}

.section__07-01 .item-title {
  font-size: calc(18 * (100vw / 375));
}

.section__07 .box__flex .box__flex__item {
  padding-bottom: 0;
}

.btn-size {
  padding: 5px 20px;
  font-size: calc(16 * (100vw / 375));
  width: auto;
}

.section__08 .btn-size {
  margin-top: auto;
}

.section__08 .box__flex.col-2.half {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.intro .title__01 {
/*  font-size: calc(18 * (100vw / 375));*/
  font-size: calc(16 * (100vw / 375));
}

.intro .title__01 .large {
	font-size: calc(18 * (100vw / 375));
}

.intro.staff .title__01 {
  margin-bottom: 30px;
}

.section__05 .image__wrap + .title__03{
  margin-top: 20px;
}

/* バイオアップ(R)加工 */
#umoaikake .box__bio-up-graph img {
    width: unset;
    height: unset;
    margin: unset;
}


