u/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family:"Noto Sans JP","Sofia Sans Condensed","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP","Sofia Sans Condensed", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe,video {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.imghvr{
  overflow: hidden;
}
.imghvr img{
  transform: scale(1);
}
a:hover .imghvr img{
  transform: scale(1.1);
}
.topBg1 {
  background: url(/wp-content/themes/a/img/bg1.jpg)0 0 no-repeat;
  background-size: cover;
  margin-top: -1px;
}
header {
  position: fixed;
  z-index: 20;
  background: #F3F3F3;
  width: 96%;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 16px 40px;
  align-items: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
header .btn{
  display: none;
  cursor: pointer;
}
header nav > ul > li{
  margin-left: 30px;
}
header nav ul li a {
  font-size: 16px;
  font-weight: 500;
}
header nav .onMouseMenu {
    opacity: 0;
    width: 0;
    height: 0;
    width: 350px;
    height: auto;
    background: #F3F3F3;
    position: absolute;
    padding: 0 20px;
    transition: .3s;
    top: 20px;
    pointer-events: none;
}
header nav .accordion:hover .onMouseMenu {
  opacity: 1;
  padding:40px 20px;
  pointer-events: unset;
}
header nav .accordion .onMouseMenu a {
  display: block;
  margin:0;
  color: #003C90;
  font-weight: 700;
}
header nav .accordion:hover .onMouseMenu a {
  margin: 6px 0;
}
header nav > ul > li.accordion {
  position: relative;
  margin-right: 11px;
}
header nav > ul > li.accordion:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/a/img/iconPlus.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav > ul > li.accordion a:hover {
  opacity: 1;
}
header nav ul li.link1 a {
  color: #0043A0;
  border: 1px solid #0043A0;
  padding: 12px 15px;
}
header nav > ul > li.link2 {
  margin-left: 6px;
}
header nav ul li.link2 a {
  background: #0043A0;
  color: #fff;
  padding: 12px 15px;
}
.fvBlock {
  position: relative;
  height: 100vh;
}
.fvBlock h2 {
  position: absolute;
  max-width: 562px;
  top: 190px;
  left: 130px;
  z-index: 2;
}
.videoWrap {
    width: 96%;
    height: 84%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.videoWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: hsl(233deg 92% 33% / 30%);
  z-index: 2;
  position: absolute;
}
.videoWrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fvNews {
  position: absolute;
  bottom: 0;
  z-index: 5;
  border: 1px solid #fff;
  right: 0;
}
.fvNews a{
  padding: 14px 26px;
  position: relative;
}
.fvNews a:after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  width: 6px;
  height: 14px;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fvNews *{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.fvNews .kijiLink {
  padding-right: 55px;
  border-right: 1px solid #fff;
  align-items: center;
}
.fvNews .kijiLink .cat {
  background: #414141;
  padding: 2px 8px;
  margin: 0 10px;
}
.fvNews .listLink {
  padding-right: 40px;
  background: #343634;
}
.topBlock1 {
    padding: 0 0 200px;
}
.topBlock1 .txtBox1 {
    width: min(800px,90%);
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.topBlock1 .txtBox1 p {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
}
/*
.topBlock1 .txtBox1:before,
.topBlock1 .txtBox1:after {
  content: "";
  display: block;
  width: 60px;
  height: 58px;
  background: url(/wp-content/themes/a/img/kakko1.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.topBlock1 .txtBox1:after {
  content: "";
  background: url(/wp-content/themes/a/img/kakko2.svg)0 0 no-repeat;
  background-size: 100%;
  left: unset;
  right: 0;
  top: unset;
  bottom: 0;
}
  */
.strengthBox1 {
  margin-top: 60px;
  border: 1px solid #848484;
  border-bottom: 1px solid #848484;
}
.strengthBox1 .wrap1 {
  width: min(1268px,90%);
  margin: 0 auto;
}
.strengthBox1 .wrap1 .box1 {
  width: 30%;
  border-right: 1px solid #848484;
  padding: 4% 2% 2%;
}
.strengthBox1 .wrap1 .box1:nth-child(1) {
  border-left: 1px solid #848484;
}
.strengthBox1 .wrap1 .box1 *{
  color: #fff;
}
.strengthBox1 .wrap1 .box1 .txtBox2 {
  align-items: center;
  margin: 0 auto 40px;
  justify-content: center;
}
.strengthBox1 .wrap1 .box1 .txtBox2 span {
  font-family: "Sofia Sans Condensed";
  font-size: 34px;
  font-weight: 500;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
  border-radius: 4px;
}
.strengthBox1 .wrap1 .box1 .txtBox2 h3 {
  font-size: 18px;
  font-weight: 700;
}
.strengthBox1 .wrap1 .box1 .txtBox2 p {
  font-size: 15px;
}
.linkBtn1,
.linkBtn1.ver2:hover {
  background: #fff;
  padding: 20px 90px 20px 30px;
  position: relative;
  color: #0043A0;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 600;
  display: table;
}
.linkBtn1:after,
.linkBtn1.ver2:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 14px;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  right: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkBtn1:hover,
.linkBtn1.ver2 {
  background: #0043A0;
  color: #fff;
  border: 1px solid #0043A0;
}
.linkBtn1:hover:after,
.linkBtn1.ver2:after {
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
}
.topBlock1 .linkBtn1 {
  margin: 40px auto 0;
}
.topProducts {
  background: url(/wp-content/themes/a/img/bg2.jpg);
  background-size: 100%;
  padding: 200px 0 160px;
  overflow: hidden;
}
.topProducts .box1 {
  width: min(1200px,90%);
  margin: 0 auto;
  align-items: center;
}
.tit1 {
  font-family: "Sofia Sans Condensed";
  font-size: 80px;
  color: #003C90;
  font-weight: 800;
}
.tit1 span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: -26px;
}
.topProducts .box1 div {
  width: 50%;
}
.topProducts .box1 div p {
  margin-bottom: 46px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.productsSlide {
  margin-top: 90px;
  width: 95%;
  margin-left: 5%;
}
.productsSlide ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.productsSlide ul li a div {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #161820;
  padding: 20px 40px;
  box-sizing: border-box;
  transition: .3s;
}
.productsSlide ul li a div p{
  color: #fff;
}
.productsSlide ul li a:hover div{
  background: #003C90;
}
.productsSlide ul li a img{
  transform: scale(1);
}
.productsSlide ul li a:hover img{
  transform: scale(1.1);
}
.productsSlide ul li a div p {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.productsSlide ul li a div p:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 26px;
  background: url(/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
  margin-left: 20px;
}
.productsSlide ul li a:hover div p:after {
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
}
.topWorks {
  background: url(/wp-content/themes/a/img/bg3.jpg)0 0 repeat;
  padding: 210px 0;
  overflow: hidden;
  background-size: cover;
}
.topWorks .box1 {
  width: min(1200px,90%);
  margin: 0 auto;
  align-items: center;
}
.topWorks .box1 .tit1,
.topWorks .box1 .tit1 span {
  color: #fff;
}
.worksSlide {
  margin-top: 130px;
}
.worksSlide ul li img {
  width: 100%;
}
.worksSlide ul li a p {
  margin: 30px auto 18px;
  padding: 20px 34px;
  color: #fff;
  text-align: center;
  display: table;
  position: relative;
}
.worksSlide ul li a p:before {
  content: "";
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/wp-content/themes/a/img/kakko1.svg)0 0 no-repeat;
  background-size: 100%;
}
.worksSlide ul li a p:after {
  content: "";
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/wp-content/themes/a/img/kakko2.svg)0 0 no-repeat;
  background-size: 100%;
}
.worksSlide ul li .tagbox {
  display: flex;
  justify-content: center;
}
.worksSlide ul li .tagbox a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 50px 10px 20px;
  border: 1px solid #fff;
  margin: 0 10px;
  position: relative;
}
.worksSlide ul li .tagbox a:hover {
  background:#fff;
  color: #003C90;
}
.worksSlide ul li .tagbox a:after {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
}
.worksSlide ul li .tagbox a:hover:after {
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
}
.topBusiness {
    background: url(/wp-content/themes/a/img/bg2.jpg);
    background-size: 100%;
    padding: 0px 0 160px;
    overflow: hidden;
    position: relative;
}
.sumi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sumi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #003C90 transparent transparent transparent;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.sumi:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 0 10px;
  border-color: #003C90 transparent transparent transparent;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
.sumi span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 0px;
  border-color: transparent transparent #003C90 transparent;
  display: block;
  bottom: -1px;
  left: -1px;

}
.sumi span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 10px 10px;
  border-color: transparent transparent #003C90 transparent;
  display: block;
}
.topBusiness .box1 {
  width: min(1200px,90%);
  margin: 0 auto;
  align-items: center;
}
.topBusiness .box2 {
  display: flex;
  align-items: stretch;
  margin-top: 90px;
}
.topBusiness .box2 > img {
  width: 48%;
}
.topBusiness .box2 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 10%;
  width: 39%;
}
.topBusiness .box2 ul li {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  border-bottom: 0;
  align-content: stretch;
  position: relative;
}
.topBusiness .box2 ul li:before {
  content: "■";
  color: #707070;
  position: absolute;
  top: -4px;
  left: -3px;
  font-size: 6px;
}
.topBusiness .box2 ul li:last-child:after {
  content: "■";
  color: #707070;
  position: absolute;
  bottom: -4px;
  left: -3px;
  font-size: 6px;
}
.topBusiness .box2 > ul li a {
  padding: 30px 70px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #707070;
  border-bottom: 0;
  border-right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.topBusiness .box2 > ul li a:hover {
  background:#EDEDED;
 
}
.topBusiness .box2 > ul li:last-child a {
  border-bottom: 1px solid #707070;
}
.topBusiness .box2 img {
  width: 51%;
  height: auto;
  padding: 36px 36px 36px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
  object-fit: cover;
}
.topBusiness .box2 ul li a .en {
  font-family: "Sofia Sans Condensed";
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #7B7B7B;
  width: 100%;
}
.topBusiness .box2 > ul li a:before {
  content: "■";
  color: #707070;
  position: absolute;
  top: -5px;
  right: -3px;
  font-size: 6px;
}
.topBusiness .box2 ul li:last-child a:after {
  content: "■";
  color: #707070;
  position: absolute;
  bottom: -6px;
  right: -3px;
  font-size: 6px;
}
.topBusiness .box2 ul li a .blue {
  color: #0043A0;
  font-weight: 700;
}
.topBusiness .box2 > ul li .arrow {
  width: 36px;
  height: 27px;
  background: url(/wp-content/themes/a/img/arrow5.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}
.topBusiness .box2 > ul li:hover .arrow {
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
}
.topInfoBlock {
  background: url(/wp-content/themes/a/img/bg3.jpg) 0 0 repeat;
  background-size: cover;
  padding: 120px 0;
}
.loopBlock {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loopBlock img {
  white-space: nowrap;
  animation: slide2 60s linear infinite;
}
.loopBlock img:first-child {
  animation: slide3 60s -30s linear infinite;
  padding-left: 50px;
}
.loopBlock img:last-child {
  animation: slide4 60s linear infinite;
}
@keyframes slide3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.linkBlock1 {
  margin: 100px 0 60px;
  padding: 60px 0;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
}
.linkBlock1 > div {
  width: min(1480px,90%);
  margin: 0 auto;
}
.linkBlock1 > div a {
  width: 49.7%;
  background: #000;
  position: relative;
}
.linkBlock1 > div a .sumi:before,
.recruitBlock .sumi:before{
  border-color: #01256b transparent transparent transparent;
  border-width: 30px 30px 0 0;
}
.linkBlock1 > div a .sumi:after,
.recruitBlock .sumi:after{
  border-color: #01256b transparent transparent transparent;
  border-width:30px 0px 0 30px;
}
.linkBlock1 > div a .sumi span:before,
.recruitBlock .sumi span:before{
  border-color: transparent transparent #01256b transparent;
  border-width: 0 30px 30px 0;
}
.linkBlock1 > div a .sumi span:after,
.recruitBlock .sumi span:after{
  border-color: transparent transparent #01256b transparent;
  border-width: 0 0 30px 30px;
}
.linkBlock1 > div a {
  width: 49.7%;
  background: #000;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  align-items: center;
}
.linkBlock1 > div a:hover {
  background: #fff;
}
.linkBlock1 > div a:hover .left p,
.linkBlock1 > div a:hover .left p span{
  color: #003C90;
}
.linkBlock1 > div a .left {
  width: 55%;
  margin-right: 5%;
}
.linkBlock1 > div a > img {
  width: 40%;
}
.linkBlock1 > div a .left p span {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-top: -20px;
  letter-spacing: 0.05em;
}
.linkBlock1 > div a .left p {
  color: #fff;
  font-size: 80px;
  font-family: "Sofia Sans Condensed";
  font-weight: 800;
  display: table;
  margin: 0 auto 50px;
}
.recruitBlock {
  width: min(1480px, 90%);
  margin: 0 auto;
  background: #F4F4F4;
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  align-items: center;
}
.recruitBlock .left {
  padding-left: 10%;
}
.recruitBlock > img {
  width: 45%;
}
.recruitBlock .left .txt1 {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
}
.recruitBlock .left .linkBtn1 {
  border: none;
  border-radius: 4px;
  transition: .3s;
}
.recruitBlock:hover{
  background:#003C90;
}
.recruitBlock:hover *{
  color: #fff;
}
.recruitBlock:hover .left .linkBtn1{
  background: #fff;
  padding: 20px 90px 20px 30px;
  position: relative;
  color: #0043A0;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 600;
  display: table;
}
.recruitBlock:hover .left .linkBtn1:after{
  background: url(/wp-content/themes/a/img/arrow2.svg) 0 0 no-repeat;
  background-size: 100%;
}
footer {
  background: #000;
  padding: 180px 0 90px;
}
footer *{
  color: #fff;
}
footer .wrap1 {
  width: min(1450px,90%);
  margin: 0 auto;
  position: relative;
}
footer .wrap1 .headBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 10px #7a7a7a;
    z-index: 10;
}
footer .wrap1 .headBtn:before {
  content: "";
  display: block;
  top: -20px;
  width: 8px;
  height: 18px;
  background: url(/wp-content/themes/a/img/arrow1_shadow.svg)0 0 no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.fbox1 {
  overflow: hidden;
}
.fbox1 .left {
  width: 55%;
}
.fbox1 .left .box1 {
  width: 30%;
}
.fbox1 .left .box2 {
  width: 10%;
}
.fbox1 .left .box1 > a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.fbox1 .left .box1 ul {
  border-left: 1px solid #fff;
  padding-left: 18px;
  padding-top: 1px;
  margin-top: 18px;
  height: 100%;
}
.fbox1 .left .box1 ul li {
    margin-top: 8px;
}
.fbox1 .left .box1 ul li a {
  font-size: 14px;
  font-weight: 500;
}
.fbox1 .left .box2 a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.fbox1 .right {
  width: min(264px, 40%);
}
.fbox1 .right a {
  align-items: center;
  background: #fff;
  color: #004093;
  font-weight: 700;
  font-size: 18px;
  padding: 40px;
  min-height: 54px;
}
.fbox1 .right a:hover {
  background-color: #004093;
  color: #fff;
}
.fbox1 .right a img {
  margin-right: 10px;
}
.fbox1 .right a:last-child {
  margin-top:10px;
}
.fbox2 {
  margin-top: 90px;
  padding-top: 70px;
  border-top: 1px solid #fff;
}
.fbox2 .left {
  width: min(320px,30%);
}
.fbox2 .left > a {
    display: block;
    width: 30px;
    margin: 30px 0  60px;
}
.fbox2 .left p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 26px;
}
.fbox2 .right {
  width: min(510px,60%);
}
.fbox2 .right ul li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.fbox2 .right ul li .th {
  width: 20%;
  margin-right: 5%;
  display: inline-block;
}
.fbox2 .right ul li .td {
  width: 75%;
  display: inline-block;
}
.fbox2 .right ul li span {
  font-size: 14px;
  font-weight: 600;
}
footer .wrap1 small {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.underHead1 {
  padding: 150px 0 0;
}
.underHead1 > img {
  width: min(1780px,90%);
  margin: 0 auto;
  display: block;
}
.underHead1 .tit1 {
  text-align: center;
  color: #fff;
  font-size: 164px;
  margin-top: -152px;
}
.underHead1 .tit1 span {
  color: #fff;
  margin-top: -50px;
}
.aboutMain1 {
  margin: 180px auto;
}
.aboutMain1 *{
  color: #fff;
}
.aboutMain1 .txtBox1 {
    width: min(800px,90%);
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.aboutMain1 .txtBox1 p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
/*
.aboutMain1 .txtBox1:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/a/img/kakko1.svg)0 0 no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutMain1 .txtBox1:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/a/img/kakko2.svg)0 0 no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
*/
.aboutMain1 .txt1 {
  width: min(530px,90%);
  margin: 90px auto 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.sideSticky {
  position: relative;
  width: 100%;
  border-bottom: 200px solid #f3f3f3;
}
.sideSticky aside {
  width: 15%;
  margin-right: 10%;
  margin-left: 5%;
  padding-top: 200px;
  position: sticky;
  top: 0;
  float: left;
  z-index: 1;
}
.sideSticky .mainBlock1 {
  width: 100%;
  padding-top: 200px;
}
.sideSticky aside .wrap h2 {
  color: #003C90;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.sideSticky aside .wrap h2:before {
  content: "■";
  font-size: 12px;
  margin-right: 6px;
  position: relative;
  top: -3px;
}
.sideSticky aside .wrap ul li a {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #B2B2B2;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.sideSticky aside .wrap ul li a:after {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/arrow5.svg)0 0 no-repeat;
  background-size: 100%;
}
.sideSticky aside .wrap ul li a:hover {
  border-bottom: 1px solid #003C90;
  transition: .3s;
}
.sideSticky aside .wrap ul li a:hover:after,
.sideSticky aside .wrap ul li.on a:after {
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
}
.aboutBlock1 {
  padding-bottom: 200px;
  width: min(1000px,65%);
  margin-left: 30%;
  scroll-margin-top: 200px;
}
.aboutBlock1 > img {
  margin-bottom: 70px;
}
.aboutBlock1 .txt1 {
  margin-top: 100px;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
.aboutBlock1 .txt2 {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
}
.aboutBlock2 {
  background: #f3f3f3;
}
.aboutBlock2 .wrap {
  padding: 200px 0;
  width:min(1000px,65%);
  max-width: 1000px;
  margin-left: 30%;
}
.aboutBlock2 .box1 {
  margin-top: 100px;
  align-items: stretch;
}
.aboutBlock2 .box1 h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.aboutBlock2 .box1 h3:before {
  content: "■";
  color: #003C90;
}
.aboutBlock2 .box1 .left {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5%;
}
.aboutBlock2 .box1 .left .box2 {
  background: #00256B;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.aboutBlock2 .box1 .left .box2 p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
.aboutBlock2 .box1 .right {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutBlock2 .box1 .right .box3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.aboutBlock2 .box1 .right .box3 p {
  flex: 1;
  background: #00256B;
  display: flex;
  padding: 20px 40px;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.aboutBlock2 .box1 .sumi:before {
  border-color: #f3f3f3 transparent transparent transparent;
  border-width: 10px 10px 0 0;
  position: absolute;
  top: -1px;
  left: -1px;
}
.aboutBlock2 .box1 .sumi:after {
  border-color: #f3f3f3 transparent transparent transparent;
  border-width: 10px 0 0 10px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.aboutBlock2 .box1 .sumi span:before{
  border-color:transparent transparent #f3f3f3 transparent;
  border-width: 0 10px 10px 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.aboutBlock2 .box1 .sumi span:after{
  border-color: transparent transparent #f3f3f3 transparent;
  border-width: 0 0 10px 10px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.aboutBlock2 .box1 .right .box3 p .th {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  width: 110px;
}
.aboutBlock2 .box1 .right .box3 p:nth-child(2) {
  margin: 12px 0;
}
.aboutBlock3 {
  padding: 200px 0;
  margin-left: 30%;
  width: min(1000px, 65%);
}
.aboutBlock3 table,
.seriesBlock1 .table2 {
  margin-top: 100px;
  border-top: 1px solid #707070;
}
.aboutBlock3 table tr,
.seriesBlock1 .table2 tr {
  border-bottom: 1px solid #707070;
}
.aboutBlock3 table th,
.seriesBlock1 .table2 th {
  width: 20%;
  text-align: left;
  border-right: 1px solid #707070;
  padding: 26px 0;
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.aboutBlock3 table th:before,
.seriesBlock1 .table2 th:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 1px;
    right: -10px;
}
.aboutBlock3 table th:after,
.seriesBlock1 .table2 th:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  right: -10px;
}
.aboutBlock3 table td,
.seriesBlock1 .table2 td {
  width: 70%;
  padding: 26px 5%;
  font-size: 15px;
  line-height: 2.2;
}
.aboutBlock3 table td *,
.seriesBlock1 .table2 td *{
  font-size: 15px;
}
.aboutBlock3 table tr p {
  line-height: 2.2;
}
.aboutBlock3 table tr.yaku p span {
  width: 160px;
  display: inline-block;
}
.aboutBlock3 table tr.kyoka ul {
  margin-top: 30px;
}
.aboutBlock3 table tr.kyoka ul li {
  font-size: 15px;
  background: #EAEAEA;
  width: 49.5%;
  margin-bottom: .5%;
  padding: 18px 30px;
  box-sizing: border-box;
  position: relative;
}
.aboutBlock3 table tr.kyoka ul li:before {
  content: "■";
  position: absolute;
  left: 8px;
  font-size: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #0043A0;
}
.aboutBlock3 table td .sumi::before,
.aboutBlock3 table td .sumi::after{
  border-color: #fff transparent transparent transparent;
}
.aboutBlock3 table td .sumi span::before,
.aboutBlock3 table td .sumi span::after{
  border-color: transparent transparent #fff transparent;
}
.aboutBlock3 table tr.hanbai td span {
  margin-left: 90px;
}
.aboutBlock3 table tr.maker td ul li {
  line-height: 2.2;
}
.aboutBlock4 {
  background: #f3f3f3;
  padding: 200px 0;
}
.aboutBlock4 .wrap1 {
  width: min(1000px,65%);
  margin-left: 30%;
}
.aboutBlock4 .wrap1 ul {
  margin-top: 100px;
}
.aboutBlock4 .wrap1 ul li {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2%;
    background: #00256B;
    display: flex;
    align-items: center;
}
.aboutBlock4 .wrap1 ul li > img {
    width: 40%;
}
.aboutBlock4 .wrap1 ul li .inner {
    padding: 30px;
    position: relative;
    width: 60%;
    box-sizing: border-box;
}
.aboutBlock4 .wrap1 ul li .inner h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
}
.aboutBlock4 .wrap1 ul li .inner p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.05em;
}
.aboutBlock4 .wrap1 ul li .inner .sumi::before,
.aboutBlock4 .wrap1 ul li .inner .sumi::after{
  display: none;
}
.aboutBlock4 .wrap1 ul li .inner .sumi span::before,
.aboutBlock4 .wrap1 ul li .inner .sumi span::after{
  display: none;
}
.aboutBlock5 {
    width: 58%;
    margin-left: 30%;
    overflow: hidden;
    padding: 200px 0 0;
    border-bottom: 1px solid #003C8F;
    margin-bottom: 200px;
}
.aboutBlock5 .tit1 {
    margin-bottom: 60px;
}
.aboutBlock5 ul li {
    border-bottom: 1px solid #003C8F;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.aboutBlock5 ul li .year {
    font-family: "Sofia Sans Condensed";
    color: #003C90;
    font-size: 44px;
    font-weight: 700;
    margin-right: 70px;
}
.aboutBlock5 ul li .value {
    font-size: 15px;
}
.historySlide .titBox {
  position: relative;
  align-items: center;
  width: min(1000px,90%);
  margin-bottom: 100px;
}
.historySlide .titBox .prevnextBtn {
  width: 184px;
  position: relative;
}
.swiper-button-next, .swiper-button-prev {
  background: url(/wp-content/themes/a/img/arrow5.svg)0 0 no-repeat;
  background-size: 100%;
  width: 60px;
  height: 50px;
  color: transparent;
}
.swiper-button-prev {
  transform: rotate(180deg);
  top: -5px;
}
.aboutBlock5 .swiper-wrapper {
  padding: 30px 0;
  align-items: center;
}
.aboutBlock5 .swiper-wrapper .swiper-slide {
  padding: 30px 100px;
  box-sizing: border-box;
  border-right: 1px solid #003C8F;
  height: 100%;
}
.aboutBlock5 .swiper-wrapper .swiper-slide .txt1 {
  font-family: "Sofia Sans Condensed";
  font-size: 150px;
  font-weight: 800;
  color: #003C90;
}
.aboutBlock5 .swiper-wrapper .swiper-slide .txt2 {
  font-size: 15px;
  margin-top: -40px;
}
.historySlide .line {
  width: 100%;
  height: 1px;
  background: #003C8F;
}
.aboutBlock6 {
  padding: 200px 0 0;
  background: #f3f3f3;
}
.aboutBlock6 .wrap1{
  width:70%;
  margin-left: 30%;
}
.aboutBlock6 .wrap1 .addresBlock1 .left {
  width: 35%;
  margin-right: 5%;
  padding-top: 100px;
}
.aboutBlock6 .wrap1 .addresBlock1 .right {
  width: 60%;
  padding-top: 100px;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 {
    padding: 30px 0;
    border-bottom: 1px solid #707070;
    position: relative;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1:nth-child(1) {
  border-top: 1px solid #707070;
}
.aboutBlock6 .wrap1 .addresBlock1 .right iframe {
  width: 100%;
  height: 580px;
}
.aboutBlock6 .wrap1 .addresBlock1 .right #mapArea {
  position: sticky;
  top: 150px;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 h3 {
  color: #00256B;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 h3 span{
  font-size: 15px;
  background: #EAEAEA;
  padding: 10px 8px;
  margin-left: 24px;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 .mapLink {
  font-size: 15px;
  font-weight: 700;
  color: #003C90;
  position: absolute;
  right: 0;
  bottom: 50px;
  font-family: "Sofia Sans Condensed";
  display: flex;
  align-items: center;
  cursor: pointer;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 .mapLink img {
  margin-left: 16px;
}
.businessBg1 {
  background: #080807;
}
.pageBusiness .sideSticky aside * {
  color: #fff;
}
.pageBusiness .sideSticky aside .wrap h2{
  color: #fff;
}
.pageBusiness .sideSticky.dark-mode aside .wrap h2,
.pageBusiness .sideSticky.dark-mode aside *{
  color: #000;
}
.pageBusiness .sideSticky.dark-mode aside .wrap ul li:nth-of-type(1) a:after{
  background:#B2B2B2;
}
.pageBusiness .sideSticky aside .wrap ul li a:after{
  background: url(/wp-content/themes/a/img/arrow3.svg) 0 0 no-repeat;
  background-size: 100%;
}
.pageBusiness .sideSticky.dark-mode aside .wrap ul li a:after{
  background: url(/wp-content/themes/a/img/arrow4.svg) 0 0 no-repeat;
  background-size: 100%;
}
.pageBusiness .sideSticky aside ul .label {
  position: relative;
  top: -16px;
  padding-right: 12px;
  font-size: 12px;
}
.pageBusiness .sideSticky aside .wrap ul li:nth-of-type(2) a {
  padding-top: 6px;
}
.pageBusiness .sideSticky aside .wrap ul li:nth-of-type(1) a{
  border-bottom: none;
  position: relative;
}
.pageBusiness .sideSticky aside .wrap ul li:nth-of-type(1) a:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  margin-left: 40px;
  position: absolute;
  bottom: -82px;
}
.pageBusiness .sideSticky .mainBlock1 {
  padding-top: 0;
}
.pageBusiness .sideSticky .mainBlock1 .topBg1 {
  padding-top: 160px;
  background-size: 100% 100%;
}
.tit1.ver2,
.tit1.ver2 span {
  color: #fff;
}
.businessBlock1 {
  width: min(1000px, 65%);
  margin-left: 30%;
}
.businessBlock1 .box1 {
  padding: 110px 0;
  align-items: flex-start;
}
.businessBlock1 .box1 .left {
  width: 46%;
  position: relative;
}
.businessBlock1 .box1 .right {
  width: 46%;
}
.businessBlock1 .box1 .left .no {
  font-family: "Sofia Sans Condensed";
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 23px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 6px;
  left: 6px;
  border-radius: 4px;
}
.businessBlock1 .box1 .right h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.businessBlock1 .box1 .right .txt1 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.businessBlock1 .box1 .right .txt2 {
  margin: 30px 0 40px;
  color: #fff;
  font-size: 15px;
  text-align: justify;
}
.businessBlock1 .box1 .right .box2 {
  background: #EBEBEB;
  padding: 6px 40px;
  box-sizing: border-box;
  position: relative;
}
.businessBlock1 .box1 .right .box2 ul li {
  font-size: 15px;
  font-weight: 700;
  color: #003C90;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
}
.businessBlock1 .box1 .right .box2 ul li img{
    margin-right: 10px;
}
.businessBlock1 .box1 .right .box2 ul li:last-child {
  border-bottom:none;
}
.businessBlock1 .box1 .right .box2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #00205f transparent transparent transparent;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.businessBg2 {
  position: relative;
  background: #F4F4F4;
  padding-top: 200px;
}
.businessBg2 section {
    width: min(1000px, 65%);
    margin-left: 30%;
    scroll-margin-top: 100px;
}
.businessBusiness1 .box1 {
  margin-top: 100px;
}
.businessBusiness1 .box1 .txtBox1 {
  background: #EDEDED;
  padding: 70px;
  box-sizing: border-box;
}
.businessBusiness1 .box1 .txtBox1 {
  background: #EDEDED;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}
.businessBusiness1 .box1 .txtBox1 .sumi span{
  display: none;
}
.businessBusiness1 .box1 .txtBox1 .sumi:before,
.businessBusiness1 .box1 .txtBox1 .sumi:after{
  border-color: #f4f4f4 transparent transparent transparent;
}
.businessBusiness1 .box1 .txtBox1 h3 {
  color: #002670;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.businessBg2 .line2 {
  width: min(1000px, 65%);
  margin-left: 30%;
  padding: 100px 0 70px;
}
.businessBusiness1 .box1 .linkBtn1.ver2 {
  margin-top: 110px;
}
.businessBg2 > .sumi span {
  position: absolute;
  bottom: -201px;
  width: 100%;
}
.underBg1 {
  background: #000;
  padding-bottom: 200px;
}
.pageNewslist .sideSticky .mainBlock1 {
  background: #F4F4F4;
  position: relative;
  padding-bottom: 540px;
}
.sideSticky aside.categoryList .wrap{
  border: 1px solid #000;
  padding: 40px 30px;
  box-sizing: border-box;
}
.sideSticky aside.categoryList .wrap h2 {
  color: #000;
  font-family: "Sofia Sans Condensed";
  font-size: 23px;
  border-bottom: 1px solid #707070;
  padding-bottom: 26px;
}
.sideSticky aside.categoryList .wrap h2:before {
  display: none;
}
.pageNewslist .mainBlock1 > .sumi span {
  bottom: -201px;
  top: unset;
  position: absolute;
  width: 100%;
}
.pageNewslist .mainBlock1 > .sumi:before,
.pageNewslist .mainBlock1 > .sumi:after {
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: -1px;
}
.sideSticky aside.categoryList .wrap ul li a {
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 0;
}
.sideSticky aside.categoryList .wrap ul li a:after {
  display: none;
}
.sideSticky aside.categoryList .wrap ul li a:before {
  content: "";
}
.sideSticky aside.categoryList .wrap ul li a:before {
  content: "◯";
  display: inline-block;
  margin-right: 10px;
}
.categoryBlock1{
  width: min(1000px,60%);
  margin-left: 30%;
}
.categoryBlock1 h1 {
  padding: 20px 70px;
  background: #00256B;
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.categoryBlock1 h1 .sumi::before {
  border-color: #f4f4f4 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: -1px;
}
.categoryBlock1 h1 .sumi::after {
  border-color: #f4f4f4 transparent transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
}
.categoryBlock1 h1 .sumi span:before{
  bottom: -1px;
  left: -1px;
  border-color: transparent transparent #f4f4f4 transparent;
}
.categoryBlock1 h1 .sumi span:after{
  bottom: -1px;
  right: -1px;
  border-color: transparent transparent #f4f4f4 transparent;
}
.categoryBlock1 > ul {
  border-top: 1px solid #DEDEDE;
  padding-top: 60px;
}
.categoryBlock1 ul li a {
  padding: 40px 0;
  border-bottom: 1px solid #707070;
  position: relative;
}
.categoryBlock1 ul li a .day {
  font-size: 15px;
  margin-right: 44px;
}
.categoryBlock1 ul li a h3 {
  font-size: 15px;
  font-weight: 700;
}
.categoryBlock1 ul li a:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 27px;
  background: url(/wp-content/themes/a/img/arrow5.svg);
  position: absolute;
  right: 0;
  transition: .3s;
}
.categoryBlock1 ul li a:hover:after {
  background: url(/wp-content/themes/a/img/arrow4.svg);
}
.underHead2 {
  padding: 280px 0 150px;
  background: #000;
  width: 100%;
}
.underHead2 *{
  color: #fff;
}
.underHead2 .wrap {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.underHead2 .daycat {
  font-size: 25px;
  font-weight: 700;
}
.underHead2 .daycat span {
  margin-left: 32px;
}
.underHead2 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
}
.singleBlock1 {
  background: #F4F4F4;
  position: relative;
}
.singleBlock1 .wrap {
  max-width: 980px;
  margin: 0 auto 0;
  padding: 200px 0;
}
.singleBlock1 .wrap .navmenu {
  margin-top: 120px;
  padding-top: 120px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
}
.entry-conts h1,
.entry-conts h2,
.entry-conts h3,
.entry-conts h4,
.entry-conts h5,
.entry-conts h6 {
  font-size: 28px;
  font-weight: 700;
  color: #003C90;
}
.entry-conts h1:before,
.entry-conts h2:before,
.entry-conts h3:before,
.entry-conts h4:before,
.entry-conts h5:before,
.entry-conts h6:before {
  content: "■";
  margin-right: 6px;
}
.entry-conts h2 {
  font-size: 26px;
}
.entry-conts h3 {
  font-size: 24px;
}
.entry-conts h4 {
  font-size: 22px;
}
.entry-conts h5 {
  font-size: 20px;
}
.entry-conts h6 {
  font-size: 18px;
}
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
  background: #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.wp-block-list {
  list-style: inside;
}
.wp-block-list li{
  line-height: 2;
}
.wp-block-table .has-fixed-layout tbody tr > * {
  padding: 20px;
  box-sizing: border-box;
}
.singleBlock1 .wrap .navmenu .prev-link,
.singleBlock1 .wrap .navmenu .next-link {
  align-items: center;
  display: flex;
}
.singleBlock1 .wrap .navmenu .prev-link:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 28px;
  transform: rotate(-180deg);
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  margin-right: 10px;
  transition: .3s;
}
.singleBlock1 .wrap .navmenu .next-link:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 28px;
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  margin-left: 10px;
  transition: .3s;
}
.singleBlock1 .wrap .navmenu .prev-link:hover:before,
.singleBlock1 .wrap .navmenu .next-link:hover:after {
  background: url(/wp-content/themes/a/img/arrow5.svg)0 0 no-repeat;
}
.singleBlock1 .wrap .navmenu .linkBtn1.ver2 {
  border: none;
  margin: 0 50px;
  padding: 2px 40px;
  border-radius: 2px;
}
.singleBlock1 .wrap .navmenu .linkBtn1.ver2:after {
  display: none;
}
.sideSticky aside.categoryList .wrap ul li.on a:before {
  content: "●";
  color: #003C90;
}
.recruitBg1 {
  background: url(/wp-content/themes/a/img/recruitBg1.jpg) 0 0 no-repeat;
  background-size: cover;
}
.recruitBlock1 {
  padding: 200px 0;
  width: min(1200px,90%);
  margin: 0 auto;
}
.recruitBlock1 .box1 {
  margin-top: 100px;
}
.recruitBlock1 .box1 a {
  width: 49%;
  background: #fff;
}
.recruitBlock1 .box1 a h3 {
  padding: 30px;
  box-sizing: border-box;
  color: #00256B;
  font-size: 19px;
  font-weight: 700;
  display: table;
  position: relative;
}
.recruitBlock1 .box1 a h3:after {
  content: "";
  display: block;
  width: 38px;
  height: 28px;
  position: absolute;
  right: -22px;
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitBg2 {
  padding: 200px 0;
  background: #000;
}
.recruitBlock2 {
  width: min(1200px,90%);
  margin: 0 auto;
}
.recruitBlock2 ul {
  margin-top: 100px;
}
.recruitBlock2 ul li {
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
}
.recruitBlock2 ul li .sumi::before,
.recruitBlock2 ul li .sumi::after {
  border-color: #000 transparent transparent transparent;
}
.recruitBlock2 ul li .sumi span:before,
.recruitBlock2 ul li .sumi span:after {
  border-color: transparent transparent #000 transparent;
}
.recruitBlock2 ul li .sumi::before{
  border-width: 30px 30px 0 0;
}
.recruitBlock2 ul li .sumi::after {
  border-width: 30px 0 0 30px;
}
.recruitBlock2 ul li .sumi span:before{
  border-width: 0px 30px 30px 0px;
}
.recruitBlock2 ul li .sumi span:after {
  border-width: 0 0 30px 30px;
}
.recruitBlock2 ul li:nth-child(2) {
  margin: 15px 0;
}
.recruitBlock2 ul li .txt1 {
  width: 30%;
  margin-right: 5%;
  display: flex;
  align-items: center;
}
.recruitBlock2 ul li .txt2 {
  width: 65%;
}
.recruitBlock2 ul li .txt1 span {
  font-family: "Sofia Sans Condensed";
  font-size: 37px;
  font-weight: 600;
  margin-right: 20px;
  color: #003C90;
}
.recruitBg3 {
  background: url(/wp-content/themes/a/img/recruitBg2.jpg)0 0 no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.recruitBlock3 {
  width: min(1200px,90%);
  margin: 0 auto;
}
.recruitBlock3 ul {
  border-top: 3px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 110px;
}
.recruitBlock3 ul li {
  padding: 44px 0;
  border-bottom: 1px solid #fff;
}
.recruitBlock3 ul li .no {
  width: 100px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.recruitBlock3 ul li div {
  width: calc(100% - 100px);
}
.recruitBlock3 ul li div h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.recruitBlock3 ul li div p {
  line-height: 2;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 95%;
}
.recruitBlock4 {
  background: #000;
  padding: 200px 0;
}
.recruitBlock4 .wrap1 {
  width: min(1200px,90%);
  margin: 0 auto;
}
.recruitBlock4 table {
  background: #fff;
  margin-top: 110px;
}
.recruitBlock4 table tr th {
  width: 30%;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}
.recruitBlock4 table tr td {
  width: 70%;
  font-size: 15px;
  border-left: 1px solid #707070;
  position: relative;
}
.recruitBlock4 table tr th,
.recruitBlock4 table tr td {
  padding: 40px 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
}
.recruitBlock4 table tr {
  padding: 10px 0;
}
.recruitBlock4 table tr td:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -15px;
}
.recruitBlock4 table tr td:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: -15px;
}
.recruitBlock4 table tr td .linkBtn1.ver2 {
  display: block;
  margin-top: 70px;
  width: 150px;
}
.formBlock1 {
  background: #F4F4F4;
  padding: 200px 0;
}
.formBlock1 .wrap1 {
  width: min(1200px,90%);
  margin: 0 auto;
}
.formBlock1 .wrap2 {
  background: #FFFFFF;
  margin-top: 100px;
  padding: 160px 100px;
  box-sizing: border-box;
}
.formBlock1 .wrap2 .left {
  width: 46%;
}
.formBlock1 .wrap2 .right {
  width: 46%;
}
.formBlock1 .wrap2 .left h3 {
  font-size: 26px;
  font-weight: 700;
}
.formBlock1 .wrap2 .left .txt1 {
  padding: 40px;
  font-size: 15px;
  text-align: justify;
  background: #F8F8F8;
  margin: 44px 0 24px;
}
.formBlock1 .wrap2 .left .txt2 {
  padding: 30px 30px 30px 3em;
  box-sizing: border-box;
  background: #F8F8F8;
  color: #00256B;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  text-indent: -1em;
}
.formBlock1 .wrap2 .left .txt2:before {
  content: "■";
  margin-right: 4px;
}
.formBlock1 .wrap2 .left h4 {
  margin: 36px 0 10px;
  font-size: 15px;
  font-weight: 700;
}
.formBlock1 .wrap2 .left h4:before {
  content: "■";
  color: #00256B;
  margin-right: 3px;
}
.formBlock1 .wrap2 .left .box2 {
  border: 1px solid #707070;
  padding: 16px 40px;
  align-items: center;
}
.formBlock1 .wrap2 .left .box2 p {
  width: 20%;
  text-align: center;
}
.formBlock1 .wrap2 .left .box2 a {
  color: #00256B;
  font-size: 35px;
  padding-left: 10%;
  font-weight: 600;
  border-left: 1px solid #000;
}
.formBlock1 .wrap2 .right label .th,
.formBlock1 .wrap2 .right .privacy h4 {
  font-size: 15px;
  font-weight: 700;
}
.formBlock1 .wrap2 .right label .th .hissu {
  margin-left: 10px;
  color: #ED002E;
  border: 1px solid #ED002E;
  font-size: 12px;
  padding: 3px 6px;
}
.formBlock1 .wrap2 .right label .td {
  display: block;
  margin-top: 8px;
  border: 1px solid #D9D9D9;
}
.formBlock1 .wrap2 .right label .td select,
.formBlock1 .wrap2 .right label .td input[type=text],
.formBlock1 .wrap2 .right label .td input[type=email],
.formBlock1 .wrap2 .right label .td input[type=tel],
.formBlock1 .wrap2 .right label .td textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px;
  font-size: 15px;
}
.formBlock1 .wrap2 .right label .td textarea{
  border: none;  
}
.formBlock1 .wrap2 .right label.check .td {
  padding: 16px 20px 16px 0;
  box-sizing: border-box;
}
.formBlock1 .wrap2 .right .privacy{
  margin-top: 26px;
}
.formBlock1 .wrap2 .right .privacy .inner {
  margin-top: 12px;
  border: 1px solid #D9D9D9;
  padding: 16px 20px;
  overflow-y: scroll;
  height: 200px;
  box-sizing: border-box;
  font-size: 15px;
}
.formBlock1 .wrap2 .right .privacy .inner p {
  margin-bottom: 30px;
  line-height: 1.7;
}
.formBlock1 .wrap2 .right .doui {
  margin-top: 20px;
}
.formBlock1 .wrap2 .right .doui .wpcf7-list-item {
  margin-left: 0;
}
.formBlock1 .wrap2 .right .send {
  margin-top: 50px;
  background: #003C90;
  text-align: center;
  position: relative;
  border-radius: 50px;
  border: 1px solid #003C8F;
  transition: .3s;
}
.formBlock1 .wrap2 .right .send:hover{
  background-color:#fff;
}
.formBlock1 .wrap2 .right .send:hover input{
  color:#003C8F;
}
.formBlock1 .wrap2 .right .send input {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 26px 0;
  width: 100%;
}
.formBlock1 .wrap2 .right .send .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form .wpcf7-response-output{
    padding: 20px 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}
.wpcf7-not-valid-tip {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}
.pageContact {
  padding-top: 240px;
  background: #F4F4F4;
}
.contactHead h1 {
  color: #003C90;
  text-align: center;
  font-size: 164px;
  font-family: "Sofia Sans Condensed";
  font-weight: 800;
}
.contactHead h1 span {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: -50px 0;
}
.formBlock1 .wrap2 .left .txt3 {
  margin: 30px  0 70px;
  background: #F8F8F8;
  padding: 30px 20px;
  font-size: 15px;
}
.formBlock1 .wrap2 .left .box3 {
  position: relative;
}
.formBlock1 .wrap2 .left .box3 a {
  padding: 32px 48px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #707070;
  align-items: center;
}
.page404 .aboutMain1 {
  margin-bottom: 0;
  padding-bottom: 120px;
}
.underHead3 {
  position: relative;
}
.underHead3 h1 {
  color: #fff;
  position: absolute;
  bottom: 0;
  top: 20%;
  left: 20%;
  margin: auto;
  font-size: 25px;
  font-weight: 700;
  display: table;
}
.underHead3 h1 span{
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 700; 
}
.seriesSide {
  background: #F8F8F8;
  padding: 54px 36px;
  box-sizing: border-box;
}
.seriesSide h2 {
  color: #00256B;
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
  margin-bottom: 26px;
}
.seriesSide p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 28px;
}
.seriesSide a {
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #003C8F;
  padding: 12px 15px;
  width: 84%;
  font-size: 15px;
  font-weight: 600;
  color: #003C90;
  position: relative;
}
.seriesSide a:hover {
  background:#003C90;
  color: #fff;
}
.seriesSide a:after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/iconDownload.svg)0 0 no-repeat;
}
.seriesBlock1 {
  width: min(1000px, 65%);
  margin-left: 30%;
  overflow: hidden;
}
.seriesBlock1 .sumi::before,
.seriesBlock1 .sumi::after {
  border-color: #000 transparent transparent transparent;
}
.pageSeries .sideSticky {
  border-bottom: 200px solid #fff;
}
.seriesTit1 {
  position: relative;
  background: #00256B;
  color: #fff;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.seriesBlock1 .seriesTit1 .sumi::before,
.seriesBlock1 .seriesTit1 .sumi::after {
  border-color: #fff transparent transparent transparent;
}
.seriesBlock1 .seriesTit1 .sumi span::before,
.seriesBlock1 .seriesTit1 .sumi span::after {
  border-color: transparent transparent #fff transparent;
}
.seriesSlide .prevnextBtn {
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.seriesSlide .prevnextBtn .swiper-button-prev {
    top: 20px;
}
.seriesSlide .prevnextBtn .swiper-button-prev,
.seriesSlide .prevnextBtn .swiper-button-next{
    background: url(/wp-content/themes/a/img/arrow4.svg) 0 0 no-repeat;
    background-size: 100%;
}
.seriesBlock1 .box1 {
  margin-top: 200px;
}
.seriesBlock1 .box1:nth-child(1){
  margin-top: 0;
}
.seriesTit1 .sTit {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-left: 30px;
}
.seriesBlock1 .box1 .table1 tr > * {
  padding: 20px;
  border: 1px solid #707070;
  vertical-align: middle;
  font-size: 15px;
}
.seriesBlock1 .box1 .table1 tr th {
  background:#F8F8F8;
  font-weight: 700;
  text-align: left;
}
.seriesBlock1 .table2 {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.seriesBlock1 .table2 th {
  padding: 36px;
}
.seriesBlock1 > .sumi span::before,
.seriesBlock1 > .sumi span::after {
  bottom: -201px;
}
.sideSticky > .linkBtn1 {
  margin: 100px auto 0;
}
.pageProductCat .sideSticky aside.categoryList .wrap ul li a {
  padding: 10px 0;
}
.pageProductCat .sideSticky aside.categoryList .wrap ul li a span {
  float: right;
}
.mainRightBlock1{
  width: min(1000px, 60%);
  margin-left: 30%;  
}
.productCatBlock1 .box1 {
  background: #00256B;
}
.productCatBlock1 .left {
  width: 50%;
  padding: 70px;
  box-sizing: border-box;
}
.productCatBlock1 .box1 > img {
  width: 50%;
  object-fit: cover;
}
.productCatBlock1 .left h2 {
  color: #fff;
  font-size: 25px;
}
.productCatBlock1 .left p {
  margin: 20px 0 30px;
  font-size: 15px;
  color: #fff;
}
.productCatBlock1 .left .linklist a {
  background: #fff;
  display: block;
  padding: 10px 14px;
  color: #003C90;
  font-weight: 600;
  margin-top: 18px;
  position: relative;
}
.productCatBlock1 .left .linklist a:after {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background: url(/wp-content/themes/a/img/iconDownload.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.productCatBlock1 .txt1 {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 5%;
  width: 90%;
}
.productCatBlock2 {
  margin-top: 60px;
}
.productCatBlock2 ul li {
    width: 49%;
    border: 1px solid #D0D0D0;
    padding: 42px;
    box-sizing: border-box;
    margin-bottom: 2%;
}
.productCatBlock2 ul li > img {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.productCatBlock2 ul li h3 {
  margin: 20px 0 24px;
}
.productCatBlock2 ul li h3 {
  margin: 20px 0 24px;
  font-size: 20px;
  font-weight: 700;
}
.productCatBlock2 ul li h3:before {
  color: #0043A0;
  content: "■";
  margin-right: 4px;
}
.productCatBlock2 ul li h3 p {
  font-size: 15px;
}
.productCatBlock2 ul li .linkBtn1.ver2 {
  padding: 10px 40px 10px 15px;
  margin: 26px 0 30px;
}
.productCatBlock2 ul li .linkBtn1.ver2:after {
  right: 15px;
}
.productCatBlock2 ul li .box1 {
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
}
.productCatBlock2 ul li .box1 h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
.productCatBlock2 ul li .box1 a {
  color: #003C90;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 50px 10px 15px;
  border: 1px solid #003C90;
  margin-right: 30px;
  position: relative;
}
.productCatBlock2 ul li .box1 a:hover{
  background:#003C90;
  color: #fff;
}
.productCatBlock2 ul li .box1 a:after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(/wp-content/themes/a/img/iconDownload.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pageProductCat .sideSticky {
  border-bottom: 200px solid #fff;
}
.worksSinBlock1 {
  width: min(1000px,90%);
  margin: 170px auto;
}
.worksSinBlock1 .left {
  width: 57%;
  margin-right: 8%;
}
.worksSinSlide {
  width: 100%;
  overflow: hidden;
}
.worksSinSlide .swiper-wrapper {
  display: flex;
  align-items: center;
}
.worksSinSlide .swiper-slide {
  width: 100%;
  text-align: center;
}
.worksSinSlide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.worksSinThumb {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.worksSinThumb .swiper-wrapper {
  display: flex;
  align-items: center;
}
.worksSinThumb .swiper-slide {
  width: 25%;
  cursor: pointer;
  transition:.3s;
  opacity: 0.6;

}
.worksSinThumb .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid transparent;
}
.worksSinThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.worksSinBlock1 .right {
  width: 35%;
}
.worksSinBlock1 .right ul,
.worksList1 .list1 ul {
  border-bottom: 1px solid #707070;
}
.worksSinBlock1 .right ul li,
.worksList1 .list1 ul li {
  display: flex;
  width: 100%;
  border-top: 1px solid #707070;
  padding: 10px 0;
}
.worksSinBlock1 .right ul li .th,
.worksList1 .list1 ul li .th {
  font-size: 15px;
  font-weight: 700;
  width: 30%;
  display: inline-block;
}
.worksSinBlock1 .right ul li .td,
.worksList1 .list1 ul li .td {
  font-size: 15px;
  width: 80%;
  padding-left: 10%;
  border-left: 1px solid #707070;
  display: inline-block;
}
.worksSinBlock1 .right .catLinkBox a,
.worksList1 .list1 .catLinkBox a {
  border: 1px solid #003C8F;
  padding: 10px 50px 10px 24px;
  margin-top: 8px;
}
.worksSinBlock1 .right .catLinkBox a.linkBtn1:after,
.worksList1 .list1 .catLinkBox a.linkBtn1:after{
  right: 20px;
}
.worksSinBlock1 .right .cont p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #707070;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  font-weight: 400;
}
.dg {
  display: grid;
}
.worksList1 .list1 {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 14px;
}
.worksList1 .list1 .box1 > a {
  margin-bottom: 20px;
  display: block;
}
.worksList1 .list1 .box1 > img {
  margin-bottom: 20px;
}
.pageWorks .sideSticky {
  border-color: #fff;
}
.formModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
  background: rgb(0 0 0 / 80%);
  z-index: 20;
  overflow-y: scroll;
  box-sizing: border-box;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.formModal.on {
  opacity: 1;
  pointer-events: unset;
}
.formModal .wrap2 {
  width: min(1200px,90%);
  box-sizing: border-box;
  padding: 100px;
  margin: auto;
  position: relative;
}
.formModal .wrap2 > ul li {
  background: #003C90;
  width: 31%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 19px;
  font-weight: 700;
  position:relative;
}
.formModal .wrap2 > ul li:after {
  content: ">";
  display: block;
  width: 20px;
  height: 10px;
  transform: scale(0.5, 1);
  font-size: 20px;
  color: #003C90;
  right: -9%;
  position: absolute;
  line-height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.formModal .wrap2 > ul li:last-child:after{
  display: none;
}
.formModal .wrap2 .box1 {
  border-top: 1px solid #D9D9D9;
  padding-top: 70px;
  margin-top: 80px;
}
.formModal.formBlock1 .wrap2 .left .txt1 {
  color: #E2002C;
  padding: 6px 14px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #E2002C;
  background: none;
  display: table;
}
.formModal.formBlock1 .wrap2 .left h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
.formModal.formBlock1 .wrap2 .left .box2 {
  background: #F8F8F8;
  border: none;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-top: 18px;
}
.formModal.formBlock1 .wrap2 .left .box2 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00256B;
  margin-bottom: 30px;
}
.formModal.formBlock1 .wrap2 .left .box2 p {
  width: 100%;
  font-size: 15px;
  text-align: justify;
}
.formBlock1 .wrap2 .right label.none {
  display: none;
}
.formModal .wrap2 .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1400px){
.sideSticky aside {
    padding-top: 120px;
} 
.sideSticky aside .wrap h2 {
  margin-bottom: 0px;
}
.sideSticky aside .wrap ul li a {
  padding: 16px 0;
}
.sideSticky aside ul .label {
  top: -2px;
}
.sideSticky aside.categoryList .wrap {
  padding: 20px;
}
.sideSticky aside {
  position: static;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  float: none;
}
.sideSticky aside ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.sideSticky aside ul li {
  margin-right: 30px;
}
.sideSticky aside.categoryList .wrap h2 {
  padding-bottom: 18px;
}
.sideSticky .mainBlock1 {
  padding-top: 120px;
}
.mainRightBlock1 {
  width: 90%;
  margin: 0 auto;
}
.seriesSide a {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
}
.seriesBlock1 {
  width: 90%;
  margin: 0 auto;
}
.pageNewslist .sideSticky .mainBlock1{
  background:none;
}
.pageNewslist .sideSticky .mainBlock1 > .sumi {
  display: none;
}
.categoryBlock1 {
  margin: 0 auto;
  width: 90%;
}
.fbox1 {
  flex-wrap: wrap;
}
.fbox1 .left {
  width: 100%;
}
.fbox1 .right {
  width: min(600px,100%);
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
  align-items: stretch;
}
.fbox1 .right a {
  width: 48%;
  box-sizing: border-box;
  align-items: center;
  padding: 20px 40px;
}
.fbox1 .right a:last-child {
  margin-top: 0;
}
.fbox1 .left .box1 ul {
  margin-bottom: -40px;
}
}
@media screen and (max-width: 1290px){
header .btn {
    display: block;
}
header .btn .iconBatsu,
header .on .btn .iconMenu{
  display: none;
}
header .on .btn .iconBatsu{
  display: block;
}
header nav {
  position: fixed;
  width: 96%;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  background: #f3f3f3;
  overflow-y: auto;
  height: 80vh;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
header .on nav {
  opacity: 1;
  pointer-events: unset;
}
header nav ul {
  flex-direction: column;
}
header nav ul li{
  border-bottom: 1px solid #D1D1D1;
}
header nav ul li a {
  display: block;
  width: 100%;
  margin: 10px auto;
  position: relative;
  padding: 14px 0;
  margin: 0 auto;
}
header nav > ul > li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url(/wp-content/themes/a/img/arrow2.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav > ul > li.accordion:after {
  display: none;
}
header nav .onMouseMenu {
  position: static;
  opacity: 1;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
header nav > ul > li.accordion > a{
  pointer-events: none;
}
header nav > ul > li.accordion:hover .onMouseMenu{
  height: auto;
  opacity: 1;
  pointer-events: unset;
}
header nav > ul > li {
  margin: 0 auto;
  width: 95%;
}
header nav > ul > li.accordion {
  position: relative;
  margin-right: auto;
}
header nav > ul > li.accordion a:after{
  transform: rotate(90deg);
}
header nav > ul > li.accordion:hover a:after{
  transform: rotate(-90deg);
}
header nav > ul > li.accordion .onMouseMenu a:after{
  display: none;
}
header nav .accordion .onMouseMenu a {
  width: 100%;
  margin: 0 auto;
  border-bottom: 0;
  padding: 4px 0;
}
header nav .accordion .onMouseMenu a:last-child {
  margin-bottom: 16px;
}
header nav ul li.link1 a, header nav ul li.link2 a {
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  width: 100%;
}
header nav > ul > li.link1 {
  margin-top: 30px;
}
header nav > ul > li.link2 {
  margin: 10px auto 30px;
}
header nav .accordion:hover .onMouseMenu {
  opacity: 1;
  padding: 0;
}
header nav .accordion:hover .onMouseMenu a {
  margin: 0;
}
header nav .accordion:hover .onMouseMenu a:last-child{
  margin-bottom: 16px;
}
header nav ul li.link1 a:after,
header nav ul li.link2 a:after{
  display: none;
}
}
@media screen and (max-width: 820px){
.strengthBox1 .wrap1 {
    flex-wrap: wrap;
}
.strengthBox1 .wrap1 .box1 {
  width: 100%;
  border-left: 1px solid #848484;
  border-bottom: 1px solid #848484;
  padding: 4% 2%;
}
.strengthBox1 .wrap1 .box1 > img {
  width: min(400px,90%);
  display: block;
  margin: 0 auto;
}
.topProducts .box1 {
  flex-wrap: wrap;
}
.topProducts .box1 div {
  width: 100%;
  margin-top: 40px;
}
.topProducts .box1 div p {
  margin-bottom: 20px;
}
.topBlock1 {
  padding: 120px 0 80px;
}
.topProducts {
  padding: 50px 0 80px;
}
.topWorks {
  padding: 50px 0 80px;
}
.worksSlide {
  margin-top: 50px;
}
.topBusiness {
  padding: 80px 0;
}
.topBusiness .box2 {
  flex-wrap: wrap;
  margin-top: 0;
}
.topBusiness .box2 img {
  width: 100%;
  border-bottom:0;
}
.topBusiness .box2 ul {
  width: 90%;
  margin: 0 auto;
}
.topInfoBlock {
  padding: 60px 0;
}
.linkBlock1 {
  margin: 0px 0 60px;
  padding: 60px 0;
}
.linkBlock1 > div {
  flex-wrap: wrap;
}
.linkBlock1 > div a {
  width: 100%;
}
.linkBlock1 > div a:nth-child(1){
  margin-bottom: 5%;
}
.linkBlock1 > div a .left {
  width: 45%;
  margin-right: 5%;
}
.recruitBlock {
  flex-wrap: wrap;
  padding: 5%;
}
.recruitBlock > img {
  width: 100%;
  margin-top: 30px;
}
.recruitBlock .left {
  padding-left: 0;
  width: 100%;
}
footer {
  padding: 180px 0 30px;
}
.fbox1 .left {
  flex-wrap: wrap;
}
.fbox1 .left .box2 {
  width: 50%;
  margin: 120px 0 0;
}
.fbox2 {
  flex-wrap: wrap;
}
.fbox2 .left {
  width: 100%;
  margin-bottom: 50px;
}
.fbox2 .right {
  width: 100%;
  margin-bottom: 60px;
}
footer .wrap1 small {
  position: static;
  text-align: center;
  display: block;
}
.pageBusiness aside {
  background: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
}
.pageBusiness .sideSticky aside ul {
  flex-wrap: wrap;
  position: relative;
}
.pageBusiness .sideSticky aside ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 30px;
}
.pageBusiness .sideSticky aside ul .label {
  position: absolute;
  top: 76px;
}
.pageBusiness .sideSticky aside ul li {
  width: 45.8%;
}
.sideSticky aside .wrap ul li a br {
  display: none;
}
.pageBusiness .sideSticky aside .wrap ul li:nth-of-type(2) a {
  padding-top: 16px;
}
.businessBlock1 {
  width: 90%;
  margin: 0 auto;
}
.pageBusiness .sideSticky .mainBlock1 .topBg1 {
  padding-top: 80px;
}
.businessBlock1 .box1 {
  flex-wrap: wrap;
}
.businessBlock1 .box1 .left {
  width: 100%;
}
.businessBlock1 .box1 .right {
  width: 100%;
  margin-top: 40px;
}
.businessBlock1 .box1 .left > img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.businessBg2 {
  padding-top: 80px;
}
.businessBg2 section {
  width: 90%;
  margin: 0 auto;
}
.businessBusiness1 .box1 {
  margin-top: 50px;
}
.businessBusiness1 .box1 .txtBox1 {
  padding: 5%;
}
.businessBg2 .line2 {
  margin: 0 auto;
  display: block;
  width: 90%;
  padding: 60px 0 30px;
}
.underHead3 img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: right;
}
.underHead3 h1 {
    font-size: 16px;
    left: 0;
    right: 0;
}
.underHead3 h1 span {
    font-size: 24px;
}
.sideSticky {
  border-bottom: 120px solid #f3f3f3;
}
.businessBusiness1 .box1 .linkBtn1.ver2 {
  margin-top: 40px;
}
.productCatBlock1 .box1 {
  flex-wrap: wrap;
}
.productCatBlock1 .left {
  width: 100%;
  padding: 5%;
}
.productCatBlock1 .box1 > img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.productCatBlock2 ul li .box1 > div {
  flex-wrap: wrap;
}
.productCatBlock2 ul li .box1 .downloadLink {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.pageAbout .sideSticky aside .wrap ul{
  flex-wrap: wrap;
}
.pageAbout .sideSticky aside .wrap ul li a {
  padding-right: 50px;
  display: block;
}
.aboutBlock1, .aboutBlock2 .wrap {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.aboutBlock2 .wrap{
  padding-top: 80px;
}
.aboutBlock2 .box1 {
  flex-wrap: wrap;
  flex-direction: column;
}
.aboutBlock2 .box1 .left {
  width: 100%;
  margin-bottom: 5%;
}
.aboutBlock2 .box1 .right {
  width: 100%;
}
.aboutBlock2 .box1 .right .box3{
  width: 100%;
}
.aboutBlock5 ul li {
    flex-wrap: wrap;
}
.aboutBlock5 ul li .year {
    font-size: 28px;
    display: block;
    width: 100%;
}
.aboutBlock5 ul li .value {
    font-size: 14px;
}
.aboutBlock3 {
  padding: 40px 0 80px;
  width: 90%;
  margin: 0 auto;
}
.aboutBlock3 table, .seriesBlock1 .table2 {
  margin-top: 40px;
}
.aboutBlock3 table th{
  padding: 24px 0;
}
.seriesBlock1 .table2 th{
  padding: 24px;
}
.aboutBlock3 table td, .seriesBlock1 .table2 td {
  padding: 24px 5%;
}
.aboutBlock4 {
  padding: 40px 0 60px;
}
.aboutBlock4 .wrap1 {
  width: 90%;
  margin: 0 auto;
}
.aboutBlock4 .wrap1 ul li .inner .sumi{
  display: none;
}
.aboutBlock5 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.aboutBlock5 .swiper-wrapper .swiper-slide .txt1 {
  font-size: 70px;
}
.aboutBlock5 .swiper-wrapper .swiper-slide {
  padding: 20px 50px;
}
.aboutBlock5 .swiper-wrapper .swiper-slide .txt2 {
  font-size: 15px;
  margin-top: -10px;
}
.historySlide .titBox {
  margin-bottom: 40px;
}
.aboutBlock6 {
  padding: 60px 0 0;
  margin-top: 100px;
}
.aboutBlock6 .wrap1 {
  width: 90%;
  margin: 0 auto;
}
.addresBlock1 {
  flex-wrap: wrap;
}
.aboutBlock6 .wrap1 .addresBlock1 .left {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.aboutBlock6 .wrap1 .addresBlock1 .left .box1 {
  padding: 30px 0;
}
.aboutBlock6 .wrap1 .addresBlock1 .right {
  width: 100%;
  padding-top: 60px;
}
.singleBlock1 .wrap {
  width: 90%;
  padding: 70px 0;
}
.recruitBlock1 {
  padding: 80px 0;
}
.recruitBlock1 .box1 a h3 {
  padding: 20px 20px;
}
.recruitBlock1 .box1 a h3:after {
  right: -40px;
}
.recruitBg2 {
  padding: 50px 0 100px;
  background: #000;
}
.recruitBlock2 ul {
  margin-top: 50px;
}
.recruitBlock2 ul li {
  flex-wrap: wrap;
}
.recruitBlock2 ul li .txt1 {
  width: 100%;
  margin-bottom: 10px;
}
.recruitBlock2 ul li .txt2 {
  width: 100%;
}
.recruitBg3 {
  padding: 50px 0 80px;
}
.recruitBlock3 ul {
  margin-top: 50px;
}
.recruitBlock4 {
  padding: 50px  0 80px;
}
.recruitBlock4 table {
  margin-top: 40px;
}
.recruitBlock4 table tr th, .recruitBlock4 table tr td {
  padding: 30px 50px;
}
.formBlock1 {
  padding: 40px 0 80px;
}
.formBlock1 .wrap2 .left {
  width: 100%;
}
.formBlock1 .wrap2 {
  margin-top: 30px;
  padding: 5%;
  flex-wrap: wrap;
}
.formBlock1 .wrap2 .right {
  width: 100%;
  margin-top: 30px;
}
.formBlock1 .wrap2 .left .box2 a {
  font-size: 20px;
  width: 80%;
}
}
@media screen and (max-width: 400px){
header {
    padding: 3%;
}
header h1 {
  width: 120px;
}
header .btn {
  display: block;
  margin-top: -3px;
}
header nav {
  top: 62px;
  padding: 5%;
  box-sizing: border-box;
  height: 88%;
}
.fvNews {
  position: relative;
  z-index: 12;
}
.fvBlock h2 {
    max-width: 562px;
    top: 130px;
    left: 50px;
    width: 50%;
}
.videoWrap {
  overflow: unset;
}
.fvNews {
  position: static;
  margin-top: 20px;
  flex-wrap: wrap;
}
.fvNews .kijiLink {
  flex-wrap: wrap;
}
.fvNews .listLink {
  width: 100%;
}
.topBlock1 {
  padding: 170px 0 80px;
}
.topBlock1 .txtBox1 p {
    font-size: 19px;
    letter-spacing: 0;
}
.topBlock1 .txtBox1:before, .topBlock1 .txtBox1:after {
  width: 40px;
  height: 38px;
}
.strengthBox1 .wrap1 .box1 {
  padding: 5%;
}
.strengthBox1 .wrap1 .box1 .txtBox2 {
  margin-bottom: 20px;
}
.strengthBox1 .wrap1 .box1 .txtBox2 h3 {
  font-size: 16px;
  font-weight: 700;
}
.tit1 {
  font-size: 50px;
}
.tit1 span {
  margin-top: -14px;
}
.topWorks .box1 {
  flex-wrap: wrap;
}
.topWorks .box1 .tit1 {
  margin-bottom: 20px;
}
.worksSlide ul li .tagbox {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.worksSlide ul li .tagbox a {
  margin: 0 0 10px;
}
.topBusiness .box1 {
  flex-wrap: wrap;
}
.topBusiness .box1 .tit1 {
  margin-bottom: 20px;
}
.topBusiness .box2 > ul li a {
  padding: 30px;
}
.topBusiness .box2 > ul li .arrow {
  right: 0;
}
.linkBlock1 > div a {
  flex-wrap: wrap;
}
.linkBlock1 > div a > img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  padding-bottom: 20px;
}
.linkBlock1 > div a .left p {
  font-size: 60px;
  margin: 0 auto 40px;
}
.recruitBlock > img {
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
}
.fbox1 .left .box1 {
  width: 100%;
  margin-bottom: 64px;
}
.fbox1 .left .box1 ul li {
  margin-top: 6px;
}
.fbox1 .left .box2 {
  width: 100%;
  margin: 10px 0 0;
}
.fbox1 .right {
  flex-wrap: wrap;
  margin-top: 10px;
}
.fbox1 .right a {
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 20px 40px;
}
.fbox1 .right a:nth-child(1) {
  margin-bottom: 5%;
}
.fbox2 {
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 50px;
}
.fbox2 .right ul li {
  margin-bottom: 40px;
}
.fbox2 .right ul li .th {
  width: 100%;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 10px;
}
footer .wrap1 .headBtn {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.underHead1 .tit1 {
  font-size: 60px;
}
.underHead1 .tit1 span {
  margin-top: -20px;
}
.pageBusiness .sideSticky aside ul li {
  width: 100%;
}
.pageBusiness .sideSticky aside ul li,
.pageBusiness .sideSticky aside ul li:nth-child(1) {
  margin-right: 0;
}
.businessBlock1 .box1 .left > img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.businessBlock1 .box1 .right {
  margin-top: 20px;
}
.businessBlock1 .box1 .right h3 {
  font-size: 20px;
}
.businessBlock1 .box1 .right .txt1 {
  font-size: 14px;
  font-weight: 500;
}
.businessBlock1 .box1 .right .txt2 {
  font-size: 14px;
}
.businessBlock1 .box1 .right .box2 {
  padding: 2% 5%;
}
.businessBlock1 .box1 {
  padding: 50px 0 30px;
}
.underBg1 {
  padding-bottom: 100px;
}
.pageNewslist .sideSticky aside {
  padding-top: 50px;
}
.sideSticky aside.categoryList .wrap ul li a {
  padding: 6px 0;
}
.pageNewslist .sideSticky .mainBlock1 {
  padding-top: 50px;
}
.underHead2 {
  padding: 150px 0 100px;
}
.underHead2 .daycat {
  font-size: 18px;
}
.underHead2 h1 {
  font-size: 26px;
}
.recruitBlock1 .box1 {
  flex-wrap: wrap;
}
.recruitBlock1 .box1 a {
  width: 100%;
  margin-bottom: 5%;
}
.recruitBlock2 ul li {
  padding: 6% 10% 10%;
}
.recruitBlock3 ul li {
  flex-wrap: wrap;
}
.recruitBlock3 ul li .no {
  width: 100%;
  margin-bottom: 10px;
}
.recruitBlock3 ul li div {
  width: 100%;
}
.recruitBlock4 table tr th,
.recruitBlock4 table tr td {
  display: block;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.recruitBlock4 table tr td:before,
.recruitBlock4 table tr td:after{
  display: none;
}
.recruitBlock4 table tr th {
  border-bottom: 0;
  padding-bottom: 0;
}
.recruitBlock4 table tr td {
  border-left: 0;
  padding-top: 10px;
}
.formBlock1 .wrap2 .left h3 {
  font-size: 20px;
  text-align: center;
}
.formBlock1 .wrap2 .left .txt1 {
  margin: 10px 0;
  padding: 7%;
}
.formBlock1 .wrap2 .left .txt2 {
  padding: 5% 5% 5% 12%;
  font-size: 16px;
}
.formBlock1 .wrap2 .left .box2 {
  padding: 5%;
}
.formBlock1 .wrap2 .left .box2 p {
  padding-right: 5%;
}
.aboutMain1 {
  margin: 130px auto 80px;
}
.aboutMain1 .txtBox1 p {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
}
.pageAbout .sideSticky aside {
  padding-top: 70px;
}
.sideSticky .mainBlock1 {
  padding-top: 60px;
}
.seriesTit1 {
    padding: 10px 18px;
    font-size: 18px;
    margin-bottom: 30px;
}
.seriesSlide .prevnextBtn .swiper-button-prev, .seriesSlide .prevnextBtn .swiper-button-next {
    width: 30px;
    height: 29px;
}
.seriesBlock1 .box1 {
    margin-top: 100px;
}
.aboutBlock1 .txt1 {
  margin-top: 40px;
}
.aboutBlock2 .wrap {
  padding-top: 50px;
}
.aboutBlock2 .box1 {
  margin-top: 50px;
}
.aboutBlock2 .box1 .right .box3 p {
  flex-wrap: wrap;
}
.aboutBlock2 .box1 .right .box3 p .th {
  width: 100%;
  margin-bottom: 6px;
}
.aboutBlock3 table tr.kyoka ul {
  margin-top: 20px;
}
.aboutBlock3 table tr.kyoka ul li {
  width: 100%;
  margin-bottom: 3%;
  padding: 10px 10px 10px 30px;
}
.aboutBlock4 .wrap1 ul {
  margin-top: 30px;
}
.aboutBlock4 .wrap1 ul li {
    width: 100%;
    margin-bottom: 5%;
}
.aboutBlock4 .wrap1 ul li img {
    width: 100%;
}
.aboutBlock4 .wrap1 ul li .inner {
    padding: 7%;
    width: 100%;
}
.aboutBlock4 .wrap1 ul li .inner h3 {
    font-size: 18px;
}
.aboutBlock4 .wrap1 ul li .inner p {
    font-size: 14px;
}
.historySlide .titBox {
  width: 100%;
}
.historySlide .titBox .prevnextBtn {
  width: 100px;
}
.historySlide .titBox .prevnextBtn .swiper-button-next, .historySlide .titBox .prevnextBtn .swiper-button-prev {
  width: 30px;
  height: 28px;
}
.aboutBlock5 .swiper-wrapper .swiper-slide {
  padding: 0 30px 20px;
}
.aboutBlock5 {
  padding: 40px 0 0;
}
.aboutBlock6 .wrap1 .addresBlock1 .right iframe {
  height: 300px;
}
.pageContact {
  padding-top: 120px;
}
.contactHead h1 {
  font-size: 64px;
}
.contactHead h1 span {
  font-size: 15px;
  margin: -10px 0 0;
}
.formBlock1 .wrap2 .left h3 {
  font-size: 15px;
  text-align: center;
}
.formBlock1 .wrap2 .left .box3 a {
  padding: 20px;
}
.formBlock1 .wrap2 .right .send input {
  padding: 16px 0;
}
.productCatBlock2 ul li {
  width: 100%;
  padding: 8%;
}


}