/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #1a1a1a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.68;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

li {
  list-style: none;
}

small,
em {
  font-style: normal;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* ヘッダー */
.gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #026493;
  width: 100%;
  height: 100px;
  max-height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
@media screen and (max-width: 896px) {
  .gnav {
    display: block;
    max-height: 58px;
    border-bottom: none;
  }
}

.gnav__logo, .footer__logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
  max-width: 295px;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .gnav__logo {
    margin-left: 10px;
    max-width: 168px;
  }
}

.gnav__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  background-color: #0085ce;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  z-index: 1001;
}
@media screen and (min-width: 897px) {
  .gnav__btn {
    display: none;
  }
}

.gnav__btn span {
  display: inline-block;
  position: absolute;
  left: 22px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
}

.gnav__btn span:nth-child(1) {
  top: 13px;
}

.gnav__btn.open span:nth-child(1) {
  top: 20px;
  transform: rotate(225deg);
}

.gnav__btn span:nth-child(2) {
  top: 20px;
}
.gnav__btn.open span:nth-child(2) {
  opacity: 0;
}

.gnav__btn span:nth-child(3) {
  top: 27px;
}

.gnav__btn.open span:nth-child(3) {
  top: 20px;
  transform: rotate(-225deg);
}

.gnav__text {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.gnav__btn.open .gnav__text {
  opacity: 0;
}

.gnav__text--hidden {
  opacity: 0;
}

.gnav__btn.open .gnav__text--hidden {
  opacity: 1;
}

.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52.9411765vw;
  max-width: 720px;
  height: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
@media screen and (max-width: 896px) {
  .gnav__list {
    display: block;
    padding: 11px 20px 25px;
    max-width: none;
    width: 100%;
    height: auto;
    background-color: #0085ce;
    transform: translateY(calc(-100% - 58px));
  }

  .gnav__list.open {
    transform: unset;
  }
}

.gnav__item {
  flex: 1 0 auto;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .gnav__item {
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }

  .gnav__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

.gnav__item--colored {
  color: #fff;
}

.gnav__item--recruit {
  margin-left: 30px;
  color: #1a1a1a;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 896px) {
  .gnav__item--recruit {
    position: absolute;
    top: 100%;
    right: 72px;
    margin-left: 0;
    width: 72px;
    height: 58px;
    font-size: 10px;
    -webkit-transition: opacity .1s ease .3s, visibility .1s ease .3s;
    transition: opacity .1s ease .3s, visibility .1s ease .3s;
  }

  .gnav__item--recruit:not(:last-child) {
    border: none;
    margin-bottom: 0;
  }

  .gnav__list.open .gnav__item--recruit {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s ease, visibility .1s ease;
    transition: opacity .1s ease, visibility .1s ease;
  }
}

.gnav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .gnav__item a {
    display: block;
    padding: 17px 0;
  }
}

.gnav__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  max-width: 100px;
  height: 6px;
  background-color: #0085ce;
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.gnav__item a:hover::after {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .gnav__item a::after {
    content: none;
  }
}

.gnav__item .current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100px;
  height: 6px;
  background-color: #0085ce;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  .gnav__item .current::before {
    content: none;
  }
}

.gnav__item .current::after {
  content: none;
}

.gnav__item--colored a {
  display: flex;
  flex-direction: column;
  padding: 6px;
  min-width: 89px;
  background-color: #0085ce;
}
@media screen and (max-width: 896px) {
  .gnav__item--colored a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.gnav__item--colored a::after, .gnav__item--colored a.current::before {
  max-width: none;
}

.gnav__item--recruit a {
  background-color: #dce400;
}
@media screen and (max-width: 896px) {
  .gnav__item--recruit a {
    justify-content: space-between;
    min-width: auto;
  }
}

@media screen and (max-width: 896px) {
  .gnav__item--contact a {
    flex-direction: row;
    padding: 9px;
    border: 1px solid #fff;
    margin: 22px auto 0;
    width: 21.9rem;
  }

  .gnav__item--contact img {
    vertical-align: sub;
  }
}

.gnav__item--colored span {
  display: block;
  margin: 0 auto;
  width: 40px;
}

@media screen and (max-width: 896px) {
  .gnav__item--contact span {
    margin: 0;
    transform: translateX(-26px);
  }
}

/* フッター */
@media screen and (min-width: 769px) {
  footer {
    border-top: 1px solid #026493;
  }
}

.footer__container {
  position: relative;
  padding: 15px 0 20px;
  margin: 0 auto;
  max-width: 1360px;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}

.footer__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2.9%;
  width: 34.1911765vw;
  max-width: 465px;
}

.footer__item {
  flex: 1 0 auto;
  position: relative;
  padding-left: 16px;
  margin-left: 18px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.footer__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #0085ce;
  transform: translateY(-50%);
}

.footer__item a {
  position: relative;
}

.footer__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -.1em;
  width: 0;
  height: 1px;
  background-color: #0085ce;
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer__item a:hover::after {
  width: 100%;
}

.footer__text {
  position: absolute;
  right: 40px;
  bottom: 15px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__text {
    position: static;
    text-align: center;
    transform: scale(0.75);
    transform-origin: center;
  }
}

/* 共通 */
main {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  main {
    margin-top: 58px;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .container--spfull {
    padding: 0;
  }
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
}

.title {
  padding: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title--company {
  background-image: url(../img/bg_company.jpg);
}

.title--products {
  background-image: url(../img/bg_products.jpg);
}

.title--recruit {
  background-image: url(../img/bg_recruit.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 63%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 63%);
}
@media screen and (max-width: 768px) {
  .title--recruit {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66.9%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66.9%);
  }
}

.title--contact {
  background-image: url(../img/bg_contact.jpg);
}

.title__container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
}

.topic-path {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.topic-path li:not(:last-child) {
  margin: 0 10px;
}

.topic-path li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 10px;
  transform: scale(0.5, 1);
}

.topic-path li a {
  position: relative;
}

.topic-path li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: .1em;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.topic-path li a:hover::after {
  width: 100%;
}

.title__heading {
  margin: 65px 0 85px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title__heading {
    margin: 18px 0;
    font-size: 1.2rem;
  }
}

.title__heading--recruit {
  margin: 95px 0 240px;
}
@media screen and (max-width: 768px) {
  .title__heading--recruit {
    margin: 20px 0 41px;
  }
}

.title__heading span {
  display: inline-block;
  margin-bottom: 5px;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .title__heading span {
    width: 100%;
  }
}

.heading {
  margin-bottom: 35px;
  color: #0085ce;
  font-size: 6rem;
  font-weight: 100;
  line-height: 0.75;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-bottom: 31px;
    font-size: 3.5rem;
    text-align: center;
  }
}

.heading--small {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .heading--small {
    font-size: 2.9rem;
  }
}

.heading--center {
  text-align: center;
}

.heading--inversion {
  color: #1a1a1a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .heading--inversion {
    font-size: 1.8rem;
  }
}

.heading--inversionNarrow {
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .heading--inversionNarrow {
    line-height: 1.4;
  }
}

.heading--underline {
  display: inline-block;
  background: linear-gradient(transparent 70%, #86dfff 70%);
  line-height: 1.6;
}

.heading--white {
  color: #fff;
}

.heading--blue {
  color: #026493;
}

.heading small {
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .heading small {
    font-size: 1.2rem;
  }
}

.heading--inversion small {
  color: #0085ce;
  font-size: 1.7rem;
  font-weight: 100;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .heading--inversion small {
    font-size: 1rem;
  }
}

.heading--white small {
  color: #fff;
}

.heading--blue small {
  color: #026493;
}

.heading span {
  display: block;
  margin: 0 auto 5px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .heading span {
    width: 5.8rem;
  }
}

.description {
  max-width: 624px;
  margin: 0 auto;
}

.link {
  display: block;
  position: relative;
  padding: 20px 0;
  margin: 35px auto 0;
  width: 440px;
  background-color: #0085ce;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 12px 0;
    margin-top: 26px;
    width: 76%;
    font-size: 1.4rem;
  }
}

#js-submit.link:disabled {
  background-color: #5f5f5f;
  cursor: not-allowed;
}

.link--return {
  border: 1px solid #026493;
  background-color: #fff;
  color: #1a1a1a;
}

.link::before, .link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.link::before {
  right: 25px;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  background-color: #006095;
}
@media screen and (max-width: 768px) {
  .link::before {
    right: 1.4rem;
    border-radius: 4px;
    width: 1.6rem;
    height: 1.6rem;
  }
}

#js-submit.link:disabled::before {
  background-color: #404040;
}

.link--return::before {
  left: 25px;
}
@media screen and (max-width: 768px) {
  .link--return::before {
    left: 1.4rem;
  }
}

.link::after {
  right: 36px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  width: 0;
  height: 0;
}
.link:hover::after {
  animation: arrow .5s;
}
@keyframes arrow {
  0% {
    transform: translateY(-50%) rotateY(0);
  }
  100% {
    transform: translateY(-50%) rotateY(360deg);
  }
}
#js-submit.link:disabled:hover::after {
  animation: unset;
}
@media screen and (max-width: 768px) {
  .link::after {
    right: 2rem;
    border-top: .8vw solid transparent;
    border-bottom: .8vw solid transparent;
    border-left: 1.07vw solid #fff;
  }
}

.link--return::after {
  left: 36px;
  border-left: none;
  border-right: 6px solid #fff;
}
@media screen and (max-width: 768px) {
  .link--return::after {
    left: 2rem;
    border-right: 1.07vw solid #fff;
  }
}

.decoration {
  position: relative;
}

.decoration::before, .decoration::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/img_decration.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.decoration::before {
  transform-origin: left;
}

.decoration::after {
  transform-origin:  right;
}

.jpnMap {
  display: block;
  position: absolute;
  width: 908px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jpnMap {
    width: 46rem;
  }
}

.pageTopBtn {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  background-color: #006095;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  z-index: 1000;
}
.pageTopBtn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pageTopBtn {
    right: 1rem;
    bottom: 1.4rem;
    width: 62px;
    height: 62px;
  }
}

.pageTopBtn::before, .pageTopBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: translateY(-50%);
}
.pageTopBtn:hover::before, .pageTopBtn:hover::after {
  animation: arrow .5s;
}
@media screen and (max-width: 768px) {
  .pageTopBtn::before, .pageTopBtn::after {
    left: 23px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

.pageTopBtn::before {
  top: 50%;
  border-bottom: 11px solid #fff;
}
@media screen and (max-width: 768px) {
  .pageTopBtn::before {
    border-bottom: 8px solid #fff;
  }
}

.pageTopBtn::after {
  top: calc(50% + 2px);
  border-bottom: 11px solid #006095;
}
@media screen and (max-width: 768px) {
  .pageTopBtn::after {
    border-bottom: 8px solid #006095;
  }
}

.--white {
  color: #fff;
}

.--left {
  text-align: left;
}

.--right {
  text-align: right;
}

.--center {
  text-align: center;
}

.--justify {
  text-align: justify;
}

/* top */
.topTitle {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.topTitle__slider {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.topTitle__bg {
  height: 786px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topTitle__bg {
    height: 34.6rem;
  }
}

.topTitle__bg--slide1 {
  background-image: url(../img/bg_title1.jpg);
}
@media screen and (max-width: 768px) {
  .topTitle__bg--slide1 {
    background-image: url(../img/bg_title1_sp.jpg);
  }
}

.topTitle__bg--slide2 {
  background-image: url(../img/bg_title2.jpg);
}
@media screen and (max-width: 768px) {
  .topTitle__bg--slide2 {
    background-image: url(../img/bg_title2_sp.jpg);
  }
}

.topTitle__bg--slide3 {
  background-image: url(../img/bg_title3.jpg);
}
@media screen and (max-width: 768px) {
  .topTitle__bg--slide3 {
    background-image: url(../img/bg_title3_sp.jpg);
  }
}

.topMessage {
  padding: 130px 0 30px;
}
@media screen and (max-width: 768px) {
  .topMessage {
    padding: 58px 0;
  }
}

.topMessage .decoration::before {
  top: calc(-225px - 130px);
  left: 0;
  width: 300px;
  height: 450px;
}
@media screen and (max-width: 1360px) {
  .topMessage .decoration::before {
    top: calc(-16.5441176vw - 130px);
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .topMessage .decoration::before {
    top: calc(-16.5441176vw - 58px);
  }
}

.topMessage .decoration::after {
  top: calc(309px - 130px);
  right: -255px;
  width: 340px;
  height: 511px;
  transform: rotate(90deg);
  transform-origin: top right;
}
@media screen and (max-width: 1360px) {
  .topMessage .decoration::after {
    top: calc(22.7205882vw - 130px);
    right: -18.75vw;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .topMessage .decoration::after {
    top: calc(22.7205882vw - 58px);
  }
}

.topMessage__heading {
  color: #006095;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 2.26;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMessage__heading {
    font-size: 1.8rem;
  }
}

.topMessage__content {
  margin: 70px 0 0 auto;
  width: 45.9%;
}
@media screen and (max-width: 768px) {
  .topMessage__content {
    margin: 40px 0 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .topMessage__content .heading {
    margin-bottom: 45px;
  }
}

.topMessage__image {
  position: absolute;
  top: -87px;
  left: 0;
  width: 48.1%;
  height: 481px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topMessage__image {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 35px;
    width: 91%;
    height: 25.2rem;
  }
}

.topMessage__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_president.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 135px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 135px, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .topMessage__bg {
    -webkit-clip-path: polygon(0 0, 100% 72px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 72px, 100% 100%, 0 100%);
  }
}

.topMessage__shadow {
  display: block;
  position: absolute;
  right: -23px;
  bottom: -24px;
  width: 45.7%;
  height: 61.6%;
  background-color: #0085ce;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topMessage__shadow {
    right: -1.2rem;
    bottom: -1.3rem;
  }
}

.topMessage__autograph {
  margin: 50px 0 0 auto;
  width: 45.5%;
}
@media screen and (max-width: 768px) {
  .topMessage__autograph {
    margin-top: 23px;
    width: 44.8%;
  }
}

.topMessage__autograph small {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .topMessage__autograph small {
    font-size: 1.3rem;
  }
}

.topMessage__autograph span {
  display: block;
  margin: 10px 0 0 auto;
  width: 81.3%;
}
@media screen and (max-width: 768px) {
  .topMessage__autograph span {
    width: 84.8%;
  }
}

.topAboutUs {
  position: relative;
  padding: 210px 0 378px;
  background-image: url(../img/bg_top_aboutus1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topAboutUs {
    padding: 87px 0 274px;
  }
}

.topAboutUs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 157px 0 0 100vw ;
  border-color: #fff transparent  transparent  transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .topAboutUs::before {
    border-width: 44px 0 0 100vw ;
  }
}

.topAboutUs .jpnMap {
  top: -433px;
  right: -380px;
}
@media screen and (max-width: 1360px) {
  .topAboutUs .jpnMap {
    left: 61%;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .topAboutUs .jpnMap {
    top: auto;
    left: auto;
    right: -19.6rem;
    bottom: -16.1rem;
  }
}

.topAboutUs__content {
  width: 36.9%;
}
@media screen and (max-width: 768px) {
  .topAboutUs__content {
    width: 100%;
  }
}

.topAboutUs__content .link {
  margin: 60px auto 0 0;
  width: 94.9%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .topAboutUs__content .link {
    margin: 29px auto 0;
    width: 75.9%;
    font-size: 1.4rem;
  }
}

.topAboutUs__image {
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  width: 54%;
  height: 382px;
  background-image: url(../img/bg_top_aboutus2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 160px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 160px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .topAboutUs__image {
    position: static;
    margin-top: 39px;
    width: 100%;
    height: 18.9rem;
    -webkit-clip-path: polygon(0 79px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 79px, 100% 0, 100% 100%, 0 100%);
  }
}

.topProducts {
  position: relative;
  padding: 240px 0 193px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topProducts {
    padding: 85px 0 83px;
  }
}

.topProducts::before {
  content: "";
  display: block;
  position: absolute;
  top: -107px;
  left: 0;
  width: 100%;
  height: 383px;
  background-image: url(../img/bg_top_products.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 93px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 93px, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topProducts::before {
    top: -25px;
    height: 129px;
    -webkit-clip-path: polygon(0 25px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 25px, 100% 0, 100% 100%, 0 100%);
  }
}

.topProducts .decoration::before {
  top: 273px;
  left: -82px;
  width: 350px;
  height: 525px;
  transform: rotate(225deg);
  transform-origin: top left;
}
@media screen and (max-width: 1360px) {
  .topProducts .decoration::before {
    top: 20.0735294vw;
    left: -6.02941176vw;
    width: 25.7%;
  }
}
@media screen and (max-width: 768px) {
  @media screen and (max-width: 1360px) {
    .topProducts .decoration::before {
      top: 8rem;
      left: -2.3rem;
    }
  }
}

.topRecruit {
  position: relative;
  padding: 240px 0 132px;
  background: linear-gradient(to bottom, transparent 10%, #0085ce 10%, #0085ce);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topRecruit {
    padding: 89px 0 78px;
  }
}

.topRecruit::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 361px;
  background-image: url(../img/bg_top_recruit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 82px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 82px, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topRecruit::before {
    top: -23px;
    height: 129px;
    -webkit-clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
    z-index: -1;
  }
}

.topRecruit .decoration::after {
  top: 360px;
  right: -20px;
  width: 346px;
  height: 519px;
  transform: scale(-1, 1) rotate(135deg);
  transform-origin: top right;
}
@media screen and (max-width: 1360px) {
  .topRecruit .decoration::after {
    top: 26.4705882vw;
    right: -1.47058824vw;
    width: 25.4%;
  }
}
@media screen and (max-width: 768px) {
  @media screen and (max-width: 1360px) {
    .topRecruit .decoration::after {
      top: 11rem;
      right: 0;
    }
  }
}

.topRecruit .link {
  background-color: #dce400;
  color: #1a1a1a;
}
@media screen and (min-width: 769px) {
  .topRecruit .link {
    margin-top: 55px;
  }
}

/* company */
.companyProfile-Philosophy {
  position: relative;
  padding: 100px 0 260px;
  background-image: url(../img/bg_company_profire.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .companyProfile-Philosophy {
    padding: 52px 0 115px;
  }
}

.companyProfile-Philosophy::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent  transparent #fff transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .companyProfile-Philosophy::after {
    border-width: 0 0 28px 100vw ;
  }
}

.companyPhilosophy {
  margin: 60px 0 110px;
}
@media screen and (max-width: 768px) {
  .companyPhilosophy {
    margin: 29px 0 58px;
  }
}

.companyPhilosophy__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .companyPhilosophy__list {
    flex-wrap: wrap;
  }
}

.companyPhilosophy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 8px;
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, .5);
}
@media screen and (max-width: 768px) {
  .companyPhilosophy__item {
    margin: 0 7px;
    width: 14.4rem;
    height: 14.4rem;
  }

  .companyPhilosophy__item:first-child {
    margin: 0 100%;
  }
}

.companyPhilosophy__item span {
  color: #006095;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyPhilosophy__item span {
    font-size: 1.4rem;
  }
}

.companyProfile {
  margin: 40px 110px 0;
  border-top: 1px solid #026493;
}
@media screen and (max-width: 768px) {
  .companyProfile {
    margin: 55px 0 0;
  }
}

.companyProfile__content {
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .companyProfile__content {
    font-size: 1.3rem;
  }
}

.companyProfile__content dt, .companyProfile__content dd {
  padding: 10px 0;
  border-bottom: 1px solid #026493;
}

.companyProfile__content dt {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .companyProfile__content dt {
    width: 32%;
  }
}

.companyProfile__content dd {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .companyProfile__content dd {
    width: 68%;
  }
}

.companyHistory {
  padding: 50px 0 120px;
}
@media screen and (max-width: 768px) {
  .companyHistory {
    padding: 46px 0 75px;
  }
}

.companyHistory .decoration::before {
  top: calc(100% - 64px);
  left: 0;
  width: 222px;
  height: 333px;
}
@media screen and (max-width: 1360px) {
  .companyHistory .decoration::before {
    top: calc(100% - 4.70588235vw);
    width: 16.3%;
  }
}
@media screen and (max-width: 414px) {
  .companyHistory .decoration::before {
    top: calc(100% + 2.6rem);
    width: 21.5%;
  }
}

.companyHistory .decoration::after {
  top: 22px;
  right: -135px;
  width: 225px;
  height: 338px;
  transform: rotate(90deg);
  transform-origin: top right;
}
@media screen and (max-width: 1360px) {
  .companyHistory .decoration::after {
    top: 1.61764706vw;
    right: -9.9264706vw;
    width: 16.5%;
  }
}
@media screen and (max-width: 414px) {
  @media screen and (max-width: 1360px) {
    .companyHistory .decoration::after {
      top: .1rem;
      right: -5.1rem;
      width: 23.4%;
    }
  }
}

.companyHistory .companyProfile {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .companyHistory .companyProfile {
    margin-top: 65px;
  }
}

.companyHistory .companyProfile__content dt span {
  display: inline-block;
  min-width: 3em;
  text-align: right;
}

.companyEquipment {
  position: relative;
  padding: 90px 0 210px;
  background-image: url(../img/bg_company_equipment.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .companyEquipment {
    padding: 66px 0 135px;
  }
}

.companyEquipment::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent  transparent #e6f4ff transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .companyEquipment::after {
    border-width: 0 0 28px 100vw ;
  }
}

.companyEquipment__table {
  position: relative;
  border-collapse: collapse;
  margin: 65px auto 0;
  width: 100%;
  max-width: 849px;
  background-color: #ccebf8;
  word-break: break-all;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .companyEquipment__table {
    margin-top: 37px;
    font-size: 1.2rem;
  }
}

.companyEquipment__table tr:nth-child(even) {
  background-color: #e9f7ff;
}

.companyEquipment__table th, .companyEquipment__table td {
  padding: 15px 35px;
  border: 1px solid #026493;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .companyEquipment__table th, .companyEquipment__table td {
    padding: 12px 8px 12px 17px;
  }
}

.companyEquipment__table th {
  padding-left: 30px;
  padding-right: 20px;
  width: 26.3%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .companyEquipment__table th {
    padding-left: 9px;
    padding-right: 3px;
    width: 35%;
  }
}

.companyAccess {
  padding: 80px 0 147px;
  background-color: #e9f7ff;
}
@media screen and (max-width: 768px) {
  .companyAccess {
    padding: 208px 0 66px;
  }
}

.companyAccess .decoration::before {
  top: calc(100% + 104px);
  left: -43px;
  width: 231px;
  height: 347px;
  transform: rotate(225deg);
  transform-origin: top left;
}
@media screen and (max-width: 1360px) {
  .companyAccess .decoration::before {
    top: calc(100% + 7.64705882vw);
    left: -3.16176471vw;
    width: 17%;
  }
}
@media screen and (max-width: 414px) {
  .companyAccess .decoration::before {
    top: calc(100% + 5.4rem);
    left: -1.6rem;
    width: 22.9%;
  }
}

.companyAccess__wrap {
  position: relative;
  padding: 78px 110px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .companyAccess__wrap {
    padding: 63px 20px 48px;
  }
}

.companyAccess__wrap .jpnMap {
  top: -930px;
  right: -600px;
}
@media screen and (max-width: 1360px) {
  .companyAccess__wrap .jpnMap {
    left: 68%;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .companyAccess__wrap .jpnMap {
    width: 54rem;
    top: auto;
    left: auto;
    bottom: calc(100% + 7rem);
    right: -24rem;
  }
}
@media screen and (max-width: 414px) {
  .companyAccess__wrap .jpnMap {
    bottom: calc(100% + 8.9rem);
  }
}

.companyAccess__content dt {
  padding-bottom: 5px;
  border-bottom: 1px solid #00000a;
  margin-bottom: 20px;
  color: #006095;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .companyAccess__content dt {
    font-size: 1.9rem;
  }
}

.companyAccess__content dt::before {
  content: url(../img/icon_access.svg);
  display: inline-block;
  width: 22px;
  margin-right: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .companyAccess__content dt::before {
    width: 1.7rem;
    margin-right: 1.5rem;
  }
}

.companyAccess__content dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .companyAccess__content dd {
    margin-bottom: 23px;
  }
}

.companyAccess__gmap {
  position: relative;
  padding-top: 39.7%;
  margin-bottom: 50px;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .companyAccess__gmap {
    padding-top: 63.8%;
    margin-bottom: 46px;
  }
}

.companyAccess__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.companyAccess__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .companyAccess__inner {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .companyAccess__inner .companyAccess__content {
    width: 47.4%;
  }

  .companyAccess__inner .companyAccess__gmap {
    padding-top: 34.6%;
    width: 48.7%;
  }
}

/* products */
.products {
  padding: 105px 0 142px;
}
@media screen and (max-width: 768px) {
  .products {
    padding: 52px 0 58px;
  }
}

.products .decoration::before {
  top: calc(100% - 179px);
  left: 0;
  width: 222px;
  height: 333px;
}
@media screen and (max-width: 1360px) {
  .products .decoration::before {
    top: calc(100% - 13.1617647vw);
    width: 16.3%;
  }
}
@media screen and (max-width: 768px) {
  .products .decoration::before {
    top: calc(100% - 13.2rem);
    width: 21.5%;
  }
}

.products .decoration::after {
  top: 64px;
  right: -128px;
  width: 225px;
  height: 338px;
  transform: rotate(90deg);
  transform-origin: top right;
}
@media screen and (max-width: 1360px) {
  .products .decoration::after {
    top: calc(12.7941176vw - 105px);
    right: -9.41176471vw;
    width: 16.5%;
  }
}
@media screen and (max-width: 768px) {
  .products .decoration::after {
    top: calc(7.2rem - 52px);
    right: -5.2rem;
    width: 23.4%;
  }
}

.products__heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products__heading {
    padding-bottom: 9px;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.products__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .products__heading::after {
    width: 46px;
  }
}

.products__heading--blue {
  color: #026493;
}

.products__heading--blue::after {
  background-color: #026493;
}

.products__text {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products__text {
    padding: 0 20px;
    text-align: left;
  }
}

.products__text--black {
  color: #000;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .products__list {
    display: block;
    margin: 32px auto 0;
    width: 23.1rem;
  }
}

.products__item {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .products__item {
    width: 100%;
  }

  .products__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.products__item:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .products__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.products__content {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .products__content {
    margin-top: 12px;
    text-align: center;
  }

  .products__item:not(:last-child) .products__content {
    margin-bottom: 35px;
  }
}

.products__content dt {
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .products__content dt {
    font-size: 1.7rem;
  }
}

.products__content dd {
  display: inline-block;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #fff;
  color: #026493;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .products__content dd {
    padding: 0 12px;
    font-size: 1.2rem;
  }
}

.products__content dd span {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .products__content dd span {
    padding-right: 8px;
    margin-right: 8px;
  }
}

.products__content dd span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #026493;
  transform: translateY(-50%);
}

.productsLink {
  position: relative;
  padding: 50px 0 110px;
  background-color: #e7eaee;
}
@media screen and (max-width: 768px) {
  .productsLink {
    padding: 23px 0 40px;
  }
}

.productsLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 130px 100vw ;
  border-color: transparent  transparent #0085ce transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .productsLink::after {
    border-width: 0 0 36px 100vw ;
  }
}

.productsLink__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 862px;
}
@media screen and (max-width: 768px) {
  .productsLink__list {
    display: block;
  }
}

.productsLink__item {
  margin-bottom: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .productsLink__item {
    width: 100%;
  }
}

.productsLink__item a {
  position: relative;
  padding-left: 1.9em;
  color: #006095;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .productsLink__item a {
    font-size: 1.3rem;
  }
}

.productsLink__item a::before, .productsLink__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.productsLink__item a::before {
  left: 0;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  background-color: #026493;
}
@media screen and (max-width: 768px) {
  .productsLink__item a::before {
    border-radius: 3px;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.productsLink__item a::after {
  left: 7px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
}
.productsLink__item a:hover::after {
  animation: arrow .5s;
}
@media screen and (max-width: 768px) {
  .productsLink__item a::after {
    left: .4rem;
    border-top: .8vw solid #fff;
    border-left: .8vw solid transparent;
    border-right: .8vw solid transparent;
  }
}

.productsCWire {
  position: relative;
  padding-bottom: 185px;
  background-color: #0085ce;
}
@media screen and (max-width: 768px) {
  .productsCWire {
    padding: 66px 0 81px;
  }
}

.productsCWire::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 130px 100vw ;
  border-color: transparent  transparent #026493 transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .productsCWire::after {
    border-width: 0 0 36px 100vw ;
  }
}

.productsRebar {
  position: relative;
  padding-bottom: 255px;
  background-color: #026493;
}
@media screen and (max-width: 768px) {
  .productsRebar {
    padding: 50px 0 99px;
  }
}

.productsRebar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 130px 100vw ;
  border-color: transparent  transparent #dce400 transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .productsRebar::after {
    border-width: 0 0 36px 100vw ;
  }
}

.productsFWire {
  position: relative;
  padding-bottom: 220px;
  background-color: #dce400;
}
@media screen and (max-width: 768px) {
  .productsFWire {
    padding: 41px 0 93px;
  }
}

.productsFWire::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 130px 100vw ;
  border-color: transparent  transparent #026493 transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .productsFWire::after {
    border-width: 0 0 36px 100vw ;
  }
}

.productsBar {
  padding-bottom: 174px;
  background-color: #026493;
}
@media screen and (max-width: 768px) {
  .productsBar {
    padding: 46px 0 87px;
  }
}

.productsIllust {
  margin-top: 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .productsIllust {
    margin-top: 36px;
  }
}

.productsIllust__heading {
  margin: 50px 0 10px;
  color: #0085ce;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .productsIllust__heading {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.productsIllust__heading--first {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .productsIllust__heading--first {
    margin-top: 0;
  }
}

.productsIllust__text {
  text-align: left;
}

/* recruit */
.recruit {
  padding: 30px 0 137px;
  background-color: #e9f7ff;
  background-image: url(../img/bg_message.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 38px 0 80px;
    background-image: url(../img/bg_message_sp.png);
  }
}

.recruit__text {
  display: inline-block;
  position: relative;
  margin: 65px 0 85px;
  color: #026493;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: left;
  z-index: 0;
}
@media screen and (max-width: 910px) {
  .recruit__text {
    margin: 65px 70px 85px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__text {
    padding: 0 35px;
    margin: 61px 0 72px;
    font-size: 1.3rem;
  }
}

.recruit__text::before, .recruit__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 93px;
  height: 9px;
  transform: rotate(-45deg) skewX(75deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit__text::before, .recruit__text::after {
    width: 59px;
    height: 6px;
  }
}

.recruit__text::before {
  top: 10px;
  left: -90px;
  border-top: 1px solid rgba(2, 100, 147, .3);
  border-bottom: 1px solid #dce400;
}
@media screen and (max-width: 768px) {
  .recruit__text::before {
    top: -12px;
    left: 5px;
  }
}

.recruit__text::after {
  right: -90px;
  bottom: 20px;
  border-top: 1px solid #dce400;
  border-bottom: 1px solid rgba(2, 100, 147, .3);
}
@media screen and (max-width: 768px) {
  .recruit__text::after {
    right: 0;
    bottom: 0;
  }
}

.recruit__text span {
  display: inline-block;
  margin-bottom: 1em;
}

.recruitMessage__wrap {
  position: relative;
  margin: 100px 0 136px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruitMessage__wrap {
    margin: 58px 0 87px;
  }
}

.recruitMessage__wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 11px 11px 0;
  width: calc(50% + 480px);
  height: 100%;
  background: linear-gradient(-188deg, #0085ce 46%, #026493 46%);
  z-index: -1;
}
@media screen and (max-width: 1060px) {
  .recruitMessage__wrap::after {
    width: calc(50% + 45.2830189vw);
  }
}
@media screen and (max-width: 768px) {
  .recruitMessage__wrap::after {
    border-radius: 0;
    width: 100%;
  }
}

.recruitMessage__wrap--reverse::after {
  left: auto;
  right: 0;
  border-radius: 11px 0 0 11px;
}

.recruitMessage__inner {
  position: relative;
  padding: 75px 0 70px;
}
@media screen and (max-width: 768px) {
  .recruitMessage__inner {
    padding: 0 0 58px;
  }
}

.recruitMessage__image {
  position: absolute;
  width: 44%;
  top: -40px;
  right: 0;
}
.recruitMessage__wrap--reverse .recruitMessage__image {
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  .recruitMessage__image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    position: static;
    width: 100%;
    transform: translateY(-20px);
  }
  .recruitMessage__wrap--reverse .recruitMessage__image {
    flex-direction: row;
  }

  .recruitMessage__image img {
    width: 65.5%;
  }
}

.recruitMessage__image figcaption {
  position: relative;
  margin: -5px auto 0;
  width: 52.3%;
  color: #fff;
  text-align: right;
}
.recruitMessage__wrap--reverse .recruitMessage__image figcaption {
  margin: -10px 0 0 auto;
  transform: translateX(22px);
}
@media screen and (max-width: 768px) {
  .recruitMessage__image figcaption, .recruitMessage__wrap--reverse .recruitMessage__image figcaption {
    margin: 0 0 9px;
    width: 29.7%;
    font-size: 1rem;
    transform: unset;
  }
}

.recruitMessage__image figcaption::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -10px;
  border-top: 1px solid #ffd332;
  border-bottom: 1px solid #fff;
  width: 93px;
  height: 9px;
  transform: rotate(-45deg) skewX(75deg);
}
@media screen and (max-width: 768px) {
  .recruitMessage__image figcaption::before {
    top: -20px;
    left: 5px;
    width: 59px;
    height: 6px;
  }
}

.recruitMessage__wrap--reverse .recruitMessage__image figcaption::before {
  top: -10px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .recruitMessage__wrap--reverse .recruitMessage__image figcaption::before {
    top: -15px;
    left: -35px;
  }
}

.recruitMessage__image figcaption em {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruitMessage__image figcaption em {
    font-size: 2.1rem;
  }
}

.recruitMessage__image figcaption small {
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .recruitMessage__image figcaption small {
    font-size: .8rem;
  }
}

.recruitMessage__content {
  width: 51.6%;
}
.recruitMessage__wrap--reverse .recruitMessage__content {
  margin-left: auto;
  width: 46.1%;
}
@media screen and (max-width: 768px) {
  .recruitMessage__content, .recruitMessage__wrap--reverse .recruitMessage__content {
    width: 100%;
  }
}

.recruitMessage__content dt {
  width: 100%;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .recruitMessage__content dt {
    width: 21.6rem;
  }
}

.recruitMessage__content dd {
  margin-top: 40px;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .recruitMessage__content dd {
    margin-top: 20px;
  }
}

.recruitMessage__content dd b {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .recruitMessage__content dd b {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.recruitInformation__heading {
  padding: 15px 0;
  margin-top: 80px;
  border: 1px solid #0085ce;
  background-color: #0085ce;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .recruitInformation__heading {
    padding: 12px 0;
    margin-top: 46px;
    font-size: 2rem;
  }
}

.recruitInformation__heading--career {
  border: 1px solid #026493;
  margin-top: 65px;
  background-color: #026493;
}
@media screen and (max-width: 768px) {
  .recruitInformation__heading--career {
    margin-top: 38px;
  }
}

.recruitInformation__wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruitInformation__wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.recruitInformation__table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .recruitInformation__wrap .recruitInformation__table {
    display: block;
    min-width: 660px;
  }
}

.recruitInformation__table th, .recruitInformation__table td {
  padding: 40px 0;
  border: 1px solid #026493;
}
@media screen and (max-width: 768px) {
  .recruitInformation__table th, .recruitInformation__table td {
    padding: 23px 0;
  }
}

.recruitInformation__table th {
  width: 23%;
  background-color: rgba(0, 133, 206, .6);
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruitInformation__table th {
    width: 10.8rem;
    font-size: 1.3rem;
  }
}

.recruitInformation__table--career tr th {
  background-color:  rgba(0, 133, 206, .7);
}

.recruitInformation__table--career tr:nth-child(even) th {
  background-color: #0085ce;
}

.recruitInformation__table td {
  padding: 40px 35px;
  width: 77%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruitInformation__table td {
    padding: 23px 23px;
    width: auto;
    font-size: 1.4rem;
  }
}

.recruitInformation__table--career td {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruitInformation__table--career td {
    font-size: 1.3rem;
  }
}

.recruitInformation__table--career td span {
  display: block;
}

.recruitInformation__table--career td span:not(:last-child) {
  margin-bottom: 1em;
}

.recruitInformation__box {
  display: flex;
  align-items: flex-start;
}

.recruitInformation__list:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .recruitInformation__list:not(:last-child) {
    margin-right: 29px;
  }
}

.recruitInformation__item b {
  display: inline-block;
  font-weight: 400;
  margin: .5em 0;  
}

.recruitInformation__contact {
  padding: 40px;
  border-radius: 12px;
  margin-top: 85px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitInformation__contact {
    padding: 23px;
    border-radius: 9px;
    margin-top: 50px;
  }
}

.recruitInformation__text {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruitInformation__text {
    font-size: 1.3rem;
  }
}

.recruitInformation__text em {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruitInformation__text em {
    font-size: 1.4rem;
  }
}

.recruitInformation__link {
  position: relative;
  margin-left: 42px;
  color: #026493;
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruitInformation__link {
    margin-left: 24px;
    font-size: 3.2rem;
  }
}

.recruitInformation__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 25px);
  width: 60px;
  height: 60px;
  background-image: url(../img/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruitInformation__link::before {
    right: calc(100% + 14px);
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* contact */
.contact {
  padding: 110px 0 137px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 49px 0 92px;
  }
}

.contact__heading {
  margin: 40px 0 30px;
  color: #006095;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__heading {
    margin: 23px 0;
    font-size: 1.4rem;
  }
}

.contact__heading--black {
  margin: 90px 0 15px;
  color: #1a1a1a;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .contact__heading--black {
    margin: 43px 0 12px;
    font-size: 1.6rem;
  }
}

.contact__heading b {
  border-bottom: 1px solid #026493;
}
@media screen and (max-width: 768px) {
  .contact__heading b {
    letter-spacing: 0;
  }
}

.contact__heading span {
  letter-spacing: -.4em;
}

.contact__formlist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .contact__formlist {
    display: block;
    margin-top: 9px;
    margin-bottom: 32px;
  }
}

.contact__formlist--confirm {
  margin: 0 auto;
  max-width: 810px;
}

.contact__formlist dt {
  padding: 20px 35px 0 0;
  width: 23.2%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contact__formlist dt {
    padding: 23px 0 0 0;
    width: 100%;
    text-align: left;
  }
}

.contact__formlist dd {
  padding-top: 20px;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .contact__formlist dd {
    padding-top: 12px;
    width: 100%;
  }
}

.contact__formlist--confirm dt, .contact__formlist--confirm dd {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(2, 100, 147, .5);
}
@media screen and (min-width: 769px) {
  .contact__formlist--confirm dd {
    padding-right: 90px;
    width: 76.8%;
  }
}
@media screen and (max-width: 768px) {
  .contact__formlist--confirm dt {
    padding: 12px 0 0;
    border-bottom: none;
  }
  .contact__formlist--confirm dd {
    padding: 6px 0 12px;
  }
}

.contact__formlist--confirm dt:first-child, .contact__formlist--confirm dd:nth-child(2) {
  border-top: 1px solid rgba(2, 100, 147, .5);
}
@media screen and (max-width: 768px) {
  .contact__formlist--confirm dd:nth-child(2) {
    border-top: none;
  }
}

.contact_errorlist {
  display: inline-block;
  padding: 30px;
  border-radius: 12px;
  margin-top: 50px;
  background-color: rgba(255, 0, 0, .2);
  color: #ff000a;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact_errorlist {
    padding: 20px;
    border-radius: 6px;
    margin-top: 25px;
  }
}

.contact_errorlist li::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
}

.contact__content {
  margin: 80px 0 100px; 
}
@media screen and (max-width: 768px) {
  .contact__content {
    margin: 40px 0 50px; 
  }
}

.contact__icon {
  display: block;
  border-radius: 3px;
  margin-left: auto;
  width: 28px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__icon {
    display: inline-block;
    border-radius: 2px;
    margin-left: 10px;
    width: 3rem;
  }
}

.contact__icon--required {
  background-color: #ff000a;
}

.contact__icon--optionally {
  background-color: #026493;
}

.contact__textbox {
  padding: 20px;
  border: 1px solid #026493;
  width: 100%;
  height: 60px;
  background-color: rgba(231, 234, 238, .5);
}
@media screen and (max-width: 768px) {
  .contact__textbox {
    padding: 16px;
    height: 4.8rem;
  }
}

textarea.contact__textbox {
  margin-top: 1em;
  height: auto;
}

.contact__textbox.error-input {
  border-color: #ff000a;
  background-color: rgba(231, 56, 53, .3);
}

.error {
  color: #ff000a;
  font-size: 1.2rem;
}

.contact__radiobtn {
  margin-right: 10px;
}

.contact__link {
  position: relative;
}

.contact__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: .1em;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.contact__link:hover::after  {
  width: 0;
}

.contact__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 55px;
}
@media screen and (max-width: 768px) {
  .contact__checkbox {
    margin: 17px 0 35px;
  }
}

.contact__checkbox .contact__icon {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .contact__checkbox .contact__icon {
    margin-right: 16px;
  }
}

.contactTel {
  padding: 30px 0;
  border: 1px solid #026493;
  margin-top: 64px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactTel {
    padding: 23px 0;
    margin-top: 40px;
    border-radius: 7px;
  }
}

.contactTel__text {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contactTel__text {
    font-size: 1.4rem;
  }
}

.contactTel__text em {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.64;
}
@media screen and (max-width: 768px) {
  .contactTel__text em {
    font-size: 1.3rem;
  }
}

.contactTel__text small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contactTel__text small {
    font-size: 1.4rem;
  }
}

.contactTel__link {
  position: relative;
  margin-left: 29px;
  color: #026493;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contactTel__link {
    margin-left: 18px;
    font-size: 3.2rem;
  }
}

.contactTel__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  width: 35px;
  height: 35px;
  background-image: url(../img/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contactTel__link::before {
    right: calc(100% + 12px);
    width: 26px;
    height: 26px;
  }
}