body {
/*  -webkit-font-smoothing: antialiased;*/
}

.pageHeader {
  padding-top: 110px;
  width: 100%;
  text-align: center;
}

.pageHeaderTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: .05em;
}

.pageHeaderTitle-style01 {
  letter-spacing: .15em;
}

.pageHeaderTitle small {
  display: block;
  margin-bottom: 1px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3em;
  color: #2E9648;
  text-transform: uppercase;
}

.pageHeaderIcon {
  width: auto;
}

.navModule01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navModule01Item {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: .05em;
  background-color: #F3F3F3;
  color: #2E9648;
}

.navModule01Item a {
  display: block;
}

.navModule01Item.is-current {
  background-color: #2e9648;
  color: #fff;
}

.fitCoverImage {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.tableModule01 {
  width: 100%;
  letter-spacing: .05em;
  text-align: left;
  border-spacing: 0;
}

.tableModule01 th,
.tableModule01 td {
  vertical-align: top;
  border-top: solid 2px #dedede;
  text-align: left;
}

.tableModule01 th {
  padding: 28px 20px;
  width: 112px;
  line-height: 1.666666667;
}

.tableModule01 td {
  padding: 24px 0 26px;
  line-height: 2.133333333;
}

.tableModule01 tr:last-of-type th,
.tableModule01 tr:last-of-type td {
  border-bottom: solid 2px #dedede;
}

.pageHeader {
  padding-top: 173px;
}

.pageHeaderTitle {
  font-size: 32px;
}

.pageHeaderTitle small {
  margin-bottom: 13px;
}

.navModule01 {
  margin: 21px 60px 0;
  border-radius: 10px;
  overflow: hidden;
}

.navModule01Item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: background-color .5s ease, color .5s ease;
  transition: background-color .5s ease, color .5s ease;
}

.navModule01Item:hover {
  background-color: #2e9648;
  color: #fff;
}

.navModule01Item + .navModule01Item {
  border-left: solid 1px #dedede;
}

.pageHeader-works .pageHeaderIcon {
  margin-top: 14px;
}

.pageHeader-cutting .pageHeaderIcon {
  margin-top: 8px;
  margin-bottom: 25px;
}

.pageHeader-preparedfoods .pageHeaderIcon {
  margin-top: 14px;
  margin-bottom: 25px;
}

.pageHeader-delivery .pageHeaderIcon {
  margin-top: 17px;
  margin-bottom: 29px;
}

.pageHeader-support .pageHeaderIcon {
  margin-top: 15px;
  margin-bottom: 25px;
}

.pageHeader-company .pageHeaderIcon {
  margin-top: 17px;
  margin-bottom: 32px;
}

.breadcrumb {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1280px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .03em;
  color: #666;
  text-align: right;
}

.breadcrumbList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.breadcrumbListItem {
  position: relative;
}

.breadcrumbListItem + .breadcrumbListItem {
  margin-left: 24px;
}

.breadcrumbListItem + .breadcrumbListItem:before {
  content: "";
  height: 100%;
  width: 24px;
  background: url(https://ufoods.co.jp/asset/img/common/ico_breadcrumb.svg) no-repeat center;
  background-size: auto;
  position: absolute;
  top: 0;
  right: 100%;
}

.tableModule01 {
  margin: 0 auto;
  width: 880px;
}

.tableModule01 th {
  padding: 38px 20px;
  width: 182px;
}

.tableModule01 td {
  padding: 34px 0;
}

.firstViewModule {
  height: 100vh;
}

.firstViewModuleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 146px;
  height: 45%;
}

.firstViewModuleJumbotron {
  height: 55%;
}

.firstViewModuleHeader .pageHeader {
  padding-top: 0;
}

.heading01 {
  margin: 0 20px;
  text-align: center;
  color: #0a769f;
  position: relative;
}

.heading01Text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.647058824;
  letter-spacing: .05em;
}

.heading01Up {
  padding-top: 54px;
}

.heading01Bottom {
  padding-bottom: 54px;
}

.heading01Up:before,
.heading01Bottom:after {
  content: "";
  margin: 0 auto;
  height: 54px;
  width: 2px;
  background-color: #0a769f;
  position: absolute;
  right: 0;
  left: 0;
}

.heading01Up:before {
  top: 0;
}

.heading01Bottom:after {
  bottom: 0;
}

.heading01Inner {
  padding: 17px 0 17px;
  border: solid 2px #0a769f;
  position: relative;
}

.heading01Deco:before,
.heading01Deco:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #FFF;
  position: absolute;
  top: -2px;
}

.heading01Deco:before {
  left: -2px;
}

.heading01Deco:after {
  right: -2px;
}

.heading01Deco + .heading01Deco:before,
.heading01Deco + .heading01Deco:after {
  top: auto;
  bottom: -2px;
}

.letsGoLink {
  display: block;
  margin: 0 20px 78px;
  position: relative;
}

.letsGoLinkImages {
  border-radius: 30px;
  overflow: hidden;
}

.letsGoLinkImage {
  background: url(../../../placehold.jp/1920x1080.png) no-repeat center;
  background-size: cover;
}

.letsGoLinkInner {
  font-family: "PA1GothicStdN-Medium", sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: .03em;
  color: #FFF;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.letsGoLinkInner small {
  display: block;
  margin-top: 11px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2em;
}

.letsGoLinkIcon {
  width: auto;
  position: absolute;
}

.worksJumbotron {
  margin: 50px 20px 0;
  position: relative;
}

.worksJumbotronImages {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.worksSection01 {
  margin: 37px 20px 0;
}

.worksSection01Heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.730769231;
  letter-spacing: .05em;
  text-align: center;
}

.worksSection01Text {
  margin: 23px 5px 0;
  font-weight: 400;
  line-height: 2.133333333;
}

.worksSection01Figure {
  margin: 22px 0 0;
  border-radius: 30px;
  overflow: hidden;
}

.worksSection02 {
  margin-top: 40px;
}

.worksSection02Content {
  margin: 0 20px;
  padding: 38px 23px;
  border: solid 2px #0a769f;
  position: relative;
}

.worksSection02Deco:before,
.worksSection02Deco:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: -3px;
}

.worksSection02Deco:before {
  left: -3px;
}

.worksSection02Deco:after {
  right: -3px;
}

.worksSection02Deco + .worksSection02Deco:before,
.worksSection02Deco + .worksSection02Deco:after {
  top: auto;
  bottom: -3px;
}

.worksSection02ListFigure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.worksSection02ListHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 21px 11px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
}

.worksSection02ListHeading span {
  display: inline-block;
  margin-right: 14px;
  padding-bottom: 2px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  color: #2E9648;
  border-bottom: solid 1px #2E9648;
}

.worksSection02ListText {
  margin: 8px 10px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.833333333;
  letter-spacing: .05em;
}

.worksSection03 {
  margin: 30px 20px 0;
}

.worksSection03Number {
  color: #2E9648;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
}

.worksSection03Number:before {
  content: "";
  margin: 0 auto;
  height: 38px;
  width: 87px;
  background: url(https://ufoods.co.jp/asset/img/works/bg_kodawari.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
}

.worksSection03NumberText01 {
  display: block;
  line-height: 1.333333333;
  letter-spacing: .05em;
}

.worksSection03NumberText01 span {
  display: block;
  letter-spacing: .12em;
}

.worksSection03NumberText02 {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  letter-spacing: .05em;
}

.worksSection03ListText {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: .03em;
  background: linear-gradient(transparent 39px, #ccc 1px);
  background-size: 100% 40px;
}

.worksSection03ListText span {
  color: #2E9648;
}

.worksSection03ListItem + .worksSection03ListItem {
  margin-top: 28px;
}

.worksSection04 {
  margin: 60px 0;
  padding: 0 20px 37px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: .05em;
  background-color: #F0FBFC;
}

.worksSection04Heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -21px;
}

.worksSection04Heading span {
  padding: 0 15px;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: .05em;
  background-color: #0a769f;
  color: #FFF;
}

.worksSection04Heading span + span {
  margin-top: 15px;
}

.worksSection04Inner {
  margin-top: -21px;
}

.worksSection04Figure {
  margin: 0;
}

.worksSection04Text {
  font-weight: 400;
}

.worksSection03Addon {
  margin: 32px auto 0;
  height: 150px;
  width: 150px;
  position: relative;
}

.worksSection03Addon img {
  border-radius: 100%;
}

.worksSection03Addon:before {
  content: "";
  height: 38px;
  width: 49px;
  background: url(https://ufoods.co.jp/asset/img/works/bg_kodawari-addon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -24px;
}

.heading01 {
	width: 850px;
	font-size: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.heading01Up {
  padding-top: 70px;
}

.heading01Bottom {
  padding-bottom: 70px;
}

.heading01Up:before,
.heading01Bottom:after {
  height: 70px;
}

.heading01Deco:before, .heading01Deco:after {
  height: 10px;
  width: 10px;
}

.heading01Text {
  font-size: 20px;
}

.letsGoLink {
  margin: 0 auto 100px;
  padding: 0 44px;
  max-width: 1248px;
}

.letsGoLink .letsGoLinkIcon {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.letsGoLink:hover .letsGoLinkIcon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.letsGoLinkInner {
  font-size: 34px;
}

.letsGoLinkInner small {
  margin-top: 20px;
  font-size: 16px;
}

.letsGoLinkIcon {
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
}

.worksJumbotron {
  margin: 30px 30px 0;
  height: 500px;
  max-width: 1220px;
}

.worksSection01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px auto 0;
  width: 1039px;
}

.worksSection01Left .worksSection01Figure {
  margin: 0;
}

.worksSection01Left .worksSection01Content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 59px;
}

.worksSection01Heading {
  font-size: 28px;
  line-height: 1.785714286;
  text-align: left;
}

.worksSection01Figure {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 0 60px;
  width: 460px;
}

.worksSection01Text {
  margin: 30px 0 0 0;
}

.worksSection02 {
  margin: 100px auto 0;
  padding: 0 30px;
  max-width: 1220px;
}

.worksSection02Content {
  margin: 0;
  padding: 36px;
}

.worksSection02List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worksSection02ListItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.worksSection02ListItem + .worksSection02ListItem {
  margin-left: 20px;
}

.worksSection02ListHeading {
  margin: 10px 0 0;
  font-size: 15px;
}

.worksSection02ListHeading span {
  margin-right: 9px;
  padding-bottom: 0;
  font-size: 16px;
}

.worksSection02ListText {
  margin: 0;
}

.worksSection03 {
  margin-top: 74px;
  text-align: center;
}

.worksSection03List {
  display: inline-block;
  text-align: left;
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
}

.worksSection03ListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worksSection03ListItem + .worksSection03ListItem {
  margin-top: 35px;
}

.worksSection03Number {
  margin-top: 8px;
}

.worksSection03Number:before {
  left: -25px;
  right: auto;
}

.worksSection03List {
  position: relative;
}

.worksSection03ListText {
  display: inline-block;
  margin-left: 47px;
}

.worksSection03Addon {
  position: absolute;
  top: -156px;
  right: -109px;
}

.worksSection03Addon-delivery {
  top: -54px;
  right: -178px;
}

.worksSection03Addon:before {
  -webkit-transform: rotate(98deg);
          transform: rotate(98deg);
  top: 115px;
  left: -37px;
}

.worksSection04 {
  margin-top: 123px;
}

.worksSection04Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -48px auto 0;
  max-width: 1160px;
}

.worksSection04Heading.pcOnly {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  top: -23px;
}

.worksSection04Heading span {
  padding: 0 10px;
  font-size: 28px;
}

.worksSection04Heading span + span {
  margin-top: 8px;
}

.worksSection04Figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
  width: 480px;
}

.worksSection04Content {
  margin-top: 50px;
}

.ourWorksIntroHeading {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.115384615;
  letter-spacing: .05em;
  text-align: center;
}

.ourWorksIntroHeading span {
  position: relative;
}

.ourWorksIntroHeading span:after {
  content: "";
  height: 6px;
  background: url(https://ufoods.co.jp/asset/img/works/img_wave.svg) repeat-x top left;
  background-size: 384px 6px;
  position: absolute;
  bottom: -11px;
  left: -3px;
  right: 1px;
}

.ourWorksIntro {
  margin-top: 32px;
}

.ourWorksIntroText {
  margin: 16px 20px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133333333;
  letter-spacing: .05em;
}

.ourWorksJumbotron {
  margin-top: 30px;
  position: relative;
}

body .wrap .ourWorksJumbotronScroll {
  display: block;
  position: absolute;
  bottom: 4px;
  left: -9px;
}

.ourWorksList {
  margin: 41px 20px 56px;
  color: #2E9648;
}

.ourWorksListFigure {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}

.ourWorksListFigure img {
  width: 100%;
}

.ourWorksListTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ourWorksListTitle {
  display: block;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
}

.ourWorksListText {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.866666667;
  letter-spacing: .05em;
}

.ourWorksListIcon {
  width: auto;
}

.ourWorksListContent {
  margin-top: 14px;
}

.ourWorksFlow {
  margin-top: 25px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.ourWorksFlowScroll {
  margin-right: 20px;
  display: block;
  height: 54px;
  width: 54px;
  -webkit-transition: right .25s ease-out;
  transition: right .25s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  top: 39px;
  right: 0;
}

.ourWorksJumbotron {
  margin-top: 0;
  min-width: 1160px;
}

.ourWorksIntro {
  margin-top: 54px;
}

.ourWorksIntroHeading {
  font-size: 32px;
}

.ourWorksIntroHeading span:after {
  bottom: -13px;
  left: 0;
  right: 4px;
}

.ourWorksIntroText {
  margin: 35px auto 0;
  width: 680px;
}

.ourWorksFlow {
  margin: 65px auto 0;
  padding: 0 30px;
  max-width: 1220px;
}

.ourWorksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 110px auto 132px;
  padding: 0 30px;
  max-width: 1199px;
}

.ourWorksListItem {
  width: calc(50% - 31px / 2);
}

.ourWorksListItem:nth-of-type(2n) {
  margin-left: 31px;
}

.ourWorksListItem:nth-of-type(n + 3) {
  margin-top: 52px;
}

.ourWorksListContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.ourWorksListTitle {
  margin: 0 0 0 15px;
  font-size: 22px;
}

.ourWorksListText {
  margin: 0 0 0 40px;
}

.ourWorksBreadcrumb {
  margin: 0 auto 0;
  width: 1160px;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .03em;
  line-height: 30px;
  color: #666;
  text-align: right;
}

.ourWorksBreadcrumb a {
  background-image: url("../img/breadcrumbs-dot.html");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  margin: 0 6px 0 0;
  padding: 0 18px 0 0;
}

.ourWorksBreadcrumb a:hover {
  text-decoration: underline;
}

.ourWorksListItem .ourWorksListFigure img {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.ourWorksListItem:hover .ourWorksListFigure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.HACCPBadge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.HACCPBadge {
  height: 65px;
  width: 342px;
  padding-top: 9px;
  background-color: #FFF;
  border-radius: 30px 30px 0 0;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.HACCPBadgeImage {
  margin: 0 7px 0 13px;
  width: 67px;
}

.HACCPBadgeText {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
}

.companyTable {
  margin-top: 80px;
}

.companyMessage {
  margin: 57px 20px 55px;
}

.companyMessageHeading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.730769231;
  letter-spacing: .05em;
  text-align: center;
}

.companyMessageFigure {
  margin: 26px 0 0;
  border-radius: 30px;
  overflow: hidden;
}

.companyMessageText {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133333333;
  letter-spacing: .05em;
}

.companyMessageText + .companyMessageText {
  margin-top: 13px;
}

.companyMessage {
  margin: 77px auto 115px;
  width: 680px;
}

.companyMessageHeading {
  font-size: 32px;
  line-height: 1.6875;
}

.companyMessageFigure {
  margin-top: 46px;
}

.companyMessageText {
  margin-top: 55px;
}

.companyMessageText + .companyMessageText {
  margin-top: 30px;
}

.companyPolicyIntro {
  margin: 47px 20px 0;
}

.companyPolicyIntroHeading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.730769231;
  letter-spacing: .05em;
  text-align: center;
}

.companyPolicyIntroHeading span {
  display: inline-block;
  position: relative;
}

.companyPolicyIntroHeading span span {
  position: absolute;
  top: 0;
  left: 100%;
}

.companyPolicyIntroText {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133333333;
  letter-spacing: .05em;
}

.companyPolicyLogo {
  margin: 57px 0 57px;
}

.companyPolicyLogoInner {
  margin-top: 40px;
}

.companyPolicyLogoImage {
  display: block;
  margin: 0 auto;
  width: 210px;
}

.companyPolicyLogoText {
  margin: 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133333333;
  letter-spacing: .05em;
}

.companyPolicyLogoText-01 {
  margin-top: 30px;
}

.companyPolicyLogoText-02 {
  margin-top: 26px;
}

.companyPolicyLogoCatch {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #2E9648;
  text-align: center;
}

.companyPolicyLogoCatch:before,
.companyPolicyLogoCatch:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 1px;
  background-color: #dedede;
}

.companyPolicyLogoCatch span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 15px;
}

.companyPolicyIntro {
  margin: 85px auto 0;
  width: 680px;
}

.companyPolicyIntroHeading {
  font-size: 60px;
  line-height: 1.5;
}

.companyPolicyIntroText {
  margin-top: 44px;
}

.companyPolicyLogo {
  margin: 95px auto 116px;
  width: 680px;
}

.companyPolicyLogo .heading01 {
  width: 680px;
}

.companyPolicyLogoInner {
  margin-top: 62px;
}

.companyPolicyLogoImage {
  width: 300px;
}

.companyPolicyLogoText {
  margin: 0;
}

.companyPolicyLogoText-01 {
  margin-top: 55px;
}

.companyPolicyLogoText-02 {
  margin-top: 26px;
}

.companyOverview {
  margin: 60px 20px;
}

.companyOverview {
  margin: 80px 0 100px;
}

.companyOffice {
  margin: 0 20px 60px;
}

.companyOfficeHeading {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .03em;
  color: #2E9648;
  border-bottom: solid 2px #dedede;
  text-align: center;
}

.companyOfficeHeading img {
  width: auto;
  margin-right: 19px;
}

.companyOfficeListItem {
  padding: 30px 0;
  border-bottom: solid 2px #dedede;
}

.companyOfficeListContent {
  padding: 0 10px;
}

.companyOfficeListAddress {
  margin-top: 15px;
  font-weight: 400;
  line-height: 2.133333333;
}

.companyOfficeListAddress ~ .companyOfficeListAddress {
  margin-top: 15px;
}

.companyOfficeListAddress strong {
  display: block;
}

.companyOfficeListMapWrap {
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.companyOfficeListMap {
  height: 214px;
}

.companyOfficeListTable {
  line-height: 2.133333333;
  letter-spacing: .05em;
  font-weight: 400;
  border-spacing: 0;
}

.companyOfficeListTable th,
.companyOfficeListTable td {
  padding: 0;
}

.companyOfficeListTable th {
  padding-right: 16px;
  font-weight: 400;
}

.companyOfficeListLink {
	transition: 0.3s ease-in-out;
  display: inline-block;
  margin: 24px 0 0 -3px;
  padding: 6px 0 0 41px;
  height: 34px;
  width: 229px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .03em;
  color: #2E9648;
  position: relative;
}

.companyOfficeListLink:hover {
	transition: 0.3s ease-in-out;
	padding-left: 51px;
	width: 239px;
}

.companyOfficeListLink:before,
.companyOfficeListLink:after {
	transition: 0.3s ease-in-out;
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
}

.companyOfficeListLink:before {
  height: 30px;
  width: 30px;
  background-image: url(../img/company/office/ico_google-maps.png);
  bottom: 0;
  left: 0;
}

.companyOfficeListLink:after {
  height: 34px;
  width: 188px;
  background-image: url(https://ufoods.co.jp/asset/img/company/office/bg_google-maps-link.svg);
  right: 0;
  bottom: 0;
}

.companyOffice {
  margin: 0 auto 100px;
  width: 880px;
}

.companyOfficeListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}

.companyOfficeListContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 20px;
}

.companyOfficeListMapWrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 4px;
}

.companyOfficeListMap {
  height: 280px;
  width: 400px;
}

.companyOfficeListAddress,
.companyOfficeListTable {
  margin: 0;
}

.companyOfficeListLink {
  margin-left: 0;
}

.companyHistory {
  margin: 60px 20px;
}

.companyHistory {
  margin: 80px 0 100px;
}

.works-index .hero-scroll {
  position: absolute !important;
  top: calc(100vh - 20px - 52px);
  left: 7px;
}

@media screen and (min-width: 1280px) {
  .navModule01 {
    margin: 21px auto 0;
    width: 1160px;
  }
  .worksJumbotron {
    margin: 30px auto 0;
  }
}
