@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
.notoSansJpMedium {
  font-weight: 500;
}
.notoSansJpBold {
  font-weight: 700;
}
.RobotoCondensedBold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.forSP {
  display: none;
}
.cmmnBtn {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.cmmnBtn a,
.cmmnBtn button {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 18px 0;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.cmmnBtn a:before,
.cmmnBtn button:before {
  border-radius: 100px;
}
.cmmnBtn a:after,
.cmmnBtn button:after {
  content: '>';
  color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmmnBtn.cmmnBtnBlue01 a,
.cmmnBtn.cmmnBtnBlue01 button {
  background-color: #09f;
  color: #fff;
}
.cmmnBtn.cmmnBtnBlue01 a:before,
.cmmnBtn.cmmnBtnBlue01 button:before {
  background-color: #036aa8;
}
/*2001修正*/
.cmmnBtn.cmmnBtnGreen01 a,
.cmmnBtn.cmmnBtnGreen01 button {
  background-color: #3c0;
  color: #fff;
}
.cmmnBtn.cmmnBtnGreen01 a:before,
.cmmnBtn.cmmnBtnGreen01 button:before {
  background-color: #238c00;
}
.cmmnBtn.cmmnBtnWhite01 a,
.cmmnBtn.cmmnBtnWhite01 button {
  background-color: #fff;
  color: #09f;
}
.cmmnBtn.cmmnBtnWhite01 a:before,
.cmmnBtn.cmmnBtnWhite01 button:before {
  background-color: #f0f0f0;
}
.cmmnBtn.cmmnBtnWhite01 a:after {
  color: #09f;
}
.cmmnBtn.cmmnBtnGray01 a,
.cmmnBtn.cmmnBtnGray01 button {
  background-color: #bbb;
  color: #fff;
}
.cmmnBtn.cmmnBtnGray01 a:before,
.cmmnBtn.cmmnBtnGray01 button:before {
  background-color: #aaa;
}
.cmmnBtn.cmmnBtnBlueLine01 a {
  padding: 15px 0;
  border: solid 3px #09f;
  color: #09f;
  background-color: white;
}
.cmmnBtn.cmmnBtnBlueLine01 a:before {
  background-color: #f9f9f9;
}
.cmmnBtn.cmmnBtnBlueLine01 a:after {
  color: #09f;
}

.cmmnBtn.cmmnBtnGreenLine01 a {
  padding: 15px 0;
  border: solid 3px #3c0;
  color: #3c0;
  background-color: white;
}
.cmmnBtn.cmmnBtnGreenLine01 a:before {
  background-color: #f9f9f9;
}
.cmmnBtn.cmmnBtnGreenLine01 a:after {
  color: #3c0;
}

/*202011111変更*/
.cmmnBtn.cmmnBtnorangeLine01 a {
  padding: 15px 0;
  border: solid 3px #eb6100;
  color: #eb6100;
  background-color: white;
}
.cmmnBtn.cmmnBtnorangeLine01 a:before {
  background-color: #f9f9f9;
}
.cmmnBtn.cmmnBtnorangeLine01 a:after {
  color: #eb6100;
}

/*2001変更*/
.cmmnBtn.cmmnBtnBlueLine01 a:hover {
  color: #fff;
  background-color: #09f;
}
.cmmnBtn.cmmnBtnBlueLine01 a:hover::after {
  color: #fff;
}
.cmmnBtn.cmmnBtnorangeLine01 a:hover {
  color: #fff;
  background-color: #eb6100;
}
.cmmnBtn.cmmnBtnorangeLine01 a:hover::after {
  color: #fff;
}

/*2001変更*/
.cmmnBtn.cmmnBtnBlueLine01 a:hover {
  color: #fff;
  background-color: #09f;
}
.cmmnBtn.cmmnBtnBlueLine01 a:hover::after {
  color: #fff;
}
.cmmnBtn.cmmnBtnGreenLine01 a:hover {
  color: #fff;
  background-color: #3c0;
}
.cmmnBtn.cmmnBtnGreenLine01 a:hover::after {
  color: #fff;
}

.cmmnBtn.cmmnBtnBlackLine01 a {
  padding: 15px 0;
  border: solid 3px black;
  color: black;
  background-color: white;
}
.cmmnBtn.cmmnBtnBlackLine01 a:before {
  background-color: #f9f9f9;
}
.cmmnBtn.cmmnBtnBlackLine01 a:after {
  color: black;
}
.cmmnBtn.cmmnBtnBlack01 a {
  background-color: #4d4d4d;
  color: #fff;
}
.cmmnBtn.cmmnBtnBlack01 a:before {
  background-color: #000;
}
.cmmnBtn.cmmnBtnSquare a {
  border-radius: 0;
  padding: 10px 0;
}
.cmmnBtn.cmmnBtnSquare a:before {
  border-radius: 0;
}
.cmmnBtn.cmmnBtnSquare a:after {
  right: 22px;
}
.cmmnBtn.cmmnBtnBlueLine01.cmmnBtnSquare a,
.cmmnBtn.cmmnBtnGreenLine01.cmmnBtnSquare a,
.cmmnBtn.cmmnBtnBlackLine01.cmmnBtnSquare a,
.cmmnBtn.cmmnBtnorangeLine01.cmmnBtnSquare a {
  padding: 7px 0;
}

.cmmnBtn.cmmnBtnNoArrow a:after {
  display: none;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
#wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*-------------------------------------------------------------------
#globalNav
-------------------------------------------------------------------*/
#globalNav {
  background-color: #036aa8;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999;
}
#globalNav ul li {
  float: left;
}
#globalNav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 13px;
}
#globalNav .logo {
  width: 18.51851852%;
}
#globalNav .contents {
  width: 70.90740741%;
  position: absolute;
  left: 18.51851852%;
  top: 10px;
}
#globalNav .contents ul {
  width: 100%;
}
#globalNav .contents ul li {
  padding-right: 0.9%;
  border-right: #fff 1px solid;
  margin-right: 0.9%;
  position: relative;
}
#globalNav .contents ul li ul {
  position: absolute;
  top: 99%;
  left: 0%;
  width: 300px;
}
#globalNav .contents ul li ul li {
  border-right: none;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
  height: 0;
  overflow: hidden;
  transition: 0.6s;
}

#globalNav .contents ul li ul li.blank a span.icon {
  background: url(/img/cmmn/icon_blank.svg) no-repeat right center;
  background-size: auto 13px;
  width: auto !important;
  padding-right: 20px;
  display: inline-block;
  height: auto;
  position: unset;
}

#globalNav .contents ul li ul li a {
  display: block;
  width: 95%;
  padding: 5px 2.5%;
  background-color: #036aa8;
  transition: 0.6s;
}
#globalNav .contents ul li ul li a:hover {
}
#globalNav .contents ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#globalNav .contents ul li:hover ul li {
  height: auto;
  overflow: visible;
  transition: 0.6s;
  border-bottom: #fff 1px solid;
}
#globalNav .contents ul li:hover ul li:last-child {
  border-bottom: none;
}
#globalNav .contents ul li a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ff0;
}
#globalNav span {
  background: #fff;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -10px;
}
#globalNav .lnk {
  width: 10.57407407%;
  position: absolute;
  left: 88.42592593%;
  top: 11px;
}
#globalNav .lnk li {
  margin-right: 4%;
  width: 20%;
}
#globalNav .lnk li:first-child {
  display: none;
}
#globalNav .lnk li:last-child {
  width: 49.6%;
  margin-right: 0;
  text-align: center;
}
#globalNav .lnk li.language {
  margin-left: 0.5em;
  border: none;
}
#globalNav .lnk li.language a {
  background-color: #036aa8;
}
#globalNav .lnk li.language a:before {
  background-color: #09f;
}
#globalNav {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 1099px) {
  #globalHeader .logo {
    width: 198px;
    padding-left: 10px;
  }
  #globalHeader .drawer-toggle {
    display: block;
    z-index: 9999;
  }
  #globalNav .contents,
  #globalNav {
    padding: 0;
    transition: 0.6s;
  }
  #globalNav .contents,
  #globalNav .lnk {
    display: none;
  }
}
/*---ハンバーガーメニュー---*/
#wrap #globalHeader .drawer-toggle {
  z-index: 99999;
  position: fixed;
  top: -5px;
  width: 30px;
}
#wrap #globalHeader .drawer-toggle .drawer-hamburger-icon {
  background-color: #fff;
}
#wrap #globalHeader .drawer-toggle .drawer-hamburger-icon:before,
#wrap #globalHeader .drawer-toggle .drawer-hamburger-icon:after {
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#wrap #globalHeader .drawer-nav {
  background-color: #036aa8;
  padding-bottom: 20px;
  overflow-y: scroll;
}
#wrap #globalHeader .drawer-nav .drawer-menu li {
  border-bottom: #fff 1px solid;
}
#wrap #globalHeader .drawer-nav .drawer-menu li.singleList {
  font-size: 1rem;
  color: #fff;
  padding: 0.75rem;
  position: relative;
}
#wrap #globalHeader .drawer-nav .drawer-menu li.singleList a {
  text-decoration: none;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .hmbrgrAccdnMenu dt {
  font-size: 1rem;
  color: #fff;
  padding: 0.75rem;
  position: relative;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .hmbrgrAccdnMenu dt::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  transition: 0.6s;
  font-size: 25px;
}
#wrap
  #globalHeader
  .drawer-nav
  .drawer-menu
  li
  .hmbrgrAccdnMenu
  dt.open::after {
  content: '-';
  transition: 0.6s;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .hmbrgrAccdnMenu dd {
  padding-left: 1.4rem;
  padding-bottom: 0.75rem;
  display: none;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .hmbrgrAccdnMenu dd p a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
}

#wrap
  #globalHeader
  .drawer-nav
  .drawer-menu
  li
  .hmbrgrAccdnMenu
  dd
  p.blank
  span.icon {
  background: url(/img/cmmn/icon_blank.svg) no-repeat right center;
  background-size: auto 13px;
  width: auto !important;
  padding-right: 20px;
  display: inline-block;
}

#wrap #globalHeader .drawer-nav .drawer-menu li:last-child {
  border-bottom: none;
}
#wrap #globalHeader .drawer-nav .drawer-menu li a {
  color: #fff;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .lnk {
  width: 40px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 20px;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .lnk li {
  width: 100%;
  border-bottom: none;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .lnk li:first-child {
  float: left;
  display: none;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .lnk li:last-child {
  float: right;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .language {
  border: none;
  padding: 0px 10px;
  width: 64px;
  margin: 0 auto;
  text-align: center;
}
#wrap #globalHeader .drawer-nav .drawer-menu li .language a {
  text-decoration: none;
}
/*-------------------------------------------------------------------
#mainContents
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
#globalFooter
-------------------------------------------------------------------*/
#globalFooter .col05 {
  width: 100%;
}
#globalFooter .col05 .col05List {
  padding-right: 2.03703704%;
  margin-right: 2.03703704%;
  border-right: #000 1px solid;
  float: left;
}
#globalFooter .col05 .col05List:first-child {
  width: 19.05555556%;
}
#globalFooter .col05 .col05List:nth-child(2) {
  width: 11.96296296%;
}
#globalFooter .col05 .col05List:nth-child(3) {
  width: 16.51851852%;
}
#globalFooter .col05 .col05List:nth-child(4) {
  width: 18.61111111%;
}
#globalFooter .col05 .col05List:last-child {
  width: 15.77777778%;
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#globalFooter .col05 .col05List a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#globalFooter .col05 .col05List a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #09f;
}
#globalFooter .col05 .col05List dl dt {
  margin-bottom: 12px;
}
#globalFooter .col05 .col05List dl dt a {
  font-size: 14px;
}
#globalFooter .col05 .col05List dl dd {
  margin-bottom: 15px;
}
#globalFooter .col05 .col05List dl dd:last-child {
  margin-bottom: 0;
}
#globalFooter .col05 .col05List dl dd a {
  font-size: 12px;
}
#globalFooter .copy {
  font-size: 12px;
  text-align: center;
  padding: 25px 0;
  border-top: #000 1px solid;
  margin-top: 55px;
}
#btnPagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 80px;
  z-index: 999;
}
#btnPagetop a {
  background-color: #000;
  display: block;
}
/*====================================================================
小さいディスプレイのノートPC用
====================================================================*/
/*====================================================================
タブレット
====================================================================*/
/*====================================================================
SP
====================================================================*/
/*=============================================
GoogleChrome
==============================================*/
/*=============================================
for IE 11
==============================================*/
/*=============================================
for IE 10
==============================================*/
/*=============================================
for Microsoft Edge
==============================================*/
main {
  margin-top: 38px;
  margin-bottom: 161px;
}
.topic-path {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 22px auto 38px;
  padding: 0 10px;
}
.topic-path__list {
  padding: 0;
  list-style: none;
  font-size: 0;
  display: none;
}
.topic-path__item {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4d;
}
.topic-path__item:not(:last-child):after {
  content: '>';
  display: inline-block;
  margin: 0 5px;
}
.topic-path a {
  color: #4d4d4d;
  text-decoration: none;
}
.topic-path a:hover {
  text-decoration: underline;
}
.frontispiece {
  width: auto;
  padding: 0;
  /*background-color: #f9f9f9;*/
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.frontispiece__inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.frontispiece__title-wrapper {
  position: relative;
  text-align: center;
}
.frontispiece__excerpt {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #036aa8;
}
.frontispiece__title {
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #036aa8;
}
.content-for-society-and-customers .frontispiece {
  background-image: url(../img/frontispiece/for-society-and-customers.jpg);
}
.content-club .frontispiece {
  background-image: url(../img/frontispiece/club.jpg);
}
.content-recruit .frontispiece {
  background-image: url(../img/frontispiece/recruit.jpg);
}
.content-development .frontispiece {
  background-image: url(../img/frontispiece/development.jpg);
}
.content-kojiro-shiraishi .frontispiece {
  background-image: url(../img/frontispiece/kojiro-shiraishi.jpg);
}
.content-contact .frontispiece {
  background-image: url(../img/frontispiece/contact.jpg);
  background-color: #3cf;
}
.content-privacy .frontispiece {
  background-image: url(../img/frontispiece/contact.jpg);
  background-color: #3cf;
}
.content-interview .frontispiece {
  background-image: url(../img/frontispiece/interview.jpg);
}
.content-interview .frontispiece .frontispiece__inner-wrapper:before {
  position: absolute;
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/frontispiece/interview-character.png);
  background-size: contain;
}
.content-satisfying-rigorous-standards .frontispiece {
  background-image: url(../img/frontispiece/satisfying-rigorous-standards.jpg);
}
.content-medicine .frontispiece {
  background-image: url(../img/frontispiece/medicine.jpg);
}
.content-medicine2 .frontispiece {
  background-image: url(/img/medicine/medicine2.jpg);
}
.content-medicine3 .frontispiece {
  background-image: url(/img/medicine/medicine3.jpg);
}
.mt_medicine_img {
  margin-top: 50px;
}
.content-company .frontispiece {
  background-image: url(../img/frontispiece/company.jpg);
}
.content-manufacturing .frontispiece {
  background-image: url(../img/frontispiece/manufacturing.png);
}
.content-fuppy-quiz .frontispiece {
  background-image: url(../img/frontispiece/fuppy-quiz-bg.png);
  background-repeat: repeat-x;
  background-position: center;
}
.content-fuppy-quiz .frontispiece .frontispiece__inner-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.content-about-fuppy .frontispiece {
  background-image: url(../img/frontispiece/about-fuppy-bg.png);
  background-repeat: repeat-x;
  background-position: center;
}
.content-about-fuppy .frontispiece .frontispiece__inner-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.type-post .frontispiece {
  background-image: url(../img/frontispiece/news.jpg);
}
#wrap #globalFooter .bottom-picture + .copy {
  margin-top: 0;
}
.bottom-picture {
  background: url(../img/cmmn/bottom-picture.jpg) center center no-repeat;
  background-size: cover;
}
#wrap .content-label img {
  width: auto;
  height: 40px;
}
.content-for-society-and-customers .frontispiece__title-wrapper {
  display: none;
}
.content-for-society-and-customers .section-2:before {
  position: absolute;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #d3edfb;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 9px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 9px
  );
}
.content-for-society-and-customers .section-2 .description {
  position: relative;
}
.content-satisfying-rigorous-standards .frontispiece__title-wrapper {
  display: none;
}
.content-satisfying-rigorous-standards .section .column {
  position: relative;
  border: solid 1px black;
  box-sizing: border-box;
  background: white;
}
.content-satisfying-rigorous-standards .section .column:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/spirits/satisfying-rigorous-standards-clear.png) center
    center no-repeat;
  background-size: contain;
}
.content-satisfying-rigorous-standards .section-3 .heading {
  position: relative;
  text-align: center;
}
.content-satisfying-rigorous-standards .section-3 .heading:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  background: black;
}
.content-satisfying-rigorous-standards .section-3 .description {
  position: relative;
}
.content-satisfying-rigorous-standards .section-4 .heading {
  position: relative;
  text-align: center;
}
.content-satisfying-rigorous-standards .section-4 .heading:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  background: url(../img/spirits/satisfying-rigorous-standards-down.png) center
    center no-repeat;
  background-size: contain;
}
.content-satisfying-rigorous-standards .section-4 .heading span {
  position: relative;
}
.content-satisfying-rigorous-standards .section-4 .group-1 .description {
  position: relative;
}
.content-satisfying-rigorous-standards .section-4 .group-2 .description {
  position: relative;
}
.content-satisfying-rigorous-standards .section-profiles .profile {
  position: relative;
}
.content-satisfying-rigorous-standards .section-profiles .profile:before {
  position: absolute;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #e5e5e5;
}
.content-satisfying-rigorous-standards .section-profiles .image {
  position: relative;
}
.content-satisfying-rigorous-standards .section-profiles .profile-inner {
  position: relative;
  text-align: center;
  background: white;
}
.content-development .frontispiece__title-wrapper {
  display: none;
}
.content-development main {
  margin-bottom: 64px;
}
.content-development .section .column {
  position: relative;
  border: solid 1px black;
  box-sizing: border-box;
  background: white;
}
.content-development .section-2 .column {
  margin-left: 102px;
}
.content-development .section-2 .description {
  position: relative;
}
.content-development .section-3 .section-inner:before {
  position: absolute;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #f2f2f2;
}
.content-development .section-3 .column {
  margin-left: 570px;
}
.content-development .section-3 .description {
  position: relative;
}
.content-development .section-4 .section-inner:before {
  position: absolute;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #cff;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 8px,
    rgba(255, 255, 255, 0.4) 8px,
    rgba(255, 255, 255, 0.4) 13px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 8px,
    rgba(255, 255, 255, 0.4) 8px,
    rgba(255, 255, 255, 0.4) 13px
  );
}
.content-development .section-4 .column {
  margin-left: 102px;
}
.content-development .section-4 .description {
  position: relative;
}
.content-club .frontispiece__title-wrapper {
  display: none;
}
.content-club .topic-path {
  margin-bottom: 0;
}
.content-club .bottom-picture {
  display: none;
}
.content-club .sub-heading {
  position: relative;
}
.content-club .description {
  position: relative;
}
.content-club .section-wrapper {
  background-size: auto auto;
  background-color: #f2f2f2;
}
.content-club .section-inner {
  position: relative;
}
.content-club .section-outline {
  margin-bottom: 40px;
}
.content-club .section-outline .heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #06c;
  text-align: center;
}
.content-club .section-outline .subscript {
  color: #06c;
  font-weight: 500;
  text-align: center;
}
.content-club .section-1 {
  margin-bottom: 20px;
}
.content-club .section-2 .description {
  padding-left: 32px;
}
.content-fuppy-quiz .frontispiece__title-wrapper {
  display: none;
}
.content-fuppy-quiz .section-list .anchor-list {
  padding: 0;
  counter-reset: section-list;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.content-fuppy-quiz .section-list .anchor-item:nth-child(5n + 1) {
  margin-left: 0;
}
.content-fuppy-quiz .section-list .anchor-item.is-active a {
  background: #09f;
}
.content-fuppy-quiz .section-list .anchor-item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 60px;
  box-sizing: border-box;
  color: white;
  background: #999;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.content-fuppy-quiz .section-list .anchor-item a:hover {
  background: #09f;
}
.content-fuppy-quiz .section-list .anchor-item a:before {
  content: 'Quiz';
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  letter-spacing: -0.025em;
}
.content-fuppy-quiz .section-list .anchor-item a:after {
  counter-increment: section-list;
  content: counter(section-list, decimal-leading-zero);
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  letter-spacing: -0.025em;
}
.content-fuppy-quiz .section-qa {
  counter-reset: section-item;
}
.content-fuppy-quiz .section-qa .sectiopn-odd {
  background: #d6ebff;
}
.content-fuppy-quiz .section-qa .section .quiz-number {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  color: white;
  background: #09f;
}
.content-fuppy-quiz .section-qa .section .quiz-number:before {
  content: 'Quiz';
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.025em;
}
.content-fuppy-quiz .section-qa .section .quiz-number:after {
  counter-increment: section-item;
  content: counter(section-item, decimal-leading-zero);
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  letter-spacing: -0.025em;
}
.content-fuppy-quiz .section-qa .question .inner {
  position: relative;
}
.content-fuppy-quiz .section-qa .question .image {
  width: 888px;
  margin: 0 auto;
}
.content-fuppy-quiz .section-qa .question .character {
  position: absolute;
}
.content-fuppy-quiz .section-qa .question .answer-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.content-fuppy-quiz .section-qa .question .answer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #09f;
  background: white;
  box-shadow: inset 0 0 0 1px #09f;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.content-fuppy-quiz .section-qa .question .answer-item:hover {
  color: white;
  background: #09f;
}
.content-fuppy-quiz .section-qa .question .answer-item:hover span {
  color: #09f;
  background: white;
}
.content-fuppy-quiz .section-qa .question .answer-item.is-active {
  color: white;
  background: #09f;
}
.content-fuppy-quiz .section-qa .question .answer-item.is-active span {
  color: #09f;
  background: white;
}
.content-fuppy-quiz .section-qa .question .answer-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  background: #09f;
  box-shadow: inset 0 0 0 1px #09f;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.content-fuppy-quiz .section-qa .question .answer-item small {
  font-size: 12px;
}
.content-fuppy-quiz .section-qa .answer {
  display: none;
  background: #09f;
  color: white;
}
.content-fuppy-quiz .section-qa .answer .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 2px;
  box-sizing: border-box;
  text-align: center;
}
.content-fuppy-quiz .section-qa .answer .number small {
  font-weight: bold;
}
.content-fuppy-quiz .section-qa .answer .number span {
  color: #fc0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.content-fuppy-quiz .section-qa .answer .description + .description {
  margin-top: 20px;
}
.content-fuppy-quiz .section-qa .answer .description strong {
  color: #fc0;
  font-weight: normal;
}
.content-fuppy-quiz .section-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content-fuppy-quiz .section-popup.show {
  opacity: 1;
  visibility: visible;
}
.content-fuppy-quiz .section-popup .popup-bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
}
.content-fuppy-quiz .section-popup .popup-contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 48px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1080px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.content-fuppy-quiz .section-popup .popup-contents__heading {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 100;
  line-height: 60px;
  letter-spacing: 0;
}
.content-fuppy-quiz .section-popup .popup-contents__heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #000;
}
.content-fuppy-quiz.section-popup .popup-contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-fuppy-quiz .section-popup .popup-contents__text {
  width: 400px;
  font-size: 18px;
  font-weight: 100;
  line-height: 34px;
  letter-spacing: 0.05em;
}
.content-fuppy-quiz .section-popup .popup-contents__text .is-pc {
  display: inline-block !important;
}
.content-fuppy-quiz .section-popup .popup-contents__text .is-sp {
  display: none !important;
}
.content-fuppy-quiz .section-popup .popup-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 500px;
  list-style: none;
}
.content-fuppy-quiz .section-popup .popup-contents__item {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
}
.content-fuppy-quiz .section-popup .popup-contents__item small {
  display: block;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.content-fuppy-quiz .section-popup .popup-contents__item span {
  font-size: 70%;
}
.content-fuppy-quiz .section-popup .popup-contents__item:nth-child(odd) {
  width: 225px;
}
.content-fuppy-quiz .section-popup .popup-contents__item:nth-child(even) {
  width: 215px;
}
.content-fuppy-quiz .section-popup .popup-contents__item:nth-child(n + 3) {
  margin-top: 40px;
}
.content-fuppy-quiz .section-popup .popup-contents__btn {
  margin-top: 45px;
}
.content-fuppy-quiz .section-popup .popup-contents__btn.cmmnBtn a:after {
  display: none;
}
.content-club .is-pc {
  display: block;
}
.content-club .is-sp {
  display: none;
}
.content-club .popup-btn {
  cursor: pointer;
}
.content-medicine .is-pc {
  display: block;
}
.content-medicine .is-sp {
  display: none;
}
.content-medicine .popup-btn {
  cursor: pointer;
}
.content-medicine .section-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content-medicine .section-popup.show {
  opacity: 1;
  visibility: visible;
}
.content-medicine .section-popup .popup-bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
}
.content-medicine .section-popup .popup-contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 48px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1080px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.content-medicine .section-popup .popup-contents__heading {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 100;
  line-height: 60px;
  letter-spacing: 0;
}
.content-medicine .section-popup .popup-contents__heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #000;
}
.content-medicine .section-popup .popup-contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-medicine .section-popup .popup-contents__text {
  width: 400px;
  font-size: 18px;
  font-weight: 100;
  line-height: 34px;
  letter-spacing: 0.05em;
}
.content-medicine .section-popup .popup-contents__text .is-pc {
  display: inline-block !important;
}
.content-medicine .section-popup .popup-contents__text .is-sp {
  display: none !important;
}
.content-medicine .section-popup .popup-contents__rightConte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 490px;
}
.content-medicine .section-popup .popup-contents__list {
  list-style: none;
}
.content-medicine .section-popup .popup-contents__list:first-of-type {
  width: 225px;
}
.content-medicine .section-popup .popup-contents__list:last-of-type {
  width: 229px;
}
.content-medicine .section-popup .popup-contents__item {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
}
.content-medicine .section-popup .popup-contents__item small {
  display: block;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.content-medicine .section-popup .popup-contents__item span {
  font-size: 70%;
}
.content-medicine .section-popup .popup-contents__item:nth-child(n + 2) {
  margin-top: 40px;
}
.content-medicine .section-popup .popup-contents__btn {
  margin-top: 45px;
}
.content-medicine .section-popup .popup-contents__btn.cmmnBtn a:after {
  display: none;
}
.content-about-fuppy .frontispiece__title-wrapper {
  display: none;
}
.content-about-fuppy .bottom-picture {
  display: none;
}
.content-about-fuppy main {
  margin-bottom: 64px;
}
.content-about-fuppy .section-3 {
  background: url(../img/about-fuppy/about-fuppy-3-back.jpg) center center
    no-repeat;
  background-size: cover;
}
.content-about-fuppy .section-3 .image {
  position: relative;
  width: 746px;
  margin: 0 auto 0;
}
.content-recruit .bottom-picture {
  display: none;
}
.content-recruit .section {
  margin: 0 auto;
}
.content-recruit .section-anchor-list ul {
  list-style: none;
  padding: 0;
}
.content-recruit .section-anchor-list .cmmnBtn a:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  right: 32px;
  top: 10px;
}
.content-recruit .section-faq .heading {
  margin-bottom: 60px;
  padding-bottom: 28px;
  border-bottom: solid 1px black;
}
.content-recruit .section-faq tr:first-child th,
.content-recruit .section-faq tr:first-child td {
  border: none;
}
.content-recruit .section-faq tr + tr th {
  border-style: dotted;
}
.content-recruit table {
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px black;
}
.content-recruit table th,
.content-recruit table td {
  padding: 34px 0;
  border-top: solid 1px black;
}
.content-recruit table th {
  width: 160px;
  text-align: left;
  font-weight: bold;
}
.content-recruit .recruit-faq-container + .recruit-faq-container {
  margin-top: 61px;
}
.content-recruit .recruit-faq-container.is-active .recruit-faq-trigger {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-recruit .recruit-faq-heading {
  position: relative;
  padding: 0 0 18px;
  border-bottom: solid 1px black;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.content-recruit .recruit-faq-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  background: black url(../img/cmmn/arrow-down-white.png) center center
    no-repeat;
  background-size: 12px auto;
}
.content-recruit .recruit-faq-content {
  display: none;
}
.content-kojiro-shiraishi .frontispiece__inner-wrapper {
  display: none;
}
.content-kojiro-shiraishi .bottom-picture {
  display: none;
}
.content-kojiro-shiraishi main {
  margin-bottom: 174px;
}
.content-kojiro-shiraishi .section-4 .description {
  margin-right: 10px;
}
.content-kojiro-shiraishi .section-4 .images {
  position: relative;
}
.content-kojiro-shiraishi .section-1 .description {
  margin-right: 36px;
}
.content-kojiro-shiraishi .section-1 .images {
  position: relative;
}
.content-kojiro-shiraishi .section-1 .section-inner--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-kojiro-shiraishi .section-1 .section-inner--2 .description {
  margin: 70px 50px 0 30px;
}
.content-kojiro-shiraishi .section-2 .sub-heading {
  font-weight: normal;
}
.type-post .bottom-picture {
  display: none;
}
.archive-post .category {
  display: block;
  /* MODIFY CODE 2020/10/20 By 義友堂 start */
  /* width: 112px; */
  min-width: 112px;
  padding: 0 2px;
  /* MODIFY CODE 2020/10/20 By 義友堂 end */
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: white;
  background: #4d4d4d;
  text-align: center;
}
.archive-post .category.category--event {
  background-color: #09f;
}
.archive-post .category.category--info {
  background-color: #3cf;
}
.archive-post .single .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px black;
}
.archive-post .single .heading .title {
  font-weight: normal;
}
.archive-post .single .datetime {
  font-size: 16px;
  line-height: 24px;
}
.archive-post .content-body {
  font-size: 14px;
  line-height: 1.8;
}
.archive-post .content-body h2 {
  margin: 1em 0;
  font-size: 27px;
  line-height: 1.4;
}
.archive-post .content-body h3 {
  margin: 1em 0;
  font-size: 21px;
  line-height: 1.5;
}
.archive-post .content-body h4 {
  margin: 1em 0;
  font-size: 18px;
  line-height: 1.6;
}
.archive-post .content-body h5 {
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.7;
}
.archive-post .content-body h6 {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.8;
}
.archive-post .content-body p {
  margin: 1em 0;
}
.archive-post .content-body ul {
  margin: 1em 0;
  padding-left: 1.8em;
}
.archive-post .content-body ol {
  margin: 1em 0;
  padding-left: 1.8em;
}
.archive-post .archive {
  list-style: none;
}
.archive-post .archive li {
  border-bottom: dotted 1px #b3b3b3;
}
.archive-post .archive .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive-post .archive a {
  color: black;
  text-decoration: none;
}
.archive-post .archive a:hover {
  text-decoration: underline;
}
.archive-post .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive-post .nav-links .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: black;
  text-decoration: none;
}
.archive-post .nav-links span.page-numbers {
  background: #f2f2f2;
}
.archive-post .nav-links a.page-numbers:hover {
  background: #f9f9f9;
}
.archive-post .news-menu ul {
  list-style: none;
  padding: 0;
}
.archive-post .news-menu .widgettitle {
  border-bottom: solid 1px black;
  font-weight: normal;
}
.archive-post .news-menu .widget_categories a,
.archive-post .news-menu .widget_archive a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.archive-post .news-menu .widget_categories a:after,
.archive-post .news-menu .widget_archive a:after {
  content: '>';
}
.archive-post .news-menu .widget_categories a:hover,
.archive-post .news-menu .widget_archive a:hover {
  background-color: #f9f9f9;
}
.content-contact .section-anchor-list ul {
  list-style: none;
  padding: 0;
}
.content-contact .section-attention p {
  font-size: 14px;
  line-height: 22px;
}
.content-contact .section-attention p.section-attention_bt {
  display: inline-block;
  margin: 30px 0 0;
  padding: 7px 20px;
  color: #fff;
  background-color: #0099ff;
}
.content-contact .section-attention .form-attention {
  margin-top: 15px;
}
.content-contact .section-attention .form-attention li {
  list-style: none;
  font-size: 13px;
}
.content-contact .section-attention .form-attention li:before {
  content: '・';
}
.content-contact .section-form {
  margin-top: 30px;
}
.content-contact .section-form table {
  width: 100%;
  border-top: solid 1px black;
  font-size: 14px;
  line-height: 22px;
}
.content-contact .section-form td {
  border-bottom: solid 1px black;
}
.content-contact .section-form .form-table__require th:before {
  content: '必須';
  display: inline-block;
  height: 18px;
  margin-right: 14px;
  padding: 0 0.5em;
  font-size: 12px;
  line-height: 18px;
  color: white;
  background: #ef5a24;
}
.content-contact .section-form input[type='text'],
.content-contact .section-form input[type='email'] {
  height: 40px;
  padding-left: 0.5em;
  border: solid 1px #666;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
}
.content-contact .section-form textarea {
  padding-left: 0.5em;
  border: solid 1px #666;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
}
.content-contact .section-form input[type='radio'] {
  position: absolute;
  z-index: 1;
  margin-top: 20px;
}
.content-contact .section-form input[type='radio']:checked + span {
  color: white;
  background: #036aa8;
}
.content-contact .saiyou-form input[type='radio']:checked + span {
  color: white;
  background-color: #3c0;
}

.content-contact .section-form input[type='radio'] + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  border: solid 1px black;
  color: black;
  background-color: white;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
}
.content-contact .section-form .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-contact .section-form .form-term-button {
  margin-top: 35px;
}
.content-contact .section-form .form-term:before {
  content: '必須';
  display: inline-block;
  height: 18px;
  margin-right: 14px;
  padding: 0 0.5em;
  font-size: 12px;
  line-height: 18px;
  color: white;
  background: #ef5a24;
}
.content-contact .section-form .form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
.content-contact .section-form .form-attention {
  margin-top: 25px;
}
.content-contact .section-form .form-attention li {
  list-style: none;
  font-size: 13px;
}
.content-contact .section-form .form-attention li:before {
  content: '・';
}
.content-privacy .section-privacy h2 {
  font-weight: normal;
  line-heiht: 1.3;
}
.content-privacy .section-privacy p {
  font-size: 14px;
  line-height: 23px;
}
.content-privacy .section-privacy ol {
  padding-left: 1em;
  font-size: 14px;
}
.content-privacy .section-privacy li {
  margin: 1em 0;
}
.content-interview .frontispiece__title-wrapper {
  display: none;
}
.content-interview .anchor-wrapper {
  position: relative;
}
.content-interview .section-profiles .profile-inner {
  background: white;
}
.content-interview .section-talk-anchor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.content-interview .section-talk-anchor li {
  width: calc(33.333% - 7.5px);
}
.content-interview .section-talk-anchor li .cmmnBtn a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.content-interview .section-talk {
  position: relative;
  padding-top: 45px;
}
.content-interview .section-talk .anchor-label {
  position: relative;
}
#wrap .anchor-label img {
  display: block;
}
.content-interview .section-talk .heading {
  position: relative;
  color: #09f;
}
.content-interview .section-talk ul {
  list-style: none;
  padding: 0;
}
.content-interview .section-talk .talk-inner {
  display: table;
}
.content-interview .section-talk li {
  position: relative;
}
.content-interview .section-talk li.fuppy .name:before {
  content: 'フッピー';
}
.content-interview .section-talk li.fuppy .baloon {
  color: #09f;
  font-weight: bold;
}
.content-interview .section-talk li.fuppy .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy.png);
  border-radius: none;
  background: non;
}
.content-interview .section-talk li.fuppy.fuppy-waai .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-waai.png);
}
.content-interview .section-talk li.fuppy.fuppy-guu .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-guu.png);
}
.content-interview .section-talk li.fuppy.fuppy-huum .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-huum.png);
}
.content-interview .section-talk li.fuppy.fuppy-patapata .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-patapata.png);
}
.content-interview .section-talk li.fuppy.fuppy-yokatta .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-yokatta.png);
}
.content-interview .section-talk li.fuppy.fuppy-odoroki .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-odoroki.png);
}
.content-interview .section-talk li.fuppy.fuppy-migite .icon {
  background-image: url(../img/manufacturing/interview-icon-fuppy-migite.png);
}
.content-interview .section-talk li.all .name:before {
  content: '';
}
.content-interview .section-talk li.all .icon {
  background-image: url(../img/manufacturing/interview-icon-all.jpg);
}
.content-interview .section-talk li.tuchiya .name:before {
  content: '土屋';
}
.content-interview .section-talk li.tuchiya .icon {
  background-image: url(../img/manufacturing/interview-icon-tuchiya.jpg);
}
.content-interview .section-talk li.nishidate .name:before {
  content: '西館';
}
.content-interview .section-talk li.nishidate .icon {
  background-image: url(../img/manufacturing/interview-icon-nishidate.jpg);
}
.content-interview .section-talk li.ohtake .name:before {
  content: '大竹';
}
.content-interview .section-talk li.ohtake .icon {
  background-image: url(../img/manufacturing/interview-icon-ohtake.jpg);
}
.content-interview .section-talk .speaker {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.content-interview .section-talk .baloon {
  position: relative;
  display: table-cell;
  padding-left: 22px;
  vertical-align: middle;
}
.content-interview .section-talk .icon {
  position: relative;
  background-color: #f9f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-interview .section-talk .name {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
  text-align: center;
}
.content-interview .section-talk .image {
  position: relative;
}
.content-front-page .visible-sp {
  display: none;
}
.content-front-page #globalHeader {
  position: relative;
  z-index: 4;
}
.content-front-page .drawer-hamburger {
  position: absolute;
}
.content-front-page .gnfixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.content-front-page .hamburgerfixed {
  position: fixed;
}
.content-front-page .deco {
  position: absolute;
}
.content-front-page .section__column {
  disply: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-front-page .flag {
  margin: 0 0 0 40px;
}
.content-front-page .flag .flag__img img {
  height: 40px !important;
  width: auto !important;
}
.content-front-page h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 3.4px;
  margin: 33px 0 0 40px;
}
.content-front-page main {
  margin: 0;
}
.content-front-page #topMV {
  height: calc(100vh - 74px);
  position: relative;
  margin-top: 40px;
}
.content-front-page #topMV .mv {
  width: 100%;
  height: calc(100vh - 74px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/mv.jpg);
}
.content-front-page .intro {
  height: 560px;
  position: relative;
}
.content-front-page .intro .bg-slide__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  width: 100%;
}
.content-front-page .intro .bg-slide__item:nth-child(1) {
  background-image: url(../img/top/bg_intro01.png);
}
.content-front-page .intro .bg-slide__item:nth-child(2) {
  background-image: url(../img/top/bg_intro01.png);
}
.content-front-page .intro .bg-slide__item:nth-child(3) {
  background-image: url(../img/top/bg_intro01.png);
}
.content-front-page .intro .bg-slide__item:nth-child(4) {
  background-image: url(../img/top/bg_intro01.png);
}
.content-front-page .intro .intro__inner {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 110px 0 0 0;
}
.content-front-page .intro .intro__inner .intro__inner_content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.content-front-page .intro .intro__inner .intro__inner_content h2 {
  font-size: 46px;
  line-height: 65.2px;
  letter-spacing: 4.6px;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.content-front-page .intro .intro__inner .intro__inner_content .intro__text {
  font-size: 15px;
  line-height: 30px;
  padding: 28px 0 0 0;
  position: relative;
}
.content-front-page .intro .intro__inner .intro__inner_content .deco-a {
  position: absolute;
  width: 246px;
  height: 180px;
  top: 300px;
  left: 36px;
}
.content-front-page .intro .intro__inner .intro__inner_content .deco-c {
  position: absolute;
  width: 217px;
  height: 270px;
  top: -50px;
  right: 40px;
}
.content-front-page .section-1 {
  padding: 78px 0 94px;
  position: relative;
}
.content-front-page .section-1 h2 {
  margin: 33px 0 0 40px;
}
.content-front-page .section-1 .challenge__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 28px 0 0 0;
}
.content-front-page .section-1 .challenge__item {
  width: 336px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-front-page .section-1 .challenge__thum {
  height: 232px;
  width: 100%;
}
.content-front-page .section-1 .challenge__num {
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 76px;
  color: #09f;
  width: 27%;
  line-height: 1;
  margin: 25px 0 0 -8px;
}
.content-front-page .section-1 .challenge__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  width: 70%;
  margin: 38px 0 0 0;
}
.content-front-page .section-1 .challenge__sub {
  line-height: 30px;
  width: 100%;
  margin: 7px 0 0 0;
}
.content-front-page .section-1 .cmmnBtn {
  margin: 54px auto 0;
}
.content-front-page .section-1:before {
  background: #cff;
  position: absolute;
  content: '';
  display: inline-block;
  width: 680px;
  height: 480px;
  top: 361px;
  left: -259px;
  z-index: -1;
}
.content-front-page .section-1:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/deco-1.png);
  width: 230px;
  height: 145px;
  background-size: contain;
  top: 85px;
  right: -50px;
}
.content-front-page .section-2 {
  position: relative;
}
.content-front-page .section-2 .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 0 -40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.content-front-page .section-2 .text {
  line-height: 30px;
  padding: 0 0 4px 65px;
}
.content-front-page .section-2:before {
  background: #cff;
  position: absolute;
  content: '';
  top: 37px;
  right: -120px;
  width: 600px;
  height: 304px;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #d3edfb;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 11px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 11px
  );
  z-index: -1;
}
.content-front-page .section-2 .btns {
  margin: 68px 0 0 0;
}
.content-front-page .section-3 {
  padding: 109px 0 101px;
  position: relative;
}
.content-front-page .section-3 .text {
  margin: 28px 0 0 40px;
}
.content-front-page .section-3 .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 57px 0 0 0;
}
.content-front-page .section-3 .btns {
  margin: 69px 0 0 0;
}
.content-front-page .section-3 .banners {
  width: 100%;
  max-width: 1080px;
  margin: 84px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-front-page .section-3:before {
  position: absolute;
  content: '';
  top: 246px;
  left: -122px;
  width: 464px;
  height: 400px;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #efefef;
  z-index: -1;
}
.content-front-page .section-3:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/deco-3.png);
  width: 350px;
  height: 207px;
  background-size: contain;
  top: -109px;
  left: -165px;
}
.content-front-page .section-3 .deco-b {
  width: 509px;
  height: 331px;
  top: 91px;
  right: -51px;
}
.content-front-page .fuppy {
  background-size: auto auto;
  background-color: rgba(255, 204, 204, 0.2);
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    rgba(255, 204, 204, 0.2) 6px,
    rgba(255, 255, 255, 0.2) 11px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 6px,
    rgba(255, 204, 204, 0.2) 6px,
    rgba(255, 255, 255, 0.2) 11px
  );
  padding: 37px 0 43px;
}
.content-front-page .fuppy .section-4 {
  position: relative;
}
.content-front-page .fuppy .section-4 .text {
  margin: 28px 0 0 40px;
  line-height: 1.9;
}
.content-front-page .fuppy .section-4 .btns {
  margin: 219px 0 0 0;
}
.content-front-page .fuppy .section-4:before {
  position: absolute;
  content: '';
  top: 340px;
  left: 52px;
  width: 302px;
  height: 218px;
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/deco4.png);
}
.content-front-page .fuppy .section-4:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/image4.png);
  width: 702px;
  height: 610px;
  background-size: contain;
  top: -96px;
  right: -58px;
}
.content-front-page .fuppy .section-4 .deco-a {
  width: 282px;
  height: 288px;
  bottom: -180px;
  left: -120px;
}
.content-front-page .fuppy .section-4 .deco-b {
  width: 360px;
  height: 272px;
  bottom: -139px;
  right: -275px;
}
.content-front-page .news {
  margin: 43px 0 0 0;
  padding: 56px 0 56px 0;
  background-color: rgba(179, 179, 179, 0.2);
}
.content-front-page .news ul,
.content-front-page .news li {
  list-style: none;
}
.content-front-page .news .section-5 .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-front-page .news .section-5 .block__item--head {
  /*width: 320px;*/
  width: 29.62963%;
  box-sizing: border-box;
  padding: 0 0 0 32px;
}
.content-front-page .news .section-5 .block__item--head .news__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2.4px;
  padding: 0 0 0 9px;
}
.content-front-page .news .section-5 .block__item--head .news__title span {
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1.2px;
  display: block;
}
.content-front-page .news .section-5 .block__item--news {
  width: 760px;
}
.content-front-page .news .section-5 .tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 12px 0 0 0;
}
.content-front-page .news .section-5 .tab__item {
  width: 152px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  color: #4d4d4d;
  border-right: 4px solid rgba(179, 179, 179, 0.2);
  background-color: #fff;
}
.content-front-page .news .section-5 .tab__item:last-child {
  border: none;
}
.content-front-page .news .section-5 .tab__item.active {
  background-color: #4d4d4d;
  color: #fff;
}
.content-front-page .news .section-5 .tab__item:hover {
  cursor: pointer;
}
.content-front-page .news .section-5 .news__content {
  background-color: #fff;
}
.content-front-page .news .section-5 .news__list {
  display: none;
  padding: 20px 42px;
}
.content-front-page .news .section-5 .news__list.show {
  display: block;
}
.content-front-page .news .section-5 .news__item {
  padding: 7px 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  height: 3rem;
  border-top: 1px dotted #000;
  overflow: hidden;
}
.content-front-page .news .section-5 .news__item:last-child {
  border-bottom: 1px dotted #000;
}
.content-front-page .news .section-5 .news__date {
  font-family: 'Roboto Condensed', sans-serif;
  width: 23.2%;
  float: left;
}
.content-front-page .news .section-5 .news__text {
  width: 76.8%;
  float: left;
}
.content-front-page .news .section-5 .news__text a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}
.content-front-page .news .section-5 .news__text a:hover {
  transition: 0.6s;
  color: #09f;
}
.content-front-page .news .section-5 .btns {
  width: 224px;
  margin: 200px 0 0 0;
}
.content-front-page .news .section-5 .btns p {
  line-height: 56px;
  font-size: 16px;
}
.content-front-page .news .section-5 .btns p a {
  padding: 0;
  line-height: 56px;
}
.content-front-page .news .section-5 .btns p a:after {
  top: 50%;
}
.content-front-page #globalFooter {
  margin: 75px 0 0 0;
}
.content-medicine .section-1 {
  position: relative;
}
.content-medicine .section-1 .image:before {
  position: absolute;
  content: '';
  display: block;
}
.content-medicine .section-1 .image picture {
  position: relative;
}
.content-medicine .section-1 .heading {
  position: relative;
  z-index: 1;
}
.content-medicine .section-1 .description small {
  display: block;
}
.content-medicine .section-3 .heading-group__heading:before {
  content: '02';
}
.content-medicine .section-3 .heading-group__description {
  margin-right: 183px;
}
.content-medicine .section-5 .heading-group__heading:before {
  content: '04';
}
.content-medicine .section-5 .sub-heading {
  text-align: center;
  color: white;
  background: #09f;
}
.content-medicine .section-5 .item-section {
  position: relative;
}
.content-medicine .section-6 .heading-group__heading:before {
  content: '01';
}
.content-medicine .section-6 .sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #3c0;
  background: white;
}
.content-medicine .section-7 .heading-group__heading:before {
  content: '02';
}
.content-medicine .frontispiece__title-wrapper {
  display: none;
}
.content-medicine .section-anchor-list ul {
  list-style: none;
  padding: 0;
}
.content-medicine .anchor-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-medicine .heading-group__heading {
  position: relative;
}
.content-medicine .heading-group__heading:before {
  position: absolute;
  top: -4px;
  left: 0;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
}
.content-medicine .anchor-section-1 .heading-group__heading:before {
  color: #09f;
}
.content-medicine .anchor-section-2 .heading-group__heading:before {
  color: #3c0;
}
.content-medicine .items.items-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-medicine .items .item.item-center {
  text-align: center;
}
.content-medicine .items .item.item-combi {
  text-align: center;
}
.content-medicine .items .item-image {
  border: solid 1px black;
}
.content-medicine .section-2 .heading-group__heading:before {
  content: '01';
}
.content-medicine .section-2 .sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #09f;
  background: white;
}
.content-medicine .section-4 {
  position: relative;
}
.content-medicine .section-4 .heading-group__heading:before {
  content: '03';
}
.content-medicine .section-8 .heading-group__heading:before {
  content: '03';
}
.content-medicine .section-9 .heading-group__heading:before {
  content: '04';
}
.content-company ul,
.content-company li {
  list-style: none;
}
.content-company h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 2.7px;
  font-family: Roboto Condensed;
  text-align: center;
}
.content-company h2:after {
  height: 4px;
  width: 100px;
  background-color: #000;
  position: relative;
  content: '';
  display: inline-block;
  top: -81px;
}
.content-company h2 span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1.2px;
  padding: 40px 0 0 0;
}
.content-company h3 {
  background-color: #09f;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.9px;
  height: 40px;
  display: block;
  width: 120px;
  margin: 0 auto;
}
.content-company .visible-sp {
  display: none;
}
.content-company .visible-pc {
  display: block;
}
.content-company main {
  margin-bottom: 85px;
}
.content-company .section-headnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 716px;
  margin: 0 auto;
}
.content-company .section-headnav li {
  -webkit-flex-basis: 210px;
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
}
.content-company .section-philosophy {
  padding: 72px 0 81px;
  text-align: center;
}
.content-company .section-philosophy .title {
  font-weight: bold;
  font-size: 46px;
  line-height: 40px;
  letter-spacing: 9.2px;
  padding: 58px 0 0 0;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.content-company .section-philosophy .text {
  font-size: 20px;
  line-height: 35px;
  padding: 43px 0 0 0;
}
.content-company .section-philosophy .image {
  width: 986px;
  margin: 0 auto;
}
.content-company .section-motto {
  background-color: rgba(179, 179, 179, 0.2);
  padding: 0 0 66px;
}
.content-company .section-motto h3 {
  position: relative;
  top: -16px;
}
.content-company .section-motto .text {
  font-family: serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
  padding: 27px 0 0 0;
  text-align: center;
}
.content-company .section-rule {
  padding: 51px 0 0;
}
.content-company .section-rule h3 {
  width: 200px;
}
.content-company .section-rule .rule__list {
  padding: 60px 0 0 0;
}
.content-company .section-rule .rule__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0 0 101px 0;
}
.content-company .section-rule .rule__num {
  font-family: Roboto BoldItalic;
  font-weight: bold;
  font-style: italic;
  font-size: 63px;
  line-height: 28px;
  letter-spacing: 5.4px;
}
.content-company .section-rule .rule__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 66px;
  letter-spacing: 3.2px;
  padding: 30px 0 7px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.content-company .section-rule .rule__text {
  line-height: 30px;
}
.content-company .section-outline {
  background-color: rgba(179, 179, 179, 0.2);
  padding: 66px 0 128px;
}
.content-company .section-outline .outline__block {
  width: 1040px;
  background-color: #fff;
  margin: 67px auto 0;
}
.content-company .section-outline .outline__table {
  width: 896px;
  padding: 40px 0;
  margin: 0 auto;
  display: block;
}
.content-company .section-outline .outline__table th {
  border-top: 1px dotted #000;
  width: 132px;
  text-align: left;
  padding: 20px 0;
}
.content-company .section-outline .outline__table td {
  border-top: 1px dotted #000;
  width: 761px;
  padding: 20px 0;
  line-height: 29px;
}
.content-company .section-outline .outline__table td.map__tr {
  padding: 11px 0 20px;
}
.content-company .section-outline .outline__table .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-company .section-outline .outline__table .address__text {
  width: 260px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.content-company .section-outline .outline__table .address__img {
  width: 160px;
}
.content-company .section-outline .outline__table .address__btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #09f;
  font-size: 18px;
  letter-spacing: 1.35px;
  color: #fff;
  font-family: Roboto Bold;
  font-weight: bold;
  margin: 22px 0 0 0;
}
.content-company .section-outline .outline__table .address__btn a {
  color: #fff;
  text-decoration: none;
}
.content-company .section-outline .outline__table .address__map {
  width: 320px;
  position: relative;
  padding-bottom: 200px;
  height: 0;
  margin: 0 0 0 26px;
  overflow: hidden;
}
.content-company .section-outline .outline__table .address__map iframe,
.content-company .section-outline .outline__table .address__map object,
.content-company .section-outline .outline__table .address__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-company
  .section-outline
  .outline__table
  .relatied-company
  + .relatied-company {
  padding: 18px 0 0 0;
}
.content-company .section-outline .outline__table .relatied-company img {
  width: 45% !important;
}

.content-company .section-history {
  padding: 47px 0 66px;
}
.content-company .section-history .history__block-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 700px;
}
.content-company .section-history .history__block-wrapper:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/company/history-fuppy.png) center center no-repeat;
  background-size: contain;
}
.content-company .section-history .history__block {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.content-company .section-history .history__block::-webkit-scrollbar {
  display: none;
}
.content-company .section-history .history__list {
  margin: 20px 0;
}

.content-company .section-history .history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-company .section-history .history__item.y1930 .history__year p:before {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/company/deco-history.png);
  content: '';
  display: inline-block;
  width: 101px;
  height: 100px;
  top: 52px;
  left: 4px;
}
.content-company .section-history .history__year {
  width: 250px;
}
.content-company .section-history .history__year p {
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 66px;
  line-height: 28px;
  color: #09f;
  text-align: right;
  position: relative;
}
.content-company .section-history .history__year p:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -25px;
  height: 6px;
  width: 128px;
  background-color: #09f;
  display: inline-block;
}
.content-company .section-history .history__content {
  width: 610px;
  border-left: 12px solid #09f;
  margin: 0 0 0 34px;
  padding: 11px 0 42px 65px;
  position: relative;
}
.content-company .section-history .history__content:before {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  content: '';
  display: inline-block;
  background-color: #09f;
  top: -8px;
  left: -29px;
}
.content-company .section-history .history__content:after {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 22px;
  content: '';
  display: inline-block;
  background-color: #fff;
  top: -2px;
  left: -23px;
}
.content-company .section-history .history__detail {
  background: #d6ebff;
  padding: 60px 90px;
  position: relative;
}
.content-company .section-history .history__detail:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: -31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 25px 0;
  border-color: transparent #d6ebff transparent transparent;
}
.content-company .section-history .history__text {
  font-size: 18px;
  line-height: 40px;
}
.content-company .section-history .history__text span {
  color: #ed070b;
}
.content-company .section-history .history__img {
  width: 86%;
  margin: 18px auto;
}
.content-manufacturing .section__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-manufacturing .frontispiece__title-wrapper {
  display: none;
}
.content-manufacturing .flag {
  margin: 0 0 0 0;
}
.content-manufacturing .flag .flag__img img {
  height: 40px !important;
  width: auto !important;
}
.content-manufacturing .anchor {
  position: relative;
}
.content-manufacturing h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 3.4px;
  margin: 33px 0 0 0;
}
.content-manufacturing .visible-sp {
  display: none;
}
.content-manufacturing .visible-pc {
  display: block;
}
.content-manufacturing main {
  margin-bottom: 32px;
}
.content-manufacturing .system-1 .section__column {
  position: relative;
}
.content-manufacturing .system-1 .section__column:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/manufacturing/system-2.png);
  top: 52px;
  right: -79px;
  width: 800px;
  height: 616px;
  z-index: -1;
}
.content-manufacturing .system-1 .block {
  padding: 35px 0 0 0;
}
.content-manufacturing .system-1 .deco .image {
  width: 338px;
  padding: 48px 0 0 30px;
}
.content-manufacturing .system-2 .block__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0 0;
  width: 1170px;
  margin: 0 auto;
}
.content-manufacturing .system-2 .figure {
  width: 682px;
  position: relative;
  left: -29px;
  margin: 0 0 0 44px;
}
.content-manufacturing .system-2 .content {
  width: 360px;
  margin: 0 44px 0 0;
}
.content-manufacturing .system-2 .content h2 {
  margin: 0;
}
.content-manufacturing .system-2 .text {
  letter-spacing: -0.5px;
  padding: 36px 0 0 0;
  line-height: 30px;
}
.content-manufacturing .system-2 .smartfactory {
  position: relative;
  top: -57px;
  left: 38px;
}
.content-manufacturing .solution {
  background: #d3edfb;
  padding: 64px 0 74px;
  margin: -64px 0;
  position: relative;
  background-image: -webkit-repeating-linear-gradient(
    bottom,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 11px
  );
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 6px,
    #e5f4fd 6px,
    #e5f4fd 11px
  );
}
.content-manufacturing .solution:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  z-index: 1;
}
.content-manufacturing .solution .solution__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px 0 0 0;
}
.content-manufacturing .solution .solution__block .num {
  position: relative;
  width: 96px;
  height: 96px;
  z-index: 2;
}
.content-manufacturing .solution .solution__block .num:before {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 96px;
  z-index: -1;
  background: #09f;
  content: '';
  display: inline-block;
  top: -42px;
}
.content-manufacturing .solution .solution__block .num:after {
  content: 'solution';
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 35.2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -32px;
  color: #fff;
  text-align: center;
}
.content-manufacturing .solution .solution__block .num p {
  font-size: 48px;
  line-height: 35.2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: Roboto Condensed;
}
.content-manufacturing .solution .solution__block .subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2.4px;
  color: #09f;
  margin: -26px 0 0 0;
  position: relative;
}
.content-manufacturing .solution .solution__block .subtitle:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #09f;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.content-manufacturing .solution .solution__block .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 3.4px;
  padding: 30px 0 22px 0;
}
.content-manufacturing .solution .solution__block .text {
  line-height: 30px;
  text-align: center;
}
.content-manufacturing .solution .solution__block .image {
  padding: 34px 0 0 0;
}
.content-manufacturing .solution .solution__block + .solution__block {
  padding: 97px 0 0 0;
}
.content-manufacturing .profile-block {
  position: relative;
  /*padding: 48px 0 0 0;*/
  padding: 50px 0 0 0;
}
.content-manufacturing .profile-block:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-manufacturing .profile-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.content-manufacturing .profile-block .content-label {
  z-index: 1;
  position: relative;
}
.content-manufacturing .profile-block .section-profiles .heading {
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 3.4px;
}
.content-manufacturing .profile-block .section-profiles .profile {
  position: relative;
}
.content-manufacturing .profile-block .section-profiles .profile:before {
  position: absolute;
  content: '';
  display: block;
  background-size: auto auto;
  background-color: #e5e5e5;
}
.content-manufacturing .profile-block .section-profiles .image {
  position: relative;
}
.content-manufacturing .profile-block .section-profiles .profile-inner {
  position: relative;
  text-align: center;
  background: white;
}
.content-manufacturing .foot__image {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/manufacturing/foot.png);
  width: 100%;
  margin: 66px 0 0 0;
}
html .content-front-page #globalHeader {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
}
html .content-front-page #globalHeader.gnfixed {
  position: static;
  bottom: auto;
}
#topMV {
  /*height: 100vh!important;*/
}
#topMV video {
  /*height: 100vh!important;*/
  top: 0 !important;
  width: 100vw;
  object-fit: cover;
}

#wrap .frontispiece {
  margin-top: 50px !important;
}

@media screen and (min-width: 950px) and (max-height: 912px) {
  html .content-front-page #globalHeader {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1099px) {
  .forSP {
    display: none;
  }
  .drawer-open #wrap #globalHeader .drawer-nav.forSP {
    display: block !important;
  }
  #wrap .frontispiece {
    margin-top: 58px;
  }
}
@media screen and (max-width: 480px) {
  #wrap #topMV video {
    height: auto !important;
  }
  html #wrap #topMV::after {
    top: 35vw;
  }
  .content-front-page #topMV {
    height: 56vw !important;
  }
  html .content-front-page #globalHeader {
    position: relative;
  }
  html .drawer-hamburger {
    padding: 4.45vw 0.75rem 30px;
  }
  html .drawer--top .drawer-nav {
    top: calc(100vh - 205%);
  }
  .inner {
    width: 96%;
    margin: 0 auto;
  }
  img {
    width: 100%;
    height: auto;
  }
  .forSP {
    display: block;
  }
  .forPC {
    display: none !important;
  }
  #wrap #globalNav {
    padding: 0;
  }
  #wrap #globalNav .logo {
    width: 198px;
  }
  #wrap #globalFooter .col05 .col05List {
    float: none;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  #wrap #globalFooter .col05 .col05List dl dt {
    position: relative;
  }
  #wrap #globalFooter .col05 .col05List dl dt:after {
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #wrap #globalFooter .col05 .col05List dl dt.open:after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #wrap #globalFooter .col05 .col05List dl dd {
    display: none;
  }
  #wrap #globalFooter .copy {
    margin-top: 30px;
    padding: 15px 0;
  }
  #wrap #btnPagetop {
    width: 50px;
    bottom: 60px;
    right: 2.66666667%;
  }
  .drawer-open .drawer-toggle .drawer-hamburger-icon {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .drawer-open .drawer-toggle .drawer-hamburger-icon:before,
  .drawer-open .drawer-toggle .drawer-hamburger-icon:after {
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
@media (max-width: 480px) {
  main {
    margin-top: 20px;
    margin-bottom: 61px;
  }
  .topic-path {
    display: none;
  }
  .frontispiece {
    height: 48vw;
    background-size: cover;
    margin-top: 58px;
  }
  .frontispiece__title-wrapper {
    top: 4px;
  }
  .frontispiece__excerpt {
    font-size: 24px;
  }
  .frontispiece__title {
    margin-top: 4px;
    font-size: 14px;
  }
  .content-for-society-and-customers .frontispiece {
    background-image: url(../img/frontispiece/for-society-and-customers-sp.jpg);
  }
  .content-club .frontispiece {
    background-image: url(../img/frontispiece/club-sp.jpg);
  }
  .content-recruit .frontispiece {
    background-image: url(../img/frontispiece/recruit-sp.jpg);
  }
  .content-development .frontispiece {
    background-image: url(../img/frontispiece/development-sp.jpg);
  }
  .content-kojiro-shiraishi .frontispiece {
    background-image: url(../img/frontispiece/kojiro-shiraishi-sp.jpg);
  }
  .content-contact .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/contact-sp.jpg);
  }
  .content-privacy .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/contact-sp.jpg);
  }
  .content-interview .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/interview-sp.jpg);
  }
  .content-interview .frontispiece .frontispiece__inner-wrapper:before {
    bottom: -21px;
    left: 7px;
    width: 88px;
    height: 74px;
  }
  .content-satisfying-rigorous-standards .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/satisfying-rigorous-standards-sp.jpg);
  }
  .content-medicine .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/medicine-sp.jpg);
  }
  .content-company .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/company-sp.jpg);
  }
  .content-manufacturing .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/manufacturing-sp.png);
  }
  .content-fuppy-quiz .frontispiece {
    background-image: url(../img/frontispiece/fuppy-quiz-bg-sp.png);
  }
  .content-fuppy-quiz .frontispiece .frontispiece__inner-wrapper {
    background-image: url(../img/frontispiece/fuppy-quiz-sp.png);
  }
  .content-about-fuppy .frontispiece {
    background-image: url(../img/frontispiece/about-fuppy-bg-sp.png);
  }
  .content-about-fuppy .frontispiece .frontispiece__inner-wrapper {
    background-image: url(../img/frontispiece/about-fuppy-sp.png);
  }
  .type-post .frontispiece {
    height: 32vw;
    background-image: url(../img/frontispiece/news-sp.jpg);
  }
  #globalFooter .inner {
    padding-bottom: 10px;
  }
  .bottom-picture {
    height: 180px;
  }
  #wrap .content-label img {
    height: 24px;
    padding-left: 10px;
  }
  .content-for-society-and-customers .frontispiece {
    height: 33vw;
  }
  .content-for-society-and-customers .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-for-society-and-customers .section .image {
    margin-top: 13px;
  }
  .content-for-society-and-customers .section .description {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-for-society-and-customers .section .description br {
    display: none;
  }
  .content-for-society-and-customers .section-1 {
    margin-top: 12px;
  }
  .content-for-society-and-customers .section-1 .image {
    margin-top: 6px;
  }
  .content-for-society-and-customers .section-1 .description {
    margin-top: 13px;
  }
  .content-for-society-and-customers .section-1 .character {
    display: none;
  }
  .content-en-for-society-and-customers .section-1 .character {
    display: none;
  }
  .content-for-society-and-customers .section-2 {
    position: relative;
    margin-top: 71px;
  }
  .content-for-society-and-customers .section-2:before {
    top: -30px;
    bottom: -30px;
    left: 41.6vw;
    width: 100%;
  }
  .content-for-society-and-customers .section-2 .section-inner {
    position: relative;
  }
  .content-for-society-and-customers .section-3 {
    margin-top: 71px;
  }
  .content-for-society-and-customers .section-3 .character {
    display: none;
  }
  .content-en-for-society-and-customers .section-3 .character {
    display: none;
  }
  .content-satisfying-rigorous-standards .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-satisfying-rigorous-standards .section .subheading {
    font-size: 18px;
    line-height: 23px;
  }
  .content-satisfying-rigorous-standards .section .image {
    margin-top: 13px;
  }
  .content-satisfying-rigorous-standards .section .column {
    margin: -12px 10px 0;
    padding: 19px 27px;
  }
  .content-satisfying-rigorous-standards .section .column:before {
    width: 120px;
    height: 84px;
  }
  .content-satisfying-rigorous-standards .section .description {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-satisfying-rigorous-standards .section .description br {
    display: none;
  }
  .content-satisfying-rigorous-standards .section-1 {
    margin-top: 12px;
  }
  .content-satisfying-rigorous-standards .section-1 .image {
    margin-top: 12px;
    margin-left: 12px;
  }
  .content-satisfying-rigorous-standards .section-1 .description {
    margin-top: 22px;
  }
  .content-satisfying-rigorous-standards .section-1 .character {
    display: none;
  }
  .content-satisfying-rigorous-standards .section-2 {
    margin-top: 55px;
  }
  .content-satisfying-rigorous-standards .section-2 .heading {
    font-size: 20px;
    line-height: 30px;
  }
  .content-satisfying-rigorous-standards .section-2 .description {
    margin-top: 10px;
  }
  .content-satisfying-rigorous-standards .section-3 {
    position: relative;
    margin-top: 65px;
  }
  .content-satisfying-rigorous-standards .section-3 .section-inner {
    position: relative;
  }
  .content-satisfying-rigorous-standards .section-3 .heading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
  }
  .content-satisfying-rigorous-standards .section-3 .heading:before {
    bottom: -21px;
    width: 100px;
    height: 3px;
  }
  .content-satisfying-rigorous-standards .section-3 .image {
    position: relative;
    margin-left: -2%;
    margin-right: 75px;
  }
  .content-satisfying-rigorous-standards .section-3 .column {
    margin-right: 0;
    margin-left: 20px;
  }
  .content-satisfying-rigorous-standards .section-3 .column:before {
    top: -42px;
    right: 9px;
  }
  .content-satisfying-rigorous-standards .section-4 {
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .content-satisfying-rigorous-standards .section-4:before {
    position: absolute;
    top: 124px;
    bottom: 294px;
    right: 0;
    left: 0;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
  }
  .content-satisfying-rigorous-standards .section-4 .section-inner {
    width: 96%;
    margin: 0 auto;
  }
  .content-satisfying-rigorous-standards .section-4 .heading {
    margin-bottom: 64px;
    font-size: 18px;
    line-height: 28px;
  }
  .content-satisfying-rigorous-standards .section-4 .heading:before {
    bottom: -11px;
    width: 100px;
    height: 52px;
  }
  .content-satisfying-rigorous-standards .section-4 .group + .group {
    margin-top: 23px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .image {
    position: relative;
    margin-right: -2%;
    margin-left: 75px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .column {
    margin-left: 0;
    margin-right: 20px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .column:before {
    top: -65px;
    left: 14px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .image {
    position: relative;
    margin-left: -2%;
    margin-right: 75px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .column {
    margin-right: 0;
    margin-left: 20px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .column:before {
    top: -42px;
    right: 9px;
  }
  .content-satisfying-rigorous-standards .section-4 .character {
    width: 285px;
    margin: 18px auto 0;
  }
  .content-satisfying-rigorous-standards .section-profiles .heading {
    margin-top: 12px;
    margin-bottom: 44px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile + .profile {
    margin-top: 61px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile:before {
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      white 3px,
      white 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      white 3px,
      white 7px
    );
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-1:before {
    top: -30px;
    right: -2vw;
    bottom: -33px;
    width: 160px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-1
    .image {
    margin-right: 34.7%;
    margin-left: 12px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-1
    .profile-inner {
    margin-left: auto;
    margin-right: 12px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-2:before {
    top: 30px;
    left: -2vw;
    bottom: 25px;
    width: 272px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-2
    .image {
    margin-left: 34.7%;
    margin-right: 12px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-2
    .profile-inner {
    margin-left: 12px;
    margin-right: auto;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-3:before {
    top: 26px;
    right: -2vw;
    bottom: -37px;
    width: 160px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-3
    .image {
    margin-right: 34.7%;
    margin-left: 12px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-3
    .profile-inner {
    margin-left: auto;
    margin-right: 12px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile-inner {
    width: 200px;
    padding: 13px 0;
    margin-top: -63px;
  }
  .content-satisfying-rigorous-standards .section-profiles .message {
    position: relative;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .content-satisfying-rigorous-standards .section-profiles .message:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 32px;
    height: 1px;
    background: black;
  }
  .content-satisfying-rigorous-standards .section-profiles .name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
  }
  .content-satisfying-rigorous-standards .section-profiles .button {
    margin-top: 87px;
  }
  .content-development .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-development .section .image {
    margin-top: 13px;
  }
  .content-development .section .column {
    margin: -12px 10px 0;
    padding: 19px 27px;
  }
  .content-development .section .subheading {
    font-size: 18px;
    line-height: 23px;
  }
  .content-development .section .description {
    margin-top: 9px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-development .section .description br {
    display: none;
  }
  .content-development .section-1 {
    margin-top: 12px;
  }
  .content-development .section-1 .image {
    width: 56%;
    margin-top: -4.5%;
    margin-left: 41%;
  }
  .content-development .section-1 .description {
    padding: 0;
    margin-top: 13px;
  }
  .content-development .section-2 {
    position: relative;
    margin-top: 71px;
  }
  .content-development .section-2 {
    position: relative;
  }
  .content-development .section-2:before {
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: -4%;
    width: 65%;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #80e5ff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
  }
  .content-development .section-2 .heading {
    position: relative;
    font-size: 5vw;
    line-height: 1.5;
  }
  .content-development .section-2 .section-inner {
    position: relative;
  }
  .content-development .section-3 {
    position: relative;
    margin-top: 55px;
  }
  .content-development .section-3 .section-inner:before {
    top: 97px;
    bottom: -27px;
    left: -4%;
    width: 82%;
  }
  .content-development .section-3 .section-inner {
    position: relative;
  }
  .content-development .section-3 .image {
    position: relative;
  }
  .content-development .section-4 {
    position: relative;
    margin-top: 55px;
  }
  .content-development .section-4 .section-inner:before {
    top: 121px;
    bottom: -56px;
    right: -4%;
    width: 78%;
  }
  .content-development .section-4 .section-inner {
    position: relative;
  }
  .content-development .section-4 .image {
    position: relative;
  }
  .content-development .section-4 .character {
    position: relative;
    width: 227px;
    margin-top: 15px;
  }
  .content-development .section-5 {
    margin-top: 10px;
  }
  .content-development .section-5 .image {
    width: 170px;
    margin: 0 0 10px auto;
  }
  .content-club .frontispiece {
    height: 32vw;
  }
  .content-club main {
    margin-top: 14px;
    margin-bottom: 23px;
  }
  .content-club .sub-heading {
    width: 204px;
    height: auto;
    margin: -10px auto 0;
  }
  .content-club .image {
    position: relative;
    display: block;
  }
  .content-club .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  .content-club .section-wrapper {
    background-image: -webkit-repeating-linear-gradient(
      135deg,
      transparent,
      transparent 4px,
      white 4px,
      white 6px
    );
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 4px,
      white 4px,
      white 6px
    );
  }
  .content-club .button {
    margin-top: 23px;
  }
  .content-club .section {
    padding: 25px 0;
  }
  .content-club .section-outline {
    padding: 0;
    margin-bottom: 12px;
  }
  .content-club .section-outline .heading {
    font-size: 24px;
    line-height: 1.5em;
  }
  .content-club .section-outline .subscript {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  .content-club .section-outline .intro {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
  }
  .content-club .section-outline .intro br {
    display: none;
  }
  .content-club .section-1 .image {
    padding-left: 26px;
  }
  .content-club .section-1 .image picture {
    position: relative;
  }
  .content-club .section-1 .image:before {
    position: absolute;
    top: 35px;
    left: 0;
    right: 20px;
    bottom: -35px;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #d3edfb;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      #e5f4fd 4px,
      #e5f4fd 6px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      #e5f4fd 4px,
      #e5f4fd 6px
    );
  }
  .content-club .section-2 .image {
    padding-right: 26px;
  }
  .content-club .section-3 {
    margin-top: 20px;
    margin-left: -4%;
    padding-left: 4%;
  }
  .content-club .section-3 .image {
    padding-left: 26px;
  }
  .content-club .section-3 .image picture {
    position: relative;
  }
  .content-club .section-3 .image:before {
    position: absolute;
    top: -25px;
    left: -4%;
    right: 80px;
    bottom: 35px;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: white;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      #dff3ff 4px,
      #dff3ff 6px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      #dff3ff 4px,
      #dff3ff 6px
    );
  }
  .content-fuppy-quiz .section-list {
    padding: 0 0 35px;
  }
  .content-fuppy-quiz .section-list .anchor-list {
    width: 100%;
  }
  .content-fuppy-quiz .section-list .anchor-item {
    -webkit-flex-basis: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    margin-left: 4.16%;
  }
  .content-fuppy-quiz .section-list .anchor-item:nth-child(n + 6) {
    margin-top: 4.16%;
  }
  .content-fuppy-quiz .section-list .anchor-item a:before {
    margin-top: -80%;
    font-size: 12px;
    line-height: 12px;
  }
  .content-fuppy-quiz .section-list .anchor-item a:after {
    margin-top: 0;
    font-size: 26px;
    line-height: 26px;
  }
  .content-fuppy-quiz .section-list .image {
    width: 61%;
    margin: 28px auto 0 36%;
  }
  .content-fuppy-quiz .section-list .button {
    margin-top: 12px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    border-radius: 40px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number:before {
    font-size: 12px;
    line-height: 12px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number:after {
    font-size: 26px;
    line-height: 26px;
  }
  .content-fuppy-quiz .section-qa .question {
    padding: 15px 0 32px;
  }
  .content-fuppy-quiz .section-qa .question .inner {
    padding: 0 2%;
  }
  .content-fuppy-quiz .section-qa .question .question-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 23px;
  }
  .content-fuppy-quiz .section-qa .question .question-text br {
    display: none;
  }
  .content-fuppy-quiz .section-qa .question .answer-list {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
  .content-fuppy-quiz .section-qa .question .answer-item {
    height: 64px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 18px;
  }
  .content-fuppy-quiz .section-qa .question .answer-item + .answer-item {
    margin-top: 20px;
  }
  .content-fuppy-quiz .section-qa .question .answer-item span {
    width: 64px;
    height: 64px;
    margin-right: 14px;
    border-radius: 32px;
    font-size: 28px;
    line-height: 28px;
  }
  .content-fuppy-quiz .section-qa .answer {
    padding: 9px 0 30px;
  }
  .content-fuppy-quiz .section-qa .answer .number {
    width: 90px;
    padding-bottom: 8px;
    border-bottom: solid 4px white;
  }
  .content-fuppy-quiz .section-qa .answer .number small {
    font-size: 21px;
    line-height: 24px;
  }
  .content-fuppy-quiz .section-qa .answer .number span {
    font-size: 42px;
    line-height: 1;
  }
  .content-fuppy-quiz .section-qa .answer .description {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  .content-fuppy-quiz .section-qa .answer .description.description-finish {
    text-align: left;
  }
  .content-fuppy-quiz .section-qa .answer .description.description-finish br {
    display: none;
  }
  .content-fuppy-quiz .section-qa .answer .attention {
    margin-top: 20px;
    font-size: 11px;
    line-height: 18px;
  }
  .content-fuppy-quiz .section-qa .answer .attention br {
    display: none;
  }
  .content-fuppy-quiz .section-qa .section-1 .image {
    width: 91%;
    margin: 26px auto 72px;
  }
  .content-fuppy-quiz .section-qa .section-1 .character {
    width: 69px;
    bottom: 250px;
    left: calc(10px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-2 .image {
    width: 72%;
    margin: 18px auto 64px;
  }
  .content-fuppy-quiz .section-qa .section-2 .character {
    width: 60px;
    bottom: 242px;
    right: calc(12px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-2 .answer .inner {
    background: url(../img/fuppy-quiz/answer-2.png) 95% 2px no-repeat;
    background-size: 54px auto;
  }
  .content-fuppy-quiz .section-qa .section-3 .image {
    width: 44.5%;
    margin: 15px auto 35px;
  }
  .content-fuppy-quiz .section-qa .section-3 .image img {
    position: relative;
    right: -35%;
  }
  .content-fuppy-quiz .section-qa .section-3 .character {
    width: 91px;
    bottom: 261px;
    left: calc(20px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-4 .image {
    width: 100%;
    margin: 33px auto 100px;
  }
  .content-fuppy-quiz .section-qa .section-4 .character {
    width: 70px;
    bottom: 251px;
    right: calc(22px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-5 .image {
    width: 73.3%;
    margin: 24px auto 75px;
  }
  .content-fuppy-quiz .section-qa .section-5 .character {
    width: 80px;
    bottom: 247px;
    left: calc(12px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-5 .text {
    position: absolute;
    bottom: 247px;
    left: 53%;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  }
  .content-fuppy-quiz .section-qa .section-5 .text small {
    font-size: 11px;
    font-weight: normal;
  }
  .content-fuppy-quiz .section-qa .section-6 .image {
    width: 33.3%;
    margin: 19px auto 19px;
  }
  .content-fuppy-quiz .section-qa .section-6 .image img {
    position: relative;
    left: -70%;
  }
  .content-fuppy-quiz .section-qa .section-6 .character {
    width: 160px;
    bottom: 260px;
    right: calc(24px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-7 .image {
    width: 59%;
    margin: 33px auto 38px;
  }
  .content-fuppy-quiz .section-qa .section-7 .image img {
    position: relative;
    right: -30%;
  }
  .content-fuppy-quiz .section-qa .section-7 .character {
    width: 85px;
    bottom: 288px;
    left: calc(15px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-8 .image {
    width: 91%;
    margin: 115px auto 35px;
  }
  .content-fuppy-quiz .section-qa .section-8 .character {
    width: 89px;
    bottom: 359px;
    right: calc(15px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-8 .answer .inner {
    background: url(../img/fuppy-quiz/answer-8.png) 89% 40px no-repeat;
    background-size: 50px auto;
  }
  .content-fuppy-quiz .section-qa .section-9 .image {
    width: 83%;
    margin: 15px auto 60px;
  }
  .content-fuppy-quiz .section-qa .section-9 .character {
    width: 71px;
    bottom: 248px;
    left: calc(32.5% + 2%);
  }
  .content-fuppy-quiz .section-qa .section-10 .image {
    width: 97%;
    margin: 65px auto 30px;
  }
  .content-fuppy-quiz .section-qa .section-10 .character {
    width: 72px;
    bottom: 362px;
    right: calc(41% + 2%);
  }
  .content-fuppy-quiz .section-popup .popup-contents {
    height: 90%;
    padding: 25px 15px;
    overflow: scroll;
  }
  .content-fuppy-quiz .section-popup .popup-contents__heading {
    padding-bottom: 21px;
    margin-bottom: 23px;
    font-size: 23px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 0;
  }
  .content-fuppy-quiz .section-popup .popup-contents__heading:before {
    width: 50px;
    height: 2px;
  }
  .content-fuppy-quiz .section-popup .popup-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-fuppy-quiz .section-popup .popup-contents__text {
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0;
  }
  .content-fuppy-quiz .section-popup .popup-contents__text .is-pc {
    display: none !important;
  }
  .content-fuppy-quiz .section-popup .popup-contents__text .is-sp {
    display: inline-block !important;
  }
  .content-fuppy-quiz .section-popup .popup-contents__list {
    width: 100%;
    margin-top: 19px;
  }
  .content-fuppy-quiz .section-popup .popup-contents__item {
    font-size: 12px;
    line-height: 16px;
  }
  .content-fuppy-quiz .section-popup .popup-contents__item small {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .content-fuppy-quiz .section-popup .popup-contents__item:nth-child(odd) {
    width: 49%;
  }
  .content-fuppy-quiz .section-popup .popup-contents__item:nth-child(even) {
    width: 51%;
  }
  .content-fuppy-quiz .section-popup .popup-contents__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .content-fuppy-quiz .section-popup .popup-contents__btn {
    margin-top: 35px;
  }
  .content-club .is-pc {
    display: none;
  }
  .content-club .is-sp {
    display: block;
  }
  .content-medicine .is-pc {
    display: none;
  }
  .content-medicine .is-sp {
    display: block;
  }
  .content-medicine .section-popup .popup-contents {
    height: 90%;
    padding: 25px 15px;
    overflow: scroll;
  }
  .content-medicine .section-popup .popup-contents__heading {
    padding-bottom: 21px;
    margin-bottom: 23px;
    font-size: 23px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 0;
  }
  .content-medicine .section-popup .popup-contents__heading:before {
    width: 50px;
    height: 2px;
  }
  .content-medicine .section-popup .popup-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-medicine .section-popup .popup-contents__text {
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0;
  }
  .content-medicine .section-popup .popup-contents__text .is-pc {
    display: none !important;
  }
  .content-medicine .section-popup .popup-contents__text .is-sp {
    display: inline-block !important;
  }
  .content-medicine .section-popup .popup-contents__rightConte {
    width: 100%;
  }
  .content-medicine .section-popup .popup-contents__list {
    width: 100%;
    margin-top: 19px;
  }
  .content-medicine .section-popup .popup-contents__list:first-of-type {
    width: 50%;
  }
  .content-medicine .section-popup .popup-contents__list:last-of-type {
    width: 50%;
  }
  .content-medicine .section-popup .popup-contents__item {
    font-size: 12px;
    line-height: 16px;
  }
  .content-medicine .section-popup .popup-contents__item small {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .content-medicine .section-popup .popup-contents__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .content-medicine .section-popup .popup-contents__btn {
    margin-top: 35px;
  }
  .content-about-fuppy .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-about-fuppy .section .image {
    margin-top: 13px;
  }
  .content-about-fuppy .section .description {
    margin-top: 9px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-about-fuppy .section .description br:not(.forSP) {
    display: none;
  }
  .content-about-fuppy .section-1 .image {
    margin-top: 20px;
  }
  .content-about-fuppy .section-1 .profile {
    display: none;
  }
  .content-about-fuppy .section-1 .description {
    margin-top: 33px;
  }
  .content-about-fuppy .section-2 {
    margin-top: 42px;
  }
  .content-about-fuppy .section-2 .image {
    margin-top: 7px;
  }
  .content-about-fuppy .section-2 .description {
    margin-top: 16px;
  }
  .content-about-fuppy .section-3 {
    height: 69.333vw;
    background-image: url(../img/about-fuppy/about-fuppy-3-back-sp.jpg);
    margin-bottom: calc(14vw + 30px);
  }
  .content-about-fuppy .section-3 .image {
    top: -14vw;
    width: 100%;
    margin-top: calc(14vw + 13px);
  }
  /*2001修正*/
  .content-company .section-headnav li {
    margin-bottom: 10px;
  }
  .content-company .section-headnav li:last-child {
    margin-bottom: 0;
  }
  .content-company #wrap #mainContents .section-wrapper {
    margin: 0 auto;
  }
  .content-company .section-wrapper .section-inner {
    width: 96vw;
    margin-left: -1vw;
  }
  .content-recruit .section-anchor-list ul {
    padding: 5px 10px 0;
  }
  .content-recruit .section-anchor-list li + li {
    margin-top: 25px;
  }
  .content-recruit .section-anchor-list .cmmnBtn {
    width: 320px;
    max-width: 100%;
  }
  .content-recruit .section-outline {
    margin-top: 42px;
    padding: 0 10px;
  }
  .content-recruit .section-faq {
    margin-top: 55px;
    padding: 0 10px;
  }
  .content-recruit .section-faq table {
    display: block;
    padding: 0;
    border-bottom: solid 1px black;
  }
  .content-recruit .section-faq tbody {
    display: block;
    padding: 0;
  }
  .content-recruit .section-faq td {
    display: block;
    padding: 0 0 28px;
    border: none;
  }
  .content-recruit .section-faq th {
    display: block;
    width: auto;
    padding: 26px 0;
  }
  .content-recruit .section-faq tr {
    display: block;
  }
  .content-recruit .heading {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 1.5;
  }
  .content-recruit table {
    line-height: 23px;
  }
  .content-recruit table th {
    width: 5em;
  }
  .content-recruit .recruit-faq-trigger {
    width: 36px;
    height: 36px;
    background-size: 8px auto;
  }
  .content-kojiro-shiraishi .frontispiece {
    height: 32vw;
  }
  .content-kojiro-shiraishi main {
    margin-bottom: 82px;
  }
  .content-kojiro-shiraishi .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-kojiro-shiraishi .section .image {
    margin-top: 13px;
  }
  .content-kojiro-shiraishi .section .description {
    margin-top: 9px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-kojiro-shiraishi .section .description br:not(.forSP) {
    display: none;
  }
  .content-kojiro-shiraishi .section-logo .image {
    width: 332px;
    margin: 32px auto 0;
  }
  .content-kojiro-shiraishi .section-4 {
    margin-top: 22px;
  }
  .content-kojiro-shiraishi .section-4 .description {
    padding: 0;
    margin: 50vw 0 0 0;
  }
  .content-kojiro-shiraishi .section-4 .images {
    padding: 0;
  }
  .content-kojiro-shiraishi .section-4 .images .image-b {
    position: absolute;
    right: auto;
    bottom: auto;
    margin: 10px 0 0 0;
    width: 59.55%;
  }
  .content-kojiro-shiraishi .section-3 {
    margin-top: 37px;
  }
  .content-kojiro-shiraishi .section-3:after {
    content: 'Photo by Yoichi Yabe';
    display: block;
    margin: 2px 5px 0;
    font-size: 10px;
    text-align: right;
  }
  .content-kojiro-shiraishi .section-3 .section-inner {
    height: 166vw;
    background: url(../img/kojiro-shiraishi/image-3-sp.jpg) center center
      no-repeat;
    background-size: cover;
    margin: 0 10px;
  }
  .content-kojiro-shiraishi .section-1 {
    margin-top: 36px;
  }
  .content-kojiro-shiraishi .section-1 .description {
    padding: 100px 0 0;
    margin-right: 0;
  }
  .content-kojiro-shiraishi .section-1 .images {
    padding-bottom: 20%;
  }
  .content-kojiro-shiraishi .section-1 .images .image-b {
    position: absolute;
    width: 69.55%;
    right: auto;
    bottom: -77px;
  }
  .content-kojiro-shiraishi .section-1 .section-inner--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content-kojiro-shiraishi .section-1 .section-inner--2 .images {
    width: 300px;
    padding: 0;
    margin: 0 auto;
  }
  .content-kojiro-shiraishi .section-1 .section-inner--2 .description {
    margin: 0;
    padding: 30px 0 0 0;
  }
  .content-kojiro-shiraishi .section-2 {
    margin-top: 48px;
  }
  .content-kojiro-shiraishi .section-2 .section-inner {
    background: url(../img/kojiro-shiraishi/image-2-bg-sp.jpg) center center
      no-repeat;
    background-size: cover;
    height: 261px;
    position: relative;
  }
  .content-kojiro-shiraishi .section-2 .image {
    display: none;
  }
  .content-kojiro-shiraishi .section-2 .column {
    padding: 20px;
    background-color: #f2f2f2;
    position: relative;
    width: 256px;
    left: 0;
    right: 0;
    margin: auto;
    top: 200px;
  }
  .content-kojiro-shiraishi .section-2 .sub-heading {
    font-size: 18px;
  }
  .content-kojiro-shiraishi .section-2 .sub-heading small {
    display: inline-block;
    margin-right: 1em;
    font-size: 18px;
  }
  .content-kojiro-shiraishi .section-2 .description {
    margin-top: 7px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
  }
  .content-kojiro-shiraishi .section-banner {
    margin-top: 158px;
  }
  .content-kojiro-shiraishi .section-banner .image {
    width: 100%;
    margin: 0 auto;
  }
  .type-post main {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .archive-post .single .heading {
    padding-top: 22px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .archive-post .single .heading .title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
  }
  .archive-post .single .datetime {
    margin-bottom: 24px;
    margin-top: 10px;
  }
  .archive-post .archive li {
    padding: 22px 0 20px;
  }
  .archive-post .archive .datetime {
    margin-top: 14px;
    font-size: 14px;
    line-height: 23px;
  }
  .archive-post .archive .title {
    font-size: 14px;
    line-height: 23px;
  }
  .archive-post .nav-links {
    margin-top: 50px;
  }
  .archive-post .nav-links .page-numbers {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .archive-post .news-menu {
    margin-top: 55px;
    padding: 0 10px;
  }
  .archive-post .news-menu .widgettitle {
    padding-bottom: 16px;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 21px;
  }
  .archive-post .news-menu .widget_categories + li,
  .archive-post .news-menu .widget_archive + li {
    margin-top: 42px;
  }
  .archive-post .news-menu .widget_categories a,
  .archive-post .news-menu .widget_archive a {
    height: 31px;
    font-size: 14px;
    line-height: 21px;
  }
  .archive-post .news-menu .widget_categories a,
  .archive-post .news-menu .widget_archive a {
    font-size: 14px;
    line-height: 21px;
  }
  .content-contact .section-anchor-list {
    margin-bottom: 46px;
  }
  .content-contact .section-anchor-list ul {
    padding: 5px 10px 0;
  }
  .content-contact .section-anchor-list li + li {
    margin-top: 25px;
  }
  .content-contact .section-anchor-list .cmmnBtn {
    width: 320px;
    max-width: 100%;
  }
  .content-contact .section-form table {
    display: block;
  }
  .content-contact .section-form tbody,
  .content-contact .section-form tr {
    display: inline;
  }
  .content-contact .section-form td {
    display: block;
    padding: 10px 0 40px;
  }
  .content-contact .section-form th {
    padding-top: 15px;
  }
  .content-contact .section-form input[type='text'],
  .content-contact .section-form input[type='email'] {
    width: 100%;
  }
  .content-contact .section-form textarea {
    height: 200px;
    width: 100%;
  }
  .content-contact .section-form input[type='radio'] + span {
    width: 100%;
  }
  .content-contact .section-form .radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .content-contact .section-form .radio-group span + span {
    margin-top: 15px;
    margin-left: 0;
  }
  .content-contact .section-form .form-term-button {
    padding: 0 20px;
  }
  .content-contact .section-form .form-term-button .cmmnBtn {
    width: 100%;
  }
  .content-contact .section-form .form-term {
    margin-top: 29px;
  }
  .content-contact .section-form .form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
    padding: 0 20px;
  }
  .content-contact .section-form .form-button .cmmnBtn {
    width: 100%;
  }
  .content-contact .section-form .form-button li + li {
    margin-top: 16px;
  }
  .content-contact .section-form .form-attention {
    margin-top: 15px;
  }
  .content-privacy .section-privacy h2 {
    margin-bottom: 23px;
    font-size: 16px;
  }
  .content-privacy .section-privacy ol {
    line-height: 23px;
  }
  .content-privacy .button {
    margin-top: 30px;
  }
  .content-interview main {
    margin-top: 50px;
  }
  .content-interview .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-interview .section .image {
    margin-top: 13px;
  }
  .content-interview .section .description {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-interview .section .description br {
    display: none;
  }
  .content-interview .section-1 {
    margin-top: 12px;
  }
  .content-interview .section-1 .image {
    margin-top: 6px;
  }
  .content-interview .section-1 .description {
    margin-top: 13px;
  }
  .content-interview .section-1 .character {
    position: absolute;
    top: -37px;
    right: 18px;
    width: 156px;
  }
  .content-interview .section-profiles {
    margin-top: 27px;
    margin-bottom: 23px;
    position: relative;
    padding-bottom: 5.73%;
  }
  .content-interview .section-profiles:before {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    bottom: -23px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.3) 4px,
      rgba(204, 204, 204, 0.3) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.3) 4px,
      rgba(204, 204, 204, 0.3) 7px
    );
  }
  .content-interview .section-profiles .section-inner {
    width: 96%;
    margin: 0 auto;
  }
  .content-interview .section-profiles .profile {
    position: relative;
  }
  .content-interview .section-profiles .profile + .profile {
    margin-top: 30px;
  }
  .content-interview .section-profiles .profile:before {
    content: '';
    display: block;
    padding-top: 74%;
    height: auto;
    background-color: #f9f9f9;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .content-interview .section-profiles .profile.profile-1 {
    padding-left: 38.88%;
  }
  .content-interview .section-profiles .profile.profile-1:before {
    background-image: url(../img/manufacturing/interview-profile-1.jpg);
  }
  .content-interview .section-profiles .profile.profile-1 .profile-inner {
    left: 0;
  }
  .content-interview .section-profiles .profile.profile-2 {
    padding-right: 38.88%;
  }
  .content-interview .section-profiles .profile.profile-2:before {
    background-image: url(../img/manufacturing/interview-profile-2.jpg);
  }
  .content-interview .section-profiles .profile.profile-2 .profile-inner {
    right: 0;
  }
  .content-interview .section-profiles .profile.profile-3 {
    padding-left: 38.88%;
  }
  .content-interview .section-profiles .profile.profile-3:before {
    background-image: url(../img/manufacturing/interview-profile-3.jpg);
  }
  .content-interview .section-profiles .profile.profile-3 .profile-inner {
    left: 0;
  }
  .content-interview .section-profiles .profile-inner {
    position: absolute;
    top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44.44%;
    height: 31.47vw;
  }
  .content-interview .section-profiles .message {
    position: relative;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .content-interview .section-profiles .message:before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 32px;
    height: 1px;
    background: black;
  }
  .content-interview .section-profiles .post {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
  .content-interview .section-profiles .name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
  }
  .content-interview .section-talk-anchor {
    margin-top: 47px;
  }
  .content-interview .section-talk-anchor .section-inner {
    width: 96%;
    margin: 0 auto;
  }
  .content-interview .section-talk-anchor li .cmmnBtn {
    width: 100%;
  }
  .content-interview .section-talk-anchor li .cmmnBtn a {
    font-size: 15px;
    line-height: 20px;
  }
  .content-interview .section-talk-anchor li .cmmnBtn a:after {
    right: 10px;
  }
  .content-interview .section-talk.section-talk-1 {
    padding-bottom: 30px;
  }
  .content-interview .section-talk.section-talk-2 {
    padding-bottom: 30px;
  }
  .content-interview .section-talk .anchor-label {
    width: 96%;
    margin: 0 auto;
  }
  #wrap .anchor-label img {
    width: 80px;
  }
  .content-interview .section-talk .heading {
    width: 96%;
    margin: 12px auto 45px;
    font-size: 20px;
    line-height: 24px;
  }
  .content-interview .section-talk .heading br {
    display: none;
  }
  .content-interview .section-talk .talk-inner {
    width: 96%;
    margin: 0 auto;
  }
  .content-interview .section-talk span + li {
    margin-top: 38px;
  }
  .content-interview .section-talk li + li {
    margin-top: 38px;
  }
  .content-interview .section-talk li + span li {
    margin-top: 38px;
  }
  .content-interview .section-talk li.picture + li {
    margin-top: 26px;
  }
  .content-interview .section-talk .sp-stripe {
    position: relative;
    display: block;
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-1-1:before {
    z-index: 0;
    position: absolute;
    left: 38%;
    right: 0;
    top: 135px;
    bottom: 101px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-1-2:before {
    z-index: 0;
    position: absolute;
    right: 38%;
    left: 0;
    top: -15px;
    bottom: -27px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-1-3:before {
    z-index: 0;
    position: absolute;
    left: 38%;
    right: 0;
    top: -23px;
    bottom: -23px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-2-1:before {
    z-index: 0;
    position: absolute;
    right: 38%;
    left: 0;
    top: -138px;
    bottom: -23px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-2-2:before {
    z-index: 0;
    position: absolute;
    left: 38%;
    right: 0;
    top: 66px;
    bottom: 23px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-3-1:before {
    z-index: 0;
    position: absolute;
    right: 38%;
    left: 0;
    top: -116px;
    bottom: -16px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .sp-stripe.sp-stripe-3-2:before {
    z-index: 0;
    position: absolute;
    left: 38%;
    right: 0;
    top: -20px;
    bottom: 23px;
    content: '';
    display: block;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 4px,
      rgba(204, 204, 204, 0.2) 4px,
      rgba(204, 204, 204, 0.2) 7px
    );
  }
  .content-interview .section-talk .speaker {
    width: 40px;
    height: 40px;
  }
  .content-interview .section-talk .baloon {
    font-size: 14px;
    line-height: 23px;
  }
  .content-interview .section-talk .baloon br {
    display: none;
  }
  .content-interview .section-talk .icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
  }
  .content-interview .section-talk .name {
    top: 60px;
    font-size: 10px;
    line-height: 14px;
  }
  .content-interview .section-talk .image {
    width: auto;
    margin: 0 20px;
  }
  .content-interview .section-talk .image figcaption {
    margin-top: 9px;
    font-size: 11px;
  }
  .content-front-page .visible-sp {
    display: block;
  }
  .content-front-page .flag {
    margin: 0;
  }
  .content-front-page .flag .flag__img img {
    height: 25px !important;
  }
  .content-front-page h2 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2.3px;
    margin: 16px 0 0 2px;
  }
  .content-front-page #topMV {
    height: 30vh;
  }
  .content-front-page #topMV .mv {
    height: 30vh;
  }
  .content-front-page .intro {
    height: 309px;
  }
  .content-front-page .intro .bg-slide__item {
    height: 309px;
  }
  .content-front-page .intro .intro__inner {
    padding: 20px 0 0 0;
  }
  .content-front-page .intro .intro__inner h2 {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 2.3px;
    margin: 0;
  }
  .content-front-page .intro .intro__inner .intro__text {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 9px 0;
    text-align: left;
  }
  .content-front-page .intro .intro__inner .intro__text br {
    display: none;
  }
  .content-front-page .intro .intro__inner .deco-a {
    width: 190px;
    height: 139px;
    top: 221px;
    left: auto;
    right: 9px;
  }
  .content-front-page .intro .intro__inner .deco-c {
    display: none;
  }
  .content-front-page .section-1 {
    padding: 20px 0;
  }
  .content-front-page .section-1 h2 {
    margin: 16px 0 0 6px;
  }
  .content-front-page .section-1 .challenge__list {
    display: block;
    margin: 10px 0 0 0;
  }
  .content-front-page .section-1 .challenge__item {
    width: 100%;
  }
  .content-front-page .section-1 .challenge__item + .challenge__item {
    margin: 63px 0 0 0;
  }
  .content-front-page .section-1 .challenge__thum {
    height: 62vw;
  }
  .content-front-page .section-1 .challenge__num {
    margin: 23px 0 0 3px;
    width: 30%;
  }
  .content-front-page .section-1 .challenge__title {
    margin: 35px 0 0 0;
    width: 65%;
  }
  .content-front-page .section-1 .challenge__sub {
    font-size: 15px;
    line-height: 25px;
  }
  .content-front-page .section-1 .challenge__sub br {
    display: none;
  }
  /*	 {
		margin: 30px auto 0;
	}*/
  .content-front-page .section-1:before {
    display: none;
  }
  .content-front-page .section-1:after {
    display: none;
  }
  .content-front-page .section-2 {
    padding: 50px 0;
  }
  .content-front-page .section-2 .block {
    display: block;
    margin: 7px 0 0 0;
  }
  .content-front-page .section-2 .text {
    font-size: 14px;
    line-height: 24px;
    padding: 17px 7px 0 8px;
  }
  .content-front-page .section-2 .text br {
    display: none;
  }
  .content-front-page .section-2 .image2 {
    margin: -11% 26.4% 0 2.5%;
  }
  .content-front-page .section-2:before {
    top: 19px;
    right: 0;
    width: 58%;
    height: calc(100% - 19px);
  }
  .content-front-page .section-2 .btns {
    margin: 30px 0 0 0;
  }
  .content-front-page .section-3 {
    padding: 25px 0;
  }
  .content-front-page .section-3 .text {
    margin: 0;
    font-size: 14px;
  }
  .content-front-page .section-3 .text br {
    display: none;
  }
  .content-front-page .section-3 .images {
    margin: 11px 0 16px 0;
  }
  .content-front-page .section-3 .btns {
    margin: 8px 0 0 0;
  }
  .content-front-page .section-3 .banners {
    display: block;
    width: 100%;
    margin: 66px auto 0;
  }
  .content-front-page .section-3 .banners p + p {
    margin: 21px 0 0 0;
  }
  .content-front-page .section-3 .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-front-page .section-3:before {
    display: none;
  }
  .content-front-page .section-3:after {
    display: none;
  }
  .content-front-page .section-3 .deco-b {
    display: none;
  }
  .content-front-page .fuppy {
    padding: 17px 10px;
    margin: 15px 0 0 0;
  }
  .content-front-page .fuppy .inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content-front-page .fuppy .section-4 .text {
    margin: 409px 0 0 0;
    font-size: 14px;
  }
  .content-front-page .fuppy .section-4 .btns {
    margin: 25px 0 0 0;
  }
  .content-front-page .fuppy .section-4:before {
    width: 188px;
    height: 138px;
    top: 337px;
    left: 2px;
    z-index: 1;
  }
  .content-front-page .fuppy .section-4:after {
    width: 93.6vw;
    height: 81.333vw;
    top: 23.6vw;
    left: 1.6vw;
  }
  .content-front-page .fuppy .section-4 .deco-a {
    display: none;
  }
  .content-front-page .fuppy .section-4 .deco-b {
    display: none;
  }
  .content-front-page .news {
    /*margin: 35px 5px 0 5px;
    padding: 0 5px;*/
    margin: 4.66vw auto 0;
    padding: 0 0.666vw;
  }
  .content-front-page .news .section-5 .block {
    display: block;
  }
  .content-front-page .news .section-5 .block__item--head .news__title {
    text-align: center;
    font-size: 18px;
    padding: 16px 0 0 0;
  }
  .content-front-page .news .section-5 .block__item--head .news__title span {
    font-size: 10px;
  }
  .content-front-page .news .section-5 .block__item--head .btns {
    display: none;
  }
  .content-front-page .news .section-5 .block__item--news {
    width: 100%;
  }
  .content-front-page .news .section-5 .tab__list {
    margin: 21px 0 0 0;
  }
  .content-front-page .news .section-5 .tab__item {
    width: calc((100% - 9px) / 4);
    height: 41px;
    line-height: 41px;
    border-right: 3px solid rgba(179, 179, 179, 0.2);
  }
  .content-front-page .news .section-5 .news__list {
    padding: 15px 10px;
  }
  .content-front-page .news .section-5 .news__item {
    display: block;
    height: auto;
  }
  .content-front-page .news .section-5 .news__date {
    width: 100%;
  }
  .content-front-page .news .section-5 .news__text {
    width: 100%;
    font-size: 14px;
  }
  .content-front-page .news .section-5 .btns {
    width: calc(100% + 40px);
    margin: 37px -20px -20px;
    padding: 46px 0 0 0;
    background-color: #fff;
  }
  .content-front-page .section-shiraishi {
    margin-top: 35px;
  }
  .content-front-page .section-link .banner ul li {
    width: 87.46vw;
    margin: 35px auto 0;
    list-style-type: none;
  }
  .content-front-page .news .section-5 .block__item--news {
    width: 69%;
  }
  .content-medicine .section-1 {
    margin-top: 15px;
  }
  .content-medicine .section-1 .description {
    margin-top: 37px !important;
  }
  .content-medicine .section-1 .description small {
    margin-top: 11px;
    font-size: 12px;
  }
  .content-medicine .section-1 .character {
    position: absolute;
    top: calc(38vw - 7px);
    width: 200px;
  }
  .content-medicine .section-1 .text {
    margin-top: 30px;
    margin-left: 45.97%;
    width: 180px;
  }
  .content-medicine .section-1 .button {
    margin-top: 15px;
  }
  .content-medicine .section-3 {
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 125px;
  }
  .content-medicine .section-3 .heading-group {
    position: relative;
  }
  .content-medicine .section-3 .heading-group__image {
    position: absolute;
    top: 81px;
    right: 2vw;
    width: 168px;
  }
  .content-medicine .section-3 .items {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-3 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-3 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-3 .sub-image-1 {
    position: absolute;
    margin-top: 21px;
    padding: 0 19.1% 0 18%;
    z-index: 1;
  }
  .content-medicine .section-5 {
    margin-top: 17px;
  }
  .content-medicine .section-5 .heading-group__description {
    width: 165px;
  }
  .content-medicine .section-5 .heading-group__image {
    position: absolute;
    top: 81px;
    right: 2vw;
    display: block;
    width: 168px;
  }
  .content-medicine .section-5 .heading-group {
    position: relative;
    margin-bottom: 32px;
  }
  .content-medicine .section-5 .sub-heading {
    height: 28px;
    margin-bottom: 2vw;
    font-size: 15px;
    line-height: 28px;
  }
  .content-medicine .section-5 .item-section-1 .sub-image-1 {
    display: none;
    margin-top: 25px;
    padding: 0 0 0 0;
  }
  .content-medicine .section-5 .item-section-1 .sub-image-1-2 {
    display: block;
  }
  .content-medicine .section-5 .item-section-2 {
    margin-top: 25px;
  }
  .content-medicine .section-5 .item-section-2 .sub-image-1 {
    display: none;
    margin-top: 7px;
    padding: 0 4.58% 0 7.36%;
  }
  .content-medicine .section-5 .item-section-2 .sub-image-1-2 {
    display: block;
    padding: 0 22% 0 22%;
    margin-top: 21px;
  }
  .content-medicine .section-5 .item-section-2 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-5 .item-section-2 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-5 .item-section-2 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-5 .item-section-2 .text {
    margin-bottom: 18px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
  }
  .content-medicine .section-5 .items-4 + .items-4 {
    margin-top: 40px;
  }
  .content-medicine .section-6 {
    padding: 21px 0 45px;
    background-size: auto auto;
    background-color: #cfc;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
  }
  .content-medicine .section-6 .section-inner {
    position: relative;
  }
  .content-medicine .section-6 .heading-group__image {
    display: none;
  }
  .content-medicine .section-6 .items {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-6 .items.items-5 {
    padding-bottom: 260px;
  }
  .content-medicine .section-6 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-6 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-6 .items .item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .content-medicine .section-6 .sub-heading {
    height: 39px;
    margin-top: 30px;
    border: solid 1px #3c0;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    bottom: 194px;
    width: 96%;
  }
  .content-medicine .section-6 .sub-image-1 {
    position: absolute;
    bottom: 67px;
    margin-top: 18px;
    padding: 0 1.8%;
  }
  .content-medicine .section-6 .sub-image-2 {
    margin-top: 18px;
    padding: 0 8.2% 0 1.8%;
  }
  .content-medicine .section-6 .sub-image-3 {
    margin-top: 29px;
    padding: 0 5.7%;
    position: absolute;
    bottom: -92px;
  }
  .content-medicine .section-7 {
    margin-top: 64px;
    margin-bottom: 23px;
  }
  .content-medicine .section-7 .section-inner {
    position: relative;
    padding-bottom: 94px !important;
  }
  .content-medicine .section-7 .items {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-7 .items + .items {
    margin-top: 35px;
  }
  .content-medicine .section-7 .items.items-6b {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .content-medicine .section-7 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-7 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-7 .items .item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .content-medicine .section-7 .sub-image-1 {
    margin-top: 18px;
    padding: 0;
  }
  .content-medicine .section-7 .sub-image-2 {
    margin-top: 14px;
    padding: 0 5.1% 0 9%;
  }
  .content-medicine .section-7 .sub-image-3 {
    margin-top: 30px;
    padding: 0 36.82% 0 0;
    position: absolute;
    bottom: -65px;
  }
  .content-medicine .section .heading {
    padding: 0 10px;
    font-size: 23px;
    line-height: 33px;
  }
  .content-medicine .section .image {
    margin-top: 13px;
  }
  .content-medicine .section .description {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content-medicine .section .description br {
    display: none;
  }
  .content-medicine .section-anchor-list {
    margin-top: 50px;
  }
  .content-medicine .section-anchor-list ul {
    padding: 5px 10px 0;
  }
  .content-medicine .section-anchor-list li + li {
    margin-top: 25px;
  }
  .content-medicine .section-anchor-list .cmmnBtn {
    width: 320px;
    max-width: 100%;
  }
  .content-medicine .anchor-section .section-inner {
    padding: 0 2%;
  }
  .content-medicine .anchor-wrapper {
    padding: 0 2%;
  }
  .content-medicine .anchor-heading {
    height: 40px;
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 33px;
  }
  .content-medicine .anchor-heading.anchor-heading-01 {
    width: 200px;
    background-image: url(../img/medicine/anchor-1-sp.png);
  }
  .content-medicine .anchor-heading.anchor-heading-02 {
    width: 200px;
    background-image: url(../img/medicine/anchor-2-sp.png);
  }
  .content-medicine .heading-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .content-medicine .heading-group__heading:before {
    font-size: 60px;
    top: 1px;
  }
  .content-medicine .heading-group__heading {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 73px;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .content-medicine .heading-group__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    margin-left: -2vw;
    margin-right: -2vw;
  }
  .content-medicine .heading-group__description {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 13px;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
  }
  .content-medicine .heading-group__description br {
    display: none;
  }
  .content-medicine .items .item + .item {
    margin-top: 40px;
  }
  .content-medicine .items .item-category {
    margin-top: 7px;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }
  .content-medicine .items .item-name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: -0.05em;
  }
  .content-medicine .items .item-name small {
    font-size: 70%;
  }
  .content-medicine .items .item-name br:not(.forSP) {
    display: none;
  }
  .content-medicine .items .item-info {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .content-medicine .section-2 {
    position: relative;
    padding: 22px 0 0;
    margin-bottom: 45px;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
  }
  .content-medicine .section-2 .heading-group__image {
    display: none;
  }
  .content-medicine .section-2 .items {
    position: relative;
    margin-top: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-2 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-2 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-2 .items:after {
    position: absolute;
    right: 2px;
    bottom: 7px;
    content: '';
    width: 140px;
    height: 100px;
    background: url(../img/medicine/dog.png) center center no-repeat;
    background-size: contain;
  }
  /*	2001修正*/
  .content-medicine .section-2 .sub-heading {
    height: 60px;
    margin-top: 30px;
    border: solid 1px #09f;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }
  .content-medicine .section-2 .sub-image-1 {
    position: relative;
    margin-top: -30px;
    padding: 0 8px;
    bottom: -10px;
  }
  .content-medicine .section-2 .sub-image-2 {
    position: relative;
    width: 278px;
    margin: 0 auto;
    bottom: -30px;
  }
  .content-medicine .section-4 {
    padding: 0 0 135px;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
  }
  .content-medicine .section-4 .items {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-4 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-4 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-4 .sub-image-1 {
    position: absolute;
    right: 2%;
    bottom: 194px;
    width: 46%;
  }
  .content-medicine .section-4 .sub-image-2 {
    position: absolute;
    right: 2%;
    bottom: -12px;
    width: 55%;
  }
  .content-medicine .section-8 {
    padding: 72px 0 0;
    background-size: auto auto;
    background-color: #cfc;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.3) 7px
    );
  }
  .content-medicine .section-8 .heading-group__image {
    display: none;
  }
  .content-medicine .section-8 .items {
    position: relative;
    margin-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-8 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-8 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-8 .items .item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .content-medicine .section-8 .items .item-copy {
    margin-bottom: 10px;
  }
  .content-medicine .section-8 .items .item-copy img {
    display: block;
  }
  .content-medicine .section-8 .items:after {
    position: absolute;
    right: 2px;
    bottom: 7px;
    content: '';
    width: 48%;
    height: 150px;
    background: url(../img/medicine/animal.png) center center no-repeat;
    background-size: contain;
  }
  .content-medicine .section-8 .sub-image-2 {
    position: relative;
    top: 25px;
    margin-top: 0;
    width: 284px;
    margin: 0 auto;
  }
  .content-medicine .section-9 {
    margin-top: 47px;
    margin-bottom: 60px;
  }
  .content-medicine .section-9 .heading-group {
    position: relative;
  }
  .content-medicine .section-9 .heading-group__description {
    margin-right: 190px;
  }
  .content-medicine .section-9 .heading-group__image {
    position: absolute;
    top: 81px;
    right: 2vw;
    width: 168px;
  }
  .content-medicine .section-9 .items {
    margin-top: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-medicine .section-9 .items .item {
    -webkit-flex-basis: calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
  .content-medicine .section-9 .items .item.item {
    margin-top: 0;
  }
  .content-medicine .section-9 .items .item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .content-medicine .section-9 .items .item-copy {
    margin-bottom: 10px;
  }
  .content-medicine .section-9 .items .item-copy img {
    display: block;
  }
  .content-company h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.35px;
  }
  .content-company h2:after {
    height: 2px;
    width: 50px;
    top: -48px;
  }
  .content-company h2 span {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
    padding: 20px 0 0 0;
  }
  .content-company h3 {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    width: 80px;
  }
  .content-company .visible-sp {
    display: block;
  }
  .content-company .visible-pc {
    display: none;
  }
  .content-company main {
    margin-bottom: 20px;
  }
  .content-company .section-headnav ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-company .section-philosophy {
    padding: 32px 0 56px;
  }
  .content-company .section-philosophy .title {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2.3px;
    padding: 31px 0 0 0;
  }
  .content-company .section-philosophy .text {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0 0 0;
    text-align: left;
  }
  .content-company .section-philosophy .text br {
    display: none;
  }
  .content-company .section-philosophy .image {
    width: 100%;
    padding: 35px 0 0 0;
  }
  .content-company .section-motto {
    padding: 0 0 33px;
  }
  .content-company .section-motto h3 {
    top: -11px;
  }
  .content-company .section-motto .text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.9px;
    padding: 20px 0 0 0;
  }
  .content-company .section-rule {
    padding: 33px 0 35px;
  }
  .content-company .section-rule h3 {
    width: 116px;
  }
  .content-company .section-rule .rule__list {
    padding: 37px 0 0 0;
  }
  .content-company .section-rule .rule__item {
    padding: 0 0 43px 0;
  }
  .content-company .section-rule .rule__num {
    font-size: 30px;
    line-height: 14px;
    letter-spacing: 2.7px;
  }
  .content-company .section-rule .rule__title {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2.3px;
    padding: 16px 0 30px;
  }
  .content-company .section-rule .rule__text {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .content-company .section-rule .rule__text br {
    display: none;
  }
  .content-company .section-outline {
    padding: 30px 10px 18px;
  }
  .content-company .section-outline .outline__block {
    margin: 0;
    width: 100%;
  }
  .content-company .section-outline .outline__table {
    width: calc(100% - 20px);
    padding: 22px 10px;
  }
  .content-company .section-outline .outline__table th {
    font-size: 14px;
    line-height: 23px;
    padding: 18px 0;
    width: 75px;
  }
  .content-company .section-outline .outline__table td {
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 23px;
    padding: 18px 0;
  }
  .content-company .section-outline .outline__table .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-company .section-outline .outline__table .address__text {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }
  .content-company .section-outline .outline__table .address__img {
    width: 100%;
    margin: 13px 0 0 0;
  }
  .content-company .section-outline .outline__table .address__btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-company .section-outline .outline__table .address__btn a {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }
  .content-company .section-outline .outline__table .address__map {
    padding-bottom: 120px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-company
    .section-outline
    .outline__table
    .relatied-company
    + .relatied-company {
    padding: 26px 0 0 0;
  }
  .content-company .section-history {
    padding: 30px 0;
  }
  .content-company .section-history .history__block-wrapper {
    width: calc(100% - 30px);
    height: 370px;
  }
  .content-company .section-history .history__block-wrapper:after {
    top: 48px;
    left: 10px;
    width: 51px;
    height: 50px;
  }
  .content-company
    .section-history
    .history__item.y1930
    .history__year
    p:before {
    width: 50.5px;
    height: 50px;
  }
  .content-company .section-history .history__year {
    width: 77px;
    margin: -10px 0 0 0;
  }
  .content-company .section-history .history__year p:after {
    height: 3px;
    bottom: -7px;
    width: 72px;
  }
  .content-company .section-history .history__year p {
    font-size: 33px;
    line-height: 28px;
  }
  .content-company .section-history .history__content {
    width: calc(100% - 130px);
    border-left: 6px solid #09f;
    padding: 5px 0 21px 32px;
    margin: 0;
  }
  .content-company .section-history .history__content:before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    left: -14px;
    top: -4px;
  }
  .content-company .section-history .history__content:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    left: -11px;
    top: -1px;
  }
  .content-company .section-history .history__detail {
    padding: 10px;
  }
  .content-company .section-history .history__detail:before {
    border-width: 0 15px 20px 0;
    left: -15px;
  }
  .content-company .section-history .history__text {
    font-size: 12px;
    line-height: 20px;
  }
  .content-company .section-history .history__img {
    width: 100%;
  }
  .content-manufacturing .flag {
    margin: 0;
  }
  .content-manufacturing .flag .flag__img img {
    height: 25px !important;
  }
  .content-manufacturing h2 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2.3px;
    margin: 16px 0 0 2px;
  }
  .content-manufacturing .visible-sp {
    display: block;
  }
  .content-manufacturing .visible-pc {
    display: none;
  }
  .content-manufacturing main {
    margin-bottom: 20px;
  }
  .content-manufacturing .system-1 .section__column:after {
    background-image: url(../img/manufacturing/system-2-sp.png);
    width: 100%;
    height: 60vw;
    top: 119px;
    left: 0;
    background-size: contain;
  }
  .content-manufacturing .system-1 .block {
    padding: 65vw 0 0 0;
  }
  .content-manufacturing .system-1 .block .text {
    font-size: 14px;
    line-height: 23px;
  }
  .content-manufacturing .system-1 .block .text br {
    display: none;
  }
  .content-manufacturing .system-1 .deco .image {
    display: none;
  }
  .content-manufacturing .system-2 .block__flex {
    padding: 57px 10px 80px;
    width: calc(100% - 20px);
  }
  .content-manufacturing .system-2 .figure {
    width: 100%;
    margin: 17px 0 0 0;
    left: 0;
  }
  .content-manufacturing .system-2 .content {
    width: 100%;
    margin: 0;
  }
  .content-manufacturing .system-2 .content h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .content-manufacturing .system-2 .text {
    font-size: 14px;
    line-height: 23px;
    padding: 25px 0 0 0;
  }
  .content-manufacturing .system-2 .text br {
    display: none;
  }
  .content-manufacturing .system-2 .smartfactory {
    top: 0;
    left: 0;
    padding: 15px 0 0 0;
  }
  .content-manufacturing .solution:before {
    border-width: 32px 50vw 0 50vw;
  }
  .content-manufacturing .solution .solution__block .num:before {
    width: 56px;
    height: 56px;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-manufacturing .solution .solution__block .num:after {
    font-size: 10px;
    top: -4px;
  }
  .content-manufacturing .solution .solution__block .num p {
    font-size: 25px;
    line-height: 2.5;
    top: -5px;
  }
  .content-manufacturing .solution .solution__block .subtitle {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.8px;
  }
  .content-manufacturing .solution .solution__block .subtitle:after {
    width: 34px;
    height: 2.4px;
    bottom: -5px;
  }
  .content-manufacturing .solution .solution__block .title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .content-manufacturing .solution .solution__block .text {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .content-manufacturing .solution .solution__block .text br {
    display: none;
  }
  .content-manufacturing .solution .solution__block .image {
    padding: 6px 0 31px 0;
  }
  .content-manufacturing
    .solution
    .solution__block
    .solution__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .content-manufacturing .solution .solution__block + .solution__block {
    padding: 32px 0 0 0;
  }
  .content-manufacturing
    .solution
    .solution__block
    + .solution__block
    .solution__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .content-manufacturing
    .solution
    .solution__block
    + .solution__block
    .solution__item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .content-manufacturing
    .solution
    .solution__block
    + .solution__block
    .solution__item:nth-child(5) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .content-manufacturing .profile-block {
    padding: 65px 0 0 0;
  }
  .content-manufacturing .profile-block:before {
    border-width: 32px 0 0 50vw;
    top: 32px;
  }
  .content-manufacturing .profile-block:after {
    border-width: 0 0 32px 50vw;
    top: 32px;
  }
  .content-manufacturing .profile-block .section-profiles .heading {
    margin-top: 12px;
    margin-bottom: 44px;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2.3px;
  }
  .content-manufacturing .profile-block .section-profiles .profile + .profile {
    margin-top: 61px;
  }
  .content-manufacturing .profile-block .section-profiles .profile:before {
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      white 3px,
      white 7px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      white 3px,
      white 7px
    );
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-1:before {
    top: -30px;
    right: -2vw;
    bottom: -33px;
    width: 160px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-1
    .image {
    margin-right: 34.7%;
    margin-left: 12px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-1
    .profile-inner {
    margin-left: auto;
    margin-right: 12px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-2:before {
    top: 30px;
    left: -2vw;
    bottom: 25px;
    width: 272px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-2
    .image {
    margin-left: 34.7%;
    margin-right: 12px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-2
    .profile-inner {
    margin-left: 12px;
    margin-right: auto;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-3:before {
    top: 26px;
    right: -2vw;
    bottom: -37px;
    width: 160px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-3
    .image {
    margin-right: 34.7%;
    margin-left: 12px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-3
    .profile-inner {
    margin-left: auto;
    margin-right: 12px;
  }
  .content-manufacturing .profile-block .section-profiles .profile-inner {
    width: 200px;
    padding: 13px 0;
    margin-top: -63px;
  }
  .content-manufacturing .profile-block .section-profiles .message {
    position: relative;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .content-manufacturing .profile-block .section-profiles .message:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 32px;
    height: 1px;
    background: black;
  }
  .content-manufacturing .profile-block .section-profiles .name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
  }
  .content-manufacturing .profile-block .section-profiles .button {
    margin-top: 87px;
  }
  .content-manufacturing .foot__image {
    background-image: url(../img/manufacturing/foot-sp.png);
    height: 33vw;
    margin: 31px 0 0 0;
  }
}
@media (min-width: 481px) {
  .frontispiece {
    height: 360px;
    background-size: auto 360px;
    margin-top: 80px;
  }
  .frontispiece__inner-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .frontispiece__title-wrapper {
    top: 7px;
  }
  .frontispiece__excerpt {
    font-size: 35px;
  }
  .frontispiece__title {
    margin-top: 13px;
    font-size: 18px;
  }
  .content-interview .frontispiece .frontispiece__inner-wrapper:before {
    bottom: 21px;
    left: 128px;
    width: 198px;
    height: 166px;
  }
  .content-fuppy-quiz .frontispiece .frontispiece__inner-wrapper {
    background-image: url(../img/frontispiece/fuppy-quiz.png);
    background-size: auto 360px;
    background-position: center bottom;
    width: auto;
    min-width: 1080px;
  }
  .content-about-fuppy .frontispiece .frontispiece__inner-wrapper {
    background-image: url(../img/frontispiece/about-fuppy.png);
  }
  #globalFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #globalFooter .inner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #globalFooter .bottom-picture {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #globalFooter .copy {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #wrap #globalFooter .bottom-picture + .copy {
    margin-top: 68px;
  }
  .bottom-picture {
    margin-bottom: 36px;
    height: 360px;
  }
  .content-for-society-and-customers .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-for-society-and-customers .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-for-society-and-customers .section-1 {
    position: relative;
    margin-top: 35px;
  }
  .content-for-society-and-customers .section-1 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .content-for-society-and-customers .section-1 .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-for-society-and-customers .section-1 .image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 872px;
    margin-top: 38px;
    margin-left: 59px;
  }
  .content-for-society-and-customers .section-1 .description {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 482px;
  }
  .content-for-society-and-customers .section-1 .character {
    position: absolute;
    top: 15px;
    right: 152px;
    width: 188px;
  }
  .content-for-society-and-customers .section-2 {
    position: relative;
    margin-top: 33px;
  }
  .content-for-society-and-customers .section-2:before {
    top: -59px;
    right: -120px;
    width: 360px;
    height: 360px;
  }
  .content-for-society-and-customers .section-2 .section-inner {
    position: relative;
    height: 512px;
    overflow: hidden;
  }
  .content-for-society-and-customers .section-2 .heading {
    margin-top: 95px;
    position: relative;
    z-index: 1;
  }
  .content-for-society-and-customers .section-2 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 720px;
  }
  .content-for-society-and-customers .section-2 .description {
    width: 482px;
  }
  .content-for-society-and-customers .section-3 {
    position: relative;
    margin-top: 150px;
  }
  .content-for-society-and-customers .section-3:before {
    position: absolute;
    top: -96px;
    left: -260px;
    content: '';
    display: block;
    width: 568px;
    height: 440px;
    background: #cff;
  }
  .content-for-society-and-customers .section-3 .section-inner {
    position: relative;
    height: 512px;
    overflow: hidden;
  }
  .content-for-society-and-customers .section-3 .heading {
    position: relative;
    z-index: 1;
    margin-top: 95px;
    margin-left: 598px;
  }
  .content-for-society-and-customers .section-3 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
  }
  .content-for-society-and-customers .section-3 .description {
    position: relative;
    margin-left: 598px;
  }
  .content-for-society-and-customers .section-3 .character {
    position: absolute;
    left: -72px;
    bottom: -50px;
    width: 170px;
  }
  .content-satisfying-rigorous-standards main {
    margin-bottom: 61px;
  }
  .content-satisfying-rigorous-standards .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-satisfying-rigorous-standards .section .subheading {
    font-size: 28px;
    line-height: 40px;
  }
  .content-satisfying-rigorous-standards .section .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 584px;
    height: 288px;
    padding: 43px 25px 43px 43px;
  }
  .content-satisfying-rigorous-standards .section .column:before {
    width: 200px;
    height: 140px;
  }
  .content-satisfying-rigorous-standards .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-satisfying-rigorous-standards .section-1 {
    position: relative;
    margin-top: 35px;
  }
  .content-satisfying-rigorous-standards .section-1 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .content-satisfying-rigorous-standards .section-1 .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-satisfying-rigorous-standards .section-1 .image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 980px;
    margin: 60px auto 0;
  }
  .content-satisfying-rigorous-standards .section-1 .description {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 482px;
  }
  .content-satisfying-rigorous-standards .section-1 .character {
    position: absolute;
    bottom: -165px;
    right: 230px;
    width: 208px;
  }
  .content-satisfying-rigorous-standards .section-2 {
    margin-top: 106px;
  }
  .content-satisfying-rigorous-standards .section-3 {
    position: relative;
    margin-top: 105px;
  }
  .content-satisfying-rigorous-standards .section-3 .section-inner {
    position: relative;
  }
  .content-satisfying-rigorous-standards .section-3 .heading {
    margin-bottom: 100px;
  }
  .content-satisfying-rigorous-standards .section-3 .heading:before {
    bottom: -46px;
    width: 200px;
    height: 5px;
  }
  .content-satisfying-rigorous-standards .section-3 .image {
    width: 584px;
    margin: 0 auto 0 0;
    box-sizing: border-box;
  }
  .content-satisfying-rigorous-standards .section-3 .column {
    position: absolute;
    right: 0;
    bottom: 48px;
  }
  .content-satisfying-rigorous-standards .section-3 .column:before {
    top: -60px;
    right: 4px;
  }
  .content-satisfying-rigorous-standards .section-4 {
    position: relative;
    margin-top: 84px;
    margin-bottom: 260px;
  }
  .content-satisfying-rigorous-standards .section-4:before {
    position: absolute;
    top: 180px;
    bottom: 124px;
    right: 0;
    left: 0;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
  }
  .content-satisfying-rigorous-standards .section-4 .section-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .content-satisfying-rigorous-standards .section-4 .heading {
    margin-bottom: 84px;
  }
  .content-satisfying-rigorous-standards .section-4 .heading:before {
    bottom: -46px;
    width: 200px;
    height: 104px;
  }
  .content-satisfying-rigorous-standards .section-4 .group {
    position: relative;
  }
  .content-satisfying-rigorous-standards .section-4 .group + .group {
    margin-top: 40px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .image {
    margin-left: 496px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .column {
    position: absolute;
    left: 0;
    bottom: 48px;
    height: 258px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-1 .column:before {
    top: -79px;
    left: -80px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .image {
    margin-right: 496px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .column {
    position: absolute;
    right: 0;
    bottom: 48px;
  }
  .content-satisfying-rigorous-standards .section-4 .group-2 .column:before {
    top: -60px;
    right: 4px;
  }
  .content-satisfying-rigorous-standards .section-4 .character {
    position: absolute;
    bottom: -276px;
    left: 313px;
    width: 456px;
  }
  .content-satisfying-rigorous-standards .section-profiles .heading {
    margin-top: 32px;
    margin-bottom: 44px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profiles {
    position: relative;
    left: 50px;
    width: 1064px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile:before {
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-1:before {
    top: 68px;
    left: -290px;
    width: 424px;
    height: 216px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-2:before {
    bottom: -72px;
    left: -52px;
    width: 288px;
    height: 152px;
  }
  .content-satisfying-rigorous-standards
    .section-profiles
    .profile.profile-3:before {
    top: -62px;
    right: -192px;
    width: 248px;
    height: 362px;
  }
  .content-satisfying-rigorous-standards .section-profiles .profile-inner {
    left: -26px;
    margin-top: -24px;
    padding: 26px 0;
  }
  .content-satisfying-rigorous-standards .section-profiles .message {
    position: relative;
    margin-top: -12px;
    margin-bottom: 39px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
  }
  .content-satisfying-rigorous-standards .section-profiles .message:before {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 64px;
    height: 2px;
    background: black;
  }
  .content-satisfying-rigorous-standards .section-profiles .name {
    margin-top: 8px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
  }
  .content-satisfying-rigorous-standards .section-profiles .button {
    margin-top: 100px;
  }
  .content-development .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-development .section .column {
    top: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 408px;
    height: 280px;
    padding: 43px 0 43px 43px;
  }
  .content-development .section .subheading {
    font-size: 28px;
    line-height: 40px;
  }
  .content-development .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-development .section-1 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 95px;
  }
  .content-development .section-1 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .content-development .section-1 .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-development .section-1 .image {
    position: absolute;
    top: -39px;
    right: 4px;
    width: 322px;
  }
  .content-development .section-1 .description {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-development .section-2 {
    position: relative;
    margin-top: 102px;
  }
  .content-development .section-2 .section-inner:before {
    position: absolute;
    top: -106px;
    right: -120px;
    width: 360px;
    height: 360px;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #80e5ff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.4) 8px,
      rgba(255, 255, 255, 0.4) 13px
    );
  }
  .content-development .section-2 .section-inner {
    position: relative;
    margin-top: 84px;
    height: 392px;
  }
  .content-development .section-2 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 616px;
  }
  .content-development .section-3 {
    position: relative;
    margin-top: 156px;
  }
  .content-development .section-3 .section-inner:before {
    top: -44px;
    left: -320px;
    width: 560px;
    height: 400px;
  }
  .content-development .section-3 .section-inner {
    position: relative;
    margin-top: 84px;
    height: 392px;
  }
  .content-development .section-3 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 616px;
    border: solid 1px black;
    box-sizing: border-box;
  }
  .content-development .section-4 {
    position: relative;
    margin-top: 100px;
  }
  .content-development .section-4 .section-inner:before {
    top: -44px;
    right: -320px;
    width: 560px;
    height: 400px;
  }
  .content-development .section-4 .section-inner {
    position: relative;
    margin-top: 84px;
    height: 392px;
  }
  .content-development .section-4 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 616px;
    border: solid 1px black;
    box-sizing: border-box;
  }
  .content-development .section-4 .character {
    position: absolute;
    bottom: -60px;
    left: -192px;
    width: 346px;
  }
  .content-development .section-5 {
    margin-top: 35px;
  }
  .content-development .section-5 .image {
    width: 226px;
    height: 72px;
    margin-left: 54.5%;
    margin-bottom: 10px;
  }
  .content-club main {
    margin-top: 14px;
    margin-bottom: 60px;
  }
  .content-club .sub-heading {
    width: 408px;
    height: auto;
  }
  .content-club .image {
    position: absolute;
    top: 0;
    width: 664px;
    height: auto;
  }
  .content-club .description {
    margin-top: 24px;
    font-size: 18px;
    line-height: 36px;
  }
  .content-club .section-wrapper {
    background-image: -webkit-repeating-linear-gradient(
      135deg,
      transparent,
      transparent 6px,
      white 6px,
      white 9px
    );
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 6px,
      white 6px,
      white 9px
    );
  }
  .content-club .button {
    margin-top: 60px;
  }
  .content-club .section {
    padding: 40px 0;
  }
  .content-club .section-inner {
    height: 376px;
    padding-top: 146px;
    box-sizing: border-box;
  }
  .content-club .section-outline {
    padding-top: 0;
  }
  .content-club .section-outline .heading {
    font-size: 72px;
    line-height: 1.5em;
  }
  .content-club .section-outline .subscript {
    margin-top: 7px;
    font-size: 20px;
    line-height: 30px;
  }
  .content-club .section-outline .intro {
    margin-top: 48px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  .content-club .section-1 .section-inner:before {
    position: absolute;
    left: -224px;
    top: -40px;
    width: 680px;
    height: 336px;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: #d3edfb;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      #e5f4fd 6px,
      #e5f4fd 9px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      #e5f4fd 6px,
      #e5f4fd 9px
    );
  }
  .content-club .section-1 .image {
    left: 0;
  }
  .content-club .section-1 .sub-heading {
    margin-left: 607px;
  }
  .content-club .section-1 .description {
    margin-left: 706px;
  }
  .content-club .section-2 .image {
    right: 65px;
  }
  .content-club .section-3 {
    padding-top: 120px;
  }
  .content-club .section-3 .section-inner:before {
    position: absolute;
    left: -121px;
    top: -34px;
    width: 680px;
    height: 336px;
    content: '';
    display: block;
    background-size: auto auto;
    background-color: white;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      #dff3ff 6px,
      #dff3ff 9px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      #dff3ff 6px,
      #dff3ff 9px
    );
  }
  .content-club .section-3 .image {
    left: 0;
  }
  .content-club .section-3 .sub-heading {
    margin-left: 607px;
  }
  .content-club .section-3 .description {
    margin-left: 706px;
  }
  .content-fuppy-quiz .section-list {
    padding: 0 0 56px;
  }
  .content-fuppy-quiz .section-list .anchor-list {
    width: 760px;
  }
  .content-fuppy-quiz .section-list .anchor-item {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    margin-left: 40px;
  }
  .content-fuppy-quiz .section-list .anchor-item:nth-child(n + 6) {
    margin-top: 40px;
  }
  .content-fuppy-quiz .section-list .anchor-item a:before {
    margin-top: -98px;
    font-size: 20px;
    line-height: 20px;
  }
  .content-fuppy-quiz .section-list .anchor-item a:after {
    margin-top: 3px;
    font-size: 52px;
    line-height: 52px;
  }
  .content-fuppy-quiz .section-list .image {
    width: 384px;
    margin: 72px auto 0;
  }
  .content-fuppy-quiz .section-list .image-inner {
    position: relative;
    right: -206px;
    width: 286px;
  }
  .content-fuppy-quiz .section-list .button {
    margin: 16px auto 0;
    width: 384px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number {
    width: 80px;
    height: 80px;
    padding-top: 16px;
    border-radius: 40px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number:before {
    font-size: 12px;
    line-height: 12px;
  }
  .content-fuppy-quiz .section-qa .section .quiz-number:after {
    margin-top: 2px;
    font-size: 34px;
    line-height: 34px;
  }
  .content-fuppy-quiz .section-qa .question {
    padding: 25px 0 50px;
  }
  .content-fuppy-quiz .section-qa .question .question-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  .content-fuppy-quiz .section-qa .question .answer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 888px;
  }
  .content-fuppy-quiz .section-qa .question .answer-item {
    width: 288px;
    height: 64px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .content-fuppy-quiz .section-qa .question .answer-item span {
    -webkit-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    height: 64px;
    margin-right: 18px;
    border-radius: 32px;
    font-size: 28px;
    line-height: 28px;
  }
  .content-fuppy-quiz .section-qa .answer {
    padding: 22px 0 40px;
  }
  .content-fuppy-quiz .section-qa .answer .number {
    width: 130px;
    padding-bottom: 10px;
    border-bottom: solid 5.5px white;
  }
  .content-fuppy-quiz .section-qa .answer .number small {
    font-size: 30px;
    line-height: 40px;
  }
  .content-fuppy-quiz .section-qa .answer .number span {
    font-size: 60px;
    line-height: 1;
  }
  .content-fuppy-quiz .section-qa .answer .description {
    margin-top: 22px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .content-fuppy-quiz .section-qa .answer .attention {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .content-fuppy-quiz .section-qa .section-1 .image {
    width: 656px;
    margin: 40px auto 64px;
  }
  .content-fuppy-quiz .section-qa .section-1 .character {
    width: 138px;
    top: 101px;
    left: 84px;
  }
  .content-fuppy-quiz .section-qa .section-2 .image {
    width: 388px;
    margin: 32px auto 38px;
  }
  .content-fuppy-quiz .section-qa .section-2 .character {
    width: 120px;
    bottom: 115px;
    right: calc(144px + 2%);
  }
  .content-fuppy-quiz .section-qa .section-2 .answer .inner {
    background: url(../img/fuppy-quiz/answer-2.png) 712px 14px no-repeat;
    background-size: 108px auto;
  }
  .content-fuppy-quiz .section-qa .section-3 .image {
    width: 240px;
    margin: 15px auto 20px;
  }
  .content-fuppy-quiz .section-qa .section-3 .character {
    width: 138px;
    bottom: 107px;
    left: 210px;
  }
  .content-fuppy-quiz .section-qa .section-4 .image {
    width: 726px;
    margin: 38px auto 82px;
  }
  .content-fuppy-quiz .section-qa .section-4 .character {
    width: 104px;
    bottom: 102px;
    right: 22px;
  }
  .content-fuppy-quiz .section-qa .section-5 .image {
    width: 398px;
    margin: 42px auto 35px;
  }
  .content-fuppy-quiz .section-qa .section-5 .character {
    width: 124px;
    bottom: 130px;
    left: 184px;
  }
  .content-fuppy-quiz .section-qa .section-5 .text {
    position: absolute;
    bottom: 113px;
    left: 756px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  }
  .content-fuppy-quiz .section-qa .section-5 .text small {
    font-size: 10px;
    font-weight: normal;
  }
  .content-fuppy-quiz .section-qa .section-6 .image {
    width: 170px;
    margin: 19px auto 19px;
  }
  .content-fuppy-quiz .section-qa .section-6 .character {
    width: 210px;
    bottom: 132px;
    right: 144px;
  }
  .content-fuppy-quiz .section-qa .section-7 .image {
    width: 430px;
    margin: 18px auto 8px;
  }
  .content-fuppy-quiz .section-qa .section-7 .image img {
    position: relative;
    right: -110px;
  }
  .content-fuppy-quiz .section-qa .section-7 .character {
    width: 170px;
    bottom: 102px;
    left: 210px;
  }
  .content-fuppy-quiz .section-qa .section-8 .image {
    width: 656px;
    margin: 75px auto 67px;
  }
  .content-fuppy-quiz .section-qa .section-8 .character {
    width: 210px;
    bottom: 150px;
    right: -14px;
  }
  .content-fuppy-quiz .section-qa .section-8 .answer .inner {
    background: url(../img/fuppy-quiz/answer-8.png) 658px 72px no-repeat;
    background-size: 100px auto;
  }
  .content-fuppy-quiz .section-qa .section-9 .image {
    width: 450px;
    margin: 30px auto 14px;
  }
  .content-fuppy-quiz .section-qa .section-9 .image img {
    position: relative;
    right: -60px;
  }
  .content-fuppy-quiz .section-qa .section-9 .character {
    width: 106px;
    bottom: 139px;
    left: 222px;
  }
  .content-fuppy-quiz .section-qa .section-10 .image {
    width: 704px;
    margin: 13px auto 9px;
  }
  .content-fuppy-quiz .section-qa .section-10 .character {
    width: 144px;
    bottom: 69px;
    right: -6px;
  }
  .content-about-fuppy .section {
    position: relative;
  }
  .content-about-fuppy .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-about-fuppy .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-about-fuppy .section .description br.forSP {
    display: block;
  }
  .content-about-fuppy .section-1 {
    height: 392px;
    padding-top: 13px;
    padding-left: 580px;
    box-sizing: border-box;
  }
  .content-about-fuppy .section-1 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 524px;
  }
  .content-about-fuppy .section-1 .profile {
    position: absolute;
    left: -90px;
    bottom: -181px;
    width: 402px;
  }
  .content-about-fuppy .section-2 {
    height: 483px;
    margin-top: 33px;
    padding-top: 179px;
    box-sizing: border-box;
  }
  .content-about-fuppy .section-2 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 524px;
  }
  .content-about-fuppy .section-3 {
    height: 580px;
    margin-top: 72px;
    margin-bottom: 177px;
  }
  .content-about-fuppy .section-3 .image {
    top: -66px;
  }
  .content-recruit main {
    margin-bottom: 210px;
  }
  .content-recruit .section {
    width: 900px;
  }
  .content-recruit .section-anchor-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-recruit .section-anchor-list li + li {
    margin-left: 34px;
  }
  .content-recruit .section-anchor-list .cmmnBtn {
    width: 312px;
  }
  .content-recruit .section-outline {
    margin-top: 106px;
  }
  .content-recruit .section-faq {
    margin-top: 124px;
  }
  .content-recruit .section-faq th {
    width: 260px;
  }
  .content-recruit .section-faq tr + tr td {
    border-style: dotted;
  }
  .content-recruit .heading {
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 48px;
  }
  .content-recruit table {
    line-height: 22px;
  }
  .content-recruit table th {
    width: 160px;
  }
  .content-kojiro-shiraishi .topic-path {
    margin-bottom: 28px;
  }
  .content-kojiro-shiraishi main {
    margin-top: 28px;
  }
  .content-kojiro-shiraishi .section {
    position: relative;
  }
  .content-kojiro-shiraishi .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-kojiro-shiraishi .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  /*
	.content-kojiro-shiraishi .section .description br.forSP {
		display: block;
	}*/
  .content-kojiro-shiraishi .section-logo {
    margin-top: 10px;
  }
  .content-kojiro-shiraishi .section-logo .image {
    width: 720px;
    margin: 0 auto;
  }
  .content-kojiro-shiraishi .section-4 {
    margin-top: 88px;
  }
  .content-kojiro-shiraishi .section-4 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  .content-kojiro-shiraishi .section-4 .column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .content-kojiro-shiraishi .section-4 .images {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 96px;
    box-sizing: border-box;
  }
  .content-kojiro-shiraishi .section-4 .images .image-a {
    position: relative;
    width: 100%;
    height: 392px;
  }
  .content-kojiro-shiraishi .section-4 .images .image-a picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
  }
  .content-kojiro-shiraishi .section-4 .images .image-b {
    position: absolute;
    top: 229px;
    left: 314px;
    width: 344px;
  }
  .content-kojiro-shiraishi .section-3 {
    margin-top: 88px;
  }
  .content-kojiro-shiraishi .section-3 .section-inner {
    height: 360px;
    background: url(../img/kojiro-shiraishi/image-3.jpg) center center repeat-x;
    background-size: auto 360px;
  }
  .content-kojiro-shiraishi .section-1 {
    margin-top: 46px;
  }
  .content-kojiro-shiraishi .section-1 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-kojiro-shiraishi .section-1 .column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 0 0 0 16px;
  }
  .content-kojiro-shiraishi .section-1 .images {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 51px;
    box-sizing: border-box;
  }
  .content-kojiro-shiraishi .section-1 .images .image-a {
    position: relative;
    width: 100%;
    height: 392px;
  }
  .content-kojiro-shiraishi .section-1 .images .image-a picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 616px;
  }
  .content-kojiro-shiraishi .section-1 .images .image-b {
    width: 336px;
    position: absolute;
    bottom: -151px;
    right: 48px;
  }
  .content-kojiro-shiraishi .section-1 .section-inner--2 {
    margin: 94px 0 0 0;
  }
  .content-kojiro-shiraishi .section-2 {
    margin-top: 65px;
  }
  .content-kojiro-shiraishi .section-2 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 704px;
    margin: 0 auto;
    background-size: cover;
  }
  .content-kojiro-shiraishi .section-2 .image {
    -webkit-flex-basis: 47.863%;
    -ms-flex-preferred-size: 47.863%;
    flex-basis: 47.863%;
  }
  .content-kojiro-shiraishi .section-2 .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 52.137%;
    -ms-flex-preferred-size: 52.137%;
    flex-basis: 52.137%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    background-color: #f2f2f2;
  }
  .content-kojiro-shiraishi .section-2 .sub-heading {
    font-size: 24px;
  }
  .content-kojiro-shiraishi .section-2 .sub-heading small {
    display: inline-block;
    margin-right: 1em;
    font-size: 20px;
  }
  .content-kojiro-shiraishi .section-2 .description {
    margin-top: 7px;
    font-size: 14px;
    line-height: 26px;
  }
  .content-kojiro-shiraishi .section-banner {
    margin-top: 73px;
  }
  .content-kojiro-shiraishi .section-banner .image {
    width: 400px;
    margin: 0 auto;
  }
  .type-post .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .type-post .content {
    -webkit-flex-basis: 760px;
    -ms-flex-preferred-size: 760px;
    flex-basis: 760px;
  }
  .type-post .news-menu {
    -webkit-flex-basis: 242px;
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .type-post main {
    margin-top: 100px;
    margin-bottom: 130px;
  }
  .archive-post .single .heading {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .archive-post .single .heading .title {
    margin-right: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .archive-post .single .heading .category {
    /* DELETE CODE 2020/10/20 By 義友堂 start */
    /* -webkit-flex-basis: 112px; */
    /* -ms-flex-preferred-size: 112px; */
    /* flex-basis: 112px; */
    /* DELETE CODE 2020/10/20 By 義友堂 end */
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .archive-post .single .datetime {
    margin-bottom: 45px;
  }
  .archive-post .archive li {
    padding: 20px 0;
    height: 48px;
  }
  .archive-post .archive dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .archive-post .archive .category {
    margin-right: 38px;
    -webkit-flex-basis: 112px;
    -ms-flex-preferred-size: 112px;
    flex-basis: 112px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .archive-post .archive .datetime {
    -webkit-flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .archive-post .archive .title {
    font-size: 16px;
    line-height: 24px;
  }
  .archive-post .nav-links {
    margin-top: 64px;
  }
  .archive-post .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .archive-post .news-menu {
    padding-top: 46px;
  }
  .archive-post .news-menu .widgettitle {
    padding-bottom: 18px;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px;
  }
  .archive-post .news-menu .widget_categories + li,
  .archive-post .news-menu .widget_archive + li {
    margin-top: 46px;
  }
  .archive-post .news-menu .widget_categories a,
  .archive-post .news-menu .widget_archive a {
    height: 36px;
    font-size: 16px;
    line-height: 24px;
  }
  .archive-post .news-menu .widget_categories a,
  .archive-post .news-menu .widget_archive a {
    font-size: 16px;
    line-height: 24px;
  }
  .content-contact .section-anchor-list {
    margin-bottom: 67px;
  }
  .content-contact .section-anchor-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-contact .section-anchor-list li + li {
    margin-left: 34px;
  }
  .content-contact .section-anchor-list .cmmnBtn {
    width: 312px;
  }
  .content-contact .section-attention .section-inner {
    width: 900px;
    margin: 0 auto;
  }
  .content-contact .section-form .section-inner {
    width: 900px;
    margin: 0 auto;
  }
  .content-contact .section-form td {
    padding: 25px 0;
    vertical-align: top;
  }
  .content-contact .section-form th {
    width: 238px;
    padding: 34px 0 25px;
    border-bottom: solid 1px black;
    vertical-align: top;
    text-align: left;
  }
  .content-contact .section-form input[type='text'],
  .content-contact .section-form input[type='email'] {
    width: 80%;
  }
  .content-contact .section-form textarea {
    height: 360px;
    width: 80%;
  }
  .content-contact .section-form input[type='radio'] + span {
    width: 160px;
  }
  .content-contact .section-form .radio-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
  }
  .content-contact .section-form .form-term-button .cmmnBtn {
    width: 240px;
  }
  .content-contact .section-form .form-term {
    margin-top: 49px;
  }
  .content-contact .section-form .form-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 93px;
  }
  .content-contact .section-form .form-button .cmmnBtn {
    width: 240px;
  }
  .content-contact .section-form .form-button li + li {
    margin-right: 16px;
  }
  .content-privacy .section-privacy {
    margin-top: 93px;
  }
  .content-privacy .section-privacy .section-inner {
    width: 900px;
    margin: 0 auto;
  }
  .content-privacy .section-privacy h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .content-privacy .section-privacy ol {
    line-height: 26px;
  }
  .content-privacy .button {
    margin-top: 43px;
  }
  .content-interview .section .heading {
    font-size: 34px;
    line-height: 48px;
  }
  .content-interview .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  /*.content-interview .anchor {
		position: absolute;
		top: -65px;
	}*/
  .content-interview .anchor-wrapper .anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
  .content-interview .section-1 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 120px;
  }
  .content-interview .section-1 .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .content-interview .section-1 .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-interview .section-1 .image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 872px;
    margin-top: 38px;
    margin-left: 59px;
  }
  .content-interview .section-1 .description {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-interview .section-1 .character {
    position: absolute;
    bottom: -74px;
    right: 46px;
    width: 470px;
  }
  .content-interview .section-profiles {
    margin-top: 54px;
  }
  .content-interview .section-profiles .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .content-interview .section-profiles .profile {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    background-color: #f9f9f9;
    background-position: center 5%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .content-interview .section-profiles .profile.profile-1 {
    background-image: url(../img/manufacturing/interview-profile-1.jpg);
  }
  .content-interview .section-profiles .profile.profile-2 {
    background-image: url(../img/manufacturing/interview-profile-2.jpg);
  }
  .content-interview .section-profiles .profile.profile-3 {
    background-image: url(../img/manufacturing/interview-profile-3.jpg);
  }
  .content-interview .section-profiles .profile-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: -200px;
    width: 320px;
    height: 276px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .content-interview .section-profiles .message {
    position: relative;
    margin-top: -12px;
    margin-bottom: 46px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
  }
  .content-interview .section-profiles .message:before {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 64px;
    height: 2px;
    background: black;
  }
  .content-interview .section-profiles .post {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .content-interview .section-profiles .name {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
  }
  .content-interview .section-talk-anchor {
    margin-top: 120px;
    padding: 170px 0 143px;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      rgba(204, 204, 204, 0.3) 6px,
      rgba(204, 204, 204, 0.3) 9px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 6px,
      rgba(204, 204, 204, 0.3) 6px,
      rgba(204, 204, 204, 0.3) 9px
    );
  }
  .content-interview .section-talk-anchor .section-inner {
    width: 908px;
    margin: 0 auto;
  }
  .content-interview .section-talk-anchor li .cmmnBtn {
    width: 280px;
  }
  .content-interview .section-talk-anchor li .cmmnBtn a {
    font-size: 25px;
    line-height: 28px;
  }
  .content-interview .section-talk.section-talk-1 {
    padding-bottom: 125px;
  }
  .content-interview .section-talk.section-talk-1:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    height: 480px;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
  }
  .content-interview .section-talk.section-talk-2 {
    padding-bottom: 100px;
  }
  .content-interview .section-talk.section-talk-2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    height: 480px;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
  }
  .content-interview .section-talk .anchor-label {
    width: 908px;
    margin: 0 auto;
  }
  #wrap .anchor-label img {
    position: absolute;
    top: -65px;
    width: 160px;
  }
  .content-interview .section-talk .heading {
    width: 908px;
    margin: 0 auto 35px;
    font-size: 30px;
    line-height: 40px;
  }
  .content-interview .section-talk .talk-inner {
    width: 908px;
    margin: 0 auto;
  }
  .content-interview .section-talk span + li {
    margin-top: 60px;
  }
  .content-interview .section-talk li + li {
    margin-top: 60px;
  }
  .content-interview .section-talk li + span li {
    margin-top: 60px;
  }
  .content-interview .section-talk li.picture .image {
    padding-left: 132px;
  }
  .content-interview .section-talk li.picture + li {
    margin-top: 45px;
  }
  .content-interview .section-talk li.stripe:before {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    display: block;
    height: 480px;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 8px,
      rgba(204, 204, 204, 0.2) 8px,
      rgba(204, 204, 204, 0.2) 12px
    );
  }
  .content-interview .section-talk li.stripe.stripe-1:before {
    top: 190px;
  }
  .content-interview .section-talk li.stripe.stripe-2:before {
    top: -20px;
  }
  .content-interview .section-talk .speaker {
    width: 80px;
    height: 80px;
  }
  .content-interview .section-talk .icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .content-interview .section-talk .name {
    top: 84px;
    font-size: 14px;
    line-height: 24px;
  }
  .content-interview .section-talk .image {
    width: 640px;
  }
  .content-interview .section-talk .image figcaption {
    margin-top: 13px;
    font-size: 14px;
  }
  .content-front-page .section-2 .image2 {
    position: absolute;
    top: -38px;
    right: 0;
    width: 512px;
  }
  .content-front-page .fuppy .section-4 .banner {
    margin-top: 60px;
  }
  .content-front-page .section-shiraishi .banner {
    width: 512px;
    margin: 90px auto;
  }
  .content-front-page .section-link .banner {
    width: 100%;
    max-width: 1080px;
    margin: 70px auto;
  }
  .content-front-page .section-link .banner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .content-front-page .section-link .banner ul li {
    display: grid;
    grid-template-columns: subgrid;
  }
  .content-front-page .section-link .banner ul li:first-child {
    text-align: right;
  }
  .content-medicine .section-1 {
    margin-top: 8px;
  }
  .content-medicine .section-1 .container {
    position: relative;
    height: 464px;
    padding-top: 23px;
    box-sizing: border-box;
  }
  .content-medicine .section-1 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 720px;
  }
  .content-medicine .section-1 .image:before {
    top: 162px;
    right: -58px;
    width: 360px;
    height: 360px;
    background-size: auto auto;
    background-color: #e5e5e5;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
    z-index: -1;
  }
  .content-medicine .section-1 .description {
    position: relative;
    margin-top: 29px;
  }
  .content-medicine .section-1 .description small {
    margin-top: 12px;
    font-size: 12px;
  }
  .content-medicine .section-1 .character {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 320px;
  }
  .content-medicine .section-1 .text {
    margin-top: 59px;
    margin-left: 590px;
    width: 228px;
  }
  .content-medicine .section-1 .button {
    margin-top: 9px;
  }
  .content-medicine .section-3 {
    margin-top: 98px;
    margin-bottom: 40px;
  }
  .content-medicine .section-3 .section-inner {
    position: relative;
  }
  .content-medicine .section-3 .heading-group__image {
    width: 336px;
    top: -30px;
    right: -22px;
  }
  .content-medicine .section-3 .items {
    width: 700px;
    margin-top: 59px;
  }
  .content-medicine .section-3 .sub-image-1 {
    position: absolute;
    bottom: 8px;
    right: -8px;
    width: 368px;
  }
  .content-medicine .section-5 {
    margin-top: 50px;
  }
  .content-medicine .section-5 .section-inner {
    position: relative;
  }
  .content-medicine .section-5 .heading-group__image {
    display: none;
  }
  .content-medicine .section-5 .heading-group {
    margin-bottom: 47px;
  }
  .content-medicine .section-5 .sub-heading {
    width: 238px;
    height: 32px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }
  .content-medicine .section-5 .item-section-1 .sub-image-1 {
    position: absolute;
    top: -100px;
    right: 16px;
    width: 357px;
  }
  .content-en-front-page-2 {
    display: none;
  }
  .content-medicine .section-5 .item-section-2 {
    margin-top: 49px;
  }
  .content-medicine .section-5 .item-section-2 .sub-image-1 {
    position: absolute;
    top: -38px;
    right: 42px;
    width: 332px;
  }
  .content-medicine .section-5 .item-section-2 .sub-image-1-2 {
    display: none;
  }
  .content-medicine .section-5 .item-section-2 .items + .items {
    margin-top: 30px;
  }
  .content-medicine .section-5 .item-section-2 .text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-medicine .section-5 .items-4 {
    width: 700px;
  }
  .content-medicine .section-6 {
    padding: 55px 0 0;
    background-size: auto auto;
    background-color: #cfc;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
  }
  .content-medicine .section-6 .section-inner {
    position: relative;
    padding-bottom: 135px;
  }
  .content-medicine .section-6 .heading-group__image {
    width: 282px;
    right: 22px;
  }
  .content-medicine .section-6 .items {
    margin-top: 59px;
  }
  .content-medicine .section-6 .sub-heading {
    position: relative;
    left: -21px;
    width: 600px;
    height: 50px;
    margin-top: 45px;
    border: solid 3px #3c0;
    font-size: 24px;
    line-height: 40px;
  }
  .content-medicine .section-6 .sub-image-1 {
    position: relative;
    left: -32px;
    width: 624px;
    margin-top: 22px;
  }
  .content-medicine .section-6 .sub-image-2 {
    position: absolute;
    top: -18px;
    right: 60px;
    width: 400px;
  }
  .content-medicine .section-6 .sub-image-3 {
    position: absolute;
    bottom: -110px;
    left: 297px;
    width: 486px;
  }
  .content-medicine .section-7 {
    margin-top: 158px;
    margin-bottom: 111px;
  }
  .content-medicine .section-7 .section-inner {
    position: relative;
  }
  .content-medicine .section-7 .heading-group__image {
    width: 336px;
    top: -30px;
    right: -22px;
  }
  .content-medicine .section-7 .items {
    width: 700px;
    margin-top: 90px;
  }
  .content-medicine .section-7 .items + .items {
    width: 320px;
    margin-top: 43px;
    margin-left: 380px;
  }
  .content-medicine .section-7 .sub-image-1 {
    position: absolute;
    top: -18px;
    right: -42px;
    width: 484px;
  }
  .content-medicine .section-7 .sub-image-2 {
    position: absolute;
    top: 291px;
    right: -60px;
    width: 422px;
  }
  .content-medicine .section-7 .sub-image-3 {
    position: absolute;
    bottom: -93px;
    left: -40px;
    width: 360px;
  }
  .content-medicine .section .heading {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.1em;
  }
  .content-medicine .section .description {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-medicine .section-anchor-list {
    margin-top: 96px;
  }
  .content-medicine .section-anchor-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-medicine .section-anchor-list li + li {
    margin-left: 34px;
  }
  .content-medicine .section-anchor-list .cmmnBtn {
    width: 312px;
  }
  .content-medicine .anchor-section .section-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .content-medicine .anchor-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .content-medicine .anchor-wrapper .anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
  .content-medicine .anchor-heading {
    width: 400px;
    height: 80px;
    margin: 82px auto 0;
    font-size: 30px;
    line-height: 48px;
  }
  .content-medicine .anchor-heading.anchor-heading-01 {
    background-image: url(../img/medicine/anchor-1.png);
  }
  .content-medicine .anchor-heading.anchor-heading-02 {
    background-image: url(../img/medicine/anchor-2.png);
  }
  .content-medicine .heading-group__heading:before {
    font-size: 76px;
  }
  .content-medicine .heading-group__heading {
    padding-left: 100px;
    font-size: 24px;
    line-height: 32px;
  }
  .content-medicine .heading-group__image {
    position: absolute;
    top: 0;
    right: 0;
  }
  .content-medicine .heading-group__description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .content-medicine .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-medicine .items.items-vertical .item {
    -webkit-flex-basis: auto;
    /*-ms-flex-preferred-size: auto;
		flex-basis: auto; IE11だと、medicine.htmlで余分幅が表示されてしまう不具合対応  */
  }
  .content-medicine .items.items-vertical .item + .item {
    margin-top: 43px;
  }
  .content-medicine .items .item {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  .content-medicine .items .item-category {
    margin-top: 11px;
    font-size: 16px;
    line-height: 28px;
  }
  .content-medicine .items .item-name {
    font-size: 24px;
    line-height: 34px;
  }
  .content-medicine .items .item-name small {
    font-size: 70%;
  }
  .content-medicine .items .item-name br.forSP {
    display: block;
  }
  .content-medicine .items .item-info {
    font-size: 16px;
    line-height: 30px;
  }
  .content-medicine .section-2 {
    padding: 55px 0 0;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
  }
  .content-medicine .section-2 .section-inner {
    position: relative;
    /*2001修正
		padding-bottom: 347px;*/
    padding-bottom: 307px;
  }
  .content-medicine .section-2 .heading-group__image {
    width: 282px;
    right: 22px;
  }
  .content-medicine .section-2 .items {
    margin-top: 59px;
  }
  .content-medicine .section-2 .sub-heading {
    width: 560px;
    height: 50px;
    /*2001修正*/
    margin-top: 40px;
    border: solid 3px #09f;
    font-size: 24px;
    line-height: 40px;
  }
  .content-medicine .section-2 .sub-image-1 {
    position: absolute;
    /*2001修正
		bottom: -84px;
		left: -110px;
		width: 750px;*/
    bottom: -69px;
    left: -60px;
    width: 668px;
  }
  .content-medicine .section-2 .sub-image-2 {
    position: absolute;
    /*2001修正
		bottom: 62px;
		right: 36px;
		width: 330px;*/
    bottom: 62px;
    right: -36px;
    width: 444px;
  }
  .content-medicine .section-4 {
    padding: 55px 0 40px;
    background-size: auto auto;
    background-color: #d6ebff;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
  }
  .content-medicine .section-4 .section-inner {
    position: relative;
  }
  .content-medicine .section-4 .heading-group__image {
    width: 632px;
    top: -55px;
    right: -82px;
  }
  .content-medicine .section-4 .items {
    width: 320px;
    margin-top: 59px;
  }
  .content-medicine .section-4 .sub-image-1 {
    position: absolute;
    bottom: 80px;
    left: 332px;
    width: 268px;
  }
  .content-medicine .section-4 .sub-image-2 {
    position: absolute;
    bottom: 10px;
    right: 248px;
    width: 330px;
  }
  .content-medicine .section-8 {
    padding: 51px 0 0;
    background-size: auto auto;
    background-color: #cfc;
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.3) 5px,
      rgba(255, 255, 255, 0.3) 13px
    );
  }
  .content-medicine .section-8 .section-inner {
    position: relative;
    padding-bottom: 205px;
  }
  .content-medicine .section-8 .heading-group__image {
    top: -119px;
    right: 16px;
    width: 390px;
  }
  .content-medicine .section-8 .items {
    margin-top: 59px;
  }
  .content-medicine .section-8 .items .item-copy {
    margin-bottom: 20px;
  }
  .content-medicine .section-8 .sub-image-1 {
    position: relative;
    left: -32px;
    width: 624px;
    margin-top: 22px;
  }
  .content-medicine .section-8 .sub-image-2 {
    position: absolute;
    bottom: -49px;
    left: 313px;
    width: 454px;
  }
  .content-medicine .section-9 {
    margin-top: 60px;
    margin-bottom: 111px;
  }
  .content-medicine .section-9 .section-inner {
    position: relative;
  }
  .content-medicine .section-9 .heading-group__image {
    width: 336px;
    top: -30px;
    right: -22px;
  }
  .content-medicine .section-9 .items {
    width: 700px;
    margin-top: 90px;
  }
  .content-medicine .section-9 .items + .items {
    width: 320px;
    margin-top: 43px;
    margin-left: 380px;
  }
  .content-medicine .section-9 .items .item-copy {
    margin-bottom: 20px;
  }

  .content-company .section-history .history__block-wrapper:after {
    top: 58px;
    left: 10px;
    width: 102px;
    height: 100px;
  }
  .content-manufacturing .anchor-wrapper .anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
  }
  /*	.content-manufacturing .anchor#anchor02,
  .content-manufacturing .anchor#anchor03 {
		position: absolute;
		top: -44px;
	}*/
  .content-manufacturing .profile-block .section-profiles .heading {
    margin-top: 32px;
    margin-bottom: 44px;
  }
  .content-manufacturing .profile-block .section-profiles .profiles {
    position: relative;
    left: 50px;
    width: 1064px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-manufacturing .profile-block .section-profiles .profile {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  .content-manufacturing .profile-block .section-profiles .profile:before {
    background-image: -webkit-repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      white 5px,
      white 13px
    );
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-1:before {
    top: 68px;
    left: -290px;
    width: 424px;
    height: 216px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-2:before {
    bottom: -72px;
    left: -52px;
    width: 288px;
    height: 152px;
  }
  .content-manufacturing
    .profile-block
    .section-profiles
    .profile.profile-3:before {
    top: -62px;
    right: -192px;
    width: 248px;
    height: 362px;
  }
  .content-manufacturing .profile-block .section-profiles .profile-inner {
    left: -26px;
    margin-top: -24px;
    padding: 26px 0;
  }
  .content-manufacturing .profile-block .section-profiles .message {
    position: relative;
    margin-top: -12px;
    margin-bottom: 39px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
  }
  .content-manufacturing .profile-block .section-profiles .message:before {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 64px;
    height: 2px;
    background: black;
  }
  .content-manufacturing .profile-block .section-profiles .name {
    margin-top: 8px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
  }
  .content-manufacturing .profile-block .section-profiles .button {
    margin-top: 100px;
  }
}
@media (min-width: 481px) and (min-width: 481px) {
  .content-satisfying-rigorous-standards .section .column .description {
    margin-top: 18px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .content-kojiro-shiraishi .section-2 .sub-heading small {
    font-size: 12px;
  }
  .content-front-page .fuppy .section-4 .text br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1099px) {
  .cmmnBtn :after,
  .cmmnBtn button:after {
    right: 3.703vw;
  }

  .cmmnBtn {
    width: 29.62vw;
  }

  .content-front-page .intro {
    height: 51.85vh;
  }

  .content-front-page h2 {
    font-size: 3.148vw;
    line-height: 4.44vw;
    letter-spacing: 0.314vw;
    margin: 3.055vw 0 0 3.704vw;
  }

  .content-front-page .intro .intro__inner .intro__inner_content h2 {
    font-size: 4.259vw;
    line-height: 6.037vw;
  }
  .content-front-page .intro .intro__inner .intro__inner_content .intro__text {
    font-size: 1.38vw;
    line-height: 3.75vw;
    padding: 2.5925vw 0 0 0;
  }

  .content-front-page .intro .intro__inner .intro__inner_content .deco-a {
    position: absolute;
    width: 22.777vw;
    height: 16.666vw;
    left: 3.333vw;
  }

  .content-front-page .intro .intro__inner .intro__inner_content .deco-c {
    width: 20vw;
    height: 25vw;
    top: -4.629vw;
    right: 8vw;
  }

  .content-front-page .section-1 .cmmnBtn {
    margin: 5vw auto 0;
  }
  .content-front-page .section-1:before {
    width: 62.962vw;
    height: 44.44vw;
    top: 33.426vw;
    left: -23.9vw;
    z-index: -1;
  }

  .content-front-page .section-1 .challenge__item {
    width: 31.11vw;
  }

  .content-front-page .section-1 .challenge__thum {
    height: 21.48vw;
  }

  .content-front-page .section-1 .challenge__num {
    font-size: 7.073vw;
    width: 27%;
    line-height: 1;
    margin: 2.315vw 0 0 -0.74vw;
  }

  .content-front-page .section-1 .challenge__title {
    font-size: 1.85vw;
    line-height: 2.777vw;
    width: 70%;
    margin: 3.518vw 0 0 0;
  }

  .content-front-page .section-1 .challenge__sub {
    font-size: 1.388vw;
    line-height: 1.666vw;
    margin: 0.64vw 0 0 0;
  }

  .content-front-page .section-2:before {
    top: 3.426vw;
    right: -11.11vw;
    width: 55.555vw;
    height: 28.148vw;
  }

  .content-front-page .section-2 .block {
    margin: 2.592vw 0 0 -3.703vw;
  }

  .content-front-page .section-2 .image2 {
    top: -3.518vw;
    right: 0;
    width: 47.41vw;
  }

  .content-front-page .section-2 .text {
    font-size: 1.4vw;
    line-height: 2.222vw;
    padding: 1.574vw 0.648vw 0 3vw;
  }

  .content-front-page .section-3 .images {
    margin: 1.018vw 0 1.481vw 0;
  }
  .content-front-page .section-3 .deco-b {
    width: 47.13vw;
    height: 30.648vw;
    top: 8.426vw;
    right: -4.722vw;
  }

  .content-front-page .section-3 .banners {
    margin: 7.4vw 0 0 0;
  }
  .content-front-page .section-3 .banners p {
    width: 48vw;
  }

  .content-front-page .fuppy .section-4:after {
    background-image: url(../img/top/image4.png);
    width: 65vw;
    height: 56.48vw;
    top: -8.888vw;
    right: -5.37vw;
  }

  .content-front-page .fuppy .section-4:before {
    top: 30.48vw;
    left: 7vw;
    width: 22.37vw;
    height: 16.148vw;
  }

  .content-front-page .fuppy .section-4 .text {
    margin: 3.87vw 0 0 5vw;
    font-size: 1.296vw;
  }
  .content-front-page .fuppy .section-4 .deco-a {
    width: 26.111vw;
    bottom: -16.66vw;
    left: 0.111vw;
  }
  .content-front-page .fuppy .section-4 .deco-b {
    width: 33.333vw;
    bottom: -13.87vw;
    right: 0.1vw;
  }
  .content-front-page .news .section-5 .block__item--news {
    width: 69%;
  }
  /*	.content-front-page .news .section-5 .tab__item{
		width:
	}*/
  .content-front-page .news .section-5 .block__item--head .news__title {
    font-weight: bold;
    font-size: 2.22vw;
    line-height: 4.444vw;
    letter-spacing: 0.222vw;
    padding: 0 0 0 0.83vw;
  }
  .content-front-page .news .section-5 .block__item--head .news__title span {
    font-weight: bold;
    font-size: 1.111vw;
    line-height: 2.592vw;
    letter-spacing: 0.111vw;
  }

  .content-front-page .news .section-5 .btns {
    width: 20.74vw;
    margin: 18.518vw 0 0 0;
  }
  .content-front-page .news .section-5 .btns p {
    font-size: 1.48vw;
  }
  .cmmnBtn a:after,
  .cmmnBtn button:after {
    right: 2vw;
  }

  .content-medicine .section-1 .text {
    margin-top: 2.777vw;
    margin-left: 50%;
    z-index: 100;
  }
  .content-medicine .section-1 .button {
    margin-top: 1.388vw;
    width: 36vw;
  }

  .content-medicine .section .description {
    margin-top: 1.48vw;
    padding: 0 10px;
    font-size: 1.296vw;
    line-height: 2.129vw;
  }
  .content-medicine .section-1 .character {
    width: 29%;
  }

  .content-medicine .section-2 .heading-group__image {
    display: none;
  }

  .content-medicine .section-2 .sub-heading {
    width: 51.85vw;
    height: 4.629vw;
    margin-top: 2.777vw;
    border: solid 0.277vw #09f;
    font-size: 2.5vw;
    line-height: 3.703vw;
  }

  .content-medicine .section-2 .sub-image-1 {
    position: relative;
    /*2001修正width: 69.44vw;
		padding: 0 0.74vw;
		left:-5%;*/
    width: 61.85vw;
    margin-top: -4.7vw;
    bottom: 0.925vw;
    left: -9.25%;
  }
  .content-medicine .items .item-name {
  }
  .content-medicine .section-2 .sub-image-2 {
    position: absolute;
    width: 28vw;
    bottom: 1.37;
    right: 3.3vw;
  }
  .content-medicine .section-2 .section-inner {
    position: relative;
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 3.12vw;
  }

  .content-medicine .section-3 .items {
    width: 64.8vw;
    margin-top: 5.46vw;
  }

  .content-medicine .section-3 .sub-image-1 {
    position: absolute;
    bottom: 0.74vw;
    right: -0.74vw;
    width: 34.07vw;
  }

  .content-medicine .section-3 .heading-group__image {
    position: absolute;
    top: 6.5vw;
    right: 2vw;
    width: 23.648vw;
  }

  .content-medicine .section-4 .heading-group__image {
    width: 58.51vw;
    top: 5.45vw;
    right: -7.59vw;
  }

  .content-medicine .section-4 .items {
    width: 29.62vw;
    margin-top: 5.46vw;
  }

  .content-medicine .section-4 .sub-image-1 {
    position: absolute;
    bottom: 7.407vw;
    left: 30.74vw;
    width: 24.81vw;
  }

  .content-medicine .section-4 .sub-image-2 {
    position: absolute;
    bottom: 0.925vw;
    right: 22.96vw;
    width: 30.555vw;
  }

  .content-medicine .section-5 .item-section-1 .sub-image-1 {
    position: absolute;
    top: -9.259vw;
    right: 1.48vw;
    width: 33.05vw;
  }

  .content-medicine .section-5 .items-4 {
    width: 64.81vw;
  }

  .content-medicine .section-5 .item-section-2 .sub-image-1 {
    position: absolute;
    top: -3.518vw;
    right: 3.888vw;
    width: 30.74vw;
  }

  .content-medicine .section-6 .sub-image-1 {
    position: relative;
    left: -2.962vw;
    width: 57.77vw;
    margin-top: 2.037vw;
  }

  .content-medicine .section-6 .sub-image-2 {
    position: absolute;
    top: -1.666vw;
    right: 3.555vw;
    width: 35.037vw;
  }

  .content-medicine .section-6 .sub-heading {
    position: relative;
    left: 0.244vw;
    width: 55.55vw;
    height: 4.629vw;
    margin-top: 4.166vw;
    font-size: 2.222vw;
    line-height: 3.703vw;
  }

  .content-medicine .heading-group__description {
    margin-top: 1.851vw;
    font-size: 1.481vw;
    line-height: 2.777vw;
  }
  .content-medicine .section-6 .sub-image-3 {
    bottom: -10.185vw;
    left: 27.5vw;
    width: 46.5vw;
  }
  .content-medicine .section-7 .sub-image-1 {
    width: 44%;
    right: 1.19%;
  }
  .content-medicine .section-7 .sub-image-2 {
    width: 38.36%;
    right: -0.45%;
  }
  .content-medicine .section-7 .sub-image-3 {
    width: 32.7%;
    left: 3.63%;
  }
  .content-medicine .section-7 .items {
    width: 64.81vw;
    margin-top: 8.333vw;
  }

  .content-medicine .section-7 .items + .items {
    width: 29.629vw;
    margin-top: 6.333vw;
    margin-left: 35.185vw;
  }

  .content-medicine .section-8 .heading-group__image {
    top: -11.018vw;
    right: 1.48vw;
    width: 36.11vw;
  }

  .content-medicine .section-8 .sub-image-2 {
    position: absolute;
    bottom: -4.537vw;
    left: 28.98vw;
    width: 42.037vw;
  }

  .content-medicine .section-9 .heading-group__image {
    position: absolute;
    top: 7.5vw;
    right: 2vw;
    width: 18.555vw;
  }
}

@media screen and (orientation: landscape) {
  .content-manufacturing .system-2 .smartfactory {
    margin: 0 auto;
  }
  .content-manufacturing .system-2 .smartfactory .image {
    width: 92.3%;
    padding-bottom: 1.38%;
  }

  /*2001修正
	.content-medicine .section-2 .sub-image-1 {
		left: -3.18%;
    	width: 69.4%;
	}*/

  .content-medicine .section-5 .item-section-1 .sub-image-1 {
    top: -20.25%;
    right: 1.48%;
  }

  .content-medicine .section-7 .sub-image-1 {
    width: 44.8%;
    right: 0.05%;
  }

  .content-medicine .section-7 .sub-image-2 {
    width: 36%;
    right: -3%;
  }
  .content-medicine .section-7 .sub-image-3 {
    left: -1.7%;
    width: 33.33%;
  }
  .content-medicine .section-9 .heading-group__image {
    width: 31%;
    top: -2.78%;
    right: 2.04%;
  }
  .content-about-fuppy .section-1 .profile {
    left: -2.33%;
    bottom: -45%;
    width: 35%;
  }
}
/*202005修正*/
.dn {
  display: none;
}
.centerling {
  text-align: center;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt-mainasu {
  margin-top: -100px;
}

@media screen and (max-width: 640px) {
  .mt-mainasu {
    margin-top: -30px;
  }
}

.border_area {
  width: auto;
  height: auto;
  border: 1px solid black;
  padding: 10px;
}
