@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.dspPc {
  display: block;
}
@media (max-width: 769px) {
  .dspPc {
    display: none;
  }
}

.dspSp {
  display: none;
}
@media (max-width: 769px) {
  .dspSp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
.futura {
  font-family: futura-pt, "Century Gothic", Arial;
  font-weight: 500;
}

.blue {
  color: #3470B5;
}

.bold {
  font-weight: bold;
}

.navy {
  color: #25456B;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.5em;
}

h2 {
  text-align: center;
  font-size: 14px;
}
h2 span {
  font-size: 48px;
  display: block;
  padding-bottom: 0.5em;
}
@media (max-width: 769px) {
  h2 {
    font-size: 15px;
  }
  h2 span {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
h2.newsAreattl {
  font-size: 14px;
  color: #333333;
  text-align: left;
}
h2.newsAreattl span {
  font-size: 38px;
  display: block;
  padding-bottom: 3px;
  line-height: 1.2em;
}
h2.topwhite {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
}
h2.topwhite span {
  font-size: 38px;
  display: block;
  padding-block: 10px;
  line-height: 1em;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  h3 {
    margin-bottom: 30px;
  }
}
h3 span {
  font-size: 14px;
  display: block;
}
h3 span.blue {
  color: #3470B5;
}

p {
  line-height: 1.5em;
  font-size: 16px;
}

a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

img {
  width: 100%;
}

a.txtlink_arrow {
  font-size: 15px;
}
a.txtlink_arrow:after {
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat;
  width: 50px;
  height: 9px;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-left: 20px;
}

a.txtlink_arrow_back {
  font-size: 16px;
}
a.txtlink_arrow_back:before {
  content: "";
  background: url(../img/common/arrow-left.svg) no-repeat;
  width: 50px;
  height: 9px;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 20px;
}

a.viewall {
  font-size: 16px;
}
a.viewall:after {
  content: "";
  background: url(../img/common/arrow-right_black.svg) no-repeat;
  width: 20px;
  height: 9px;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-left: 20px;
}

a.btnNavy {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #194B92;
  margin: 0 auto;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 270px;
  height: 70px;
  line-height: 70px;
}
a.btnNavy:after {
  content: "";
  background: url(../img/common/arrow-white.svg) no-repeat;
  width: 50px;
  height: 9px;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-left: 20px;
}
a.btnNavy:hover {
  background: #25456B;
  color: #fff;
  opacity: 1;
}
@media (max-width: 769px) {
  a.btnNavy {
    max-width: 300px;
    width: 80%;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

.wrapper1000 {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.wrapper860 {
  margin: 0 auto;
  max-width: 860px;
  width: 90%;
}

.section {
  padding: 80px 0;
}
@media (max-width: 769px) {
  .section {
    padding: 50px 0;
  }
}

.headeranniversary {
  position: absolute;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  height: 80px;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .header {
    height: 70px;
  }
}
.header .logoArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
  z-index: 1000;
}
.header .logoArea h1.logo {
  width: 210px;
  display: inline-block;
  vertical-align: middle;
}
.header .logoArea h1.logo a {
  height: 100%;
  display: inline-block;
}
.header .logoArea h1.logo a:hover {
  opacity: 1;
}
.header .logoArea h1.logo img {
  width: 100%;
}
.header .logoArea .isms {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  font-size: 9px;
  opacity: 0.7;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-left: 10px;
}
.header .logoArea .isms img {
  width: 100%;
}
.header .logoArea .language-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: 500;
}
.header .logoArea .language-switcher .lang {
  text-decoration: none;
  display: inline;
}
.header .logoArea .language-switcher .active {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 769px) {
  .header .logoArea .language-switcher {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .logoArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3%;
  }
  .header .logoArea h1.logo {
    width: auto;
  }
  .header .logoArea h1.logo img {
    width: auto;
    max-height: 40px;
    vertical-align: middle;
  }
  .header .logoArea .isms {
    width: auto;
    font-size: 4px;
    text-align: center;
    margin-left: 10px;
  }
  .header .logoArea .isms img {
    width: auto;
    max-height: 40px;
    display: block;
    margin: 0 auto;
  }
}
.header .navAreaTop {
  text-align: right;
  width: 75%;
  margin-right: 3%;
  padding-left: 15%;
  height: 80px;
}
@media (max-width: 1000px) {
  .header .navAreaTop {
    display: none;
  }
}
.header .navAreaTop .globalMenuTop {
  position: relative;
  text-align: right;
  height: 100%;
}
.header .navAreaTop .globalMenuTop .navTop {
  color: #333333;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.header .navAreaTop .globalMenuTop .navTop li {
  margin-left: 30px;
}
.header .navAreaTop .globalMenuTop .navTop li a {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #333333;
}
.header .navAreaTop .globalMenuTop .navTop li:hover a + ul {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navArea .globalMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 500;
  background-color: #194B92;
  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;
  z-index: 1000;
}
.header .navArea .globalMenu .navWrapper {
  width: 70%;
  margin: 80px auto 0;
}
.header .navArea .globalMenu .navWrapper .menuArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft,
.header .navArea .globalMenu .navWrapper .menuArea .navRight {
  width: 48%;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft.navLeft,
.header .navArea .globalMenu .navWrapper .menuArea .navRight.navLeft {
  margin-right: 5%;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li {
  display: block;
  margin: 0;
  height: auto;
  border-top: 1px solid #ffffff;
  padding: 30px 20px;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  color: #ffffff;
  display: block;
  position: relative;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a .menuarrow,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li a .menuarrow {
  font-size: 21px;
  line-height: 1.2em;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a .menuarrow,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li a .menuarrow {
    font-size: 13px;
  }
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a .menuarrow .en,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li a .menuarrow .en {
  font-size: 12px;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a .menuarrow:after,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li a .menuarrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/navbtn.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li a .menuarrow:after,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li a .menuarrow:after {
    width: 25px;
    height: 25px;
  }
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu {
    gap: 5px;
  }
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu li,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu li {
  margin-right: 30px;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu li:last-child,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu li:last-child {
  margin-right: 0;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu li a,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu li a {
  font-size: 16px;
  color: #ffffff;
  padding-left: 1em;
}
.header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu li a:before,
.header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu li a:before {
  content: "-";
  text-indent: -1em;
  display: inline-block;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li .submenu li a,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li .submenu li a {
    font-size: 13px;
  }
}
.header .navArea .globalMenu .navWrapper .bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .bottomArea {
    display: block;
  }
}
.header .navArea .globalMenu .navWrapper .bottomArea .policymenu {
  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;
  gap: 10px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .bottomArea .policymenu {
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.header .navArea .globalMenu .navWrapper .bottomArea .policymenu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navArea .globalMenu .navWrapper .bottomArea .policymenu li a {
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .bottomArea .policymenu li a {
    font-size: 11px;
  }
}
.header .navArea .globalMenu .navWrapper .bottomArea .language-switcher_bottom {
  color: #ffffff;
}
@media (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .bottomArea .language-switcher_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.header .navArea .globalMenu .navWrapper .bottomArea .language-switcher_bottom .lang {
  text-decoration: none;
  color: #ffffff;
  display: inline;
}
.header .navArea .globalMenu .navWrapper .bottomArea .language-switcher_bottom .active {
  text-decoration: underline;
  cursor: pointer;
}
.header .navArea .btn-gnavi {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #194B92;
  z-index: 2000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 769px) {
  .header .navArea .btn-gnavi {
    height: 70px;
    width: 70px;
  }
}
.header .navArea .btn-gnavi span {
  position: absolute;
  background: #ffffff;
  width: 40px;
  height: 2px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: block;
  left: 20px;
}
.header .navArea .btn-gnavi span:nth-child(1) {
  top: 32px;
}
.header .navArea .btn-gnavi span:nth-child(2) {
  top: 46px;
}
@media (max-width: 769px) {
  .header .navArea .btn-gnavi span {
    left: 15px;
  }
  .header .navArea .btn-gnavi span:nth-child(1) {
    top: 28px;
  }
  .header .navArea .btn-gnavi span:nth-child(2) {
    top: 41px;
  }
}
@media (max-width: 1000px) {
  .header .navArea .globalMenu .navWrapper {
    width: 90%;
    margin: 71px auto 0;
  }
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight {
    width: 48%;
  }
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft.navLeft,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight.navLeft {
    margin-right: 5%;
  }
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li {
    padding: 20px 0px;
  }
}
@media (max-width: 1000px) and (max-width: 769px) {
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li.aboutflex,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li.aboutflex {
    display: block;
  }
  .header .navArea .globalMenu .navWrapper .menuArea .navLeft .li.aboutflex img,
  .header .navArea .globalMenu .navWrapper .menuArea .navRight .li.aboutflex img {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed {
  position: fixed;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  border-radius: 0;
}
@media (max-width: 769px) {
  .fixed {
    position: relative;
  }
  .fixed .headerWrapper .navArea .btn-gnavi {
    top: 10px;
    margin: 0;
  }
}

.open .header .navArea .btn-gnavi span {
  background: #ffffff;
  width: 40px;
  z-index: 20;
}
.open .header .navArea .btn-gnavi span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 40px;
}
.open .header .navArea .btn-gnavi span:nth-child(2) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 40px;
}
@media (max-width: 769px) {
  .open .header .navArea .btn-gnavi span:nth-child(1) {
    top: 35px;
  }
  .open .header .navArea .btn-gnavi span:nth-child(2) {
    top: 35px;
  }
}
.open .header .navArea .globalMenu {
  right: 0;
}

.header .navArea .globalMenu {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body.open .header .navArea .globalMenu {
  display: block;
  opacity: 1;
}

.footer {
  padding: 60px 0 30px;
}
@media (max-width: 769px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer .upperArea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media (max-width: 769px) {
  .footer .upperArea .footer-navArea {
    margin: 0 auto;
    display: block;
  }
}
.footer .upperArea .footer-navArea .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .upperArea .footer-navArea .flex .footer-nav {
  margin-right: 50px;
}
.footer .upperArea .footer-navArea .flex .footer-nav li {
  margin-bottom: 15px;
  font-weight: 500;
}
.footer .upperArea .footer-navArea .flex .footer-nav li.sub {
  font-weight: 400;
  padding-left: 1em;
  margin-bottom: 7px;
}
.footer .upperArea .footer-navArea .flex .footer-nav li.sub:before {
  content: "-";
  text-indent: -1em;
  display: inline-block;
}
@media (max-width: 1000px) {
  .footer .upperArea .footer-navArea .flex {
    display: none;
  }
}
.footer .upperArea .footer-navArea .logo {
  width: 230px;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .footer .upperArea .footer-navArea .logo {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.footer .upperArea .bannerArea {
  width: 26%;
}
@media (max-width: 769px) {
  .footer .upperArea .bannerArea {
    width: 100%;
  }
}
.footer .upperArea .bannerArea a {
  display: block;
}
.footer .upperArea .bannerArea a.download_banner {
  width: 100%;
  margin-bottom: 40px;
}
.footer .upperArea .bannerArea a.ricoh_banner {
  width: 180px;
  margin-left: auto;
}
@media (max-width: 769px) {
  .footer .upperArea .bannerArea a.ricoh_banner {
    margin: 0 auto;
  }
}
.footer .lowerArea {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 30px 0 0;
}
@media (max-width: 1000px) {
  .footer .lowerArea {
    display: block;
  }
}
.footer .lowerArea .guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .footer .lowerArea .guides {
    display: block;
  }
}
.footer .lowerArea .guides li {
  margin-right: 15px;
  font-size: 12px;
}
@media (max-width: 769px) {
  .footer .lowerArea .guides li {
    margin-right: 0px;
  }
}
@media (max-width: 769px) {
  .footer .lowerArea .guides {
    display: block;
    margin: 0 auto;
  }
  .footer .lowerArea .guides li {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }
}
.footer .lowerArea .copyright {
  font-size: 12px;
}
@media (max-width: 1000px) {
  .footer .lowerArea .copyright {
    text-align: center;
    margin-top: 20px;
  }
}

.pageTtl {
  width: 100%;
  padding: 30px 0;
  background: #EAF0F8;
}
.pageTtl h2 {
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
.pageTtl h2 span {
  font-size: 48px;
  line-height: 1.2em;
  padding-bottom: 5px;
}
.pageTtl .wrapper {
  position: relative;
}
.pageTtl .breadcrumb {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 769px) {
  .pageTtl .breadcrumb {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}
.pageTtl .breadcrumb li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageTtl .breadcrumb li:not(:last-child)::after {
  background-color: #ccc;
  content: "";
  height: 2px;
  width: 7px;
  margin: 0 10px;
}
@media (max-width: 769px) {
  .pageTtl .breadcrumb li:not(:last-child)::after {
    margin: 0 5px;
  }
}
.pageTtl .breadcrumb li a {
  color: #777777;
}
@media (max-width: 769px) {
  .pageTtl {
    padding: 30px 0;
  }
}

.goToContact {
  background: #25456B;
  padding: 50px 0;
}
.goToContact .wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.goToContact .wrapper .txtArea h2 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
.goToContact .wrapper .txtArea h2 span {
  font-size: 38px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.goToContact .wrapper .txtArea p {
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}
.goToContact .wrapper a.btn {
  width: 340px;
  padding: 20px 0;
  font-size: 18px;
  border: 1.5px solid #fff;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}
.goToContact .wrapper a.btn:after {
  position: absolute;
  width: 19px;
  height: 9px;
  content: "";
  background: url(../img/common/arrow-short.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
}
@media (max-width: 769px) {
  .goToContact .wrapper a.btn {
    margin: 20px auto 0;
    max-width: 340px;
    width: 90%;
  }
}

.pagenation {
  margin: 30px auto 0;
  text-align: center;
  font-size: 0;
}
.pagenation .page-numbers {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  margin: 0 1px;
  border-radius: 3px;
  line-height: 30px;
}
.pagenation a.page-numbers:hover {
  opacity: 1;
}
.pagenation a.page-numbers:hover,
.pagenation .current {
  background-color: #3470B5;
  color: #fff;
}

.wpcf7-radio .wpcf7-list-item {
  text-indent: -1.5em;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.subtext {
  font-size: 14px;
}

.aboutusWrapper {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .aboutusWrapper {
    margin-top: 50px;
  }
}
.aboutusWrapper h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .aboutusWrapper h3 {
    margin-bottom: 30px;
  }
}
.aboutusWrapper h3 span {
  font-size: 14px;
  display: block;
}
.aboutusWrapper h3 span.blue {
  color: #3470B5;
  opacity: 0.6;
}
.aboutusWrapper .message {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .aboutusWrapper .message {
    margin-bottom: 50px;
  }
}
.aboutusWrapper .message h3 {
  text-align: center;
  margin-bottom: 30px;
}
.aboutusWrapper .message .messageFlex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.aboutusWrapper .message .messageFlex .imgArea {
  width: 30%;
}
.aboutusWrapper .message .messageFlex .imgArea img {
  width: 100%;
  vertical-align: bottom;
}
.aboutusWrapper .message .messageFlex .imgArea .name {
  margin-top: 20px;
  text-align: right;
}
.aboutusWrapper .message .messageFlex .txtArea {
  width: 65%;
}
.aboutusWrapper .message .messageFlex .txtArea h3 {
  text-align: left;
  margin-bottom: 30px;
}
.aboutusWrapper .message .messageFlex .txtArea .subtxt {
  font-size: 12px;
  margin-top: 1.5em;
}
@media (max-width: 769px) {
  .aboutusWrapper .message .messageFlex .imgArea,
  .aboutusWrapper .message .messageFlex .txtArea {
    width: 100%;
  }
  .aboutusWrapper .message .messageFlex .imgArea {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .aboutusWrapper .message .messageFlex .imgArea img {
    max-width: 240px;
  }
}
.aboutusWrapper .philosophy {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e7f6fe));
  background: linear-gradient(#f8f8f8 0%, #e7f6fe 100%);
}
.aboutusWrapper .philosophy .wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  padding: 80px 0 40px;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup {
  background: #fff;
  border: 1px solid #ccc;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 40px;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup .inner {
  padding: 50px 40px;
  width: 100%;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup .inner h3 {
  text-align: center;
  margin-bottom: 20px;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup .inner h4 {
  font-size: 20px;
  color: #3470B5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup .inner p {
  line-height: 2em;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 {
  width: 100%;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .ttlArea {
  width: 35%;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .txtimgArea {
  width: 60%;
  line-height: 2em;
}
.aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .txtimgArea img {
  width: 100%;
}
@media (max-width: 769px) {
  .aboutusWrapper .philosophy .wrapper {
    padding: 50px 0 30px;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup .inner {
    padding: 30px 20px;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup .inner h4 {
    font-size: 18px;
    text-align: left;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup .inner p {
    line-height: 1.7em;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .ttlArea {
    width: 100%;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .txtimgArea {
    width: 100%;
  }
  .aboutusWrapper .philosophy .wrapper .philosophyGroup.w100 .inner .txtimgArea img {
    margin-top: 20px;
  }
}
.aboutusWrapper .lgbt {
  background: #F8F8F8;
}
.aboutusWrapper .lgbt .flexInner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 40px;
}
.aboutusWrapper .lgbt .flexInner .imgArea {
  width: 25%;
  padding: 0 5%;
}
.aboutusWrapper .lgbt .flexInner .imgArea img {
  width: 100%;
}
.aboutusWrapper .lgbt .flexInner .txtArea {
  width: 60%;
  padding-right: 5%;
}
.aboutusWrapper .lgbt .flexInner .txtArea h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.aboutusWrapper .lgbt .flexInner .txtArea p {
  line-height: 1.7em;
}
@media (max-width: 769px) {
  .aboutusWrapper .lgbt .flexInner .imgArea,
  .aboutusWrapper .lgbt .flexInner .txtArea {
    width: 100%;
  }
  .aboutusWrapper .lgbt .flexInner .imgArea {
    max-width: 70%;
    margin: 0 auto;
  }
  .aboutusWrapper .lgbt .flexInner .txtArea {
    margin-top: 30px;
    padding-right: 0;
  }
}
.aboutusWrapper .access .flexInner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.aboutusWrapper .access .flexInner .mapArea {
  width: 50%;
}
.aboutusWrapper .access .flexInner .mapArea iframe {
  width: 100%;
  height: 300px;
}
.aboutusWrapper .access .flexInner .txtArea {
  width: 45%;
  line-height: 1.7em;
}
.aboutusWrapper .access .flexInner .txtArea span {
  font-weight: bold;
  display: block;
  margin: 30px 0 5px;
}
@media (max-width: 769px) {
  .aboutusWrapper .access .flexInner .mapArea,
  .aboutusWrapper .access .flexInner .txtArea {
    width: 100%;
  }
  .aboutusWrapper .access .flexInner .mapArea iframe {
    height: 200px;
  }
  .aboutusWrapper .access .flexInner .txtArea {
    margin-top: 20px;
  }
}

.historyWrapper {
  margin: 80px 0;
}
@media (max-width: 769px) {
  .historyWrapper {
    margin: 50px 0;
  }
}
.historyWrapper .wrapper .historyTable {
  width: 100%;
}
.historyWrapper .wrapper .historyTable .history_box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.historyWrapper .wrapper .historyTable .history_box .history_year {
  width: 20%;
  border-right: 2px dashed #99C2E6;
}
.historyWrapper .wrapper .historyTable .history_box .history_year .year {
  display: inline-block;
  position: relative;
  width: 100%;
}
.historyWrapper .wrapper .historyTable .history_box .history_year .year::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 2px solid #5194D9;
}
.historyWrapper .wrapper .historyTable .history_box .history_year .year span {
  font-family: futura-pt, "Century Gothic", Arial;
  font-weight: 800;
  color: #5194D9;
  font-size: 24px;
}
@media (max-width: 769px) {
  .historyWrapper .wrapper .historyTable .history_box .history_year .year span {
    font-size: 18px;
  }
}
.historyWrapper .wrapper .historyTable .history_box .history_contents {
  width: 75%;
}
.historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable {
  width: 100%;
}
.historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents {
  border-bottom: 1px solid #C9C9C9;
  padding: 5px 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents .contents_month {
  width: 8%;
}
@media (max-width: 769px) {
  .historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents .contents_month {
    width: 100%;
    text-align: left;
  }
}
.historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents .contents_txt {
  width: 92%;
}
@media (max-width: 769px) {
  .historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents .contents_txt {
    width: 100%;
  }
}
.historyWrapper .wrapper .historyTable .history_box .history_contents .contentsTable .contents:last-child {
  margin-bottom: 20px;
}

.companyOutline {
  max-width: 800px;
}
.companyOutline .companyOutlineList {
  border-collapse: collapse;
  width: 100%;
}
.companyOutline .companyOutlineList tr {
  border: 1px solid #ccc;
}
.companyOutline .companyOutlineList tr td {
  padding: 15px;
}
.companyOutline .companyOutlineList tr td a {
  text-decoration: underline;
}
.companyOutline .companyOutlineList tr td:first-child {
  background-color: #e7f6fe;
  border-right: 1px solid #ccc;
}
.companyOutline .companyOutlineList tr td img {
  vertical-align: top;
}
@media (max-width: 769px) {
  .companyOutline .companyOutlineList {
    width: 100%;
  }
  .companyOutline .companyOutlineList tr td {
    display: block;
  }
}

.businessPageWrapper p {
  line-height: 2em;
}
.businessPageWrapper h4,
.businessPageWrapper h5,
.businessPageWrapper h6 {
  line-height: 1.5em;
}
.businessPageWrapper .download_banner {
  width: 80%;
  margin: 0 auto;
  margin: 70px auto;
}
@media (max-width: 769px) {
  .businessPageWrapper .download_banner {
    width: 100%;
    margin: 30px auto;
  }
}
.businessPageWrapper .businessintro {
  padding: 50px 0 70px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessintro {
    padding: 50px 0;
  }
}
.businessPageWrapper .businessintro .wrapper .introTtl {
  text-align: center;
  margin-bottom: 40px;
}
.businessPageWrapper .businessintro .wrapper .introTtl p {
  margin-bottom: 5px;
  font-size: 24px;
}
.businessPageWrapper .businessintro .wrapper .introTtl h4 {
  font-size: 36px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessintro .wrapper .introTtl {
    margin-bottom: 30px;
  }
  .businessPageWrapper .businessintro .wrapper .introTtl p {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .businessPageWrapper .businessintro .wrapper .introTtl h4 {
    font-size: 28px;
  }
}
.businessPageWrapper .businessintro .wrapper .introFlex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 70px;
}
.businessPageWrapper .businessintro .wrapper .introFlex .txtarea {
  width: 41%;
}
.businessPageWrapper .businessintro .wrapper .introFlex .txtarea h5.-subttl {
  padding-bottom: 30px;
}
.businessPageWrapper .businessintro .wrapper .introFlex .txtarea p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
}
.businessPageWrapper .businessintro .wrapper .introFlex .imgArea {
  width: 54%;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessintro .wrapper .introFlex {
    margin-bottom: 50px;
  }
  .businessPageWrapper .businessintro .wrapper .introFlex .txtarea {
    width: 100%;
  }
  .businessPageWrapper .businessintro .wrapper .introFlex .txtarea h5.-subttl {
    padding-bottom: 20px;
  }
  .businessPageWrapper .businessintro .wrapper .introFlex .txtarea p {
    font-size: 18px;
  }
  .businessPageWrapper .businessintro .wrapper .introFlex .imgArea {
    margin-top: 15px;
    width: 100%;
  }
}
.businessPageWrapper .businessintro .wrapper .btnlink {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink {
  width: 28%;
  height: 150px;
  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;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #3470B5;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1024px) {
  .businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink {
    height: 130px;
  }
  .businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink:nth-child(2) {
    margin: 10px 0;
  }
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink:hover {
  opacity: 1;
  background-color: #E9F3FF;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner .txtArea {
  width: 80%;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner .txtArea p {
  margin-top: 10px;
  line-height: 1.5em;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner .txtArea p span {
  font-size: 12px;
  color: #3470B5;
  background-color: #DCE8F5;
  padding: 2px 7px;
  margin-right: 5px;
  border-radius: 15px;
}
.businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner img {
  width: 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner .txtArea {
    width: 85%;
  }
  .businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink .btnInner .txtArea p {
    line-height: 1.5em;
  }
}
@media (max-width: 1024px) {
  .businessPageWrapper .businessintro .wrapper .btnlink .btn.-businesslink {
    width: 100%;
  }
}
.businessPageWrapper .businesscontents {
  background-color: #EEEEEE;
}
.businessPageWrapper .businesscontents .businesscontentsTtl {
  border-left: 10px solid #194B92;
  padding-left: 10px;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .businesscontentsTtl {
    font-size: 24px;
  }
}
.businessPageWrapper .businesscontents .managementArea .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
}
.businessPageWrapper .businesscontents .managementArea .flex p {
  width: 48%;
}
.businessPageWrapper .businesscontents .managementArea .flex .imgArea {
  width: 48%;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .managementArea .flex p,
  .businessPageWrapper .businesscontents .managementArea .flex .imgArea {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .managementArea .flex .imgArea {
    margin-top: 30px;
  }
}
.businessPageWrapper .businesscontents .managementArea .worry {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px 50px;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worryTtl {
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .worryTtl {
    margin-bottom: 15px;
  }
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worryTtl h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worryTtl h5 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E0D38A));
  background: linear-gradient(transparent 60%, #E0D38A 60%);
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection {
  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;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section {
  width: 44%;
  padding: 20px;
  border: 1px solid #3470B5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section .people img {
  width: 60px;
  margin-right: 15px;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section {
    width: 100%;
    padding: 20px;
  }
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .worrySection section:first-child {
    margin-bottom: 15px;
  }
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .worries_arrow {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: 80px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .worries_arrow {
    padding: 15px 0;
  }
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea {
  background-color: #3470B5;
  border-radius: 20px;
  padding: 40px 80px;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner p {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner video {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner .flexMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner .flexMore p {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  padding-right: 30px;
  line-height: 1.5em;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .managementArea .worry {
    padding: 30px 15px;
  }
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea {
    padding: 30px 15px;
  }
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner video {
    margin-bottom: 15px;
  }
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner .flexMore {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .businessPageWrapper .businesscontents .managementArea .worry .worryInner .movieArea .movieInner .flexMore p {
    padding-right: 0px;
  }
}
.businessPageWrapper .businesscontents .housing {
  margin-top: 70px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing {
    margin-top: 50px;
  }
}
.businessPageWrapper .businesscontents .housing .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
}
.businessPageWrapper .businesscontents .housing .flex p {
  width: 48%;
}
.businessPageWrapper .businesscontents .housing .flex .imgArea {
  width: 48%;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .flex p,
  .businessPageWrapper .businesscontents .housing .flex .imgArea {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .flex .imgArea {
    margin-top: 30px;
  }
}
.businessPageWrapper .businesscontents .housing .support {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px 50px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportTtl {
  margin-bottom: 30px;
  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;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportTtl {
    margin-bottom: 15px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportTtl h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportTtl h5 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E0D38A));
  background: linear-gradient(transparent 60%, #E0D38A 60%);
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportTtl p {
  width: 680px;
  max-width: 100%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportSection {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section {
  width: 44%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  border: 1px solid #3470B5;
  border-radius: 20px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section img {
  width: 18%;
  margin-right: 15px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section .txtArea {
  width: 77%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section .txtArea h6 {
  color: #3470B5;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section:first-child {
    margin-bottom: 15px;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section img {
    width: 18%;
    margin: 0 auto 10px;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section .txtArea {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .supportSection section .txtArea h6 {
    text-align: center;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .caution {
  margin-top: 15px;
  line-height: 1.5em;
  font-size: 14px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi {
    margin-top: 30px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi h5 {
  color: #3470B5;
  padding: 10px 0 10px 40px;
  border-bottom: 2px solid #3470B5;
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi h5.-first:after {
  background: url(../img/service/num_01.svg) no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi h5.-second:after {
  background: url(../img/service/num_02.svg) no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi h5 {
    margin-bottom: 20px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .txtArea {
  width: 48%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .txtArea .period {
  display: inline-block;
  background-color: #3470B5;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .txtArea h6 {
  font-weight: bold;
  margin: 15px 0;
  font-size: 24px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .txtArea p:not([class]) {
  margin-top: 15px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .imgArea {
  width: 48%;
}
@media (max-width: 1024px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .txtArea {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexArea .imgArea {
    width: 100%;
    margin-top: 20px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li:first-child {
  margin-bottom: 15px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a {
  display: block;
  padding: 10px 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a {
    padding: 20px 15px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea {
  width: 92%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex img {
  width: 28%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex .txtArea {
  width: 68%;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex .txtArea .ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .arrowbtn {
  width: 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex img {
    width: 100%;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .contentsArea .contentsFlex .txtArea {
    width: 100%;
    margin-top: 10px;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .bannerWrapper li a .bannerInner .arrowbtn {
    margin-left: auto;
    margin-top: 10px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexMore_bukken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px 0;
  font-size: 18px;
  margin-bottom: 40px;
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexMore_bukken p {
  font-weight: bold;
  color: #3470B5;
  font-size: 16px;
  padding-right: 30px;
  line-height: 1.5em;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexMore_bukken {
    display: block;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .stayLi .flexMore_bukken p {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.businessPageWrapper .businesscontents .housing .support .supportInner .stayArea .stayInner .links {
  margin: 50px auto 60px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .housing .support {
    padding: 30px 15px;
  }
  .businessPageWrapper .businesscontents .housing .support .supportInner .caution {
    margin-top: 5px;
  }
}
.businessPageWrapper .businesscontents .properties {
  margin-top: 70px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .properties {
    margin-top: 50px;
  }
}
.businessPageWrapper .businesscontents .properties .business {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px 50px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .properties .business {
    padding: 30px 15px;
  }
}
.businessPageWrapper .businesscontents .properties .business .businessInner .flexArea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .businesscontents .properties .business .businessInner .flexArea:first-child {
  margin-bottom: 40px;
}
.businessPageWrapper .businesscontents .properties .business .businessInner .flexArea .txtArea {
  width: 48%;
}
.businessPageWrapper .businesscontents .properties .business .businessInner .flexArea .txtArea .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.businessPageWrapper .businesscontents .properties .business .businessInner .flexArea img {
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  .businessPageWrapper .businesscontents .properties .business .businessInner .flexArea:first-child {
    margin-bottom: 40px;
  }
  .businessPageWrapper .businesscontents .properties .business .businessInner .flexArea .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .businessPageWrapper .businesscontents .properties .business .businessInner .flexArea .txtArea .ttl {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .businessPageWrapper .businesscontents .properties .business .businessInner .flexArea img {
    width: 100%;
  }
}
.businessPageWrapper .seminarevent {
  padding: 80px 0;
}
@media (max-width: 769px) {
  .businessPageWrapper .seminarevent {
    padding: 50px 0;
  }
}
.businessPageWrapper .seminarevent .wrapper .seminarTtl {
  text-align: center;
  margin-bottom: 40px;
}
.businessPageWrapper .seminarevent .wrapper .seminarTtl p {
  margin-bottom: 5px;
  font-size: 24px;
}
.businessPageWrapper .seminarevent .wrapper .seminarTtl h4 {
  font-size: 32px;
}
@media (max-width: 769px) {
  .businessPageWrapper .seminarevent .wrapper .seminarTtl {
    margin-bottom: 30px;
  }
  .businessPageWrapper .seminarevent .wrapper .seminarTtl p {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .businessPageWrapper .seminarevent .wrapper .seminarTtl h4 {
    font-size: 28px;
  }
}
.businessPageWrapper .seminarevent .wrapper .seminarFlex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .seminarevent .wrapper .seminarFlex .imgArea {
  width: 48%;
}
.businessPageWrapper .seminarevent .wrapper .seminarFlex .txtarea {
  width: 48%;
}
.businessPageWrapper .seminarevent .wrapper .seminarFlex .txtarea p {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .businessPageWrapper .seminarevent .wrapper .seminarFlex .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .businessPageWrapper .seminarevent .wrapper .seminarFlex .txtarea {
    width: 100%;
  }
}
.businessPageWrapper .businessTtltxtArea h4,
.businessPageWrapper .businessTtltxtArea p {
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtltxtArea h4,
  .businessPageWrapper .businessTtltxtArea p {
    padding: 0;
    text-align: left;
  }
}
.businessPageWrapper .businessTtltxtArea h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.businessPageWrapper .businessTtltxtArea h4 span {
  font-size: 14px;
  color: #3470B5;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5em;
}
.businessPageWrapper .businessTtltxtArea .txtArea {
  line-height: 2em;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtltxtArea .txtArea {
    margin-bottom: 30px;
    line-height: 1.7em;
  }
}
.businessPageWrapper .businessTtl {
  background: #25456B;
  padding: 40px 0;
}
.businessPageWrapper .businessTtl h3 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtl {
    padding: 20px 0;
  }
}
.businessPageWrapper .txt.-txt01 {
  font-size: 28px;
}
@media (max-width: 769px) {
  .businessPageWrapper .txt.-txt01 {
    font-size: 24px;
  }
}
.businessPageWrapper .txt.-txt02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}
.businessPageWrapper .txt.-txt03 {
  font-size: 16px;
  font-weight: 500;
}
.businessPageWrapper .txt.-txt04 {
  font-size: 14px;
  font-weight: 500;
}
.businessPageWrapper .txt.-txt05 {
  font-size: 24px;
}
.businessPageWrapper .txt.-txt06 {
  font-size: 12px;
}
.businessPageWrapper .btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.businessPageWrapper .btn.-tabBtn {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #3470B5;
  border-radius: 25px;
  color: #3470B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.businessPageWrapper .btn.-tabBtn.-blue {
  border: 1px solid #3470B5;
}
@media (max-width: 769px) {
  .businessPageWrapper .btn.-tabBtn {
    margin: 0 auto;
  }
}
.businessPageWrapper .btn.-tabBtn::after {
  content: url(../img/service/Icon_betutabu.svg);
  vertical-align: middle;
  padding-left: 10px;
}
.businessPageWrapper .btn.-morebtn {
  width: 130px;
  padding: 15px 40px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #3470B5;
  border-radius: 30px;
  color: #3470B5;
  position: relative;
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 769px) {
  .businessPageWrapper .btn.-morebtn {
    margin: 0 auto;
  }
}
.businessPageWrapper .btn.-morebtn:after {
  position: absolute;
  width: 20px;
  height: 7px;
  content: "";
  background: url(../img/home/arrow-blue.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.businessPageWrapper .businessTtltxtArea .img_flow {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtltxtArea .img_flow {
    margin: 30px 0;
  }
}
.businessPageWrapper .businessTtltxtArea .movieTtl {
  width: 70%;
  text-align: left;
  margin: 0 auto 10px;
}
.businessPageWrapper .businessTtltxtArea .movieTtl .txt {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #3470B5;
  display: inline-block;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtltxtArea .movieTtl {
    width: 100%;
  }
}
.businessPageWrapper .businessTtltxtArea video {
  width: 70%;
  height: auto;
  margin-bottom: 70px;
  border: 1px solid #cccccc;
}
@media (max-width: 769px) {
  .businessPageWrapper .businessTtltxtArea video {
    width: 100%;
    margin-bottom: 40px;
  }
}
.businessPageWrapper .worriesArea .worries {
  padding: 50px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
}
.businessPageWrapper .worriesArea .worries .txtFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.businessPageWrapper .worriesArea .worries .worriesFlex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox {
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 10px;
  width: 45%;
}
.businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox p {
  text-align: left;
}
.businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox .-worriesttl {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox {
    width: 40%;
  }
}
.businessPageWrapper .worriesArea .worries_arrow {
  display: block;
  margin: 0 auto;
  padding: 40px 0 30px;
  width: 80px;
}
.businessPageWrapper .worriesArea .-message {
  text-align: center;
}
.businessPageWrapper .worriesArea .btnarea {
  margin: 30px 0 70px;
}
@media (max-width: 769px) {
  .businessPageWrapper .worriesArea .btnarea {
    margin: 30px 0 50px;
  }
}
@media (max-width: 769px) {
  .businessPageWrapper .worriesArea .worries {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .businessPageWrapper .worriesArea .worries .txtFlex {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .businessPageWrapper .worriesArea .worries .txtFlex .-worriestxt {
    margin-bottom: 10px;
  }
  .businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .businessPageWrapper .worriesArea .worries .worriesFlex .worriesBox .-worriesttl {
    margin-bottom: 20px;
    text-align: left;
  }
}
.businessPageWrapper .feature .featureFlex {
  margin-top: 60px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.businessPageWrapper .feature .featureFlex .txtArea {
  width: 48%;
}
.businessPageWrapper .feature .featureFlex .txtArea h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.businessPageWrapper .feature .featureFlex .txtArea h5.point01::before {
  content: url(../img/service/num01.svg);
  vertical-align: middle;
  padding-right: 10px;
}
.businessPageWrapper .feature .featureFlex .txtArea h5.point02::before {
  content: url(../img/service/num02.svg);
  vertical-align: middle;
  padding-right: 10px;
}
.businessPageWrapper .feature .featureFlex .txtArea h5.point03::before {
  content: url(../img/service/num03.svg);
  vertical-align: middle;
  padding-right: 10px;
}
.businessPageWrapper .feature .featureFlex .txtArea h5.point04::before {
  content: url(../img/service/num04.svg);
  vertical-align: middle;
  padding-right: 10px;
}
.businessPageWrapper .feature .featureFlex .imgArea {
  width: 48%;
}
@media (max-width: 769px) {
  .businessPageWrapper .feature .featureFlex {
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .businessPageWrapper .feature .featureFlex .txtArea {
    width: 100%;
  }
  .businessPageWrapper .feature .featureFlex .txtArea h5 {
    margin-bottom: 10px;
  }
  .businessPageWrapper .feature .featureFlex .imgArea {
    width: 100%;
    margin-top: 20px;
  }
}
.businessPageWrapper .properties .propertieslist .propertiesBox {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 60px;
}
.businessPageWrapper .properties .propertieslist .propertiesBox .txtArea {
  width: 40%;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .businessPageWrapper .properties .propertieslist .propertiesBox .txtArea {
    padding: 0;
  }
}
.businessPageWrapper .properties .propertieslist .propertiesBox .txtArea .-propertiesen {
  margin-bottom: 20px;
}
.businessPageWrapper .properties .propertieslist .propertiesBox .txtArea .-propertiesttl {
  margin-bottom: 30px;
}
.businessPageWrapper .properties .propertieslist .propertiesBox .imgArea {
  width: 50%;
}
@media (max-width: 769px) {
  .businessPageWrapper .properties .propertieslist .propertiesBox {
    margin-top: 50px;
  }
  .businessPageWrapper .properties .propertieslist .propertiesBox .txtArea {
    width: 100%;
    padding: 0;
  }
  .businessPageWrapper .properties .propertieslist .propertiesBox .txtArea .-propertiesen {
    margin-bottom: 10px;
  }
  .businessPageWrapper .properties .propertieslist .propertiesBox .txtArea .-propertiesttl {
    margin-bottom: 20px;
  }
  .businessPageWrapper .properties .propertieslist .propertiesBox .imgArea {
    margin-top: 20px;
    width: 100%;
  }
}
.businessPageWrapper .links {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin: 70px auto 0;
  gap: 30px;
}
@media (max-width: 769px) {
  .businessPageWrapper .links {
    -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;
  }
}
.businessPageWrapper .links .link-item {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.businessPageWrapper .links .link-item .link-btn {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 250px;
  height: 70px;
  line-height: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.businessPageWrapper .links .link-item .link-btn.inquiry {
  background-color: #194B92;
}
.businessPageWrapper .links .link-item .link-btn.download {
  background-color: #E86B2A;
}
.businessPageWrapper .links .link-item p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  color: #333333;
}

.contactWrapper h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
.contactWrapper .contactColumn {
  width: 100%;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 0;
}
@media (max-width: 769px) {
  .contactWrapper .contactColumn {
    grid-template-columns: 1fr;
  }
}
.contactWrapper .contactColumn .wp-block-column {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 30px;
}
@media (max-width: 769px) {
  .contactWrapper .contactColumn .wp-block-column {
    padding: 15px;
  }
}
.contactWrapper .contactColumn .wp-block-column.dpmTtl {
  background-color: #F8F8F8;
  font-weight: bold;
  line-height: 1.7em;
  border-right: none;
}
@media (max-width: 769px) {
  .contactWrapper .contactColumn .wp-block-column.dpmTtl {
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }
}
.contactWrapper .contactColumn .wp-block-column h4 {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.contactWrapper .contactColumn .wp-block-column h4:before {
  content: "";
  background: #3470B5;
  height: 22px;
  width: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 769px) {
  .contactWrapper .contactColumn .wp-block-column h4:before {
    margin-right: 5px;
  }
}
.contactWrapper .contactColumn .wp-block-column h5 {
  color: #3470B5;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0;
}
.contactWrapper .contactColumn .wp-block-column .mailTable {
  width: auto;
  margin-top: 5px;
}
.contactWrapper .contactColumn .wp-block-column .mailTable tr {
  border: 1px solid #ccc;
}
.contactWrapper .contactColumn .wp-block-column .mailTable td {
  border: none;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.contactWrapper .contactColumn .wp-block-column .mailTable td:first-child {
  background-color: #F8F8F8;
  border-right: 1px solid #ccc;
}
@media (max-width: 769px) {
  .contactWrapper .contactColumn .wp-block-column .mailTable {
    margin: 5px auto 0;
  }
  .contactWrapper .contactColumn .wp-block-column .mailTable td {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    text-align: left;
  }
  .contactWrapper .contactColumn .wp-block-column .mailTable td:first-child {
    background-color: #F8F8F8;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.contact {
  max-width: 680px;
}
.contact .desc {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.7em;
}
.contact .contactform dl {
  margin: 0 auto;
  overflow: hidden;
}
.contact .contactform dl dt {
  width: 31%;
  margin-right: 3%;
  text-align: right;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .contact .contactform dl dt {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.contact .contactform dl dt p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.contact .contactform dl dt.required:after {
  content: "必須";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #3470B5;
  padding: 0 7px;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 7px;
}
@media (max-width: 769px) {
  .contact .contactform dl dt {
    width: 100%;
  }
}
.contact .contactform dl dd {
  width: 65%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  line-height: 1.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .contactform dl dd.name .wpcf7-form-control-wrap input {
  width: 200px;
}
.contact .contactform dl dd.name .wpcf7-form-control-wrap:first-of-type input {
  margin-right: 10px;
}
@media (max-width: 769px) {
  .contact .contactform dl dd {
    width: 100%;
  }
  .contact .contactform dl dd.name .wpcf7-form-control-wrap input {
    width: 40%;
  }
  .contact .contactform dl dd.name .wpcf7-form-control-wrap:first-of-type input {
    margin-right: 4%;
  }
}
.contact .contactform input[type=text],
.contact .contactform input[type=email],
.contact .contactform input[type=tel] {
  width: calc(100% - 16px);
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
  font-family: inherit;
}
.contact .contactform input[type=text]:focus,
.contact .contactform input[type=email]:focus,
.contact .contactform input[type=tel]:focus {
  border: 1px solid #3470B5;
  background: #ffffff;
}
.contact .contactform textarea {
  width: calc(100% - 16px);
  display: block;
  padding: 5px 7px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
  font-family: inherit;
  font-weight: normal;
}
.contact .contactform .privacycheck {
  text-align: center;
  padding: 40px 0;
}
.contact .contactform .privacycheck .smltxt {
  font-size: 14px;
  margin-top: 10px;
}
.contact .contactform .privacycheck a {
  text-decoration: underline;
  white-space: nowrap;
}
.contact .contactform input.btn_submit {
  border-style: none;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #194B92;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  width: 270px;
  height: 70px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.contact .contactform input.btn_submit:hover {
  cursor: pointer;
  background: #25456B;
  color: #fff;
}

.contactthanks {
  max-width: 680px;
}
.contactthanks p {
  text-align: left;
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 80px;
}

.fixedbanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 225px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 769px) {
  .fixedbanner {
    width: 240px;
    height: 180px;
  }
}
.fixedbanner a:hover {
  opacity: 0.9;
}
.fixedbanner .batsu {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 34px;
  height: 34px;
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixedbanner .batsu:hover {
  opacity: 0.7;
}

.fixedbanner.hidden {
  opacity: 0;
  visibility: hidden;
}

.kv {
  position: relative;
  z-index: 0;
  line-height: 0;
}
.kv .kvslider {
  width: 100%;
  margin: 0 auto;
}
.kv .kvslider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 769px) {
  .kv .kvslider img {
    height: auto;
  }
}
.kv .kvslider .slick-inner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 769px) {
  .kv .kvslider .slick-inner .Pc-banner {
    display: none;
  }
}
.kv .kvslider .slick-inner .slider-logo {
  width: 30%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 769px) {
  .kv .kvslider .slick-inner .slider-logo {
    width: 50%;
  }
}
.kv .kvslider .slick-inner .slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.kv .kvslider .slick-inner .slider-text p {
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
}
.kv .kvslider .slick-inner .slider-text p.catchEn {
  font-size: 44px;
  line-height: 1.2em;
}
.kv .kvslider .slick-inner .slider-text p.catchJp {
  font-size: 28px;
}
.kv .kvslider .slick-inner .slider-text p.subcatchJp {
  font-size: 16px;
  margin-top: 10px;
}
.kv .kvslider .slick-inner .slider-text p.subcatchEn {
  font-size: 21px;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .kv .kvslider .slick-inner .slider-text p.catchEn {
    font-size: 30px;
  }
  .kv .kvslider .slick-inner .slider-text p.catchJp {
    font-size: 21px;
  }
  .kv .kvslider .slick-inner .slider-text p.subcatchJp {
    font-size: 14px;
    margin-top: 10px;
  }
  .kv .kvslider .slick-inner .slider-text p.subcatchEn {
    font-size: 15px;
    margin-top: 10px;
  }
}
.kv .slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.kv .slider.slick-initialized {
  opacity: 1;
}

.topNews {
  padding: 50px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topNews .ttlArea .viewall {
  margin-top: 50px;
  display: block;
}
@media (max-width: 769px) {
  .topNews .ttlArea {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .topNews .ttlArea .viewall {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.topNews .articleArea {
  width: 80%;
}
@media (max-width: 769px) {
  .topNews .articleArea {
    width: 100%;
  }
}
.topNews .articleArea .newsCatTab_top {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 20px;
}
.topNews .articleArea .newsCatTab_top li {
  margin-right: 10px;
}
.topNews .articleArea .newsCatTab_top li a {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 50px;
  border-radius: 25px;
}
@media (max-width: 1000px) {
  .topNews .articleArea .newsCatTab_top li a {
    padding: 5px 30px;
  }
}
@media (max-width: 769px) {
  .topNews .articleArea .newsCatTab_top li a {
    padding: 5px 15px;
  }
}
.topNews .articleArea .newsCatTab_top li.all a {
  background-color: #fff;
  border: 1px solid #3470B5;
  color: #3470B5;
}
.topNews .articleArea .newsCatTab_top li.all.active a {
  background-color: #3470B5;
  color: #fff;
}
.topNews .articleArea .newsCatTab_top li.pressrelease a {
  background-color: #fff;
  border: 1px solid #E86B2A;
  color: #E86B2A;
}
.topNews .articleArea .newsCatTab_top li.pressrelease.active a {
  background-color: #E86B2A;
  color: #fff;
}
.topNews .articleArea .newsCatTab_top li.newsinfo a {
  background-color: #fff;
  border: 1px solid #26AD4D;
  color: #26AD4D;
}
.topNews .articleArea .newsCatTab_top li.newsinfo.active a {
  background-color: #26AD4D;
  color: #fff;
}
.topNews .articleArea .topNewsList li {
  border-bottom: 1px solid #ccc;
}
.topNews .articleArea .topNewsList li:first-child {
  border-top: 1px solid #ccc;
}
.topNews .articleArea .topNewsList li a {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 15px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .topNews .articleArea .topNewsList li a {
    display: block;
    position: relative;
  }
}
.topNews .articleArea .topNewsList li a .dataArea {
  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;
}
@media (max-width: 1000px) {
  .topNews .articleArea .topNewsList li a .dataArea {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topNews .articleArea .topNewsList li a .dataArea .date {
  display: inline-block;
}
.topNews .articleArea .topNewsList li a .dataArea .news_catTag {
  font-size: 12px;
  width: 100px;
  height: 25px;
  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;
  margin-left: 20px;
}
.topNews .articleArea .topNewsList li a .dataArea .news_catTag.pressrelease {
  border: 1px solid #E86B2A;
  color: #E86B2A;
}
.topNews .articleArea .topNewsList li a .dataArea .news_catTag.newsinfo {
  border: 1px solid #26AD4D;
  color: #26AD4D;
}
.topNews .articleArea .topNewsList li a .newsArticleTtl {
  display: block;
  width: 63%;
}
@media (max-width: 1000px) {
  .topNews .articleArea .topNewsList li a .newsArticleTtl {
    width: 90%;
    margin-left: 0px;
    margin-top: 10px;
  }
}
.topNews .articleArea .topNewsList li a .newslibtn {
  width: 30px;
}
@media (max-width: 1000px) {
  .topNews .articleArea .topNewsList li a .newslibtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.topNews .articleArea .topNewsList li a:hover {
  opacity: 1;
  background: #F5FBFF;
}

.topServiceIntro {
  background-image: url(../img/home/map_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .topServiceIntro {
    background-image: url(../img/home/map_bg_sp.png);
  }
}
.topServiceIntro .intro {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 70px;
}
.topServiceIntro .intro .imgArea {
  width: 46%;
}
.topServiceIntro .intro .imgArea img {
  width: 100%;
}
.topServiceIntro .intro .txtArea {
  width: 46%;
}
.topServiceIntro .intro .txtArea h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.topServiceIntro .intro .txtArea p {
  line-height: 2em;
}
.topServiceIntro .intro .txtArea p.txt {
  margin: 40px 0 30px;
}
@media (max-width: 769px) {
  .topServiceIntro .intro {
    margin-top: 30px;
  }
  .topServiceIntro .intro .imgArea {
    width: 100%;
  }
  .topServiceIntro .intro .txtArea {
    width: 100%;
    margin-top: 30px;
  }
  .topServiceIntro .intro .txtArea p.txt {
    margin: 20px 0 0;
  }
}

.topService {
  margin-bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#194B92), to(#3069B9));
  background: linear-gradient(to bottom, #194B92, #3069B9);
}
.topService .section .relocation {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 100px;
}
.topService .section .relocation .txtArea {
  width: 36%;
}
.topService .section .relocation .txtArea p {
  color: #ffffff;
}
.topService .section .relocation .txtArea .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topService .section .relocation .txtArea .btnArea a.morebtn {
  margin-top: 40px;
  width: 130px;
  padding: 15px 40px;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #3470B5;
  position: relative;
  display: block;
}
.topService .section .relocation .txtArea .btnArea a.morebtn:after {
  position: absolute;
  width: 20px;
  height: 7px;
  content: "";
  background: url(../img/home/arrow-blue.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.topService .section .relocation .imgArea {
  width: 57%;
}
@media (max-width: 769px) {
  .topService .section .relocation {
    margin-bottom: 60px;
  }
  .topService .section .relocation .txtArea {
    width: 100%;
  }
  .topService .section .relocation .imgArea {
    width: 100%;
    margin-top: 40px;
  }
}
.topService .section .ourservice .bannerWrapper li {
  border: 1px solid #ffffff;
}
.topService .section .ourservice .bannerWrapper li:first-child {
  margin-bottom: 40px;
}
.topService .section .ourservice .bannerWrapper li a {
  display: block;
  padding: 50px;
}
.topService .section .ourservice .bannerWrapper li a .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.topService .section .ourservice .bannerWrapper li a .flex .txtArea {
  width: 88%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.topService .section .ourservice .bannerWrapper li a .flex .txtArea img {
  width: 27%;
}
.topService .section .ourservice .bannerWrapper li a .flex .txtArea p {
  width: 66%;
  color: #ffffff;
}
.topService .section .ourservice .bannerWrapper li a .flex .arrowbtn {
  width: 50px;
}
@media (max-width: 769px) {
  .topService .section .ourservice .bannerWrapper li a {
    padding: 20px;
  }
  .topService .section .ourservice .bannerWrapper li a .flex {
    display: block;
  }
  .topService .section .ourservice .bannerWrapper li a .flex .txtArea {
    width: 100%;
  }
  .topService .section .ourservice .bannerWrapper li a .flex .txtArea img {
    width: 100%;
  }
  .topService .section .ourservice .bannerWrapper li a .flex .txtArea p {
    width: 100%;
    margin-top: 20px;
  }
  .topService .section .ourservice .bannerWrapper li a .flex .arrowbtn {
    width: 50px;
    margin-left: auto;
    margin-top: 10px;
    display: block;
  }
}

.topTopics {
  padding: 50px 0;
  background-color: rgba(52, 112, 181, 0.1);
}
.topTopics .wrapper .ttlwrap {
  position: relative;
}
.topTopics .wrapper .ttlwrap .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 140px;
}
.topTopics .wrapper .ttlwrap .txtArea .newsAreattl {
  margin-right: 70px;
}
@media (max-width: 769px) {
  .topTopics .wrapper .ttlwrap .txtArea {
    display: block;
    padding-right: 0;
  }
  .topTopics .wrapper .ttlwrap .txtArea .newsAreattl {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.topTopics .wrapper .ttlwrap .viewall {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .topTopics .wrapper .ttlwrap .viewall {
    top: 48px;
  }
}
.topTopics .topicsList {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .topTopics .topicsList {
    margin-top: 30px;
  }
}
.topTopics .topicsList .slick-list .slick-track .slick-slide {
  margin-right: 20px;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a:hover {
  opacity: 0.7;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .eyecatch {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea {
  padding-top: 10px;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea .date {
  font-size: 16px;
  color: #5C5C5C;
  padding-bottom: 0.5em;
  display: inline-block;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea .topics-cat {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.2em;
  color: #3470B5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  margin-left: 10px;
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea .topics-cat::before {
  content: url(../img/home/icon_tag.svg);
  /* SVGアイコンのURLを指定 */
  position: absolute;
  /* アイコンを絶対配置 */
  left: 0;
  /* 親要素の左側に配置 */
  top: 50%;
  /* 親要素の中央に合わせて配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 垂直方向の中央に配置 */
  width: 14px;
  /* アイコンの幅を設定 */
  height: 14px;
  /* アイコンの高さを設定 */
}
.topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea h4 {
  font-size: 18px;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.7em;
  font-weight: bold;
}
@media (max-width: 769px) {
  .topTopics .topicsList .slick-list .slick-track .slick-slide li a .txtArea h4 {
    font-size: 16px;
  }
}
.topTopics .topicsList .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style: none;
  margin: 40px auto 0;
}
.topTopics .topicsList .slick-dots li.slick-active button::before {
  background-color: #333333;
}
.topTopics .topicsList .slick-dots li button {
  font-size: 0;
}
.topTopics .topicsList .slick-dots li button::before {
  content: "";
  background-color: #ccc;
  width: 50px;
  height: 2px;
  display: block;
  border-radius: 0;
}

.topPageBanners {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.topPageBanners a.banner {
  width: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  height: 340px;
  display: block;
}
@media (max-width: 769px) {
  .topPageBanners a.banner {
    width: 100%;
    height: 280px;
  }
}
.topPageBanners a.banner.aboutus {
  background-image: url(../img/home/bg_aboutus.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
}
@media (max-width: 769px) {
  .topPageBanners a.banner.aboutus {
    width: 100%;
  }
}
.topPageBanners a.banner.recruit {
  background-image: url(../img/home/bg_recruit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
}
@media (max-width: 769px) {
  .topPageBanners a.banner.recruit {
    width: 100%;
  }
}
.topPageBanners a.banner .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 78%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 769px) {
  .topPageBanners a.banner .flex {
    width: 88%;
  }
}
.topPageBanners a.banner .flex .txtArea {
  color: #ffffff;
}
.topPageBanners a.banner .flex .txtArea h2 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .topPageBanners a.banner .flex .txtArea h2 {
    margin-bottom: 30px;
  }
}
.topPageBanners a.banner .flex .txtArea h2 span {
  font-size: 48px;
  padding-bottom: 0.5em;
}
.topPageBanners a.banner .flex img {
  width: 50px;
}

.newsCatTab {
  max-width: 800px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 769px) {
  .newsCatTab {
    margin-bottom: 20px;
  }
}
.newsCatTab li {
  margin-right: 5px;
}
.newsCatTab li a {
  width: 200px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 60px;
}
@media (max-width: 769px) {
  .newsCatTab li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.newsCatTab li.all a {
  background-color: #fff;
  border: 2px solid #3470B5;
  color: #3470B5;
}
.newsCatTab li.all.active a {
  background-color: #3470B5;
  color: #fff;
}
.newsCatTab li.pressrelease a {
  background-color: #fff;
  border: 2px solid #E86B2A;
  color: #E86B2A;
}
.newsCatTab li.newsinfo a {
  background-color: #fff;
  border: 2px solid #26AD4D;
  color: #26AD4D;
}
.newsCatTab.pressrelease li.pressrelease a {
  background-color: #E86B2A;
  color: #fff;
}
.newsCatTab.newsinfo li.newsinfo a {
  background-color: #26AD4D;
  color: #fff;
}

.newsList {
  max-width: 800px;
  margin: 0 auto;
}
.newsList li {
  border-top: 1px solid #BFD3EA;
}
.newsList li:last-child {
  border-bottom: 1px solid #BFD3EA;
}
.newsList li a {
  display: block;
  padding: 15px 20px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.newsList li a .date {
  color: #3470B5;
  display: inline-block;
  margin-bottom: 5px;
}
.newsList li a .news_catTag {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
  margin-left: 10px;
}
.newsList li a .news_catTag.pressrelease {
  border: 1px solid #E86B2A;
  color: #E86B2A;
}
.newsList li a .news_catTag.newsinfo {
  border: 1px solid #26AD4D;
  color: #26AD4D;
}
.newsList li a .newsArticleTtl {
  display: block;
  margin-top: 5px;
}
.newsList li a:hover {
  opacity: 1;
  background: #F5FBFF;
}
@media (max-width: 769px) {
  .newsList li a {
    padding: 15px 10px;
  }
}

.newsDetail {
  max-width: 800px;
  margin: 0 auto;
}
.newsDetail .date {
  color: #3470B5;
}
.newsDetail .news_catTag {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
  margin-left: 10px;
}
.newsDetail .news_catTag.pressrelease {
  border: 1px solid #E86B2A;
  color: #E86B2A;
}
.newsDetail .news_catTag.newsinfo {
  border: 1px solid #26AD4D;
  color: #26AD4D;
}
.newsDetail h3 {
  font-size: 24px;
  margin: 14px 0 40px;
}
.newsDetail p {
  line-height: 1.7em;
}
.newsDetail img {
  width: 100%;
  height: auto;
}
.newsDetail .txtlink_arrow_back {
  margin-top: 70px;
  display: block;
}
@media (max-width: 769px) {
  .newsDetail h3 {
    font-size: 18px;
    margin: 14px 0 30px;
  }
  .newsDetail .txtlink_arrow_back {
    margin-bottom: 50px;
  }
}

.seminarList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}
@media (max-width: 769px) {
  .seminarList {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.seminarList .eyecatch {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 46.56%;
  /* アスペクト比 (149 / 320 * 100) */
  margin-bottom: 10px;
}
.seminarList .date {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.seminarList .articleTtl {
  font-weight: 500;
}

.seminarArticle {
  max-width: 800px;
  margin: 0 auto;
}
.seminarArticle .date {
  font-size: 14px;
  color: #777;
  padding-bottom: 1em;
}
.seminarArticle h1 {
  font-size: 24px;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.7em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .seminarArticle h1 {
    font-size: 18px;
  }
}
.seminarArticle p {
  line-height: 2em;
  margin-bottom: 1em;
}
.seminarArticle img {
  width: 100%;
  height: auto;
}
.seminarArticle .wp-block-table {
  margin: 40px 0;
}
.seminarArticle .wp-block-table table td {
  border: 1px solid #777777;
  padding: 10px;
}
.seminarArticle .wp-block-table table td:first-child {
  background-color: #eeeeee;
}

.newsletter {
  background-image: url("../img/common/newsletter_bg_white.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
@media (max-width: 769px) {
  .newsletter {
    padding: 50px 0;
  }
}
.newsletter .flexWrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.newsletter .flexWrap .imgArea {
  width: 47%;
}
@media (max-width: 769px) {
  .newsletter .flexWrap .imgArea {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.newsletter .flexWrap .txtArea {
  width: 50%;
}
@media (max-width: 769px) {
  .newsletter .flexWrap .txtArea {
    width: 100%;
  }
}
.newsletter .flexWrap .txtArea h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.newsletter .flexWrap .txtArea p {
  padding: 20px 0 30px;
}
.newsletter .flexWrap .txtArea .btn_newsletter {
  color: #fff;
  background-color: #333333;
  width: calc(100% - 30px);
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.newsletter_other {
  background-image: url("../img/common/newsletter_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.newsletter_other h2 {
  font-size: 24px;
  font-weight: bold;
}
.newsletter_other p {
  padding: 20px 0 30px;
}
@media (max-width: 769px) {
  .newsletter_other p {
    text-align: left;
  }
}
.newsletter_other .btn_newsletter_top {
  color: #fff;
  background-color: #333333;
  width: 230px;
  padding: 15px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.recruitPage {
  background: url(../img/common/pagettl-bg_recruit.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.recruitTtl {
  border-left: 10px solid #194B92;
  padding-left: 10px;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .recruitTtl {
    font-size: 24px;
  }
}

.recruitPageWrapper .recruitMessage {
  position: relative;
  margin: 0 auto;
}
.recruitPageWrapper .recruitMessage::before {
  position: absolute;
  width: 60%;
  height: 100%;
  content: "";
  background-image: url(../img/recruit/recruit_map.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 769px) {
  .recruitPageWrapper .recruitMessage::before {
    width: 100%;
  }
}
.recruitPageWrapper .recruitMessage h5 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #3470B5;
}
.recruitPageWrapper .recruitMessage p {
  line-height: 2em;
  max-width: 760px;
  margin: 0 auto;
}
.recruitPageWrapper .recruitMessage p span {
  color: #3470B5;
}
@media (max-width: 769px) {
  .recruitPageWrapper .recruitMessage h5 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
  }
  .recruitPageWrapper .recruitMessage p {
    line-height: 1.7em;
  }
}
.recruitPageWrapper .recruitMessage .imgList {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 60px;
}
.recruitPageWrapper .recruitMessage .imgList img {
  width: 30%;
}
.recruitPageWrapper .recruitMessage .recruitslider {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .recruitMessage .recruitslider {
    margin-top: 40px;
  }
}
.recruitPageWrapper .recruitMessage .recruitslider li {
  width: 400px;
}
.recruitPageWrapper .enplusdata {
  background-color: #EEEEEE;
}
.recruitPageWrapper .enplusdata .section .dataArea {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 30px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection {
  background-color: #ffffff;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner {
  max-width: 100%;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 {
  grid-area: 1/1/2/5;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 {
    grid-area: auto;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea img {
  width: 37%;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea p {
  font-size: 7.625rem;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea p span {
  font-size: 3.75rem;
}
@media (max-width: 1024px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea p {
    font-size: 5.625rem;
  }
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section01 .datainner .flexArea p {
    font-size: 3.625rem;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 {
  grid-area: 1/5/2/7;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 {
    grid-area: auto;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 .datainner img {
  width: 37%;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  display: block;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 .datainner img {
    width: 27%;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 .datainner p {
  font-size: 5.625rem;
  line-height: 1em;
  text-align: center;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 .datainner p span {
  font-size: 3.75rem;
}
@media (max-width: 1024px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section02 .datainner p {
    font-size: 3.625rem;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 {
  grid-area: 2/1/3/7;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 {
    grid-area: auto;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea {
    display: block;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
@media (max-width: 1024px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul {
    grid-column-gap: 15px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li {
  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;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .ttl {
  width: 60%;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #194B92;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .ttl {
    padding-left: 15px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li:nth-child(2) .ttl::before {
  background: #3470B5;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li:nth-child(3) .ttl::before {
  background: #E86B2A;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li:nth-child(4) .ttl::before {
  background: #26AD4D;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li:nth-child(5) .ttl::before {
  background: #FFBA00;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li:nth-child(6) .ttl::before {
  background: #DE8F8F;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .percent {
  font-size: 32px;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .percent span {
  font-size: 24px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .percent {
    font-size: 24px;
  }
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea ul li .percent span {
    font-size: 18px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea img {
  width: 43%;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section03 .datainner .flexArea img {
    width: 100%;
    margin-top: 15px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea img, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea img {
  width: 37%;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea p, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea p {
  font-size: 5.625rem;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea p span, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea p span {
  font-size: 3.75rem;
}
@media (max-width: 1024px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 .datainner .flexArea p, .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 .datainner .flexArea p {
    font-size: 3.625rem;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 {
  grid-area: 3/1/4/4;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section04 {
    grid-area: auto;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 {
  grid-area: 3/4/4/7;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection.-section05 {
    grid-area: auto;
  }
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner {
  padding: 40px;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner h5 span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}
.recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner h5 span.bilingual {
  margin-left: 0px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner {
    padding: 20px;
  }
  .recruitPageWrapper .enplusdata .section .dataArea .datasection .datainner h5 {
    margin-bottom: 20px;
  }
}
.recruitPageWrapper .welfare .section .welfareList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.recruitPageWrapper .welfare .section .welfareList .welfareLi {
  padding: 20px 25px;
  border: 2px solid #E3E3E3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitPageWrapper .welfare .section .welfareList .welfareLi img {
  width: 30%;
}
.recruitPageWrapper .welfare .section .welfareList .welfareLi .txtArea h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .welfare .section .welfareList {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .recruitPageWrapper .welfare .section .welfareList .welfareLi {
    padding: 20px;
    gap: 20px;
  }
  .recruitPageWrapper .welfare .section .welfareList .welfareLi .txtArea h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.recruitPageWrapper .requirements {
  background-color: rgba(52, 112, 181, 0.1);
}
.recruitPageWrapper .requirements .section .requirementsList {
  margin-bottom: 30px;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 40px;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobname {
  font-size: 21px;
  font-weight: bold;
  width: 30%;
  padding-right: 30px;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobname span {
  font-size: 12px;
  color: #3470B5;
  background-color: #E9F3FF;
  padding: 4px 7px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt {
  width: 70%;
  padding: 10px 30px 0;
  border-left: 1px solid #3470B5;
  font-weight: 500;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt p {
  margin-bottom: 10px;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt .btnArea {
  text-align: right;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt .btnArea .jobmoreBtn {
  color: #3470B5;
  text-decoration: underline;
  font-size: 14px;
  padding-right: 30px;
  position: relative;
}
.recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt .btnArea .jobmoreBtn::after {
  position: absolute;
  width: 20px;
  height: 7px;
  content: "";
  background: url(../img/recruit/arrow_job.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .requirements .section .requirementsList .requirementsLi {
    display: block;
    padding: 20px 30px;
  }
  .recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobname {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .recruitPageWrapper .requirements .section .requirementsList .requirementsLi .jobtxt {
    width: 100%;
    padding: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #3470B5;
  }
}
.recruitPageWrapper .recruitDetailWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.recruitPageWrapper .recruitDetailWrapper .categoryTag {
  font-size: 12px;
  color: #fff;
  background: #25456B;
  padding: 5px 7px;
  display: inline-block;
}
.recruitPageWrapper .recruitDetailWrapper h4 {
  font-size: 22px;
  padding: 20px 0 30px;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail {
  background: #fff;
  padding: 30px 0;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail h5 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .recruitPageWrapper .recruitDetailWrapper .recruitDetail {
    padding: 30px 20px;
  }
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner {
  border-collapse: collapse;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr {
  border-top: 1px solid #eee;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr:last-child {
  border-bottom: 1px solid #eee;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr th {
  padding: 15px 20px;
  font-weight: normal;
  width: 110px;
  text-align: left;
  font-weight: bold;
}
.recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr td {
  padding: 15px 0;
}
@media (max-width: 769px) {
  .recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner {
    width: 100%;
    margin-top: 20px;
  }
  .recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr th {
    display: block;
    padding: 15px 0 10px;
    width: 100%;
  }
  .recruitPageWrapper .recruitDetailWrapper .recruitDetail .recruitDetailInner tr td {
    display: block;
    padding: 0 0 15px;
  }
}
.recruitPageWrapper .wantedlyBnr {
  text-align: center;
  background-image: url("../img/recruit/bg_watnedly.png");
  background-size: cover;
}
.recruitPageWrapper .wantedlyBnr .ttl {
  font-size: 24px;
  color: #194B92;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .recruitPageWrapper .wantedlyBnr .ttl {
    font-size: 21px;
  }
}
.recruitPageWrapper .wantedlyBnr a.btn {
  width: 340px;
  padding: 20px 0;
  font-size: 18px;
  border: 1.5px solid #194B92;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: #194B92;
}
.recruitPageWrapper .wantedlyBnr a.btn:after {
  position: absolute;
  width: 19px;
  height: 9px;
  content: "";
  background: url("../img/common/arrow-white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
}
@media (max-width: 769px) {
  .recruitPageWrapper .wantedlyBnr a.btn {
    margin: 20px auto 0;
    max-width: 340px;
    width: 90%;
  }
}

.terms {
  max-width: 800px;
  font-size: 15px;
  line-height: 1.7em;
}
.terms h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 2em 0 1em;
}
.terms h4.mtn {
  margin-top: 0;
}
.terms p {
  margin-bottom: 1em;
}
@media (max-width: 769px) {
  .terms p {
    font-size: 15px;
  }
}
.terms p.alignright {
  text-align: right;
}
.terms ol.num-1 {
  padding-left: 1.5em;
  margin-bottom: 2em;
  list-style: none;
}
.terms ol.num-1 li {
  list-style-type: decimal;
  padding: 0.2em 0 1em;
}
.terms ol.num-1 li > ol.num-2 {
  padding-left: 2em;
}
.terms ol.num-1 li > ol.num-2 li {
  list-style-position: inside;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2em;
}
.terms ol.num-1 li > ol.num-2 li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.terms ol.num-1 li > ol.num-2 li ol {
  counter-reset: cnt;
}
.terms ol.num-1 li > ol.dots {
  padding-left: 1em;
}
.terms ol.num-1 li > ol.dots li {
  list-style-type: none;
  text-indent: -1em;
}
.terms ol.num-1 li > ol.dots li:before {
  content: "・";
}
.terms ol.num-4 {
  padding-left: 1.5em;
  margin-bottom: 2em;
  list-style: none;
}
.terms ol.num-4 li {
  list-style-type: decimal;
  padding: 0.2em 0 1em;
  font-weight: bold;
}
.terms ol.num-4 li p {
  font-weight: normal;
}
.terms a {
  color: #3470B5;
  display: inline;
}

.topicsWrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
}
@media (max-width: 769px) {
  .topicsWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.topicsWrapper .topics-cat {
  display: inline-block;
  color: #3470B5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.topicsWrapper .topics-cat::before {
  content: "";
  background: url(../img/home/icon_tag.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.topicsWrapper .sidemenu .sidettl {
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1D4E9;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .topicsWrapper .sidemenu .sidettl {
    margin-bottom: 10px;
  }
}
.topicsWrapper .sidemenu .topicscatlist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (max-width: 769px) {
  .topicsWrapper .sidemenu .topicscatlist {
    overflow-x: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topicsWrapper .sidemenu .topicscatlist li {
    display: inline-block;
  }
}
.topicsWrapper .listwrap .catttl {
  font-size: 28px;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 769px) {
  .topicsWrapper .listwrap .catttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.topicsWrapper .listwrap .topicsList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 769px) {
  .topicsWrapper .listwrap .topicsList {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.topicsWrapper .listwrap .topicsList li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.topicsWrapper .listwrap .topicsList li a:hover {
  opacity: 0.7;
}
.topicsWrapper .listwrap .topicsList li a .eyecatch {
  width: 100%;
  padding-top: 66.57%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}
.topicsWrapper .listwrap .topicsList li a .txtArea {
  padding: 10px 0 0;
}
.topicsWrapper .listwrap .topicsList li a .txtArea .date {
  font-size: 14px;
  color: #777;
  padding-bottom: 0.5em;
  display: inline-block;
  margin-right: 10px;
}
.topicsWrapper .listwrap .topicsList li a .txtArea h4 {
  font-size: 16px;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.7em;
  font-weight: 500;
}

.topicsArticle {
  max-width: 800px;
  margin: 0 auto;
}
.topicsArticle .date {
  font-size: 14px;
  color: #777;
  padding-bottom: 1em;
}
.topicsArticle h4 {
  font-size: 24px;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.7em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .topicsArticle h4 {
    font-size: 18px;
  }
}
.topicsArticle h6 {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
  line-height: 1.7em;
}
.topicsArticle p {
  line-height: 2em;
}
.topicsArticle img {
  width: 100%;
  height: auto;
}
.topicsArticle .innerTxtImg {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.topicsArticle .withImg {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.topicsArticle .authorImg {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
.topicsArticle .authorTxt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.topicsArticle .authorTxt .bold {
  font-weight: bold;
}
@media (max-width: 769px) {
  .topicsArticle .authorImg,
  .topicsArticle .authorTxt {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.downloadWrapper .flexArea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.downloadWrapper .flexArea .txtArea {
  width: 44%;
}
.downloadWrapper .flexArea .txtArea .explain {
  margin-top: 40px;
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
}
.downloadWrapper .flexArea .txtArea .explain .inner {
  padding: 30px;
}
.downloadWrapper .flexArea .txtArea .explain .inner p {
  color: #3470B5;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .downloadWrapper .flexArea .txtArea {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .downloadWrapper .flexArea .txtArea .explain {
    margin-top: 20px;
  }
  .downloadWrapper .flexArea .txtArea .explain .inner {
    padding: 20px;
  }
}
.downloadWrapper .flexArea .formArea {
  width: 50%;
}
@media (max-width: 1000px) {
  .downloadWrapper .flexArea .formArea {
    width: 100%;
  }
}
.downloadWrapper .flexArea .formArea .contactform {
  background-color: #ffffff;
  border: 30px solid #EAF0F8;
  padding: 30px;
}
@media (max-width: 769px) {
  .downloadWrapper .flexArea .formArea .contactform {
    border: 15px solid #EAF0F8;
    padding: 15px;
  }
}
.downloadWrapper .flexArea .formArea .contactform dl dt {
  width: 100%;
  margin: 25px 0 10px 0;
}
.downloadWrapper .flexArea .formArea .contactform dl dt p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.downloadWrapper .flexArea .formArea .contactform dl dt.required:after {
  content: "必須";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #3470B5;
  padding: 0 7px;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 7px;
}
.downloadWrapper .flexArea .formArea .contactform dl dd {
  width: 100%;
}
.downloadWrapper .flexArea .formArea .contactform .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.downloadWrapper .flexArea .formArea .contactform input[type=text],
.downloadWrapper .flexArea .formArea .contactform input[type=email],
.downloadWrapper .flexArea .formArea .contactform input[type=tel] {
  width: calc(100% - 16px);
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
  font-family: inherit;
}
.downloadWrapper .flexArea .formArea .contactform input[type=text]:focus,
.downloadWrapper .flexArea .formArea .contactform input[type=email]:focus,
.downloadWrapper .flexArea .formArea .contactform input[type=tel]:focus {
  border: 1px solid #3470B5;
  background: #ffffff;
}
.downloadWrapper .flexArea .formArea .contactform textarea {
  width: calc(100% - 16px);
  display: block;
  padding: 5px 7px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
  font-family: inherit;
  font-weight: normal;
}
.downloadWrapper .flexArea .formArea .contactform .privacycheck {
  text-align: center;
  padding: 40px 0;
}
.downloadWrapper .flexArea .formArea .contactform .privacycheck .smltxt {
  font-size: 14px;
  margin-top: 10px;
}
.downloadWrapper .flexArea .formArea .contactform .privacycheck a {
  text-decoration: underline;
}
.downloadWrapper .flexArea .formArea .contactform input.btn_submit {
  border-style: none;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #194B92;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  width: 270px;
  height: 70px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.downloadWrapper .flexArea .formArea .contactform input.btn_submit:hover {
  cursor: pointer;
  background: #25456B;
  color: #fff;
}
.downloadWrapper .flexArea .formArea .btnarea {
  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;
}

.downloadthanksWrapper p {
  text-align: center;
}
.downloadthanksWrapper p a {
  text-decoration: underline;
}
.downloadthanksWrapper .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.anniversary {
  background-color: #E4F1F4;
}
.anniversary .anniversary_kv {
  background-image: url("../img/anniversary/kv_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.anniversary .anniversary_kv img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .anniversary .anniversary_kv {
    background-image: url("../img/anniversary/kv_bg_tb.png");
    background-position: top center;
  }
  .anniversary .anniversary_kv img {
    width: 70%;
  }
}
@media (max-width: 769px) {
  .anniversary .anniversary_kv {
    background-image: url("../img/anniversary/kv_bg_sp.png");
  }
  .anniversary .anniversary_kv img {
    width: 90%;
  }
}
.anniversary .anniversary_intro {
  background-image: url("../img/anniversary/intro_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.anniversary .anniversary_intro .wrapper {
  padding: 120px 0;
  position: relative;
}
.anniversary .anniversary_intro .wrapper::before {
  content: "";
  background: url(../img/anniversary/cracker.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 230px;
  position: absolute;
  bottom: 60px;
  left: 0px;
  z-index: 1;
}
.anniversary .anniversary_intro .wrapper::after {
  content: "";
  background: url(../img/anniversary/kusudama.png) no-repeat;
  background-size: contain;
  width: 176px;
  height: 252px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 1;
}
.anniversary .anniversary_intro .wrapper .txtArea h3 {
  color: #5194D9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.anniversary .anniversary_intro .wrapper .txtArea p {
  text-align: center;
  line-height: 2em;
}
@media (max-width: 1024px) {
  .anniversary .anniversary_intro {
    background-image: url("../img/anniversary/intro_bg_tb.png");
    background-position: top center;
  }
  .anniversary .anniversary_intro .wrapper {
    padding: 140px 0;
  }
  .anniversary .anniversary_intro .wrapper::before {
    bottom: 0px;
    left: 0px;
  }
  .anniversary .anniversary_intro .wrapper::after {
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 769px) {
  .anniversary .anniversary_intro {
    background-image: url("../img/anniversary/intro_bg_sp.png");
  }
  .anniversary .anniversary_intro .wrapper {
    padding: 180px 0;
  }
  .anniversary .anniversary_intro .wrapper::before {
    width: 180px;
    height: 170px;
  }
  .anniversary .anniversary_intro .wrapper::after {
    width: 116px;
    height: 192px;
  }
  .anniversary .anniversary_intro .wrapper .txtArea h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.anniversary .anniversary_aboutlogo .wrapper {
  padding: 100px 0;
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner {
  background-color: #ffffff;
  border-radius: 70px;
  padding: 70px 100px;
}
@media (max-width: 769px) {
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner {
    border-radius: 40px;
  }
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .ttlArea {
  text-align: center;
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .ttlArea .ttl {
  color: #5194D9;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: dashed 3px #5194D9;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .ttlArea .ttl {
    line-height: 2em;
  }
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea .imgArea {
  width: 25%;
}
.anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea p {
  width: 70%;
  line-height: 2em;
}
@media (max-width: 1024px) {
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea {
    display: block;
    margin-top: 40px;
  }
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea .imgArea {
    width: 60%;
    margin: 0 auto 20px;
  }
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .flexArea p {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .anniversary .anniversary_aboutlogo .wrapper {
    padding: 60px 0;
  }
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner {
    padding: 50px 20px;
  }
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .ttlArea {
    text-align: center;
  }
  .anniversary .anniversary_aboutlogo .wrapper .aboutlogoInner .ttlArea .ttl {
    font-size: 24px;
    display: inline;
  }
}
.anniversary .anniversary_history .wrapper {
  padding-bottom: 100px;
}
.anniversary .anniversary_history .wrapper .ttlArea {
  margin-bottom: 40px;
}
.anniversary .anniversary_history .wrapper .ttlArea h3 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 0px;
  color: #5194D9;
}
.anniversary .anniversary_history .wrapper .ttlArea p {
  color: #5194D9;
  text-align: center;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable {
  width: 100%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year {
  width: 20%;
  border-right: 2px dashed #99C2E6;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year {
  display: inline-block;
  position: relative;
  width: 100%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 2px solid #5194D9;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year span {
  font-family: futura-pt, "Century Gothic", Arial;
  font-weight: 800;
  color: #ffffff;
  background-color: #5194D9;
  border-radius: 40px;
  font-size: 24px;
  padding: 3px 30px;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents {
  width: 75%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable {
  width: 100%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents {
  border-bottom: 1px solid #C9C9C9;
  padding: 5px 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents .contents_month {
  width: 8%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents .contents_txt {
  width: 92%;
}
.anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents:last-child {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .anniversary .anniversary_history .wrapper {
    padding-bottom: 60px;
  }
  .anniversary .anniversary_history .wrapper .ttlArea {
    margin-bottom: 30px;
  }
  .anniversary .anniversary_history .wrapper .ttlArea h3 {
    font-size: 40px;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable {
    width: 100%;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box {
    display: block;
    width: 100%;
    border-left: 2px dashed #99C2E6;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year {
    width: 100%;
    border: none;
    width: 100%;
    display: block;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year::after {
    left: -9px;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_year .year span {
    font-size: 18px;
    padding: 3px 20px;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents {
    width: 100%;
    display: block;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable {
    width: 95%;
    margin-left: 20px;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents {
    border-bottom: 1px solid #C9C9C9;
    padding: 5px 0;
    width: 100%;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents .contents_month {
    width: 15%;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents .contents_txt {
    width: 85%;
  }
  .anniversary .anniversary_history .wrapper .historyArea .historyTable .history_box .history_contents .contentsTable .contents:last-child {
    margin-bottom: 20px;
  }
}

.campaign_fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 380px; /* 画像の幅 */
  height: 70px; /* 画像の高さ */
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.campaign_fixed-button img {
  width: 100%;
  height: 100%;
  display: block;
}
.campaign_fixed-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくする */
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 769px) {
  .campaign_fixed-button {
    width: 90%; /* 画像の幅 */
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 20px;
  }
}

.campaign {
  background-color: #E4F1F4;
  text-align: center;
}
.campaign h2 {
  font-size: 24px;
  color: #5194D9;
  font-weight: bold;
  margin-bottom: 1em;
}