@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type="button"],
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="button"]::focus,
input[type="submit"]::focus {
  outline-offset: -2px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  min-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  font-weight: 400;
  color: #525252;
  background: #fcfcfc;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
    font-size: 1.8rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #525252;
  text-decoration: none;
}

img,
video {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

ul {
  list-style-type: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .col-pc-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }
  .col-pc-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }
  .col-pc-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-pc-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .col-pc-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .col-pc-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-pc-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }
  .col-pc-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .col-pc-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-pc-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }
  .col-pc-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }
  .col-pc-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .col-sp-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }
  .col-sp-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }
  .col-sp-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-sp-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .col-sp-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .col-sp-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-sp-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }
  .col-sp-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .col-sp-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-sp-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }
  .col-sp-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }
  .col-sp-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

.italic {
  font-style: italic;
}

.small-caps {
  font-variant: small-caps;
}

.bold {
  font-weight: 700;
}

.xx-small {
  font-size: 60%;
}

.x-small {
  font-size: 75%;
}

.small {
  font-size: 88.88%;
}

.large {
  font-size: 120%;
}

.x-large {
  font-size: 150%;
}

.xx-large {
  font-size: 200%;
}

.lh-100 {
  line-height: 1 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.indent {
  text-indent: 1em;
}

.indent-back {
  padding-left: 1em;
  text-indent: -1em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wbr {
  display: inline-block;
  white-space: nowrap;
}

.no-leter-spaceing {
  letter-spacing: 0 !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.column-reverse {
  flex-direction: column-reverse;
}

.pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.circle {
  border-radius: 50%;
}

.sp-only {
  display: block !important;
}

@media screen and (min-width: 560px) {
  .sp-only {
    display: none !important;
  }
}

.sp-more {
  display: none !important;
}

@media screen and (min-width: 560px) {
  .sp-more {
    display: block !important;
  }
}

.tb-only {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .tb-only {
    display: none !important;
  }
}

.tb-more {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .tb-more {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

.full-width {
  padding: 0;
  width: 100%;
}

.global-header-inner {
  display: flex;
  height: 240px;
  background: #05193e;
}

@media screen and (max-width: 769px) {
  .global-header-inner {
    height: 70px;
    display: none;
  }
}

.global-header-inner::after {
  content: "";
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  background: url(../img/common/header_bg.png) no-repeat top left/cover;
}

.page_home .global-header-inner {
  display: none;
}

.global-header-logo {
  flex-shrink: 0;
  flex-basis: 620px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 80px;
  width: 620px;
}

@media screen and (max-width: 769px) {
  .global-header-logo {
    padding: 0 10px;
    flex-basis: 50%;
    width: 50%;
  }
}

.global-header-logo .logo {
  width: 515px;
}

@media screen and (max-width: 769px) {
  .global-header-logo .logo {
    width: 100%;
  }
}

.global-header-btn {
  position: relative;
  top: 40px;
  margin: 0 15px 0 15px;
  z-index: 10001;
  width: 44px;
  height: 33px;
  cursor: pointer;
}

.global-header-btn p {
  position: relative;
  top: 41px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}

@media screen and (max-width: 769px) {
  .global-header-btn {
    top: 10px;
    width: 20px;
    height: 12px;
  }
}

.global-header-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  transition: 0.2s;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .global-header-btn span {
    height: 1px;
  }
  .global-header-btn p {
    position: relative;
    top: 19px;
    font-size: 10px;
    left: -3px;
    font-weight: normal;
  }
}

.global-header-btn span:nth-child(1) {
  top: 0;
}

.global-header-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  /* opacity: 0; */
}

.global-header-btn span:nth-child(3) {
  bottom: 0;
}

.global-header-btn.is-active span {
  background: #fff;
}

.global-header-btn.is-active span:nth-child(2) {
  opacity: 0;
}

.global-header-btn.is-active p {
  color: #fff;
}

.global-header-btn.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.global-header-btn.is-active span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
}

.global-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  max-width: 785px;
  width: 100%;
  height: 100%;
  background: #05193e;
  transform: translateX(100%);
  transition: 0.4s;
}

@media screen and (max-width: 769px) {
  .global-header-nav {
    padding: 0;
    max-width: 100%;
  }
}

.global-header-nav.is-active {
  transform: translateX(0);
}

.global-header-nav a {
  color: #fff;
  transition: opacity 0.2s;
}

.global-header-nav a:hover {
  opacity: 0.6;
}

.global-header-nav-list {
  padding: 100px 100px 50px;
  overflow-y: scroll;
}

@media screen and (max-width: 769px) {
  .global-header-nav-list {
    padding: 50px 20px 25px;
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
  }
}

.global-header-nav-item + .global-header-nav-item {
  margin-top: 6rem;
}

@media screen and (max-width: 769px) {
  .global-header-nav-item + .global-header-nav-item {
    margin-top: 40px;
  }
}

.global-header-nav-item > a {
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  .global-header-nav-item > a {
    font-size: 20px;
  }
}

.global-header-nav-item ul {
  display: flex;
  flex-wrap: wrap;
}

.global-header-nav-item li {
  margin-top: 2.5rem;
  width: 50%;
  line-height: 1.25;
}

@media screen and (max-width: 769px) {
  .global-header-nav-item li {
    margin-top: 20px;
  }
}

.global-header-nav-item .instagram {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}

.global-header-nav-item .instagram::before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  background: url(../img/common/instagram_icon.svg) no-repeat center
    center/contain;
}

@media screen and (max-width: 769px) {
  .global-header-nav-item .instagram::before {
    margin-right: 10px;
    width: 22px;
    height: 22px;
  }
}

.global-footer {
  position: relative;
  background: #1b3252;
}

.global-footer-sns a {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: url(../img/common/instagram_icon.svg) no-repeat center
    center/contain;
  transition: opacity 0.2s;
}

.global-footer-sns a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .global-footer-sns a {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
}

.global-footer-inner {
  display: flex;
  padding: 70px 50px 70px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .global-footer-inner {
    display: block;
    padding: 15px 25px 40px;
  }
}

.global-footer-inner a {
  color: #fff;
  transition: opacity 0.2s;
}

.global-footer-inner a:hover {
  opacity: 0.6;
}

.global-footer-info {
  flex-shrink: 0;
  margin-right: auto;
  padding-right: 20px;
}

@media screen and (max-width: 769px) {
  .global-footer-info {
    padding-right: 0;
  }
}

.global-footer-info > * + * {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .global-footer-info > * + * {
    margin-top: 10px;
  }
}

.global-footer-info address {
  line-height: 1.25;
}

.global-footer-info p {
  white-space: nowrap;
}

.global-footer-logo {
  width: 350px;
}

@media screen and (max-width: 769px) {
  .global-footer-logo {
    margin-bottom: 20px;
    width: 280px;
  }
}

.global-footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  max-width: 1150px;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .global-footer-nav {
    margin-top: -35px;
    padding-top: 35px;
    margin-left: 0;
  }
}

.global-footer-nav-list {
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  .global-footer-nav-list {
    width: 50%;
    margin-top: 35px;
    margin-left: 0;
  }
}

.global-footer-nav-list li {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .global-footer-nav-list li {
    font-size: 1.4rem;
  }
}

.global-footer-nav-list li + li {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .global-footer-nav-list li + li {
    margin-top: 10px;
  }
}

.global-footer-nav-list li:nth-child(n + 2) {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .global-footer-nav-list li:nth-child(n + 2) {
    font-size: 1.2rem;
  }
}

.global-footer-copy {
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .global-footer-copy {
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.1rem;
  }
}

.container {
  margin: auto;
  max-width: 1200px;
  width: 98%;
}

@media screen and (max-width: 769px) {
  .container {
    width: 92%;
  }
}

.more {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  transition: opacity 0.2s;
}

.more:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .more {
    font-size: 1.2rem;
  }
}

.more::after {
  content: ">";
  margin-left: 1em;
  display: block;
  vertical-align: middle;
}

.more.is-white {
  color: #fff;
}

.more.is-white a {
  color: #fff;
}

.more-arrow {
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 769px) {
  .more-arrow {
    width: 12px;
    height: 12px;
  }
}

.company-information {
  padding-bottom: 100px;
}

@media screen and (max-width: 769px) {
  .company-information {
    padding-bottom: 45px;
  }
}

.company-information-contents {
  position: relative;
  margin: auto;
  padding: 40px 30px 80px;
  max-width: 1765px;
  width: 98%;
  background: #fff;
  border: #e4e4e4 solid 1px;
}

@media screen and (max-width: 769px) {
  .company-information-contents {
    padding: 25px 20px 35px;
    width: 92%;
  }
}

.company-information-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.company-information-ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3.6rem;
}

@media screen and (max-width: 769px) {
  .company-information-ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.company-information-row {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .company-information-row {
    display: block;
  }
}

.company-information-column:nth-child(1) {
  margin-right: 30px;
  width: 50.53824%;
}

@media screen and (max-width: 769px) {
  .company-information-column:nth-child(1) {
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
  }
  .company-information-column:nth-child(1) .company-information-row {
    display: flex;
  }
}

.company-information-column:nth-child(2) {
  width: 39.66006%;
}

@media screen and (max-width: 769px) {
  .company-information-column:nth-child(2) {
    margin-top: 20px;
    width: 100%;
  }
}

.company-information-logo {
  flex-shrink: 0;
  margin-right: 30px;
  width: 38.11659%;
}

@media screen and (max-width: 769px) {
  .company-information-logo {
    width: 80px;
    margin-right: 15px;
  }
}

.company-information-logo + p {
  line-height: 2;
}

@media screen and (max-width: 769px) {
  .company-information-logo + p {
    line-height: 1.7;
  }
}

.home-opening {
  position: fixed;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #04296f;
}

.home-opening .logo {
  display: none;
  width: 90%;
  max-width: 335px;
}

.home-slider-pagination {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .home-slider-pagination {
    position: static;
    padding: 10px 0 15px;
  }
}

.home-slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 12px;
  background: #0c144d;
  border: 1px solid #b79946;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .home-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.home-slider-pagination .swiper-pagination-bullet-active {
  background: #aaa;
}

.home-reason-contents {
  position: relative;
  display: flex;
  height: 770px;
}

@media screen and (max-width: 769px) {
  .home-reason-contents {
    display: block;
    padding-bottom: 45px;
    height: auto;
  }
}

.home-reason-item:nth-child(1) {
  width: 47.91667%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .home-reason-item:nth-child(1) {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50.4%;
  }
}

.home-reason-item:nth-child(1) .img {
  width: 100%;
  height: 100%;
  background: url(../img/home/reason_img01_pc.png) no-repeat center right/cover;
}

@media screen and (max-width: 769px) {
  .home-reason-item:nth-child(1) .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/home/reason_img01_sp.png) no-repeat center
      right/cover;
  }
}

.home-reason-item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 52.08333%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .home-reason-item:nth-child(2) {
    padding: 15px 10px 10px;
    width: 100%;
  }
}

.home-reason-item-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .home-reason-item-contents {
    max-width: 100%;
  }
}

.home-reason-item-contents a {
  transition: opacity 0.2s;
}

.home-reason-item-contents a:hover {
  opacity: 0.6;
}

.home-reason-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: #000;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 769px) {
  .home-reason-ttl {
    font-size: 1.7rem;
    border: none;
  }
}

.home-reason-ttl a {
  color: #000;
}

.home-reason-list {
  display: flex;
  align-items: stretch;
  margin-top: 60px;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .home-reason-list {
    margin-top: 25px;
  }
}

.home-reason-list li {
  width: 32.43243%;
}

.home-reason-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1.25;
  font-size: 2.4rem;
  background: #516683;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .home-reason-list a {
    font-size: 1.2rem;
  }
}

.home-reason-btn {
  margin-top: 35px;
  font-weight: 700;
  font-size: 3rem;
  width: 100%;
  background: #d3d3ff;
  border-radius: 34px;
}

@media screen and (max-width: 769px) {
  .home-reason-btn {
    margin-top: 15px;
    border-radius: 16px;
    font-size: 1.5rem;
  }
}

.home-reason-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  color: #516683;
}

@media screen and (max-width: 769px) {
  .home-reason-btn a {
    height: 32px;
  }
}

.home-reason-more {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

@media screen and (max-width: 769px) {
  .home-reason-more {
    display: flex;
    position: static;
    justify-content: flex-end;
    padding: 0 10px;
  }
}

.home-oem {
  display: flex;
  align-items: center;
  position: relative;
  height: 770px;
  background: url(../img/home/oem_bg_pc.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 769px) {
  .home-oem {
    padding: 25px 20px 45px;
    height: auto;
    background: url(../img/home/oem_bg_sp.jpg) no-repeat center center/cover;
  }
}

.home-oem-more {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

@media screen and (max-width: 769px) {
  .home-oem-more {
    right: 10px;
    bottom: 10px;
  }
}

.home-oem-more a {
  padding: 5px 10px;
  background: #fff;
}

.home-oem-more a:hover {
  opacity: 0.9;
}

.home-oem-contents {
  margin-left: auto;
  margin-right: 200px;
  max-width: 500px;
  width: 100%;
  padding: 100px 60px;
  background: rgba(252, 252, 252, 0.9);
}

@media screen and (max-width: 769px) {
  .home-oem-contents {
    padding: 30px 30px 40px;
    margin: auto;
    max-width: 200px;
  }
}

.home-oem-contents h2 {
  font-weight: 700;
  font-size: 7rem;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .home-oem-contents h2 {
    font-size: 2.4rem;
  }
}

.home-oem-contents p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.45;
}

@media screen and (max-width: 769px) {
  .home-oem-contents p {
    font-size: 1.4rem;
  }
}

.home-sdgs {
  padding-top: 100px;
  padding-bottom: 75px;
}

@media screen and (max-width: 769px) {
  .home-sdgs {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

.home-sdgs-contents {
  position: relative;
  margin: auto;
  padding: 40px 30px 80px;
  max-width: 1765px;
  width: 98%;
  background: #fff;
  border: #e4e4e4 solid 1px;
}

@media screen and (max-width: 769px) {
  .home-sdgs-contents {
    padding: 25px 20px 35px;
    width: 92%;
  }
}

.home-sdgs-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.home-sdgs-ttl {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 3.6rem;
}

@media screen and (max-width: 769px) {
  .home-sdgs-ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.home-sdgs-row {
  display: flex;
}

@media screen and (max-width: 769px) {
  .home-sdgs-row {
    display: block;
  }
}

.home-sdgs-column {
  width: 50%;
}

@media screen and (max-width: 769px) {
  .home-sdgs-column {
    width: 100%;
  }
}

.home-sdgs-column:nth-child(1) {
  padding-top: 50px;
}

@media screen and (max-width: 769px) {
  .home-sdgs-column:nth-child(1) {
    padding-top: 25px;
  }
}

.home-sdgs-column:nth-child(1) .home-sdgs-row {
  margin: auto;
  max-width: 580px;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .home-sdgs-column:nth-child(1) .home-sdgs-row {
    padding-bottom: 40px;
    max-width: 100%;
    display: flex;
  }
}

.home-sdgs-column:nth-child(2) {
  max-width: 740px;
}

.home-sdgs-column-text {
  text-indent: 1em;
  line-height: 1.8;
}

.home-sdgs-catch {
  margin-top: 50px;
  padding: 30px 20px 40px;
  border: 1px solid #707070;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  .home-sdgs-catch {
    padding: 15px 10px 20px;
    margin-top: 15px;
  }
}

.home-sdgs-catch .strong {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #3a94c4;
}

@media screen and (max-width: 769px) {
  .home-sdgs-catch .strong {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.home-sdgs-catch-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.home-sdgs-catch-row p {
  font-weight: 700;
  font-size: 2.2rem;
  color: #3a94c4;
}

@media screen and (max-width: 769px) {
  .home-sdgs-catch-row p {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 769px) {
  .home-sdgs-catch-row div {
    width: 70px;
  }
}

.monodukuri-header {
  padding: 50px 0;
  background: linear-gradient(
    to right,
    #f3f3f3 0,
    #fff 20%,
    #fff 80%,
    #f3f3f3 100%
  );
  border-bottom: 1px solid #c6c6c6;
}

@media screen and (max-width: 769px) {
  .monodukuri-header {
    padding: 25px 0;
  }
}

.monodukuri-header-ttl {
  font-weight: 700;
  font-size: 3.8rem;
  color: #6f6f6f;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-ttl {
    font-size: 1.9rem;
  }
}

.monodukuri-header-text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #1b3252;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.monodukuri-header-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-row {
    display: block;
    margin-top: 8px;
  }
}

.monodukuri-header-row a {
  transition: opacity 0.2s;
}

.monodukuri-header-row a:hover {
  opacity: 0.8;
}

.monodukuri-header-list {
  flex: 1;
  max-width: 980px;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-list {
    margin-top: 5px;
  }
}

.monodukuri-header-list li {
  flex: 1;
}

.monodukuri-header-list li + li {
  margin-left: 2%;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-list li + li {
    margin-left: 1.5%;
  }
}

.monodukuri-header-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 180px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  background: #516683;
  border-radius: 18px;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-list a {
    height: auto;
    padding: 15px 10px;
    font-size: 1.1rem;
    border-radius: 8px;
  }
}

.monodukuri-header-btn {
  margin-top: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: 190px;
  height: 190px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.5rem;
  color: #516683;
  background: #d3d3ff;
  border-radius: 50%;
}

@media screen and (max-width: 769px) {
  .monodukuri-header-btn {
    margin-top: 10px;
    margin-left: 0;
    padding: 15px 10px;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    border-radius: 8px;
  }
  .monodukuri-header-btn br {
    display: none;
  }
}

.monodukuri-catch {
  background: #efefef;
}

.monodukuri-catch p {
  padding: 70px 20px;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.5;
  color: #1b3252;
  background: #f7f5f5;
}

@media screen and (max-width: 769px) {
  .monodukuri-catch p {
    padding: 35px 10px;
    font-size: 2rem;
  }
}

.monodukuri-section {
  margin-top: 70px;
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  .monodukuri-section {
    margin-top: 25px;
    padding-top: 20px;
  }
}

.monodukuri-section + .monodukuri-section {
  margin-top: 120px;
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  .monodukuri-section + .monodukuri-section {
    margin-top: 40px;
    padding-top: 20px;
  }
}

.monodukuri-section-row {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98%;
  max-width: 1700px;
}

@media screen and (max-width: 769px) {
  .monodukuri-section-row {
    display: block;
    width: 92%;
  }
}

.monodukuri-section-column {
  font-size: 2rem;
  line-height: 1.4;
  color: #1b3252;
}

.monodukuri-section-column.img {
  width: 34.11765%;
}

@media screen and (max-width: 769px) {
  .monodukuri-section-column.img {
    width: 100%;
  }
}

.monodukuri-section-column.text {
  width: 63.52941%;
}

@media screen and (max-width: 769px) {
  .monodukuri-section-column.text {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .monodukuri-section-column {
    font-size: 1.4rem;
  }
}

.monodukuri-section-column h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-section-column h2 {
    font-size: 2rem;
  }
}

.monodukuri-section-column > * + * {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .monodukuri-section-column > * + * {
    margin-top: 10px;
  }
}

.monodukuri-flow {
  margin-top: 170px;
  padding-bottom: 170px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.monodukuri-flow-head {
  padding: 20px 0 30px;
  background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head {
    padding: 10px 0 15px;
  }
}

.monodukuri-flow-head-ttl {
  font-weight: 700;
  font-size: 4rem;
  color: #404040;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-ttl {
    font-size: 2rem;
  }
}

.monodukuri-flow-head-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list {
    padding-right: 25px;
  }
}

.monodukuri-flow-head-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 65px;
  height: 90px;
  width: 171px;
  font-size: 1.8rem;
  line-height: 1.25;
  background: linear-gradient(to left, #fff 0, #fff 50%, #eaeaea 75%);
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list li {
    padding: 0 0 0 30px;
    justify-content: flex-start;
    width: 50%;
    height: 60px;
    font-size: 1.4rem;
  }
  .monodukuri-flow-head-list li br {
    display: inline;
    margin: 10px;
  }
}

.monodukuri-flow-head-list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
  display: block;
  width: 45px;
  height: 90px;
  border-radius: 0 45px 45px 0;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list li::after {
    right: -30px;
    width: 30px;
    height: 60px;
    border-radius: 0 30px 30px 0;
  }
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list li:nth-child(odd) {
    width: 46.5%;
  }
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list li:nth-child(even) {
    width: 53.5%;
    padding-left: 55px;
  }
}

.monodukuri-flow-head-list li:last-child {
  padding-right: 30px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-list li:last-child {
    padding-right: 0;
  }
}

.monodukuri-flow-head-list li:last-child::after {
  display: none;
}

.monodukuri-flow-head-list li:nth-child(1) {
  z-index: 7;
}

.monodukuri-flow-head-list li:nth-child(2) {
  z-index: 6;
}

.monodukuri-flow-head-list li:nth-child(3) {
  z-index: 5;
}

.monodukuri-flow-head-list li:nth-child(4) {
  z-index: 4;
}

.monodukuri-flow-head-list li:nth-child(5) {
  z-index: 3;
}

.monodukuri-flow-head-list li:nth-child(6) {
  z-index: 2;
}

.monodukuri-flow-head-list li:nth-child(7) {
  z-index: 1;
}

.monodukuri-flow-head-list li span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.monodukuri-flow-head-list li span b {
  display: block;
  font-weight: 700;
}

.monodukuri-flow-head-text {
  padding: 20px 0 0 30px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
  color: #4e4e4e;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-head-text {
    padding: 10px 0 0 15px;
    font-size: 1.5rem;
  }
}

.monodukuri-flow-contact {
  padding: 20px 0 20px;
  border-bottom: 10px solid #f0f0f0;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact {
    border-bottom-width: 5px;
  }
}

.monodukuri-flow-contact .monodukuri-flow-row {
  align-items: center;
}

.monodukuri-flow-contact .monodukuri-flow-column h3 {
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact .monodukuri-flow-column h3 {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

.monodukuri-flow-contact .monodukuri-flow-column h3 span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.monodukuri-flow-contact .monodukuri-flow-column p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact .monodukuri-flow-column p {
    font-size: 1.4rem;
  }
}

.monodukuri-flow-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-row {
    display: block;
  }
}

.monodukuri-flow-column.img {
  width: 28.33333%;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-column.img {
    width: 100%;
  }
}

.monodukuri-flow-column.text {
  width: 68.33333%;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-column.text {
    width: 100%;
  }
}

.monodukuri-flow-contact-info {
  margin-top: 20px;
  padding: 20px 40px;
  max-width: 720px;
  border: #9b9b9b solid 1px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact-info {
    padding: 20px 15px;
  }
}

.monodukuri-flow-contact-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.monodukuri-flow-contact-info ul li {
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact-info ul li {
    font-size: 1.6rem;
  }
}

.monodukuri-flow-contact-info ul li span {
  margin-top: 5px;
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact-info ul li span {
    font-size: 1.2rem;
  }
}

.monodukuri-flow-contact-info a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 12px 8px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  background: #05193e;
  transition: opacity 0.2s;
}

.monodukuri-flow-contact-info a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact-info a {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.monodukuri-flow-contact-info a::before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 50px;
  height: 30px;
  background: url(../img/monodukuri/mail_icon.svg) no-repeat center
    center/contain;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-contact-info a::before {
    margin-right: 5px;
    width: 25px;
    height: 15px;
  }
}

.monodukuri-flow-contents {
  padding-top: 20px;
}

.monodukuri-flow-list-item + .monodukuri-flow-list-item {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item + .monodukuri-flow-list-item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item .img {
    margin-bottom: 20px;
  }
}

.monodukuri-flow-list-item dl + .arrow {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item dl + .arrow {
    margin-top: 10px;
  }
}

.monodukuri-flow-list-item dt {
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item dt {
    font-size: 1.8rem;
  }
}

.monodukuri-flow-list-item dt span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.monodukuri-flow-list-item dd {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item dd {
    font-size: 1.4rem;
  }
}

.monodukuri-flow-list-item .arrow {
  margin-left: 30px;
  width: 20px;
  height: 50px;
  background: url(../img/common/arrow02.svg) no-repeat center center/contain;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item .arrow {
    margin-left: 15px;
    width: 10px;
    height: 25px;
  }
}

.monodukuri-flow-list-item .arrow + dl {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .monodukuri-flow-list-item .arrow + dl {
    margin-top: 10px;
  }
}

.oemseihin-header {
  position: relative;
  padding: 145px 0 155px;
  background: url(../img/oemseihin/oem_header_bg.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-header {
    padding: 70px 0 80px;
  }
}

.oemseihin-header a {
  position: absolute;
  left: 50%;
  bottom: 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 769px) {
  .oemseihin-header a {
    bottom: 10px;
    border-width: 15px 15px 0 15px;
  }
}

.oemseihin-header-inner {
  display: flex;
  align-items: center;
  padding: 15px 50px;
  background: rgba(247, 247, 247, 0.85);
  color: #666;
}

@media screen and (max-width: 769px) {
  .oemseihin-header-inner {
    display: block;
    padding: 30px 20px;
  }
}

.oemseihin-header-inner h1 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 4.5rem;
}

@media screen and (max-width: 769px) {
  .oemseihin-header-inner h1 {
    display: block;
    text-align: center;
    font-size: 3.2rem;
  }
}

.oemseihin-header-inner h1::after {
  content: "";
  display: block;
  margin: 0 50px;
  width: 2px;
  height: 110px;
  background: #666;
}

@media screen and (max-width: 769px) {
  .oemseihin-header-inner h1::after {
    margin: 10px 0;
    width: 100%;
    height: 2px;
  }
}

.oemseihin-header-inner p {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .oemseihin-header-inner p {
    font-size: 1.6rem;
  }
  .oemseihin-header-inner p br {
    display: none;
  }
}

.oemseihin-contact {
  padding-top: 70px;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact {
    padding-top: 35px;
  }
}

.oemseihin-contact .container {
  max-width: 1060px;
}

.oemseihin-contact-lead {
  font-weight: 700;
  font-size: 2.6rem;
  color: #1b3252;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-lead {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

.oemseihin-contact-info {
  margin-top: 15px;
  padding: 40px 20px 30px;
  border: 1px solid #707070;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info {
    margin-top: 10px;
    padding: 20px 10px 20px;
  }
}

.oemseihin-contact-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  max-width: 820px;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info ul {
    display: block;
  }
}

.oemseihin-contact-info li {
  font-size: 3.8rem;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info li {
    font-size: 2rem;
  }
  .oemseihin-contact-info li + li {
    margin-top: 10px;
  }
}

.oemseihin-contact-info li span {
  display: block;
  margin-top: 5px;
  font-size: 2.6rem;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info li span {
    font-size: 1.3rem;
  }
}

.oemseihin-contact-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 20px;
  max-width: 820px;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  background: #05193e;
  transition: opacity 0.2s;
}

.oemseihin-contact-info a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info a {
    margin-top: 15px;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.oemseihin-contact-info a::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 50px;
  height: 30px;
  background: url(../img/oemseihin/mail_icon.svg) no-repeat center
    center/contain;
}

@media screen and (max-width: 769px) {
  .oemseihin-contact-info a::before {
    margin-right: 5px;
    width: 25px;
    height: 15px;
  }
}

.oemseihin-catch {
  margin-top: 55px;
  background: #efefef;
}

@media screen and (max-width: 769px) {
  .oemseihin-catch {
    margin-top: 30px;
  }
}

.oemseihin-catch p {
  padding: 30px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #1b3252;
  background: #f7f5f5;
}

@media screen and (max-width: 769px) {
  .oemseihin-catch p {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .oemseihin-catch p br {
    display: none;
  }
}

.oemseihin-contents-body {
  padding: 70px 0 170px;
}

@media screen and (max-width: 769px) {
  .oemseihin-contents-body {
    padding: 35px 0 85px;
  }
}

.oemseihin-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .oemseihin-list {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.oemseihin-list li {
  padding-top: 20px;
  width: 49.16667%;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li {
    width: 100%;
  }
}

.oemseihin-list li:nth-child(1) p {
  background: url(/assets/img/oemseihin/oem_list01.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li:nth-child(1) p {
    background: url(/assets/img/oemseihin/oem_list01@2x.jpg) no-repeat center
      center/cover;
  }
}

.oemseihin-list li:nth-child(2) p {
  background: url(/assets/img/oemseihin/oem_list02.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li:nth-child(2) p {
    background: url(/assets/img/oemseihin/oem_list02@2x.jpg) no-repeat center
      center/cover;
  }
}

.oemseihin-list li:nth-child(3) p {
  background: url(/assets/img/oemseihin/oem_list03.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li:nth-child(3) p {
    background: url(/assets/img/oemseihin/oem_list03@2x.jpg) no-repeat center
      center/cover;
  }
}

.oemseihin-list li:nth-child(4) p {
  background: url(/assets/img/oemseihin/oem_list04.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li:nth-child(4) p {
    background: url(/assets/img/oemseihin/oem_list04@2x.jpg) no-repeat center
      center/cover;
  }
}
.oemseihin-list li:nth-child(5) p {
  background: url(/assets/img/oemseihin/oem_list05_02.jpg) no-repeat center
    center/cover;
}

@media screen and (max-width: 769px) {
  .oemseihin-list li:nth-child(5) p {
    background: url(/assets/img/oemseihin/oem_list05@2x.jpg) no-repeat center
      center/cover;
  }
}

.oemseihin-list p {
  position: relative;
  height: 0;
  padding-top: 100%;
}

@media screen and (max-width: 769px) {
  .oemseihin-list p {
    margin-top: 0;
    width: 100%;
    padding-top: 100%;
  }
}

.oemseihin-list span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.25;
  color: #fff;
  background: rgba(93, 130, 180, 0.9);
}

@media screen and (max-width: 769px) {
  .oemseihin-list span {
    padding: 15px 10px;
    font-size: 2rem;
  }
}

.sustainable-header {
  padding: 90px 0;
  background: linear-gradient(
    to right,
    #a3d7ea 0,
    #fff 20%,
    #fff 80%,
    #a3d7ea 100%
  );
}
.sustainable-sumally-column.text ul {
  margin-top: 20px;
}
#page_sustainable .sustainable-sumally-column.text > ul > li {
  line-height: 180%;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .sustainable-header {
    padding: 45px 0;
  }
  .sustainable-header .container {
    width: 80%;
    max-width: 600px;
  }
}

.sustainable-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1080px;
}

@media screen and (max-width: 769px) {
  .sustainable-header-row {
    display: block;
  }
}

.sustainable-header-ttl {
  flex: 1;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .sustainable-header-ttl {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.sustainable-header-img {
  flex: 1;
  max-width: 499px;
}

.sustainable-header-img span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60.72144%;
  background: url(../img/sustainable/header_img02.png) no-repeat center
    center/contain;
}

@media screen and (max-width: 769px) {
  .sustainable-header-img span {
    background: url(../img/sustainable/header_img02@2x.png) no-repeat center
      center/contain;
  }
}

.sustainable-body {
  padding: 100px 0 170px;
}

.sustainable-body .ad01 {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  font-size: 100%;
}

.sustainable-body .ad01 a {
  font-size: 100%;
}

@media screen and (max-width: 769px) {
  .sustainable-body {
    padding: 50px 0 85px;
  }
}

.sustainable-body .container {
  max-width: 1100px;
}

.sustainable-sumally-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .sustainable-sumally-row {
    display: block;
  }
}

.sustainable-sumally-column.img {
  width: 31.81818%;
}

@media screen and (max-width: 769px) {
  .sustainable-sumally-column.img {
    width: 100%;
  }
}

.sustainable-sumally-column.text {
  width: 63.63636%;
}

@media screen and (max-width: 769px) {
  .sustainable-sumally-column.text {
    margin-top: 15px;
    width: 100%;
  }
}

.sustainable-sumally-column.text p {
  text-indent: 1em;
  line-height: 1.7;
}

.sustainable-sumally-column.text ol {
  margin: 40px 0 0 60px;
}

@media screen and (max-width: 769px) {
  .sustainable-sumally-column.text ol {
    margin: 20px 0 0;
    padding-left: 1em;
  }
}

.sustainable-sumally-column.text ol li + li {
  margin-top: 1em;
}

.sustainable-sumally-text {
  margin-top: 60px;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .sustainable-sumally-text {
    margin-top: 20px;
  }
}

.sustainable-initiative {
  padding-top: 80px;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative {
    padding-top: 40px;
  }
}

.sustainable-initiative-ttl {
  font-weight: 700;
  font-size: 2.6rem;
  color: #3a94c4;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-ttl {
    font-size: 2rem;
  }
}

.sustainable-initiative-contents {
  margin-top: 10px;
  padding: 30px 50px 40px;
  border: 1px solid #707070;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-contents {
    padding: 15px 14px 20px;
  }
}

.sustainable-initiative-row {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-row {
    display: block;
  }
}

.sustainable-initiative-row li + li {
  margin-top: 1em;
}

.sustainable-initiative-row .img {
  width: 222px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-row .img {
    width: 150px;
    margin: 10px 0 0;
  }
}

.sustainable-initiative-row .img span {
  width: 100%;
  height: 0;
  padding-top: 31.53153%;
  display: block;
  background: #000;
  background: url(../img/sustainable/img02.png) no-repeat center center/contain;
}

.sustainable-initiative-catch {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-catch {
    margin-top: 30px;
  }
}

.sustainable-initiative-catch .catch {
  margin: 10px 0 0 30px;
  font-weight: 700;
  font-size: 3.6rem;
  color: #3a94c4;
}

@media screen and (max-width: 769px) {
  .sustainable-initiative-catch .catch {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

.corporate-header {
  padding: 40px 0;
  background: linear-gradient(to left, #0e1113, #5e6061);
}

.corporate-header-inner {
  position: relative;
}

.corporate-header-ttl {
  position: absolute;
  top: 80px;
  left: 70px;
  font-weight: 700;
  font-size: 6.2rem;
  color: #d5d2d2;
}

@media screen and (max-width: 769px) {
  .corporate-header-ttl {
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 4.2rem;
    text-align: center;
  }
}

.corporate-header-logo {
  width: 671px;
}

.corporate-header-logo span {
  display: block;
  width: 100%;
  height: 363px;
  background: url(../img/common/logo03_white.svg) no-repeat center
    center/contain;
  opacity: 0.1;
}

@media screen and (max-width: 769px) {
  .corporate-header-logo {
    width: 100%;
  }
  .corporate-header-logo span {
    height: 0;
    padding-top: 53.9823%;
  }
}

.corporate-philosophy {
  padding-top: 90px;
}

@media screen and (max-width: 769px) {
  .corporate-philosophy {
    padding-top: 45px;
  }
}

.corporate-philosophy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate-philosophy-list-item {
  width: 100%;
}

.corporate-philosophy-list-item:nth-child(n + 2) {
  margin-top: 30px;
  width: 49%;
  max-width: 580px;
}

.corporate-philosophy-list-item:last-child {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .corporate-philosophy-list-item:nth-child(n + 2) {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
}

.corporate-philosophy-list-item dt {
  padding: 12px 30px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  background: #1b3252;
}

@media screen and (max-width: 769px) {
  .corporate-philosophy-list-item dt {
    padding: 10px 15px;
    font-size: 2rem;
  }
}

.corporate-philosophy-list-item dd {
  padding: 25px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.75;
  background: #fff;
  border: 1px solid #1b3252;
}

@media screen and (max-width: 769px) {
  .corporate-philosophy-list-item dd {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}

.corporate-bnr {
  margin-top: 40px;
  position: relative;
  padding-bottom: 44.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 0 6%;
}

.corporate-bnr iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .corporate-bnr {
    /* margin-top: 20px */
  }
}

.corporate-bnr a {
  position: relative;
  display: block;
  height: 165px;
  background: #000 url(../img/corporate/bnr.jpg) no-repeat top left;
  transition: opacity 0.2s;
}

.corporate-bnr a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .corporate-bnr a {
    background: #000;
    height: auto;
  }
  .corporate-bnr a::before {
    content: "";
    display: block;
    padding-top: 25.86207%;
    background: #000 url(../img/corporate/bnr.jpg) no-repeat top left/contain;
  }
}

.corporate-bnr .overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  height: 100%;
  max-width: 500px;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 769px) {
  .corporate-bnr .overlay {
    position: static;
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
  }
}

.corporate-bnr .overlay span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .corporate-bnr .overlay span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.corporate-bnr .overlay span::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 7px;
  border-style: solid;
  border-width: 9px 0 9px 20px;
  border-color: transparent transparent transparent #fff;
}

.corporate-overview {
  padding-top: 50px;
}

@media screen and (max-width: 769px) {
  .corporate-overview {
    padding-top: 30px;
  }
}

.corporate-overview-ttl {
  padding: 12px 30px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  background: #1b3252;
}

@media screen and (max-width: 769px) {
  .corporate-overview-ttl {
    padding: 10px 15px;
    font-size: 2rem;
  }
}

.corporate-overview-row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 769px) {
  .corporate-overview-row {
    display: block;
    padding: 15px 10px;
  }
}

.corporate-overview-row dt {
  width: 25%;
  min-width: 180px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .corporate-overview-row dt {
    width: auto;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
  }
}

.corporate-overview-row dd {
  flex: 1;
  padding-right: 20px;
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .corporate-overview-row dd {
    padding-right: 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.corporate-overview-row .map {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  max-width: 870px;
  height: 0;
  padding-top: 57.47126%;
}

@media screen and (max-width: 769px) {
  .corporate-overview-row .map {
    margin-top: 10px;
  }
}

.corporate-overview-row .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate-history {
  margin-top: 40px;
  padding-top: 20px;
}

.corporate-history-header {
  background: #5fa5b9;
}

.corporate-history-header-inner {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  background: #88abb5;
}

.corporate-history-header-img {
  flex: 1;
  width: 840px;
  max-width: 840px;
}

@media screen and (max-width: 769px) {
  .corporate-history-header-img {
    width: 50%;
    max-width: 50%;
  }
}

.corporate-history-header-img span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 46.97509%;
  background: url(/assets/img/corporate/history_img.png) no-repeat center
    left/cover;
}

.corporate-history-header-ttl {
  padding-left: 30px;
  font-weight: 700;
  font-size: 4.8rem;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .corporate-history-header-ttl {
    padding: 0 20px;
    text-align: center;
    font-size: 2.4rem;
  }
}

.corporate-history-body {
  padding-bottom: 140px;
}

@media screen and (max-width: 769px) {
  .corporate-history-body {
    padding-bottom: 70px;
  }
}

.corporate-history-row {
  display: flex;
  padding: 30px 0 30px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 769px) {
  .corporate-history-row {
    display: block;
    padding: 15px 10px;
  }
}

.corporate-history-row dt {
  width: 33.33333%;
  min-width: 200px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .corporate-history-row dt {
    width: auto;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
  }
}

.corporate-history-row dd {
  flex: 1;
  padding-right: 20px;
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .corporate-history-row dd {
    padding-right: 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.contact-header {
  padding: 40px 0;
  background: linear-gradient(
    to left,
    rgba(94, 96, 97, 0.27),
    rgba(14, 17, 19, 0.27)
  );
}

.contact-header-inner {
  position: relative;
}

.contact-header-ttl {
  position: absolute;
  top: 80px;
  left: 70px;
  font-weight: 700;
  font-size: 6.2rem;
  color: #4a4c4d;
}

.contact-header-ttl-small {
  font-size: 42%;
}

@media screen and (max-width: 769px) {
  .contact-header-ttl {
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 4.2rem;
    text-align: center;
  }
}

.contact-header-logo {
  width: 671px;
}

.contact-header-logo span {
  display: block;
  width: 100%;
  height: 363px;
  background: url(../img/common/logo03_black.svg) no-repeat center
    center/contain;
  opacity: 0.1;
}

@media screen and (max-width: 769px) {
  .contact-header-logo {
    width: 100%;
  }
  .contact-header-logo span {
    height: 0;
    padding-top: 53.9823%;
  }
}

.contact-body {
  padding-bottom: 140px;
}

@media screen and (max-width: 769px) {
  .contact-body {
    padding-bottom: 70px;
  }
}

.contact-form {
  padding-top: 90px;
}

@media screen and (max-width: 769px) {
  .contact-form {
    padding-top: 45px;
  }
}

.contact-form-list {
  border-style: solid;
  border-color: #707070;
  border-width: 1px 0 0;
}

.contact-form-list:nth-of-type(1) {
  border-width: 0;
}

.contact-form-list-ttl {
  font-size: 2.2rem;
  line-height: 1.25;
  padding: 0 0 0 0.5em;
  border-style: solid;
  border-color: #7fa2e2;
  border-width: 0 0 0 0.5em;
}

@media screen and (max-width: 769px) {
  .contact-form-list-ttl {
    font-size: 1.8rem;
  }
}

.contact-form-list-desc {
  font-size: 1.6rem;
  margin: 1em 0;
}

@media screen and (max-width: 769px) {
  .contact-form-list-desc {
    display: block;
    font-size: 1.2rem;
  }
}

.contact-form-list-ttl02 {
  margin: 90px 0 0;
}

@media screen and (max-width: 769px) {
  .contact-form-list-ttl02 {
    margin: 45px 0 0;
  }
}

.contact-form-lists {
  border: 1px solid #707070;
  margin: 25px 0 0;
}

.contact-form-lists02 {
  border-top: 0;
  margin-top: 0;
}

.contact-form-lists-wrap {
  position: relative;
}

.contact-form-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .contact-form-list dl {
    display: block;
    font-size: 1.6rem;
  }
}

.contact-form-list dt {
  width: 260px;
  background: #f6f6f6;
  border-style: solid;
  border-color: #707070;
  border-width: 0 1px 0 0;
}

@media screen and (max-width: 769px) {
  .contact-form-list dt {
    width: auto;
    padding: 10px 10px;
    border-width: 0;
  }
}

.contact-form-list-h1 {
  line-height: 40px;
  padding: 23px 20px;
}

@media screen and (max-width: 769px) {
  .contact-form-list-h1 {
    line-height: 1.5;
    padding: 0;
  }
}

.contact-form-list-h2 {
  line-height: 40px;
  padding: 23px 0 23px 20px;
  margin: 0 0 0 115px;
}

@media screen and (max-width: 769px) {
  .contact-form-list-h2 {
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }
}

.contact-form-list-h3 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 1px;
  left: 1px;
  width: 115px;
  line-height: 40px;
  background: #f6f6f6;
  padding: 23px 0 0 20px;
  border-style: solid;
  border-color: #707070;
  border-width: 0 1px 0 0;
}

@media screen and (max-width: 769px) {
  .contact-form-list-h3 {
    position: static;
    width: 100%;
    line-height: 1.5;
    background: #707070;
    color: #fff;
    padding: 5px 10px;
  }
}

.contact-form-list dd {
  flex-grow: 2;
  padding: 23px 0 23px 40px;
}

@media screen and (max-width: 769px) {
  .contact-form-list dd {
    padding: 10px 10px;
  }
}

.contact-form-list dd textarea {
  width: 90%;
  max-width: 470px;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

@media screen and (max-width: 769px) {
  .contact-form-list dd textarea {
    width: 100%;
    max-width: none;
  }
}

.contact-form-list dd input {
  width: 90%;
  max-width: 470px;
  height: 40px;
  margin: 0 10px 0 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

@media screen and (max-width: 769px) {
  .contact-form-list dd input {
    width: 100%;
    max-width: none;
  }
}

.contact-form-list dd .input_short {
  max-width: 290px;
}

@media screen and (max-width: 769px) {
  .contact-form-list dd .input_short {
    max-width: none;
  }
}

.contact-form-list dd select {
  width: 90%;
  max-width: 290px;
  height: 40px;
  margin: 0 10px 0 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

@media screen and (max-width: 769px) {
  .contact-form-list dd select {
    width: 100%;
    max-width: none;
  }
}

.contact-form-list-must {
  color: red;
  font-size: 70%;
}

.contact-form-list-red {
  display: inline-block;
  vertical-align: top;
  font-size: 70%;
  color: red;
  margin: 12px 5px 0;
}

.contact-form-list-black {
  display: inline-block;
  vertical-align: top;
  font-size: 70%;
  margin: 12px 5px 0;
}

.contact-form-privacy {
  text-align: center;
  margin: 70px 0 0;
}

@media screen and (max-width: 769px) {
  .contact-form-privacy {
    margin: 35px 0 0;
  }
}

.contact-form-privacy-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  text-decoration: underline;
  background: url(../img/common/right01.svg) no-repeat center left;
  background-size: 1em 1em;
  padding: 0 0 0 1.5em;
}

.contact-form-btn {
  text-align: center;
  margin: 80px 0 0;
}

@media screen and (max-width: 769px) {
  .contact-form-btn {
    margin: 40px 0 0;
  }
}

.contact-form-thanks {
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 769px) {
  .contact-form-thanks {
    font-size: 1.6rem;
  }
}

.formTable {
  width: 100%;
  margin: 0 auto 50px;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .formTable {
    font-size: 1.6rem;
    margin: 0 auto 25px;
  }
}

.formTable td,
.formTable th {
  border: 1px solid #ccc;
  padding: 20px 15px;
}

@media screen and (max-width: 769px) {
  .formTable td,
  .formTable th {
    width: auto;
    display: block;
  }
}

.formTable th {
  width: 30%;
  font-weight: 400;
  background: #efefef;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
}

.error_messe {
  margin: 5px 0;
  color: red;
}

.contact-body input[type="button"],
.contact-body input[type="reset"],
.contact-body input[type="submit"] {
  display: inline-block;
  width: 8em;
  font-size: 3.6rem;
  line-height: 2;
  text-align: center;
  margin: 0 0.5em;
  cursor: pointer;
  font-family: inherit;
}

@media screen and (max-width: 769px) {
  .contact-body input[type="button"],
  .contact-body input[type="reset"],
  .contact-body input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    margin: 4% 0 0;
  }
  .contact-body input[type="button"]:nth-of-type(1),
  .contact-body input[type="reset"]:nth-of-type(1),
  .contact-body input[type="submit"]:nth-of-type(1) {
    margin-top: 0;
  }
}

.contact-body input[type="submit"] {
  color: #fff;
  background: #197adb;
}

.privacy-header {
  padding: 40px 0;
  background: linear-gradient(to left, #d1d1d1, #bbbbbc);
}

.privacy-header-inner {
  position: relative;
}

.privacy-header-ttl {
  position: absolute;
  top: 80px;
  left: 70px;
  font-weight: 700;
  font-size: 6.2rem;
}

@media screen and (max-width: 769px) {
  .privacy-header-ttl {
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 3rem;
    text-align: center;
  }
}

.privacy-header-logo {
  width: 671px;
}

.privacy-header-logo span {
  display: block;
  width: 100%;
  height: 363px;
  background: url(../img/common/logo03_black.svg) no-repeat center
    center/contain;
  opacity: 0.1;
}

@media screen and (max-width: 769px) {
  .privacy-header-logo {
    width: 100%;
  }
  .privacy-header-logo span {
    height: 0;
    padding-top: 53.9823%;
  }
}

.privacy-body {
  padding-bottom: 150px;
}

@media screen and (max-width: 769px) {
  .privacy-body {
    padding-bottom: 75px;
  }
}

.privacy-catch {
  background: #efefef;
}

.privacy-catch p {
  padding: 30px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
  color: #1b3252;
  background: #f7f5f5;
}

@media screen and (max-width: 769px) {
  .privacy-catch p {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .privacy-catch p br {
    display: none;
  }
}

.privacy-list {
  padding-top: 80px;
  margin: auto;
  max-width: 900px;
}

@media screen and (max-width: 769px) {
  .privacy-list {
    padding-top: 40px;
    width: 92%;
  }
}

.privacy-list-item + .privacy-list-item {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .privacy-list-item + .privacy-list-item {
    margin-top: 40px;
  }
}

.privacy-list-row dt {
  padding-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 769px) {
  .privacy-list-row dt {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
}

.privacy-list-row dd {
  padding-top: 10px;
  line-height: 1.75;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .privacy-list-row dd {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}

.privacy-list-row li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.img_center {
  display: block;
  margin: 40px auto 0;
}

.foot_contact {
  background: url(../img/common/bg_foot.jpg) no-repeat center center/cover;
  height: 300px;
}

.foot_contact ul {
  text-align: center;
}

.foot_contact h1 {
  text-align: center;
  font-size: 3rem;
  padding: 50px 0;
}

.foot_contact li {
  display: inline-block;
  font-size: 2.5rem;
  margin: 0 30px;
}

.foot_contact .tel {
  /* vertical-align: -5px; */
}

.foot_contact .tel a {
  /* padding-left: 20px; */
  pointer-events: none;
}

.foot_contact .contact {
  text-align: center;
  width: 300px;
  margin: 30px auto;
}

.foot_contact .contact a {
  display: block;
  background: url(../img/common/mail01.png);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 30px;
  background-color: #1b3252;
  /*background: #1b3252;*/
  color: #fff;
  padding: 10px 0;
  line-height: 1.5;
  transition: 0.6s;
}

.foot_contact .contact a:hover {
  opacity: 0.5;
}

.headTtl {
  color: #fff;
  font-size: 1.5rem;
  margin: -30px 0 40px 0;
}

@media screen and (max-width: 769px) {
  .foot_contact {
    height: auto;
    padding: 0 5% 5%;
  }
  .foot_contact h1 {
    font-size: 2rem;
  }
  .foot_contact .contact a {
    padding: 10px 10px;
    width: 100%;
  }
  .foot_contact .tel a {
    pointer-events: auto;
  }
  .foot_contact li {
    margin: 20px 0;
  }
  .foot_contact ul {
    padding-bottom: 40px;
  }
  .headTtl {
    font-size: 1rem;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* ---------------------------------------------------------------------------

  スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */

@media screen and (max-width: 769px) {
  .spNone {
    display: none;
  }
  .nav_list {
    position: fixed;
    z-index: 100000;
    text-align: right;
    width: 100%;
    letter-spacing: -0.45em;
    background: rgba(255, 255, 255, 0.9);
  }
  .nav_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
  }
  .headerBtn01,
  .headerBtn02 {
    /*margin: 5px 0 0 0;*/
  }
  .nav_list li a {
    display: block;
    padding: 10%;
    font-size: 10px;
    text-align: center;
    height: 45px;
  }
  .nav_list li img {
    display: block;
    margin: 0 auto 0;
  }
  .headerBtn01 {
    background: #fff;
    width: 40px;
  }
  .nav_list li.headerBtn01 img {
    margin: 5px auto 6px;
    width: 18px;
  }
  .headerBtn02 {
    background: #05193e;
    width: 40px;
  }
  .headerBtn02 a {
    color: #fff;
  }
  .headerBtn02 img {
    width: 16px;
  }
  .headerBtn03 {
    background: #05193e;
    overflow: hidden;
    position: relative;
    height: 45px;
  }
  .headerLogo {
    width: 200px;
    float: left;
  }
  .headerLogo a {
    box-sizing: border-box;
    padding: 7px 0 0 7px !important;
  }
  .headerLogo img {
    width: 100%;
  }
  main {
    padding-top: 45px;
  }
}

/* ---------------------------------------------------------------------------

  パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */

@media screen and (min-width: 770px) {
  .pcNone {
    display: none;
  }
  .mwPcHeaderWrapper {
    overflow: hidden;
    background: #05193e;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
  }
  .mwPcHeaderInner {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  .mwPcHeaderSubTitle {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
  }
  .mwPcHeaderNav li a {
    color: #fff;
    padding: 3px 25px;
    font-size: 15px;
  }
  .mwPcHeaderNav li:last-child a {
    padding-right: 0;
  }
  .mwPcHeaderNav li a:hover {
    opacity: 0.6;
  }
  .mwPcHeaderNav li {
    float: left;
    border-right: 1px solid #fff;
  }
  .mwPcHeaderNav li:last-child {
    border-right: none;
  }
  .mwPcHeaderTelMenu {
    overflow: hidden;
    float: right;
    margin-bottom: 25px;
  }
  .mwPcHeaderTelMenu li a:hover {
    opacity: 0.6;
  }
  .mwPcHeaderTelMenu li {
    float: left;
    margin-left: 30px;
  }
  .mwPcHeaderLogo {
    width: 400px;
  }
  .mwPcHeaderRight {
    overflow: hidden;
  }
  .mwPcHeaderRightLeft {
    float: left;
  }
  .mwPcHeaderRightRight {
    float: right;
    margin-left: 30px;
  }
  a:hover img {
    opacity: 0.6;
  }
  .mwPcHeaderNav {
    /*overflow: hidden;*/
    margin-left: 42px;
  }
  .mwPcHeaderRightBottom {
    overflow: hidden;
  }
  .mwPcHeaderRightLeft {
    overflow: hidden;
  }
  .mwPcHeaderInner {
    overflow: hidden;
  }
  main {
    padding-top: 128px;
  }
}

/* 20210824追記 */
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.innerBox {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.innerBoxColor01 {
  background: url(../../sustinable/images/bg01.jpg) repeat;
  padding: 50px 0;
  min-width: 1000px;
}
.pageMainPhoto {
  background: url(../../sustinable/images/header_bg.jpg) no-repeat center top /
    cover;
  text-align: center;
  height: 340px;
  min-width: 1000px;
}
.pageMainPhoto h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  padding: 120px 0 0 0;
  letter-spacing: 0.1rem;
}
.boxContents_01 {
  background-image: -moz-linear-gradient(
    172deg,
    rgb(203, 227, 174) 0%,
    rgb(77, 193, 165) 100%
  );
  background-image: -webkit-linear-gradient(
    172deg,
    rgb(203, 227, 174) 0%,
    rgb(77, 193, 165) 100%
  );
  background-image: -ms-linear-gradient(
    172deg,
    rgb(203, 227, 174) 0%,
    rgb(77, 193, 165) 100%
  );
  padding: 30px 0;
  min-width: 1000px;
  text-align: center;
}
#healthymanagement h2 {
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  text-align: center;
  background: url(../../sustinable/images/line01.gif) no-repeat center bottom 0;
  font-weight: bold;
}

#healthymanagement h2 span {
  font-size: 30px;
}

#healthymanagement .miniTextBox {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
}

#healthymanagement .textImgBox03 {
  overflow: hidden;
  padding: 4%;
  background: #fff;
  border: 2px #ccc solid;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#healthymanagement .textImgBox03 .box p.title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #059392;
}

#healthymanagement .textImgBox01 {
  overflow: hidden;
  padding: 4%;
  background: #fff;
  border: 2px #ccc solid;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#healthymanagement .textImgBox01 .box {
  float: left;
  width: 58%;
}
#healthymanagement .textImgBox01 .photo {
  float: right;
  width: 38%;
}
#healthymanagement .textImgBox01 .box p.title {
  padding-bottom: 6px;
  line-height: 120%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #059392;
  border-bottom: 2px solid #059392;
}
.txtDeco_02 {
  text-align: right;
  font-size: 85%;
}
#healthymanagement .textImgBox01 .photo img {
  width: 100%;
  border: 1px #000 solid;
}
#healthymanagement .textImgBox55 {
  overflow: hidden;
  margin-bottom: 10px;
}
#healthymanagement .textImgBox55 .photo {
  float: left;
  width: 25%;
}
#healthymanagement .textImgBox55 .photo img {
  width: 100%;
  border: none;
}
#healthymanagement .textImgBox55 .box {
  float: right;
  width: 72%;
}
#healthymanagement .textImgBox55 .box p.title01 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.sdgs {
  margin: 30px 0 0 0;
}
.sdgs01 .title01 {
  color: #e4011e;
}
.sdgs02 .title01 {
  color: #d6a600;
}
.sdgs03 .title01 {
  color: #1b973a;
}
.sdgs04 .title01 {
  color: #c50e28;
}
.sdgs05 .title01 {
  color: #e83418;
}
.sdgs06 .title01 {
  color: #00a6d9;
}
.sdgs07 .title01 {
  color: #fabd00;
}
.sdgs08 .title01 {
  color: #970a31;
}
.sdgs09 .title01 {
  color: #ec6a06;
}
.sdgs10 .title01 {
  color: #dc097b;
}
.sdgs11 .title01 {
  color: #f5a20b;
}
.sdgs12 .title01 {
  color: #d39206;
}
.sdgs13 .title01 {
  color: #407936;
}
.sdgs14 .title01 {
  color: #0075ba;
}
.sdgs15 .title01 {
  color: #28a838;
}
.sdgs16 .title01 {
  color: #004c88;
}
.sdgs17 .title01 {
  color: #023067;
}
#healthymanagement .textImgBox02 {
  text-align: center;
}
#healthymanagement .textImgBox02 li {
  display: inline-block;
  width: 18.4%;
  vertical-align: top;
  margin: 0 10px 40px 0;
}
#healthymanagement .textImgBox02 li .photo {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 2px solid #767777;
}
#healthymanagement .textImgBox02 li .photo img {
  width: 100%;
}
#healthymanagement .textImgBox02 li p.title {
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #127dc8;
}
#healthymanagement .textImgBox01 .icons {
  width: 100%;
}
#healthymanagement .textImgBox01 .icons ul li {
  display: table;
  padding: 0 0 10px 0;
  margin: 0 auto;
}
#healthymanagement .textImgBox01 .icons ul li .sdgs03 {
  border: 1px solid #000000;
}
#healthymanagement .textImgBox01 .icons .stepBox img {
  display: table-cell;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
#healthymanagement .textImgBox01 .icons .textBox03 {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border: 2px solid #1b973a;
}
#healthymanagement .textImgBox01 .icons .textBox08 {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border: 2px solid #970a31;
}
#healthymanagement .textImgBox01 .icons .textBox03 p.title {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1b973a;
}
#healthymanagement .textImgBox01 .icons .textBox08 p.title {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #970a31;
}
.textImgBox03 .photo {
  float: left;
  width: 42%;
}
.textImgBox03 .box {
  float: right;
  width: 54%;
}
.mT10 {
  margin-top: 10px;
}
.mT30 {
  margin-top: 30px;
}
.mT50 {
  margin-top: 50px;
}
.mB10 {
  margin-bottom: 10px;
}
.mB50 {
  margin-bottom: 50px;
}
.innerBoxColor04 {
  background: #059392;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  min-width: 1000px;
  font-size: 2rem;
}
.innerBoxColor05 {
  background: #ededed;
  text-align: center;
  padding: 30px 0;
  min-width: 1000px;
}
.innerBoxColor05 a:hover {
  opacity: 0.7;
}
.ftBnr {
  text-align: center;
  min-width: 1000px;
}
.bd {
  border-right: 1px solid #333;
  padding-right: 30px;
  margin-right: 20px;
}
.ftBnr li,
.ftBnr li ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.ftBnr li ul,
.ftBnr li.bnr {
  display: inline;
}
.ftBnr li ul li {
  width: 6.5%;
  margin: 0 0 10px 0;
}
.ftBnr li ul li img {
  width: 100%;
}
.innerBoxColor06 p {
  text-align: center;
}
@media (max-width: 639px) {
  .pageMainPhoto,
  .boxContents_01,
  .innerBoxColor01,
  .innerBox,
  .innerBoxColor04,
  .innerBoxColor05,
  .innerBoxColor06,
  .ftBnr {
    width: 100%;
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pageMainPhoto {
    height: auto;
    padding: 5% 5% 30%;
  }
  .pageMainPhoto h1 {
    font-size: 2.5rem;
  }
  .boxContents_01 {
    padding: 10%;
  }
  .textImgBox01,
  #healthymanagement .textImgBox03 {
    width: 90%;
    margin: 0 auto;
  }
  #healthymanagement h2 span {
    font-size: 2rem;
  }
  #healthymanagement .textImgBox01 .photo,
  #healthymanagement .textImgBox01 .box,
  #healthymanagement .textImgBox03 .photo,
  #healthymanagement .textImgBox03 .box {
    float: none;
    width: 100%;
  }
  #healthymanagement .textImgBox01 .photo,
  #healthymanagement .textImgBox03 .photo {
    margin: 0 0 20px 0;
  }
  #healthymanagement .textImgBox02 li {
    width: 40%;
  }
  .innerBoxColor04 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px;
  }
  .bd {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .innerBoxColor06 p {
    padding: 10px;
  }
  .ftBnr li.bnr {
    display: inline-block;
    text-align: center;
  }
  .ftBnr li ul li {
    width: 20%;
  }
}
