@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

input[type="text"],
input[type="submit"],
textarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2;
  line-height: 1.7em;
}

.entry-header,
.entry-footer {
  display: none;
}

body {
  min-width: 1080px;
}

.memo {
  font-size: 85%;
  position: relative;
  padding-left: 25px;
}

.memo:before {
  content: "";
  background: #980410;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.slicknav_menu {
  background: none;
}

.nav_style li {
  display: inline-block;
  position: relative;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav ul {
  margin: 0;
}

.sub_menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.sub_menu li {
  width: 100%;
}

.sub_menu li.pcNone {
  display: none;
}

.sub_menu li a {
  display: block;
}

.slicknav_icon {
  position: relative;
  width: 50px;
  height: 44px;
}

.slicknav_icon span:nth-of-type(1) {
  top: 0;
}

.slicknav_icon span:nth-of-type(2) {
  top: 6px;
}

.slicknav_icon span:nth-of-type(3) {
  bottom: 0;
}

.slicknav_icon,
.slicknav_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slicknav_menu .slicknav_icon-bar {
  position: absolute;
  left: 0;
}

.slicknav_menu .slicknav_icon-bar :nth-of-type(1) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.slicknav_menu .slicknav_icon-bar :nth-of-type(2) {
  opacity: 0;
}

.slicknav_menu .slicknav_icon-bar :nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.slicknav_menu {
  display: none;
}

header {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/header_allbg.png);
  background-size: cover;
  background-position: center;
  z-index: 200;
  top: 0;
}

header:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: calc(calc(100% - 1020px) / 2);
  height: 100%;
  background-color: #222;
  z-index: inherit;
}

.headerInner {
  display: none;
  width: 1020px;
  height: 100%;
  margin: 0 auto;
}

.headerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
}

.headerLogo,
#navMenu .Hmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#navMenu * {
  font-weight: 500;
}

#navMenu .Hmenu {
  height: 100%;
}

#navMenu > ul {
  padding-left: 45px;
  background: url(../img/header_menubg.svg) no-repeat left;
  background-size: cover;
}

ul.Hmenu > li > a:after {
  content: "／";
  margin: 0 5px;
  font-size: 1.4rem;
  color: #fff;
}

ul.Hmenu > li {
  height: 100%;
}

ul.Hmenu > li:not(.headerContct) a {
  height: 100%;
}

ul.Hmenu > li.headerContct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.Hmenu > li.headerContct a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 0 10px;
}

ul.Hmenu > li.headerContct a:hover {
  background-color: #1F489D;
  color: #fff;
}

ul.Hmenu > li.headerRecruit {
  margin-right: 10px;
}

ul.Hmenu > li.headerRecruit a:after,
ul.Hmenu > li.headerContct a:after {
  content: none !important;
}

ul.Hmenu > li a {
  font-size: 1.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.Hmenu > li a:hover {
  color: #7195E0;
}

.sub_menu {
  -webkit-box-shadow: 0px 0px 8px -3px #222;
  box-shadow: 0px 0px 8px -3px #222;
  border-radius: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid #1F489D;
}

.sub_menu li a {
  color: #1F489D !important;
  padding: 12px 20px 12px 15px;
  white-space: nowrap;
}

.sub_menu li a:before {
  content: "-";
  margin-right: 10px;
}

.sub_menu li a:hover {
  color: #fff !important;
  background-color: #1F489D;
}

.mvWrap {
  height: calc(100vh - 80px);
  position: relative;
  margin-top: 80px;
}

.mvWrap .mvDecoL,
.mvWrap .mvDecoR {
  position: absolute;
  content: "";
}

.mvWrap .mvDecoL {
  left: 0;
  top: 0;
  width: 290px;
  height: 500px;
  background-image: url(../img/mv_deco01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.mvDecoR {
  position: absolute;
  content: "";
  right: 0;
  top: 50vh;
  width: 19%;
  background-image: url(../img/mv_deco02.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding-bottom: 95%;
}

.mvInner {
  width: 1020px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 150px;
}

.mvInner img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

#video-area {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: 50px;
}

.scrolldown1 span {
  position: absolute;
  left: -20px;
  top: -25px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 50px;
  border-left: solid 1px #fff;
  -webkit-animation: pathmove 1.7s ease-out infinite;
  animation: pathmove 1.7s ease-out infinite;
  opacity: 0;
  background-image: url(../img/scroll.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  50% {
    top: 0;
    height: 50px;
    opacity: 1;
  }

  70% {
    height: 50px;
    top: 0;
    opacity: 1;
  }

  100% {
    height: 50px;
    top: 0;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  50% {
    top: 0;
    height: 50px;
    opacity: 1;
  }

  70% {
    height: 50px;
    top: 0;
    opacity: 1;
  }

  100% {
    height: 50px;
    top: 0;
    opacity: 0;
  }
}

.inner {
  width: 1020px;
  margin: 0 auto;
}

.inner p {
  font-size: 1.4rem;
}

.inner p:not(:last-child) {
  margin-bottom: 30px;
}

.mgnB30 {
  margin-bottom: 50px;
}

.mgnB50 {
  margin-bottom: 50px;
}

.mgnB80 {
  margin-bottom: 80px;
}

.mgnB100 {
  margin-bottom: 100px;
}

.mgnB120 {
  margin-bottom: 120px;
}

.mgnB140 {
  margin-bottom: 140px;
}

.mgnB170 {
  margin-bottom: 170px;
}

.mgnB200 {
  margin-bottom: 200px;
}

.mgnB230 {
  margin-bottom: 230px;
}

.padT50 {
  padding-top: 50px;
}

.padT80 {
  padding-top: 80px;
}

.padT100 {
  padding-top: 100px;
}

.padT140 {
  padding-top: 140px;
}

.padT200 {
  padding-top: 200px;
}

.contW900 {
  width: 900px;
}

.contW720 {
  width: 720px;
  margin: 0 auto;
}

.contW660 {
  width: 660px;
  margin: 0 auto;
}

.ani01 {
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 0;
}

.ani01.move {
  opacity: 1;
}

.ani02 {
  -webkit-transition: 1s opacity,1s top;
  transition: 1s opacity,1s top;
  opacity: 0;
  position: relative;
  top: 30px;
}

.ani02.move {
  opacity: 1;
  top: 0;
}

.ani03:after {
  -webkit-transition: 2s width;
  transition: 2s width;
  width: 0;
}

.ani03.move:after {
  width: 100%;
}

.ani04:before {
  -webkit-transition: 3s width;
  transition: 3s width;
  width: 0;
}

.ani04.move:before {
  width: 100%;
}

.ani05:after {
  -webkit-transition: 1s width;
  transition: 1s width;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  width: 0;
}

.ani05.move:after {
  width: 100px;
}

.ani06:after {
  -webkit-transition: 1s width;
  transition: 1s width;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 0;
}

.ani06.move:after {
  width: 60px;
}

.ani07 {
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 0;
}

.ani07.move {
  opacity: 1;
}

.ani08 .borderL,
.ani08 .borderR {
  -webkit-transition: 2s width;
  transition: 2s width;
  width: 0;
}

.ani08.move .borderL,
.ani08.move .borderR {
  width: 60%;
}

.ani09 {
  -webkit-transition: 1.5s width;
  transition: 1.5s width;
  width: 0;
}

.ani09.move {
  width: 500px;
}

#pageTop {
  position: fixed;
  bottom: 30px;
  right: 86px;
  -webkit-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  z-index: 99;
}

#pageTop:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#recruitBnrPC {
  position: fixed;
  bottom: 110px;
  right: 60px;
  -webkit-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}

#recruitBnrPC:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.secTtl {
  margin-bottom: 50px;
}

.secTtl h2 {
  font-size: 4.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  padding-bottom: 20px;
}

.secTtl h2 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
}

.secTtl h2 br {
  display: none;
}

.secTtl h2.fontNomal {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', serif;
}

.secTtl h2.recruitSecTtl {
  color: #1F489D;
}

.secTtl div {
  color: #1F489D;
  font-size: 1.6rem;
  font-weight: 900;
}

.secTtl h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.secTtl h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #1F489D;
}

.secTtl h2.font404 {
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', serif;
}

.secTtlM h2 {
  font-size: 3.6rem;
}

.secTtlC {
  text-align: center;
}

.secTtlBorder {
  position: relative;
}

.secTtlBorder.ani05:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4px;
  background-color: #1F489D;
}

.secSubhead {
  margin-top: -30px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #1F489D;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.recruitSecTtlBorder {
  position: relative;
}

.recruitSecTtlBorder:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4px;
  background-color: #b5b5b5;
}

.recruitSecTtlBorder h2.fontNomal {
  font-size: 3.6rem;
  color: #1F489D !important;
  font-weight: 700;
}

.btnArea {
  margin-top: 50px;
}

.btnCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btnRecruitCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

.btnBase,
.btnWhite {
  width: 240px;
  text-align: center;
  margin-bottom: 10px;
}

.btnBase:not(:last-child),
.btnWhite:not(:last-child) {
  margin-right: 10px;
}

.btnBase a,
.btnWhite a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 1.4rem;
}

.btnBase {
  background-color: #222;
}

.btnBase a {
  color: #fff;
}

.btnBase a span:after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
  font-size: 1.2rem;
}

.btnBase a span.arrowL:after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px;
  font-size: 1.2rem;
}

.btnBase a:hover {
  background-color: #1F489D;
}

.btnWhite {
  background-color: #fff;
  border: 1px solid #b5b5b5;
}

.btnWhite a {
  color: #222;
}

.btnWhite a:hover {
  opacity: 0.5;
}

.btnWhite a.pdfLink {
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
}

.btnGray {
  background-color: #f0f0f0;
  text-align: center;
}

.btnGray a {
  position: relative;
  color: inherit;
  display: block;
  padding: 15px;
  font-size: 1.4rem;
}

.btnGray a:after {
  position: absolute;
  content: "▲";
  color: #767676;
  right: 10px;
  top: 45%;
  width: auto;
  height: auto;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  font-size: 1.2rem;
}

.btnGray a:hover {
  background-color: #1F489D;
  color: #fff;
}

.btnGray a:hover:after {
  color: #fff;
}

table.infoTbl {
  border-collapse: collapse;
  border-spacing: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

table.infoTbl * {
  font-size: 1.4rem;
}

table.infoTbl tr {
  border-top: 1px solid #b5b5b5;
}

table.infoTbl tr:last-child {
  border-bottom: 1px solid #b5b5b5;
}

table.infoTbl th {
  padding: 22px 15px;
  background-color: #EAF2F7;
  vertical-align: middle;
  text-align: left;
  width: 125px;
}

table.infoTbl td {
  padding: 22px;
}

table.infoTbl span {
  white-space: nowrap;
}

table.infoTbl ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

table.infoTbl ol li:not(:last-child) {
  margin-bottom: 10px;
}

table.infoTbl ul li {
  list-style-type: disc;
  margin-left: 20px;
}

table.infoTbl ul li:not(:last-child) {
  margin-bottom: 10px;
}

table.infoTbl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

table.infoTbl dt,
table.infoTbl dd {
  border-top: 1px dotted #b5b5b5;
  padding: 15px 0;
}

table.infoTbl dt:nth-last-child(2),
table.infoTbl dd:nth-last-child(1) {
  padding: 15px 0 0 0;
}

table.infoTbl dt {
  width: 25%;
}

table.infoTbl dd {
  width: 75%;
}

table.infoTbl a {
  color: #1F489D;
}

table.infoTbl a:hover {
  text-decoration: underline;
}

table.infoTbl iframe {
  padding: 10px 40px;
  height: 360px;
}

table.hisTbl th {
  text-align: center;
  width: 90px;
}

table.hisTbl td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

table.hisTbl td div:nth-child(n+3) {
  border-top: 1px solid #b5b5b5;
}

table.hisTbl td .hisMonth {
  width: 10%;
  padding: 22px 0 22px 22px;
}

table.hisTbl td .hisTxt {
  width: 90%;
  padding: 22px 22px 22px 0;
}

table.hisTbl td .tblImg {
  width: 90%;
  margin-left: 10%;
  padding-bottom: 22px;
  border-top: 0 !important;
}

table.hisTbl td .tblImg p {
  font-size: 1.2rem;
}

.tabWrap ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabWrap ul:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1F489D;
  z-index: -1;
}

.tabBtn {
  width: calc(calc(100% - 15px) /4);
  padding: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  padding: 15px 15px;
  color: #1F489D;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
}

.tabBtn:not(:last-child) {
  margin-right: 5px;
}

.tabBtn.show {
  border-top: 3px solid #1F489D;
  color: #1F489D;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #1F489D;
  border-right: 1px solid #1F489D;
  border-top: 3px solid #1F489D;
}

.tabContents {
  display: none;
}

.tabContents.tabContents.show {
  display: block;
  padding-top: 80px;
}

#pageTtlWrap .breadCrumbWrap,
#recruitTtlWrap .breadCrumbWrap,
#etcTtlWrap .breadCrumbWrap,
#noTtlWrap .breadCrumbWrap {
  padding: 10px 0;
  background-color: #f0f0f0;
  font-size: 1.4rem;
  height: 41px;
}

#pageTtlWrap .breadCrumbWrap *,
#recruitTtlWrap .breadCrumbWrap *,
#etcTtlWrap .breadCrumbWrap *,
#noTtlWrap .breadCrumbWrap * {
  font-size: 1.4rem;
  color: #222;
}

#pageTtlWrap .breadCrumbWrap .breadcrumbs > a,
#recruitTtlWrap .breadCrumbWrap .breadcrumbs > a,
#etcTtlWrap .breadCrumbWrap .breadcrumbs > a,
#noTtlWrap .breadCrumbWrap .breadcrumbs > a {
  margin-right: 10px;
}

#pageTtlWrap .breadCrumbWrap .breadcrumbs a,
#recruitTtlWrap .breadCrumbWrap .breadcrumbs a,
#etcTtlWrap .breadCrumbWrap .breadcrumbs a,
#noTtlWrap .breadCrumbWrap .breadcrumbs a {
  text-decoration: underline;
}

#pageTtlWrap .breadCrumbWrap .breadcrumbs a:hover,
#recruitTtlWrap .breadCrumbWrap .breadcrumbs a:hover,
#etcTtlWrap .breadCrumbWrap .breadcrumbs a:hover,
#noTtlWrap .breadCrumbWrap .breadcrumbs a:hover {
  opacity: 0.5;
}

#pageTtlWrap .breadCrumbWrap .breadcrumbs > span,
#recruitTtlWrap .breadCrumbWrap .breadcrumbs > span,
#etcTtlWrap .breadCrumbWrap .breadcrumbs > span,
#noTtlWrap .breadCrumbWrap .breadcrumbs > span {
  margin-left: 10px;
  margin-right: 10px;
}

body.step #recruitTtlWrap .pageTtl h2 br {
  display: none;
}

#pageTtlWrap {
  position: relative;
}

#pageTtlWrap .mvLine {
  position: absolute;
  top: 0;
  right: calc(calc(100% - 1020px) / 2);
  width: calc(1020px * 0.23);
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

#pageTtlWrap .mvLine svg {
  width: auto;
  height: 100%;
  fill: none;
  stroke: #fff;
  -webkit-animation: line_animation 1.5s ease both;
  animation: line_animation 1.5s ease both;
  stroke-dasharray: 450px;
}

@-webkit-keyframes line_animation {
  0% {
    stroke-dashoffset: 470px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes line_animation {
  0% {
    stroke-dashoffset: 470px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

#pageTtlWrap:after {
  position: absolute;
  content: "";
  width: calc(calc(calc(100% - 1020px) / 2) + 350px);
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/pagettl/page_ttl_bg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  opacity: 0.85;
  mix-blend-mode: multiply;
}

#pageTtlWrap .pageTtl {
  height: 360px;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}

#pageTtlWrap .pageTtl .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}

#pageTtlWrap .pageTtl .inner * {
  color: #fff;
  text-shadow: 0px 0px 5px #222;
}

#pageTtlWrap .pageTtl .inner h2 {
  font-size: 4.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

#pageTtlWrap .pageTtl .inner h2 br {
  display: none;
}

#pageTtlWrap .pageTtl .inner div {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 15px;
}

#etcTtlWrap {
  position: relative;
}

#etcTtlWrap .pageTtl {
  height: 240px;
  background-position: center;
  margin-top: 80px;
}

#etcTtlWrap .pageTtl .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#etcTtlWrap .pageTtl .inner * {
  color: #fff;
  text-shadow: 0px 0px 5px #222;
}

#etcTtlWrap .pageTtl .inner h2 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#etcTtlWrap .pageTtl .inner h2 br {
  display: none;
}

#noTtlWrap {
  margin-top: 80px;
}

.pageNews {
  background-image: image-set(url(../img/pagettl/page_ttl_news.jpg) 1x, url(../img/pagettl/page_ttl_news@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_news.jpg) 1x, url(../img/pagettl/page_ttl_news@2x.jpg) 2x);
}

body.company .pageTtl,
body.profile .pageTtl,
body.history .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_company.jpg) 1x, url(../img/pagettl/page_ttl_company@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_company.jpg) 1x, url(../img/pagettl/page_ttl_company@2x.jpg) 2x);
}

.pageIr01 {
  background-image: image-set(url(../img/pagettl/page_ttl_ir01.jpg) 1x, url(../img/pagettl/page_ttl_ir01@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_ir01.jpg) 1x, url(../img/pagettl/page_ttl_ir01@2x.jpg) 2x);
}

.pageIr02 {
  background-image: image-set(url(../img/pagettl/page_ttl_ir02.jpg) 1x, url(../img/pagettl/page_ttl_ir02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_ir02.jpg) 1x, url(../img/pagettl/page_ttl_ir02@2x.jpg) 2x);
}

body.sustainability .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_sustainability.jpg) 1x, url(../img/pagettl/page_ttl_sustainability@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_sustainability.jpg) 1x, url(../img/pagettl/page_ttl_sustainability@2x.jpg) 2x);
}

body.future .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_future.jpg) 1x, url(../img/pagettl/page_ttl_future@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_future.jpg) 1x, url(../img/pagettl/page_ttl_future@2x.jpg) 2x);
}

body.realization .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_kizuna.jpg) 1x, url(../img/pagettl/page_ttl_kizuna@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_kizuna.jpg) 1x, url(../img/pagettl/page_ttl_kizuna@2x.jpg) 2x);
}

body.business .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_business.jpg) 1x, url(../img/pagettl/page_ttl_business@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_business.jpg) 1x, url(../img/pagettl/page_ttl_business@2x.jpg) 2x);
}

body.product-1 .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_product1.jpg) 1x, url(../img/pagettl/page_ttl_product1@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_product1.jpg) 1x, url(../img/pagettl/page_ttl_product1@2x.jpg) 2x);
}

body.product-2 .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_product2.jpg) 1x, url(../img/pagettl/page_ttl_product2@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_product2.jpg) 1x, url(../img/pagettl/page_ttl_product2@2x.jpg) 2x);
}

body.recruit .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_recruit.jpg) 1x, url(../img/pagettl/page_ttl_recruit@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_recruit.jpg) 1x, url(../img/pagettl/page_ttl_recruit@2x.jpg) 2x);
}

body.interview-1 .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_interview1.jpg) 1x, url(../img/pagettl/page_ttl_interview1@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_interview1.jpg) 1x, url(../img/pagettl/page_ttl_interview1@2x.jpg) 2x);
}

body.interview-2 .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_interview2.jpg) 1x, url(../img/pagettl/page_ttl_interview2@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_interview2.jpg) 1x, url(../img/pagettl/page_ttl_interview2@2x.jpg) 2x);
}

body.step .pageTtl {
  background-image: image-set(url(../img/pagettl/page_ttl_step.jpg) 1x, url(../img/pagettl/page_ttl_step@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_step.jpg) 1x, url(../img/pagettl/page_ttl_step@2x.jpg) 2x);
}

.pageSanpai {
  background-image: image-set(url(../img/pagettl/page_ttl_sanpai.jpg) 1x, url(../img/pagettl/page_ttl_sanpai@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_sanpai.jpg) 1x, url(../img/pagettl/page_ttl_sanpai@2x.jpg) 2x);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pageContact {
  background-image: image-set(url(../img/pagettl/page_ttl_contact.jpg) 1x, url(../img/pagettl/page_ttl_contact@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_contact.jpg) 1x, url(../img/pagettl/page_ttl_contact@2x.jpg) 2x);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pageEntry {
  background-image: image-set(url(../img/pagettl/page_ttl_contact.jpg) 1x, url(../img/pagettl/page_ttl_contact@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_contact.jpg) 1x, url(../img/pagettl/page_ttl_contact@2x.jpg) 2x);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pageForm {
  background-image: image-set(url(../img/pagettl/page_ttl_form.jpg) 1x, url(../img/pagettl/page_ttl_form@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pagettl/page_ttl_form.jpg) 1x, url(../img/pagettl/page_ttl_form@2x.jpg) 2x);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.topNewsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topNewsWrap > div {
  width: 48%;
}

.newsListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsListWrap .newsWrap {
  width: 680px;
}

.newsListWrap .newsSideWrap {
  width: 180px;
}

.newsListWrap .newsWrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsListWrap .newsWrap li:before {
  content: none;
}

.newsListWrap .newsWrap li span {
  width: 90px;
}

.newsListWrap .newsWrap li a {
  width: 90px;
}

.newsListWrap .newsWrap li div {
  width: calc(100% - 90px - 90px);
  padding-left: 15px;
  margin-top: 0;
}

.newsListWrap .newsWrap li .newsCat {
  margin-left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.newsWrap h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsWrap h3.ani03:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #222;
  height: 4px;
  left: 0;
  bottom: 0;
}

.newsWrap h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: 0;
  bottom: -1px;
  background-color: #1F489D;
}

.newsWrap li,
.newsWrap .topicsTtl {
  position: relative;
  border-bottom: 1px solid #969696;
}

.newsWrap li *,
.newsWrap .topicsTtl * {
  font-size: 1.4rem;
}

.newsWrap li div,
.newsWrap .topicsTtl div {
  margin-top: 20px;
}

.newsWrap li {
  padding: 10px 25px 10px 0;
}

.newsWrap li:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsWrap .topicsTtl {
  padding: 22px 25px 22px 0;
}

.newsWrap a {
  color: #222;
  text-align: center;
}

.newsWrap a:hover {
  text-decoration: underline;
}

.newsWrap a.newsCat:hover {
  text-decoration: none;
  background-color: #1F489D;
  color: #fff;
  border: 1px solid #1F489D;
}

.newsWrap .newsCat {
  border: 1px solid #969696;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
}

body.post-type-archive .newsSideWrap .newsSideCont li.current-cat,
body.date .newsSideWrap .newsSideCont li.current-cat {
  background-color: #fff !important;
}

.newsSideWrap .newsSideCont {
  margin-bottom: 25px;
}

.newsSideWrap .newsSideCont h4 {
  background-color: #222;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.newsSideWrap .newsSideCont li.current-cat {
  background-color: #EAF2F7;
}

.newsSideWrap .newsSideCont li,
.newsSideWrap .newsSideCont a {
  font-size: 1.4rem;
}

.newsSideWrap .newsSideCont .catList li {
  position: relative;
}

.newsSideWrap .newsSideCont .catList li:before {
  position: absolute;
  content: '＞';
  top: 10px;
  left: 15px;
}

.newsSideWrap .newsSideCont .catList.-home li.cat-item-all {
  background-color: #EAF2F7;
}

.newsSideWrap .newsSideCont a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #B5B5B5;
  color: #222;
  padding-left: 40px;
}

.newsSideWrap .newsSideCont a:hover {
  text-decoration: underline;
}

.accordionArea {
  list-style: none;
}

.newsCatTtl {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 1px solid #B5B5B5;
}

.newsCatTtl .toggle_btn {
  padding: 15px 15px 15px 40px;
}

.newsCatTtl .toggle_btn:hover {
  text-decoration: underline;
}

.newsCatTtl .toggle_btn:before {
  position: absolute;
  content: '＞';
  width: 15px;
  height: 15px;
  font-size: 1.4rem;
  line-height: 1.7em;
  top: 10px;
  left: 15px;
}

.newsCatTtl .active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 12px;
}

.newsCatTtl ul.child {
  border-top: 1px solid #b5b5b5;
}

.newsCatTtl ul.child li a {
  line-height: 1.7em;
}

.newsCatTtl ul.child li a.current {
  background-color: #EAF2F7;
}

.newsCatTtl ul.child li:before {
  content: "";
}

.newsCatTtl ul.child li:last-child a {
  border-bottom: 0;
}

.pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination a,
.pagination span.current {
  font-size: 1.4rem;
  display: inline-block;
  color: #222;
}

.pagination span.dots {
  font-size: 1rem;
}

.pagination span.current {
  font-weight: 700;
  color: #1F489D;
  padding: 0 10px;
}

.pagination a:not(.prev):not(.next) {
  border: 1px solid #ccc;
  padding: 5px 7px;
  text-decoration: none;
  margin: 0 5px;
  color: #222 !important;
}

.pagination a:not(.prev):not(.next):hover {
  background-color: #1F489D;
  color: #fff !important;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  text-decoration: underline;
  background-color: #fff;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.box {
  display: none;
}

.newsSPmenu {
  display: none;
}

.topicsTtl {
  margin-bottom: 45px;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 30px;
}

.newsBody {
  padding-bottom: 90px;
  border-bottom: 1px solid #b5b5b5;
}

.newsBody .entry-content {
  font-size: 1.4rem;
}

.newsBody .entry-content p,
.newsBody .entry-content div,
.newsBody .entry-content span,
.newsBody .entry-content img,
.newsBody .entry-content a {
  font-size: 1.4rem;
}

.newsBody .entry-content a {
  color: #1F489D;
}

.newsBody .entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.newsBody .entry-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}

.newsBody .entry-content .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}

.newsBody .entry-content img[class*="wp-image-"],
.newsBody .entry-content img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.youTubeArea .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.youTubeArea .col > div {
  width: 480px;
  height: 270px;
}

.pageBnrArea .bnrCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.pageBnrArea .bnrAreaCol1_type1 > div {
  padding: 50px 50px 40px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBnrArea .bnrAreaCol1_type1 h4 {
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-shadow: 0px 0px 5px #222;
}

.pageBnrArea .bnrAreaCol1_type1 h4.fontNormal {
  font-family: 'Noto sans JP', serif;
}

.pageBnrArea .bnrAreaCol1_type1 .bnrKizuna {
  background-image: image-set(url(../img/bnr/bnr_kizuna.jpg) 1x, url(../img/bnr/bnr_kizuna@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_kizuna.jpg) 1x, url(../img/bnr/bnr_kizuna@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol1_type1 .bnrKizuna h4 br.brSP {
  display: none;
}

.pageBnrArea .bnrAreaCol1_type1 .bnrContact {
  background-image: image-set(url(../img/bnr/bnr_contact.jpg) 1x, url(../img/bnr/bnr_contact@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_contact.jpg) 1x, url(../img/bnr/bnr_contact@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol1_type1 .bnrContact h4 {
  color: #222;
  text-shadow: none;
  margin-bottom: 10px;
}

.pageBnrArea .bnrAreaCol1_type1 .bnrContact p br {
  display: none;
}

.pageBnrArea .bnrAreaCol1_type1 .bnrContact .btnCont {
  margin-top: 30px;
}

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

.pageBnrArea .bnrAreaCol1_type2 > div {
  padding: 50px 50px 40px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBnrArea .bnrAreaCol1_type2 h4 {
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-shadow: 0px 0px 5px #222;
}

.pageBnrArea .bnrAreaCol1_type2 h4.fontNormal {
  font-family: 'Noto sans JP', serif;
}

.pageBnrArea .bnrAreaCol1_type2 .bnrKizuna {
  background-image: image-set(url(../img/bnr/bnr_kizuna.jpg) 1x, url(../img/bnr/bnr_kizuna@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_kizuna.jpg) 1x, url(../img/bnr/bnr_kizuna@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol1_type2 .bnrContact {
  background-image: image-set(url(../img/bnr/bnr_contact.jpg) 1x, url(../img/bnr/bnr_contact@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_contact.jpg) 1x, url(../img/bnr/bnr_contact@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol1_type2 .bnrContact h4 {
  color: #222;
  text-shadow: none;
  margin-bottom: 10px;
}

.pageBnrArea .bnrAreaCol1_type2 .bnrContact .btnCont {
  margin-top: 30px;
}

.pageBnrArea .bnrAreaCol1_type3 > div {
  width: 540px;
  margin: 0 auto;
  height: 280px;
}

.pageBnrArea .bnrAreaCol1_type3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.pageBnrArea .bnrAreaCol1_type3 a:hover {
  opacity: 0.8;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl {
  position: relative;
  background-size: cover;
  background-position: top right;
  height: 137px;
  padding: 38px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  width: inherit;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl div {
  font-size: 1.6rem;
  font-weight: 700;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl:after {
  position: absolute;
  content: url(../img/icon_externa.svg);
  background-size: contain;
  bottom: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 {
  background-image: image-set(url(../img/bnr/bnr_entry3b.jpg) 1x, url(../img/bnr/bnr_entry3b@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_entry3b.jpg) 1x, url(../img/bnr/bnr_entry3b@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol1_type3 .bnrEntry3 .bnrTtl {
  background-image: url(../img/bnr/bnr_entryttl_bg02.svg);
}

.pageBnrArea .bnrAreaCol2_type1 > div {
  width: 420px;
  height: 160px;
}

.pageBnrArea .bnrAreaCol2_type1 > div a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageBnrArea .bnrAreaCol2_type1 > div a:hover {
  opacity: 0.8;
}

.pageBnrArea .bnrAreaCol2_type1 > div h4 {
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-shadow: 0px 0px 5px #222;
}

.pageBnrArea .bnrAreaCol2_type1 > div h4 div {
  font-size: 1.6rem;
  font-weight: 700;
}

.pageBnrArea .bnrAreaCol2_type1 .bnrCompany,
.pageBnrArea .bnrAreaCol2_type1 .bnrProfile,
.pageBnrArea .bnrAreaCol2_type1 .bnrHistory,
.pageBnrArea .bnrAreaCol2_type1 .bnrSustainability {
  background-size: cover;
}

.pageBnrArea .bnrAreaCol2_type1 .bnrCompany {
  background-image: image-set(url(../img/bnr/bnr_company.jpg) 1x, url(../img/bnr/bnr_company@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_company.jpg) 1x, url(../img/bnr/bnr_company@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type1 .bnrProfile {
  background-image: image-set(url(../img/bnr/bnr_profile.jpg) 1x, url(../img/bnr/bnr_profile@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_profile.jpg) 1x, url(../img/bnr/bnr_profile@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type1 .bnrHistory {
  background-image: image-set(url(../img/bnr/bnr_history.jpg) 1x, url(../img/bnr/bnr_history@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_history.jpg) 1x, url(../img/bnr/bnr_history@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type1 .bnrSustainability {
  background-image: image-set(url(../img/bnr/bnr_sustainability.jpg) 1x, url(../img/bnr/bnr_sustainability@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_sustainability.jpg) 1x, url(../img/bnr/bnr_sustainability@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type2 > div {
  width: 420px;
  height: 360px;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrTtl {
  background-color: #1F489D;
  width: inherit;
  padding: 20px 20px 30px 20px;
  text-align: center;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrTtl h4 {
  position: relative;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrTtl div {
  position: relative;
  padding-top: 13px;
  margin-top: 13px;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrTtl div:after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 3px;
}

.pageBnrArea .bnrAreaCol2_type2 a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pageBnrArea .bnrAreaCol2_type2 a * {
  color: #fff;
}

.pageBnrArea .bnrAreaCol2_type2 a:hover {
  opacity: 0.8;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrIndividual,
.pageBnrArea .bnrAreaCol2_type2 .bnrHighlight {
  background-repeat: no-repeat;
  background-size: contain;
}

.pageBnrArea .bnrAreaCol2_type2 .bnrIndividual {
  background-image: image-set(url(../img/bnr/bnr_individual.jpg) 1x, url(../img/bnr/bnr_individual@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_individual.jpg) 1x, url(../img/bnr/bnr_individual@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type2 .bnrHighlight {
  background-image: image-set(url(../img/bnr/bnr_highlight.jpg) 1x, url(../img/bnr/bnr_highlight@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_highlight.jpg) 1x, url(../img/bnr/bnr_highlight@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type3 > div {
  width: 480px;
  height: 360px;
}

.pageBnrArea .bnrAreaCol2_type3 .bnrTtl {
  background-image: url(../img/bnr/bnr_interviewttlbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: inherit;
  padding: 12px 60px;
}

.pageBnrArea .bnrAreaCol2_type3 .bnrTtl h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}

.pageBnrArea .bnrAreaCol2_type3 .bnrTtl h4:after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
  font-size: 1.5rem;
}

.pageBnrArea .bnrAreaCol2_type3 a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pageBnrArea .bnrAreaCol2_type3 a * {
  color: #fff;
}

.pageBnrArea .bnrAreaCol2_type3 a:hover {
  opacity: 0.8;
}

.pageBnrArea .bnrAreaCol2_type3 .bnrinterview1,
.pageBnrArea .bnrAreaCol2_type3 .bnrinterview2 {
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBnrArea .bnrAreaCol2_type3 .bnrinterview1 {
  background-image: image-set(url(../img/bnr/bnr_interview01.jpg) 1x, url(../img/bnr/bnr_interview01@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_interview01.jpg) 1x, url(../img/bnr/bnr_interview01@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type3 .bnrinterview2 {
  background-image: image-set(url(../img/bnr/bnr_interview02.jpg) 1x, url(../img/bnr/bnr_interview02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_interview02.jpg) 1x, url(../img/bnr/bnr_interview02@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type4 > div {
  width: calc(100% / 2);
  height: 280px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pageBnrArea .bnrAreaCol2_type4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.pageBnrArea .bnrAreaCol2_type4 a:hover {
  opacity: 0.8;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 {
  background-size: cover;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl {
  position: relative;
  background-size: cover;
  background-position: top right;
  height: 137px;
  padding: 38px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  width: inherit;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl h4,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl h4,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl h4,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl h4:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl h4:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl h4:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl div,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl div,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl div,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl div {
  font-size: 1.6rem;
  font-weight: 700;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl:after,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl:after {
  position: absolute;
  content: url(../img/icon_externa.svg);
  background-size: contain;
  bottom: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 {
  background-size: cover;
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 {
  background-image: image-set(url(../img/bnr/bnr_entry1.jpg) 1x, url(../img/bnr/bnr_entry1@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_entry1.jpg) 1x, url(../img/bnr/bnr_entry1@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 {
  background-image: image-set(url(../img/bnr/bnr_entry2.jpg) 1x, url(../img/bnr/bnr_entry2@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_entry2.jpg) 1x, url(../img/bnr/bnr_entry2@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry1 .bnrTtl,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry2 .bnrTtl,
.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 .bnrTtl {
  background-image: url(../img/bnr/bnr_entryttl_bg01.svg);
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 {
  background-image: image-set(url(../img/bnr/bnr_entry3.jpg) 1x, url(../img/bnr/bnr_entry3@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_entry3.jpg) 1x, url(../img/bnr/bnr_entry3@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry3 .bnrTtl {
  background-image: url(../img/bnr/bnr_entryttl_bg02.svg);
}

.pageBnrArea .bnrAreaCol2_type4 .bnrEntry4 {
  background-image: image-set(url(../img/bnr/bnr_entry4.jpg) 1x, url(../img/bnr/bnr_entry4@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_entry4.jpg) 1x, url(../img/bnr/bnr_entry4@2x.jpg) 2x);
}

.pageBnrArea .bnrAreaCol2_type5 > div {
  width: 420px;
  height: 120px;
  margin: 0 auto 40px;
  background-image: url(../img/bnr_type3bg.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #1F489D;
}

.pageBnrArea .bnrAreaCol2_type5 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageBnrArea .bnrAreaCol2_type5 a:hover {
  background-color: #EAF2F7;
  background-image: none;
}

.pageBnrArea .bnrAreaCol2_type5 a:hover * {
  color: #1F489D;
}

.pageBnrArea .bnrAreaCol2_type5 a:hover h4:after {
  background-color: #1F489D;
}

.pageBnrArea .bnrAreaCol2_type5 h4 {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.pageBnrArea .bnrAreaCol2_type5 h4:hover {
  color: #1F489D;
}

.pageBnrArea .bnrAreaCol2_type5 h4:after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 55px;
}

.pageBnrArea .bnrAreaCol3_type1 > div {
  width: 280px;
  height: 120px;
  background-image: url(../img/bnr_type3bg.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #1F489D;
}

.pageBnrArea .bnrAreaCol3_type1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageBnrArea .bnrAreaCol3_type1 a:hover {
  background-color: #EAF2F7;
  background-image: none;
}

.pageBnrArea .bnrAreaCol3_type1 a:hover * {
  color: #1F489D;
}

.pageBnrArea .bnrAreaCol3_type1 a:hover h4:after {
  background-color: #1F489D;
}

.pageBnrArea .bnrAreaCol3_type1 h4 {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.pageBnrArea .bnrAreaCol3_type1 h4:hover {
  color: #1F489D;
}

.pageBnrArea .bnrAreaCol3_type1 h4:after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 55px;
}

.recruitPageBnrArea {
  padding: 120px 0;
}

#topSdgs {
  position: relative;
  height: 560px;
}

#topSdgs:before,
#topSdgs:after {
  position: absolute;
  content: "";
}

#topSdgs:before {
  left: 0;
  top: 0;
  height: 100%;
  background-image: image-set(url(../img/top_sdgs_b.png) 1x, url(../img/top_sdgs_b@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/top_sdgs_b.png) 1x, url(../img/top_sdgs_b@2x.png) 2x);
  background-position: right;
  opacity: 0.8;
  width: calc(calc(calc(100% - 1020px) / 2 ) + 710px);
  mix-blend-mode: multiply;
  z-index: 0;
}

#topSdgs:after {
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/top_sdgs_w.svg);
  background-position: left;
  opacity: 0.8;
  width: calc(calc(calc(100% - 1020px) / 2 ) + 450px);
  z-index: -2;
}

#topSdgs .sdgsWrap {
  position: absolute;
  content: "";
  height: 439px;
  width: 1020px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: image-set(url(../img/top_sdgs.jpg) 1x, url(../img/top_sdgs@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_sdgs.jpg) 1x, url(../img/top_sdgs@2x.jpg) 2x);
  z-index: -1;
}

#topSdgs .inner {
  position: relative;
  padding: 60px 0;
  z-index: 0;
  height: 100%;
}

#topSdgs .inner .sdgsTxt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../img/top_sdgs_txt.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

#topSdgs .inner .sdgsTxt h3 {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 4.75rem;
  font-weight: 300;
  margin-bottom: 30px;
}

#topSdgs .inner .sdgsTxt h3 img.sloganSP {
  display: none;
}

#topSdgs .inner .sdgsTxt div {
  color: #fff;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 30px;
}

#topSdgs .inner .sdgsTxt div:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 20px;
  margin-left: 30px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

#topSdgs .inner .sdgsTxt a {
  display: block;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 90px;
}

#topSdgs .inner .sdgsTxt a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#topCompany {
  position: relative;
}

#topCompany .secTtl {
  padding-bottom: 15px;
}

#topCompany .ani03 {
  position: relative;
}

#topCompany .ani03:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #222;
}

#topCompany:before {
  position: absolute;
  content: "";
  top: 40px;
  right: 0;
  width: 56%;
  height: 480px;
  background-image: url(../img/top_com_bg.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

#topCompany .topComCont {
  width: 50%;
}

#topCompany .topComCont p.ani03:after {
  border-bottom: 0;
}

#topCompany .bgPh {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 51%;
  height: 480px;
  background-image: image-set(url(../img/top_com_ph.png) 1x, url(../img/top_com_ph@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/top_com_ph.png) 1x, url(../img/top_com_ph@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: left;
}

#topIR {
  position: relative;
  height: 480px;
}

#topIR:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  background-image: image-set(url(../img/top_ir_ph.jpg) 1x, url(../img/top_ir_ph@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_ir_ph.jpg) 1x, url(../img/top_ir_ph@2x.jpg) 2x);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#topIR:after {
  position: absolute;
  content: "";
  right: 0;
  top: 5%;
  width: 65%;
  height: 90%;
  background-image: image-set(url(../img/top_ir_b.png) 1x, url(../img/top_ir_b@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/top_ir_b.png) 1x, url(../img/top_ir_b@2x.png) 2x);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}

#topIR .borderL,
#topIR .borderR {
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

#topIR .borderL {
  top: 60px;
  left: 0;
}

#topIR .borderR {
  bottom: 60px;
  right: 0;
}

#topIR .inner {
  position: relative;
  padding: 60px 0;
  z-index: 0;
  mix-blend-mode: multiply;
  height: 100%;
}

#topIR .toIrTxt {
  position: absolute;
  top: 0;
  width: 1020px;
  height: 100%;
  margin-left: calc(calc(100% - 1020px) / 2);
  margin-right: calc(calc(100% - 1020px) / 2);
  background-image: url(../img/top_ir_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#topIR .toIrTxt h3 {
  font-family: 'Noto Serif JP', serif;
  color: #222;
  font-size: 4.2rem;
  font-weight: 700;
}

#topIR .toIrTxt .btnArea {
  margin-top: 20px;
}

#topBnr .bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#topBnr .serviceBnr {
  width: calc(calc(100% - 1px) / 2);
  text-align: center;
  height: 360px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

#topBnr .serviceBnr h4 {
  color: #fff;
  font-size: 4.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-shadow: 0px 0px 5px #222;
}

#topBnr .serviceBnr h4 div {
  font-size: 1.6rem;
  font-weight: 700;
}

#topBnr .serviceBnr .btnBase a:hover {
  background-color: #fff;
  color: #222;
}

#topBnr .bnr01 {
  background-image: image-set(url(../img/top_bnr_service01.jpg) 1x, url(../img/top_bnr_service01@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_bnr_service01.jpg) 1x, url(../img/top_bnr_service01@2x.jpg) 2x);
}

#topBnr .bnr02 {
  background-image: image-set(url(../img/top_bnr_service02.jpg) 1x, url(../img/top_bnr_service02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_bnr_service02.jpg) 1x, url(../img/top_bnr_service02@2x.jpg) 2x);
}

#topBnr .bnr03 {
  background-image: image-set(url(../img/top_bnr_service03.jpg) 1x, url(../img/top_bnr_service03@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_bnr_service03.jpg) 1x, url(../img/top_bnr_service03@2x.jpg) 2x);
}

#topBnr .bnr04 {
  background-image: image-set(url(../img/top_bnr_service04.jpg) 1x, url(../img/top_bnr_service04@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_bnr_service04.jpg) 1x, url(../img/top_bnr_service04@2x.jpg) 2x);
}

#topBnr .btnArea {
  margin-top: 30px;
}

.vrArea {
  background-color: #222;
  text-align: center;
  padding: 70px 60px 50px 60px;
}

.vrArea .vrLogo {
  margin-bottom: 10px;
}

.vrArea .vrTtl {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.vrArea .vrTtl.ani05:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 4px;
  background-color: #B90D0D;
}

.vrArea .vrTtl.ani05.move:after {
  width: 120px;
}

.vrArea .vriframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.vrArea .vriframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vrArea .vriframe .vrbnr {
  display: none;
}

.messageWrap {
  background-color: #EAF2F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 50px 40px;
  margin: 0 auto;
  background-image: image-set(url(../img/company/message_ph01.jpg) 1x, url(../img/company/message_ph01@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/company/message_ph01.jpg) 1x, url(../img/company/message_ph01@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-bottom: 90px;
}

.messageWrap .messageCont {
  width: 600px;
}

.messageWrap .messageCont div .messageSP {
  display: none;
}

.messageWrap .messageCont p {
  text-align: right;
  margin-top: 40px;
  margin-right: 100px;
}

.messageWrap .messageCont p span {
  font-size: 100%;
}

.messageTxt {
  width: 720px;
  margin: 0 auto;
}

#group .inner {
  background-color: #EAF2F7;
  padding: 50px 75px;
}

.groupCodeWrap .groupCodeCont li {
  font-size: 1.4rem;
}

.groupCodeWrap .groupCodeCont li:not(.accordion) {
  position: relative;
}

.groupCodeWrap .groupCodeCont li:not(.accordion):before {
  position: absolute;
  content: '＞';
  top: 10px;
  left: 15px;
}

.groupCodeWrap .groupCodeCont li.accordion li {
  padding: 0 15px 12px 15px;
}

.accordionArea {
  list-style: none;
}

.codeListTtl {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1F489D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 1px solid #B5B5B5;
  padding: 12px 15px 10px 15px;
}

.codeListTtl:hover {
  text-decoration: underline;
}

.codeListTtl:before {
  position: absolute;
  content: '＞';
  width: 15px;
  height: 15px;
  font-size: 1.4rem;
  top: 10px;
  right: 15px;
}

.codeListTtl.close:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 15px;
}

.codeListTtl.close:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#groupCom .groupComCont {
  width: 100%;
}

#groupCom .groupComCont h3 {
  position: relative;
  font-size: 2rem;
  color: #1F489D;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#groupCom .groupComCont h3.ani03:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #1F489D;
  left: 0;
  bottom: 0;
}

#groupCom .groupInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#groupCom .groupInfo table {
  width: calc(100% - 380px);
}

#groupCom .groupInfo table:last-child {
  width: 100%;
}

#groupCom .groupInfo table th {
  width: 135px;
}

#groupCom .groupInfo table a {
  color: #222;
}

#groupCom .groupInfo div {
  width: 340px;
  margin-left: 40px;
}

#groupCom .groupInfo div img:not(:last-child) {
  margin-bottom: 20px;
}

.historyBg {
  position: relative;
}

.historyBg:before,
.historyBg:after {
  position: absolute;
  content: "";
  width: calc(calc(100% - 1020px) / 2);
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.historyBg:before {
  left: 0;
  background-image: url(../img/company/history_bgr.svg);
  background-position: right center;
}

.historyBg:after {
  right: 0;
  background-image: url(../img/company/history_bgl.svg);
  background-position: left center;
}

#irTopNews .newsWrap {
  width: 100%;
}

#irMassage {
  background-image: url(../img/ir/ir_message_secbg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 100px 0;
}

.irMessageWrap {
  background-color: #d8e5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 50px;
  margin: 0 auto;
  background-image: image-set(url(../img/ir/ir_message_bg.jpg) 1x, url(../img/ir/ir_message_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/ir/ir_message_bg.jpg) 1x, url(../img/ir/ir_message_bg@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 40px;
}

.irMessageWrap p {
  text-align: right;
  margin-right: 20px;
}

.irMessageWrap .pcNone {
  display: none;
}

.menu-ir_menu-container {
  margin-top: 30px;
}

#menu-ir_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu-ir_menu li {
  width: calc(calc(100% - 8px) / 4);
  margin-right: 2px;
  margin-bottom: 2px;
}

#menu-ir_menu li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-color: #f0f0f0;
  color: #222;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px;
}

#menu-ir_menu li a:after {
  position: absolute;
  content: "▲";
  color: #767676;
  right: 10px;
  top: 45%;
  width: auto;
  height: auto;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  font-size: 1.2rem;
}

#menu-ir_menu li a:hover {
  background-color: #1F489D;
  color: #fff;
}

#menu-ir_menu li a:hover:after {
  color: #fff;
}

#menu-ir_menu li a br {
  display: none;
}

.irPdfArea .yearWrap {
  border-top: 1px solid #b5b5b5;
}

.irPdfArea .yearWrap:last-child {
  border-bottom: 1px solid #b5b5b5;
}

.irPdfArea .dateWrap {
  display: inline-block;
  color: #222;
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: 15px;
}

.irPdfArea h4 {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f0f0f0;
  padding: 10px 15px;
}

.irPdfArea .pdfLink {
  position: relative;
  padding: 15px 15px 15px 50px;
  border-top: 1px solid #b5b5b5;
}

.irPdfArea .pdfLink a {
  font-size: 1.4rem;
  color: #1F489D;
  text-decoration: underline;
}

.irPdfArea .pdfLink a:hover {
  opacity: 0.5;
}

.irPdfArea h4 + .pdfLink {
  border-top: 0;
}

.irPdfArea .iconPDF:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 24px;
  background-image: url(../img/icon_pdf.svg);
  background-size: contain;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#meeting .yearWrap {
  border-top: 0;
}

#individual .individualCont {
  background-color: #EAF2F7;
  padding: 30px 50px;
}

#individual .individualCont h4 {
  font-size: 2.4rem;
  color: #1F489D;
  font-weight: 700;
  margin-bottom: 20px;
}

#individual .individualCont h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#individual .individualDividend h4 {
  position: relative;
  padding-bottom: 15px;
}

#individual .individualDividend h4:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #b5b5b5;
  bottom: 0;
  left: 0;
}

#individual .individualDividend .individualTxt {
  padding-top: 0;
}

#individual .individualDividend .individualSP {
  display: none;
}

#individual .individualFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#individual .benefitsImg {
  margin-left: 50px;
}

#individual .individualTxt {
  margin-bottom: 50px;
  padding-top: 40px;
}

#individual table.benefitsTbl {
  width: 480px;
}

#individual table.benefitsTbl th {
  width: 30%;
}

#individual table.benefitsTbl .firstCell {
  border-right: 0;
}

#individual table.benefitsTbl td {
  width: 70%;
  text-align: left;
}

#individual table.benefitsTbl td img {
  display: none;
}

#individual table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

#individual table .rowPdg {
  padding: 5px 10px;
}

#individual table .firstCell {
  background-color: #b5b5b5;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#individual table th,
#individual table td {
  padding: 15px 20px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

#individual table tr {
  border-bottom: 1px solid #767676;
}

#individual table tr:first-child {
  border-top: 1px solid #767676;
}

#individual table th {
  background-color: #f0f0f0;
  font-weight: 700;
}

#individual table th:not(:last-child) {
  border-right: 1px solid #767676;
}

#individual table td:not(:last-child) {
  border-right: 1px solid #767676;
}

.highLightArea h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 15px;
}

.highLightArea h4:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 80%;
  background-color: #1F489D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.highLightArea h4 br {
  display: none;
}

#irAttention h4 {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f0f0f0;
  border-top: 1px solid #b5b5b5;
  padding: 10px 15px;
  margin-bottom: 20px;
}

#irAttention h5 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}

#irAttention ul {
  margin-bottom: 20px;
}

#irAttention ul li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 20px;
}

#irAttention ul li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0rem;
}

#irAttention div {
  margin-bottom: 20px;
}

#sustMessage .sustMessageWrap {
  position: relative;
  height: 440px;
}

#sustMessage .sustMessageTtl {
  position: relative;
  z-index: 0;
  width: 900px;
  height: 420px;
  background-image: image-set(url(../img/sust/sust_message.jpg) 1x, url(../img/sust/sust_message@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/sust/sust_message.jpg) 1x, url(../img/sust/sust_message@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 100px;
}

#sustMessage .sustMessageTtl:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 90px;
  height: 156px;
  background-image: url(../img/sust/sust_messagebg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  z-index: -1;
}

#sustMessage .sustMessageTxt {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 590px;
  margin-left: 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 50px 50px 60px 150px;
  background-image: url(../img/sust/sust_messagebg02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}

.sustVisionWrap {
  position: relative;
  text-align: center;
  background-image: url(../img/sust/sust_vision_line.svg), url(../img/sust/sust_vision_line.svg);
  background-position: left ,right;
  background-size: contain;
  background-repeat: no-repeat;
}

.sustVisionWrap h3,
.sustVisionWrap h3 span {
  font-family: 'Noto Serif JP', serif;
  color: #1F489D;
  font-weight: 700;
}

.sustVisionWrap h3 {
  font-size: 5.2rem;
  margin-bottom: 35px;
}

.sustVisionWrap h3 span {
  display: block;
  font-size: 2.8rem;
}

.sustVisionWrap div {
  font-size: 2.8rem;
  font-weight: 700;
}

.sustTop h3 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
}

.sustTop h3.ani03:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #b5b5b5;
  left: 0;
  bottom: 0;
}

.sustTop .figureImg {
  margin-bottom: 30px;
}

#sustFigure ul {
  width: 770px;
  margin: 0 auto;
}

#sustFigure li {
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background-image: url(../img/sust/sust_messagebg01.svg), url(../img/sust/sust_messagebg03.svg);
  background-repeat: no-repeat;
}

#sustFigure li br {
  display: none;
}

#sustFigure li:not(:last-child) {
  margin-bottom: 20px;
}

#sustFigure li:nth-child(1) {
  background-position: top left,top right;
}

#sustFigure li:nth-child(2) {
  background-position: center left,center right;
}

#sustFigure li:nth-child(3) {
  background-position: bottom left,bottom right;
}

#sustSDGs h3.ttlSP,
#sustLongterm h3.ttlSP {
  display: none;
}

#sustSDGs .kizunaWrap {
  background-image: image-set(url(../img/sust/sust_sdgs_bg.jpg) 1x, url(../img/sust/sust_sdgs_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/sust/sust_sdgs_bg.jpg) 1x, url(../img/sust/sust_sdgs_bg@2x.jpg) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 100px;
}

#sustSDGs .kizunaTxt,
#sustSDGs .kizunaCircle,
#sustSDGs .kizunaArrow {
  text-align: center;
}

#sustSDGs .kizunaTxt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#sustSDGs .kizunaTxt br.brSP {
  display: none;
}

#sustSDGs .kizunaCircle {
  margin-bottom: 30px;
}

#sustSDGs .kizunaArrow {
  margin-bottom: 40px;
}

#sustSDGs .detailCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sustSDGs .detailCont span {
  display: block;
  white-space: nowrap;
  font-size: 1.4rem;
}

#sustSDGs .detailCont div:nth-child(1) {
  width: 195px;
}

#sustSDGs .detailCont div:nth-child(2) {
  width: 240px;
}

#sustSDGs .detailCont div:nth-child(3) {
  width: 345px;
}

#sustSDGs .detailCont div:nth-child(3) div {
  display: inline;
}

#sustLongterm .longtermWrap {
  background-color: #EAF2F7;
  padding: 45px 50px;
}

#sustLongterm h4 {
  position: relative;
  color: #1F489D;
  font-weight: 700;
  font-size: 2.4rem;
  padding-left: 15px;
  margin-bottom: 15px;
}

#sustLongterm h4:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 80%;
  background-color: #1F489D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

#sustLongterm table th,
#sustLongterm table td {
  padding: 20px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
}

#sustLongterm table th {
  background-color: #b5b5b5;
  color: #fff;
  width: 210px;
  font-weight: 700;
}

#sustLongterm table td {
  background-color: #fff;
}

#sustLongterm table td sub {
  font-size: 1rem !important;
}

#sustLongterm table tr {
  border-bottom: 1px solid #767676;
}

#sustLongterm table tr:first-child {
  border-top: 1px solid #767676;
}

#sustLongterm .longtermCont {
  margin-bottom: 30px;
}

#sustLongterm .longtermCont .tblFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sustLongterm .longtermCont .tblFlex table {
  width: 280px;
}

#sustLongterm .longtermCont .tblFlex table th,
#sustLongterm .longtermCont .tblFlex table td {
  padding: 10px;
  width: 50%;
  text-align: center;
}

#sustLongterm .longtermCont table.tblKPI th {
  padding: 10px 20px;
}

#sustLongterm .longtermCont table.tblKPI td br {
  display: none;
}

#sustLongterm .longtermCont p {
  margin-top: 15px;
}

#sustEnvironment .btnArea {
  margin-bottom: 100px;
}

#sustEnvironment .sustSdgsDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 50px;
  border: 1px solid #B5B5B5;
}

#sustEnvironment .sustSdgsDesc div:first-child {
  margin-right: 20px;
  width: 30%;
}

#sustEnvironment .sustSdgsDesc * {
  font-size: 1.2rem;
}

.sustFuture h3 br.brSP {
  display: none;
}

.sustFuture .sustPhtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 20px;
}

.sustFuture .sustPhtxt .sustPhtxtImg {
  width: 400px;
}

.sustFuture .sustPhtxt .sustPhtxtTxt {
  width: calc(100% - 400px - 30px);
}

.sustFuture .sustPhtxt .sustPhtxtTxt span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

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

.sustFuture table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.sustFuture table * {
  font-size: 1.4rem;
}

.sustFuture table tr {
  border-top: 1px solid #767676;
}

.sustFuture table tr:nth-child(2) td,
.sustFuture table tr:last-child td {
  background-color: #fff;
}

.sustFuture table tr:last-child {
  border-bottom: 1px solid #767676;
}

.sustFuture table tr:first-child td {
  background-color: #f0f0f0;
}

.sustFuture table tr:first-child td:first-child {
  border-left: 0;
}

.sustFuture table tr:not(:first-child) td:last-child {
  background-color: #f8e6e6;
  color: #B90D0D;
  font-weight: 700;
}

.sustFuture table th,
.sustFuture table td {
  padding: 15px 10px;
}

.sustFuture table th {
  font-weight: 700;
  text-align: left;
  color: #Fff;
  background-color: #B5B5B5;
}

.sustFuture table td {
  text-align: center;
  border-left: 1px solid #767676;
}

#sustBnr {
  padding-bottom: 120px;
}

#sustBnr .pageBnrArea .bnrAreaCol1_type1 h4 {
  font-size: 3.2rem;
}

#sustBnr .btnArea {
  margin-top: 20px;
}

.sustFutureWrap {
  position: relative;
  background-color: #f7f7f7;
  z-index: 0;
}

.sustFutureWrap:before,
.sustFutureWrap:after {
  position: absolute;
  content: "";
  height: 1960px;
  background-repeat: no-repeat;
  z-index: -1;
}

.sustFutureWrap:before {
  background-image: url(../img/sust/future_bgl.svg);
  background-position: top right;
  top: 0;
  left: 0;
  width: calc(calc(calc(100% - 1020px) / 2) + 674px);
}

.sustFutureWrap:after {
  background-image: url(../img/sust/future_bgr.svg);
  background-position: bottom left;
  bottom: 0;
  right: 0;
  width: 100%;
}

#sustDisaster .tblSP {
  display: none;
}

#sustDisaster .tblSP + span br {
  display: none;
}

#sustKizunaMessage .inner {
  position: relative;
}

#sustKizunaMessage .inner.ani04:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 30px;
  border-bottom: 3px solid #fff;
  z-index: 1;
}

#sustKizunaMessage .sustMessageTtl {
  position: relative;
  z-index: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.75;
  width: 75%;
  height: 320px;
  background-image: url(../img/sust/sust_kizuna_messagebg.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 190px 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sustKizunaMessage .sustMessageTtl:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 68px;
  height: 118px;
  background-image: url(../img/sust/sust_messagebg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  z-index: -1;
}

#sustKizunaMessage .sustMessageTxt {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}

.kizunaWrap {
  margin-bottom: 130px;
}

.kizunaWrap .kizunaItemWrap {
  position: relative;
}

.kizunaWrap .kizunaTtl {
  position: relative;
}

.kizunaWrap .kizunaTtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 50%;
  z-index: -1;
}

.kizunaWrap .kizunaDesc p {
  width: 90%;
  padding: 30px 320px 50px 60px;
}

.kizunaWrap .kizunaDesc .kizunaCase {
  width: 90%;
  padding-right: 320px;
}

.kizunaWrap .kizunaDesc .kizunaCase h5 {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}

.kizunaWrap .kizunaDesc .kizunaCase a span {
  text-decoration: underline !important;
}

.kizunaWrap .kizunaDesc .kizunaCase a:hover {
  opacity: 0.5;
}

.kizunaWrap .kizunaDesc .kizunaCase span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #222;
}

.kizunaWrap .kizunaDesc .kizunaCase span br {
  display: none;
}

.kizunaWrap .kizunaCaseSP {
  display: none;
}

#kizunaArea .kizunaTtl:before {
  background-color: #f4faee;
}

#kizunaArea .kizunaDesc p,
#kizunaArea .kizunaCaseSP p {
  background-color: #f4faee;
}

#kizunaArea .kizunaDesc h5,
#kizunaArea .kizunaCaseSP h5 {
  color: #7BBE3A;
  border: 1px solid #7BBE3A;
}

#kizunaStaff .kizunaTtl:before {
  background-color: #fff6ed;
}

#kizunaStaff .kizunaDesc p,
#kizunaStaff .kizunaCaseSP p {
  background-color: #fff6ed;
}

#kizunaStaff .kizunaDesc h5,
#kizunaStaff .kizunaCaseSP h5 {
  color: #fb9020;
  border: 1px solid #fb9020;
}

#kizunaPartner .kizunaTtl:before {
  background-color: #edf7fa;
}

#kizunaPartner .kizunaDesc p,
#kizunaPartner .kizunaCaseSP p {
  background-color: #edf7fa;
}

#kizunaPartner .kizunaDesc h5,
#kizunaPartner .kizunaCaseSP h5 {
  color: #1997ba;
  border: 1px solid #1997ba;
}

#kizunaIr .kizunaTtl:before {
  background-color: #faecec;
}

#kizunaIr .kizunaDesc p,
#kizunaIr .kizunaCaseSP p {
  background-color: #faecec;
}

#kizunaIr .kizunaDesc h5,
#kizunaIr .kizunaCaseSP h5 {
  color: #b9323c;
  border: 1px solid #b9323c;
}

#businessMessage .inner {
  position: relative;
  height: 550px;
}

#businessMessage .inner:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 70%;
  height: 375px;
  background-image: url(../img/sust/sust_kizuna_messagebg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#businessMessage .businessMessageTtl {
  position: relative;
  z-index: 0;
  padding: 0 50px 70px 50px;
  margin-bottom: 50px;
}

#businessMessage .businessMessageTtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}

#businessMessage p {
  padding: 0 50px;
  width: 47%;
}

#businessMessage .businessMessageTxt {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 2;
}

#system {
  background-image: image-set(url(../img/business/biz_systemline_bg.jpg) 1x, url(../img/business/biz_systemline_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/business/biz_systemline_bg.jpg) 1x, url(../img/business/biz_systemline_bg@2x.jpg) 2x);
  background-size: cover;
  padding: 80px 0 50px 0;
}

#system .systemLine {
  background-color: #fff;
  padding: 90px 60px;
  margin-bottom: 20px;
}

#system .systemLine .linePC img:not(:last-child) {
  margin-bottom: 50px;
}

#system .systemLine .lineSP {
  display: none;
}

#system p {
  font-size: 1.4rem;
}

#businessMenu .btnCol2,
#businessMenu .btnCol3,
#businessMenu .btnCol4,
#businessMenu .btnCol6,
#contact .btnCol2,
#contact .btnCol3,
#contact .btnCol4,
#contact .btnCol6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#businessMenu .btnCol2 a,
#businessMenu .btnCol3 a,
#businessMenu .btnCol4 a,
#businessMenu .btnCol6 a,
#contact .btnCol2 a,
#contact .btnCol3 a,
#contact .btnCol4 a,
#contact .btnCol6 a {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  border: 1px solid #222;
  padding: 5px 10px 20px 10px;
}

#businessMenu .btnCol2 a:hover,
#businessMenu .btnCol3 a:hover,
#businessMenu .btnCol4 a:hover,
#businessMenu .btnCol6 a:hover,
#contact .btnCol2 a:hover,
#contact .btnCol3 a:hover,
#contact .btnCol4 a:hover,
#contact .btnCol6 a:hover {
  background-color: #1F489D;
  color: #fff;
  border: 1px solid #1F489D;
}

#businessMenu .btnCol2 a:hover:after,
#businessMenu .btnCol3 a:hover:after,
#businessMenu .btnCol4 a:hover:after,
#businessMenu .btnCol6 a:hover:after,
#contact .btnCol2 a:hover:after,
#contact .btnCol3 a:hover:after,
#contact .btnCol4 a:hover:after,
#contact .btnCol6 a:hover:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

#businessMenu .btnCol2 a:after,
#businessMenu .btnCol3 a:after,
#businessMenu .btnCol4 a:after,
#businessMenu .btnCol6 a:after,
#contact .btnCol2 a:after,
#contact .btnCol3 a:after,
#contact .btnCol4 a:after,
#contact .btnCol6 a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

#businessMenu .btnCol2,
#contact .btnCol2 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#businessMenu .btnCol2 > div,
#contact .btnCol2 > div {
  width: 420px;
}

#businessMenu .btnCol2 a,
#contact .btnCol2 a {
  color: #1F489D;
  font-weight: 700;
  font-size: 1.6rem;
  border: 2px solid #1F489D;
  padding: 10px 10px 25px 10px;
}

#businessMenu .btnCol2 a:hover,
#contact .btnCol2 a:hover {
  background-color: #1F489D;
  color: #fff;
  border: 2px solid #1F489D;
}

#businessMenu .btnCol2 a:hover:after,
#contact .btnCol2 a:hover:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

#businessMenu .btnCol2 a:after,
#contact .btnCol2 a:after {
  border-bottom: solid 2px #1F489D;
  border-right: solid 2px #1F489D;
}

#businessMenu .btnCol3,
#contact .btnCol3 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 60px;
}

#businessMenu .btnCol3 > div,
#contact .btnCol3 > div {
  width: 240px;
}

#businessMenu .btnCol4,
#contact .btnCol4 {
  margin-bottom: 20px;
}

#businessMenu .btnCol4 > div,
#contact .btnCol4 > div {
  width: 240px;
}

#businessMenu .btnCol4 > div:not(:last-child),
#contact .btnCol4 > div:not(:last-child) {
  margin-right: calc(calc(100% - 960px) / 3);
}

#businessMenu .btnCol6,
#contact .btnCol6 {
  margin-bottom: 20px;
}

#businessMenu .btnCol6 > div,
#contact .btnCol6 > div {
  width: 158px;
}

#businessMenu .btnCol6 > div:not(:last-child),
#contact .btnCol6 > div:not(:last-child) {
  margin-right: calc(calc(100% - 948px) / 5);
}

.productWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productWrap > div:first-child {
  width: 650px;
}

.productWrap > div:last-child {
  width: 330px;
}

.productWrap .productTtlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../img/business/biz_productttl_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.productWrap .productTtlWrap .productTtl {
  width: calc(100% - 370px);
}

.productWrap .productTtlWrap .productPh {
  width: 370px;
  font-size: 0;
}

.productWrap .productTtl {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productWrap .productTtl h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.productWrap .productTtl div {
  font-size: 1.4rem;
  font-weight: 700;
}

.productWrap h4 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.productWrap ol {
  margin-left: 20px;
}

.productWrap ol li {
  list-style: decimal;
  color: #1F489D;
  font-size: 1.4rem;
  font-weight: 700;
}

.productWrap ol li:not(:last-child) {
  margin-bottom: 10px;
}

.productWrap ol li p {
  color: #222;
  font-size: 1.35rem;
  margin-top: 3px;
}

.productWrap .pdfDL {
  margin-bottom: 30px;
}

.productWrap .pdfDL a {
  position: relative;
  display: block;
  padding: 15px;
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-size: 1.4rem;
}

.productWrap .pdfDL a:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  left: 20px;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
}

.productWrap .pdfDL a:after {
  position: absolute;
  content: "▲";
  color: #767676;
  top: 50%;
  right: 20px;
  display: inline-block;
  -webkit-transform: translateY(-44%) rotate(90deg);
  transform: translateY(-44%) rotate(90deg);
  margin-left: 10px;
  font-size: 1.2rem;
}

.productWrap .pdfDL a:hover {
  opacity: 0.5;
}

.productWrap .pdfDL a:not(:last-child) {
  margin-bottom: 8px;
}

.productWrap .webSite a {
  background-color: #1F489D;
  color: #fff;
  font-weight: 700;
}

.productWrap .webSite a:before {
  content: none;
}

.productWrap .webSite a:after {
  content: url(../img/icon_externa.svg);
  -webkit-transform: translateY(-44%) rotate(0deg);
  transform: translateY(-44%) rotate(0deg);
}

.productWrap .webSite h4 {
  border-bottom: 0;
  color: #1F489D;
  padding-bottom: 0;
}

.productWrap .jisMark {
  background-color: #EAF2F7;
  padding: 23px;
}

.productWrap .jisMark h5 {
  color: #1F489D;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.productWrap .jisMark p:not(:last-child) {
  margin-bottom: 20px;
}

#product2_03 .productPh img,
#product2_07 .productPh img,
#product2_09 .productPh img {
  border: 1px solid #b5b5b5;
}

#recruitBnrSP {
  display: none;
}

#recruitTtlWrap .pageTtl {
  position: relative;
  height: 520px;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}

#recruitTtlWrap .pageTtl:before {
  width: 100%;
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  background-color: #1F489D;
  mix-blend-mode: multiply;
  z-index: 0;
}

#recruitTtlWrap .pageTtl .inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 160px;
  width: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#recruitTtlWrap .pageTtl .inner * {
  color: #fff;
}

#recruitTtlWrap .pageTtl .inner h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

#recruitTtlWrap .pageTtl .inner div {
  font-size: 2rem;
  font-weight: 700;
}

#recruitMessage {
  padding: 90px 0 120px 0;
  background-image: image-set(url(../img/recruit/recruit_message_bg.jpg) 1x, url(../img/recruit/recruit_message_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/recruit/recruit_message_bg.jpg) 1x, url(../img/recruit/recruit_message_bg@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
}

#recruitInterview .bnrAreaCol2_type3 > div {
  position: relative;
}

.recruitBnrCareerWrap {
  text-align: center;
}

.recruitBnrCareerWrap a {
  display: block;
  padding: 80px 50px;
  width: 100%;
  height: 100%;
  background-image: image-set(url(../img/bnr/bnr_career.jpg) 1x, url(../img/bnr/bnr_career@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bnr/bnr_career.jpg) 1x, url(../img/bnr/bnr_career@2x.jpg) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruitBnrCareerWrap a:hover {
  opacity: 0.8;
}

.recruitBnrCareerWrap .bnrTtl {
  padding: 50px 50px 40px 50px;
  background-image: url(../img/bnr/bnr_career_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.recruitBnrCareerWrap .bnrTtl h4 {
  font-size: 4rem;
  font-weight: 700;
}

.recruitBnrCareerWrap .bnrTtl h4 br {
  display: none;
}

.recruitBnrCareerWrap .bnrTtl div {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

#recruitData {
  background-color: #EAF2F7;
  padding: 70px 0 50px 0;
}

#recruitData .dataDate {
  color: #1F489D;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

#recruitData .dataWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#recruitData .dataItem {
  width: calc(calc(100% - 60px) / 3.1);
  margin-right: 30px;
  margin-bottom: 30px;
}

#recruitData .dataItem:nth-child(3) {
  margin-right: 0;
}

#recruitData .dataItem h5 {
  background-image: url(../img/recruit/recruit_data_ttlbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px;
  text-align: center;
}

#recruitData .dataItem h5.-two_lines {
  font-size: 1.6rem;
  line-height: 1.275em;
}

#recruitData .dataItem .dataCont {
  padding: 20px;
  background-image: url(../img/recruit/recruit_data_contbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#recruitData .dataItem .dataCont .dataTxt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

#recruitData .dataItem .dataCont span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

.interviewTtlWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  margin-bottom: 40px;
}

.interviewTtlWrap:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: 93%;
  z-index: -1;
  background-image: url(../img/recruit/recruit_interviewttl_bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.interviewTtlWrap .interviewPh {
  width: 540px;
}

.interviewTtlWrap .interviewTtl {
  width: 480px;
  color: #fff;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5%;
}

.interviewTtlWrap .interviewTtl h4 {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.interviewTtlWrap .interviewTtl h4:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
}

.interviewTtlWrap .interviewTtl div {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.interviewTtlWrap .interviewTtl div span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.interviewTtlWrap .interviewTtl div span.interviewName {
  margin-top: 10px;
}

.interviewTtlWrap .interviewTtl div span.spFont {
  font-size: 1.6rem;
  font-weight: inherit;
}

.interviewTxtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interviewTxtWrap > div {
  width: 50%;
  padding: 30px;
}

.interviewTxtWrap > div:nth-child(1) {
  background-color: #EAF2F7;
}

.interviewTxtWrap > div:nth-child(5n),
.interviewTxtWrap > div:nth-child(4n) {
  background-color: #EAF2F7;
}

.interviewTxtWrap > div h5 {
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.interviewTxtWrap > div h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #1F489D;
}

.interviewTxtWrap > div p {
  margin-bottom: 0 !important;
}

.interviewTxtWrap > div p span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #B90D0D;
}

.interviewTxtWrap > div p span img {
  margin-left: 5px;
  height: 1.8rem;
}

.interviewTxtWrap > div .hot {
  display: inline-block;
  border: 1px solid #B90D0D;
  padding: 5px 10px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.interviewTxtWrap > div .hot img {
  height: 2rem;
  margin-right: 5px;
}

body.interview-1 #businessMenu {
  display: none;
}

body.interview-2 .interviewTxtWrap > div {
  background-color: #fff;
}

body.interview-2 .interviewTxtWrap > div:nth-child(1) {
  padding: 0 25px 0 0;
}

body.interview-2 .interviewTxtWrap > div:nth-child(2) {
  padding: 0 0 0 25px;
}

.careerDesc {
  background-color: #EAF2F7;
  padding: 60px;
}

.careerDesc h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-left: 6px solid #1F489D;
  padding-left: 15px;
}

.careerDesc > div:not(:last-child) {
  margin-bottom: 30px;
}

.careerDesc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.careerDesc li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.careerDesc li:before {
  content: "■";
  color: #1F489D;
  margin-right: 10px;
}

.careerDesc li:last-child {
  margin-bottom: 0;
}

.careerDesc .stepSP {
  display: none;
}

.careerDescC {
  text-align: center;
  margin-bottom: 40px;
}

.careerDescC div {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #1F489D;
  padding: 20px 40px;
  color: #1F489D;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

#statue .careerDesc > div {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}

#statue .careerDesc > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#careeSystem .careerDesc {
  padding: 40px;
}

#careeSystem .careerDesc li {
  font-weight: 700;
}

#sanpai .secTtl h2 br {
  display: none;
}

#sanpai p {
  text-align: center;
}

#sanpai .sanpaiArticleWrap {
  margin-bottom: 50px;
}

#sanpai .sanpaiYearWrap h3 {
  background-color: #f0f0f0;
  border-top: 1px solid #b5b5b5;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#sanpai .sanpaiYearWrap .sanpaiLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sanpai .sanpaiYearWrap .sanpaiLink > div {
  width: calc(100% / 12);
}

#sanpai .sanpaiYearWrap .sanpaiLink > div:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

#sanpai .sanpaiYearWrap .sanpaiLink > div a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
}

#sanpai .sanpaiYearWrap .sanpaiLink > div a:hover {
  background-color: #1F489D;
  color: #fff;
}

#sanpai .sanpaiYearWrap .sanpaiLink > div div {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #222;
}

#contactform h4,
#contactTel h4 {
  color: #fff;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background-image: url(../img/contact_ttlbg.svg);
  background-position: right;
  background-size: cover;
}

#contactform p.formAttention,
#contactTel p.formAttention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px auto;
}

#contactform p.formAttention span,
#contactTel p.formAttention span {
  color: #B90D0D;
  font-size: inherit;
}

#contactform p.formAttention a,
#contactTel p.formAttention a {
  font-size: inherit;
  color: #1F489D;
  text-decoration: underline;
}

#contactform p.formAttention a:hover,
#contactTel p.formAttention a:hover {
  opacity: 0.5;
}

#contactform div.formAttention,
#contactTel div.formAttention {
  width: 500px;
  margin: 0 auto;
}

#contactform div.formAttention h6,
#contactTel div.formAttention h6 {
  color: #1F489D;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

#contactform div.formAttention a,
#contactTel div.formAttention a {
  color: #222;
  font-size: 1.4rem;
  text-decoration: underline;
}

#contactform div.formAttention a:hover,
#contactTel div.formAttention a:hover {
  opacity: 0.5;
}

#contactform .contactItemComp h5,
#contactTel .contactItemComp h5 {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
}

body.contact-confirm #contactform h5.default,
body.entry-confirm #contactform h5.default,
body.form-confirm #contactform h5.default {
  display: none;
}

body.contact-confirm #contactform h5.confirm,
body.entry-confirm #contactform h5.confirm,
body.form-confirm #contactform h5.confirm {
  display: block;
}

body.contact-confirm #contactform h5 span,
body.entry-confirm #contactform h5 span,
body.form-confirm #contactform h5 span {
  display: none;
}

body.contact-confirm #contactform .contactItemWrap,
body.entry-confirm #contactform .contactItemWrap,
body.form-confirm #contactform .contactItemWrap {
  border: 1px solid #b5b5b5;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px;
}

body.contact-confirm #contactform .contactItemWrap:after,
body.entry-confirm #contactform .contactItemWrap:after,
body.form-confirm #contactform .contactItemWrap:after {
  content: none;
}

body.contact-confirm #contactform .formItem .formItemTtl span,
body.entry-confirm #contactform .formItem .formItemTtl span,
body.form-confirm #contactform .formItem .formItemTtl span {
  display: none;
}

body.contact-confirm #contactform .formItemParts div span,
body.contact-confirm #contactform .formItemParts p,
body.contact-confirm #contactform .formItemParts a,
body.entry-confirm #contactform .formItemParts div span,
body.entry-confirm #contactform .formItemParts p,
body.entry-confirm #contactform .formItemParts a,
body.form-confirm #contactform .formItemParts div span,
body.form-confirm #contactform .formItemParts p,
body.form-confirm #contactform .formItemParts a {
  display: none;
}

#contactform h5 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

#contactform h5 span {
  font-size: inherit;
  font-weight: 700;
}

#contactform h5.confirm {
  display: none;
}

#contactform .contactItemWrap {
  position: relative;
  margin-bottom: 50px;
}

#contactform .contactItemWrap:after {
  position: absolute;
  content: "▲";
  color: #999;
  font-size: 1.4rem;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#contactform .contactItemWrap .error {
  font-size: 1.2rem !important;
  line-height: 1.7;
}

#contactform select.contactItem {
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

#contactform .formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border-top: 1px solid #b5b5b5;
}

#contactform .formItem:last-child {
  border-bottom: 1px solid #b5b5b5;
}

#contactform .formItem .formItemTtl {
  width: 230px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

#contactform .formItem .formItemTtl span {
  display: inline-block;
  padding: 0 5px;
  color: #B90D0D;
  font-size: 1.2rem;
  border: 1px solid #B90D0D;
  margin-left: 10px;
  border-radius: 5px;
}

#contactform .formItem .textareaTtl {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

#contactform .formItem .formItemParts {
  width: 670px;
  font-size: 1.4rem;
}

#contactform .formItem .formItemParts .error {
  font-size: 1.2rem !important;
  line-height: 1.7;
}

#contactform .formItem .formItemParts p {
  margin-bottom: 10px;
}

#contactform .formItem .formItemParts p br.brSP {
  display: none;
}

#contactform .formItem .formItemParts p span {
  color: #B90D0D;
  font-size: inherit;
}

#contactform .formItem .formItemParts div {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contactform .formItem .formItemParts div span {
  display: inline-block;
  font-size: 1.4rem;
  width: 35px;
}

#contactform .formItem .formItemParts div span.error {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
}

#contactform .formItem .formItemParts div input[type="text"] {
  margin-left: 10px;
  width: calc(100% - 45px);
}

#contactform .formItem .formItemParts div div:nth-child(1) {
  margin-right: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contactform .formItem .formItemParts div div:nth-child(2) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contactform .formItem .formItemParts a {
  font-size: inherit;
  color: #1F489D;
  text-decoration: underline;
  margin-left: 10px;
}

#contactform .formItem .formItemParts a:hover {
  opacity: 0.5;
}

#contactform .formItem .radio-btns input[type="radio"].radio-btns__item {
  display: none;
}

#contactform .formItem .radio-btns label {
  display: inline-block;
}

#contactform .formItem .radio-btns .radio-btns__item + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}

#contactform .formItem .radio-btns .radio-btns__item + span:after,
#contactform .formItem .radio-btns .radio-btns__item + span:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

#contactform .formItem .radio-btns .radio-btns__item + span:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  border: none;
  background-color: #fff;
}

#contactform .formItem .radio-btns .radio-btns__item:checked + span:before {
  background-color: #1F489D;
}

#contactform .formItem .radio-btns .radio-btns__item:checked + span:after {
  opacity: 1;
}

#contactform .formItem .w100 {
  width: 100%;
}

#contactform .formItem input[type="text"],
#contactform .formItem textarea {
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

#contactform .formItem textarea {
  height: 200px;
}

#contactform .btnArea input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 240px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #222;
  padding: 15px;
  color: #fff;
  border: 0;
  font-weight: 500;
  cursor: pointer;
}

#contactTel .telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contactTel .telItem {
  width: calc(calc(100% - 40px)/2);
  border: 1px solid #B5B5B5;
  height: 120px;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contactTel .telItem h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

#contactTel .telItem span {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}

#contactTel .telItem div a[href*="tel:"] {
  font-size: 3.2rem;
  line-height: 1;
  color: #1F489D;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.formConfirmation {
  background-color: #f0f0f0;
  padding: 40px;
  margin-bottom: 50px;
}

.formConfirmation h5 {
  font-size: 2rem;
  margin-bottom: 35px;
}

.formConfirmation li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-left: 20px;
}

.formConfirmation li:before {
  position: absolute;
  content: "・";
  left: 3px;
}

#privacyPolicy {
  padding: 50px 0;
}

#privacyPolicy .privacySec {
  margin-bottom: 50px;
}

#privacyPolicy h3 {
  background-color: #f0f0f0;
  border-top: 1px solid #b5b5b5;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.footerWrap {
  padding: 65px 0;
  background-image: image-set(url(../img/footer_bg.jpg) 1x, url(../img/footer_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/footer_bg.jpg) 1x, url(../img/footer_bg@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  height: 100%;
}

.footerWrap .inner {
  background-image: url(../img/footer_niigata.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
}

.footerWrap .siteMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.footerWrap .siteMap > div:not(:last-child) {
  margin-right: 60px;
}

.footerWrap .siteMap ul {
  margin-bottom: 35px;
}

.footerWrap .siteMap li:first-child a {
  font-weight: 700;
}

.footerWrap .siteMap li:nth-child(n + 2):before {
  content: "-";
  margin-right: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.footerWrap .siteMap li:not(:last-child) {
  margin-bottom: 5px;
}

.footerWrap .siteMap li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footerWrap .siteMap li a:hover {
  text-decoration: underline;
}

.footerWrap .siteMapcol01 ul:first-child {
  height: 73px;
}

.footerWrap .siteMapcol03 ul:first-child,
.footerWrap .siteMapcol04 ul:first-child {
  height: 178px;
}

.footerWrap .logoArea {
  color: #fff;
}

.footerWrap .logoArea p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.headerSpMenu,
.footerSpAddress,
.footerSpMenu,
.footerSpCopy {
  display: none !important;
}

.swiper-container {
  position: absolute !important;
  width: 380px !important;
  height: 280px;
  top: 130px;
  right: 0;
}

.swiper-wrapper {
  width: 100%;
  height: 280px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.mvWrap {
  overflow: hidden;
}

.mvWrap .mvLine {
  position: absolute;
  top: 10px;
  left: 0;
  height: 360px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.pageTtl .mvLineL,
.pageTtl .mvLineR {
  position: absolute;
  left: 0;
  width: 85px;
  height: 140px;
  margin-left: calc(calc(100% - 810px) / 2);
  z-index: 1;
  overflow: hidden;
}

.pageTtl .mvLineL svg,
.pageTtl .mvLineR svg {
  width: auto;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  stroke-dasharray: 300px;
  stroke-dashoffset: 300px;
  -webkit-animation: line_animation 1.5s ease both;
  animation: line_animation 1.5s ease both;
  stroke-dasharray: 415px;
}

@keyframes line_animation {
  0% {
    stroke-dashoffset: 415px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

.pageTtl .mvLineL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  bottom: 0;
}

.pageTtl .mvLineR {
  right: 0;
  left: auto;
  margin-right: calc(calc(100% - 810px) / 2);
  bottom: 20px;
}

.pageTtl .mvLineR svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.side_archive_menu * {
  font-size: 1.4rem;
  line-height: 1;
}

.child {
  display: none;
}

.page404Wrap {
  margin-top: 80px;
  padding: 100px 0 160px 0;
}

.page404Wrap .page404Ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 35px;
}

.page404Wrap .page404Ttl,
.page404Wrap p {
  text-align: center;
}

.page404Wrap p br.spbr {
  display: none;
}

@media screen and (max-width: 769px) {
  body {
    min-width: initial;
  }
}