@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Lato:wght@400;900&family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
.f-red {
  color: #FF1142; }

.f-blue {
  color: #117DD8; }

.f-vermilion {
  color: #FF5611; }

.f-yellow {
  color: #FDFD6D; }

.f-barlow {
  font-family: 'Barlow', sans-serif; }

.f-serif {
  font-family: 'Noto Serif JP', serif; }

.f-lato {
  font-family: 'Lato', sans-serif; }

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff"); }
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff"); }
body {
  font: inherit;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

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

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

.parallax {
  opacity: 0; }

input:not([type="checkbox"]):not([type="radio"]), textarea, select {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px; }

input::-ms-input-placeholder, input:-ms-input-placeholder, input::placeholder, textarea::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  display: inline;
  vertical-align: middle; }

button {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  border: none;
  background: none; }
button:focus {
  outline: 0; }

select {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none; }
select:focus {
  outline: 0; }
select::-ms-expand {
  display: none; }

b, strong {
  font-weight: 700; }

sup {
  vertical-align: super;
  font-size: 10px; }

sub {
  vertical-align: baseline;
  font-size: 10px; }

#stage {
  font-size: 16px;
  color: #222;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  min-width: 320px; }
img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto; }

a, .btn {
  color: #222;
  text-decoration: none; }
a:before, a:after, .btn:before, .btn:after {
  transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  /* ie */ }

a[href^="tel:"]:hover {
  opacity: 1;
  cursor: context-menu; }

.wow {
  visibility: hidden; }

ol.number li {
  padding-left: 1.3em;
  position: relative; }
ol.number li::before {
  position: absolute;
  left: 0; }
ol.number li:nth-of-type(1)::before {
  content: "1."; }
ol.number li:nth-of-type(2)::before {
  content: "2."; }
ol.number li:nth-of-type(3)::before {
  content: "3."; }
ol.number li:nth-of-type(4)::before {
  content: "4."; }
ol.number li:nth-of-type(5)::before {
  content: "5."; }
ol.number li:nth-of-type(6)::before {
  content: "6."; }
ol.number li:nth-of-type(7)::before {
  content: "7."; }
ol.number li:nth-of-type(8)::before {
  content: "8."; }
ol.number li:nth-of-type(9)::before {
  content: "9."; }
ol.number li:nth-of-type(10)::before {
  content: "10."; }
ol.number li:nth-of-type(11)::before {
  content: "11."; }
ol.number li:nth-of-type(12)::before {
  content: "12."; }
ol.number li:nth-of-type(13)::before {
  content: "13."; }
ol.number li:nth-of-type(14)::before {
  content: "14."; }
ol.number li:nth-of-type(15)::before {
  content: "15."; }
ol.number li:nth-of-type(16)::before {
  content: "16."; }
ol.number li:nth-of-type(17)::before {
  content: "17."; }
ol.number li:nth-of-type(18)::before {
  content: "18."; }
ol.number li:nth-of-type(19)::before {
  content: "19."; }
ol.number li:nth-of-type(20)::before {
  content: "20."; }

p:not(:last-of-type) {
  margin-bottom: 1.7em; }
.b-header.is-hover .h-logo picture.white {
  opacity: 0 !important; }
.b-header.is-hover .h-logo picture.black {
  opacity: 1 !important; }

.h-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 31.2%;
  height: 21.3333333333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
.h-logo a {
  width: 100%;
  height: 100%; }
.h-logo picture {
  transition: opacity 1.5s ease-out; }
.h-logo picture.white {
  opacity: 0; }
body.is-scroll .h-logo picture.white {
  opacity: 0 !important; }
body.is-scroll .h-logo picture.black {
  opacity: 1 !important; }
.h-logo.white picture.white {
  opacity: 1; }
.h-logo.white picture.black {
  opacity: 0; }
.h-logo img {
  width: 71.4017094017%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.h-nav-btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 22.1333333333%;
  height: 21.3333333333vw;
  z-index: 99; }
.h-nav-btn .b-nav-btn-w, .h-nav-btn .b-nav-btn-b {
  position: absolute;
  transition: all 0.25s ease-in; }
.h-nav-btn .b-nav-btn-w {
  opacity: 1; }
.h-nav-btn .b-nav-btn-b {
  opacity: 0; }
body.is-scroll .h-nav-btn .b-nav-btn-w {
  opacity: 0; }
body.is-scroll .h-nav-btn .b-nav-btn-b {
  opacity: 1; }

.h-nav {
  pointer-events: none;
  opacity: 0;
  -ms-transform: scale(0.99);
      transform: scale(0.99);
  transition: all 0.25s ease-in;
  background-color: #FF5611;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100; }
body.is-menu-open .h-nav {
  pointer-events: auto;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1); }
.h-nav-header {
  display: -ms-flexbox;
  display: flex;
  height: 21.3333333333vw; }
.h-nav-lang {
  width: 56.5333333333%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 5.3333333333%;
  font-size: 14px; }
.h-nav-lang svg {
  width: 20px;
  height: 20px;
  margin-right: 3.3018867925%; }
.h-nav-lang-pulldown {
  width: 100%;
  background-color: #fff;
  display: none;
  text-align: center; }
.h-nav-lang-pulldown a {
  color: #FF5611;
  text-align: center;
  line-height: 21.3333333333vw;
  padding: 0 13px;
  font-size: 14px; }
.h-nav-lang-pulldown a + a {
  border-left: 1px solid #d5d5d5; }
.h-nav-search {
  width: 21.3333333333%; }
.h-nav-search-btn {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.25s ease-in; }
.h-nav-search-btn img {
  width: 32.5%; }
.h-nav-search-btn.is-open {
  background-color: #fff; }
.h-nav-search-btn.is-open svg g {
  stroke: #FF5611; }
.h-nav-search-btn.is-open svg circle {
  stroke: #FF5611; }
.h-nav-search-form {
  display: none;
  background-color: #fff;
  padding: 4.5333333333vw 10.1333333333%; }
.h-nav-search-form input[type="text"] {
  background-color: #f6f6f6;
  border-radius: 100px;
  border: none;
  width: 100%; }
.h-nav-search-form button {
  position: absolute;
  padding: 5px;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  width: 11.2vw;
  color: #979797; }
.h-nav-btn {
  width: 22.1333333333%; }
.h-nav-lists {
  width: 80%;
  margin: 0 auto; }
.h-nav-item > a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 4;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.h-nav-item > a.is-open {
  border-bottom: 1px solid #fff; }
.h-nav-item > a.is-parent.is-open::before {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.h-nav-child {
  display: none;
  padding: 5.3333333333vw 20px; }
.h-nav-child a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 2.86;
  display: block; }
.h-nav-child a span.blank {
  background: url(../images/common/icon_blank_w.svg) 0 0/contain no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  margin-left: 7px;
  opacity: 0.8; }
.h-nav .e-contact {
  width: 61.3333333333%;
  margin: 10.6666666667vw auto 6.6666666667vw; }
.h-nav .e-contact a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  color: #FF5611;
  font-size: 15px;
  font-weight: 700;
  height: 16vw; }
.h-nav .e-contact a img {
  margin-right: 3.7333333333vw; }
.h-nav aside {
  text-align: center;
  font-size: 13px;
  color: #ffddcf; }
.h-nav aside a {
  color: #ffddcf; }

body.page:not(.english) #stage, body.archive #stage, body.single #stage {
  padding-top: 21.3333333333vw; }
body.is-menu-open {
  overflow: hidden; }

#stage figcaption {
  position: relative; }
#stage a {
  position: relative; }
#stage a i:not(.fa) {
  position: absolute;
  right: 4.5333333333vw;
  top: 50%;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
#stage a i:not(.fa).big {
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  right: 4.5333333333vw; }
#stage a i:not(.fa)::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_circle_right.svg) 0 0/contain no-repeat; }
#stage .is-blue a i::after {
  background-image: url(../images/common/icon_circle_right_b.svg); }
#stage .is-white-g a i::after {
  background-image: url(../images/common/icon_circle_right_w.svg); }
#stage .is-white-b a i::after {
  background-image: url(../images/common/icon_circle_right_wb.svg); }

.txtleft {
  text-align: left; }

.u-inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto; }

.e-text {
  font-size: 14px;
  line-height: 2; }

.f-vermilion {
  color: #FF5611; }

/* ///////////////////////////////////////////////////////////////
  関連リンク
*/
.b-relation {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
  margin-bottom: 34.6666666667vw;
  background: #f6f0ed;
  background: linear-gradient(90deg, #f6f0ed 0%, #f6f0ed 94.6666666667vw, white 94.6666666667vw, white 100%); }
.b-relation .e-headline {
  margin-left: 5.3333333333%; }
.b-relation .e-wrap {
  width: 84%;
  margin-left: 5.3333333333%; }
.b-relation .e-wrap a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background-color: #fff; }
.b-relation .e-wrap a + a {
  margin-top: 6.6666666667vw; }
.b-relation .e-wrap a figcaption {
  font-size: 14px;
  font-weight: bold;
  padding: 5.3333333333vw 6.3492063492%;
  position: relative; }
.b-relation .e-wrap a figcaption::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_circle_right.svg) 0 0/contain no-repeat; }

.breadcrumbs {
  font-size: 11px;
  width: 89.3333333333%;
  margin: 0 auto;
  padding-bottom: 5.3333333333vw;
  color: #9B9B9B;
  position: relative;
  line-height: 2; }
.breadcrumbs a {
  color: #9B9B9B; }
.breadcrumbs .current-item {
  color: #222; }

.wp-pagenavi {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-pack: center;
      justify-content: center; }
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border: none;
  color: #222;
  margin: 0 3px; }
.wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 1.5em;
  color: #A1A1A1;
  font-weight: normal; }
.wp-pagenavi .current {
  background-color: #FF5611;
  color: #fff;
  border-radius: 15px; }

footer {
  background: #fff; }

.f-links {
  border-top: 2px solid #FF5611;
  background-color: #F6F6F6;
  padding: 10.6666666667vw 5.3333333333% 37.3333333333vw;
  position: relative; }
.f-links::after {
  content: '';
  display: block;
  background: url(../images/common/f-line_sp@2x.png) 0 0/contain no-repeat;
  width: 100%;
  height: 22.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none; }
.f-links .e-wrap:nth-of-type(1), .f-links .e-wrap:nth-of-type(2), .f-links .e-wrap:nth-of-type(3) ul {
  display: none; }
.f-link .e-item {
  font-size: 15px;
  font-weight: bold;
  display: block; }
.f-link .e-item span {
  display: inline-block;
  margin-bottom: 4vw; }
.f-link .e-item span::after {
  content: '';
  background: url(../images/common/icon_blank.svg);
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px; }
.f-link .e-item + .e-item {
  margin-top: 8vw; }
.f-link aside {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 8vw; }
.f-link aside a {
  color: #888; }
.f-foot aside {
  display: none; }
.f-foot .copyright {
  font-size: 10px;
  font-family: Barlow, sans-serif;
  line-height: 2;
  padding: 8vw 5.3333333333%; }

.topagetop {
  position: absolute;
  right: 5.3333333333%;
  bottom: 18.1333333333vw; }
.topagetop a {
  background: url(../images/common/btn_pagetop_sp@2x.png) 0 0/contain no-repeat;
  width: 16vw;
  height: 16vw;
  display: block;
  text-indent: -999em; }

@keyframes myarrowMov {
  0% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(-5px); } }
@keyframes myfadeIn {
  0% {
    opacity: 0;
    width: 0; }
  1% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: .5;
    width: 100%; } }
@keyframes myfadeOut {
  0% {
    opacity: .5;
    width: 100%; }
  99% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 0;
    width: 0; } }
@keyframes mySlideIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }
@keyframes mySlideOut {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
@keyframes myfirstview {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }
@keyframes myscrollslider {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }
@keyframes myscrollDown {
  0% {
    height: 0%;
    top: 0; }
  49% {
    height: 100%;
    top: 0; }
  51% {
    height: 100%;
    top: auto;
    bottom: 0; }
  100% {
    height: 0;
    top: auto;
    bottom: 0; } }
@keyframes scaleUp {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }
@keyframes myfadeInUpHalf {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.myfadeInUpHalf {
  animation-name: fadeInUpHalf; }

@keyframes slideline {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes arrowSlide {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  50.0% {
    transform: translate3d(60%, 0, 0);
    opacity: 0; }
  50.1% {
    transform: translate3d(-60%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
a.e-link, input[type="submit"].e-link, button.e-link {
  text-align: center;
  display: block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  position: relative; }
a.e-link.is-noshadow, input[type="submit"].e-link.is-noshadow, button.e-link.is-noshadow {
  box-shadow: none; }
a.e-link small, input[type="submit"].e-link small, button.e-link small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7); }
a.e-link big, input[type="submit"].e-link big, button.e-link big {
  font-size: 32px;
  font-family: Barlow, YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  vertical-align: middle;
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  display: inline-block;
  margin-left: 4px; }
a.e-link[target="_blank"] span, input[type="submit"].e-link[target="_blank"] span, button.e-link[target="_blank"] span {
  background: url(../images/lifecare/icon_blank_sp@2x.png) 0 0/15px 15px no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 31px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
a.e-link.u-grared, input[type="submit"].e-link.u-grared, button.e-link.u-grared {
  color: #fff;
  background: #ff743b;
  background: linear-gradient(120deg, #ff743b 0%, #fe4500 100%); }
a.e-link.u-grablue, input[type="submit"].e-link.u-grablue, button.e-link.u-grablue {
  color: #fff;
  background: #028BFF;
  background: linear-gradient(120deg, #5faff3 0%, #028bff 100%); }
a.e-link.u-gray, input[type="submit"].e-link.u-gray, button.e-link.u-gray {
  color: #808080;
  background: #E9E9E9; }
a.e-link.u-white, input[type="submit"].e-link.u-white, button.e-link.u-white {
  color: #FF5611;
  background-color: #fff; }
a.e-link.e-refre, input[type="submit"].e-link.e-refre, button.e-link.e-refre {
  color: #fff;
  background: #0a308c;
  background: linear-gradient(110deg, #0a308c 0%, #051846 100%);
  position: relative; }

.pagetitle {
  padding: 16vw 0;
  text-align: center; }
.pagetitle.is-scknews {
  padding: 0; }
.pagetitle.is-contact {
  padding-bottom: 38.9333333333vw;
  position: relative;
  z-index: 2; }
.pagetitle .e-ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6666666667vw; }
.pagetitle .e-en {
  font-weight: 600;
  font-family: Barlow, sans-serif;
  color: #FF5611; }
body#business .pagetitle .e-en, body#medicalcure .pagetitle .e-en, body#sck .pagetitle .e-en, body#safety .pagetitle .e-en, body#sck-quality .pagetitle .e-en, body#non-woven-fabric .pagetitle .e-en, body#lineup .pagetitle .e-en, body#scknews .pagetitle .e-en, body#solution-a .pagetitle .e-en {
  color: #117DD8; }
.pagetitle.is-corporate, .pagetitle.is-recruit, .pagetitle.is-information, .pagetitle.is-contact, .pagetitle.is-404 {
  text-align: left;
  width: 89.3333333333%;
  margin: 0 auto; }
.pagetitle.is-corporate .e-ja, .pagetitle.is-corporate .e-ja span, .pagetitle.is-recruit .e-ja, .pagetitle.is-recruit .e-ja span, .pagetitle.is-information .e-ja, .pagetitle.is-information .e-ja span, .pagetitle.is-contact .e-ja, .pagetitle.is-contact .e-ja span, .pagetitle.is-404 .e-ja, .pagetitle.is-404 .e-ja span {
  font-family: 'Noto Serif JP', serif; }
.pagetitle.is-corporate {
  padding-top: 23.2vw;
  padding-bottom: 7.4666666667vw; }
.pagetitle.is-corporate .e-ja {
  margin-bottom: 2.6666666667vw; }
.pagetitle.is-corporate .e-en {
  font-size: 12px; }
.pagetitle.is-lifecare {
  text-align: left;
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
  padding-bottom: 14.9333333333vw; }
.pagetitle.is-lifecare .e-ja, .pagetitle.is-lifecare .e-ja span {
  font-family: 'Noto Serif JP', serif; }
.pagetitle.is-medicalcure {
  text-align: left;
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
  padding-bottom: 14.9333333333vw; }
.pagetitle.is-medicalcure .e-ja, .pagetitle.is-medicalcure .e-ja span {
  font-family: 'Noto Serif JP', serif; }
.pagetitle.is-medicalcure .e-en {
  color: #117DD8; }
.pagetitle.is-recruit {
  padding-bottom: 1.8666666667vw; }
.pagetitle.is-information {
  padding-top: 21.3333333333vw;
  padding-bottom: 50.6666666667vw; }
.pagetitle.is-information::before {
  content: '';
  background: #FFF9F6 url(../images/information/img_title_sp@2x.png) 0 0/100% auto no-repeat;
  display: block;
  width: 100%;
  height: 132.5333333333vw;
  position: absolute;
  top: 4.8vw;
  left: 0; }
.pagetitle.is-information div {
  position: relative; }
.pagetitle.is-csr, .pagetitle.is-esg {
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
  padding-bottom: 6.6666666667vw;
  text-align: left; }
.pagetitle.is-csr .e-ja, .pagetitle.is-esg .e-ja {
  font-family: 'Noto Serif JP', serif; }
.pagetitle.is-404 {
  padding-top: 42.6666666667vw;
  padding-bottom: 16.8vw; }

.sectionheader, .e-classtitle {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10.6666666667vw 0 0; }
.sectionheader::before, .e-classtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #f6f0ed;
  background: linear-gradient(90deg, #FF5611 0%, #FF5611 26.6666666667vw, #BBB 26.6666666667vw, #BBB 100%); }
.is-lineblue .sectionheader::before, .is-lineblue .e-classtitle::before {
  background: linear-gradient(90deg, #117DD8 0%, #117DD8 26.6666666667vw, #BBB 26.6666666667vw, #BBB 100%); }

body.home .e-headline {
  text-align: center;
  margin-bottom: 8vw; }
body.home .e-headline .e-ja {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3.7333333333vw; }
body.home .e-headline .e-en {
  font-size: 12px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  color: #FF5611; }

body:not(.home) .e-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 10.6666666667vw;
  position: relative;
  margin-bottom: 10.6666666667vw; }
body:not(.home) .e-headline::before {
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  background-color: #FF5611;
  position: absolute;
  left: 0;
  top: 12px; }
body:not(.home) .e-headline.is-blue::before {
  background-color: #117DD8; }

body.error404 .img {
  margin-bottom: 10.1333333333vw; }
body.error404 .notfoundtxt {
  width: 89.3333333333%;
  margin: 0 auto 37.3333333333vw;
  font-size: 14px;
  line-height: 2; }
body.error404 .notfoundtxt .totop {
  width: 68.6567164179%;
  margin: 10.6666666667vw auto 0; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
.overlay .popupalert {
  width: 89.3333333333%;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px; }
.overlay .popupalert .e-title {
  border-left: 4px solid #117DD8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px; }
.overlay .popupalert .e-text {
  margin-bottom: 30px; }
.overlay .popupalert .e-lbl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px; }
.overlay .popupalert .e-btn {
  display: -ms-flexbox;
  display: flex; }
.overlay .popupalert .e-btn a {
  -ms-flex: 1;
      flex: 1; }
.overlay .popupalert .e-btn a + a {
  margin-left: 10px; }
@media (min-width: 768px){
  input:not([type="checkbox"]):not([type="radio"]), textarea, select{
    font-size: 20px;
    line-height: 2; }
  button{
    font-size: 20px;
    cursor: pointer; }
  select{
    font-size: 20px; }
  #stage{
    font-size: 20px;
    width: auto;
    min-width: 1200px; }
  .sp{
    display: none; }
  .sp.important{
    display: none !important; }
  a, .btn{
    transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    /* ie */ }
  a img, .btn img{
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none; }
  a:hover, .btn:hover{
    opacity: .7;
    cursor: pointer; }
  .b-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: transform 0.25s ease-in;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  body.is-scrolling .b-header{
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  body.is-scroll .b-header{
    background-color: #fff !important; }
  .h-logo{
    width: 205px;
    height: 110px; }
  .h-logo img{
    width: auto; }
  .h-nav-btn{
    display: none; }
  .h-nav{
    pointer-events: auto;
    opacity: 1;
    -ms-transform: none;
    transform: none;
    background: none;
    width: calc(100% - 240px);
    margin-left: auto;
    min-width: 960px;
    height: auto;
    position: static; }
  body.is-menu-open .h-nav{
    opacity: none;
    -ms-transform: none;
    transform: none; }
  .h-nav-header{
    margin-top: 23px;
    height: auto; }
  .h-nav-lang{
    font-size: 13px;
    margin-left: auto;
    padding-left: 0;
    height: 30px;
    width: 175px;
    margin-right: 440px; }
  .h-nav-lang:hover{
    cursor: pointer; }
  .b-header.is-hover .h-nav-lang{
    color: #333; }
  body.is-scroll .h-nav-lang{
    color: #333; }
  .h-nav-lang svg{
    width: 22px;
    height: 22px;
    margin-right: 9px; }
  body.is-scroll .h-nav-lang svg path{
    fill: #000; }
  .h-nav-lang-pulldown{
    padding: 10px 0;
    width: 140px;
    position: fixed;
    z-index: 99;
    top: 60px;
    right: 440px;
    border-radius: 0 10px 10px 10px; }
  .h-nav-lang-pulldown a{
    font-size: 13px;
    line-height: 1.69;
    display: block;
    text-align: left; }
  .h-nav-lang-pulldown a + a{
    border-left: none; }
  .h-nav-search{
    display: none; }
  .h-nav-search-form{
    display: block;
    background: none;
    position: absolute;
    top: 0;
    right: 211px;
    padding: 23px 0 0;
    width: 200px; }
  .h-nav-search-form input[type="text"]{
    font-size: 13px;
    height: 30px;
    outline: none;
    padding: 0 20px; }
  .h-nav-search-form button{
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 12px; }
  .h-nav-lists{
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    width: calc(100% - 190px); }
  .h-nav-item.is-relative{
    position: relative; }
  .h-nav-item{
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .h-nav-item > a{
    border-bottom: none;
    display: inline-block;
    line-height: 50px;
    border: none;
    color: #fff;
    white-space: nowrap;
    text-align: center; }
  .h-nav-item > a::after{
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #FF743B;
    position: absolute;
    bottom: 0;
    opacity: 0; }
  .h-nav-item > a:hover{
    opacity: 1; }
  body.is-scroll .h-nav-item > a{
    color: #333; }
  .b-header.is-hover .h-nav-item > a{
    color: #333; }
  .h-nav-item > a.is-open{
    border-bottom: none; }
  .h-nav-item > a.is-open::after{
    opacity: 1; }
  .h-nav-item > a.is-current::after{
    opacity: 1; }
  .h-nav-child{
    background-color: #fff; }
  .h-nav-child.is-pcview{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 110px;
    padding: 0; }
  .h-nav-child.is-pcview .e-wrap{
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0; }
  .h-nav-child.is-pcview .e-wrap.flexwrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl{
    width: 333px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #dfdfdf; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-ja{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "Noto Serif JP", serif; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-en{
    font-size: 13px;
    font-weight: 700;
    font-family: Barlow, sans-serif;
    color: #FF5611;
    margin-bottom: 30px; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-en.is-blue{
    color: #117DD8; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn:has(.e-link){
    width: 200px; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn:has(.e-link) a{
    display: block;
    padding-right: 0; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn a{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-right: 30px; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn a i:not(.fa){
    right: 0 !important; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn a:hover{
    color: #FF5611;
    opacity: 1; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn.is-blue a:hover{
    color: #117dd8; }
  .h-nav-child.is-pcview .e-wrap .nav-lbl .e-btn.e-btn:has(.e-link) a:hover{
    color: #fff;
    opacity: 0.7;
    /* opacity: 1; */ }
  .h-nav-child.is-pcview .e-wrap .m-inimg, .h-nav-child.is-pcview .e-wrap .m-noimg{
    width: 865px;
    padding: 0 50px;
    text-align: left; }
  .h-nav-child.is-pcview .e-wrap .m-inimg a:hover, .h-nav-child.is-pcview .e-wrap .m-noimg a:hover{
    color: #FF5611; }
  .h-nav-child.is-pcview .e-wrap .m-inimg.is-blue a:hover, .h-nav-child.is-pcview .e-wrap .m-noimg.is-blue a:hover{
    color: #117DD8; }
  .h-nav-child.is-pcview .e-wrap .m-inimg{
    margin-bottom: 20px; }
  .h-nav-child.is-pcview .e-wrap .m-inimg.is-nomargin{
    margin-bottom: 0; }
  .h-nav-child.is-pcview .e-wrap .m-inimg a{
    display: block;
    text-align: center; }
  .h-nav-child.is-pcview .e-wrap .m-inimg a:hover{
    opacity: 1;
    color: #FF5611; }
  .h-nav-child.is-pcview .e-wrap .m-inimg a:not(:nth-child(3n + 1)){
    margin-left: 30px; }
  .h-nav-child.is-pcview .e-wrap .m-inimg img{
    border-radius: 8px; }
  .h-nav-child.is-pcview .e-wrap .m-inimg figcaption{
    font-size: 15px;
    font-weight: bold; }
  .h-nav-child.is-pcview .e-wrap .m-inimg figcaption span.blank{
    background: url(../images/common/icon_blank.svg) 0 0/contain no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    margin-left: 7px; }
  .h-nav-child.is-pcview .e-wrap .m-noimg{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a{
    width: 370px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding: 13px 0;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a i{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 18px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a i::after{
    content: "";
    background: url(../images/common/icon_circle_right.svg) 0 0/contain no-repeat;
    width: 18px;
    height: 18px;
    display: block; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a:hover{
    opacity: 1; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a:hover i::after{
    animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards; }
  .h-nav-child.is-pcview .e-wrap .m-noimg a:nth-of-type(even){
    margin-left: auto; }
  .h-nav-child.is-pcview .e-wrap .m-noimg.is-blue a i::after{
    background-image: url(../images/common/icon_circle_right_b.svg); }
  .h-nav-child.is-pcview .e-wrap .m-noimg.column3{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px; }
  .h-nav-child.is-pcview .e-wrap .m-noimg.column3 a{
    width: auto;
    margin-left: 0; }
  .h-nav-child:not(.is-pcview){
    padding: 20px 30px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .h-nav-child:not(.is-pcview) a{
    white-space: nowrap; }
  .h-nav-child a{
    color: #000; }
  .h-nav .e-contact{
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    margin: 0;
    z-index: 100; }
  .h-nav .e-contact a{
    height: 110px;
    border-radius: 0 0 0 15px;
    background-color: #FF5611;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column; }
  .h-nav .e-contact a:hover{
    opacity: 1;
    background-color: #e34b0d; }
  .h-nav .e-contact a img{
    margin: 0 0 5px; }
  .h-nav aside{
    display: none; }
  body.page:not(.english) #stage, body.archive #stage, body.single #stage{
    padding-top: 110px; }
  body.archive.post-type-archive-information{
    padding-top: 0; }
  #stage a:hover i:not(.fa)::after{
    animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards; }
  #stage a i:not(.fa){
    width: 20px;
    height: 20px;
    right: 30px; }
  #stage a i:not(.fa).big{
    width: 24px;
    height: 24px;
    right: 56px; }
  .u-inner{
    width: 1200px; }
  .e-text{
    font-size: 15px; }
  .b-relation{
    background: linear-gradient(90deg, #f6f0ed 0%, #f6f0ed calc(50% + 710px), white calc(50% + 710px), white 100%);
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 130px; }
  .b-relation .e-headline{
    width: 1200px;
    margin: 0 auto; }
  .b-relation .e-wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex; }
  .b-relation .e-wrap a{
    width: 380px;
    border-radius: 15px; }
  .b-relation .e-wrap a + a{
    margin-top: 0;
    margin-left: 30px; }
  .b-relation .e-wrap a:hover{
    opacity: 1;
    color: #FF5611; }
  .b-relation .e-wrap a figcaption{
    font-size: 18px;
    padding: 26px; }
  .breadcrumbs{
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    font-size: 13px; }
  .f-links{
    border-top-width: 3px;
    padding: 0;
    padding-top: 95px;
    padding-bottom: 67px; }
  .f-links::after{
    background: url(../images/common/f-line@2x.png) center top/1920px auto no-repeat;
    height: 119px; }
  .f-links .f-sitemap{
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto; }
  .f-links .e-wrap:nth-of-type(1), .f-links .e-wrap:nth-of-type(2), .f-links .e-wrap:nth-of-type(3) ul{
    display: block; }
  .f-links .e-wrap:nth-of-type(1){
    width: 265px; }
  .f-links .e-wrap:nth-of-type(2){
    width: 335px; }
  .f-links .e-wrap:nth-of-type(3){
    width: 441px; }
  .f-links .e-wrap .e-lbl{
    font-size: 17px;
    font-weight: bold;
    line-height: 2.35;
    margin-bottom: 10px; }
  .f-links .e-wrap .e-lbl:not(:first-child){
    margin-top: 50px; }
  .f-links .e-wrap ul li a{
    font-size: 15px;
    line-height: 2.4; }
  .f-links .e-wrap ul .children{
    display: none; }
  .f-links .e-wrap ul.e-level01{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-links .e-wrap ul.e-level01 li{
    width: 50%;
    margin-bottom: 40px; }
  .f-links .e-wrap ul.e-level01 li a{
    font-size: 17px;
    font-weight: bold; }
  .f-link{
    width: 320px; }
  .f-link .e-item span{
    margin-bottom: 15px; }
  .f-link .e-item + .e-item{
    margin-top: 55px; }
  .f-link aside{
    display: none; }
  .f-foot{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0; }
  .f-foot aside{
    display: block; }
  .f-foot aside a{
    font-size: 12px; }
  .f-foot .copyright{
    padding: 0;
    font-size: 12px;
    font-weight: 600; }
  .topagetop{
    right: 31px;
    bottom: 39px; }
  .topagetop a{
    width: 80px;
    height: 80px; }
  a.e-link, input[type="submit"].e-link, button.e-link{
    font-size: 16px; }
  a.e-link.u-grared:hover, input[type="submit"].e-link.u-grared:hover, button.e-link.u-grared:hover{
    opacity: .7; }
  a.e-link.e-refre, input[type="submit"].e-link.e-refre, button.e-link.e-refre{
    background: none;
    z-index: 2;
    overflow: hidden; }
  a.e-link.e-refre::before, a.e-link.e-refre::after, input[type="submit"].e-link.e-refre::before, input[type="submit"].e-link.e-refre::after, button.e-link.e-refre::before, button.e-link.e-refre::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  a.e-link.e-refre::before, input[type="submit"].e-link.e-refre::before, button.e-link.e-refre::before{
    z-index: -1;
    transition: all .25s ease-in;
    background: linear-gradient(110deg, #0a308c 0%, #051846 100%); }
  a.e-link.e-refre::after, input[type="submit"].e-link.e-refre::after, button.e-link.e-refre::after{
    z-index: -2;
    background: linear-gradient(110deg, #07173E 0%, #010A20 100%); }
  a.e-link.e-refre:hover, input[type="submit"].e-link.e-refre:hover, button.e-link.e-refre:hover{
    opacity: 1; }
  a.e-link.e-refre:hover::before, input[type="submit"].e-link.e-refre:hover::before, button.e-link.e-refre:hover::before{
    opacity: 0; }
  .pagetitle.is-contact{
    padding-top: 207px;
    padding-bottom: 333px; }
  .pagetitle{
    padding-top: 100px;
    padding-bottom: 80px; }
  .pagetitle.is-scknews{
    position: relative;
    height: 362px; }
  .pagetitle.is-scknews picture{
    width: 1920px;
    height: 293px;
    position: absolute;
    left: 50%;
    top: 69px;
    margin-left: -960px; }
  .pagetitle .e-ja{
    font-size: 36px;
    margin-bottom: 20px; }
  .pagetitle .e-en{
    font-size: 18px; }
  .pagetitle.is-corporate, .pagetitle.is-recruit, .pagetitle.is-information, .pagetitle.is-contact, .pagetitle.is-404{
    font-size: 44px; }
  .pagetitle.is-corporate{
    padding-top: 219px;
    padding-bottom: 292px;
    width: 1200px; }
  .pagetitle.is-corporate .e-ja{
    font-size: 44px;
    margin-bottom: 20px; }
  .pagetitle.is-corporate .e-en{
    font-size: 20px; }
  .pagetitle.is-lifecare{
    width: 1200px;
    margin: 0 auto;
    padding-top: 217px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .pagetitle.is-lifecare .e-ja, .pagetitle.is-lifecare .e-ja span{
    font-size: 44px; }
  .pagetitle.is-medicalcure{
    padding-bottom: 70px; }
  .pagetitle.is-medicalcure .e-ja, .pagetitle.is-medicalcure .e-ja span{
    font-size: 44px; }
  .pagetitle.is-recruit{
    padding-bottom: 0;
    margin-bottom: -102px;
    width: 1200px; }
  .pagetitle.is-information{
    background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #FFF9F6 50%, #FFF9F6 100%);
    width: 100%;
    height: 542px;
    padding-top: 207px;
    padding-bottom: 0;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px); }
  .pagetitle.is-information .e-ja, .pagetitle.is-information .e-ja span{
    font-size: 44px; }
  .pagetitle.is-information::before{
    background: url(../images/information/img_title@2x.png) center top/2180px auto no-repeat;
    height: 652px;
    width: 2180px;
    top: 0;
    left: 50%;
    margin-left: -1090px; }
  .pagetitle.is-csr, .pagetitle.is-esg{
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    margin-bottom: -87px; }
  .pagetitle.is-csr .e-ja, .pagetitle.is-csr .e-ja span, .pagetitle.is-esg .e-ja, .pagetitle.is-esg .e-ja span{
    font-size: 44px; }
  .pagetitle.is-404{
    padding-top: 317px;
    padding-bottom: 0; }
  .sectionheader, .e-classtitle{
    padding-top: 50px;
    font-size: 28px; }
  .sectionheader::before, .e-classtitle::before{
    background: linear-gradient(90deg, #FF5611 0%, #FF5611 300px, #BBB 300px, #BBB 100%); }
  .is-lineblue .sectionheader::before, .is-lineblue .e-classtitle::before{
    background: linear-gradient(90deg, #117DD8 0%, #117DD8 300px, #BBB 300px, #BBB 100%); }
  body.home .e-headline{
    margin-bottom: 23px; }
  body.home .e-headline .e-ja{
    font-size: 30px;
    margin-bottom: 18px; }
  body.home .e-headline .e-en{
    font-size: 13px; }
  body:not(.home) .e-headline{
    font-size: 24px;
    padding-left: 70px;
    margin-bottom: 60px; }
  body:not(.home) .e-headline::before{
    width: 50px;
    height: 4px;
    top: 16px; }
  body.error404 .img{
    width: 100%;
    height: 165px;
    margin-bottom: 17px; }
  body.error404 .img img{
    width: 100%;
    height: 165px;
    object-fit: none;
    object-position: center;
    font-family: "object-fit: none; object-position: center;"; }
  body.error404 .notfoundtxt{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 180px; }
  body.error404 .notfoundtxt p{
    margin-bottom: 0; }
  body.error404 .notfoundtxt .totop{
    width: 260px;
    margin-top: 104px; }
  .overlay .popupalert{
    width: 1000px;
    padding: 60px 66px; }
  .overlay .popupalert .e-title{
    padding-left: 18px;
    margin-bottom: 30px; }
  .overlay .popupalert .e-lbl{
    font-size: 15px;
    margin-bottom: 40px; }
  .overlay .popupalert .e-btn{
    width: 550px;
    margin: 0 auto; }
  .overlay .popupalert .e-btn a + a{
    margin-left: 30px; } }
@media (max-width: 767px){
  .pc{
    display: none; }
  .pc.important{
    display: none !important; }
  .h-nav .is-scrollarea{
    overflow-y: auto;
    height: calc(100% - 80 / 375 * 100vw);
    padding-bottom: 1.8em;
    transition: all 0.25s ease; }
  .h-nav .is-scrollarea.is-open{
    height: calc(100% - 156 / 375 * 100vw); }
  .h-nav-item > a.is-parent::before, .h-nav-item > a.is-parent::after{
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background-color: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    right: 19px;
    top: 50%; }
  .h-nav-item > a.is-parent::before{
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg); }
  a.e-link.e-refre span, input[type="submit"].e-link.e-refre span, button.e-link.e-refre span{
    -ms-transform: none;
    transform: none;
    top: 23px;
    right: 50px;
    width: 13px;
    height: 13px;
    background-size: contain; } }
@media (min-width: 1500px){
  .h-logo{
    width: 411px;
    height: 110px; }
  .h-logo img{
    width: 347px; }
  .h-nav{
    max-width: 1060px; } }
