@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@300;400&display=swap");

@font-face {
  font-family: "myfont";
  src: url("../../assets/fonts/myfont.eot");
  src: url("../../assets/fonts/myfont.eot?#iefix") format("eot"), url("../../assets/fonts/myfont.woff") format("woff"), url("../../assets/fonts/myfont.ttf") format("truetype"), url("../../assets/fonts/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.myfont {
  display: inline-block;
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myfont-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.myfont-2x {
  font-size: 2em;
}

.myfont-3x {
  font-size: 3em;
}

.myfont-4x {
  font-size: 4em;
}

.myfont-5x {
  font-size: 5em;
}

.myfont-fw {
  width: 1.2857142857em;
  text-align: center;
}

.myfont-1:before {
  content: "\ea01";
}

.myfont-2:before {
  content: "\ea02";
}

.myfont-3:before {
  content: "\ea03";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

address {
  font-style: normal;
}

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

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

html input,
html button,
html textarea {
  font-family: "Spectral", "Noto Serif JP", serif;
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  -ms-interpolation-mode: bicubic;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-footer {
  position: relative;
}

.l-footer__content {
  width: calc(100% - 160px);
  background: url("../img/common/footer_grade.png") no-repeat bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .l-footer__content {
    width: calc(100% - 80px);
    max-width: 1120px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__content {
    width: calc(100% - 64px);
    background: url("../img/common/footer_grade-sp.png") no-repeat top;
    background-size: cover;
  }
}

.l-footer__content:after {
  content: "";
  display: block;
  background: url("../img/common/footer_bg.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__content:after {
    height: 350px;
  }
}

.l-footer__wrap {
  position: relative;
  z-index: 100;
  padding: 76px 80px;
}

@media screen and (max-width: 767px) {
  .l-footer__wrap {
    padding: 30px 25px 40px;
  }
}

.l-footer__logo {
  width: 360px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 214px;
    margin-bottom: 2.5rem;
  }
}

.l-footer__btn {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 175px;
  }
}

.l-footer__group {
  margin-top: 75px;
}

@media screen and (max-width: 450px) {
  .l-footer__group {
    margin-top: 120px;
  }
}

.l-footer__group-logo {
  display: block;
  width: 240px;
  margin-bottom: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__group-logo:hover {
  opacity: 0.7;
}

.l-footer__group-link {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__group-link:hover {
  opacity: 0.7;
}

.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  right: -98px;
  bottom: 240px;
  margin: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 10px;
    right: -84px;
    bottom: 205px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9000;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
    padding: 0 20px;
  }
}

.l-header__logo img {
  width: 400px;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) {
  .l-header__logo img {
    width: 31.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__logo img {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
}

.l-header__nav {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .l-header__nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .l-header__nav {
    font-size: calc(16px + 4 * (100vw - 1024px) / 256);
  }
}

@media screen and (max-width: 1280px) and (min-width: 1280px) {
  .l-header__nav {
    font-size: 20px;
  }
}

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
  height: 48px;
  padding: 0 1em;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 18px;
  }
}

.c-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 80px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

@media screen and (max-width: 1024px) {
  .c-button:after {
    width: 40px;
  }
}

.c-button:hover:after {
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.c-button.-access:before {
  content: "";
  display: block;
  background: url("../img/common/icon_access.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  margin-right: 10px;
}

.c-list {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-list {
    padding-left: 0;
  }
}

.c-list li {
  padding-left: 40px;
  margin: 1em 0;
  position: relative;
}

.c-list li:before {
  content: "";
  display: block;
  width: 24px;
  border-top: 1px solid #00A173;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.c-pagetop {
  width: 80px;
  height: 80px;
  background-color: #000;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 64px;
    height: 64px;
  }
}

.c-pagetop:after {
  content: "";
  display: block;
  display: block;
  content: "\ea01";
  font-family: "myfont";
  color: #fff;
  font-size: 16px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-pagetop:after {
    font-size: 11px;
  }
}

.c-title__main {
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
  font-family: "Spectral", serif;
  margin-bottom: 0.6em;
}

@media (min-width: 768px) {
  .c-title__main {
    font-size: calc(32px + 24 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .c-title__main {
    font-size: 56px;
  }
}

.c-title small {
  font-weight: 500;
  letter-spacing: 0.12em;
}

.c-content-title {
  font-size: 24px;
  font-weight: 500;
  color: #00A173;
  letter-spacing: 0.12em;
  border-left: 4px solid #00A173;
  padding: 0.2em 0 0 0.65em;
}

.c-content-title small {
  font-size: 16px;
}

.c-wrapper {
  background-color: #F2FAF8;
  padding: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-wrapper__source {
  display: block;
  margin-top: 1em;
}

.c-wrapper__source a {
  color: #00A173;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 25px;
  }
}

.p-businessBox {
  background-color: #F2FAF8;
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-businessBox {
    padding: 25px;
  }
}

.p-businessBox.-title {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-businessBox.-title {
    margin-top: 40px;
  }
}

.p-businessBox__title {
  background-color: #00A173;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  min-width: 320px;
  padding: 0.5em 40px 0.25em;
  position: absolute;
  top: -15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-businessBox__title {
    min-width: 250px;
    padding: 0.3em 25px 0.15em;
  }
}

.p-businessBox__title+div {
  padding-top: 1em;
}

.p-businessBox__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-businessBox__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-businessBox__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-businessBox__col dt {
  border-bottom: 1px solid #00A173;
  padding: 1rem;
  padding-left: 0;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-businessBox__col dt {
    padding-top: 0;
  }
}

.p-businessBox__col dd {
  padding-right: 20px;
}

.p-businessBox__list li {
  position: relative;
  padding: 0 18px;
}

.p-businessBox__list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00A173;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.p-businessBox__img {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .p-businessBox__img {
    margin-top: 20px;
  }
}

.p-globalnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2em;
}

.p-globalnav__list a {
  position: relative;
}

.p-globalnav__list a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10%;
  width: 120%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.p-globalnav__list a:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (min-width: 1025px) {
  .p-globalnav__nav {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .p-globalnav .p-globalnav__btn.-active span:before {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .p-globalnav .p-globalnav__btn.-active span:after {
    top: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .p-globalnav .p-globalnav__btn.-active span:nth-of-type(1) {
    top: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .p-globalnav .p-globalnav__btn.-active span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  .p-globalnav__btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
  }

  .p-globalnav__btn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000;
    width: 40px;
    height: 1px;
    position: relative;
  }

  .p-globalnav__btn span:nth-of-type(1) {
    top: -5px;
  }

  .p-globalnav__btn span:nth-of-type(2) {
    bottom: -5px;
  }

  .p-globalnav__nav {
    display: none;
    background: #fff url("../img/common/nav_bg.jpg") no-repeat center bottom 60px;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    overflow-y: scroll;
  }

  .p-globalnav__list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2em;
  }

  .p-globalnav__list a {
    font-size: 18px;
  }
}

@-webkit-keyframes fade0ut {
  0% {
    display: none;
  }

  100% {
    display: none;
  }
}

@keyframes fade0ut {
  0% {
    display: none;
  }

  100% {
    display: none;
  }
}

.p-sidemenu {
  position: relative;
}

.p-sidemenu__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  left: 0;
  background: url("../img/common/side_obj.jpg") no-repeat left top;
  padding: 40px 0 20px 80px;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .p-sidemenu__wrap {
    padding: 40px 0 20px;
    padding-left: 70px;
    background-size: 125px 100%;
    margin-top: 40px;
  }
}

.p-sidemenu__index {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-sidemenu__index {
    display: block;
    position: absolute;
    left: 20px;
    top: 50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-sidemenu__index {
    left: 10px;
    top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-sidemenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em 3em;
  }
}

.p-sidemenu__list li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-sidemenu__list li {
    font-size: 16px;
    margin-bottom: 2rem;
    font-weight: 500;
  }
}

.p-sidemenu__list li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.p-sidemenu__list li a:hover {
  color: #00A173;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-sidemenu__list li a:hover {
    color: #000;
    font-weight: 500;
  }
}

@media screen and (max-width: 1024px) {
  .p-sidemenu__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
  }

  .p-sidemenu__list li a:after {
    content: "";
    display: inline-block;
    display: block;
    content: "\ea02";
    font-family: "myfont";
    color: #00A173;
    font-size: 12px;
    margin-left: 1em;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .p-sidemenu__list li a:after {
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-sidemenu__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    padding-right: 25px;
  }

  .p-sidemenu__list.-company li {
    width: 42%;
  }

  .p-sidemenu__list.-company li:nth-of-type(even) {
    width: 57%;
  }

  .p-sidemenu__list.-company li:last-child {
    width: 100%;
  }

  .p-sidemenu__list.-business li {
    width: 49%;
  }

  .p-sidemenu__list.-business li:nth-of-type(n + 7) {
    width: 100%;
  }

  .p-sidemenu__list.-works li {
    width: 100%;
  }
}

.p-summary__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-summary__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
  }
}

.p-summary__title {
  line-height: 1.5;
  padding: 1em 0;
  width: 152px;
  text-align: center;
  margin-right: 1rem;
  border-bottom: 1px solid #00A173;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-summary__title {
    display: block;
    text-align: left;
    padding: 0.75em 0 0.25em;
  }
}

.p-summary__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1em 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .p-summary__content {
    padding: 1em 0 0.8em;
  }
}

.p-summary__content p {
  margin-bottom: 1em;
}

.p-summary__content span {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .p-summary__content span {
    display: block;
  }
}

.p-summary__access {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-summary__access {
    width: 175px;
  }
}

.u-pl40 {
  padding-left: 40px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-vertical-text span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}

.u-br.-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-br.-pc {
    display: block;
  }
}

.u-br.-sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-br.-sp {
    display: none;
  }
}

.access-map {
  width: 100%;
  height: 420px;
}

@media screen and (max-width: 767px) {
  .access-map {
    height: 200px;
  }
}

@media screen and (max-width: 767px) and (min-width: 475px) {
  .access-map {
    height: calc(200px + 220 * (100vw - 475px) / 293);
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .access-map {
    height: 420px;
  }
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-map__address {
  margin-top: 1.5em;
}

.access-map__address span {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .access-map__address span {
    display: block;
  }
}

.business-dept__img {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .business-dept__img {
    margin-left: 25px;
  }
}

.business-dept__text {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .business-dept__text {
    margin: 26px 0;
  }
}

.business-dept__text+h3 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .business-dept__text+h3 {
    margin-bottom: 45px;
  }
}

.company__inner {
  padding-left: 0 !important;
}

.company__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .company__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5em;
  }

  .company__dl:last-child {
    margin-bottom: 0;
  }
}

.company__dl dt {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .company__dl dt {
    width: 100%;
  }
}

.company__table {
  width: 105%;
}

.company__table th {
  text-align: left;
  font-weight: normal;
  width: 74%;
}

.company__table td {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .company__table {
    display: inline-block;
    width: 100%;
  }

  .company__table th,
  .company__table td {
    display: inline-block;
    width: auto;
  }
}

.company-license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .company-license {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company-license__table {
  width: 50%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .company-license__table {
    width: 100%;
  }
}

.company-license__table:nth-of-type(2) {
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .company-license__table:nth-of-type(2) {
    margin-left: 0;
    margin-top: -1px;
  }
}

.company-license__table th {
  border: 1px solid #000;
  background-color: #CBEBE2;
  padding: 1em;
  text-align: left;
  font-weight: normal;
}

.company-license__table th.-center {
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5em;
  padding-top: 1.5em;
}

.company-license__table th span {
  margin-left: -4px;
}

.company-license__table td {
  border: 1px solid #000;
  padding: 1em;
  text-align: center;
  width: 90px;
  vertical-align: middle;
}

.company-history {
  position: relative;
  vertical-align: middle;
}

.company-history:after {
  content: "";
  display: block;
  border-left: 1px dashed #000;
  height: 100%;
  position: absolute;
  left: 120px;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .company-history:after {
    left: 105px;
  }
}

.company-history dl {
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .company-history dl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.75em 0;
  }
}

.company-history dt {
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #00A173;
  margin-right: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company-history dt {
    font-size: 20px;
    margin-right: 50px;
  }
}

.company-history dt:after {
  content: "";
  display: block;
  background-color: #00A173;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-history dd span {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .company-history dd {
    margin-top: 2px;
  }

  .company-history dd span {
    display: block;
  }
}

.company-achv__btn a {
  max-width: 400px;
  height: 80px;
}

.company-achv__btn a:after {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .company-achv__btn a {
    height: 80px;
  }
}

.company-achv .-main-color {
  background-color: #00A173;
}

.content-hero {
  padding-top: 140px;
}

@media screen and (max-width: 1024px) {
  .content-hero {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content-hero {
    padding-top: 110px;
  }
}

.content-hero__inner {
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .content-hero__inner {
    display: block;
    padding-left: 25px;
  }
}

.content-hero__col {
  width: 26%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 40px;
}

@media (min-width: 1024px) {
  .content-hero__col {
    padding-left: calc(40px + 100 * (100vw - 1024px) / 256);
  }
}

@media (min-width: 1280px) {
  .content-hero__col {
    padding-left: 140px;
  }
}

@media screen and (max-width: 1280px) {
  .content-hero__col {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .content-hero__col {
    padding-right: calc(50px + 50 * (100vw - 768px) / 512);
  }
}

@media screen and (max-width: 1280px) and (min-width: 1280px) {
  .content-hero__col {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .content-hero__col {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.content-hero__title .-small {
  font-size: 16px;
  margin-top: 48px;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .content-hero__title .-small {
    margin-top: 30px;
  }
}

.content-hero__img {
  width: 75.375%;
  max-width: 707px;
}

@media screen and (max-width: 767px) {
  .content-hero__img {
    width: 100%;
  }
}

.content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .content-main {
    padding-bottom: 80px;
  }
}

.content-main__article {
  width: 72%;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  .content-main__article {
    width: 100%;
    padding-top: 0;
  }
}

.content-main__side {
  width: 28%;
}

@media screen and (max-width: 1024px) {
  .content-main__side {
    width: 100%;
  }
}

.content-main.-single {
  display: block;
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: auto;
}

.content-main.-single .content-section__inner {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  .content-main.-single {
    width: 100%;
  }

  .content-main.-single .content-section__title {
    max-width: 1000px;
  }
}

.content-section {
  padding-top: 140px;
  margin-top: -20px;
  overflow: hidden;
}

.content-section:first-child {
  padding-top: 123px;
}

@media screen and (max-width: 1024px) {
  .content-section {
    padding-top: 80px;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .content-section {
    padding-top: calc(80px + 60 * (100vw - 768px) / 512);
  }
}

@media screen and (max-width: 1024px) and (min-width: 1280px) {
  .content-section {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1024px) {
  .content-section:first-child {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .content-section:first-child {
    padding-top: calc(80px + 43 * (100vw - 768px) / 512);
  }
}

@media screen and (max-width: 1024px) and (min-width: 1280px) {
  .content-section:first-child {
    padding-top: 123px;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 80px;
    margin-bottom: -20px;
  }
}

.content-section__title {
  margin-bottom: 35px;
}

.content-section__title .br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .content-section__title {
    width: calc(100% - 80px);
    max-width: 800px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .content-section__title {
    width: calc(100% - 50px);
    margin: 0 auto 24px;
  }

  .content-section__title .br {
    display: block;
  }

  .content-section__title small {
    display: block;
  }
}

.content-section__inner {
  max-width: 800px;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 1024px) {
  .content-section__inner {
    width: calc(100% - 80px);
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-section__inner {
    width: calc(100% - 50px);
  }
}

.recruit-mv {
  max-width: 1280px;
  margin: 140px auto 0;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .recruit-mv {
    max-width: 375px;
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 25px;
  }
}

.recruit-mv__inner {
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}

.recruit-mv__col {
  position: absolute;
  top: 100px;
  left: -40px;
  z-index: 20;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .recruit-mv__col {
    top: 50px;
    left: -25px;
  }
}

.recruit-mv__wrap {
  position: relative;
}

.recruit-mv__name {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  opacity: 0.2;
  bottom: -10%;
}

@media screen and (max-width: 767px) {
  .recruit-mv__name {
    bottom: -5%;
  }
}

.recruit-section {
  overflow-x: hidden;
}

.recruit-section:nth-last-of-type(1) {
  margin-bottom: 70px;
}

.recruit-section__col {
  position: relative;
  z-index: 10;
}

.recruit-section__col.-right {
  position: absolute;
  top: 100px;
  left: 66.5%;
  padding: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .recruit-section__col.-right {
    width: 195px;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

.recruit-section__img.-left {
  width: 68.75% !important;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .recruit-section__img.-left {
    width: auto !important;
    max-width: 300px;
    position: relative;
    left: -36px;
  }
}

.recruit-section__img.-right {
  width: 100%;
  max-width: 680px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .recruit-section__img.-right {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

.recruit-section__btn {
  margin-bottom: 16px;
}

.recruit-section.-job {
  margin-top: 140px;
  margin-bottom: 0;
  padding-bottom: 150px;
}

@media (min-width: 768px) {
  .recruit-section.-job {
    padding-bottom: calc(150px + -30 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .recruit-section.-job {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-section.-job {
    margin-top: 70px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-job {
    padding-bottom: 65px;
  }
}

.recruit-job a {
  color: #00A173;
  text-decoration: underline;
}

.recruit-job__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .recruit-job__dl:last-child {
    margin-bottom: 0;
  }
}

.recruit-job__dl dt {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .recruit-schedule__section {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .recruit-schedule__img {
    max-width: 375px;
    margin: 0 auto;
  }
}

.recruit-environment {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .recruit-environment {
    padding-bottom: 65px;
  }
}

.recruit-environment__inner {
  padding: 0;
  max-width: 100% !important;
}

.recruit-environment__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -2%;
}

@media screen and (max-width: 1024px) {
  .recruit-environment__wrap {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .recruit-environment__wrap {
    display: block;
  }
}

.recruit-environment__item {
  width: 30%;
  position: relative;
  margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {
  .recruit-environment__item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .recruit-environment__item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2%;
  }
}

.recruit-environment__place {
  background-color: #00A173;
  padding: 0.5em 40px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  max-width: 240px;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}

.recruit-events__title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .recruit-events__title {
    margin-bottom: 16px;
  }
}

.recruit-events__img.-img02 {
  max-width: 720px;
  margin: 2em auto 0;
}

@media screen and (max-width: 767px) {
  .recruit-events__img {
    max-width: 375px;
    margin: 0 auto;
  }

  .recruit-events__img.-img02 {
    max-width: 400px;
  }
}

.recruit-events__club {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .recruit-events__club {
    max-width: 375px;
    margin: 20px auto 0;
  }
}

.p-club {
  position: relative;
}

.p-club__icon {
  background: url("../img/recruit/icon_bg.svg") no-repeat center top;
  position: relative;
  z-index: 10;
  margin-bottom: -34px;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-club__icon {
    background: url("../img/recruit/icon_bg-sp.svg") no-repeat center top;
    margin: 0 auto -30px;
    padding-top: 20px;
  }

  .p-club__icon img {
    width: 64px;
  }
}

.p-club__container {
  background-color: #F2FAF8;
  border: 1px solid #00A173;
  position: relative;
  padding: 60px 80px;
}

@media screen and (max-width: 767px) {
  .p-club__container {
    padding: 40px 20px;
  }
}

.p-club__header {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-club__header {
    margin-top: 14px;
    margin-bottom: 24px;
  }
}

.p-club__wrap {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .p-club__wrap {
    display: block;
  }

  .p-club__wrap>div:first-child {
    margin-bottom: 24px;
  }
}

.p-club__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00A173;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-club__dot {
    width: 8px;
    height: 8px;
  }
}

.p-club__dot.-tl {
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-club__dot.-tl {
    top: 10px;
    left: 10px;
  }
}

.p-club__dot.-tr {
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-club__dot.-tr {
    top: 10px;
    right: 10px;
  }
}

.p-club__dot.-bl {
  bottom: 20px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-club__dot.-bl {
    bottom: 10px;
    left: 10px;
  }
}

.p-club__dot.-br {
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-club__dot.-br {
    bottom: 10px;
    right: 10px;
  }
}

.p-club-header__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #00A173;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-club-header__title span {
    display: block;
  }
}

.p-club-header__rank {
  text-align: center;
  background-color: #00A173;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 240px;
  padding: 0.5em 0 0.25em;
  border-radius: 24px;
  margin: 14px auto 24px;
}

@media screen and (max-width: 767px) {
  .p-club-header__rank {
    width: 100%;
    margin: 16px auto;
  }
}

.p-club-header__text {
  padding: 0 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .p-club-header__text {
    padding: 0;
  }
}

.p-club-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-club-content__title {
  border-top: 1px solid #00A173;
  margin-bottom: 1em;
}

.p-club-content__title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #00A173;
  width: 200px;
  text-align: center;
  margin: auto;
  padding: 0.36em 0;
}

.p-club-content__text {
  padding: 0 40px;
  text-align: center;
  text-align: justify;
  text-justify: inter-ideograph;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-club-content__text {
    padding: 0;
    display: block;
  }

  .p-club-content__text span {
    display: block;
  }
}

.p-club-content__img {
  padding-top: 40px;
  margin: auto 0 20px;
}

@media screen and (max-width: 767px) {
  .p-club-content__img {
    padding-top: 16px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .recruit-traning__section {
    padding-top: 65px !important;
  }
}

.recruit-traning__lead {
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .recruit-traning__lead {
    margin-bottom: 65px;
  }
}

.recruit-traning__genre {
  background-color: #F2FAF8;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .recruit-traning__genre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 25px;
  }
}

.recruit-traning__title {
  text-align: center;
  margin-bottom: 1rem;
}

.recruit-traning__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
}

@media screen and (max-width: 767px) {
  .recruit-traning__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.recruit-traning__item {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .recruit-traning__item {
    width: 100%;
  }
}

.p-genre {
  position: relative;
  background-color: #fff;
  margin-top: 2em;
}

.p-genre__title {
  background-color: #CBEBE2;
  text-align: center;
  padding: 1em 1em 0.75em;
}

.p-genre__text {
  padding: 1em 0.5em;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.p-genre__num {
  font-size: 24px;
  color: #00A173;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.traning-genre__table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .traning-genre__table {
    border-bottom: 1px solid #000;
  }
}

.traning-genre__table th {
  border: 1px solid #000;
  background-color: #CBEBE2;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.12em;
  padding: 1em;
  vertical-align: middle;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .traning-genre__table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}

.traning-genre__table td {
  border: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .traning-genre__table td {
    display: block;
    border-bottom: none;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .traning-genre__table td {
    font-size: calc(14px + 1 * (100vw - 320px) / 55);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .traning-genre__table td {
    font-size: 15px;
  }
}

.traning-genre__table li {
  padding-left: 1em;
  text-indent: -1em;
}

.traning-genre__table li span {
  display: block;
  margin-left: 2em;
}

.traning-benefits__inner {
  padding: 0;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .traning-benefits__inner {
    width: calc(100% - 50px);
  }
}

.traning-benefits__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
}

@media screen and (max-width: 767px) {
  .traning-benefits__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}

.traning-benefits__list li {
  width: 32%;
  font-size: 18px;
  padding: 0.75em 1em 0.5em 42px;
  background-color: #F2FAF8;
  color: #00A173;
  margin-bottom: 1.5%;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .traning-benefits__list li {
    width: 100%;
    margin-top: 1rem;
  }
}

.traning-benefits__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00A173;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.traning-benefits__item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .traning-benefits__item {
    margin-top: 25px;
  }
}

.p-benefits {
  padding: 40px;
  text-align: center;
  position: relative;
}

.p-benefits:before,
.p-benefits:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00A173;
  border-radius: 50%;
  position: absolute;
  left: 20px;
}

.p-benefits:before {
  top: 20px;
}

.p-benefits:after {
  bottom: 20px;
}

.p-benefits__inner:before,
.p-benefits__inner:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
}

.p-benefits__inner:before {
  top: 20px;
}

.p-benefits__inner:after {
  bottom: 20px;
}

.p-benefits__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-benefits__title {
    font-size: 20px;
  }
}

.p-benefits__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-benefits__img {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-benefits__text {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-benefits__text {
    font-size: 14px;
    text-align: justify;
  }
}

.p-benefits.-green {
  background-color: #F0FFFD;
  border: 1px solid #50CCBA;
}

.p-benefits.-green:before,
.p-benefits.-green:after {
  background-color: #50CCBA;
}

.p-benefits.-green .p-benefits__inner:before,
.p-benefits.-green .p-benefits__inner:after {
  background-color: #50CCBA;
}

@media screen and (max-width: 767px) {
  .p-benefits.-green .p-benefits__img img:nth-of-type(2) {
    display: none;
  }
}

.p-benefits.-orange {
  background-color: #FFF8EA;
  border: 1px solid #FFB74A;
}

.p-benefits.-orange:before,
.p-benefits.-orange:after {
  background-color: #FFB74A;
}

.p-benefits.-orange .p-benefits__inner:before,
.p-benefits.-orange .p-benefits__inner:after {
  background-color: #FFB74A;
}

.p-benefits.-blue {
  background-color: #EDF5FC;
  border: 1px solid #8BACD3;
}

.p-benefits.-blue:before,
.p-benefits.-blue:after {
  background-color: #8BACD3;
}

.p-benefits.-blue .p-benefits__inner:before,
.p-benefits.-blue .p-benefits__inner:after {
  background-color: #8BACD3;
}

.traning-events__inner {
  padding: 0;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .traning-events__inner {
    width: calc(100% - 50px);
  }
}

.traning-events__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .traning-events__img {
    margin-top: 30px;
  }
}

.traning-events__img img {
  display: block;
  width: 32%;
  margin-bottom: 1.5%;
}

@media screen and (max-width: 767px) {
  .traning-events__img img {
    width: 48%;
  }
}

.top-mv {
  margin-top: 100px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .top-mv {
    margin-top: 60px;
  }
}

.top-mv__inner {
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-mv__inner {
    margin-bottom: 40px;
  }
}

.top-mv__wrap {
  background: url("../img/common/mv_grade.png") no-repeat;
  background-size: cover;
  width: 84%;
  height: 37.35vw;
  position: absolute;
  right: 0;
  top: 28%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  .top-mv__wrap {
    width: 89%;
    height: 54vw;
    top: 120px;
  }
}

.top-mv__name {
  width: 97%;
  position: absolute;
  bottom: -11%;
  z-index: 20;
  opacity: 0.2;
  right: 10px;
}

.top-mv__name img {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .top-mv__name {
    bottom: -8%;
  }
}

.top-mv__lead {
  position: absolute;
  top: 12%;
  left: 0;
  width: 55%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .top-mv__lead {
    width: 95%;
    top: 8%;
    left: -15px;
  }
}

.top-mv__lead img {
  width: 100%;
}

.top-mv__bg {
  top: 0;
  z-index: 5;
}

.top-section {
  position: relative;
  z-index: 50;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .top-section {
    margin-top: calc(60px + 20 * (100vw - 768px) / 512);
    margin-bottom: calc(60px + 20 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    margin: 32px 0;
  }
}

.top-section__inner {
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-section__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .top-section__inner {
    gap: calc(10px + 15 * (100vw - 320px) / 55);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .top-section__inner {
    gap: 25px;
  }
}

.top-section__col {
  width: 26%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .top-section__col {
    padding-left: calc(50px + 50 * (100vw - 768px) / 512);
    padding-right: calc(50px + 50 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-section__col {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top-section__col {
    width: 150px;
    padding: 0;
  }
}

.top-section__title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .top-section__title {
    margin-bottom: calc(40px + 12 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-section__title {
    margin-bottom: 52px;
  }
}

.top-section__img {
  width: 720px;
}

@media screen and (max-width: 767px) {
  .top-section__img.-right {
    width: 200px;
    margin-right: -50px;
  }
}

.top-company {
  margin: 120px 0;
}

@media screen and (max-width: 767px) {
  .top-company {
    margin: 40px 0 64px;
  }
}

.top-company__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .top-company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .top-company__col {
    position: relative;
    z-index: 100;
    left: 87px;
    margin-top: -90px;
  }
}

.top-company__img {
  width: 760px;
}

@media screen and (max-width: 767px) {
  .top-company__img {
    width: 340px;
    position: relative;
    left: -60px;
  }
}

.top-business,
.top-works {
  overflow-x: hidden;
}

.top-recruit {
  margin-top: 115px;
  margin-bottom: 75px;
  position: relative;
}

@media (min-width: 768px) {
  .top-recruit {
    margin-bottom: calc(75px + 80 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-recruit {
    margin-bottom: 155px;
  }
}

@media screen and (max-width: 767px) {
  .top-recruit {
    margin: 64px 0 100px;
  }
}

.top-recruit__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .top-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-recruit__col {
  position: relative;
  margin-top: 240px;
  margin-top: 100px;
  width: 28%;
}

@media (min-width: 768px) {
  .top-recruit__col {
    margin-top: calc(100px + 140 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-recruit__col {
    margin-top: 240px;
  }
}

@media screen and (max-width: 767px) {
  .top-recruit__col {
    width: 150px;
    left: 40px;
    margin-top: 50px;
  }
}

.top-recruit__wrap {
  position: relative;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .top-recruit__wrap {
    padding: 0;
  }
}

.top-recruit__wrap:after {
  content: "";
  display: block;
  background: url("../img/top/top-recruit_obj.jpg") no-repeat center;
  width: 150px;
  height: 264px;
  position: absolute;
  left: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .top-recruit__wrap:after {
    width: calc(150px + 170 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-recruit__wrap:after {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .top-recruit__wrap:after {
    height: calc(264px + 256 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-recruit__wrap:after {
    height: 520px;
  }
}

.top-recruit__img {
  width: 760px;
}

@media screen and (max-width: 767px) {
  .top-recruit__img {
    width: 350px;
    position: relative;
    left: -12px;
  }
}

.js-mv {
  opacity: 0;
}

.js-mv.-show {
  -webkit-animation: fadeIn 2s forwards;
  animation: fadeIn 2s forwards;
}

.js-mv.-m01 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.js-mv.-m02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.js-mv.-m03 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.js-mv.-m04 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top-news {
  max-width: 1200px;
  margin: -120px auto 90px;
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .top-news {
    padding-left: calc(50px + 50 * (100vw - 768px) / 512);
    padding-right: calc(50px + 50 * (100vw - 768px) / 512);
  }
}

@media (min-width: 1280px) {
  .top-news {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 0 25px;
    padding-top: 80px;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}

.top-news__inner {
  display: block;
}

.p-news {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  position: relative;
}

.p-news:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.p-news__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-news__post {
    display: block;
    padding: 24px 0;
  }
}

.p-news__post:after {
  content: "";
  display: block;
  background: url("../img/top/top-news_arrow.png");
  background-size: contain;
  width: 20px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-news__post.-active:after {
  -webkit-transform: translateY(-50%) scale(1, -1);
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

.p-news__date {
  display: block;
  font-size: 24px;
  color: #00A173;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.p-news__text {
  margin-left: 205px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
  display: none;
  padding-bottom: 40px;
  padding-right: 160px;
}

@media screen and (max-width: 767px) {
  .p-news__text {
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
  }
}

.top-mov {
  width: calc(100% - 50px);
  max-width: 820px;
  margin: auto;
  position: relative;
}

.top-mov__video {
  width: 100%;
}

.top-mov__play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-mov__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.top-mov .-active {
  display: none;
}

.works__inner {
  padding-left: 0 !important;
}

.works-achv br {
  display: none;
}

@media screen and (max-width: 767px) {
  .works-achv br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .works-achv__title small {
    display: block;
  }
}

.works-achv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .works-achv__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.works-achv__listBtn {
  width: 31.45%;
}

@media screen and (max-width: 767px) {
  .works-achv__listBtn {
    width: 46%;
  }
}

.works-achv__btn a {
  max-width: 400px;
}

.works-achv__btn a:after {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .works-achv__btn a {
    height: 80px;
  }
}

.works-achv .-main-color {
  background-color: #00A173;
}

.works-achv__item {
  margin-bottom: 3em;
}

.works-achv__item:last-child {
  margin-bottom: 0;
}

.works-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.works-table__title {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.works-table__title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00A173;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.works-table__header th:nth-of-type(1) {
  width: 47%;
}

.works-table__header th:nth-of-type(2) {
  width: 35%;
}

.works-table__header th:nth-of-type(3) {
  width: 18%;
}

@media screen and (max-width: 767px) {
  .works-table__header th {
    font-size: 15px;
  }

  .works-table__header th:nth-of-type(1) {
    width: 43%;
  }

  .works-table__header th:nth-of-type(2) {
    width: 32%;
  }

  .works-table__header th:nth-of-type(3) {
    width: 25%;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .works-table__header th {
    font-size: calc(15px + 1 * (100vw - 320px) / 55);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .works-table__header th {
    font-size: 16px;
  }
}

.works-table th {
  border: 1px solid #000;
  background-color: #CBEBE2;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.12em;
  padding: 1em;
  vertical-align: middle;
}

.works-table td {
  border: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .works-table td {
    padding: 1em 0.5em;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .works-table td {
    font-size: calc(14px + 1 * (100vw - 320px) / 55);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .works-table td {
    font-size: 15px;
  }
}

.works-table .br {
  display: block;
}

@media screen and (max-width: 767px) {
  .works-table .br {
    display: none;
  }
}

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