@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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

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

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

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

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

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #1A1A1A;
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #1A1A1A;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, box-shadow .3s ease-out;
}

a .alpha {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
}

a img {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, -webkit-transform .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (hover: hover) {
  a:hover .alpha {
    opacity: 0.7;
    will-change: opacity;
  }
}

.link-text a {
  color: #0033cc;
}

@media (hover: hover) {
  .link-text a:hover {
    text-decoration: underline;
  }
}

a.link-text {
  color: #0033cc;
}

@media (hover: hover) {
  a.link-text:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}

:target:before {
  content: '';
  display: block;
  position: relative;
  pointer-events: none;
  top: -100px;
}

@media screen and (max-width: 560px) {
  :target:before {
    top: -85px;
  }
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1108px;
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .container {
    max-width: initial;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 560px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container--l {
  max-width: 1280px;
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.body-wrap {
  width: 100%;
  overflow: hidden;
}

/*----------------------------------------------------
	header-content
----------------------------------------------------*/
.header-content {
  display: flex;
}

/*----------------------------------------------------
	header-logo
----------------------------------------------------*/
.header-logo svg {
  width: 135px;
  height: 47.71px;
}
.header-logo ._text {
  margin-left:20px;
  font-weight:700;
  font-size:16px;
  color:#1A1A1A;
}

@media screen and (min-width: 961px) {
  .header-logo {
    padding: 29px 0 0 40px;
  }
}

@media screen and (max-width: 960px) {
  .header-logo {
    padding: 20px 0 0 20px;
  }
  .header-logo svg {
    width: 103px;
    height: 43px;
  }
  .header-logo ._text {
    margin-left:15px;
    font-size:14px;
  }
}

/*----------------------------------------------------
	header-megamenu
----------------------------------------------------*/
.header-megamenu {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}

.header-megamenu.closing {
  visibility: visible;
  pointer-events: auto;
}

.header-megamenu.open {
  visibility: visible;
  pointer-events: auto;
}

.header-megamenu:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 137, 0, 0.75);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 1s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 1s;
  z-index: -1;
}

.header-megamenu.open:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-megamenu.open .header-megamenu__head {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-megamenu.open .header-megamenu__body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-megamenu.closing:before {
  transition-duration: .5s;
  transition-delay: .5s;
}

.header-megamenu.closing .header-megamenu__head {
  transition-duration: .375s;
  transition-delay: .25s;
}

.header-megamenu.closing .header-megamenu__body {
  transition-duration: .25s;
  transition-delay: 0s;
}

.header-megamenu__head {
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.75s 0.25s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.75s 0.25s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.75s 0.25s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.75s 0.25s;
}

.header-megamenu__body {
  opacity: 0;
  transition: opacity .5s 1s;
  color: #fff;
  height: 100%;
  overflow: auto;
}

.header-megamenu__body a {
  color: #fff;
}

@media screen and (min-width: 561px) {
  .header-megamenu__head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.25%;
    padding: 0 20px;
  }
  .header-megamenu__head svg {
    width: 181px;
    height: 259.15px;
  }
  .header-megamenu__body {
    display: flex;
    flex-direction: column;
    padding: 215px 20px 105px;
    width: 73.75%;
    background: url(../images/bg_menu@2x.jpg) center center/cover no-repeat;
  }
  .header-megamenu__body > * {
    width: 100%;
    max-width: 837px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .header-megamenu__body {
    padding: 105px 20px 105px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .header-megamenu__head {
    width: 22.5%;
  }
  .header-megamenu__head svg {
    width: 100px;
    height: 143.18px;
  }
  .header-megamenu__body {
    width: 77.5%;
  }
}

@media screen and (max-width: 560px) {
  .header-megamenu__head {
    display: none;
  }
  .header-megamenu__body {
    width: 100%;
    padding: 0 20px;
    background: url(../images/bg_menu.jpg) center center/cover no-repeat;
  }
}

.header-megamenu-nav ._nav1 li + li {
  margin-top: 38px;
}

.header-megamenu-nav ._nav1 ._ja {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  transition: -webkit-transform ease-out .35s;
  transition: transform ease-out .35s;
  transition: transform ease-out .35s, -webkit-transform ease-out .35s;
}

.header-megamenu-nav ._nav1 ._en {
  display: block;
  margin: 8px 0 0 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  transition: -webkit-transform ease-out .35s;
  transition: transform ease-out .35s;
  transition: transform ease-out .35s, -webkit-transform ease-out .35s;
}

.header-megamenu-nav ._nav2 {
  margin-left: auto;
}

.header-megamenu-nav ._nav2 ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #fff;
}

.header-megamenu-nav ._nav2 ul {
  margin-top: 28px;
}

.header-megamenu-nav ._nav2 li + li {
  margin-top: 16px;
}

.header-megamenu-nav ._nav2 ._link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 404px;
  height: 88px;
  border-radius: 44px;
  background: transparent;
  border: 1px solid #fff;
}

.header-megamenu-nav ._nav2 ._ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.16em;
  color: #fff;
}

.header-megamenu-nav ._nav2 ._ico svg {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 17.72px;
  height: 2.49px;
  fill: #fff;
  transition: -webkit-transform ease-out .35s;
  transition: transform ease-out .35s;
  transition: transform ease-out .35s, -webkit-transform ease-out .35s;
}

@media screen and (min-width: 561px) {
  .header-megamenu-nav {
    display: flex;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .header-megamenu-nav ._nav2 ._link {
    width: 300px;
    height: 60px;
    border-radius: 30px;
  }
  .header-megamenu-nav ._nav2 ._ja {
    letter-spacing: 0.06em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 560px) {
  .header-megamenu-nav {
    margin-top: 40px;
  }
  .header-megamenu-nav ._nav1 {
    padding-top: 42px;
  }
  .header-megamenu-nav ._nav1 li + li {
    margin-top: 30px;
  }
  .header-megamenu-nav ._nav2 {
    margin-top: 50px;
  }
  .header-megamenu-nav ._nav2 ul {
    margin-top: 20px;
  }
  .header-megamenu-nav ._nav2 ._link {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  .header-megamenu-nav ._nav2 ._ja {
    letter-spacing: 0.06em;
    text-indent: -1em;
  }
}

@media (hover: hover) {
  .header-megamenu-nav ._nav1 a:hover ._ja {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    will-change: transform;
  }
  .header-megamenu-nav ._nav1 a:hover ._en {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    will-change: transform;
  }
  .header-megamenu-nav ._nav2 a:hover ._ico svg {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
  }
}

.header-megamenu-info {
  margin-top: 50px;
  padding-top: 36px;
  border-top: 1px solid #fff;
}

.header-megamenu-info__head ._title {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.header-megamenu-info__body {
  margin-top: calc(25px - 0.25em);
}

.header-megamenu-info__body ._address {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}

.header-megamenu-info__body ._tel {
  display: flex;
  margin-top: 0px;
}

.header-megamenu-info__body ._tel li + li {
  margin-left: 21px;
}

.header-megamenu-info__body ._tel svg {
  margin-right: 6.5px;
}

.header-megamenu-info__body ._tel a {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}

.header-megamenu-info__body .svg_ico_phone {
  width: 13.8px;
  height: 13.82px;
  fill: #fff;
}

.header-megamenu-info__body .svg_ico_fax {
  width: 14.94px;
  height: 15.25px;
  fill: #fff;
}

.header-megamenu-info__body ._copyright {
  margin-top: calc(18px - 0.25em);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .header-megamenu-info {
    display: none;
    padding: 30px 0;
    margin-top: 30px;
  }
  .header-megamenu-info__head ._title {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .header-megamenu-info__body ._tel {
    display: flex;
    flex-wrap: wrap;
  }
  .header-megamenu-info__body ._tel li:last-child {
    margin-left: 0;
  }
  .header-megamenu-info__body ._copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  margin: 23px 40px 0 20px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 9000;
}

.header-menu div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 27px;
  transition: .35s ease-in-out;
}

.header-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  background: #FF8900;
  left: 50%;
  top: 50%;
  transition: .35s ease-in-out;
}

.header-menu span:nth-child(1) {
  -webkit-transform: translate(-10px, -2px);
          transform: translate(-10px, -2px);
}

.header-menu span:nth-child(2) {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

.header-menu span:nth-child(3) {
  -webkit-transform: translate(6px, -2px);
          transform: translate(6px, -2px);
}

.header-menu.open div {
  background: #FF8900;
}

.header-menu.open span:nth-child(1) {
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-10px, 0) rotate(32deg);
          transform: translate(-10px, 0) rotate(32deg);
}

.header-menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

.header-menu.open span:nth-child(3) {
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-10px, 0) rotate(-32deg);
          transform: translate(-10px, 0) rotate(-32deg);
}

@media screen and (max-width: 960px) {
  .header-menu {
    margin: 16px 20px 0 auto;
  }
}

@media (hover: hover) {
  .header-menu:hover div {
    background: #FF8900;
  }
  .header-menu:hover span {
    background: #fff;
  }
}

/*----------------------------------------------------
	ヘッダーナビ
----------------------------------------------------*/
.header-nav {
  margin-left: auto;
}

@media screen and (min-width: 961px) {
  .header-nav ._lv1 {
    display: flex;
    margin-right: 114px;
  }
  .header-nav ._lv1 > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 27px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .header-nav ._lv1 > li > a:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #FF8900;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-out;
    z-index: -1;
  }
  .header-nav ._lv1 > li > a:hover {
    color: #fff;
  }
  .header-nav ._lv1 > li > a:hover:before {
    width: 100%;
    opacity: 1;
  }
  .header-nav li {
    position: relative;
  }
  .header-nav ._lv2 {
    width: 190px;
    padding: 19px 0 9px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
  }
  .header-nav ._lv2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff8900;
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    z-index: 0;
  }
  .header-nav ._lv2.closing {
    visibility: visible;
    pointer-events: auto;
  }
  .header-nav ._lv2.open {
    visibility: visible;
    pointer-events: auto;
  }
  .header-nav ._lv2.open:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header-nav ._lv2.open > * {
    opacity: 1;
  }
  .header-nav ._lv2 > * {
    opacity: 0;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: opacity cubic-bezier(0.7, 0, 0.3, 1) 0.5s, transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
  }
  .header-nav ._lv2 a {
    display: block;
    padding: 7px 0 7px 22px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    z-index: 3;
    position: relative;
  }
  .header-nav ._lv2 a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s ease-out;
    background: #cc6e00;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@media screen and (min-width: 961px) and (hover: hover) {
  .header-nav ._lv2 a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    will-change: transform;
  }
}

@media (max-width: 1086px) {
  .header-nav {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header-nav {
    display: none;
  }
  .header-nav.open {
    display: block;
    -webkit-animation: fadeIn .3s;
            animation: fadeIn .3s;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  header {
    height: 100px;
  }
}

@media screen and (max-width: 960px) {
  header {
    height: 85px;
  }
}

@-webkit-keyframes headerScrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes headerScrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes headerScrollUp {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerScrollUp {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
@media screen and (min-width: 961px) {
  main {
    padding-top: 100px;
  }
  main > *:last-child {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 960px) {
  main {
    padding-top: 85px;
  }
  main > *:last-child {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 960px) {
  main {
    padding-top: 85px;
  }
  main > *:last-child {
    margin-bottom: 60px;
  }
}

/*----------------------------------------------------
	footer-contact
----------------------------------------------------*/
.footer-contact {
  position: relative;
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1378px) {
  .footer-contact {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}

@media screen and (min-width: 961px) {
  .footer-contact {
    margin-bottom: -171.5px;
  }
  .footer-contact + .footer-content {
    padding-top: 171.5px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .footer-contact {
    margin-bottom: -125px;
  }
  .footer-contact + .footer-content {
    padding-top: 125px;
  }
}

.footer-contact__head {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.footer-contact__head ._title {
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 164px;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.12;
}

@media screen and (max-width: 960px) {
  .footer-contact__head ._title {
    font-size: 16vw;
  }
}

.footer-contact__body ._link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 343px;
  color: #fff;
}

.footer-contact__body ._link > * {
  position: relative;
  z-index: 10;
}

.footer-contact__body ._link:before, .footer-contact__body ._link:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
  background: #ff8900;
}

.footer-contact__body ._link:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.footer-contact__body ._link ._en {
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.footer-contact__body ._link ._ja {
  margin-top: calc(16px - 0.25em);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  letter-spacing: 0.16em;
  color: #fff;
}

.footer-contact__body li:nth-child(1) ._link:before {
  background: #ff8900;
}

.footer-contact__body li:nth-child(1) ._link:after {
  background: #cc6e00;
}

.footer-contact__body li:nth-child(2) ._link:before {
  background: #F24C02;
}

.footer-contact__body li:nth-child(2) ._link:after {
  background: #bf3c02;
}

@media screen and (min-width: 561px) {
  .footer-contact__body ul {
    display: flex;
  }
  .footer-contact__body li {
    flex: 1;
  }
  .footer-contact__body ._ico {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .footer-contact__body ._link {
    height: 250px;
  }
  .footer-contact__body ._link ._en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .footer-contact__body ._link ._ja {
    margin-top: calc(4px - 0.25em);
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .footer-contact__body ._link {
    position: relative;
    height: 140px;
  }
  .footer-contact__body ._link ._ico {
    position: initial;
  }
  .footer-contact__body ._link ._ico svg {
    width: 17.72px;
    height: 2.49px;
    fill: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
  }
}

@media (hover: hover) {
  .footer-contact__body ._link:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    will-change: transform;
  }
}

/*----------------------------------------------------
	footer-content
----------------------------------------------------*/
.footer-content {
  color: #fff;
  background: #2f393e;
}

@media screen and (min-width: 561px) {
  .footer-content {
    padding: 0 0 55px;
  }
  .footer-content > div {
    padding-top: 140px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .footer-content > div {
    padding-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .footer-content {
    padding: 64px 0;
  }
}

@media screen and (min-width: 961px) {
  .footer-content__body {
    display: flex;
  }
}

@media screen and (min-width: 561px) {
  .footer-content__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 561px) and (max-width: 1250px) {
  .footer-content__body {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 560px) {
  .footer-content__body {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer-content__footer ._copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.16em;
  color: #fff;
  opacity: 0.35;
}

@media screen and (min-width: 561px) {
  .footer-content__footer {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  .footer-content__footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background: transparent;
    border: 1px solid #7c8589;
    margin-left: 37px;
  }
  .footer-content__footer ._copyright {
    white-space: nowrap;
  }
}

@media screen and (max-width: 560px) {
  .footer-content__footer {
    margin-top: 28px;
  }
  .footer-content__footer ._copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
    opacity: 0.35;
  }
}

/*----------------------------------------------------
	footer-info
----------------------------------------------------*/
.footer-info__body {
  margin-top: calc(32px - 0.25em);
}

.footer-info__body ._address {
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 24px;
}

.footer-info__body ._tel {
  display: flex;
  margin-top: 8px;
}

.footer-info__body ._tel li + li {
  margin-left: 21px;
}

.footer-info__body ._tel svg {
  margin-right: 6.5px;
}

.footer-info__body ._tel a {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-info__body .svg_ico_phone {
  width: 13.8px;
  height: 13.82px;
  fill: #fff;
}

.footer-info__body .svg_ico_fax {
  width: 14.94px;
  height: 15.25px;
  fill: #fff;
}

.footer-info__head ._text {
  margin-left:20px;
  font-weight:700;
  font-size:16px;
  color:#fff;
}
@media screen and (min-width: 561px) {
  .footer-info__head svg {
    width: 189.14px;
    height: 47.71px;
  }
}

@media screen and (max-width: 560px) {
  .footer-info {
    margin-top: 64px;
  }
  .footer-info__head svg {
    width: 189.14px;
    height: 47.71px;
  }
  .footer-info__body {
    margin-top: calc(30px - 0.25em);
  }
  .footer-info__body ._address {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .footer-info__body ._tel {
    margin-top: 11px;
  }
  .footer-info__body ._tel li + li {
    margin-top:5px;
    margin-left:0;
  }
  .footer-info__body ._tel svg {
    margin-right: 6.5px;
  }
  .footer-info__body ._tel {
    display:block;
  }
}

/*----------------------------------------------------
	footer-nav
----------------------------------------------------*/
.footer-nav ._lv1 > li > a {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-nav ._lv2 > li > a {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (min-width: 561px) {
  .footer-nav {
    margin-left: 19px;
  }
  .footer-nav ._lv1 {
    display: flex;
  }
  .footer-nav ._lv1 > li + li {
    margin-left: 34px;
  }
  .footer-nav ._lv2 {
    margin-top: 5px;
  }
  .footer-nav ._ico {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 1250px) {
  .footer-nav {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 560px) {
  .footer-nav ._lv1 {
    border-top: 1px solid #44484a;
  }
  .footer-nav ._lv1 > li {
    border-bottom: 1px solid #44484a;
  }
  .footer-nav ._lv1 > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer-nav ._lv1 > li > a svg {
    width: 17.72px;
    height: 2.49px;
    fill: #fff;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .footer-nav ._lv1 ._ico--plus {
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
  }
  .footer-nav ._lv1 ._ico--plus:before, .footer-nav ._lv1 ._ico--plus:after {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    transition: all .25s ease-out;
  }
  .footer-nav ._lv1 ._ico--plus:before {
    position: relative;
    top: 0.5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer-nav ._lv1 .open ._ico--plus:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .footer-nav ._lv2 > li {
    margin-left: 20px;
    border-top: 1px dotted #44484a;
  }
  .footer-nav ._lv2 > li > a {
    display: flex;
    align-items: center;
    height: 40px;
  }
}

@media (hover: hover) {
  .footer-nav ._lv1 > li > a:hover {
    color: #FF8900;
  }
  .footer-nav ._lv2 > li > a:hover {
    color: #FF8900;
  }
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/*----------------------------------------------------
	client
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .client-about {
    position: relative;
    z-index: 2;
  }
}

.client-about__bg {
  position: relative;
}

.client-about__bg img {
  position: absolute;
  top: -134px;
  right: -12px;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .client-about__bg img {
    top: -0px;
    right: 6px;
    width: 170px;
  }
}

.client-about__lead {
  margin-top: 100px;
}

.client-about__lead ._title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.client-about__lead ._txt {
  max-width: 807px;
  margin-top: 46px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .client-about__lead {
    margin-top: 40px;
  }
  .client-about__lead ._title {
    font-size: 28px;
    line-height: 1.42857;
  }
  .client-about__lead ._title img {
    width: 224px;
  }
  .client-about__lead ._txt {
    margin-top: 15px;
  }
}

.client-about__list {
  margin-top: 48px;
}

.client-about__list dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 10px 112px;
  height: 336px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ff8900;
  position: relative;
}

.client-about__list dl:after {
  content: '';
  display: inline-block;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ff8900;
  position: absolute;
}

.client-about__list dl:nth-child(1):after {
  width: 64px;
  height: 64px;
  left: -32px;
  bottom: -32px;
}

.client-about__list dl:nth-child(2):after {
  right: -16px;
  top: -16px;
}

.client-about__list dl:nth-child(3):after {
  right: -16px;
  bottom: -16px;
}

.client-about__list dl:nth-child(4):after {
  right: -16px;
  top: -16px;
}

.client-about__list ._no {
  position: absolute;
  left: 20px;
  top: 16px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #FF8900;
  line-height: 1;
}

.client-about__list ._title {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.31818;
  text-align: center;
  color: #ff8900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.client-about__list dd {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 961px) {
  .client-about__list dl {
    width: 23.15175%;
  }
  .client-about__list dl:not(:first-child) {
    margin-left: 2.46109%;
  }
}

@media screen and (min-width: 561px) {
  .client-about__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .client-about__list dl {
    width: 46%;
    height: 240px;
    padding: 16px 10px 60px;
  }
  .client-about__list dl:nth-child(2n+2) {
    margin-left: 8%;
  }
  .client-about__list dl:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) {
  .client-about__list {
    margin-top: 48px;
  }
  .client-about__list dl {
    display: block;
    padding: 45px 10px 30px;
    height: auto;
    max-width: 287px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-about__list dl + dl {
    margin-top: 46px;
  }
  .client-about__list dl:after {
    width: 28px;
    height: 28px;
  }
  .client-about__list dl:nth-child(1):after {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: -20px;
  }
  .client-about__list dl:nth-child(2):after {
    right: -16px;
    top: -16px;
  }
  .client-about__list dl:nth-child(3):after {
    width: 40px;
    height: 40px;
    right: auto;
    left: -20px;
    bottom: -20px;
  }
  .client-about__list dl:nth-child(4):after {
    right: -16px;
    top: -16px;
  }
  .client-about__list ._no {
    top: 10px;
    left: 10px;
  }
  .client-about__list ._title {
    margin-top: 0;
  }
  .client-about__list dd {
    margin-top: 5px;
  }
}

.client-about__list_ex {
  position: relative;
  margin-top: 77px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #ff8900;
}

.client-about__list_ex p {
  margin-right: -0.5em;
}

.client-about__list_ex ._s {
  font-size: 20px;
}

.client-about__list_ex:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 24.5px 0 24.5px;
  border-color: #ff8900 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -24.5px;
}

@media screen and (max-width: 560px) {
  .client-about__list_ex {
    margin-top: 50px;
    line-height: 1.46154;
  }
}

.client-about__bigtext {
  margin-top: 70px;
  margin-left: -12px;
}

.client-about__bigtext img {
  max-width: none;
}

@media screen and (max-width: 560px) {
  .client-about__bigtext {
    margin-top: 30px;
  }
}

.client-about__business {
  margin-top: 40px;
}

.client-about__business ._title {
  padding-bottom: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  border-bottom: 1px solid #f4f6f6;
  position: relative;
}

.client-about__business ._title:before {
  content: '';
  display: block;
  width: 17.44px;
  height: 1px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.client-about__business ._txt1 {
  margin-top: 22px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.client-about__business ._txt1 > * + * {
  margin-top: 10px;
}

@media screen and (min-width: 561px) {
  .client-about__business {
    display: flex;
    align-items: center;
  }
  .client-about__business ._txt {
    width: 48.63813%;
    flex-shrink: 0;
  }
  .client-about__business ._pic {
    margin-left: 50px;
    flex: 1;
  }
  .client-about__business ._pic img {
    max-width: none;
  }
}

@media (max-width: 1366px) {
  .client-about__business ._pic img {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .client-about__business {
    margin-top: 30px;
  }
  .client-about__business ._title {
    font-size: 24px;
  }
}

.client-strong {
  margin-top: 75.5px;
  padding: 164px 0 135px;
  background: url(../images/for_client/bg_strong.jpg) center center/cover;
}

.client-strong .main-titleA ._en {
  color: #fff;
}

.client-strong .main-titleA ._en:after {
  background-color: #fff;
}

.client-strong .main-titleA > * {
  color: #fff;
}

.client-strong__body {
  margin-top: 64px;
  background: #fff;
}

.client-strong__body dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 103px 10px 0;
  height: 300px;
}

.client-strong__body ._no {
  position: absolute;
  left: 18px;
  top: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.client-strong__body ._title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 1.54545;
  color: #ff8900;
}

.client-strong__body dd {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .client-strong__body {
    display: flex;
    flex-wrap: wrap;
  }
  .client-strong__body dl {
    width: 33.333%;
  }
  .client-strong__body dl:not(:nth-child(3n+1)) {
    border-left: 2px solid rgba(255, 78, 0, 0.05);
  }
  .client-strong__body dl:nth-child(n+4) {
    border-top: 2px solid rgba(255, 78, 0, 0.05);
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .client-strong__body {
    display: flex;
    flex-wrap: wrap;
  }
  .client-strong__body dl {
    width: 50%;
  }
  .client-strong__body dl:not(:nth-child(2n+1)) {
    border-left: 2px solid rgba(255, 78, 0, 0.05);
  }
  .client-strong__body dl:nth-child(n+3) {
    border-top: 2px solid rgba(255, 78, 0, 0.05);
  }
}

@media screen and (max-width: 560px) {
  .client-strong {
    margin-top: 50px;
    padding: 54px 0 60px;
  }
  .client-strong__body {
    margin-top: 50px;
    background-color: transparent;
  }
  .client-strong__body dl {
    padding: 60px 10px 30px;
    height: auto;
    background-color: #fff;
  }
  .client-strong__body dl + dl {
    margin-top: 2px;
  }
  .client-strong__body dd {
    margin-top: 10px;
  }
}

.client-joblist {
  margin-top: 135px;
}

.client-joblist__body dl {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #f4f6f6;
  position: relative;
}

.client-joblist__body dl:before {
  content: '';
  display: block;
  width: 19.88px;
  height: 1px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.client-joblist__body dt {
  width: 164px;
  font-size: 20px;
  font-weight: bold;
  color: #FF8900;
  letter-spacing: 0.1em;
}

.client-joblist__body dd {
  flex: 1;
  padding-top: 2px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 560px) {
  .client-joblist {
    position: relative;
    margin-top: 60px;
  }
  .client-joblist.client-joblist {
    margin-bottom: 210px;
  }
  .client-joblist__body {
    margin-top: 20px;
  }
  .client-joblist__body dl {
    padding: 32px 0 23px;
  }
  .client-joblist__body dl:before {
    width: 82px;
    height: 2px;
    bottom: -2px;
  }
  .client-joblist__body dt {
    width: 100px;
    font-weight: bold;
  }
}

.client-joblist__foot {
  position: relative;
  z-index: -1;
}

.client-joblist__foot p {
  position: absolute;
  right: -213px;
  top: 80px;
}

.client-joblist__foot img {
  max-width: none;
}

@media screen and (max-width: 560px) {
  .client-joblist__foot p {
    position: absolute;
    left: -89px;
    right: auto;
    top: -50px;
    margin: 0;
  }
  .client-joblist__foot img {
    height: 100px;
  }
}

.client-joblist__bg1 {
  position: relative;
}

.client-joblist__bg1 img {
  position: absolute;
  top: -85px;
  right: -286px;
  z-index: 0;
  pointer-events: none;
}

.client-joblist__bg2 {
  position: relative;
}

.client-joblist__bg2 img {
  position: absolute;
  top: -230px;
  left: -415px;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 560px) {
  .client-joblist__bg1 {
    position: static;
  }
  .client-joblist__bg1 img {
    position: absolute;
    top: auto;
    bottom: -182px;
    right: -90px;
    width: 205px;
  }
  .client-joblist__bg2 {
    position: static;
  }
  .client-joblist__bg2 img {
    position: absolute;
    top: -38px;
    left: -77px;
    bottom: auto;
    right: auto;
    width: 331px;
  }
}

/*----------------------------------------------------
	company
----------------------------------------------------*/
.company-message__bg {
  position: relative;
}

.company-message__bg img {
  position: absolute;
  top: -134px;
  right: -12px;
  z-index: 0;
  pointer-events: none;
}

.company-message__head ._lead {
  margin-top: 80px;
}

.company-message__body {
  margin-top: 70px;
  display: flex;
}

.company-message__body ._title {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.company-message__body ._title p {
  position: relative;
  padding: 0 35px;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.25714;
  color: #1a1a1a;
}

.company-message__body ._title p:before, .company-message__body ._title p:after {
  content: '';
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 74px;
  line-height: 1;
  color: #f0f0f0;
  position: absolute;
}

.company-message__body ._title p:before {
  content: '“';
  left: 0;
  top: 0;
}

.company-message__body ._title p:after {
  content: '”';
  right: -0.2em;
  bottom: -0.8em;
}

.company-message__body ._title ._line2 {
  margin-left: 3em;
}

.company-message__body ._txt {
  margin-top: 0.2em;
  width: 50%;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.company-message__body ._txt strong {
  font-weight: normal;
}

.company-message__body ._txt ._strong {
  margin: 14px 0px 10px;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.41667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #FF6C00;
}

.company-message__body ._txt ._strong:after {
  content: '';
  display: block;
  margin-top: 6px;
  border: 1px solid #FF6C1D;
}

.company-message__body ._txt > * + * {
  margin-top: calc(35px - .35em);
}

.company-message__body ._sign {
  text-align: right;
}

@media (max-width: 820px) {
  .company-message__body {
    display: block;
  }
  .company-message__body ._title {
    justify-content: center;
  }
  .company-message__body ._title p {
    padding: 0 25px;
  }
  .company-message__body ._txt {
    margin-top: 42px;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .company-message__bg img {
    top: -134px;
    right: -12px;
    width: 170px;
  }
  .company-message__head {
    padding-top: 10px;
  }
  .company-message__head ._lead {
    margin-top: 47px;
  }
  .company-message__body {
    margin-top: 28px;
    display: block;
  }
  .company-message__body ._title p {
    padding: 0 25px;
    font-size: 26px;
  }
  .company-message__body ._title p:before, .company-message__body ._title p:after {
    font-size: 32px;
  }
  .company-message__body ._txt {
    margin-top: 42px;
    width: 100%;
  }
  .company-message__body ._txt ._strong {
    font-size: 17px;
  }
}

.company-message__bigtext {
  margin-top: 118px;
  margin-left: -12px;
}

.company-message__bigtext img {
  max-width: none;
}

@media screen and (max-width: 560px) {
  .company-message__bigtext {
    margin-top: 28px;
  }
}

.company-feature {
  margin-top: 82px;
}

.company-feature__body {
  margin-top: 20px;
}

.company-feature__body dl {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #f0f0f0;
}

.company-feature__body dl:first-child {
  padding-top: 0;
}

.company-feature__body dt {
  width: 180px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1a1a1a;
}

.company-feature__body dd {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #1a1a1a;
}

.company-feature__body dd > * + * {
  margin-top: 8px;
}

.company-feature__body dd li {
  padding: 0.2em 0;
}

@media screen and (max-width: 560px) {
  .company-feature {
    margin-top: 50px;
  }
  .company-feature__body {
    margin-top: 46px;
  }
  .company-feature__body dl {
    display: block;
    padding: 16px 0;
    border-bottom: none;
  }
  .company-feature__body dl:first-child {
    padding-top: 0;
  }
  .company-feature__body dt {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    width: auto;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
  }
  .company-feature__body dd {
    padding-top: 10px;
  }
}

.company-access {
  margin-top: 225px;
}

.company-access__body {
  margin-top: 100px;
}

.company-access__body ._googlemap {
  margin-bottom: 29px;
}

.company-access__body #googlemap {
  width: 100%;
  height: 486px;
}
.company-access__body #googlemap iframe { width:100%; height:100%; }

.company-access__body ._link {
  float: right;
}

.company-access__body ._link a {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.company-access__body ._link ._arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 7px;
  background: #fff;
  border-radius: 19px;
  border: 1px solid #eaeaea;
  transition: all .3s ease-out;
}

.company-access__body ._link ._arrow svg {
  width: 17.72px;
  height: 2.49px;
  fill: #FF8900;
  transition: all .3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.company-access__body ._info dl {
  display: flex;
}

.company-access__body ._info dl + dl {
  margin-top: 13px;
}

.company-access__body ._info dt {
  width: 105px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ff8900;
}

.company-access__body ._info dd {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #1a1a1a;
}

.company-access__body ._info ._tel {
  display: flex;
}

.company-access__body ._info ._tel li + li {
  margin-left: 21px;
}

.company-access__body ._info ._tel svg {
  margin-right: 6.5px;
}

.company-access__body ._info ._tel a {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.company-access__body ._info .svg_ico_phone {
  width: 13.8px;
  height: 13.82px;
  fill: #1A1A1A;
}

.company-access__body ._info .svg_ico_fax {
  width: 14.94px;
  height: 15.25px;
  fill: #1A1A1A;
}

@media (hover: hover) {
  .company-access__body ._link a:hover ._arrow {
    border: 1px solid #FF8900;
  }
  .company-access__body ._link a:hover ._arrow svg {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
  }
}

@media screen and (max-width: 560px) {
  .company-access {
    margin-top: 70px;
  }
  .company-access__body {
    margin-top: 40px;
  }
  .company-access__body ._googlemap {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .company-access__body ._googlemap iframe {
    height: 336px;
  }
  .company-access__body #googlemap {
    width: 100%;
    height: 336px;
  }
  .company-access__body ._info dl {
    display: block;
  }
  .company-access__body ._info dd {
    margin-top: 8px;
  }
  .company-access__body ._link {
    float: none;
    margin-top: 30px;
  }
  .company-access__body ._wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
.contact-lead {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.contact-form {
  margin-top: 60px;
}

@media screen and (max-width: 560px) {
  .contact-form {
    margin-top: 30px;
  }
}

.contact-agree {
  margin-top: 80px;
}

.contact-agree__head {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.contact-agree__check {
  margin-top: 36px;
  padding: 16px 16px;
  background: #F5F5F5;
  text-align: center;
}

.contact-agree__body {
  margin-top: 36px;
}

.contact-agree__body dt {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.contact-agree__body dd {
  margin-top: 16px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.contact-agree__body dd > * + * {
  margin-top: 15px;
}

.contact-agree__body dd li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

@media screen and (max-width: 560px) {
  .contact-agree {
    margin-top: 40px;
  }
  .contact-agree__head {
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-agree__body dd li {
    text-align: justify;
  }
}

.contact-foot {
  margin-top: 88px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .contact-foot {
    margin-top: 40px;
  }
}

/*----------------------------------------------------
	information-detail
----------------------------------------------------*/
.information-detail {
  position: relative;
}

.information-aside {
  position: absolute;
  left: 0;
  top: 124px;
  width: 129.12px;
  border-top: 1px solid #e3e3e3;
}

.information-aside ._link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transform: translate(106px, 6px) rotate(90deg);
          transform: translate(106px, 6px) rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.information-aside ._link a {
  color: #ff8900;
}

.information-aside ._link ._list svg {
  width: 13px;
  height: 10px;
}

@media (max-width: 1300px) {
  .information-aside {
    display: none;
  }
}

.information-detail__head ._date {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.information-detail__head ._date:before {
  content: '';
  display: inline-block;
  width: 40.76px;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.information-detail__head ._date:after {
  content: '';
  display: inline-block;
  width: 17.44px;
  height: 1px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.information-detail__head ._title {
  margin-top: calc(32px - .125em);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 560px) {
  .information-detail__head ._date {
    font-size: 16px;
  }
  .information-detail__head ._title {
    margin-top: calc(19px - .125em);
    font-size: 22px;
    line-height: 32px;
  }
}

.information-detail__body {
  margin-top: 62px;
}

@media screen and (min-width: 561px) {
  .information-detail__body ._gallery {
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
  }
  .information-detail__body ._gallery > * {
    width: 48.44358%;
    margin-bottom: 40px;
  }
  .information-detail__body ._gallery > *:nth-child(2n+2) {
    margin-left: 3.11284%;
  }
}

@media screen and (max-width: 560px) {
  .information-detail__body {
    margin-top: 34px;
  }
  .information-detail__body ._gallery > * + * {
    margin-top: 8px;
  }
}

.information-detail__assets.information-detail__assets {
  margin-top: 48px;
}

.information-detail__assets.information-detail__assets ul {
  margin: 0;
}

.information-detail__assets.information-detail__assets li {
  margin: 0;
  list-style: none;
}

.information-detail__assets.information-detail__assets a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #ff8900;
  padding: 0 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ff8900;
}

.information-detail__assets.information-detail__assets a:hover {
  color: #fff;
  background-color: #FF8900;
  text-decoration: none;
}

.information-detail__assets.information-detail__assets a:hover ._ico svg {
  fill: #fff;
}

.information-detail__assets.information-detail__assets ._ico {
  position: absolute;
  right: 15px;
  top: 50%;
}

.information-detail__assets.information-detail__assets ._ico svg {
  fill: #FF8900;
}

.information-detail__assets.information-detail__assets .pdf ._ico {
  margin-top: -13.82px;
}

.information-detail__assets.information-detail__assets .pdf svg {
  width: 22.5px;
  height: 27.64px;
}

@media screen and (min-width: 561px) {
  .information-detail__assets.information-detail__assets ul {
    display: flex;
    flex-wrap: wrap;
  }
  .information-detail__assets.information-detail__assets li {
    width: 31.61479%;
    margin-bottom: 20px;
  }
  .information-detail__assets.information-detail__assets li:not(:nth-child(3n+1)) {
    margin-left: 2.57782%;
  }
}

@media screen and (max-width: 560px) {
  .information-detail__assets.information-detail__assets {
    margin-top: 22px;
  }
  .information-detail__assets.information-detail__assets li + li {
    margin-top: 12px;
  }
}

.information-detail__foot {
  border-top: 1px solid #f4f6f6;
}

@media screen and (min-width: 561px) {
  .information-detail__foot {
    margin-top: 120px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 960px) {
  .information-detail__foot {
    margin-top: 60px;
    padding-top: 20px;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager ._arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.pager ._arrow svg {
  fill: #FF8900;
  width: 29.85px;
  height: 4.2px;
  transition: all .3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pager ._list svg {
  width: 13px;
  height: 10px;
}

.pager__prev, .pager__next {
  width: 64px;
}

.pager__list {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.pager__list a {
  color: #ff8900;
}

@media (hover: hover) {
  .pager__prev a:hover svg {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
  .pager__next a:hover svg {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
  }
}

@media screen and (min-width: 561px) {
  .pager__list {
    margin: 0 180px;
  }
}

@media screen and (max-width: 960px) {
  .pager {
    justify-content: space-between;
  }
}

/*----------------------------------------------------
	information
----------------------------------------------------*/
.information-nav ul {
  display: flex;
}

.information-nav a {
  display: block;
  text-align: center;
  padding: calc(17px - 0.25em) 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.information-nav li.current a {
  color: #FF8900;
  border-bottom: 1px solid #FF8900;
}

@media (hover: hover) {
  .information-nav li a:hover {
    border-bottom: 1px solid #FF8900;
  }
}

@media screen and (min-width: 561px) {
  .information-nav {
    margin-bottom: 77px;
  }
  .information-nav li {
    width: calc(215% / 1024 * 100);
  }
  .information-nav li:not(:last-child) {
    margin-right: calc(22% / 1024 * 100);
  }
  .information-nav li.current {
    width: calc(264% / 1024 * 100);
  }
  .information-nav li.current:first-child {
    margin-right: calc(68% / 1024 * 100);
  }
  .information-nav li.current:last-child {
    margin-left: calc(68% / 1024 * 100);
  }
  .information-nav li.current:not(:last-child):not(:first-child) {
    margin-left: calc(34% / 1024 * 100);
    margin-right: calc(34% / 1024 * 100);
  }
}

@media screen and (max-width: 560px) {
  .information-nav {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 48px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .information-nav a {
    padding: calc(25px - 0.25em) 25px;
  }
  .information-nav li + li {
    margin-left: 3px;
  }
}

.information-list {
  background-color: #fff;
}

.information-list.show {
  -webkit-animation: top-information-show .8s forwards;
          animation: top-information-show .8s forwards;
}

.information-list__body ._item {
  border-bottom: 1px solid #efefef;
  -webkit-animation: top-information-show .8s forwards;
          animation: top-information-show .8s forwards;
}

.information-list__body ._date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #c4c4c4;
}

.information-list__body ._cate {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1a1a1a;
}

.information-list__body ._cate:before, .information-list__body ._cate:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #efefef;
  position: absolute;
}

.information-list__body ._cate:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information-list__body ._cate:after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information-list__body ._subject {
  font-size: 17px;
  letter-spacing: 0.16em;
  line-height: 1.375;
  color: #1a1a1a;
  transition: color .3s ease-out;
}

.information-list__body ._ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 19px;
  border: 1px solid #eaeaea;
  transition: all .3s ease-out;
}

.information-list__body ._ico svg {
  width: 17.72px;
  height: 2.49px;
  fill: #FF8900;
  transition: all .3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.information-list__foot {
  margin-top: 53px;
  text-align: center;
}

.information-list__foot ._more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ff8900;
  line-height: 1;
}

.information-list__foot svg {
  width: 12.26px;
  height: 12.49px;
}

@media (hover: hover) {
  .information-list__body ._link:hover {
    box-shadow: 0px 0px 10px rgba(255, 137, 0, 0.24);
    will-change: box-shadow;
  }
  .information-list__body ._link:hover ._subject {
    color: #FF8900;
  }
  .information-list__body ._link:hover ._ico {
    border: 1px solid #FF8900;
  }
  .information-list__body ._link:hover ._ico svg {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
  }
}

@media screen and (min-width: 561px) {
  .information-list__body ._link {
    display: flex;
    align-items: center;
    padding: 34px 0;
  }
  .information-list__body ._date {
    width: 118px;
  }
  .information-list__body ._cate {
    width: 125px;
    text-align: center;
  }
  .information-list__body ._subject {
    padding-left: 57px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .information-list__body ._ico {
    width: 38px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 960px) {
  .information-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .information-list__body ._link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 19px 20px 21px;
    background-color: #fff;
  }
  .information-list__body ._date {
    width: 106px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .information-list__body ._cate {
    width: auto;
    padding: 0 0.8em;
  }
  .information-list__body ._subject {
    width: 100%;
    margin-top: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .information-list__body ._ico {
    border: none;
    width: 18px;
    height: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes top-information-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes top-information-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*----------------------------------------------------
	jobseeker
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .jobseeker-about {
    position: relative;
    z-index: 2;
  }
}

.jobseeker-about__bg {
  position: relative;
}

.jobseeker-about__bg img {
  position: absolute;
  top: -134px;
  right: -12px;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .jobseeker-about__bg img {
    top: -0px;
    right: 6px;
    width: 170px;
  }
}

.jobseeker-about__body {
  margin-top: 100px;
}

.jobseeker-about__body ._title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #1a1a1a;
}

.jobseeker-about__body ._txt {
  margin-top: 46px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .jobseeker-about__body {
    margin-top: 40px;
  }
  .jobseeker-about__body ._title {
    font-size: 28px;
  }
  .jobseeker-about__body ._txt {
    margin-top: 16px;
  }
}

.jobseeker-about__body2 {
  margin-top: 30px;
  width: calc(50% + (1028px/2));
}

.jobseeker-about__body2 ._title {
  position: relative;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #1a1a1a;
}

.jobseeker-about__body2 ._title:after {
  content: '';
  width: 17.44px;
  height: 2px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.jobseeker-about__body2 ._txt1 {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 961px) {
  .jobseeker-about__body2 {
    margin-left: auto;
  }
}

@media screen and (min-width: 561px) {
  .jobseeker-about__body2 ._inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jobseeker-about__body2 ._txt {
    margin-top: -50px;
    max-width: 530px;
    flex: 1;
    margin-right: 40px;
  }
  .jobseeker-about__body2 ._pic {
    width: 51.59817%;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .jobseeker-about__body2 {
    width: 100%;
    padding-left: 40px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .jobseeker-about__body2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 560px) {
  .jobseeker-about__body2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .jobseeker-about__body2 ._title {
    font-size: 24px;
  }
  .jobseeker-about__body2 ._txt1 {
    margin-top: 15px;
  }
  .jobseeker-about__body2 ._pic {
    margin-top: 20px;
  }
}

.jobseeker-about__bigtext {
  margin-top: 50px;
  margin-left: -12px;
}

@media screen and (max-width: 560px) {
  .jobseeker-about__bigtext {
    margin-top: 30px;
  }
}

.jobseeker-flow {
  position: relative;
  margin-top: 135px;
  padding: 150px 0 107px;
  background: #f5f5f5 url(../images/for_jobseeker/bg_flow.jpg) right 0/100% auto no-repeat;
}

.jobseeker-flow__head ._lead {
  margin-top: 27px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.jobseeker-flow__body {
  margin-top: 280px;
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .jobseeker-flow__body {
    margin-top: 100px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .jobseeker-flow {
    background-size: auto 300px;
  }
  .jobseeker-flow__body {
    margin-top: 100px;
  }
}

@media screen and (max-width: 560px) {
  .jobseeker-flow {
    margin-top: 50px;
    padding: 300px 0 60px;
    background-size: auto 300px;
  }
  .jobseeker-flow__head .main-titleA ._ja {
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .jobseeker-flow__head .main-titleA ._ja2 {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .jobseeker-flow__body {
    margin-top: 45px;
  }
}

.jobseeker-flow__bg {
  position: absolute;
  left: 50%;
  top: 562px;
  -webkit-transform: translateX(560px);
          transform: translateX(560px);
}

@media screen and (max-width: 560px) {
  .jobseeker-flow__bg {
    left: auto;
    right: 10px;
    top: 0px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .jobseeker-flow__bg img {
    width: 100px;
  }
}

.jobseeker-flow-item__title {
  margin-bottom: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
}

.jobseeker-flow-item__title:after {
  margin: 13px auto;
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: #ff8900;
}

@media screen and (max-width: 560px) {
  .jobseeker-flow-item__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .jobseeker-flow-item__title:after {
    margin: 10px auto;
    width: 17px;
    height: 2px;
  }
}

.jobseeker-flow-item {
  position: relative;
  padding: 35px 32px 38px;
  background: #fff;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.jobseeker-flow-item + .jobseeker-flow-item {
  margin-top: 74px;
}

.jobseeker-flow-item:not(:last-child):after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17.5px 0 17.5px;
  border-color: #FF8900 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -17.5px;
}

.jobseeker-flow-item__head {
  position: relative;
  border-bottom: 2px solid #f4f6f6;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.jobseeker-flow-item__head:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.jobseeker-flow-item__head ._no {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.jobseeker-flow-item__head ._name {
  margin-left: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.jobseeker-flow-item__body {
  margin-top: 25px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.jobseeker-flow-item__body > * + * {
  margin-top: 8px;
}

.jobseeker-flow-item__body a {
  color: #FF8900;
}

.jobseeker-flow-item .step1 .step1_title {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ff8900;
}

.jobseeker-flow-item .step1 .step1_tel {
  margin-bottom: 10px;
  text-align: center;
}

.jobseeker-flow-item .step1 .step1_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.jobseeker-flow-item .step1 .step1_tel svg {
  width: 13.8px;
  height: 13.82px;
  fill: #ff8900;
  margin-right: 8px;
}

@media screen and (min-width: 561px) {
  .jobseeker-flow-item .step1 {
    display: flex;
  }
  .jobseeker-flow-item .step1 > div {
    flex: 1;
  }
  .jobseeker-flow-item .step1 > div:nth-child(1) {
    border-right: 2px solid #f4f4f4;
    padding-right: 16px;
  }
  .jobseeker-flow-item .step1 > div:nth-child(2) {
    padding-left: 16px;
  }
}

.jobseeker-flow-item .step2 {
  margin-top: 15px;
}

.jobseeker-flow-item .step2 dl {
  display: flex;
}

.jobseeker-flow-item .step2 dl + dl {
  margin-top: 11px;
}

.jobseeker-flow-item .step2 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 28px;
  border-radius: 14px;
  background: #ff8900;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}

.jobseeker-flow-item .step2 dd {
  margin-left: 12px;
}

.jobseeker-flow-item .step2 ._ex {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
  font-size: 14px;
  color: #a3a3a3;
}

@media screen and (max-width: 560px) {
  .jobseeker-flow-item {
    padding: 30px 24px 30px;
  }
  .jobseeker-flow-item + .jobseeker-flow-item {
    margin-top: 53px;
  }
  .jobseeker-flow-item:not(:last-child):after {
    bottom: -33px;
  }
  .jobseeker-flow-item__head:after {
    width: 18px;
    height: 2px;
  }
  .jobseeker-flow-item__head ._no {
    font-size: 18px;
  }
  .jobseeker-flow-item__head ._name {
    margin-left: 10px;
    font-size: 20px;
  }
  .jobseeker-flow-item .step1 .step1_title {
    margin-bottom: 16px;
  }
  .jobseeker-flow-item .step1 .step1_tel {
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
  }
  .jobseeker-flow-item .step1 .step1_tel a {
    font-size: 30px;
  }
  .jobseeker-flow-item .step1 > div:nth-child(1):after {
    content: '';
    display: block;
    width: 184.66px;
    height: 2px;
    background: #f4f6f6;
    margin: 30px auto;
  }
  .jobseeker-flow-item .step2 dl {
    flex-direction: column;
  }
  .jobseeker-flow-item .step2 dd {
    margin: 5px 0 0 0;
  }
}

.jobseeker-joblist {
  margin-top: 135px;
}

.jobseeker-joblist__body dl {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #f4f6f6;
  position: relative;
}

.jobseeker-joblist__body dl:before {
  content: '';
  display: block;
  width: 19.88px;
  height: 1px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.jobseeker-joblist__body dt {
  width: 164px;
  font-size: 20px;
  font-weight: bold;
  color: #FF8900;
  letter-spacing: 0.1em;
}

.jobseeker-joblist__body dd {
  flex: 1;
  padding-top: 2px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 561px) {
  .jobseeker-joblist__body dl:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .jobseeker-joblist {
    position: relative;
    margin-top: 60px;
  }
  .jobseeker-joblist.jobseeker-joblist {
    margin-bottom: 100px;
  }
  .jobseeker-joblist__body {
    margin-top: 20px;
  }
  .jobseeker-joblist__body dl {
    padding: 32px 0 23px;
  }
  .jobseeker-joblist__body dl:before {
    width: 82px;
    height: 2px;
    bottom: -2px;
  }
  .jobseeker-joblist__body dt {
    width: 100px;
    font-weight: bold;
  }
}

.jobseeker-joblist__foot {
  position: relative;
  z-index: -1;
}

.jobseeker-joblist__foot p {
  position: absolute;
  right: -213px;
  top: 0;
}

.jobseeker-joblist__foot img {
  max-width: none;
}

@media screen and (max-width: 560px) {
  .jobseeker-joblist__foot p {
    position: absolute;
    left: -89px;
    right: auto;
    top: -50px;
    margin: 0;
  }
  .jobseeker-joblist__foot img {
    height: 100px;
  }
}

.jobseeker-joblist__bg1 {
  position: relative;
}

.jobseeker-joblist__bg1 img {
  position: absolute;
  top: -85px;
  right: -286px;
  z-index: 0;
  pointer-events: none;
}

.jobseeker-joblist__bg2 {
  position: relative;
}

.jobseeker-joblist__bg2 img {
  position: absolute;
  top: -230px;
  left: -415px;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 560px) {
  .jobseeker-joblist__bg1 {
    position: static;
  }
  .jobseeker-joblist__bg1 img {
    position: absolute;
    top: auto;
    bottom: -182px;
    right: -90px;
    width: 205px;
  }
  .jobseeker-joblist__bg2 {
    position: static;
  }
  .jobseeker-joblist__bg2 img {
    position: absolute;
    top: -38px;
    left: -77px;
    bottom: auto;
    right: auto;
    width: 331px;
  }
}

/*----------------------------------------------------
	top-business
----------------------------------------------------*/
.top-business__wrap {
  background-color: #fff;
}

.top-business__head {
  display: flex;
  flex-direction: column;
}

.top-business__head ._title {
  display: flex;
  flex-direction: column;
  padding: 128px 20px 94px 104px;
}

.top-business__head ._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.top-business__head ._ja {
  margin-top: calc(36px - .25em);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.16em;
  line-height: 48px;
}

.top-business__head ._nav {
  margin-top: auto;
}

.top-business__head ._nav li {
  border-top: 1px solid #f2f2f2;
}

.top-business__head ._nav ._link {
  display: flex;
  align-items: center;
  position: relative;
  height: 122px;
  background: #fff;
  border-left: 4px solid transparent;
  padding: 0 19px 0 98px;
  font-size: 17px;
  letter-spacing: 0.16em;
  color: #ff8900;
}

.top-business__head ._nav ._txt {
  flex: 1;
}

.top-business__head ._nav ._ico {
  width: 17.72px;
  transition: all .3s ease-out;
}

.top-business__head ._nav svg {
  width: 17.72px;
  height: 2.49px;
  fill: #FF8900;
}

.top-business__head ._nav .current ._link {
  border-left: 4px solid #ff8900;
  background-color: rgba(255, 137, 0, 0.08);
}

.top-business__head ._nav .current ._link ._ico {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

@media (hover: hover) {
  .top-business__head ._nav ._link:hover {
    background-color: rgba(255, 137, 0, 0.08);
  }
  .top-business__head ._nav ._link:hover ._ico {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    will-change: transform;
  }
}

.top-business__body ._item:not(.current) {
  display: none;
}

.top-business__body ._meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f4f4f4;
  padding: 0 0 14px;
}

.top-business__body ._meta:after {
  content: '';
  display: inline-block;
  width: 17.44px;
  height: 2px;
  background: #ff8900;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.top-business__body ._title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}

.top-business__body ._link {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.top-business__body ._link ._ico {
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 19px;
  border: 1px solid #eaeaea;
  transition: all .3s ease-out;
}

.top-business__body ._link ._ico svg {
  width: 17.72px;
  height: 2.49px;
  fill: #FF8900;
  transition: all .3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-business__body ._link ._plus {
  display: none;
}

@media (hover: hover) {
  .top-business__body ._link:hover ._ico {
    border: 1px solid #FF8900;
  }
  .top-business__body ._link:hover ._ico svg {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
  }
}

.top-business__body ._body {
  margin-top: calc(40px - .25em);
}

.top-business__body ._body > * + * {
  margin-top: calc(22px - .25em);
}

.top-business__body ._body p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #1a1a1a;
}

.top-business__body ._body figure {
  margin-top: calc(56px - .25em);
  text-align: center;
}

.top-business__body ._body figure img {
  max-width: 506px;
}

.top-business__bg {
  position: relative;
  pointer-events: none;
}

.top-business__bg ._ico {
  position: absolute;
  left: calc(50% + 600px - 60px);
  top: -58px;
}

.top-business__bg ._ico svg {
  width: 183px;
  height: 189px;
}

.top-business__foot {
  position: relative;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}

.top-business__foot ._txt {
  position: absolute;
  left: -40px;
  top: -80px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 269px;
  color: #fff;
  line-height: 1;
  opacity: 0.68;
}

@media screen and (min-width: 961px) {
  .top-business {
    margin-bottom: 292px;
  }
  .top-business__wrap {
    max-width: calc(50% + 600px);
    margin-left: auto;
  }
  .top-business__inner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 561px) {
  .top-business {
    margin-top: -70px;
  }
  .top-business__inner {
    display: flex;
  }
  .top-business__head {
    width: 40%;
  }
  .top-business__body {
    padding: 94px 0 50px 120px;
    width: 60%;
    border-left: 1px solid #f2f2f2;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .top-business__head {
    width: 31.66667%;
  }
  .top-business__head ._title {
    padding: 50px 0px 50px 24px;
  }
  .top-business__head ._nav ._link {
    padding: 0 16px 0 20px;
  }
  .top-business__body {
    padding: 50px 20px;
    width: 68.33333%;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .top-business {
    margin-bottom: 180px;
  }
  .top-business__head {
    width: 31.66667%;
  }
  .top-business__head ._title {
    padding: 50px 0px 50px 24px;
  }
  .top-business__head ._nav ._link {
    padding: 0 16px 0 20px;
  }
  .top-business__body {
    padding: 50px 20px;
    width: 68.33333%;
  }
}

@media screen and (max-width: 960px) {
  .top-business {
    margin-bottom: 84px;
  }
  .top-business__body ._body {
    padding: 20px 20px;
    margin-top: calc(40px - .25em);
  }
  .top-business__body ._body > * + * {
    margin-top: calc(22px - .25em);
  }
  .top-business__body ._body figure img {
    max-width: 100%;
  }
  .top-business__bg {
    display: none;
  }
  .top-business__foot {
    z-index: -1;
  }
  .top-business__foot ._txt {
    left: auto;
    right: -110px;
    top: -48px;
    font-size: 100px;
  }
}

@media screen and (max-width: 560px) {
  .top-business__head ._title {
    padding: 74px 20px 42px;
  }
  .top-business__head ._en {
    font-size: 16px;
  }
  .top-business__head ._ja {
    margin-top: calc(7px - .25em);
    font-size: 24px;
    line-height: 1.5;
  }
  .top-business__head ._nav {
    display: none;
  }
  .top-business__body ._item:not(.current) {
    display: block;
  }
  .top-business__body ._item {
    border-bottom: 1px solid #f2f2f2;
  }
  .top-business__body ._link {
    display: none;
  }
  .top-business__body ._meta {
    position: relative;
    padding: 22px 20px;
    border-bottom: none;
  }
  .top-business__body ._meta:after {
    display: none;
  }
  .top-business__body ._meta:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
  }
  .top-business__body .current ._meta {
    background-color: rgba(255, 137, 0, 0.08);
  }
  .top-business__body .current ._meta:before {
    background: #ff8900;
  }
  .top-business__body ._title {
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #ff8900;
  }
  .top-business__body ._plus {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 19px;
    height: 19px;
  }
  .top-business__body ._plus:before, .top-business__body ._plus:after {
    content: '';
    display: block;
    width: 19px;
    height: 2px;
    background-color: #ff8900;
    transition: all .25s ease-out;
  }
  .top-business__body ._plus:before {
    position: relative;
    top: 1px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .top-business__body .current ._plus:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .top-business__body ._body {
    margin-top: 0;
  }
}

/*----------------------------------------------------
	top-information
----------------------------------------------------*/
.top-information__body {
  position: relative;
  z-index: 2;
}

.top-information__foot {
  position: relative;
}

.top-information__foot ._all {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.top-information__foot ._all svg {
  width: 13px;
  height: 10px;
}

.top-information__bg {
  position: relative;
  pointer-events: none;
}

.top-information__bg ._ico {
  position: absolute;
  left: -120px;
  top: -140px;
}

.top-information__bg svg {
  width: 268px;
  height: 274px;
}

@media screen and (min-width: 961px) {
  .top-information {
    display: flex;
    flex-direction: column;
  }
  .top-information__head {
    max-width: 714px;
  }
  .top-information__body {
    order: 3;
  }
  .top-information__bg {
    order: 5;
  }
  .top-information__foot {
    order: 2;
    margin-bottom: 53px;
  }
  .top-information__foot ._all {
    position: absolute;
    right: 0;
    top: -28px;
  }
  .top-information .information-nav {
    margin-bottom: 0;
  }
  .top-information .information-list ._link {
    padding-left: 57px;
    padding-right: 23px;
  }
}

@media screen and (max-width: 960px) {
  .top-information {
    margin-bottom: 120px;
  }
  .top-information__foot {
    text-align: right;
    margin-top: calc(27px - .25em);
  }
  .top-information__bg ._ico {
    left: 0px;
    top: -60px;
  }
  .top-information__bg svg {
    width: 125px;
    height: 128px;
  }
}

/*----------------------------------------------------
	top-mv
----------------------------------------------------*/
.top-mv {
  position: relative;
  display: flex;
  background: url(../images/top/mv.jpg) center center/cover;
}

@media screen and (min-width: 961px) {
  .top-mv {
    height: 1026px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .top-mv {
    align-items: center;
    height: 1026px;
  }
}

@media screen and (max-width: 560px) {
  .top-mv {
    align-items: center;
    height: 100vh;
    background: url(../images/top/mv_sp.jpg) center center/cover;
  }
}

.top-mv__bg {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 1.5s;
}

.top-mv__bg.animated {
  will-change: transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.top-mv__body {
  position: relative;
  color: #fff;
  z-index: 10;
}

.top-mv__body ._txt {
  opacity: 0;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.top-mv__body ._txt.animated {
  will-change: transform, opacity;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-mv__body ._title1 {
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  font-size: 64px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.top-mv__body ._title2 {
  margin-top: 14px;
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  font-size: 64px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.top-mv__body ._title3 {
  margin-top: 14px;
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  font-size: 64px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.top-mv__body ._lead {
  margin-top: 24px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 25.5px;
  font-family: "Poppins", sans-serif;
}

.top-mv__body ._ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.top-mv__body ._ico > * {
  height: 100%;
}

.top-mv__body ._ico svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .top-mv__body {
    width: 668px;
    height: 539px;
    padding: 88px 0 0 48px;
    margin: auto 50% 160px auto;
  }
}

@media (min-width: 961px) and (max-width: 1330px) {
  .top-mv__body {
    margin: auto auto 160px 20px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .top-mv__body {
    width: 668px;
    height: 539px;
    padding: 88px 0 0 68px;
    margin: auto auto;
  }
}

@media screen and (max-width: 560px) {
  .top-mv__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 285px;
    height: 270px;
    padding: 20px;
    margin: -38px auto 0;
  }
  .top-mv__body ._title1 {
    font-size: 25px;
  }
  .top-mv__body ._title2 {
    margin-top: 6px;
    font-size: 25px;
  }
  .top-mv__body ._title3 {
    margin-top: 6px;
    font-size: 25px;
  }
  .top-mv__body ._lead {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-mv__foot ._copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 561px) {
  .top-mv__foot ._copyright {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .top-mv__foot ._copyright {
    right: 10px;
  }
}

@media screen and (max-width: 560px) {
  .top-mv__foot {
    display: none;
  }
}

/***************************************************
 * Generated by SVG Artista on 1/18/2021, 5:47:29 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 2386.368896484375px;
  stroke-dasharray: 2386.368896484375px;
  transition: stroke-dashoffset 1s cubic-bezier(1, 0, 0, 1) 0s;
}

.animated svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

@media sp {
  svg .svg-elem-1 {
    stroke-dashoffset: 1088.4918212890625px;
    stroke-dasharray: 1088.4918212890625px;
    transition: stroke-dashoffset 1s cubic-bezier(1, 0, 0, 1) 0s;
  }
  .animated svg .svg-elem-1 {
    stroke-dashoffset: 0;
  }
}

/*----------------------------------------------------
	top-strength
----------------------------------------------------*/
@media screen and (min-width: 961px) {
  .top-strength {
    margin-top: -170px;
  }
}

@media screen and (max-width: 960px) {
  .top-strength {
    margin-top: -83px;
  }
}

.top-strength__body {
  position: relative;
  color: #fff;
}

.top-strength__body ._bg {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/top/bg_strength.jpg) center center/cover;
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
}

.top-strength__body ._bg.animated {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform, opacity;
}

.top-strength__body ._txt {
  opacity: 0;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 1s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.top-strength__body ._txt.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform, opacity;
}

.top-strength__body ._inner {
  position: relative;
}

.top-strength__body ._inner:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.29);
}

.top-strength__body ._inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 10.48px;
  background-color: #fff;
}

.top-strength__body ._en {
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.top-strength__body ._title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.16em;
}

.top-strength__body ._desc {
  margin-top: calc(22px - .25em);
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 25.5px;
}

.top-strength__body ._desc > * + * {
  margin-top: calc(12px - .25em);
}

.top-strength__body ._ico {
  position: absolute;
  left: -66px;
  bottom: -62px;
}

.top-strength__body ._ico svg {
  width: 113px;
  height: 113px;
}

@media screen and (min-width: 961px) {
  .top-strength__body {
    position: relative;
    margin-left: calc(50% - 38px);
    max-width: 733px;
    min-height: 569px;
    padding: 63px 0 0 72px;
  }
  .top-strength__body ._inner {
    padding: 29px 37.5px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 960px) {
  .top-strength__body {
    margin-left: 45px;
    padding: 35px 20px 35px 24px;
  }
  .top-strength__body ._inner {
    padding: 42px 0 0;
  }
  .top-strength__body ._inner:before {
    width: 1px;
    height: 34px;
  }
  .top-strength__body ._en {
    font-size: 16px;
  }
  .top-strength__body ._title {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .top-strength__body ._desc {
    margin-top: calc(22px - .25em);
    font-size: 15px;
    letter-spacing: 0.00em;
    line-height: 27px;
  }
  .top-strength__body ._desc > * + * {
    margin-top: calc(12px - .25em);
  }
  .top-strength__body ._ico {
    display: none;
  }
}

.top-strength__bg {
  position: relative;
  z-index: -1;
}

.top-strength__bg ._pic {
  margin-right: auto;
  max-width: calc(50% + 600px);
}

.top-strength__bg ._ico {
  position: absolute;
  left: calc(50% - 600px - 82px);
  bottom: -48px;
}

.top-strength__bg ._ico svg {
  width: 230px;
  height: 230px;
}

@media screen and (min-width: 961px) {
  .top-strength__bg {
    margin-top: -189px;
  }
}

@media screen and (max-width: 960px) {
  .top-strength__bg {
    margin-top: -80px;
  }
}

/*----------------------------------------------------
	top
----------------------------------------------------*/
body.home {
  background-color: #F4F6F6;
}

body.home header {
  background: transparent;
  transition: background .4s ease-out;
}

body.home main {
  padding-top: 0;
}

body.home.scrolled header {
  background: #fff;
}

/*----------------------------------------------------
	xxx
----------------------------------------------------*/
/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.fadeIn {
  display: none;
}

.fadeIn.show {
  display: block;
  -webkit-animation: fadeIn 0.6s linear;
          animation: fadeIn 0.6s linear;
}

.anime {
  visibility: hidden;
  opacity: 0;
}

.anime.opacity {
  opacity: 1;
}

.animated {
  visibility: visible;
}

.fadeIn.animated {
  -webkit-animation: fadeIn .5s forwards;
          animation: fadeIn .5s forwards;
}

.fadeInUp.animated {
  -webkit-animation: fadeInUp .5s forwards;
          animation: fadeInUp .5s forwards;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*----------------------------------------------------
	フォーム パーツ系
----------------------------------------------------*/
input[type=submit] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  height: 74px;
  padding: 1em 1.5em;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #ff8900;
}

@media screen and (max-width: 560px) {
  input[type="text"],
  input[type="email"] {
    height: 64px;
  }
}

textarea {
  width: 100%;
  height: 210px;
  padding: 1.5em 1.5em;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  outline: none;
}

textarea:focus {
  border: 1px solid #ff8900;
}

@media screen and (max-width: 560px) {
  textarea {
    height: 160px;
    padding: 1em 1.5em;
  }
}

select {
  height: 74px;
  padding: 1.5em 2em 1.5em 1.5em;
  border: 1px solid #d9d9d9;
  background: #fafafa url(../images/ico_select.png) right 4px center no-repeat;
  outline: none;
}

select:focus {
  border: 1px solid #ff8900;
}

@media screen and (max-width: 560px) {
  select {
    height: 64px;
    padding: 1em 2em 1em 1.5em;
  }
}

input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(1px, 1px, 1px, 1px);
}

input[type="checkbox"] + span,
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-right: 30px;
  font-size: 16px;
  vertical-align: middle;
}

input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
}

input[type="checkbox"]:focus + span::before,
input[type="checkbox"]:focus + label::before {
  border: 1px solid #FF8900;
}

input[type="checkbox"]:checked + span::after,
input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  background-color: #FF8900;
}

.form-radio-group {
  padding: 20px 0;
}

.form-radio-group input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  outline: none;
  clip: rect(1px, 1px, 1px, 1px);
}

.form-radio-group input[type="radio"] + span,
.form-radio-group input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-right: 30px;
  font-size: 16px;
  vertical-align: middle;
}

.form-radio-group input[type="radio"] + span::before,
.form-radio-group input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fafafa;
}

.form-radio-group input[type="radio"]:focus + span::before,
.form-radio-group input[type="radio"]:focus + label::before {
  border: 1px solid #FF8900;
}

.form-radio-group input[type="radio"]:checked + span::after,
.form-radio-group input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #FF8900;
  border-radius: 50%;
}

@media screen and (max-width: 560px) {
  .form-radio-group {
    padding: 0;
    margin-top: -10px;
  }
  .form-radio-group input[type="radio"] + span,
  .form-radio-group input[type="radio"] + label {
    margin-top: 10px;
  }
}

form button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 324px;
  max-width: 100%;
  height: 64px;
  border-radius: 32px;
  background: #ff8900;
  border: 1px solid #ff8900;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  transition: all ease-out .3s;
  cursor: pointer;
}

form button svg {
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -1px;
  width: 17.72px;
  height: 2.49px;
  transition: all ease-out .3s;
  fill: #fff;
}

form button.disabled {
  pointer-events: none;
  background: #ccc;
  border: 1px solid #ccc;
}

@media (hover: hover) {
  form button:hover {
    color: #FF8900;
    background: #fff;
  }
  form button:hover svg {
    fill: #ff8900;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/*----------------------------------------------------
	フォーム レイアウト
----------------------------------------------------*/
.form-inputs {
  display: flex;
}

.form-inputs + .form-inputs {
  margin-top: 29px;
}

.form-inputs dt {
  width: 212px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.form-inputs dt .required {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #f00;
}

.form-inputs dt .option {
  font-size: 12px;
}

.form-inputs dt .option:after {
  content: '\00A0';
}

.form-inputs dt ._title {
  white-space: nowrap;
}

.form-inputs dt ._ex {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.form-inputs dd {
  flex: 1;
}

@media screen and (max-width: 560px) {
  .form-inputs {
    display: block;
  }
  .form-inputs dt .option:after {
    content: '';
  }
  .form-inputs dt ._title {
    display: flex;
    align-items: center;
  }
  .form-inputs dt ._ex {
    margin-left: 14px;
  }
  .form-inputs dd {
    margin-top: 18px;
  }
}

.form-input-group {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 561px) {
  .form-input-group + .form-input-group {
    margin-top: 29px;
  }
  .form-input-group > * + * {
    margin-left: 24px;
  }
}

@media screen and (max-width: 560px) {
  .form-input-group + .form-input-group {
    margin-top: 20px;
  }
  .form-input-group > * + * {
    margin-left: 16px;
  }
}

@media screen and (min-width: 561px) {
  .form-input-group--naiyou > div:nth-child(1) {
    width: 39.82843%;
  }
  .form-input-group--naiyou > div:nth-child(1) select {
    width: 100%;
  }
}

@media screen and (min-width: 561px) {
  .form-input-group--busyo > div:nth-child(2) {
    width: 43.13725%;
  }
  .form-input-group--busyo > div:nth-child(4) {
    width: 31.61765%;
  }
}

@media screen and (max-width: 560px) {
  .form-input-group--busyo {
    flex-wrap: wrap;
  }
  .form-input-group--busyo > div:nth-child(1) {
    width: 50px;
  }
  .form-input-group--busyo > div:nth-child(2) {
    width: calc(100% - 66px);
  }
  .form-input-group--busyo > div:nth-child(3) {
    width: 50px;
    margin-top: 20px;
    margin-left: 0;
  }
  .form-input-group--busyo > div:nth-child(4) {
    margin-top: 20px;
    width: calc(100% - 66px);
  }
}

.form-input-group--zip ._zip_ex {
  font-size: 12px;
}

@media screen and (min-width: 561px) {
  .form-input-group--zip > div:nth-child(1) {
    width: 58px;
  }
  .form-input-group--zip > div:nth-child(2) {
    width: 186px;
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .form-input-group--zip {
    flex-wrap: wrap;
  }
  .form-input-group--zip > div:nth-child(1) {
    width: 50px;
  }
  .form-input-group--zip > div:nth-child(2) {
    width: 160px;
    margin-left: 0;
  }
  .form-input-group--zip ._zip_ex {
    width: calc(100% - 50px);
    margin: 6px 0 0 50px;
    font-size: 11px;
  }
}

@media screen and (min-width: 561px) {
  .form-input-group--address > div:nth-child(1) {
    width: 58px;
  }
  .form-input-group--address > div:nth-child(2) {
    flex: 1;
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .form-input-group--address > div:nth-child(1) {
    width: 50px;
  }
  .form-input-group--address > div:nth-child(2) {
    flex: 1;
    margin-left: 0;
  }
}

@media screen and (min-width: 561px) {
  .form-input-group--age > div:nth-child(1) {
    width: 100px;
  }
  .form-input-group--age > div:nth-child(2) {
    flex: 1;
  }
}

@media screen and (max-width: 560px) {
  .form-input-group--age > div:nth-child(1) {
    width: 100px;
  }
  .form-input-group--age > div:nth-child(2) {
    flex: 1;
  }
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output.wpcf7-response-output {
  font-size: 15px;
  padding: 0.5em 1em;
  text-align: center;
}

/*----------------------------------------------------
	main-bigtext
----------------------------------------------------*/
.main-bigtext {
  will-change: transform;
}

.main-bigtext p {
  will-change: transform;
  width: 3200px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 300px;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: left;
  color: #f0f0f0;
  opacity: 0.7;
  white-space: nowrap;
  transition: background .25s ease-out;
  background: linear-gradient(to right, #f0f0f0 0%, #ff8900 5%, #ff8900 10%, #f0f0f0 15%, #f0f0f0) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 561px) {
  .main-bigtext {
    position: relative;
  }
}

@media screen and (max-width: 560px) {
  .main-bigtext p {
    font-size: 140px;
  }
}

.main-bigtextB p {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 269px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fffaf5;
}

@media screen and (min-width: 561px) {
  .main-bigtextB {
    position: relative;
  }
}

@media screen and (max-width: 560px) {
  .main-bigtextB p {
    font-size: 123px;
  }
}

/*----------------------------------------------------
	ボックス
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .main-boxA {
    display: flex;
  }
  .main-boxA > [class$='head'] {
    flex: 1;
  }
  .main-boxA > [class$='body'] {
    width: 68.48249%;
    margin-left: 10px;
  }
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
/*----------------------------------------------------
	main-header
----------------------------------------------------*/
.main-header {
  position: relative;
  height: 670px;
  overflow: hidden;
}

.main-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_main-header.jpg) 0 0/cover;
  position: absolute;
  left: 0;
  top: 0;
}

.main-header--for_jobseeker:before {
  background: url(../images/bg_main-header--for_jobseeker.jpg) 0 0/cover;
}

.main-header--for_client:before {
  background: url(../images/bg_main-header--for_client.jpg) 0 0/cover;
}

.main-header--company:before {
  background: url(../images/bg_main-header--company.jpg) 0 0/cover;
}

@media screen and (min-width: 961px) {
  .main-header {
    margin-bottom: -24px;
  }
  .main-header:after {
    content: '';
    display: block;
    width: 100%;
    max-width: calc(50% + 620px);
    height: 209px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .main-header {
    height: auto;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  .main-header {
    height: 296px;
  }
  .main-header:after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 70px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .main-header {
    margin-bottom: 0px;
  }
}

.main-header--s {
  height: 338px;
}

@media screen and (min-width: 961px) {
  .main-header--s {
    margin-bottom: -125px;
  }
  .main-header--s:after {
    height: 227px;
  }
}

@media screen and (max-width: 960px) {
  .main-header--s {
    height: 149px;
  }
  .main-header--s:after {
    height: 48px;
  }
}

.main-header__breadcrumb {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
}

.main-header__breadcrumb a {
  color: #fff;
}

.main-header__breadcrumb ul {
  display: flex;
  aline-items: center;
  justify-content: flex-end;
  font-size: 0.875em;
}

.main-header__breadcrumb li:not(:first-child):before {
  display: inline-block;
  content: '>';
  margin: 0 0.5em;
}

.main-header__breadcrumb li:not(:last-child) {
  opacity: 0.4;
}

@media screen and (min-width: 561px) {
  .main-header__breadcrumb {
    padding-top: 45px;
  }
  .main-header__breadcrumb ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .main-header__breadcrumb {
    padding-top: 15px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.main-header__title ._en {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 72px;
  letter-spacing: 0.05em;
  color: #fff;
}

.main-header__title ._ja {
  margin-top: 14px;
  margin-left: 5px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .main-header__title {
    position: absolute;
    left: 40px;
    top: 210px;
  }
}

@media screen and (max-width: 960px) {
  .main-header__title {
    padding: 70px 0 20px;
  }
  .main-header__title ._en {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .main-header__title ._ja {
    margin-top: 8px;
    margin-left: 2px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.main-header__bg {
  position: absolute;
  right: calc(50% - 350px);
  top: -60px;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 2;
}

.main-header__bg svg {
  width: 1302.53px;
  height: 659.69px;
}

@media screen and (max-width: 960px) {
  .main-header__bg svg {
    width: 555.17px;
    height: 281.18px;
    background: transparent;
  }
}

.main-header__icon {
  position: absolute;
  left: calc(50% + 565px);
  bottom: 155px;
  pointer-events: none;
  z-index: 3;
}

.main-header__icon svg {
  width: 156px;
  height: 162px;
}

@media screen and (max-width: 960px) {
  .main-header__icon {
    left: auto;
    right: 20px;
    bottom: 46px;
  }
  .main-header__icon svg {
    width: 78px;
    height: 80px;
  }
}

/*----------------------------------------------------
	particles-js
----------------------------------------------------*/
.main-header__particle {
  /* ---- particles.js container ---- */
  position: absolute;
  top: -60px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.main-header__particle canvas {
  display: block;
  vertical-align: bottom;
}

.main-header__particle #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/*----------------------------------------------------
	main-indicator
----------------------------------------------------*/
#main-indicator-anchor {
  position: relative;
  z-index: 10;
}

.main-indicator {
  width: 100%;
}

.main-indicator.indicator-visible {
  position: fixed;
  top: 50%;
  opacity: 1;
}

.main-indicator .container {
  max-width: 1420px;
}

.main-indicator ul {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
}

@media (max-width: 1400px) {
  .main-indicator ul {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.main-indicator li {
  margin-bottom: 22px;
}

.main-indicator li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ccc;
}

.main-indicator li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ff8900;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
}

.main-indicator li a.current {
  color: #1a1a1a;
}

.main-indicator li a.current:before {
  opacity: 1;
}

.main-indicator li a:hover {
  color: #1a1a1a;
}

.main-indicator.main-indicator--inverse li a {
  color: rgba(255, 255, 255, 0.47);
}

.main-indicator.main-indicator--inverse li a:before {
  background: #fff;
}

.main-indicator.main-indicator--inverse li a.current {
  color: #fff;
}

.main-indicator.main-indicator--inverse li a:hover {
  color: #fff;
}

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.main-titleA {
  line-height: 1;
}

.main-titleA ._en {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ff8900;
}

.main-titleA ._en:after {
  content: '';
  width: 17.44px;
  height: 2px;
  margin-left: 10px;
  background: #ff8900;
}

.main-titleA ._ja {
  margin-top: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
}

.main-titleA ._ja2 {
  margin-top: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 560px) {
  .main-titleA ._en {
    font-size: 14px;
  }
  .main-titleA ._en:after {
    height: 1px;
    margin-left: 8px;
  }
  .main-titleA ._ja {
    font-size: 26px;
  }
  .main-titleA ._ja2 {
    font-size: 24px;
  }
}

/*----------------------------------------------------
	slick
----------------------------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: 1rem;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}

.slick-next {
  right: 1rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

/* Dots */
.slick-dots {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  display: flex;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  font-size: 0;
}

.slick-dots li:not(:last-child) {
  margin-right: 16px;
}

.slick-dots li button {
  display: block;
  padding: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  outline: none;
  border: 0;
}

.slick-dots li.slick-active button {
  background-color: #ccc;
}

@media screen and (max-width: 960px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .slick-dots li.slick-active button {
    background-color: #ccc;
  }
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.fadeIn {
  display: none;
}

.fadeIn.show {
  -webkit-animation: fadeIn 0.6s linear;
          animation: fadeIn 0.6s linear;
}

.bold,
.strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.indent--2 {
  padding-left: 2em;
  text-indent: -2em;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 960px) {
  .mb5 {
    margin-bottom: 0.78125vw !important;
  }
  .mb10 {
    margin-bottom: 1.5625vw !important;
  }
  .mb15 {
    margin-bottom: 2.34375vw !important;
  }
  .mb20 {
    margin-bottom: 3.125vw !important;
  }
  .mb25 {
    margin-bottom: 3.90625vw !important;
  }
  .mb30 {
    margin-bottom: 4.6875vw !important;
  }
  .mb35 {
    margin-bottom: 5.46875vw !important;
  }
  .mb40 {
    margin-bottom: 6.25vw !important;
  }
  .mb45 {
    margin-bottom: 7.03125vw !important;
  }
  .mb50 {
    margin-bottom: 7.8125vw !important;
  }
  .mb55 {
    margin-bottom: 8.59375vw !important;
  }
  .mb60 {
    margin-bottom: 9.375vw !important;
  }
  .mb65 {
    margin-bottom: 10.15625vw !important;
  }
  .mb70 {
    margin-bottom: 10.9375vw !important;
  }
  .mb75 {
    margin-bottom: 11.71875vw !important;
  }
  .mb80 {
    margin-bottom: 12.5vw !important;
  }
  .mb100 {
    margin-bottom: 15.625vw !important;
  }
}

.fz10 {
  font-size: 0.625em;
}

.fz12 {
  font-size: 0.75em;
}

.fz13 {
  font-size: 0.8125em;
}

.fz14 {
  font-size: 0.875em;
}

.fz15 {
  font-size: 0.9375em;
}

.fz16 {
  font-size: 1em;
}

.fz17 {
  font-size: 1.0625em;
}

.fz18 {
  font-size: 1.125em;
}

.fz20 {
  font-size: 1.25em;
}

.fz22 {
  font-size: 1.375em;
}

.fz24 {
  font-size: 1.5em;
}

.fz26 {
  font-size: 1.625em;
}

.fz28 {
  font-size: 1.75em;
}

.fz30 {
  font-size: 1.875em;
}

.fz32 {
  font-size: 2em;
}

@media screen and (max-width: 960px) {
  .fz10--sp {
    font-size: 0.625em;
  }
  .fz12--sp {
    font-size: 0.75em;
  }
  .fz13--sp {
    font-size: 0.8125em;
  }
  .fz14--sp {
    font-size: 0.875em;
  }
  .fz15--sp {
    font-size: 0.9375em;
  }
  .fz16--sp {
    font-size: 1em;
  }
  .fz17--sp {
    font-size: 1.0625em;
  }
  .fz18--sp {
    font-size: 1.125em;
  }
  .fz20--sp {
    font-size: 1.25em;
  }
  .fz22--sp {
    font-size: 1.375em;
  }
  .fz24--sp {
    font-size: 1.5em;
  }
  .fz26--sp {
    font-size: 1.625em;
  }
  .fz28--sp {
    font-size: 1.75em;
  }
  .fz30--sp {
    font-size: 1.875em;
  }
  .fz32--sp {
    font-size: 2em;
  }
}

.hide {
  display: none;
}

.break_line {
  display: inline-block;
}

.c-ora {
  color: #FF8900;
}

/*----------------------------------------------------
	widget-editor
----------------------------------------------------*/
.widget-editor {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.widget-editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

.widget-editor h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
}

.widget-editor h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

.widget-editor h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-weight: bold;
}

.widget-editor h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  font-weight: bold;
}

.widget-editor strong {
  font-weight: bold;
}

.widget-editor em {
  font-style: italic;
}

.widget-editor ul {
  margin-left: 1.5em;
}

.widget-editor li {
  list-style: disc;
}

.widget-editor > * + * {
  margin-top: 2.0em;
  word-break: break-all;
}

.widget-editor a {
  color: #FFB529;
}

.widget-editor a:hover {
  text-decoration: none;
}

.widget-editor table th {
  font-weight: bold;
}

.widget-editor table th,
.widget-editor table td {
  padding: .5em .5em;
  border: 1px solid #ccc;
}

.widget-editor a {
  color: #FFB529;
  text-decoration: none;
}

.widget-editor a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .widget-editor {
    font-size: 14px;
  }
}

.widget-editor.widget-editor .wp-block-gallery {
  margin: 62px 0 0 0;
}

.widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin: 0;
}

.widget-editor.widget-editor .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  display: block;
  flex-grow: initial;
}

@media screen and (min-width: 561px) {
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -25px;
  }
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid > * {
    width: 48.44358%;
    margin-bottom: 40px;
  }
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid > *:nth-child(2n+2) {
    margin-left: 3.11284%;
  }
}

@media screen and (max-width: 560px) {
  .widget-editor.widget-editor .wp-block-gallery {
    margin-top: 34px;
  }
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid {
    display: block;
  }
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
  }
  .widget-editor.widget-editor .wp-block-gallery .blocks-gallery-grid > * + * {
    width: 100%;
    margin-top: 8px;
  }
}

.all_job_bnr { margin-top:125px; position:relative; z-index:2; }
.all_job_bnr a { display:block; transition:transform 0.4s ease; }
.all_job_bnr a:hover { transform:scale(1.02); }
.all_job_bnr img { width:100%; }
.top-information .all_job_bnr { order:4; }
.jobseeker-joblist + .all_job_bnr { margin-top:358px; }
.contact_wrapper .all_job_bnr { margin:-70px 0 120px; }
@media screen and (max-width: 960px) {
  .all_job_bnr { margin-top:60px; }
  .jobseeker-joblist + .all_job_bnr { margin-top:280px; }
  .contact_wrapper .all_job_bnr { margin:0 0 40px; padding-top:40px; }
}
@media screen and (max-width: 560px) {
  .jobseeker-joblist + .all_job_bnr { margin-top:0; }
}

.all_side_link {
  position:fixed;
  top:50%;
  right:0;
  z-index:9;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.scrollDown .all_side_link {
  right:-75px;
}
.all_side_link a {
  background:#fff;
  width:68px;
  height:325px;
  position:relative;
  display:block;
  box-shadow:rgba(0,0,0,0.16) 0 0 6px;
  transition: width 0.4s ease;
}
.all_side_link a:hover {
  width:80px;
}
.all_side_link img {
  position:absolute;
  left:34px;
  top:50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 560px) {
  .all_side_link a { width:50px; height:240px; }
  .all_side_link a:hover {
    width:50px;
  }
  .all_side_link img { width:18px; left:25px; }
}

