@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
.page_corporateWrap {
  padding-bottom: 100px;
}

.page_corporateWrap .inner {
  width: 1150px;
  margin: auto;
}

.corporateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corporateList li {
  width: 560px;
}

.corporateList li a {
  display: block;
}

.corporateList li .listImg {
  overflow: hidden;
}

.corporateList li .listImg img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.corporateList li .listTextBox {
  padding: 20px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.corporateList li .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #DEDEDE;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.corporateList li .arrow::before, .corporateList li .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.corporateList li .arrow::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
}

.corporateList li .arrow::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.corporateList li .listTitle {
  width: calc(100% - 58px);
  padding-left: 18px;
}

.corporateList li .listTitle span {
  display: block;
}

.corporateList li .listTitle .jp {
  font-size: 20px;
  font-weight: 500;
  color: #335167;
}

@media all and (min-width: 681px) {
  .corporateList li {
    margin: 0 30px 40px 0;
  }
  .corporateList li:nth-child(2n) {
    margin-right: 0;
  }
  .corporateList li:last-child, .corporateList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .corporateList li a:hover .listImg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .corporateList li a:hover .arrow {
    background: #335167;
  }
  .corporateList li a:hover .arrow::before, .corporateList li a:hover .arrow::after {
    background: #fff;
  }
  .corporateList li a:hover .arrow::before {
    right: calc((100% - 37px)/2);
  }
  .corporateList li a:hover .arrow::after {
    right: calc((100% - 40px)/2);
  }
}

@media all and (max-width: 680px) {
  .page_corporateWrap {
    padding-bottom: 80px;
  }
  .page_corporateWrap .inner {
    width: 90.627%;
    margin: auto;
  }
  .corporateList li {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporateList li:last-child {
    margin-bottom: 0;
  }
  .corporateList li .listTextBox {
    padding: 10px 0 0;
  }
  .corporateList li .arrow {
    width: 38px;
    height: 38px;
  }
  .corporateList li .arrow::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
  .corporateList li .arrow::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
  .corporateList li .listTitle {
    width: calc(100% - 38px);
    padding-left: 10px;
  }
  .corporateList li .listTitle .jp {
    font-size: 15px;
  }
}

/* 採用情報
***************************************************************/