@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
video,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 2;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1299px) {
  html#wp {
    margin-top: 0 !important;
  }
}

body {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #344A63;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
body.active {
  overflow: hidden;
}
@media (max-width: 1299px) {
  body {
    width: 100%;
    min-width: auto;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1299px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 1299px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .md {
    display: none !important;
  }
}

.sx {
  display: none !important;
}
@media (max-width: 767px) {
  .sx {
    display: block !important;
  }
}

.sp-flex {
  display: none;
  align-items: center;
}
@media (max-width: 1299px) {
  .sp-flex {
    display: flex;
  }
}

ol,
ul {
  list-style: none;
}

a {
  color: #344A63;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:visited {
  color: #344A63;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex-left {
  width: 50%;
}

.element {
  opacity: 0;
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
.element.ts0 {
  transition-delay: 0.1s;
}
.element.ts2 {
  transition-delay: 0.4s;
}
.element.ts3 {
  transition-delay: 0.6s;
}
.element.ts4 {
  transition-delay: 0.8s;
}
.element.ts5 {
  transition-delay: 0.95s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.c-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .c-inner {
    width: 95%;
  }
}
@media (max-width: 1299px) {
  .c-inner {
    width: 90%;
  }
}

.a-inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .a-inner {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .a-inner {
    max-width: 90%;
  }
}

.s-inner {
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-inner {
    max-width: 100%;
  }
}

.w05 {
  width: 5%;
}

.w07 {
  width: 7%;
}

.w08 {
  width: 8%;
}

.w09 {
  width: 9%;
}
@media (max-width: 1299px) {
  .w09 {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transform: rotate(90deg);
  }
  .w09 img {
    width: 70px;
  }
}

.w10 {
  width: 10%;
}

.w12 {
  width: 12%;
}

.w15 {
  width: 15%;
}

.w17 {
  width: 17%;
}

.w20 {
  width: 20%;
}
@media (max-width: 1299px) {
  .w20 {
    width: auto;
  }
}

.w25 {
  width: 25%;
}
@media (max-width: 1299px) {
  .w25 {
    width: auto;
  }
}

.w27 {
  width: 27%;
}

.w30 {
  width: 30%;
}
@media (max-width: 1299px) {
  .w30 {
    width: auto;
  }
}

.w35 {
  width: 35%;
}
@media (max-width: 1299px) {
  .w35 {
    width: auto;
  }
}

.w40 {
  width: 40%;
}
@media (max-width: 1299px) {
  .w40 {
    width: auto;
  }
}

.w42 {
  width: 42%;
}
@media (max-width: 1299px) {
  .w42 {
    width: auto;
  }
}

.w45 {
  width: 45%;
}
@media (max-width: 1299px) {
  .w45 {
    width: auto;
  }
}

.w50 {
  width: 50%;
}
@media (max-width: 1299px) {
  .w50 {
    width: auto;
  }
}

.w55 {
  width: 55%;
}
@media (max-width: 1299px) {
  .w55 {
    width: auto;
  }
}

.w60 {
  width: 60%;
}
@media (max-width: 1299px) {
  .w60 {
    width: auto;
  }
}

.w61 {
  width: 61%;
}

.w65 {
  width: 65%;
}
@media (max-width: 1299px) {
  .w65 {
    width: auto;
  }
}

.w66 {
  width: 66%;
}
@media (max-width: 1299px) {
  .w66 {
    width: auto;
  }
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80% !important;
}
@media (max-width: 1299px) {
  .w80 {
    width: auto;
  }
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

@media (max-width: 1299px) {
  .sw15 {
    width: 15%;
  }
}

@media (max-width: 1299px) {
  .sw20 {
    width: 20%;
  }
}

@media (max-width: 1299px) {
  .sw25 {
    width: 25%;
  }
}

@media (max-width: 1299px) {
  .sw30 {
    width: 30%;
  }
}

@media (max-width: 1299px) {
  .sw35 {
    width: 35%;
  }
}

@media (max-width: 1299px) {
  .sw40 {
    width: 40%;
  }
}

@media (max-width: 1299px) {
  .sw50 {
    width: 50%;
  }
}

@media (max-width: 1299px) {
  .sw60 {
    width: 60%;
  }
}

@media (max-width: 1299px) {
  .sw70 {
    width: 70% !important;
  }
}

@media (max-width: 1299px) {
  .sw80 {
    width: 80% !important;
  }
}

@media (max-width: 1299px) {
  .sw90 {
    width: 90% !important;
  }
}

@media (max-width: 1299px) {
  .sw95 {
    width: 95% !important;
  }
}

.mt40 {
  margin-top: 0px;
}
@media (max-width: 1299px) {
  .mt40 {
    margin-top: 40px;
  }
}

@media (max-width: 1299px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .mt100 {
    margin-top: 50px;
  }
}

@media (max-width: 1299px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 1299px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

.yg {
  color: #3AB483;
}

.tct {
  text-align: center;
}

@media (max-width: 1299px) {
  #wpadminbar {
    display: none;
  }
}

@media (max-width: 1299px) {
  .background-absolute {
    left: 0;
    background-size: cover;
  }
}

@media (max-width: 1299px) {
  .slideshow__slide-caption-text {
    padding-top: 0;
  }
}

@media (max-width: 1299px) {
  .slideshow__slide-caption {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
  }
}

@media (max-width: 1299px) {
  .o-button.-square {
    border-radius: 50%;
    border: none;
  }
  .js-parallax {
    position: absolute;
    top: 20px;
  }
  .o-button_label {
    background: #344A63;
    border-radius: 50%;
  }
}
.navBtn {
  display: none;
}
@media (max-width: 1299px) {
  .navBtn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -20%;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    z-index: 1000;
  }
  .navBtn span.plus {
    font-size: 30px;
  }
  .navBtn span.minus {
    font-size: 14px;
    font-weight: bold;
  }
  .navBtn span.active {
    display: none;
  }
}

.overflow {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100vw;
  box-sizing: border-box;
  z-index: 10000;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.header .navBtn {
  top: 22px;
}
.header-inner {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 15px;
}
.header-inner.active {
  display: none;
}
@media (max-width: 1299px) {
  .header-inner {
    width: 90%;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-inner {
    height: 70px;
    padding: 1.5% 0 3%;
    align-items: center;
  }
}
.header a:visited {
  color: #344A63;
}
@media (max-width: 767px) {
  .header {
    height: 70px;
  }
}
.header-logo {
  margin-top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media (max-width: 1299px) {
  .header-logo {
    margin-top: 0px;
  }
}
.header-logo img {
  display: block;
  height: auto;
}
@media (max-width: 1299px) {
  .header-logo img {
    height: auto;
  }
}
.header-nav {
  display: flex;
  min-width: 700px;
  justify-content: flex-end;
}
@media (max-width: 1299px) {
  .header-nav {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .header-nav {
    min-width: auto;
    height: 70px;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }
}
.header-nav > ul > li {
  display: flex;
  align-items: center;
  height: 50px;
}
.header-nav > ul > li a {
  font-weight: bold;
}
.header-nav > ul > li a:visited {
  color: #344A63;
}
.header-nav > ul > li ul li a {
  font-weight: normal;
}
.header-nav dl {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  letter-spacing: 0;
  font-family: YuGothic;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .header-nav dl {
    margin-bottom: 0;
  }
  .header-nav dl a {
    font-size: 0.8vw;
  }
}
@media (max-width: 1299px) {
  .header-nav dl {
    display: none;
  }
}
.header-nav dl dt::after {
  content: "｜";
  margin: 0 20px;
}
.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 1299px) {
  .header-nav ul {
    display: none;
  }
}
.header-nav ul li {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1300px) {
  .header-nav ul li {
    margin-left: 2vw;
  }
}
.header-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #344A63;
  font-size: 14px;
}
.header-nav ul li a:hover {
  border-bottom: 2px solid #373582;
  color: #373582;
  opacity: 1;
}
@media (max-width: 1300px) {
  .header-nav ul li a {
    font-size: 1.4vw;
  }
}
.header-nav ul li:hover ul {
  display: block;
  position: absolute;
  width: 230px;
  background-color: rgba(55, 53, 130, 0.9);
  top: 50px;
  padding: 25px;
}
.header-nav ul li:hover ul li {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.header-nav ul li:hover ul li:last-of-type {
  margin-bottom: 0;
}
.header-nav ul li:hover ul li a {
  color: #fff;
  justify-content: start;
  font-size: 14px;
}
.header-nav ul li:hover ul li a:hover {
  border-bottom: none;
}
.header-nav ul li ul {
  display: none;
}
.header-nav__button {
  display: none;
}
@media (max-width: 1299px) {
  .header-nav__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #0071BC;
  }
  .header-nav__button .menu {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .header-nav__button.close {
    background: #0071BC;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(1) {
    transform: rotate(315deg);
    top: 8px !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(2) {
    display: none !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(3) {
    top: 8px !important;
    left: 0 !important;
    transform: rotate(-315deg);
    width: 30;
  }
}
.header-nav_switch {
  width: 45px;
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: 10px 0 0 75px;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .header-nav_switch {
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
  }
}
.header-nav_switch span {
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #344A63;
  transition: 0.3s;
}
.header-nav_switch span:nth-child(1) {
  top: 1px;
}
.header-nav_switch span:nth-child(2) {
  top: 11px;
}
.header-nav_switch p {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
@media (max-width: 1299px) {
  .header-nav_switch p {
    top: 10px;
    bottom: auto;
  }
}
.header-nav_back {
  position: fixed;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: url(../img/header_open.png);
  background-size: cover;
  transform: translate(100vw, 0);
  -ms-transform: translatex(-100vw);
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
}
@media (max-width: 1299px) {
  .header-nav_back {
    background: url(../img/header_open_sp.png);
    background-size: cover;
  }
}
.header-nav_back_inner {
  width: 90%;
}
@media (max-width: 1299px) {
  .header-nav_back ul {
    display: none;
  }
  .header-nav_back ul.active {
    display: block;
  }
}
.header-nav_back.active {
  display: flex;
  transform: translateX(0);
  transition: all 0.75s;
  border-bottom-left-radius: 0;
}
.header-nav_back .flex {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .header-nav_back .flex {
    padding: 10% 5%;
    justify-content: flex-start;
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 100px;
  }
}
.header-nav_back .header-logo {
  width: 320px;
}
@media (max-width: 1299px) {
  .header-nav_back .header-logo {
    width: 150px;
    margin-top: 4%;
  }
}
@media (max-width: 767px) {
  .header-nav_back .header-logo {
    margin-top: 12%;
  }
}
.header-nav_back .header-nav_switch {
  display: block;
  position: absolute;
  background: none;
  border: none;
  margin: 5px 15px 0 75px;
  top: 3.2%;
  right: 4%;
}
.header-nav_back .header-nav_switch:after {
  height: 80px;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
@media (max-width: 1299px) {
  .header-nav_back .header-nav_switch {
    margin-top: 0;
    top: 3.1%;
    right: 5%;
  }
}
.header-nav_back .header-nav_switch span {
  background-color: #fff;
}
.header-nav_back .header-nav_switch span:nth-child(1) {
  transform: rotate(15deg);
}
.header-nav_back .header-nav_switch span:nth-child(2) {
  top: 1px;
  transform: rotate(-15deg);
}
.header-nav_back .header-nav_switch p {
  color: #fff;
  bottom: -37px;
}
.header-nav_contents {
  right: 19%;
  width: 600px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .header-nav_contents {
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .header-nav_contents {
    overflow-y: auto;
  }
}
.header-nav_contents li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.header-nav_contents li::before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 10px;
}
.header-nav_contents li a {
  color: #fff;
  text-decoration: none;
}
.header-nav_heading {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.header-nav_heading div {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1299px) {
  .header-nav_heading {
    margin-top: 10px;
    width: 80%;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
  }
}
.header-nav_heading:active {
  color: #fff;
}
.header-nav_heading:visited {
  color: #fff;
}
.header-nav_heading span {
  display: block;
  font-size: 12px;
}
.header-nav_heading::before {
  content: "";
  display: none;
}
.header-nav_heading ul {
  font-size: 16px;
  margin-top: 15px;
}
.header-nav_list a:visited {
  color: #fff;
}

.footer {
  position: relative;
  background: url(../img/footer-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 5vw 0;
}
@media (max-width: 1299px) {
  .footer {
    background: url(../img/footer-back_sp.png);
    background-size: 100%;
    background-position: top;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-left {
    width: 80%;
    margin-left: 20%;
  }
}
.footer-logo {
  width: 180px;
}
.footer-add {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-add {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.footer .flex {
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1299px) {
  .footer .flex {
    flex-direction: column;
  }
}
.footer-nav {
  display: flex;
  padding-top: 45px;
  border-top: 1px solid #AAAAAA;
}
@media (max-width: 1299px) {
  .footer-nav {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    border-top: 0;
  }
}
.footer-nav_list {
  display: flex;
  flex-direction: column;
}
.footer-nav_list li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #344a63;
}
.footer-nav_list li a:visited {
  color: #344a63;
}
.footer-nav_list li a::before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #344A63;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
.footer-nav_heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .footer-nav_heading {
    padding: 10px 0;
    line-height: 1;
    border-bottom: 1px solid;
    margin-right: 0;
  }
}
.footer-nav_heading:visited {
  color: #344a63;
}
.footer-nav_heading a {
  font-weight: bold;
  color: #344a63;
}
@media (max-width: 1299px) {
  .footer-nav_heading a {
    font-size: 16px;
  }
}
.footer-nav_heading ul {
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 1299px) {
  .footer-nav_heading ul {
    margin-top: 10px;
    display: none;
  }
  .footer-nav_heading ul.active {
    display: block;
  }
}
.footer-nav_heading ul a {
  font-weight: normal;
}
.footer-nav_heading .navBtn {
  right: 10%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1299px) {
  .footer-nav_heading .navBtn {
    right: 1%;
  }
}
.footer-nav_heading .navBtn .plus {
  font-size: 20px;
  line-height: 1;
}
.footer-nav_block {
  margin-right: 90px;
}
.footer-nav_block:last-of-type {
  margin-right: 10px;
}
@media (max-width: 1299px) {
  .footer-nav_block {
    margin-right: 0;
  }
}
.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  margin-top: 150px;
  color: #707070;
}
@media (max-width: 1299px) {
  .footer-copy {
    font-size: 10px;
  }
}
@media (max-width: 1299px) {
  .footer .privacy {
    left: 8%;
    bottom: 10%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .footer .privacy {
    bottom: 60px;
  }
}

.main {
  padding-top: 85px;
}
@media (max-width: 1299px) {
  .main {
    padding-top: 50px;
  }
}
.main h2 {
  font-size: 46px;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main h2 {
    font-size: 30px;
  }
}
.main h2 .txt {
  line-height: 1.5;
}
@media (max-width: 1299px) {
  .main h2 .txt p {
    font-size: 30px;
  }
}
.main h2 span {
  display: flex;
  align-items: center;
  color: #009FE8;
  font-size: 14px;
  font-family: Roboto;
  font-weight: bold;
}
.main h2 span::before {
  display: block;
  content: "";
  width: 30px;
  height: 10px;
  margin-right: 10px;
  background: url(../img/diamond.png);
  background-size: cover;
}
.main-fv {
  position: absolute;
  right: -340px;
  width: 800px;
  top: 20%;
}
@media (max-width: 1299px) {
  .main-fv {
    top: -180px;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .main-fv {
    width: 90%;
    left: 5%;
    right: auto;
    padding: 0;
    top: -80px;
  }
}
.main-fv h1 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-fv h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-fv h1 {
    font-size: 21px;
  }
}
.main-fv h1 .font {
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main-fv h1 .font {
    color: #fff;
  }
  .main-fv h1 .font span {
    color: #344A63;
  }
}
@media (max-width: 767px) {
  .main-fv h1 .font {
    line-height: 1.8;
  }
}
.main-fv h1 span {
  color: #fff;
  font-weight: bold;
}
.main img {
  width: 100%;
}
.main-about {
  margin-top: 50px;
}
.main-about_img {
  width: 60%;
}
@media (max-width: 1299px) {
  .main-about_img {
    width: 70%;
  }
}
.main-about_img:nth-of-type(2) {
  bottom: 0;
  right: 10%;
  position: absolute;
  width: 40%;
}
@media (max-width: 767px) {
  .main-about_img:nth-of-type(2) {
    width: 35%;
    right: 10%;
    bottom: 10%;
  }
}
.main-about_flex {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1700px) {
  .main-about_flex {
    width: 59%;
  }
}
@media (max-width: 1299px) {
  .main-about_flex {
    flex-direction: column;
    background: url(../img/about-back_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.main-about_left {
  position: relative;
  display: flex;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1299px) {
  .main-about_left {
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 1700px) {
  .main-about_left img {
    border-radius: 15px;
  }
}
.main-about_right {
  display: flex;
  width: 40%;
  padding-top: 100px;
  padding-left: 60px;
  background: url(../img/about-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  .main-about_right {
    background: none;
    width: 90%;
    padding: 0 5%;
  }
}
.main-about_inner {
  width: 400px;
}
@media (max-width: 1299px) {
  .main-about_inner {
    width: 100%;
  }
}
.main-about_heading {
  margin-top: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-about_heading {
    margin-top: 30px;
    font-size: 18px;
  }
}
.main-about .txt p {
  margin-top: 0;
}
.main-about p {
  margin-top: 30px;
  color: #344a63;
}
@media (max-width: 1299px) {
  .main-about p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.main-service {
  padding: 50px 0 0;
}
.main-service_heading {
  padding-top: 30px;
}
@media (max-width: 1299px) {
  .main-service_heading {
    padding-top: 20px;
  }
}
.main-service_flex {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .main-service_flex {
    flex-direction: column;
  }
}
.main-service_left {
  width: 50%;
}
@media (max-width: 1299px) {
  .main-service_left {
    width: 80%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .main-service_left {
    width: 100%;
  }
}
.main-service_right {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  width: 50%;
  margin-left: 50px;
}
@media (max-width: 1299px) {
  .main-service_right {
    width: 90%;
    margin: 20px auto;
  }
}
.main-service_right h3 {
  margin-bottom: 5%;
  font-size: 30px;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-service_right h3 {
    margin-bottom: 0;
  }
}
.main-service .link-btn {
  top: 60px;
}
.main-service .btn-area {
  height: 120px;
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  text-align: center;
}
.main-service .swiper-slide {
  padding: 60px 0 200px;
}
.main #service-01 {
  background: url(../img/service-back_01.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .main #service-01 {
    background: url(../img/service-back_01_sp.jpg);
    background-size: cover;
  }
}
.main #service-02 {
  background: url(../img/service-back_02.png);
  background-size: cover;
}
.main #service-03 {
  background: url(../img/service-back_03.png);
  background-size: cover;
}
.main #service-04 {
  background: url(../img/service-back_04.png);
  background-size: cover;
}
.main-works {
  padding: 150px 0;
  background: url(../img/works-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  .main-works {
    padding-top: 70px;
    padding-bottom: 0;
    background-position: top right;
    background-size: 120%;
  }
}
.main-works .swiper-slide {
  padding-bottom: 50px;
}
.main-works_ttl {
  font-size: 14px;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-works_ttl {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .main-works_ttl {
    font-size: 14px;
  }
}
.main-works_cat {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  background: #344A63;
  margin-top: 10px;
  padding: 5px 25px;
}
.main-works_cat a {
  pointer-events: none;
  color: #fff;
}
.main-works_nav {
  display: flex;
  justify-content: end;
}
@media (max-width: 1299px) {
  .main-works_nav {
    flex-direction: column;
  }
}
.main-works_nav li {
  display: flex;
}
.main-works_nav li:last-of-type::after {
  display: none;
}
@media (max-width: 1299px) {
  .main-works_nav li {
    justify-content: end;
    margin-bottom: 10px;
  }
  .main-works_nav li:nth-of-type(2) a {
    padding-right: 30px;
  }
  .main-works_nav li:nth-of-type(3) a {
    padding-right: 50px;
  }
}
.main-works_nav li::after {
  width: 5px;
  height: 22px;
  content: "｜";
  margin: 0 15px;
}
@media (max-width: 1299px) {
  .main-works_nav li::after {
    justify-content: flex-end;
    display: none;
  }
}
.main-works_nav a {
  padding: 0 40px 0 10px;
  color: #344A63;
  background: url(../img/works-arrow.png);
  background-size: 100% 15px;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  .main-works_nav a {
    font-size: 13px;
    padding-right: 20px;
  }
}
.main-recruit {
  margin-top: 130px;
  padding: 20vw 0 10vw;
  background: url(../img/recruit-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 1299px) {
  .main-recruit {
    background: url(../img/recruit-back_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.main-recruit h2 {
  color: #fff;
}
@media (max-width: 1299px) {
  .main-recruit h2 {
    margin-top: 50px;
  }
}
.main-recruit h2 span {
  color: #fff;
}
.main-recruit h2 span::before {
  background: url(../img/diamond_02.png);
  background-size: cover;
}
.main-recruit .flex {
  justify-content: start;
  align-items: end;
}
@media (max-width: 1299px) {
  .main-recruit .flex {
    align-item: center;
    flex-direction: column;
  }
}
.main-recruit_ttl {
  margin: 70px 0 30px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main-recruit_ttl {
    margin-top: 30px;
  }
}
.main-recruit_left {
  width: 500px;
}
@media (max-width: 1299px) {
  .main-recruit_left {
    width: 100%;
  }
}
.main-recruit .link-btn {
  margin-left: 60px;
}
@media (max-width: 1299px) {
  .main-recruit .link-btn {
    margin-left: 0;
    margin-top: 50px;
  }
}
.main-news {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 60px;
  background: #F4F4F6;
}
.main-news h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .main-news h2 {
    margin-bottom: 0;
  }
}
.main-news_img {
  margin-bottom: 50px;
}
.main-news_img img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-news_img img {
    height: 50vw;
  }
}
.main-news dl {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #AAA;
}
@media (max-width: 1299px) {
  .main-news dl {
    flex-direction: column;
    padding: 10px 0;
  }
}
.main-news dl:last-of-type {
  border-bottom: none;
}
.main-news dl dt {
  width: 20%;
}
.main-news dl dd {
  width: 70%;
}
@media (max-width: 1299px) {
  .main-news dl dd {
    width: 100%;
  }
}
.main-news dl dd a {
  display: block;
  color: #344A63;
}
.main-news .btn-area {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
@media (max-width: 1299px) {
  .main-news .btn-area {
    justify-content: center;
  }
}

.swiper-pagination {
  position: relative;
  margin-bottom: 30px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-button-prev {
  top: 20px;
  width: 50px;
  height: 50px;
  background: url(../img/btn-prev.png);
  background-size: cover;
}
.swiper-button-prev:after {
  content: "";
}
@media (max-width: 1299px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  top: 20px;
  width: 50px;
  height: 50px;
  background: url(../img/btn-next.png);
  background-size: cover;
}
.swiper-button-next:after {
  content: "";
}
@media (max-width: 1299px) {
  .swiper-button-next {
    display: none;
  }
}

.link-btn {
  z-index: 1000;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 220px;
  font-size: 13px;
  border-radius: 32px;
  background: linear-gradient(176deg, rgb(54, 53, 130) 0%, rgb(0, 159, 232) 100%);
  color: #fff;
}
.link-btn::after {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 9px;
  height: 10px;
  content: "";
  background: url(../img/btn-icon.png);
  background-size: cover;
}
.link-btn:visited {
  color: #fff;
}
@media (max-width: 1299px) {
  .link-btn {
    display: block;
    margin: 0px auto 50px;
  }
}
.link-btn.white {
  display: flex;
  justify-content: center;
  background: #fff;
  color: #344A63;
}
.link-btn.white:visited {
  color: #344A63;
}
.link-btn.white::after {
  background: url(../img/btn-icon_02.png);
  background-size: cover;
}
.link-btn.white.next {
  border: 1px solid #344A63;
  font-weight: bold;
  color: #344A63;
}
.link-btn.white.next::after {
  background: url(../img/btn-icon_04.png);
  background-size: cover;
}
.link-btn.white.back {
  border: 1px solid #344A63;
  font-weight: bold;
}
.link-btn.white.back::before {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 9px;
  height: 10px;
  content: "";
  background: url(../img/btn-icon_03.png);
  background-size: cover;
}
.link-btn.white.back::after {
  content: none;
}

.bread-list {
  margin-top: 20px;
}
@media (max-width: 1299px) {
  .bread-list {
    display: none;
  }
}
.bread-list ul {
  display: flex;
}
.bread-list ul li {
  color: #344A63;
}
.bread-list ul li a {
  color: #344A63;
}
.bread-list ul li a:visited {
  color: #344A63;
}
.bread-list ul li a::after {
  content: ">";
  margin: 0 10px;
}

#movie-hide {
  display: none;
}

.anime {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.anime.is-hidden {
  height: 0;
}
.anime video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.anime img {
  width: 100%;
}

.main-heading {
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .main-heading {
    background: url(../img/heading-back_sp.png);
    background-size: 100% 100%;
    background-position: center;
  }
}
.main-heading .c-inner {
  background: url(../img/heading-back.png);
  background-size: 100% 100%;
  padding: 100px 0 180px;
}
@media (max-width: 1299px) {
  .main-heading .c-inner {
    padding: 10% 0;
  }
}
@media (max-width: 767px) {
  .main-heading .c-inner {
    background: none;
    padding: 100px 0;
  }
}
.main-heading h2 {
  font-size: 69px;
  line-height: 1.5;
}
@media (max-width: 1299px) {
  .main-heading h2 {
    font-size: 40px;
  }
}
.main-heading h2 span {
  font-size: 24px;
}
.main-heading h2 span::before {
  width: 43px;
  height: 14px;
}
.main-tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 1299px) {
  .main-tab {
    width: 90%;
    margin: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .main-tab {
    overflow: scroll;
  }
}
.main-tab li .first-btn {
  display: none;
}
@media (max-width: 767px) {
  .main-tab li .first-btn {
    display: flex;
    margin-top: 4px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
  }
}
.main-tab li .first-btn::after {
  display: none;
}
.main-tab li .last-btn {
  display: none;
}
@media (max-width: 767px) {
  .main-tab li .last-btn {
    display: flex;
    margin-top: 5px;
    margin-left: 10px;
    width: 22px;
    height: 22px;
  }
}
.main-tab li .last-btn::after {
  display: none;
}
.main-tab li:nth-last-child(2) a::after {
  display: none;
}
.main-tab li a {
  display: block;
  color: #344A63;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1299px) {
  .main-tab li a {
    font-size: 16px;
  }
}
.main-tab li a.last::after {
  display: none;
}
.main-tab li a::after {
  margin: 0 18px;
  content: "|";
}
@media (max-width: 767px) {
  .main-tab li a::after {
    margin: 0 10px;
  }
}
.main-lower {
  color: #344A63;
  margin-top: 90px;
  margin-bottom: 100px;
}
@media (max-width: 1299px) {
  .main-lower {
    margin-top: 40px;
  }
}
.main-lower h3 {
  font-size: 46px;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-lower h3 {
    font-size: 30px;
  }

  .main-lower h3.group-ttl {
    font-size: 35px;
  }
  

}
.main-lower dl {
  display: flex;
  padding: 25px 50px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1299px) {
  .main-lower dl {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.main-lower dl dt {
  width: 30%;
  font-weight: bold;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-lower dl dt {
    width: 100%;
  }
}
.main-lower dl dd {
  width: 70%;
}
.main-lower dl dd p {
  margin-top: 0;
}
@media (max-width: 1299px) {
  .main-lower dl dd {
    width: 100%;
  }
}
.main-about {
  padding-bottom: 90px;
}
.main-about dl:last-of-type {
  border: none;
}
.main-about_philosophy {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #F4F4F6;
}
.main-about_philosophy dl {
  flex-direction: column;
}
.main-about_philosophy dl dt {
  font-size: 20px;
  margin-bottom: 20px;
}
.main-about_philosophy dl dd {
  width: 80%;
}
@media (max-width: 1299px) {
  .main-about_philosophy dl dd {
    width: 100%;
  }
}
.main-about_philosophy dl dd table tr th {
  vertical-align: top;
}
.main-about_philosophy dl dd table tr td {
  padding-left: 20px;
}
.main-about_history {
  padding: 90px 0;
  background: url(../img/history-back.png);
  background-size: contain;
}
@media (max-width: 1299px) {
  .main-about_history h3 {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1299px) {
  .main-about_history .c-inner {
    width: 100%;
  }
}
.main-about_history .history-clear {
  padding: 0px 50px 0;
}
@media (max-width: 1299px) {
  .main-about_history .history-clear {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-about_history .history-clear .history-round {
  top: 30px;
}
@media (max-width: 1299px) {
  .main-about_history .history-clear .history-round {
    top: 40%;
  }
}
.main-about_history .history-blue {
  background: rgba(224, 239, 246, 0.5);
  padding: 0px 50px 0;
}
@media (max-width: 1299px) {
  .main-about_history .history-blue {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-about_history .history-blue:first-of-type {
  margin-top: 20px;
  padding-top: 20px;
}
.main-about_history .history-blue:last-of-type {
  padding-bottom: 20px;
}
@media (max-width: 1299px) {
  .main-about_history .history-blue:last-of-type {
    padding-bottom: 50px;
  }
}
.main-about_history .history-list {
  display: flex;
  opacity: 1;
}
.main-about_history .history-left {
  width: 120px;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
  font-family: Roboto;
  font-style: italic;
  color: #009FE8;
  line-height: 1;
  padding-top: 20px;
}
@media (max-width: 1299px) {
  .main-about_history .history-left.mt10 {
    margin-top: -10px;
  }
}
@media (max-width: 1299px) {
  .main-about_history .history-left.mt20 {
    margin-top: -20px;
  }
}
@media (max-width: 1299px) {
  .main-about_history .history-left.mt40 {
    margin-top: -40px;
  }
}
@media (max-width: 1299px) {
  .main-about_history .history-left {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    padding: 0px;
  }
}
.main-about_history .history-left span {
  font-size: 20px;
}
@media (max-width: 1299px) {
  .main-about_history .history-left span {
    display: block;
  }
}
.main-about_history .history-line {
  position: relative;
  margin: 0 auto;
  width: 1px;
  height: auto;
  background-color: #959595;
}
.main-about_history .history-round {
  background: #009FE8;
  position: absolute;
  top: 30px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (max-width: 1299px) {
  .main-about_history .history-round {
    top: 40%;
  }
}
.main-about_history .history-right {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 1299px) {
  .main-about_history .history-right {
    display: flex;
    align-items: center;
    padding: 30px 20px 30px 30px;
  }
}
.main-about_map {
  padding: 100px 0;
}
@media (max-width: 1299px) {
  .main-about_map {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 1299px) {
  .main-about_map iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .main-about_map iframe {
    height: 300px;
  }
}
.main-about_map dl {
  margin-top: 20px;
  border: none;
}
.main-about_map dl dt {
  width: 170px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 1299px) {
  .main-about_map dl dt {
    margin-bottom: 20px;
  }
}
.main-about iframe {
  padding: 20px 50px;
}
.main-group {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 50px;
  padding-bottom: 120px;
  border-bottom: 1px solid #AAAAAA;
}
/* @media (max-width: 1299px) {
  .main-group:first-of-type .main-group_left {
    padding-top: 0;
  }
} */
@media (max-width: 1299px) {
  .main-group {
    flex-direction: column;
    padding: 0;
  }

  .main-group iframe{
    margin-bottom: 50px;
  }
}
.main-group:last-of-type {
  padding-bottom: 60px;
  border-bottom: none;
}
@media (max-width: 1299px) {
  .main-group:last-of-type {
    padding-bottom: 0;
  }
}
.main-group_logo {
  width: 150px;
}
.main-group_logo#fujiko_active {
  width: 100%;
}

.main-group_logo.active {
  width: 70%;
}
.main-group_logo#beamax {
  width: 255px;
}
.main-group_left {
  width: 50%;
}
@media (max-width: 1299px) {

  .main-group_logo{
    width: 120px;
    margin-left:10px;
  }
  .main-group_left {
    padding-top: 30px;
    width: 100%;
  }
}
.main-group_left dl {
  flex-direction: column;
  border-bottom: 0;
  padding: 0;
}
.main-group_left dl dt {
  padding-top: 20px;
}
.main-group_left dl dd {
  width: 100%;
}
.main-group_left b {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.main-group_right {
  width: 40%;
}
@media (max-width: 1299px) {
  .main-group_right {
    width: 100%;
    margin-bottom: 10px;
  }
}
.main-group_right iframe {
  width: 100%;
}
.main-group_ttl {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1299px) {
  .main-group_ttl {
    margin-top: 20px;
  }
}
.main-group_list {
  margin-bottom: 30px;
}
.main-group_list p {
  margin-top: 30px;
}
@media (max-width: 1299px) {
  .main-group_list {
    margin-top: 30px;
  }
}
.main-sales {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid #AAAAAA;
}
.main-sales:last-of-type {
  padding-bottom: 150px;
  border: none;
}
@media (max-width: 1299px) {
  .main-sales:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 1299px) {
  .main-sales {
    margin-top: 0;
    padding-top: 80px;
  }
  .main-sales .s-inner {
    width: 90%;
  }
}
.main-sales_ttl {
  margin-top: 60px;
}
@media (max-width: 1299px) {
  .main-sales_ttl {
    margin-top: 30px;
  }
}
.main-sales_ttl dl {
  padding: 0;
  border-bottom: 0;
}
.main-sales_ttl dl dt {
  line-height: 1.5;
  width: auto;
  margin-right: 30px;
  font-size: 30px;
}
@media (max-width: 1299px) {
  .main-sales_ttl dl dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.main-sales_ttl dl dd {
  width: auto;
}
@media (max-width: 1299px) {
  .main-sales_ttl dl dd {
    font-size: 14px;
  }
}
.main-sales_map {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1299px) {
  .main-sales_map {
    flex-direction: column;
  }
}
.main-sales_map iframe {
  width: 60%;
  height: auto;
}
@media (max-width: 1299px) {
  .main-sales_map iframe {
    width: 100%;
    height: 300px;
  }
}
.main-sales_map img {
  width: 38%;
}
.main-maker {
  padding-bottom: 100px;
}
@media (max-width: 1299px) {
  .main-maker {
    padding-bottom: 0;
  }
}
.main-maker p {
  font-size: 20px;
  font-weight: 500;
  color: #344A63;
  width: 780px;
  margin: 0 auto 100px;
  letter-spacing: 0;
}
@media (max-width: 1299px) {
  .main-maker p {
    margin-bottom: 40px;
    width: auto;
    font-size: 16px;
    text-align: center;
  }
}
.main-maker_list {
  width: 840px;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-maker_list {
    width: 100%;
  }
}
.main-maker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-maker ul:nth-of-type(2) li:last-of-type {
  padding-top: 15px;
}
.main-maker ul li {
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  background: #F4F4F6;
  padding: 15px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-color 0.01s;
  backface-visibility: hidden;
  opacity: 1;
}
@media (max-width: 1299px) {
  .main-maker ul li {
    width: 100%;
  }
}
.main-maker ul li:last-of-type {
  background: none;
}
.main-maker ul li:hover {
  background: #009FE8;
  transition-delay: 0.1s;
}
.main-maker ul li:hover a {
  color: #fff;
  opacity: 1;
}
.main-maker ul li:hover a:link {
  color: #fff;
}
.main-maker ul li a {
  display: block;
  letter-spacing: 0;
}
.main-maker ul li a:hover {
  transition-delay: 0.1s;
  opacity: 1;
}
.main-maker ul li a:link {
  color: #344A63;
}
.main-sus_link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .main-sus_link {
    width: 90%;
    margin: auto;
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .main-sus_link {
    width: 100%;
  }
}
.main-sus_box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media (max-width: 1299px) {
  .main-sus_box {
    width: 280px;
    height: 280px;
    padding: 10px 10px 20px;
  }
  .main-sus_box .link-btn {
    width: 90%;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-sus_box {
    width: 160px;
    height: 160px;
  }
}
.main-sus_box:first-of-type {
  background: url(../img/environment-back.png);
  background-size: 100% 100%;
}
.main-sus_box:last-of-type {
  background: url(../img/health-back.png);
  background-size: 100% 100%;
}
.main-sus_head {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .main-sus_head {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .main-sus_head {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-sus_head {
    margin-bottom: 0px;
  }
}
.main-sus_contents {
  margin-top: -50px;
  padding-top: 50px;
}
@media (max-width: 1299px) {
  .main-sus_contents {
    padding-bottom: 50px;
  }
}
@media (max-width: 1299px) {
  .main-sus_contents p {
    font-size: 14px;
  }
}
.main-sus_contents#environment h3 {
  background: url(../img/environment.jpg);
  background-size: cover;
}
@media (max-width: 1299px) {
  .main-sus_contents#environment h3 {
    background: url(../img/environment-back_sp.jpg);
    background-size: 100%;
  }
}
.main-sus_contents#health h3 {
  background: url(../img/health.jpg);
  background-size: cover;
}
@media (max-width: 1299px) {
  .main-sus_contents#health h3 {
    background: url(../img/health-back_sp.jpg);
    background-size: 100%;
  }
}
.main-sus_contents h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vw;
  font-size: 35px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
}
@media (max-width: 1299px) {
  .main-sus_contents h3 {
    padding: 30px 0;
    font-size: 26px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .main-sus_contents h3 {
    font-size: 18px;
  }
}
@media (max-width: 1299px) {
  .main-sus_contents h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.main-sus_contents h5 {
  font-size: 20px;
  font-weight: bold;
  color: #344A63;
  margin-top: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid;
}
.main-sus_flex {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .main-sus_flex {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.main-sus_flex > img {
  width: 25%;
  height: 270px;
  margin-bottom: 70px;
  object-fit: cover;
}
.main-sus_flex > img:first-of-type {
  width: 38%;
}
.main-sus_flex > img:nth-of-type(2) {
  width: 37%;
}
.main-sus_left {
  width: 60%;
}
@media (max-width: 1299px) {
  .main-sus_left {
    width: 100%;
  }
}
.main-sus_left ul {
  margin-bottom: 20px;
}
.main-sus_left ul li {
  padding: 15px 0;
  border-bottom: 1px solid #AAA;
}
.main-sus_left ul li:last-of-type {
  border: none;
}
.main-sus_left #sp-box {
  display: none;
}
@media (max-width: 1299px) {
  .main-sus_left #sp-box {
    display: flex;
    gap: 0 10px;
    margin-bottom: 0;
  }
  .main-sus_left #sp-box li {
    border: none;
  }
}
.main-sus_right {
  width: 30%;
}
@media (max-width: 1299px) {
  .main-sus_right {
    display: none;
  }
}
.main-sus_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.main-sus_right ul li {
  width: 100px;
}
.main-sus_circle {
  width: 30%;
}
@media (max-width: 1299px) {
  .main-sus_circle {
    width: 90%;
    margin: 30px auto;
  }
  .main-sus_circle img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.main-sus_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #344A63;
  margin-top: 30px;
}
.main-sdg {
  padding: 80px;
  background: url(../img/SDGs-back.jpg);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-sdg {
    background: url(../img/SDGs-back_sp.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
  }
  .main-sdg p {
    font-size: 14px;
  }
}
.main-sdg_ttl {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main-sdg_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.main-sdg_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 555px;
}
@media (max-width: 1299px) {
  .main-sdg_list {
    width: 100%;
    text-align: center;
    gap: 0 10px;
    flex-wrap: wrap;
  }
}
.main-sdg_list li {
  width: 120px;
  margin-bottom: 15px;
}
@media (max-width: 1299px) {
  .main-sdg_list li {
    width: 22%;
    margin-bottom: 0;
  }
}

h4 {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  border-left: 8px solid #009FE8;
}

@media (max-width: 1299px) {
  .c-inner#sales {
    width: 100%;
  }
}

.main-works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px 0px 80px;
}
@media (max-width: 1299px) {
  .main-works_list {
    gap: 20px;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .main-works_list {
    width: 100%;
    justify-content: center;
  }
}
.main-works_box {
  width: 290px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  .main-works_box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .main-works_box {
    width: 80%;
    margin: 10px auto;
  }
}
.main-works_box img {
  height: 290px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .main-works_box img {
    height: 60vw;
  }
}
.main-works_box img:hover {
  transform: scale(1.05);
}
.main-works_link {
  display: block;
  width: 300px;
}
.main-works_img {
  margin-top: 50px;
}
.main-works_img img {
  height: 15vw;
  border-radius: 15px;
}
@media (max-width: 1299px) {
  .main-works_img img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .main-works_img img {
    height: 250px;
  }
}
.main .swiper.a-inner .slider-thumbnail .swiper-wrapper img {
  border-radius: 10px;
}
@media (max-width: 1299px) {
  .main .swiper.a-inner {
    max-width: 100%;
    margin: 0;
  }
  .main .swiper.a-inner .slider-thumbnail .swiper-wrapper img {
    border-radius: 8px;
  }
}
.main .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .pagination a, .main .pagination span {
  display: block;
  width: 30px;
  font-size: 16px;
}
.main-single {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .main-single .a-inner {
    max-width: 100%;
  }
}
.main-single_img {
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-single_img {
    height: 300px;
  }
}
.main-single .main-works_ttl {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main-single .main-works_ttl {
    font-size: 18px;
  }
}
.main-single .main-works_right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1299px) {
  .main-single .main-works_right {
    justify-content: flex-start;
  }
}
.main-single .main-works_cat {
  margin-bottom: 20px;
}
.main-single .main-works_cat a {
  color: #fff;
}
.main-single p {
  width: 80%;
  margin-top: 30px;
  padding: 40px 10%;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
.main-single.works p {
  width: 100%;
}
.main-single .btn-area {
  margin-top: 70px;
  text-align: center;
}
.main-single .swiper-pagination-bullet {
  background-color: red;
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.main-single .thumbnail-img {
  width: 150px !important;
}
@media (max-width: 1299px) {
  .main-single .thumbnail-img {
    width: 30.4% !important;
  }
  .main-single .thumbnail-img img {
    width: 100% !important;
  }
}
.main-single .swiper-button-prev {
  top: 40%;
  left: 40px;
}
.main-single .swiper-button-next {
  top: 40%;
  right: 40px;
}
.main-single .nav02 {
  width: 100%;
  position: absolute;
  bottom: 6.5%;
}
.main-single .nav02 .swiper-button-prev {
  top: auto;
  left: 80px;
  width: 10px;
  height: 15px;
  content: "◀";
  background: none;
}
.main-single .nav02 .swiper-button-next {
  top: auto;
  right: 80px;
  width: 10px;
  height: 15px;
  content: "▶";
  background: none;
}

.gallery {
  position: relative;
}

.slider-thumbnail .swiper-wrapper {
  display: flex;
  gap: 10px;
}
.slider-thumbnail .swiper-wrapper img {
  height: 100px;
}
@media (max-width: 1299px) {
  .slider-thumbnail .swiper-wrapper img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .slider-thumbnail .swiper-wrapper img {
    height: 100px;
  }
}

.main-form_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .main-form_tab {
    max-width: 100%;
    margin: 0;
  }
}
.main-form_tab li {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1299px) {
  .main-form_tab li {
    font-size: 14px;
  }
}
.main-form_tab li:last-of-type::after {
  content: none;
}
.main-form_tab li::after {
  margin: 0 30px;
  content: "";
  width: 120px;
  border: 1px solid #344A63;
}
@media (max-width: 1299px) {
  .main-form_tab li::after {
    width: 20px;
    margin: 0 10px;
  }
}
.main-form_area {
  margin-top: 50px;
  padding: 50px 50px 70px;
  border: 1px solid #344A63;
}
@media (max-width: 1299px) {
  .main-form_area {
    padding: 30px 20px;
  }
}
.main-form_area p {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #AAA;
}
@media (max-width: 1299px) {
  .main-form_area p {
    margin-top: 20px;
    font-size: 14px;
  }
}
.main-form_area dl {
  width: 48%;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 10px 0px;
}
@media (max-width: 1299px) {
  .main-form_area dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-form_area dl dt {
  width: 100%;
  font-size: 20px;
}
.main-form_area dl dt span {
  font-size: 20px;
  font-weight: bold;
}
.main-form_area dl dd input {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  border: none;
  outline: 0;
}
@media (max-width: 1299px) {
  .main-form_area dl dd input {
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
  }
}
.main-form_flex {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-form_flex {
    flex-direction: column;
  }
}
.main-form_address {
  width: 95%;
  margin: auto;
}
.main-form_address dl {
  width: 100%;
}
.main-form_address dl:last-of-type {
  border: none;
}
.main-form_address dl dd {
  width: 100%;
}
.main-form_address textarea {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  padding: 10px;
}
@media (max-width: 1299px) {
  .main-form_address textarea {
    width: 90%;
  }
}
.main-form_complete {
  width: 80%;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-form_complete {
    width: 100%;
  }
}
.main-form_complete b {
  display: block;
  width: 100%;
  color: #344A63;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.main-form .js-mw-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-form .js-mw-checkbox a {
  text-decoration: underline;
}
.main-form .js-mw-checkbox label {
  display: flex;
  align-items: center;
}
.main-form .js-mw-checkbox input {
  width: 30px;
  height: 30px;
}
@media (max-width: 1299px) {
  .main-form .js-mw-checkbox input {
    width: 18px;
    height: 18px;
  }
}
.main-form .js-mw-checkbox span {
  display: block;
  font-size: 20px;
}
@media (max-width: 1299px) {
  .main-form .js-mw-checkbox span {
    font-size: 13px;
  }
}
.main-form .js-mw-checkbox .mwform-checkbox-field-text {
  margin-left: 30px;
}
@media (max-width: 1299px) {
  .main-form .js-mw-checkbox .mwform-checkbox-field-text {
    margin-left: 10px;
  }
}
.main-form .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1299px) {
  .main-form .btn-area {
    flex-direction: column;
  }
}

.required::before {
  content: "*";
  color: #FF0000;
}

.mw_wp_form_input #form_01 {
  font-weight: bold;
}

.mw_wp_form_confirm .js-mw-checkbox {
  justify-content: flex-start;
}
.mw_wp_form_confirm .main-form_area {
  background: #F4F4F6;
}
@media (max-width: 1299px) {
  .mw_wp_form_confirm .main-form_area {
    padding-bottom: 80px;
    border: none;
  }
}
.mw_wp_form_confirm .main-form_area dl:last-of-type {
  border-bottom: 1px solid #aaa;
}
.mw_wp_form_confirm .main-form_area .btn-area {
  width: 60%;
  margin: 30px auto 0;
  justify-content: space-evenly;
}
@media (max-width: 1299px) {
  .mw_wp_form_confirm .main-form_area .btn-area {
    width: auto;
    flex-direction: column;
  }
  .mw_wp_form_confirm .main-form_area .btn-area .link-btn {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.mw_wp_form_confirm #form_02 {
  font-weight: bold;
}

.complete #form_03 {
  font-weight: bold;
}
.complete .main-form_area {
  background: #F4F4F6;
}
.complete .main-form_area p {
  padding-top: 10px;
  padding-bottom: 0;
  border: none;
}

.js-mw-checkbox {
  position: relative;
}
.js-mw-checkbox .error {
  position: absolute;
  top: 40px;
  font-size: 93%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
}

@media (max-width: 1299px) {
  .main .privacy {
    width: 100%;
  }
  .main .privacy h3 {
    width: 90%;
    margin: auto;
  }
  .main .privacy .bold {
    width: 90%;
    margin: 10px auto 40px;
    font-size: 16px;
  }
}
.main-archive {
  display: flex;
}
@media (max-width: 1299px) {
  .main-archive {
    flex-direction: column-reverse;
  }
}
.main-archive_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}
.main-archive_side {
  width: 20%;
}
@media (max-width: 1299px) {
  .main-archive_side {
    margin-top: 50px;
    width: 100%;
  }
}
.main-archive_var {
  margin-bottom: 60px;
}
@media (max-width: 1299px) {
  .main-archive_var {
    margin-bottom: 0;
  }
}
.main-archive_var b {
  font-weight: bold;
}
.main-archive_var li {
  padding: 12px 20px;
  border: 1px solid #a9aaab;
  border-collapse: collapse;
}
.main-archive_var li:first-of-type a::before {
  content: none;
}
.main-archive_var li a {
  display: flex;
  align-items: center;
  color: #344A63;
}
.main-archive_var li a::before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #344a63;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
.main-archive_list {
  width: 80%;
  margin-left: 85px;
  border-top: 1px solid #aaa;
}
@media (max-width: 1299px) {
  .main-archive_list {
    width: 100%;
    margin: auto;
    border: none;
  }
}
.main-archive_list .pagination {
  margin-top: 100px;
}
.main-archive_list h2 {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
.main-archive_box {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1299px) {
  .main-archive_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-archive_box p {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
  color: #344A63;
}
.main-archive_cat {
  width: max-content;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #344A63;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: bold;
  border: 1px solid #AAAAAA;
  border-radius: 50px;
  background: #fff;
  padding: 5px 25px;
}
.main-archive_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 1299px) {
  .main-archive_link {
    margin-top: 10px;
    margin-left: 20px;
  }
}
.main-archive_ttl {
  margin-top: 30px;
  color: #009FE8;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-archive_ttl {
    font-size: 18px;
  }
}
.main-archive_single img {
  height: auto;
}
.main-archive_single p {
  font-size: 16px;
  color: #344A63;
  width: 100%;
  padding: 0;
  border: none;
  margin: 0 0 30px;
}
.main-archive_content {
  margin-top: 30px;
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.main-archive_content a {
  padding: 0 10px;
  margin-left: 10px;
}
.main-sitemap {
  background: #F4F4F6;
  padding: 30px 70px;
}
@media (max-width: 1299px) {
  .main-sitemap {
    padding: 20px;
  }
}
.main-sitemap dl {
  padding: 40px 0;
}
@media (max-width: 1299px) {
  .main-sitemap dl {
    padding: 20px 0;
  }
}
.main-sitemap dl dt {
  width: 120px;
  margin-left: 30px;
}
@media (max-width: 1299px) {
  .main-sitemap dl dt {
    margin-left: 0;
  }
}
.main-sitemap dl dt a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #344A63;
}
.main-sitemap dl dt a::after {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  content: "";
  background: url(../img/sitemap-btn.png);
  background-size: cover;
}
.main-sitemap dl dd {
  width: 550px;
  display: flex;
  margin: 5px auto;
}
@media (max-width: 1299px) {
  .main-sitemap dl dd {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
}
.main-sitemap dl dd ul {
  margin-right: 40px;
}
.main-sitemap dl dd ul.second {
  margin-right: 140px;
}
@media (max-width: 767px) {
  .main-sitemap dl dd ul.second {
    margin-right: 0;
  }
}
.main-sitemap dl dd ul:last-child {
  margin-right: 0;
}
.main-sitemap dl dd ul li {
  margin-bottom: 25px;
}
@media (max-width: 1299px) {
  .main-sitemap dl dd ul li {
    margin-bottom: 15px;
  }
}
.main-sitemap dl dd a {
  display: flex;
  align-items: center;
  color: #344A63;
}
.main-sitemap dl dd a::before {
  content: "";
  display: block;
  width: 8px;
  border: 1px solid #344a63;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
.main-sitemap dl.last {
  flex-direction: column;
  border: none;
}
@media (max-width: 1299px) {
  .main-sitemap dl.last {
    margin-top: 20px;
  }
}
.main-sitemap dl.last dt {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1299px) {
  .main-sitemap dl.last dt {
    flex-direction: column;
  }
}
.main-sitemap dl.last dt a {
  width: 25%;
  margin-right: 40px;
  margin-bottom: 25px;
  color: #344A63;
}
@media (max-width: 1299px) {
  .main-sitemap dl.last dt a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main-sitemap dl.last dd {
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 1299px) {
  .main-sitemap dl.last dd {
    margin-left: 0;
  }
}

.wp-block-table td, .wp-block-table th {
  border: none !important;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 16px !important;
  color: #344A63;
}

.main .bold {
  font-weight: bold;
  color: #344A63;
  font-size: 20px;
}
.main-jobs {
  position: relative;
  padding-bottom: 3vw;
}
@media (max-width: 1299px) {
  .main-jobs {
    overflow: hidden;
  }
}
.main-jobs .c-inner {
  position: relative;
}
@media (max-width: 1299px) {
  .main-jobs .c-inner {
    width: 100%;
    text-align: center;
  }
  .main-jobs .c-inner.flex-sp {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 1299px) and (max-width: 1299px) {
  .main-jobs .c-inner.flex-sp {
    width: 100%;
    padding-bottom: 50px;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .main-jobs .c-inner {
    width: 100%;
  }
}
.main-jobs img {
  border-radius: 15px;
}
@media (max-width: 1299px) {
  .main-jobs img {
    width: 95%;
    border-radius: 15px 0 0 15px;
  }
}
.main-jobs p {
  width: 90%;
  color: #344A63;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .main-jobs p {
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
  }
}
.main-jobs_back {
  position: relative;
  padding-bottom: 180px;
  margin-top: 100px;
}
@media (max-width: 1299px) {
  .main-jobs_back {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .main-jobs_back .c-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-jobs_back {
    padding-bottom: 50px;
  }
}
.main-jobs_back:nth-of-type(odd) .main-jobs_eng {
  right: 0;
}
.main-jobs_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .main-jobs_box {
    justify-content: flex-end;
  }
}
.main-jobs_vertical {
  display: flex;
  flex-direction: column;
}
.main-jobs_vertical b {
  position: relative;
  display: inline-block;
  width: 80%;
  margin-top: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .main-jobs_vertical b {
    font-size: 20px;
  }
}
.main-jobs_vertical b span {
  top: 20px;
  right: -33px;
  position: absolute;
  color: rgba(52, 74, 99, 0.2);
  letter-spacing: 0.1em;
}
@media (max-width: 1299px) {
  .main-jobs_vertical b span {
    right: -20px;
  }
}
.main-jobs_vertical p {
  width: 90%;
  color: #009FE8;
  margin: 0;
  font-weight: bold;
  font-size: 50px;
  font-family: "Roboto";
  line-height: 1.5;
  border-bottom: 6px solid #009FE8;
}
@media (max-width: 767px) {
  .main-jobs_vertical p {
    font-size: 29px;
  }
}
.main-jobs_right {
  width: 90%;
}
@media (max-width: 1299px) {
  .main-jobs_right {
    width: 85%;
    margin-left: 10px;
  }
}
.main-jobs_right p {
  margin-top: 35px;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1299px) {
  .main-jobs_right p {
    text-align: left;
    margin-top: 10px;
  }
}
.main-jobs_link {
  position: relative;
  height: 400px;
}
@media (max-width: 767px) {
  .main-jobs_link {
    height: 280px;
    margin-right: 0px;
  }
}
.main-jobs_link#link_01 {
  background: url(../img/jobs-link_01.png);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-jobs_link#link_01 {
    background: url(../img/jobs-link_sp_01.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
  }
}
.main-jobs_link#link_02 {
  background: url(../img/jobs-link_02.png);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-jobs_link#link_02 {
    background: url(../img/jobs-link_02_sp.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
  }
}
.main-jobs_link#link_03 {
  background: url(../img/jobs-link_03.png);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-jobs_link#link_03 {
    background: url(../img/jobs-link_03_sp.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
  }
}
.main-jobs_link#link_04 {
  background: url(../img/jobs-link_04.png);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-jobs_link#link_04 {
    background: url(../img/jobs-link_04_sp.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
  }
}
.main-jobs_link .link-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media (max-width: 1299px) {
  .main-jobs_link .link-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-jobs_link .link-btn {
    width: 45%;
    padding: 10px;
  }
}
.main-jobs_eng {
  position: absolute;
  bottom: -110px;
  color: rgba(0, 159, 232, 0.1);
  font-size: 160px;
  font-weight: 300;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  z-index: 1000;
}
@media (max-width: 1299px) {
  .main-jobs_eng {
    font-size: 10vw;
  }
}
@media (max-width: 767px) {
  .main-jobs_eng {
    width: 0;
    position: static;
    text-align: left;
    bottom: 0px;
    font-size: 70px;
  }
  .main-jobs_eng.long {
    font-size: 50px;
  }
}
.main-jobs_ttl {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 1299px) {
  .main-jobs_ttl {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .main-jobs_ttl {
    padding-bottom: 40px;
  }
}
.main-jobs_ttl p {
  margin: 0 0 0 50px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #344A63;
  letter-spacing: 0;
}
@media (max-width: 1299px) {
  .main-jobs_ttl p {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-jobs_ttl p {
    width: 90%;
    padding-top: 10px;
    margin-left: 20px;
    text-align: left;
  }
}
.main-jobs_ttl .main-jobs_eng {
  bottom: 0;
}
.main-jobs_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}
@media (max-width: 1299px) {
  .main-jobs_img {
    text-align: right;
    margin-left: 0;
    position: relative;
    width: 100%;
  }
}
.main-jobs_heading {
  width: 100%;
  position: relative;
  margin: 100px 0px;
  text-align: left;
}
@media (max-width: 1299px) {
  .main-jobs_heading {
    text-align: left;
    width: 90%;
    margin: 30px auto 0px;
  }
}
@media (max-width: 767px) {
  .main-jobs_heading.top {
    width: 100%;
  }
}
.main-jobs_heading h4 {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main-jobs_heading h4 {
    font-size: 18px;
  }
}
.main-jobs_heading p {
  margin-left: 0;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  .main-jobs_heading p {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
.main-jobs_heading b {
  color: #344A63;
  font-weight: bold;
}
.main-jobs_under {
  position: relative;
  margin-top: 60px;
}
.main-jobs_under .c-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1299px) {
  .main-jobs_under .c-inner {
    flex-direction: column-reverse;
  }
}
.main-jobs_under .c-inner .main-jobs_heading {
  width: 50%;
  margin-top: 0;
  font-size: 16px;
}
@media (max-width: 1299px) {
  .main-jobs_under .c-inner .main-jobs_heading {
    width: 90%;
    text-align: left;
  }
}
.main-jobs_under .c-inner .main-jobs_heading p {
  width: 100%;
  margin-right: 0;
}
.main-jobs_under .main-jobs_img {
  width: 45%;
  left: 0;
}
@media (max-width: 1299px) {
  .main-jobs_under .main-jobs_img {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1299px) {
  .main-jobs_under .main-jobs_img img {
    border-radius: 0px 0 0 0px;
  }
}