@charset "UTF-8";
/*------------------------------
responsive set
--------------------------------*/
/*------------------------------
reset
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
}
/*------------------------------
common
--------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 428px) {
  body {
    letter-spacing: 0;
  }
}
a {
  word-break: break-all;
}
.content {
  background: url("../images/bg.png") center top;
  padding: 85px 0;
}
@media screen and (max-width: 1500px) {
  .content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 428px) {
  background-size: 80%;
  padding: 70px 0;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .wrap {
    width: 90%;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp {
    display: block;
  }
}
iframe {
  width: 100%;
}
@media screen and (max-width: 428px) {
  iframe {
    width: 100%;
    height: 250px;
  }
}
/*------------------------------
header / footer
--------------------------------*/
header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}
header h1 {
  line-height: 0.1em;
  margin-left: 35px;
  margin-right: 35px;
}
@media screen and (max-width: 1250px) {
  header h1 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1500px) {
  header {
    display: block;
  }
  header h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
header h1 img {
  height: 25px;
  width: auto;
}
header nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  header h1 img {
    height: 20px;
  }
  header nav {
    display: none;
  }
}
header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
header nav.en ul {
  font-size: 0.8em;
}
header nav ul:nth-of-type(1) {
  margin-right: 70px;
}
header nav.en ul:nth-of-type(1) {
  margin-right: 20px;
  flex-wrap: wrap;
}
header nav ul:nth-of-type(1) li {
  margin-right: 30px;
}
@media screen and (max-width: 1250px) {
  header nav ul:nth-of-type(1) li {
    margin-right: 20px;
  }
}
header nav ul:nth-of-type(2) {
  margin-right: 100px;
}
header nav.en ul:nth-of-type(2) {
  margin-right: 50px;
  justify-content: flex-end;
}
header nav ul:nth-of-type(2) li {
  margin-right: 20px;
}
header nav ul:nth-of-type(2) li a {
  display: block;
  width: 2em;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  header nav ul:nth-of-type(1) {
    margin-right: 0;
  }
  header nav ul:nth-of-type(2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1250px) {
  header nav ul:nth-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1250px) {
  header nav ul:nth-of-type(2) {
    margin-right: 0;
  }
}
header nav ul:nth-of-type(3) li a {
  display: flex;
  width: 190px;
  height: 85px;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  color: #ffffff;
  background: #0032d2;
  line-height: 1.9em;
}
@media screen and (max-width: 1250px) {
  header nav ul:nth-of-type(3) li a {
    font-size: 0.7em;
    width: 120px;
    height: 70px;
  }
}
header nav.en ul:nth-of-type(3) li a {
  width: 150px;
}
header nav ul:nth-of-type(3) li a span {
  text-align: center;
}
header nav ul:nth-of-type(3) li a span strong {
  display: block;
  font-size: 1.8em;
  font-weight: normal;
}
@media screen and (max-width: 1250px) {
  header nav ul:nth-of-type(3) li a span strong {
    font-size: 1.7em;
  }
}
header nav ul li a {
  text-decoration: none;
  color: #000000;
}
header nav ul li a.lan {
  position: relative;
  color: #0069d7;
}
header nav ul li a.lan:after {
  content: "";
  background: #000000;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
header.header_min {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1000px) {
  header.header_min {
    background: white;
  }
}
header.header_min h1 img {
  height: 20px;
  width: auto;
}
header.header_min nav ul:nth-of-type(3) li a {
  height: 50px;
}
header.header_min nav ul:nth-of-type(3) li a span {
  font-size: 0.8em;
  line-height: 1.7em;
}
header.header_min nav ul:nth-of-type(3) li a span strong {
  font-size: 1.5em;
}
/*nav*/
#panel-btn, #panel {
  display: none;
}
@media screen and (max-width: 1500px) {
  #panel {
    display: block;
    height: 100vh;
  }
  #panel-btn {
    display: inline-block;
    width: 30px;
    height: 35px;
    position: absolute;
    text-decoration: none;
    top: 17px;
    right: 20px;
    cursor: pointer;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 -15px;
    background: #0032d2;
    transition: 0.2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #0032d2;
    transition: 0.3s;
  }
  #panel-btn-icon:before {
    margin-top: -10px;
  }
  #panel-btn-icon:after {
    margin-top: 8px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
  }
}
#panel ul {
  list-style: none;
}
#panel ul a {
  text-decoration: none;
  color: #000000;
}
#panel ul#main_nav {
  border-top: 1px solid #e4e4e4;
  margin: 0 5%;
  padding: 20px 0;
}
#panel ul#main_nav li {
  padding: 7px 0;
}
#panel ul#main_nav li a {
  display: block;
  background: url("../images/arrow01.png") no-repeat center right;
  background-size: contain;
  padding: 3px 0;
}
#panel ul:nth-of-type(2) {
  margin: 0 5% 20px 5%;
}
#panel ul:nth-of-type(2) li a {
  display: flex;
  width: 100%;
  padding: 7px 0;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  color: #ffffff;
  background: #0032d2;
  line-height: 1.6em;
}
#panel ul:nth-of-type(2) li a span {
  text-align: center;
}
#panel ul:nth-of-type(2) li a span strong {
  display: block;
  font-size: 1.5em;
}
#panel div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  margin: 0 5%;
  padding: 20px 0;
}
#panel div ul {
  display: flex;
}
#panel div ul li {
  margin-right: 25px;
}
#panel ul li a.lan {
  position: relative;
  color: #0069d7;
}
#panel ul li a.lan:after {
  content: "";
  background: #000000;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
#panel div p {
  display: flex;
}
#panel div p a {
  display: block;
  margin-left: 10px;
}
#panel div p a img {
  height: 30px;
  width: auto;
}
/* footer */
footer {
  padding: 65px 0 0 0;
  background: #0032d2;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 428px) {
  footer {
    padding: 40px 0 0 0;
  }
}
footer div {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
footer h1 {
  margin-right: 20px;
  line-height: 0.5em;
}
@media screen and (max-width: 428px) {
  footer h1 {
    text-align: center;
    margin-right: 0;
  }
}
footer h1 .logo {
  height: 25px;
  width: auto;
  fill: #ffffff;
}
footer .sns {
  display: flex;
}
@media screen and (max-width: 428px) {
  footer .sns {
    justify-content: center;
    margin-top: 50px;
  }
}
footer .sns a {
  display: block;
  margin-right: 10px;
}
footer .sns a img {
  height: 35px;
  width: auto;
  display: block;
}
@media screen and (max-width: 428px) {
  footer nav {
    display: flex;
    margin: 0 5%;
  }
}
footer nav ul {
  list-style: none;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  footer nav ul {
    width: calc((100% - 10%) / 2);
    margin-right: 10%;
    display: block;
  }
}
@media screen and (max-width: 428px) {
  footer nav ul:last-of-type {
    margin-right: 0;
  }
}
footer nav ul li {
  width: calc((100% - 140px) / 3);
  margin-right: 70px;
}
@media screen and (max-width: 428px) {
  footer nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
footer nav ul li:last-of-type {
  margin-right: 0;
}
footer nav a {
  color: #ffffff;
  text-decoration: none;
}
footer nav ul li ul {
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 428px) {
  footer nav ul li ul {
    width: 100%;
    margin-right: 0;
  }
}
footer nav ul h2 {
  font-weight: normal;
  position: relative;
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 20px;
}
footer nav ul h2:nth-of-type(2) {
  margin-top: 70px;
}
@media screen and (max-width: 428px) {
  footer nav ul h2:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
footer nav ul h2::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
}
footer nav ul h2 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  color: #ffffff;
  vertical-align: middle;
  display: block;
}
footer nav ul h2 a::before, footer nav ul h2 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer nav ul h2 a::before {
  right: 2px;
  width: 12px;
  height: 1px;
  background: #ffffff;
}
footer nav ul h2 a::after {
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer nav ul li ul li {
  font-size: 0.8em;
  margin-bottom: 5px;
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 428px) {
  footer nav ul li ul li {
    font-size: 0.7em;
  }
}
#copy {
  text-align: center;
  display: block;
  padding: 15px;
  font-size: 0.7em;
  margin-top: 80px;
}
@media screen and (max-width: 428px) {
  #copy {
    margin-top: 0;
  }
}
#pagetop {
  position: absolute;
  display: block;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  width: 65px;
  height: 122px;
}
@media screen and (max-width: 428px) {
  #pagetop {
    width: 40px;
    height: 75px;
    right: 30px;
    bottom: 20px;
  }
}
#pagetop img {
  width: 100%;
  height: auto;
}
/*------------------------------
main
--------------------------------*/
#main {
  background: #0536d3;
  background: linear-gradient(90deg, #0536d3 0%, #0cf 100%);
  height: 880px;
  margin-top: 85px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 428px) {
  #main {
    height: 605px;
  }
}
#main p {
  position: absolute;
  width: 1500px;
  height: 880px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 428px) {
  #main p {
    height: 605px;
    width: 414px;
  }
}
#main p strong {
  position: absolute;
  height: auto;
  color: #0069d7;
  display: block;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
#main p strong:nth-of-type(1) {
  display: block;
  width: 235px;
  height: 75px;
  line-height: 75px;
  left: 970px;
  top: 120px;
  font-size: 3em;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 428px) {
  #main p strong:nth-of-type(1) {
    height: 40px;
    line-height: 40px;
    width: 130px;
    font-size: 1.7em;
    left: 220px;
    top: 55px;
  }
}
#main p strong:nth-of-type(2) {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 110px;
  line-height: 110px;
  height: 550px;
  top: 50%;
  left: 50%;
  font-size: 4.5em;
  padding: 10px 0 0 0;
  letter-spacing: 0.1em;
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 428px) {
  #main p strong:nth-of-type(2) {
    height: 270px;
    line-height: 70px;
    width: 70px;
    font-size: 2.4em;
  }
}
#main p strong em {
  font-style: normal;
  display: none;
}
#thumblist ul {
  list-style: none;
  position: absolute;
  width: 1500px;
  height: 880px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 428px) {
  #thumblist ul {
    width: 414px;
    height: 605px;
  }
}
#thumblist ul li {
  position: absolute;
}
#thumblist ul li img {
  height: auto;
}
#thumblist ul li:nth-of-type(1) {
  top: 250px;
  left: 510px;
}
#thumblist ul li:nth-of-type(1) img {
  width: 62px;
}
#thumblist ul li:nth-of-type(2) {
  top: 470px;
  left: 220px;
}
#thumblist ul li:nth-of-type(2) img {
  width: 81px;
}
#thumblist ul li:nth-of-type(3) {
  top: 300px;
  left: 70px;
}
#thumblist ul li:nth-of-type(3) img {
  width: 175px;
}
#thumblist ul li:nth-of-type(4) {
  top: 30px;
  left: 70px;
}
#thumblist ul li:nth-of-type(4) img {
  width: 175px;
}
#thumblist ul li:nth-of-type(5) {
  top: 160px;
  left: 110px;
}
#thumblist ul li:nth-of-type(5) img {
  width: 85px;
}
#thumblist ul li:nth-of-type(6) {
  top: 540px;
  left: 510px;
}
#thumblist ul li:nth-of-type(6) img {
  width: 130px;
}
#thumblist ul li:nth-of-type(7) {
  top: 175px;
  left: 510px;
}
#thumblist ul li:nth-of-type(7) img {
  width: 130px;
}
#thumblist ul li:nth-of-type(8) {
  top: 470px;
  left: 100px;
}
#thumblist ul li:nth-of-type(8) img {
  width: 53px;
}
#thumblist ul li:nth-of-type(9) {
  top: 30px;
  left: 270px;
}
#thumblist ul li:nth-of-type(9) img {
  width: 120px;
}
#thumblist ul li:nth-of-type(10) {
  top: 250px;
  left: 590px;
}
#thumblist ul li:nth-of-type(10) img {
  width: 50px;
}
#thumblist ul li:nth-of-type(11) {
  top: 180px;
  left: 450px;
}
#thumblist ul li:nth-of-type(11) img {
  width: 30px;
}
#thumblist ul li:nth-of-type(12) {
  top: 300px;
  left: 370px;
}
#thumblist ul li:nth-of-type(12) img {
  width: 55px;
}
#thumblist ul li:nth-of-type(13) {
  top: 610px;
  left: 325px;
}
#thumblist ul li:nth-of-type(13) img {
  width: 155px;
}
#thumblist ul li:nth-of-type(14) {
  top: 760px;
  left: 70px;
}
#thumblist ul li:nth-of-type(14) img {
  width: 135px;
}
#thumblist ul li:nth-of-type(15) {
  top: 660px;
  left: 325px;
}
#thumblist ul li:nth-of-type(15) img {
  width: 155px;
}
#thumblist ul li:nth-of-type(16) {
  top: 300px;
  left: 270px;
}
#thumblist ul li:nth-of-type(16) img {
  width: 80px;
}
#thumblist ul li:nth-of-type(17) {
  top: 660px;
  left: 500px;
}
#thumblist ul li:nth-of-type(17) img {
  width: 162px;
}
#thumblist ul li:nth-of-type(18) {
  top: 550px;
  left: 325px;
}
#thumblist ul li:nth-of-type(18) img {
  width: 155px;
}
#thumblist ul li:nth-of-type(19) {
  top: 760px;
  left: 325px;
}
#thumblist ul li:nth-of-type(19) img {
  width: 65px;
}
#thumblist ul li:nth-of-type(20) {
  top: 40px;
  left: 440px;
}
#thumblist ul li:nth-of-type(20) img {
  width: 250px;
}
#thumblist ul li:nth-of-type(21) {
  top: 380px;
  left: 70px;
}
#thumblist ul li:nth-of-type(21) img {
  width: 280px;
}
#thumblist ul li:nth-of-type(22) {
  top: 765px;
  left: 410px;
}
#thumblist ul li:nth-of-type(22) img {
  width: 400px;
}
#thumblist ul li:nth-of-type(23) {
  top: 225px;
  left: 70px;
}
#thumblist ul li:nth-of-type(23) img {
  width: 150px;
}
#thumblist ul li:nth-of-type(24) {
  top: 755px;
  left: 845px;
}
#thumblist ul li:nth-of-type(24) img {
  width: 210px;
}
#thumblist ul li:nth-of-type(25) {
  top: 495px;
  left: 1120px;
}
#thumblist ul li:nth-of-type(25) img {
  width: 195px;
}
#thumblist ul li:nth-of-type(26) {
  top: 120px;
  left: 1340px;
}
#thumblist ul li:nth-of-type(26) img {
  width: 50px;
}
#thumblist ul li:nth-of-type(27) {
  top: 35px;
  left: 935px;
}
#thumblist ul li:nth-of-type(27) img {
  width: 270px;
}
#thumblist ul li:nth-of-type(28) {
  top: 495px;
  left: 1340px;
}
#thumblist ul li:nth-of-type(28) img {
  width: 117px;
}
#thumblist ul li:nth-of-type(29) {
  top: 30px;
  left: 760px;
}
#thumblist ul li:nth-of-type(29) img {
  width: 120px;
}
#thumblist ul li:nth-of-type(30) {
  top: 625px;
  left: 1265px;
}
#thumblist ul li:nth-of-type(30) img {
  width: 54px;
}
#thumblist ul li:nth-of-type(31) {
  top: 345px;
  left: 845px;
}
#thumblist ul li:nth-of-type(31) img {
  width: 110px;
}
#thumblist ul li:nth-of-type(32) {
  top: 625px;
  left: 1120px;
}
#thumblist ul li:nth-of-type(32) img {
  width: 125px;
}
#thumblist ul li:nth-of-type(33) {
  top: 640px;
  left: 845px;
}
#thumblist ul li:nth-of-type(33) img {
  width: 90px;
}
#thumblist ul li:nth-of-type(34) {
  top: 115px;
  left: 1230px;
}
#thumblist ul li:nth-of-type(34) img {
  width: 85px;
}
#thumblist ul li:nth-of-type(35) {
  top: 790px;
  left: 1090px;
}
#thumblist ul li:nth-of-type(35) img {
  width: 365px;
}
#thumblist ul li:nth-of-type(36) {
  top: 350px;
  left: 970px;
}
#thumblist ul li:nth-of-type(36) img {
  width: 125px;
}
#thumblist ul li:nth-of-type(37) {
  top: 35px;
  left: 1425px;
}
#thumblist ul li:nth-of-type(37) img {
  width: 30px;
}
#thumblist ul li:nth-of-type(38) {
  top: 120px;
  left: 900px;
}
#thumblist ul li:nth-of-type(38) img {
  width: 40px;
}
#thumblist ul li:nth-of-type(39) {
  top: 220px;
  left: 990px;
}
#thumblist ul li:nth-of-type(39) img {
  width: 200px;
}
#thumblist ul li:nth-of-type(40) {
  top: 360px;
  left: 1340px;
}
#thumblist ul li:nth-of-type(40) img {
  width: 115px;
}
#thumblist ul li:nth-of-type(41) {
  top: 35px;
  left: 1230px;
}
#thumblist ul li:nth-of-type(41) img {
  width: 160px;
}
#thumblist ul li:nth-of-type(42) {
  top: 120px;
  left: 845px;
}
#thumblist ul li:nth-of-type(42) img {
  width: 41px;
}
#thumblist ul li:nth-of-type(43) {
  top: 340px;
  left: 1135px;
}
#thumblist ul li:nth-of-type(43) img {
  width: 110px;
}
@media screen and (max-width: 428px) {
  #main p img:nth-of-type(1) {
    width: 130px;
    left: 223px;
    top: 52px;
  }
  #main p img:nth-of-type(2) {
    width: 60px;
    top: 138px;
    left: 176px;
    transform: none;
  }
  #thumblist ul li:nth-of-type(1) {
    top: 438px;
    left: 94px;
  }
  #thumblist ul li:nth-of-type(1) img {
    width: 25px;
  }
  #thumblist ul li:nth-of-type(2) {
    top: 20px;
    left: 361px;
  }
  #thumblist ul li:nth-of-type(2) img {
    width: 44px;
  }
  #thumblist ul li:nth-of-type(3) {
    top: 20px;
    left: 274px;
  }
  #thumblist ul li:nth-of-type(3) img {
    width: 77px;
  }
  #thumblist ul li:nth-of-type(4) {
    top: 315px;
    left: 12px;
  }
  #thumblist ul li:nth-of-type(4) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(5) {
    top: 400px;
    left: 105px;
  }
  #thumblist ul li:nth-of-type(5) img {
    width: 38px;
  }
  #thumblist ul li:nth-of-type(6) {
    top: 322px;
    left: 93px;
  }
  #thumblist ul li:nth-of-type(6) img {
    width: 64px;
  }
  #thumblist ul li:nth-of-type(7) {
    top: 371px;
    left: 93px;
  }
  #thumblist ul li:nth-of-type(7) img {
    width: 64px;
  }
  #thumblist ul li:nth-of-type(8) {
    top: 243px;
    left: 379px;
  }
  #thumblist ul li:nth-of-type(8) img {
    width: 17px;
  }
  #thumblist ul li:nth-of-type(9) {
    top: 204px;
    left: 15px;
  }
  #thumblist ul li:nth-of-type(9) img {
    width: 49px;
  }
  #thumblist ul li:nth-of-type(10) {
    top: 438px;
    left: 128px;
  }
  #thumblist ul li:nth-of-type(10) img {
    width: 20px;
  }
  #thumblist ul li:nth-of-type(11) {
    top: 20px;
    left: 20px;
  }
  #thumblist ul li:nth-of-type(11) img {
    width: 17px;
  }
  #thumblist ul li:nth-of-type(12) {
    top: 20px;
    left: 188px;
  }
  #thumblist ul li:nth-of-type(12) img {
    width: 18px;
  }
  #thumblist ul li:nth-of-type(13) {
    top: 490px;
    left: 10px;
  }
  #thumblist ul li:nth-of-type(13) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(14) {
    top: 377px;
    left: 10px;
  }
  #thumblist ul li:nth-of-type(14) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(15) {
    top: 510px;
    left: 10px;
  }
  #thumblist ul li:nth-of-type(15) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(16) {
    top: 20px;
    left: 223px;
  }
  #thumblist ul li:nth-of-type(16) img {
    width: 34px;
  }
  #thumblist ul li:nth-of-type(17) {
    top: 458px;
    left: 160px;
  }
  #thumblist ul li:nth-of-type(17) img {
    width: 88px;
  }
  #thumblist ul li:nth-of-type(18) {
    top: 440px;
    left: 10px;
  }
  #thumblist ul li:nth-of-type(18) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(19) {
    top: 551px;
    left: 11px;
  }
  #thumblist ul li:nth-of-type(19) img {
    width: 28px;
  }
  #thumblist ul li:nth-of-type(20) {
    top: 48px;
    left: 51px;
  }
  #thumblist ul li:nth-of-type(20) img {
    width: 102px;
  }
  #thumblist ul li:nth-of-type(21) {
    top: 19px;
    left: 51px;
  }
  #thumblist ul li:nth-of-type(21) img {
    width: 120px;
  }
  #thumblist ul li:nth-of-type(22) {
    top: 553px;
    left: 51px;
  }
  #thumblist ul li:nth-of-type(22) img {
    width: 177px;
  }
  #thumblist ul li:nth-of-type(23) {
    top: 464px;
    left: 10px;
  }
  #thumblist ul li:nth-of-type(23) img {
    width: 70px;
  }
  #thumblist ul li:nth-of-type(24) {
    top: 511px;
    left: 158px;
  }
  #thumblist ul li:nth-of-type(24) img {
    width: 88px;
  }
  #thumblist ul li:nth-of-type(25) {
    top: 431px;
    left: 253px;
  }
  #thumblist ul li:nth-of-type(25) img {
    width: 84px;
  }
  #thumblist ul li:nth-of-type(26) {
    top: 141px;
    left: 107px;
  }
  #thumblist ul li:nth-of-type(26) img {
    width: 23px;
  }
  #thumblist ul li:nth-of-type(27) {
    top: 102px;
    left: 175px;
  }
  #thumblist ul li:nth-of-type(27) img {
    width: 118px;
  }
  #thumblist ul li:nth-of-type(28) {
    top: 429px;
    left: 346px;
  }
  #thumblist ul li:nth-of-type(28) img {
    width: 53px;
  }
  #thumblist ul li:nth-of-type(29) {
    top: 103px;
    left: 304px;
  }
  #thumblist ul li:nth-of-type(29) img {
    width: 53px;
  }
  #thumblist ul li:nth-of-type(30) {
    top: 489px;
    left: 318px;
  }
  #thumblist ul li:nth-of-type(30) img {
    width: 23px;
  }
  #thumblist ul li:nth-of-type(31) {
    top: 242px;
    left: 253px;
  }
  #thumblist ul li:nth-of-type(31) img {
    width: 55px;
  }
  #thumblist ul li:nth-of-type(32) {
    top: 487px;
    left: 254px;
  }
  #thumblist ul li:nth-of-type(32) img {
    width: 56px;
  }
  #thumblist ul li:nth-of-type(33) {
    top: 372px;
    left: 257px;
  }
  #thumblist ul li:nth-of-type(33) img {
    width: 40px;
  }
  #thumblist ul li:nth-of-type(34) {
    top: 144px;
    left: 50px;
  }
  #thumblist ul li:nth-of-type(34) img {
    width: 47px;
  }
  #thumblist ul li:nth-of-type(35) {
    top: 560px;
    left: 242px;
  }
  #thumblist ul li:nth-of-type(35) img {
    width: 157px;
  }
  #thumblist ul li:nth-of-type(36) {
    top: 244px;
    left: 313px;
  }
  #thumblist ul li:nth-of-type(36) img {
    width: 55px;
  }
  #thumblist ul li:nth-of-type(37) {
    top: 103px;
    left: 141px;
  }
  #thumblist ul li:nth-of-type(37) img {
    width: 13px;
  }
  #thumblist ul li:nth-of-type(38) {
    top: 138px;
    left: 253px;
  }
  #thumblist ul li:nth-of-type(38) img {
    width: 20px;
  }
  #thumblist ul li:nth-of-type(39) {
    top: 200px;
    left: 290px;
  }
  #thumblist ul li:nth-of-type(39) img {
    width: 58px;
  }
  #thumblist ul li:nth-of-type(40) {
    top: 254px;
    left: 107px;
  }
  #thumblist ul li:nth-of-type(40) img {
    width: 51px;
  }
  #thumblist ul li:nth-of-type(41) {
    top: 102px;
    left: 51px;
  }
  #thumblist ul li:nth-of-type(41) img {
    width: 71px;
  }
  #thumblist ul li:nth-of-type(42) {
    top: 334px;
    left: 378px;
  }
  #thumblist ul li:nth-of-type(42) img {
    width: 19px;
  }
  #thumblist ul li:nth-of-type(43) {
    top: 140px;
    left: 295px;
  }
  #thumblist ul li:nth-of-type(43) img {
    width: 49px;
  }
}
/*------------------------------
contents commons
--------------------------------*/
#wrap_ttl {
  text-align: center;
  padding: 200px 0 200px 0;
}
@media screen and (max-width: 428px) {
  #wrap_ttl {
    padding: 70px 0 70px 0;
  }
}
#wrap_ttl h2 {
  color: #ffffff;
  font-size: 2.5em;
  letter-spacing: 0.5em;
  position: relative;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 428px) {
  #wrap_ttl h2 {
    font-size: 2.1em;
    letter-spacing: 0.3em;
  }
}
#wrap_ttl.en h2 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 428px) {
  #wrap_ttl.en h2 {
    line-height: 1.3em;
    font-size: 2.1em;
    font-size: 1.4em;
  }
}
#wrap_subttl {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 428px) {
  #wrap_subttl {
    padding-bottom: 60px;
  }
}
#wrap_subttl h3 {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 2em;
  padding-top: 90px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  #wrap_subttl h3 {
    padding-top: 60px;
    text-align: left;
  }
}
#wrap_subttl h3 br {
  display: block;
}
@media screen and (max-width: 428px) {
  #wrap_subttl h3 br {
    display: none;
  }
}
#wrap_subttl img {
  height: 30px;
  width: auto;
  margin-top: 140px;
}
@media screen and (max-width: 428px) {
  #wrap_subttl img {
    margin-top: 60px;
  }
}
#strength #wrap_subttl img, #company #wrap_subttl img {
  height: 35px;
}
#wrap_subttl h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
}
#business #wrap_ttl {
  background: url("../images/business/main.jpg") no-repeat center center;
  background-size: cover;
}
#performance #wrap_ttl {
  background: url("../images/performance/main.jpg") no-repeat center center;
  background-size: cover;
}
#strength #wrap_ttl {
  background: url("../images/strength/main.jpg") no-repeat center center;
  background-size: cover;
}
#company #wrap_ttl {
  background: url("../images/company/main.jpg") no-repeat center center;
  background-size: cover;
}
#contact #wrap_ttl {
  background: url("../images/contact/main.jpg") no-repeat center center;
  background-size: cover;
}
#career #wrap_ttl {
  background: url("../images/career/main.jpg") no-repeat center center;
  background-size: cover;
}
.blog01 #wrap_ttl {
  background: url("../images/blog/main01.jpg") no-repeat center center;
  background-size: cover;
}
.blog02 #wrap_ttl {
  background: url("../images/blog/main02.jpg") no-repeat center center;
  background-size: cover;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 2000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------
index
--------------------------------*/
#index {
  padding: 210px 0 0 0;
}
@media screen and (max-width: 428px) {
  #index {
    padding: 50px 0 0 0;
  }
}
#index .svg {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 428px) {
  #index .svg {
    height: 25px;
  }
}
#index #wrap_strength .svg, #index #wrap_company .svg {
  height: 35px;
}
@media screen and (max-width: 428px) {
  #index #wrap_strength .svg, #index #wrap_company .svg {
    height: 30px;
  }
}
#index h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
}
#index h3 {
  font-size: 2.8em;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4em;
  line-height: 1.5em;
  padding-top: 50px;
}
@media screen and (max-width: 428px) {
  #index h3 {
    font-size: 2.3em;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    padding-top: 20px;
  }
}
@media screen and (max-width: 428px) {
  #index h3 {
    font-size: 2.2em;
    letter-spacing: 0.1em;
  }
}
#index.eng h3 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 428px) {
  #index.eng h3 {
    font-size: 1.75em;
    letter-spacing: 0.1em;
  }
}
#index p {
  font-size: 0.9em;
  line-height: 2em;
  padding: 35px 0 60px 0;
}
@media screen and (max-width: 428px) {
  #index p {
    padding: 20px 0 30px 0;
  }
}
@media screen and (max-width: 320px) {
  #index p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 428px) {
  #index.eng p {
    line-height: 1.6em;
  }
}
#index section a, #index #wrap_performance_sp a {
  background: #0069d7;
  color: #ffffff;
  font-size: 0.8em;
  padding: 10px 25px;
  text-decoration: none;
}
#index section a:hover, #index #wrap_performance_sp a:hover {
  background: #0032d2;
}
#index #wrap_business section, #index #wrap_strength section {
  position: relative;
}
#index #wrap_business, #index #wrap_strength {
  position: relative;
  margin-bottom: 400px;
}
@media screen and (max-width: 428px) {
  #index #wrap_business, #index #wrap_strength {
    margin-bottom: 450px;
  }
}
#index #wrap_business div, #index #wrap_business div:nth-of-type(2) strong, #index #wrap_strength div, #index #wrap_strength div:nth-of-type(2) strong {
  position: absolute;
  text-indent: -9999px;
}
#index #wrap_business div:nth-of-type(1), #index #wrap_strength div:nth-of-type(1) {
  background: url("../images/top/bg_wrap.jpg") no-repeat top right;
  background-size: cover;
  left: 0;
  bottom: -240px;
  height: 400px;
  width: 60%;
}
@media screen and (max-width: 428px) {
  #index #wrap_business div:nth-of-type(1), #index #wrap_strength div:nth-of-type(1) {
    bottom: -330px;
    height: 150px;
    width: 100%;
  }
}
#index #wrap_business div:nth-of-type(2), #index #wrap_strength div:nth-of-type(2) {
  top: 20px;
  right: 0;
  height: 420px;
  width: 55%;
  background: url("../images/top/bg_ph.png");
}
@media screen and (max-width: 428px) {
  #index #wrap_business div:nth-of-type(2), #index #wrap_strength div:nth-of-type(2) {
    top: 360px;
    width: 90%;
    height: 220px;
  }
}
#index #wrap_business div:nth-of-type(2) strong {
  display: block;
  background: url("../images/top/ph_business.jpg") no-repeat top right;
  background-size: cover;
  top: -20px;
  right: 0;
  height: 420px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 428px) {
  #index #wrap_business div:nth-of-type(2) strong {
    top: -10px;
    height: 220px;
    width: calc(100% - 10px);
  }
}
#index #wrap_strength div:nth-of-type(2) strong {
  display: block;
  background: url("../images/top/ph_strength.jpg") no-repeat top right;
  background-size: cover;
  top: -20px;
  right: 0;
  height: 420px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 428px) {
  #index #wrap_strength div:nth-of-type(2) strong {
    top: -10px;
    height: 220px;
    width: calc(100% - 10px);
  }
}
#index #wrap_performance {
  background: url("../images/top/ph_performance.jpg") no-repeat center 110px;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 428px) {
  #index #wrap_performance {
    background: url("../images/top/ph_performance.jpg") no-repeat center 70px;
    background-size: cover;
  }
}
#index #wrap_performance .wrap {
  display: table;
  padding-bottom: 130px;
  margin-bottom: 270px;
}
@media screen and (max-width: 428px) {
  #index #wrap_performance .wrap {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
#index #wrap_performance h3, #index #wrap_performance p {
  color: #ffffff;
}
#index #wrap_performance h3 {
  padding-top: 170px;
}
@media screen and (max-width: 428px) {
  #index #wrap_performance h3 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 428px) {
  #index #wrap_performance p {
    display: none;
  }
}
#index #wrap_performance a {
  background: #ffffff;
  color: #0032d2;
}
@media screen and (max-width: 428px) {
  #index #wrap_performance a {
    display: none;
  }
}
#index #wrap_performance a:hover {
  color: #ffffff;
  background: #0032d2;
}
#index #wrap_performance_sp {
  text-align: center;
  margin-bottom: 120px;
}
#index #wrap_company {
  display: flex;
}
@media screen and (max-width: 428px) {
  #index #wrap_company {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#index #wrap_company div:nth-of-type(1) {
  top: 20px;
  right: 0;
  height: 420px;
  width: 55%;
  margin-right: 65px;
  position: relative;
  background: url("../images/top/bg_ph.png");
}
@media screen and (max-width: 428px) {
  #index #wrap_company div:nth-of-type(1) {
    height: 220px;
    width: 90%;
    margin-right: 0;
    margin-left: 10%;
    margin-top: 40px;
  }
}
#index #wrap_company div:nth-of-type(1) strong {
  background: url("../images/top/ph_company.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  top: -20px;
  left: 0;
  height: 420px;
  width: calc(100% - 20px);
  position: absolute;
  text-indent: -9999px;
}
@media screen and (max-width: 428px) {
  #index #wrap_company div:nth-of-type(1) strong {
    width: calc(100% - 10px);
    height: 220px;
    left: 10px;
    top: -10px;
  }
}
#index #wrap_recruit .wrap {
  position: relative;
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit .wrap {
    margin-top: 100px;
    width: 100%;
  }
}
#index #wrap_recruit h3, #index #wrap_recruit p {
  text-align: left;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit h3, #index #wrap_recruit p {
    text-align: center;
  }
}
#index.eng #wrap_recruit p {
  text-align: left;
}
@media screen and (max-width: 428px) {
  #index.eng #wrap_recruit p {
    text-align: left;
  }
}
#index #wrap_recruit h3 br {
  display: none;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit h3 br {
    display: block;
  }
}
#index #wrap_recruit p {
  margin-right: 70px;
  padding: 35px 0 35px 0;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit p {
    margin-right: 0;
    padding: 20px 0 35px 0;
  }
}
@media screen and (max-width: 428px) {
  #index.eng #wrap_recruit p {
    margin-right: 0;
    padding: 20px 5% 35px 5%;
  }
}
#index #wrap_recruit div:nth-of-type(1) {
  top: 20px;
  left: 20px;
  width: 100%;
  height: 350px;
  position: relative;
  background: url("../images/top/bg_ph.png");
  margin-top: 50px;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit div:nth-of-type(1) {
    background: none;
    position: static;
    margin-top: 20px;
    height: auto;
  }
}
#index #wrap_recruit div:nth-of-type(1) strong {
  display: block;
  top: -20px;
  left: -20px;
  height: 350px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit div:nth-of-type(1) strong {
    position: static;
    height: auto;
  }
}
#index #wrap_recruit div:nth-of-type(1) strong img {
  width: 100%;
  height: auto;
}
#index #wrap_recruit div:nth-of-type(2) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 428px) {
  #index #wrap_recruit div:nth-of-type(2) {
    display: block;
  }
}
#index #wrap_contact {
  background: url("../images/top/bg_contact.jpg") no-repeat bottom center;
  background-size: contain;
  padding-bottom: 200px;
  margin-top: 120px;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact {
    margin-top: 100px;
    padding-bottom: 100px;
    background: url("../images/top/bg_contact_sp.jpg") no-repeat bottom center;
    background-size: contain;
  }
}
#index #wrap_contact .wrap {
  background: url("../images/top/bg_contact02.jpg") #0536d3 repeat-y top right;
  text-align: center;
  padding: 50px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact .wrap {
    padding: 30px 5%;
  }
}
#index #wrap_contact h2 {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
}
#index #wrap_contact ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact ul {
    display: block;
    margin-top: 30px;
  }
}
#index #wrap_contact ul li {
  width: 45%;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#index #wrap_contact ul li h4 {
  color: #ffffff;
  font-size: 0.9em;
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact ul li h4 {
    margin-bottom: 20px;
  }
}
#index #wrap_contact ul li h4::before, #index #wrap_contact ul li h4::after {
  content: "";
  position: absolute;
  bottom: 50%;
  height: 1px;
  width: 23%;
  background: #ffffff;
}
#index #wrap_contact ul li h4::before {
  left: 0;
}
#index #wrap_contact ul li h4::after {
  right: 0;
}
#index #wrap_contact ul li:nth-of-type(1) a {
  background: none;
}
#index #wrap_contact ul li:nth-of-type(2) a {
  color: #0032d2;
  background: #ffffff;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  display: block;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact ul li:nth-of-type(2) a {
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
  }
}
#index #wrap_contact ul li a {
  padding: 0;
}
#index #wrap_contact img {
  height: 30px;
  width: auto;
  margin-top: 5px;
}
@media screen and (max-width: 428px) {
  #index #wrap_contact img {
    height: 25px;
    margin-top: 0;
  }
}
/*------------------------------
business
--------------------------------*/
#business #wrap01 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul {
    display: block;
  }
}
#business #wrap01 ul li {
  width: 46%;
  margin-bottom: 100px;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul li {
    width: 100%;
    margin-bottom: 70px;
  }
}
#business #wrap01 ul li h2 {
  position: relative;
}
#business #wrap01 ul li p {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 20px;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul li p {
    margin-top: 15px;
  }
}
#business #wrap01 ul li h2 img:nth-of-type(1) {
  width: 100%;
  height: auto;
}
#business #wrap01 ul li h2 img:nth-of-type(2) {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul li h2 img:nth-of-type(2) {
    width: 35px;
  }
}
#business #wrap01 ul.en li h2 img:nth-of-type(2) {
  position: absolute;
  top: 25px;
  left: 0px;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul.en li h2 img:nth-of-type(2) {
    height: 30px;
  }
}
#business #wrap01 ul li:nth-of-type(4) h2 img:nth-of-type(2) {
  width: 75px;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul li:nth-of-type(4) h2 img:nth-of-type(2) {
    width: 70px;
  }
}
#business #wrap01 ul.en li:nth-of-type(4) h2 img:nth-of-type(2) {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 428px) {
  #business #wrap01 ul.en li:nth-of-type(4) h2 img:nth-of-type(2) {
    height: 60px;
    width: auto;
  }
}
#business #wrap02 {
  border: 1px solid #0069d7;
  padding: 40px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #business #wrap02 {
    padding: 40px 0;
  }
}
#business #wrap02 img {
  height: 30px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#business #wrap02 h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
  text-align: center;
}
#business #wrap02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-top: 40px;
}
@media screen and (max-width: 428px) {
  #business #wrap02 ul {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}
#business #wrap02 ul li {
  width: 32%;
  font-size: 0.9em;
}
@media screen and (max-width: 428px) {
  #business #wrap02 ul li {
    width: 100%;
  }
}
#business #wrap02 ul li ul {
  display: block;
  padding-top: 0;
}
#business #wrap02 ul li ul li {
  width: 100%;
  margin-bottom: 5px;
}
/*------------------------------
performance
--------------------------------*/
#performance #wrap01 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul {
    display: block;
  }
}
#performance #wrap01 ul li {
  width: 46%;
  margin-bottom: 100px;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul li {
    width: 100%;
    margin-bottom: 70px;
  }
}
#performance #wrap01 ul li h2 {
  position: relative;
}
#performance #wrap01 ul li p {
  font-size: 0.9em;
  line-height: 1.8em;
}
#performance #wrap01 ul li ol {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-top: 20px;
  list-style: disc;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul li ol {
    margin-top: 15px;
  }
}
#performance #wrap01 ul li ol li {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul li ol li {
    margin-bottom: 0;
  }
}
#performance #wrap01 ul li h2 img:nth-of-type(1) {
  width: 100%;
  height: auto;
}
#performance #wrap01 ul li h2 img:nth-of-type(2) {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul li h2 img:nth-of-type(2) {
    width: 9%;
  }
}
#performance #wrap01 ul.en li h2 img:nth-of-type(2) {
  position: absolute;
  top: 25px;
  left: 0;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul.en li h2 img:nth-of-type(2) {
    height: 30px;
  }
}
#performance #wrap01 ul li:nth-of-type(4) h2 img:nth-of-type(2) {
  width: 75px;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul li:nth-of-type(4) h2 img:nth-of-type(2) {
    width: 18%;
  }
}
#performance #wrap01 ul.en li:nth-of-type(4) h2 img:nth-of-type(2) {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 428px) {
  #performance #wrap01 ul.en li:nth-of-type(4) h2 img:nth-of-type(2) {
    width: auto;
    height: 30px;
  }
}
#performance #wrap02 {
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #performance #wrap02 {
    padding: 40px 0;
  }
}
#performance #wrap02 div {
  display: flex;
  margin-bottom: 15px;
}
#performance #wrap02 div img {
  height: 30px;
  width: auto;
  display: block;
  margin-right: 20px;
}
#performance #wrap02 div h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
}
#performance #wrap02 h3 {
  color: #0069d7;
  font-size: 0.9em;
  margin-bottom: 15px;
}
#performance #wrap02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 50px 0;
  border-top: 1px solid #0069d7;
  border-bottom: 1px solid #0069d7;
}
@media screen and (max-width: 428px) {
  #performance #wrap02 ul {
    display: block;
    padding-top: 30px;
  }
}
#performance #wrap02 ul li:nth-of-type(1) {
  width: 65%;
}
@media screen and (max-width: 428px) {
  #performance #wrap02 ul li:nth-of-type(1) {
    width: 100%;
  }
}
#performance #wrap02 ul li:nth-of-type(2) {
  width: 30%;
}
@media screen and (max-width: 428px) {
  #performance #wrap02 ul li:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  #performance #wrap02 ul li:nth-of-type(2) h3 {
    margin-top: 20px;
  }
}
#performance #wrap02 ul li ul {
  display: block;
  list-style: disc;
  padding: 0 0 0 1.5em;
  border: none;
  font-size: 0.9em;
}
#performance #wrap02 ul li ul li:nth-of-type(1), #performance #wrap02 ul li ul li:nth-of-type(2), #performance #wrap02 ul li ul li {
  width: 100%;
  margin-bottom: 5px;
}
#performance #wrap02 ul li ol {
  display: block;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#performance #wrap02 ul li ol li:nth-of-type(1), #performance #wrap02 ul li ol li:nth-of-type(2), #performance #wrap02 ul li ol li {
  width: 100%;
  margin-bottom: 5px;
}
/*------------------------------
strength
--------------------------------*/
#strength #wrap01 div, #strength #wrap02 div {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0069d7;
}
#strength #wrap01 div img, #strength #wrap02 div img {
  height: 30px;
  width: auto;
  display: block;
  margin-right: 20px;
}
#strength #wrap01 div h2, #strength #wrap02 div h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 11px;
}
#strength #wrap01 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  #strength #wrap01 ul {
    display: block;
  }
}
#strength #wrap01 ul li {
  width: 46%;
  margin-bottom: 100px;
}
@media screen and (max-width: 428px) {
  #strength #wrap01 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#strength #wrap01 ul li img {
  width: 100%;
  height: auto;
}
#strength #wrap02 h3 {
  color: #0069d7;
  font-size: 1.2em;
  margin-bottom: 15px;
}
@media screen and (max-width: 428px) {
  #strength #wrap02 h3 {
    font-size: 1em;
  }
}
#strength #wrap02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  background: url("../images/strength/bg_ph05.jpg") right;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #strength #wrap02 ul {
    display: block;
    background-size: contain;
  }
}
@media screen and (max-width: 428px) {
  #strength #wrap02 ul li:nth-of-type(1) {
    width: 100%;
  }
}
#strength #wrap02 ul li:nth-of-type(2) {
  width: 45%;
}
@media screen and (max-width: 428px) {
  #strength #wrap02 ul li:nth-of-type(2) {
    width: 100%;
  }
}
#strength #wrap02 ul li:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  #strength #wrap02 ul li:nth-of-type(2) img {
    margin-top: 20px;
  }
}
#strength #wrap02 ul li ul {
  background: none;
  display: block;
  list-style: disc;
  padding: 0 0 0 1.3em;
  border: none;
}
#strength #wrap02 ul li:nth-of-type(1) ul li {
  font-size: 0.9em;
}
#strength #wrap02 ul li:nth-of-type(1) p {
  margin-top: 15px;
  font-size: 0.9em;
}
/*------------------------------
company
--------------------------------*/
#company #wrap01, #company #wrap02, #company #wrap03 {
  margin-bottom: 100px;
}
#company #wrap01 {
  background: url("../images/company/bg_message.jpg") left repeat-y;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 428px) {
  #company #wrap01 {
    background: url("../images/company/bg_message_sp.jpg") left repeat-y;
  }
}
#company #wrap01 div:nth-of-type(1), #company #wrap02 div:nth-of-type(1), #company #wrap03 div:nth-of-type(1), #company #wrap04 div:nth-of-type(1) {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0069d7;
}
#company #wrap01 div:nth-of-type(1) img, #company #wrap02 div:nth-of-type(1) img, #company #wrap03 div:nth-of-type(1) img, #company #wrap04 div:nth-of-type(1) img {
  height: 30px;
  width: auto;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 320px) {
  #company #wrap01 div:nth-of-type(1) img, #company #wrap02 div:nth-of-type(1) img, #company #wrap03 div:nth-of-type(1) img, #company #wrap04 div:nth-of-type(1) img {
    height: 25px;
  }
}
#company #wrap01 div:nth-of-type(1) h2, #company #wrap02 div:nth-of-type(1) h2, #company #wrap03 div:nth-of-type(1) h2, #company #wrap04 div:nth-of-type(1) h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 11px;
}
#company #wrap01 div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #company #wrap01 div:nth-of-type(2) {
    display: block;
    padding: 30px;
  }
}
#company #wrap01 div:nth-of-type(2) h3 {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  width: 50%;
  font-size: 2em;
  line-height: 2em;
}
@media screen and (max-width: 428px) {
  #company #wrap01 div:nth-of-type(2) h3 {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 320px) {
  #company #wrap01 div:nth-of-type(2) h3 {
    font-size: 1.2em;
  }
}
#company #wrap01 div:nth-of-type(2) p {
  width: 50%;
  font-size: 0.9em;
  line-height: 2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 428px) {
  #company #wrap01 div:nth-of-type(2) p {
    width: 100%;
  }
}
#company #wrap02 div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#company #wrap02 div:nth-of-type(2) span {
  width: 45%;
  display: block;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) span {
    width: 100%;
  }
}
#company #wrap02 div:nth-of-type(2) table span {
  width: 100%;
  display: inline;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) table span {
    display: block;
  }
}
#company #wrap02 div:nth-of-type(2) span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) span img {
    width: 100%;
  }
}
#company #wrap02 div:nth-of-type(2) table {
  width: 50%;
  font-size: 0.9em;
  line-height: 1.6em;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) table {
    width: 100%;
    margin-bottom: 30px;
  }
}
#company #wrap02 div:nth-of-type(2) table td {
  padding: 3px 0;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) table td span {
    display: block;
  }
}
#company #wrap02 div:nth-of-type(2) table th {
  vertical-align: top;
  text-align: left;
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 428px) {
  #company #wrap02 div:nth-of-type(2) table th {
    width: 32%;
  }
}
#company #wrap04 div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #company #wrap04 div:nth-of-type(2) {
    display: block;
    padding-top: 30px;
    background-size: contain;
  }
}
#company #wrap04 div:nth-of-type(2) ul {
  list-style: none;
  width: 45%;
  font-size: 0.9em;
  line-height: 1.6em;
  border-top: 1px solid #0069d7;
}
@media screen and (max-width: 428px) {
  #company #wrap04 div:nth-of-type(2) ul {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  #company #wrap04 div:nth-of-type(2) ul:nth-of-type(2) {
    border-top: none;
  }
}
#company #wrap04 div:nth-of-type(2) ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #0069d7;
  padding: 20px 0;
}
#company #wrap04 div:nth-of-type(2) ul li p {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 428px) {
  #company #wrap04 div:nth-of-type(2) ul li p {
    padding-right: 15px;
    box-sizing: border-box;
  }
}
#company #wrap04 div:nth-of-type(2) ul li span {
  width: 40%;
  display: block;
}
#company #wrap04 div:nth-of-type(2) ul li span img {
  width: 100%;
  height: auto;
  display: block;
}
#company #wrap04 div:nth-of-type(2) ul li strong {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #999;
  padding: 20px;
  box-sizing: border-box;
  color: #0069d7;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 428px) {
  #company #wrap04 div:nth-of-type(2) ul li strong {
    padding: 10px;
  }
}
/*------------------------------
career
--------------------------------*/
#career #wrap01 div:nth-of-type(1), #career #wrap03 div:nth-of-type(1) {
  display: flex;
  padding-bottom: 15px;
  margin-top: 90px;
  margin-bottom: 60px;
  border-bottom: 1px solid #0069d7;
}
@media screen and (max-width: 428px) {
  #career #wrap01 div:nth-of-type(1), #career #wrap03 div:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
#career #wrap01 div:nth-of-type(1) img, #career #wrap03 div:nth-of-type(1) img {
  height: 30px;
  width: auto;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 320px) {
  #career #wrap01 div:nth-of-type(1) img, #career #wrap03 div:nth-of-type(1) img {
    height: 25px;
  }
}
#career #wrap01 div:nth-of-type(1) h2, #career #wrap03 div:nth-of-type(1) h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 11px;
}
#career #wrap01 div:nth-of-type(2) img, #career #wrap03 div:nth-of-type(2) img {
  height: auto;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  #career #wrap01 div:nth-of-type(2) img, #career #wrap03 div:nth-of-type(2) img {
    width: 100%;
  }
}
#career #wrap02 {
  width: 80%;
  margin: 60px auto;
  border: 1px #0069d7 solid;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #career #wrap02 {
    width: 100%;
  }
}
#career #wrap02 h3 {
  color: #0069d7;
  font-size: 1em;
  margin-bottom: 15px;
  text-align: center;
}
#career #wrap02 div {
  display: flex;
  font-size: 0.9em;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 428px) {
  #career #wrap02 div {
    display: block;
  }
}
#career #wrap02 div ul {
  margin-left: 1.5em;
}
#career #wrap02 ul:nth-of-type(1) li {
  margin-right: 50px;
}
@media screen and (max-width: 428px) {
  #career #wrap02 ul:nth-of-type(1) li {
    margin-right: 0;
  }
}
/*------------------------------
recruit
--------------------------------*/
#recruit #wrap_ttl {
  padding: 0;
  overflow: hidden;
  background: #eeeeee;
  height: 699px;
  position: relative;
}
#recruit #sp_main {
  width: 100%;
  background: #eeeeee;
}
#recruit #sp_main img {
  width: 100%;
  height: auto;
  display: block;
}
#recruit #wrap_ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#recruit #wrap02, #recruit #wrap03 {
  margin-bottom: 100px;
}
#recruit #wrap01 div#content01, #recruit #wrap02 div:nth-of-type(1) {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0069d7;
}
#recruit #wrap01 div#content01 img, #recruit #wrap02 div:nth-of-type(1) img {
  height: 30px;
  width: auto;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 320px) {
  #recruit #wrap01 div#content01 img, #recruit #wrap02 div:nth-of-type(1) img {
    height: 25px;
  }
}
#recruit #wrap01 div#content01 h2, #recruit #wrap02 div:nth-of-type(1) h2 {
  color: #0069d7;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 16px;
}
.wrap_slick {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .wrap_slick {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .wrap_slick {
    width: 85%;
  }
}
@media screen and (max-width: 428px) {
  .wrap_slick {
    width: 75%;
  }
}
#recruit #wrap01 {
  position: relative;
  margin-bottom: 200px;
}
#recruit #wrap01::before {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: 0;
  content: "";
  background: url("../images/recruit/bg_interview.jpg") no-repeat;
  background-size: cover;
}
.wrap_slick ul {
  list-style: none;
}
.wrap_slick ul li {
  margin: 0 20px;
}
.wrap_slick ul li img {
  width: 100%;
  height: auto;
}
button.slick-prev, button.slick-next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  button.slick-prev, button.slick-next {
    width: 40px;
    height: 40px;
  }
}
button.slick-prev {
  background: url("../images/recruit/left.png") no-repeat;
  background-size: contain;
  left: -60px;
}
@media screen and (max-width: 1000px) {
  button.slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 428px) {
  button.slick-prev {
    left: -10%;
  }
}
button.slick-next {
  background: url("../images/recruit/right.png") no-repeat;
  background-size: contain;
  right: -60px;
}
@media screen and (max-width: 1000px) {
  button.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 428px) {
  button.slick-next {
    right: -10%;
  }
}
#recruit #wrap02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
#recruit #wrap02 ul:nth-of-type(1) li {
  width: calc((100% - 35px) / 2);
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  #recruit #wrap02 ul:nth-of-type(1) li {
    width: 100%;
  }
}
#recruit #wrap02 ul:nth-of-type(2) li {
  width: calc((100% - 70px) / 3);
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  #recruit #wrap02 ul:nth-of-type(2) li {
    width: 48%;
  }
}
#recruit #wrap02 ul img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  #recruit #wrap02 ul img {
    width: 100%;
  }
}
#recruit #wrap03 {
  background: url("../images/recruit/bg_about.png") repeat-y;
  background-size: contain;
  padding: 200px 0;
}
@media screen and (max-width: 428px) {
  #recruit #wrap03 {
    padding: 50px 0;
  }
}
#recruit #wrap03 div:nth-of-type(1) {
  background: url("../images/recruit/ph_about.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 428px) {
  #recruit #wrap03 div:nth-of-type(1) {
    padding: 30px 0;
  }
}
#recruit #wrap03 div:nth-of-type(1) h2 {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5em;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 428px) {
  #recruit #wrap03 div:nth-of-type(1) h2 {
    font-size: 2.1em;
    letter-spacing: 0.3em;
  }
}
#recruit.en #wrap03 div:nth-of-type(1) h2 {
  letter-spacing: 0.1em;
}
#recruit #wrap03 div:nth-of-type(1) img {
  height: 15px;
  width: auto;
  margin-top: 15px;
}
#recruit #wrap03 div:nth-of-type(2) {
  background: #ffffff;
  box-sizing: border-box;
  padding: 60px;
}
@media screen and (max-width: 428px) {
  #recruit #wrap03 div:nth-of-type(2) {
    padding: 20px;
  }
}
#recruit #wrap03 table {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.6em;
  overflow-wrap: break-word;
  word-break: break-all;
}
#recruit #wrap03 table td {
  padding: 10px 0;
}
#recruit #wrap03 table th {
  vertical-align: top;
  text-align: left;
  padding: 10px 50px 10px 0;
  color: #0069d7;
  font-weight: 500;
  width: 18%;
}
@media screen and (max-width: 428px) {
  #recruit #wrap03 table th {
    width: 30%;
    padding: 10px 0 0px 0;
  }
}
#recruit #wrap03 table.en th {
  width: 25%;
}
#recruit #wrap04 {
  background: url("../images/recruit/bg_career.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  #recruit #wrap04 {
    width: 100%;
  }
}
#recruit #wrap04 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0032d2;
  content: "";
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
}
#recruit #wrap04 a:hover::after {
  opacity: 0.1;
}
#recruit #wrap04 a::before {
  content: "";
  position: absolute;
  background: url("../images/recruit/btn_read.jpg") no-repeat right bottom;
  height: 30px;
  width: 155px;
  background-size: contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 428px) {
  #recruit #wrap04 a::before {
    height: 25px;
  }
}
#recruit #wrap04 a {
  display: block;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 428px) {
  #recruit #wrap04 a {
    padding: 40px 0;
  }
}
#recruit #wrap04 img {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 428px) {
  #recruit #wrap04 img {
    width: 80%;
    height: auto;
  }
}
#recruit #wrap04 h2 {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  padding-top: 10px;
}
#btn_recruit {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 428px) {
  #btn_recruit {
    margin-top: 50px;
  }
}
#btn_recruit div:nth-of-type(1) img {
  height: 30px;
  width: auto;
}
#btn_recruit ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 428px) {
  #btn_recruit ul {
    display: block;
  }
}
#btn_recruit ul li {
  color: #0069d7;
  padding: 20px 0;
  width: 360px;
  margin: 0 10px;
  font-size: 0.9em;
}
@media screen and (max-width: 428px) {
  #btn_recruit ul li {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 428px) {
  #recruit #wrap05 ul li:nth-of-type(2) {
    padding: 0 0 20px 0;
  }
}
#btn_recruit ul li a {
  display: block;
  border: 2px solid #0069d7;
  box-sizing: border-box;
  text-decoration: none;
  height: 70px;
  margin-top: 5px;
}
@media screen and (max-width: 428px) {
  #btn_recruit ul li a {
    padding-right: 15px;
  }
}
#btn_recruit ul li:nth-of-type(1) a {
  background: #ffffff;
}
#btn_recruit ul li:nth-of-type(1) a img {
  width: auto;
  height: 40px;
  margin: 15px 0;
}
#btn_recruit ul li:nth-of-type(2) a {
  background: #0069d7;
  color: #ffffff;
  position: relative;
  line-height: 65px;
  font-size: 1.5em;
  font-weight: 500;
}
#btn_recruit ul li:nth-of-type(2) a::before, #btn_recruit ul li:nth-of-type(2) a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#btn_recruit ul li:nth-of-type(2) a::before {
  right: 20px;
  width: 12px;
  height: 1px;
  background: #ffffff;
}
#btn_recruit ul li:nth-of-type(2) a::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#recruit #wrap04 div:nth-of-type(2) ul li strong {
  display: block;
  background: #e9f2fb;
  text-align: center;
  border: 1px solid #0069d7;
  padding: 45px 0;
  box-sizing: border-box;
  color: #0069d7;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 428px) {
  #recruit #wrap04 div:nth-of-type(2) ul li strong {
    padding: 25px 0;
  }
}
/*------------------------------
interview
--------------------------------*/
#interview #main_interview {
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 428px) {
  #interview #main_interview {
    height: 600px;
  }
}
@media screen and (max-width: 428px) {
  .interview01 #wrap01, .interview02 #wrap01, .interview03 #wrap01 {
    padding-top: 160px;
  }
}
.interview01 #main_interview {
  background: url("../images/interview/01/main.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .interview01 #main_interview {
    background: url("../images/interview/01/main_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.interview02 #main_interview {
  background: url("../images/interview/02/main.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .interview02 #main_interview {
    background: url("../images/interview/02/main_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.interview03 #main_interview {
  background: url("../images/interview/03/main.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .interview03 #main_interview {
    background: url("../images/interview/03/main_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.interview04 #main_interview {
  background: url("../images/interview/04/main.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .interview04 #main_interview {
    background: url("../images/interview/04/main_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.interview05 #main_interview {
  background: url("../images/interview/05/main.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 428px) {
  .interview05 #main_interview {
    background: url("../images/interview/05/main_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
#interview #main_interview .wrap {
  position: relative;
  height: 700px;
}
#interview #main_interview div img, #interview #main_interview div h2 {
  position: absolute;
  left: 0;
}
#interview #main_interview div img {
  top: 155px;
  height: 200px;
  width: auto;
}
@media screen and (max-width: 428px) {
  #interview #main_interview div img {
    height: 150px;
    top: 320px;
  }
}
@media screen and (max-width: 428px) {
  #interview.en #main_interview div img {
    height: auto;
    width: 100%;
    top: 320px;
  }
}
@media screen and (max-width: 428px) {
  #interview.interview01 #main_interview div img, #interview.interview03 #main_interview div img {
    height: auto;
    width: 100%;
  }
}
#interview #main_interview div h2 {
  bottom: -90px;
  font-weight: normal;
  font-size: 0.9em;
  padding: 55px 50px 55px 50px;
  box-sizing: border-box;
  background: #0069d7;
  color: #ffffff;
  min-width: 275px;
  line-height: 1.6em;
}
@media screen and (max-width: 428px) {
  #interview #main_interview div h2 {
    top: 500px;
    bottom: auto;
    padding: 25px 25px;
    min-width: 165px;
  }
}
#interview.en #main_interview div h2 {
  padding: 55px 30px 55px 30px;
}
@media screen and (max-width: 428px) {
  #interview.en #main_interview div h2 {
    top: 500px;
    bottom: auto;
    padding: 25px 25px;
    min-width: 165px;
  }
}
#interview #main_interview div h3 {
  width: 670px;
  position: absolute;
  bottom: -90px;
  right: 0;
  font-weight: normal;
  font-size: 0.9em;
  padding: 40px 30px 40px 30px;
  box-sizing: border-box;
  background: #46aaeb;
  line-height: 1.6em;
  color: #ffffff;
}
@media screen and (max-width: 428px) {
  #interview #main_interview div h3 {
    top: 690px;
    bottom: auto;
    width: 100%;
    padding: 25px 25px;
  }
}
#interview #main_interview div h2 strong {
  display: block;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5em;
  line-height: 1em;
  margin: 20px 0;
}
@media screen and (max-width: 428px) {
  #interview #main_interview div h2 strong {
    font-size: 1.5em;
    margin: 10px 0;
  }
}
#interview #main_interview div h2 strong em {
  font-style: normal;
  font-size: 0.6em;
}
#interview .txt_interview ul {
  list-style: none;
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul {
    margin-top: 100px;
  }
}
#interview .txt_interview ul li h3, #interview .txt_interview ul li p {
  width: 50%;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul li h3, #interview .txt_interview ul li p {
    width: 100%;
  }
}
#interview .txt_interview ul:nth-of-type(2) li h3, #interview .txt_interview ul:nth-of-type(2) li p {
  padding-left: 50%;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul:nth-of-type(2) li h3, #interview .txt_interview ul:nth-of-type(2) li p {
    padding-left: 0;
  }
}
#interview .txt_interview ul li h3 {
  color: #0069d7;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5em;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul li h3 {
    font-size: 1.7em;
    text-align: center;
  }
}
#interview.en .txt_interview ul li h3 {
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
#interview .txt_interview ul li p {
  font-size: 0.9em;
  line-height: 2em;
}
#interview .txt_interview ul li strong {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: normal;
  position: absolute;
  bottom: -2em;
  left: 0;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul li strong {
    left: 5%;
  }
}
#interview.en .txt_interview ul li strong {
  font-size: 0.8em;
  letter-spacing: 0em;
}
#interview .txt_interview ul:nth-of-type(2) li:nth-of-type(1) strong {
  text-align: right;
  width: 100%;
  display: block;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul:nth-of-type(2) li:nth-of-type(1) strong {
    width: auto;
    text-align: left;
  }
}
#interview .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
    position: static;
    width: 90%;
    height: 250px;
    margin: 20px 5% 0 5%;
  }
}
#interview .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
    position: static;
    width: 90%;
    height: 250px;
    margin: 20px 5% 0 5%;
  }
}
@media screen and (max-width: 428px) {
  #interview .txt_interview ul:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#interview #ph03 {
  height: 390px;
  width: 100%;
  display: block;
  margin-top: 160px;
}
@media screen and (max-width: 428px) {
  #interview #ph03 {
    height: 200px;
    margin-top: 130px;
  }
}
.interview01 .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/01/ph01.jpg") no-repeat center top;
  background-size: cover;
}
.interview01 .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  background: url("../images/interview/01/ph02.jpg") no-repeat center top;
  background-size: cover;
}
.interview01 #ph03 {
  background: url("../images/interview/01/ph03.jpg") no-repeat center top;
  background-size: cover;
}
.interview01 .txt_interview:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/01/ph04.jpg") no-repeat center top;
  background-size: cover;
}
.interview02 .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/02/ph01.jpg") no-repeat center top;
  background-size: cover;
}
.interview02 .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  background: url("../images/interview/02/ph02.jpg") no-repeat center top;
  background-size: cover;
}
.interview02 #ph03 {
  background: url("../images/interview/02/ph03.jpg") no-repeat center top;
  background-size: cover;
}
.interview02 .txt_interview:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/02/ph04.jpg") no-repeat center top;
  background-size: cover;
}
.interview03 .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/03/ph01.jpg") no-repeat center top;
  background-size: cover;
}
.interview03 .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  background: url("../images/interview/03/ph02.jpg") no-repeat center top;
  background-size: cover;
}
.interview03 #ph03 {
  background: url("../images/interview/03/ph03.jpg") no-repeat center top;
  background-size: cover;
}
.interview03 .txt_interview:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/03/ph04.jpg") no-repeat center top;
  background-size: cover;
}
.interview04 .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/04/ph01.jpg") no-repeat center top;
  background-size: cover;
}
.interview04 .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  background: url("../images/interview/04/ph02.jpg") no-repeat center top;
  background-size: cover;
}
.interview04 #ph03 {
  background: url("../images/interview/04/ph03.jpg") no-repeat center top;
  background-size: cover;
}
.interview04 .txt_interview:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/04/ph04.jpg") no-repeat center top;
  background-size: cover;
}
.interview05 .txt_interview ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/05/ph01.jpg") no-repeat center top;
  background-size: cover;
}
.interview05 .txt_interview ul:nth-of-type(2) li:nth-of-type(1) {
  background: url("../images/interview/05/ph02.jpg") no-repeat center top;
  background-size: cover;
}
.interview05 #ph03 {
  background: url("../images/interview/05/ph03.jpg") no-repeat center top;
  background-size: cover;
}
.interview05 .txt_interview:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) {
  background: url("../images/interview/05/ph04.jpg") no-repeat center top;
  background-size: cover;
}
#interview #wrap02 {
  position: relative;
  margin-top: 160px;
  margin-bottom: 100px;
}
@media screen and (max-width: 428px) {
  #interview #wrap02 {
    margin-bottom: 60px;
  }
}
#interview #wrap02 .wrap {
  background: #0069d7;
  padding: 25px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 428px) {
  #interview #wrap02 .wrap {
    display: block;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}
#interview #wrap02::before {
  left: 0;
  top: 50px;
  content: "";
  width: 100%;
  height: 220px;
  position: absolute;
  background: url("../images/interview/bg_ph.png");
}
@media screen and (max-width: 428px) {
  #interview #wrap02::before {
    top: 100px;
  }
}
#interview #wrap02 img {
  height: 150px;
  width: auto;
  margin-right: 50px;
}
@media screen and (max-width: 428px) {
  #interview #wrap02 img {
    height: 130px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#interview #wrap02 h3 {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
}
#interview #wrap02 h3 br {
  display: none;
}
@media screen and (max-width: 428px) {
  #interview #wrap02 h3 br {
    display: block;
  }
}
#interview #wrap03 {
  margin-bottom: 200px;
}
#interview #wrap03::before {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: 0;
  content: "";
  background: url("../images/recruit/bg_interview.jpg") no-repeat;
  background-size: cover;
}
/*------------------------------
pager
--------------------------------*/
.wp-pagenavi {
  text-align: center;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (max-width: 428px) {
  .wp-pagenavi {
    margin: 0 auto;
  }
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: block;
  padding: 0.3em 0.8em;
  text-decoration: none;
  margin-right: 10px;
  color: #0032d2;
}
.wp-pagenavi a {
  border: 1px solid #0032d2;
}
.wp-pagenavi span.current {
  border: 1px solid #000000;
  color: #000000;
}
.wp-pagenavi span.extend {
  border: none;
  margin-right: 10px;
}
.navigation {
  display: flex;
  justify-content: space-between;
  color: #0032d2;
}
.navigation a {
  color: #0032d2;
  text-decoration: none;
}
#column_posts div:nth-of-type(1).wp-pagenavi {
  overflow: auto;
  width: auto;
}
/*------------------------------
blog
--------------------------------*/
@media screen and (max-width: 428px) {
  #blog #wrap_ttl h2 {
    font-size: 1.8em;
  }
}
#blog .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}
@media screen and (max-width: 428px) {
  #blog .wrap {
    display: block;
    padding-top: 60px;
  }
}
.wrap_list, .wrap_post {
  width: 750px;
}
@media screen and (max-width: 428px) {
  .wrap_list, .wrap_post {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap_list h2, .wrap_post h2 {
  color: #0069d7;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.6em;
  margin-top: -0.4em;
  margin-bottom: 15px;
}
@media screen and (max-width: 428px) {
  .wrap_list h2, .wrap_post h2 {
    font-size: 1.4em;
  }
}
.wrap_list ul li h2 {
  color: #0069d7;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 428px) {
  .wrap_list ul li h2 {
    font-size: 1em;
  }
}
.wrap_list ul li h2 a {
  color: #0069d7;
}
.wrap_list ul li a {
  text-decoration: none;
}
.wrap_list ul li .cat, #blog .wrap_post .cat {
  display: flex;
  margin-bottom: 20px;
}
.wrap_list ul li time, #blog .wrap_post time {
  font-size: 0.9em;
  margin-right: 20px;
}
.wrap_list ul li .cat ul, #blog .wrap_post .cat ul {
  list-style: none;
  display: flex;
  font-size: 0.7em;
  justify-content: left;
}
.wrap_list ul li .cat ul li, #blog .wrap_post .cat ul li {
  margin: 0 10px 0 0;
  width: auto;
}
.wrap_list ul li .cat ul li a, #blog .wrap_post .cat ul li a {
  background: #0069d7;
  border-radius: 3px;
  display: block;
  padding: 1px 10px;
  color: #ffffff;
  text-decoration: none;
}
#blog .wrap_post .post {
  margin-top: 50px;
}
#blog .wrap_post .post p {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.6em;
}
#blog .wrap_post .post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#wrap_side h2 img {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}
#wrap_side ul {
  list-style: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 428px) {
  #wrap_side ul {
    display: flex;
    margin-bottom: 40px;
  }
}
#wrap_side ul li {
  margin-bottom: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 428px) {
  #wrap_side ul li {
    margin-right: 10px;
  }
}
#wrap_side ul li a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 428px) {
  #wrap_side ul li a {
    text-decoration: underline;
  }
}
.wrap_list h3 {
  color: #0069d7;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0069d7;
  font-size: 1.4em;
  margin-top: -5px;
}
.wrap_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.wrap_list li {
  width: 46%;
  margin-bottom: 70px;
}
.wrap_list li .list_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px #cccccc solid;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 428px) {
  .wrap_list li .list_img {
    height: 100px;
  }
}
.wrap_list li img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 428px) {
  #index.eng #wrap_performance_sp.sp p {
    text-align: left;
    padding: 20px 5% 30px 5%;
  }
}
.wrap_list li a.btn, #index #wrap_performance_sp a {
  background: #0069d7;
  color: #ffffff;
  font-size: 0.8em;
  padding: 10px 25px;
  text-decoration: none;
}
.wrap_list li a.btn:hover, #index #wrap_performance_sp a:hover {
  background: #0032d2;
}
.wrap_list li a.btn {
  padding: 8px 25px;
}
/*------------------------------
contact
--------------------------------*/
#contact #wrap_subttl h3 span {
  color: #ff0000;
}
.wrap_form {
  background: #ffffff;
  border: solid #999999 1px;
  margin: 30px auto;
  padding: 50px 50px;
  width: 90%;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  .wrap_form {
    width: 100%;
    padding: 0;
  }
}
#contact table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 0.9em;
}
#contact table th {
  width: 30%;
  padding: 20px 20px 20px 0;
  font-weight: normal;
  vertical-align: middle;
  border: solid #999999;
  border-width: 0 0;
  text-align: left;
}
@media screen and (max-width: 428px) {
  #contact table th {
    border-width: 0 0 0 0;
    padding: 35px 5% 0 5%;
  }
}
#contact table th strong {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
#contact table th span::after {
  content: "※";
  color: #ff0000;
  margin-left: 5px;
}
#contact table td p {
  padding: 20px 0;
  vertical-align: middle;
  border: solid #999999;
  border-width: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 428px) {
  #contact table td p {
    padding: 10px 5% 0 5%;
  }
}
#contact .wpcf7-form-mode-confirm table td p {
  justify-content: left;
}
@media screen and (max-width: 428px) {
  #contact table, #contact table tbody, #contact table tr, #contact table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#contact input[type="radio"] {
  margin-right: 3px;
}
#contact input[type="checkbox"] {
  margin-right: 3px;
}
#contact input[type="number"] {
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  padding: 0 5px;
  border: solid #cccccc 1px;
  color: #666666;
  margin-right: 5px;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
#contact span[data-name="yourname01"], #contact span[data-name="yourname02"], #contact span[data-name="yourname03"], #contact span[data-name="yourname04"], #contact .yourname01, #contact .yourname02, #contact .yourname03, #contact .yourname04 {
  width: 48%;
}
@media screen and (max-width: 428px) {
  #contact span[data-name="yourname01"], #contact span[data-name="yourname02"], #contact span[data-name="yourname03"], #contact span[data-name="yourname04"], #contact .yourname01, #contact .yourname02, #contact .yourname03, #contact .yourname04 {
    width: 48%;
  }
}
#contact span[data-name="birth01"], #contact span[data-name="birth02"], #contact span[data-name="birth03"], #contact .birth01, #contact .birth02, #contact .birth03 {
  width: 17%;
}
#contact span[data-name="tel01"], #contact span[data-name="tel02"], #contact span[data-name="tel03"], #contact .tel01, #contact .tel02, #contact .tel03 {
  width: 30%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
  width: 100%;
  padding: 10px 7px;
  border: solid #999999 1px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1em;
}
#contact .num span {
  margin: 0 10px 0 0;
}
#contact .num strong {
  font-size: 0.8em;
  font-weight: normal;
}
#contact textarea {
  width: 100%;
  height: 200px;
  padding: 10px 7px;
  border: solid #999999 1px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1em;
}
span.wpcf7-list-item:nth-of-type(1) {
  margin: 0 0 0 0em;
}
/* 基本のセレクトボックスのカスタマイズ */
span[data-name="type"], .type {
  background: #ffffff;
  border: solid #999999 1px;
  height: 32px;
  width: 430px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
span[data-name="type"]::after, .type::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  z-index: -1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
  font-size: 0.9em;
  color: #000000;
}
.wrap_error {
  display: none;
}
#contact table tr td .error {
  position: relative;
}
#contact table tr td .error::after {
  content: "必須項目 / required fields";
  font-size: 0.8em;
  padding-top: 3px;
  color: #ff0000;
  position: absolute;
  top: 40px;
  left: 0;
  width: auto;
  line-height: 1.3em;
}
@media screen and (max-width: 428px) {
  #contact table tr td .error::after {
    font-size: 0.7em;
    width: auto;
  }
}
#contact table tr td.num .error::after {
  width: 200%;
}
#contact table tr td span.error[data-name="textarea"]::after, #contact table tr td span.error[data-name="textarea01"]::after, #contact table tr td span.error[data-name="textarea02"]::after, #contact table tr td .textarea.error::after, #contact table tr td .textarea01.error::after, #contact table tr td .textarea02.error::after {
  top: 200px;
}
#contact form.wpcf7-form p.buttons-area-confirm, #contact form.wpcf7-form p.buttons-area {
  margin-top: 10px;
}
#contact .submit-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 428px) {
  #contact .submit-button {
    display: block;
  }
}
#contact .button-confirm, #contact .button-rewrite, #contact input[type="submit"] {
  background: #0032d2;
  letter-spacing: 0.1em;
  width: 250px;
  display: inline;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  line-height: 50px;
  font-size: 1em;
  border-radius: 0;
}
@media screen and (max-width: 428px) {
  #contact .button-confirm, #contact .button-rewrite, #contact input[type="submit"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#contact .button-rewrite {
  background: #999999;
}
.ajax-loader {
  display: none !important;
}
.wpcf7-form-mode-confirm table th span::after, .wpcf7-form-mode-confirm .txt_edit, .wpcf7-form-mode-confirm .txt_sent {
  display: none;
}
.wpcf7-form-mode-edit .txt_confirm, .wpcf7-form-mode-edit .txt_sent {
  display: none;
}
.sent .txt_confirm, .sent .txt_edit, .sent table, .sent .wrap_form {
  display: none;
}
.sent .txt_sent {
  display: block;
}
div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  margin: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
#google {
  text-align: center;
  font-size: 0.7em;
}
#google a {
  color: #000;
}
/*------------------------------
pp
--------------------------------*/
#pp {
  margin-bottom: 80px;
}
@media screen and (max-width: 428px) {
  #pp {
    margin-top: 40px;
  }
}
#pp ol {
  margin: 30px 0 30px -1em;
}
#pp ol li {
  margin-bottom: 30px;
}
#pp ol ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 1em;
}
#pp ol li ul li {
  margin-bottom: 10px;
}
#pp strong {
  text-align: right;
  display: block;
  font-weight: normal;
}
