@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img {
  height: auto;
}

.pc-none {
  display: none;
}

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

.sp-none {
  display: unset;
}

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.top_about {
  background-color: #000;
  color: #fff;
  /* span{
            font-size:16px;
            font-weight:bold;

            @media(max-width:768px){
                margin-top:2.667vw;
                font-size:3.2vw;
                display:block;
                text-align:center;
            }

        } */
}

.top_about div.about_content {
  width: 1320px;
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px 0 auto;
}

@media (min-width: 1601px) {
  .top_about div.about_content {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .top_about div.about_content {
    width: calc(100% - 10.667vw);
    display: block;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
    margin: 0;
  }
}

.top_about div.about_content div.about_left {
  margin-right: 50px;
  -ms-flex-preferred-size: 465px;
      flex-basis: 465px;
}

@media (max-width: 768px) {
  .top_about div.about_content div.about_left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.top_about div.about_content div.about_left img {
  width: 100%;
  margin-top: 5.333vw;
  height: auto;
}

.top_about div.about_content div.about_left ul {
  padding: 0;
}

@media (max-width: 768px) {
  .top_about div.about_content div.about_left ul {
    margin-bottom: 0;
  }
}

.top_about div.about_content div.about_left ul li {
  border-bottom: 2px solid #fff;
  width: 380px;
  list-style: none;
}

@media (max-width: 768px) {
  .top_about div.about_content div.about_left ul li {
    width: 100%;
  }
}

.top_about div.about_content div.about_left ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .top_about div.about_content div.about_left ul li a {
    padding: 4vw 1.333vw;
    font-size: 4.267vw;
  }
}

.top_about div.about_content div.about_left ul li a:hover {
  background-color: #fff;
  color: #000;
}

.top_about div.about_content div.about_left ul li a:hover::before {
  background-image: url(../img/pointer-black.png);
}

.top_about div.about_content div.about_left ul li a::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background-size: cover;
  background-image: url(../img/pointer-white.png);
}

@media (max-width: 768px) {
  .top_about div.about_content div.about_left ul li a::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.top_about div.about_content div.about_right {
  -ms-flex-preferred-size: 810px;
      flex-basis: 810px;
}

.top_about div.about_content div.about_right img {
  width: 100%;
  height: auto;
}

.top_about h2 {
  font-size: 62px;
  font-family: "Emulogic";
  margin: 0;
  margin-left: -5px;
}

@media (max-width: 768px) {
  .top_about h2 {
    font-size: 8.533vw;
    line-height: 1;
    text-align: center;
    margin-left: 0;
  }
}

.top_about h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .top_about h3 {
    font-size: 6.133vw;
    margin-top: 10.667vw;
  }
}

.top_about p {
  font-size: 18px;
  margin-bottom: 20px;
  width: 380px;
}

@media (max-width: 768px) {
  .top_about p {
    font-size: 3.733vw;
    width: 100%;
    margin-top: 6.667vw;
    line-height: 1.5;
    margin-bottom: 6.667vw;
  }
}

.top_workstyle {
  margin: 100px auto;
}

@media (max-width: 768px) {
  .top_workstyle {
    width: calc(100% - 10.667vw);
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
    margin: 0;
  }
}

.top_workstyle .content {
  width: 1245px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1100px) {
  .top_workstyle .content {
    width: 100%;
  }
}

.top_workstyle .content .under {
  position: relative;
}

@media (max-width: 1100px) {
  .top_workstyle .content .under {
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .top_workstyle .content .under {
    margin: 0;
  }
}

.top_workstyle .content .under ul {
  padding: 0;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .top_workstyle .content .under ul {
    margin-bottom: 0;
    position: static;
    margin-top: 5.333vw;
  }
}

.top_workstyle .content .under ul li {
  border-bottom: 2px solid #fff;
  width: 380px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .top_workstyle .content .under ul li {
    width: 100%;
  }
}

.top_workstyle .content .under ul li a {
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .top_workstyle .content .under ul li a {
    padding: 4vw 1.333vw;
    font-size: 4.267vw;
  }
}

.top_workstyle .content .under ul li a:hover {
  background-color: #000;
  color: #fff;
}

.top_workstyle .content .under ul li a:hover::before {
  background-image: url(../img/pointer-white.png);
  background-size: cover;
}

.top_workstyle .content .under ul li a::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-black.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .top_workstyle .content .under ul li a::before {
    width: 2.133vw;
    height: 3.467vw;
    margin-right: 2.667vw;
  }
}

.top_workstyle .content .image {
  margin-left: 90px;
  margin-right: 90px;
}

.top_workstyle .content .image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .top_workstyle .content .image {
    margin-left: 70px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .top_workstyle .content .image {
    margin-top: 5.333vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.top_workstyle .content h2 {
  font-size: 64px;
  font-family: "Emulogic";
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  left: -20px;
  color: #000;
}

@media (max-width: 1300px) {
  .top_workstyle .content h2 {
    left: 40px;
  }
}

@media (max-width: 768px) {
  .top_workstyle .content h2 {
    font-size: 8.533vw;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    position: static;
  }
}

.top_workstyle .content p.jp-title {
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 300px;
  left: -20px;
}

@media (max-width: 1300px) {
  .top_workstyle .content p.jp-title {
    left: 40px;
  }
}

@media (max-width: 768px) {
  .top_workstyle .content p.jp-title {
    margin-top: 2.667vw;
    font-size: 3.733vw;
    display: block;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    position: static;
    font-weight: bold;
  }
}

.top_workstyle .content h3 {
  font-size: 38px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: -15px;
}

@media (max-width: 1300px) {
  .top_workstyle .content h3 {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .top_workstyle .content h3 {
    font-size: 6.133vw;
    margin-top: 10.667vw;
    margin-left: 0px;
  }
}

.top_people {
  background-color: #f3f3f3;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  /* span{
        font-size:16px;
        font-weight:bold;

        @media(max-width:768px){
            margin-top:2.667vw;
            font-size:3.2vw;
            display:block;
            text-align:center;
        }

    } */
}

@media (max-width: 768px) {
  .top_people {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
}

.top_people .up {
  width: 1270px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1700px) {
  .top_people .up {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .top_people .up {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}

.top_people .up p.right {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 15px;
  width: 375px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .top_people .up p.right {
    position: static;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top_people .up p.right {
    font-size: 3.733vw;
  }
}

.top_people .slider .your-class {
  padding: 0;
}

.top_people .slider .your-class .slick-slide {
  margin: 0 10px;
  position: relative;
}

.top_people .slider .your-class .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_people .slider .your-class .slick-slide a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.top_people .slider .your-class .slick-slide div {
  position: absolute;
  background-color: #000;
  bottom: 0;
  width: calc(100% - 26px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 3px solid #fff;
  border-radius: 15px;
  color: #fff;
}

.top_people .slider .your-class .slick-slide div h4 {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 3px solid #fff;
}

.top_people .slider .your-class .slick-slide div h3 {
  padding: 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_people .slider .your-class .slick-slide div h3::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-white.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .top_people .slider .your-class .slick-slide div h3::before {
    width: 2.133vw;
    height: 3.467vw;
    margin-right: 2.667vw;
  }
}

.top_people .slider .your-class img {
  width: 100%;
  border-radius: 10px;
}

.top_people .under {
  width: 1150px;
  margin: 25px auto 0 auto;
}

@media (max-width: 1100px) {
  .top_people .under {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .top_people .under {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.top_people .under ul {
  padding: 0;
}

.top_people .under ul li {
  border-bottom: 2px solid #fff;
  width: 380px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .top_people .under ul li {
    width: 100%;
  }
}

.top_people .under ul li a {
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .top_people .under ul li a {
    padding: 4vw 1.333vw;
    font-size: 4.267vw;
  }
}

.top_people .under ul li a:hover {
  background-color: #000;
  color: #fff;
}

.top_people .under ul li a:hover::before {
  background-image: url(../img/pointer-white.png);
  background-size: cover;
}

.top_people .under ul li a::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-black.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .top_people .under ul li a::before {
    width: 2.133vw;
    height: 3.467vw;
    margin-right: 2.667vw;
  }
}

.top_people h2 {
  color: #000;
  font-size: 62px;
  font-family: "Emulogic";
  margin: 0;
  margin-left: -5px;
}

@media (max-width: 768px) {
  .top_people h2 {
    font-size: 8.533vw;
    line-height: 1;
    text-align: center;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .sp-top__section1 p {
    font-size: 4vw;
  }
}

.new_footer {
  background-color: #000;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .new_footer {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
}

.new_footer .content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .new_footer .content {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .new_footer .content {
    margin-left: 6.667vw;
    margin-right: 6.667vw;
  }
}

.new_footer .content .human {
  position: absolute;
  left: 10px;
  top: -140px;
  z-index: 0;
  width: 156px;
}

@media (max-width: 768px) {
  .new_footer .content .human {
    width: 20vw;
    top: auto;
    bottom: 40vw;
    left: -6vw;
  }
}

.new_footer .content .woman {
  position: absolute;
  right: 10px;
  top: -160px;
  z-index: 0;
  width: 347px;
}

@media (max-width: 768px) {
  .new_footer .content .woman {
    top: -18vw;
    right: -9vw;
    width: 45.333vw;
  }
}

.new_footer p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .new_footer p {
    font-size: 4.267vw;
    margin-bottom: 9.333vw;
  }
}

.new_footer h2 {
  font-size: 62px;
  font-family: "Emulogic";
  margin: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .new_footer h2 {
    font-size: 8.533vw;
    text-align: center;
    margin-bottom: 5.333vw;
  }
}

.new_footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: bold;
}

@media (max-width: 1099px) {
  .new_footer .button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .new_footer .button {
    width: 70vw;
  }
}

.new_footer .button a {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  font-size: 32px;
  color: #fff;
  display: block;
  padding: 20px 0;
  margin: 0 10px;
  border: 4px solid #fff;
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #000;
  text-decoration: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 1099px) {
  .new_footer .button a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .new_footer .button a {
    font-size: 5.6vw;
    padding: 4vw 0;
    border-width: 0.533vw;
    line-height: 1;
  }
}

.new_footer .button a:hover {
  background-color: #1753a4;
}

.new_footer .button a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc((100% - 16px) / 2);
  margin-right: 15px;
  width: 10px;
  height: 16px;
  display: block;
  background-size: cover;
  background-image: url(../img/pointer-white.png);
}

@media (max-width: 768px) {
  .new_footer .button a::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.new_footer .button a .sub-title {
  font-size: 14px;
  display: block;
}

@media (max-width: 768px) {
  .new_footer .button a .sub-title {
    font-size: 2.933vw;
    margin-top: 2vw;
  }
}

.lower-breadcrumb {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .lower-breadcrumb {
    display: none;
  }
}

.lower-breadcrumb div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lower-breadcrumb div.content div::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}

.lower-breadcrumb div.content div.last {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lower-breadcrumb div.content div.last::after {
  content: "";
}

.lower-breadcrumb div.content a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.lower-breadcrumb div.content a:hover {
  color: #1753a4;
}

.lower-breadcrumb.people-more {
  border-bottom: 5px solid #000;
  padding-bottom: 20px;
}

.lower-first {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .lower-first {
    margin-bottom: 8vw;
    margin-top: 6.667vw;
  }
}

.lower-first h4 {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .lower-first h4 {
    margin: 0 0 8vw 0;
    font-size: 3.733vw;
  }
}

.lower-first h4::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-black.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .lower-first h4::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.lower-first .content {
  margin-left: 50px;
  margin-right: 50px;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  position: relative;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .lower-first .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    border-width: 0.667vw;
    padding: 5.333vw 0;
  }
}

.lower-first .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1090px) {
  .lower-first .content div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lower-first .content div h2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 106px;
  margin: 0;
  line-height: 1;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 1090px) {
  .lower-first .content div h2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .lower-first .content div h2 {
    font-size: 14.133vw;
  }
}

.lower-first .content div p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
  line-height: 2;
  font-size: 18px;
}

@media (max-width: 1090px) {
  .lower-first .content div p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .lower-first .content div p {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
}

.lower-first .content h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Emulogic";
  font-size: 30px;
  position: absolute;
  right: -45px;
  top: calc((100% - 150px) / 2);
  margin: 0;
  color: #000;
}

@media (max-width: 768px) {
  .lower-first .content h3 {
    display: none;
  }
}

.lower-first.workstyle h3 {
  top: calc((100% - 270px) / 2);
}

.box1 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box1 {
    margin-bottom: 13.333vw;
  }
}

.box1 .content {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .box1 .content {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .box1 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box1 .content div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 768px) {
  .box1 .content div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.box1 .content .image {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .box1 .content .image {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}

.box1 .content .more h3 {
  font-size: 35px;
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .box1 .content .more h3 {
    font-size: 5.3vw;
    margin-bottom: 6.667vw;
  }
}

.box1 .content .more p {
  line-height: 2;
  margin: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box1 .content .more p {
    font-size: 3.733vw;
  }
}

.box1 img {
  width: 100%;
}

.box1.oppose .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box1.oppose .content .image {
  margin-right: 0;
}

.box1.oppose .content .more {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .box1.oppose .content .more {
    margin-right: 0;
  }
}

.box2 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box2 {
    margin-bottom: 13.333vw;
  }
}

.box2 .content {
  width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .box2 .content {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .box2 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box2 .content h3 {
  font-size: 35px;
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .box2 .content h3 {
    font-size: 5.3vw;
    margin-bottom: 6.667vw;
  }
}

.box2 .content p {
  line-height: 2;
  margin: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box2 .content p {
    font-size: 3.733vw;
  }
}

.box3 {
  padding: 50px 0;
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .box3 {
    padding: 8vw 0;
  }
}

.box3 h2 {
  font-family: "Emulogic";
  font-size: 32px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

@media (max-width: 768px) {
  .box3 h2 {
    font-size: 6.667vw;
    margin-bottom: 5.333vw;
  }
}

.box3 .content {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .box3 .content {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .box3 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .box3 .content {
    width: auto;
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box3 .content .item {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  background-color: #000;
  margin: 0 10px;
  position: relative;
  padding: 10px;
  border-radius: 15px;
}

@media (max-width: 1050px) {
  .box3 .content .item {
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .box3 .content .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.333vw;
  }
}

.box3 .content .item .title {
  position: absolute;
  background-color: #000;
  left: calc((100% - 78px) / 2);
  top: 5px;
  padding: 0 10px;
  width: 58px;
}

@media (max-width: 768px) {
  .box3 .content .item .title {
    width: 12vw;
    left: calc((100% - 12vw) / 2);
    padding: 0 1.333vw;
  }
}

.box3 .content .item .title.last {
  width: 90px;
  left: calc((100% - 110px) / 2);
}

@media (max-width: 768px) {
  .box3 .content .item .title.last {
    width: 18.5vw;
    left: calc((100% - 18.5vw) / 2);
    padding: 0 1.333vw;
  }
}

.box3 .content .item .more {
  height: calc(100% - 10px);
  border: 4px solid #fff;
  border-radius: 15px;
}

.box3 .content .item .more img {
  display: block;
  margin: 60px auto 30px auto;
  width: calc(100% - 40px);
}

@media (max-width: 768px) {
  .box3 .content .item .more img {
    width: calc(100% - 30vw);
    margin-top: 10.667vw;
    margin-bottom: 6.667vw;
  }
}

.box3 .content .item .more p {
  margin: 0;
  color: #fff;
  padding: 0 20px 30px 20px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box3 .content .item .more p {
    padding: 0 4vw 8vw 4vw;
    font-size: 3.733vw;
  }
}

.box4 {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .box4 {
    padding: 13.333vw 0;
  }
}

.box4 .big {
  width: 550px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .box4 .big {
    width: auto;
    margin: 0 auto;
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box4 .big a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.box4 .big a:hover ~ .content {
  background: #1753a4;
}

.box4 .content {
  padding: 10px;
  background-color: #000;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .box4 .content {
    padding: 1.333vw;
  }
}

.box4 .content .item {
  color: #fff;
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 30px;
}

@media (max-width: 768px) {
  .box4 .content .item {
    border: 0.533vw solid #fff;
    padding: 4vw;
  }
}

.box4 .content .item h3 {
  margin: 0;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  line-height: 1;
}

@media (max-width: 768px) {
  .box4 .content .item h3 {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.box4 .content .item h3::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-white.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .box4 .content .item h3::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.box4 .content .item p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 768px) {
  .box4 .content .item p {
    font-size: 3.733vw;
  }
}

.box4.pad0 {
  padding-top: 0;
  margin: 0 auto;
}

.box4.cara2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
}

@media (max-width: 1180px) {
  .box4.cara2 {
    width: auto;
  }
}

@media (max-width: 900px) {
  .box4.cara2 {
    width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: -20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .box4.cara2 {
    width: auto;
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box4.cara2 .big {
  width: 100%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 20px;
}

@media (max-width: 900px) {
  .box4.cara2 .big {
    margin: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .box4.cara2 .big {
    margin: 2.667vw 0;
  }
}

.box4.cara2 .big .content {
  height: 100%;
}

@media (max-width: 900px) {
  .box4.cara2 .big .content {
    height: auto;
  }
}

.box4.cara2 .big .content .item {
  height: calc(100% - 70px);
}

@media (max-width: 900px) {
  .box4.cara2 .big .content .item {
    height: auto;
  }
}

.box5 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .box5 {
    margin-bottom: 8vw;
  }
}

.box5 .content {
  width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .box5 .content {
    width: auto;
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .box5 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box5 .content h2 {
  font-size: 38px;
}

@media (max-width: 768px) {
  .box5 .content h2 {
    font-size: 6.133vw;
  }
}

.box6 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box6 {
    margin-bottom: 4vw;
  }
}

.box6 .content {
  width: 1080px;
  margin: 0 auto;
  background-color: #f3f3f3;
  padding: 40px 30px;
}

@media (max-width: 1200px) {
  .box6 .content {
    width: auto;
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .box6 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    padding: 6.667vw 4vw;
  }
}

.box6 .content h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box6 .content h3 {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
  }
}

.box6 .content p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

@media (max-width: 768px) {
  .box6 .content p {
    font-size: 3.733vw;
  }
}

.box6.last {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box6.last {
    margin-bottom: 13.333vw;
  }
}

.box6 a {
  color: #000;
}

.box6 a:hover {
  color: #1753a4;
}

.box7 {
  padding: 50px 0;
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .box7 {
    padding: 8vw 0;
  }
}

.box7 h2 {
  font-family: "Emulogic";
  font-size: 32px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

@media (max-width: 768px) {
  .box7 h2 {
    font-size: 6.667vw;
    margin-bottom: 5.333vw;
  }
}

.box7 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .box7 .content {
    width: auto;
    margin: 0 50px;
  }
}

@media (max-width: 1000px) {
  .box7 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .box7 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box7 .content .item {
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  margin: 10px;
  background-color: #000;
  border-radius: 15px;
  padding: 10px;
}

@media (max-width: 1000px) {
  .box7 .content .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .box7 .content .item {
    margin: 1.333vw;
    padding: 1.333vw;
  }
}

.box7 .content .item p {
  line-height: 2;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box7 .content .item p {
    font-size: 3.733vw;
  }
}

.box7 .content .item .more {
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 30px 20px;
  height: calc(100% - 70px);
}

@media (max-width: 768px) {
  .box7 .content .item .more {
    padding: 6.667vw 4vw;
    height: auto;
  }
}

.box7 .content .item .more img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .box7 .content .item .more img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .box7 .content .item .more img {
    margin-bottom: 6.667vw;
  }
}

@media (max-width: 600px) {
  .box7 .content .item .more img {
    width: 100%;
  }
}

.box7 .content .item .more p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box7 .content .item .more p {
    font-size: 3.733vw;
  }
}

.box7 .content .item.last {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0;
}

.box7 .content .item.last .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
}

@media (max-width: 1000px) {
  .box7 .content .item.last .more {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .box7 .content .item.last .more {
    padding: 6.667vw 4vw;
  }
}

.box7 .content .item.last .more .micro {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1000px) {
  .box7 .content .item.last .more .micro {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.box7 .content .item.last .more .micro p {
  padding-left: 40px;
}

@media (max-width: 1000px) {
  .box7 .content .item.last .more .micro p {
    padding-left: 0px;
  }
}

.box7 .content .item.last .more .micro img {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .box7 .content .item.last .more .micro img {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .box7 .content .item.last .more .micro img {
    width: 100%;
    margin-bottom: 6.667vw;
  }
}

.box8 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .box8 {
    margin-bottom: 13.333vw;
  }
}

.box8 .content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  background: #f3f3f3;
}

@media (max-width: 1200px) {
  .box8 .content {
    width: auto;
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .box8 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    padding: 4vw;
  }
}

.box8 .content h3 {
  font-size: 22px;
  margin: 0;
  position: absolute;
  top: -17px;
  left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .box8 .content h3 {
    font-size: 4.533vw;
    left: 2vw;
    top: -3.333vw;
  }
}

.box8 .content h3::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-black.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .box8 .content h3::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.box8 .content h2 {
  font-size: 38px;
  margin: 0;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .box8 .content h2 {
    font-size: 6.133vw;
    margin-top: 5vw;
  }
}

.box8 .content p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

@media (max-width: 768px) {
  .box8 .content p {
    font-size: 3.733vw;
    margin-top: 2vw;
  }
}

.box8.cara2 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .box8.cara2 .content .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.box8.cara2 .content .item .more {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 768px) {
  .box8.cara2 .content .item .more {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.box8.cara2 .content .item .more h2 {
  margin-top: 10px;
}

.box8.cara2 .content .item .more.left {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .box8.cara2 .content .item .more.left {
    margin-right: 0;
  }
}

.box8.cara2 .content .item .more img {
  width: 100%;
}

@media (max-width: 768px) {
  .box8.cara2 .content .item .more.right {
    margin-top: 5.333vw;
  }
}

.box8.last {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box8.last {
    margin-bottom: 13.333vw;
  }
}

.box8.last .content {
  position: relative;
}

.box8.last .content p {
  width: 820px;
}

@media (max-width: 1160px) {
  .box8.last .content p {
    width: auto;
  }
}

.box8.last .content img {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 190px;
}

@media (max-width: 1160px) {
  .box8.last .content img {
    position: static;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .box8.last .content img {
    width: 29.333vw;
  }
}

.box8.last .content .pc-none {
  display: none;
}

@media (max-width: 1160px) {
  .box8.last .content .pc-none {
    display: block;
    margin-bottom: -30px;
  }
}

@media (max-width: 768px) {
  .box8.last .content .pc-none {
    margin-bottom: -4vw;
  }
}

.box8.last .content .sp-none {
  display: block;
}

@media (max-width: 1160px) {
  .box8.last .content .sp-none {
    display: none;
  }
}

.box8 a {
  color: #000;
}

.box8 a:hover {
  color: #1753a4;
}

.box9 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box9 {
    margin-bottom: 13.333vw;
  }
}

.box9 .content {
  width: 1080px;
  margin: 0 auto;
  border: 2px solid #000;
  padding: 30px;
  position: relative;
}

@media (max-width: 1200px) {
  .box9 .content {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .box9 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    padding: 4vw;
  }
}

.box9 .content img {
  position: absolute;
  bottom: 0;
  right: 60px;
}

@media (max-width: 768px) {
  .box9 .content img {
    width: 29.333vw;
    right: 4vw;
  }
}

.box9 .content h3 {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .box9 .content h3 {
    font-size: 5.333vw;
    margin-bottom: 4vw;
  }
}

.box9 .content h3::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url(../img/pointer-black.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .box9 .content h3::before {
    width: 2.133vw;
    height: 3.467vw;
    background-size: cover;
    margin-right: 2.667vw;
  }
}

.box9 .content ul {
  margin: 0;
  font-size: 18px;
  padding-left: 17px;
}

@media (max-width: 768px) {
  .box9 .content ul {
    font-size: 3.733vw;
    padding-left: 2.267vw;
  }
}

.box9 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .box9 .content .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .box9 .content .item {
    margin-left: 1.3vw;
  }
}

@media (max-width: 930px) {
  .box9 .content .item ul {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.box9 .content .item ul li {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .box9 .content .item ul li {
    margin: 1.333vw 0;
  }
}

.box9 .content .item .first {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .box9 .content .item .first {
    margin-right: 0px;
  }
}

@media (max-width: 930px) {
  .box9 .content .item .scound .mt0 {
    margin-top: 0;
  }
}

.box10 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .box10 {
    margin-bottom: 13.333vw;
  }
}

.box10 .content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  background: #f3f3f3;
  background-color: #fff;
  border: 6px double #000;
  border-radius: 1.5rem;
}

@media (max-width: 1200px) {
  .box10 .content {
    width: auto;
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .box10 .content {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
    padding: 4vw;
    border-radius: 4vw;
  }
}

.box10 .content h2 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
  font-size: 28px;
}

@media (max-width: 768px) {
  .box10 .content h2 {
    font-size: 6.133vw;
    margin-top: 5vw;
  }
}

.box10 .content p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

@media (max-width: 768px) {
  .box10 .content p {
    font-size: 3.733vw;
    margin-top: 2vw;
  }
}

.box10 .content .more {
  text-align: right;
}

@media (max-width: 768px) {
  .box10 .content .more {
    text-align: center;
  }
}

.box10 .content .more a {
  position: relative;
  display: inline-block;
  margin-top: .5rem;
  padding: .5rem 1.5rem .5rem 1rem;
  background-color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.box10 .content .more a::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  pointer-events: none;
}

.box10 .content .more a:hover {
  color: #fff;
}

.box10 .content .more a::before {
  content: '';
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  background-image: url(../img/pointer-white.png);
  vertical-align: middle;
}

.box10.cara2 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .box10.cara2 .content .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.box10.cara2 .content .item .more {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 768px) {
  .box10.cara2 .content .item .more {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.box10.cara2 .content .item .more h2 {
  margin-top: 10px;
}

.box10.cara2 .content .item .more.left {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .box10.cara2 .content .item .more.left {
    margin-right: 0;
  }
}

.box10.cara2 .content .item .more img {
  width: 100%;
}

@media (max-width: 768px) {
  .box10.cara2 .content .item .more.right {
    margin-top: 5.333vw;
  }
}

.box10:last-of-type {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box10:last-of-type {
    margin-bottom: 13.333vw;
  }
}

.box10 a {
  color: #000;
}

.box10 a:hover {
  color: #1753a4;
}

.box11 {
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .box11 {
    margin-left: 5.25vw;
    margin-right: 5.25vw;
  }
}

.box11 .content {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px 0 40px;
  border-bottom: 3px dashed #000;
}

@media (max-width: 768px) {
  .box11 .content {
    margin: 0;
    padding: 0 0 30px;
  }
}

.box11 h4 {
  font-size: 32px;
  margin: 0;
  padding-left: .5em;
  border-left: 4px solid #5aafe1;
}

@media (max-width: 768px) {
  .box11 h4 {
    font-size: 6.133vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
  }
}

.box11 time {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 768px) {
  .box11 time {
    font-size: 3.733vw;
  }
}

.box11 p {
  line-height: 1.75;
  margin: 0;
  margin-top: .5em;
  font-size: 18px;
}

@media (max-width: 768px) {
  .box11 p {
    font-size: 3.733vw;
    margin-top: 2vw;
  }
}

.box11 a {
  font-weight: bold;
  color: inherit;
}

.box11:last-of-type {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .box11:last-of-type {
    margin-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  .top .top__section1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .top .top__section1 .section1_photo {
    right: -150px;
  }
}

@media (min-width: 1200px) {
  .top .top__section1 .top_section1_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  .top .sp-top__section1 {
    display: block;
  }
}

.top .sp-top__section1 .sp-main-img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 768px) {
  .top .sp-top__section1 .sp-main-img {
    width: calc(100% - (5.333vw * 2));
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    height: auto;
  }
}

.top_information {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border-top: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .top_information {
    font-size: 3.733vw;
  }
}

.top_information_list {
  overflow: hidden;
}

.top_information a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
}

.top_information ul {
  margin: 0;
  padding: 0;
  height: auto;
}

.top_information ul li {
  display: block;
}

.top_information ul li a {
  padding: 1rem;
}

.top_information ul li a:before {
  content: "";
  margin-right: 15px;
  width: 10px;
  min-width: 10px;
  height: 16px;
  display: block;
  background-size: cover;
  background-image: url(../img/pointer-white.png);
}

.top_information ul:hover li {
  background-color: #fff;
  color: #000;
}

.top_information ul:hover li a:before {
  background-image: url(../img/pointer-black.png);
}

.top_information ul:hover + .swiper-pagination {
  border-top: 3px solid #fff;
}

.top_information .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  left: auto;
  padding-top: 6px;
  border-top: 3px dashed #fff;
}

.top_information .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #fff;
  border: 6px solid #000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1 !important;
}

.top_information .swiper-pagination-bullet-active {
  border: 6px double #000;
}

@media (max-width: 1000px) {
  .sp-hajimeru-floating {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-hajimeru-floating {
    display: block;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.jp-title {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 768px) {
  .jp-title {
    margin: 0 !important;
    margin-top: 2.667vw !important;
    text-align: center;
    font-size: 3.733vw;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .sp-hajimeru-floating {
    height: 10vw !important;
  }
  .sp-hajimeru-floating img {
    height: 100% !important;
    width: auto !important;
  }
  .iphone-header .sp-startMenu {
    bottom: 12vw !important;
  }
}

.footer__section2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__section2 .icon {
  width: 40px;
  display: block;
}

.footer__section2 a {
  width: 40px;
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
}

.footer__section2 a.youtube {
  background-image: url(../img/youtube-icon.png);
}

.footer__section2 a.facebook {
  background-image: url(../img/facebook-icon.png);
}

.footer__section2 a.twitter {
  background-image: url(../img/twitter-icon.png);
}

.footer__section2 a.sios {
  width: 150px;
  background-size: 150px auto;
  background-image: url(../img/sios-icon2.png);
}

.tablet-header .submenu2.about-menu.showpanel a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.tablet-header .submenu2.work-menu.showpanel a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.tablet-header .submenu2.showpanel .f-jp a {
  font-weight: 600 !important;
}

.iphone-header .submenu2.about-menu.showpanel a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.iphone-header .submenu2.work-menu.showpanel a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.iphone-header .submenu2.showpanel .f-jp a {
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .sp-top__section1 {
    background-repeat-y: no-repeat;
  }
}

.iphone-header .about-menu {
  top: 76.7vw;
}

.iphone-header .work-menu {
  top: 76.7vw;
}

.new_footer .content .f-anime-text-pc > span:nth-of-type(2) {
  letter-spacing: -8px;
}

.new_footer .content .f-anime-text-pc > span:nth-of-type(5) {
  letter-spacing: -30px;
}

.new_footer .content .f-anime-text-pc > span:nth-of-type(9) {
  letter-spacing: -38px;
}

.new_footer .content .f-anime-text-pc.apart > span:nth-of-type(1) {
  letter-spacing: -8px;
}

.new_footer .content .f-anime-text-pc.apart > span:nth-of-type(2) {
  letter-spacing: -30px;
}

.new_footer .content .f-anime-text-pc.apart > span:nth-of-type(3) {
  letter-spacing: -38px;
}

.new_footer .content .f-anime-text-sp.apart span {
  letter-spacing: -30px;
}

.page-404 .lower-first {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .page-404 .lower-first {
    margin-top: 6.667vw;
  }
}

.page-404 .lower-first h3 {
  top: calc((100% - 90px) / 2);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

@media (max-width: 1100px) {
  .header__logo {
    margin-top: 0;
  }
}

.header__logo img {
  width: 55px;
}

.header__logo p {
  font-size: 14px;
  margin-left: 30px;
  letter-spacing: -0.5px;
}

header.iphone-header .header__logo {
  margin-top: -1.7vw;
}

header.iphone-header .header__logo img {
  width: 10.667vw;
  height: 10.667vw;
}

header.iphone-header .header__logo p {
  font-size: 2.933vw;
  margin-left: 5.333vw;
}

.pagination {
  display: block;
  width: 100%;
  padding: 1rem 0 6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .pagination {
    padding: 0 0 4rem;
  }
}

.pagination span,
.pagination a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 4px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 8px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 40px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 768px) {
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    margin: 0 4px;
    line-height: 36px;
    font-size: 18px;
  }
}

.pagination span {
  background-color: #fff;
  color: #000;
}

.pagination a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 6px;
  pointer-events: none;
  z-index: 1;
}

.teams-list,
.log-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 100px;
}
.box12 {
  display: block;
  width: calc((100% - 80px) / 3);
  box-sizing: border-box;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #000;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .box12 {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 768px) {
  .teams-list,
  .log-list {
    display: block;
    padding: 0 5.25vw 40px;
  }
  .box12 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.box12 a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.box12 .pic {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 70%;
  background: #000;
  border: 3px solid #000;
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.box12 .pic:empty {
  background: url(/wp-content/themes/sios-recruit/img/no_img.png)#000 no-repeat right bottom;
  background-size: cover;
}
.box12 .pic img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.box12 .content {
  padding: 1em 1.5em 1.5em;
  background-color: #000;
}
.box12 .content .title {
  margin: 0;
  font-size: 1.5em;
}
.box12 .content time {
  display: block;
  text-align: right;
}
.box12 .content .more-link {
  text-align: right;
}
.box12 .content .author {
  font-weight: bold;
  color: #fff;
}

.id-11 .lower-first .content div h2 {
  font-size: 60px;
}
.id-11 .page {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto 100px;
  padding: 0 40px 0 20px;
}
.id-11 .page article {
  width: calc(100% - 260px);
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
}
.id-11 .page article h2 {
  margin: 30px 0;
  padding: .5em .75em;
  background-color: #000;
  border: 6px double #fff;
  border-radius: 12px;
  font-size: 1.5em;
  color: #fff;
}
.id-11 .page article h3 {
  padding: .5em 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 1.25em;
}
.id-11 .page article h4 {
  padding: .5em;
  background-color: #f3f3f3;
  font-size: 1.25em;
}
.id-11 .page article h5 {
  padding: 0;
  border-bottom: 3px solid #000;
  font-size: 1.125em;
}
.id-11 .page article h6 {
  padding: .25em .5em;
  border-left: 4px solid #000;
  font-size: 1.125em;
}
.id-11 .page article p {
  line-height: 2;
}
.id-11 .page .sidebar {
  width: 260px;
  padding: 30px 10px;
  box-sizing: border-box;
}
.id-11 .page .sidebar .content {
  padding: 2px;
  background-color: #000;
  border-radius: 12px;
  color: #fff !important;
}
.id-11 .page .sidebar .content .widget {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.id-11 .page .sidebar .content .widget h2 {
  margin: 10px auto;
}
.id-11 .page .sidebar .content .wp-block-archives-list {
  margin: 0 auto;
  padding: .5em 0;
}
.id-11 .page .sidebar .content .wp-block-archives-list li {
  display: block;
}
.id-11 .page .sidebar .content .wp-block-archives-list li a {
  padding: .5em 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}
.id-11 .page .sidebar .content .wp-block-archives-list li a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 10px;
  height: 16px;
}
.id-11 .page .sidebar .content .wp-block-archives-list li a:hover::before {
  background-size: cover;
  background-image: url(../img/pointer-white.png);
}

@media (max-width: 1100px) {
  .id-11 .page article {
    width: 75%;
  }
  .id-11 .page .sidebar {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .id-11 .page {
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }
  .id-11 .page article {
    width: 100%;
    font-size: 3.733vw;
  }
  .id-11 .page .sidebar {
    width: 100%;
    padding: 30px;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 1em 0 0;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding: 0 0 0 1em;
}

/*# sourceMappingURL=add3.css.map */
