@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
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;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color: #343434;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.image-sp {
  display: none;
}

.content-sp {
  display: none;
}

.br-sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .image-pc {
    display: none;
  }
  .content-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .image-sp {
    display: inline-block;
  }
  .content-sp {
    display: inline-block;
  }
  .br-sp {
    display: inline-block;
  }
}

/*-------------------------- コンテンツ幅 ------------------------------*/
.container {
  max-width: 100%;
  overflow-x: hidden;
}

.content-w {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.content-ws {
  width: 850px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.content-wss {
  width: 556px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

/*-------------------------- 固定フォント ------------------------------*/
.form-button {
  display: inline-block;
  background-color: #74CFE8;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  padding: 20px 106px 20px 75px;
  border-radius: 8px;
  background-image: url("../image/form_arrow.png");
  background-repeat: no-repeat;
  background-position: right 68px center;
  background-size: 21px auto;
  color: #FFFFFF;
  transition: all 0.4s;
}

.form-button:hover {
  background-position: right 63px center;
  background-color: #001A72;
  background-image: url("../image/form_arrow_h.png");
}

.title {
  text-align: center;
  color: #FFFFFF;
}
.title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.title .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin: 0 auto 15px auto;
}
.title h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h1 span {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
}

/* --------------------------------
 * フォントサイズ SP
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .form-button {
    font-size: 16px;
    padding: 10px 50px 10px 38px;
    border-radius: 4px;
    background-position: right 34px center;
    background-size: 10px auto;
  }
  .form-button:hover {
    background-position: right 32px center;
  }
  .title h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .title .slash {
    width: 18px;
    margin: 0 auto 7px auto;
  }
  .title h1 {
    font-size: 21px;
  }
  .title h1 span {
    width: 27px;
    margin-right: 5px;
  }
}
/* -------------------------------------------------------------------- 

   #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
}
#header .header-inner {
  height: 80px;
  margin: 0 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-inner .logo {
  width: 83px;
}
#header .header-inner .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #header .header-inner {
    height: 60px;
    margin: 0 10px;
  }
  #header .header-inner .logo {
    width: 50px;
  }
  #header .header-inner .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
/* -------------------------------------------------------------------- 

   #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  background-image: url("../image/top_image.png");
  background-position: right top 200px;
  background-repeat: no-repeat;
  background-size: 63% auto;
  position: relative;
  margin: 80px 0 0 0;
}
#keyvicual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #e0c3fc, #8ec5fc);
  z-index: -1;
}
#keyvicual .vicual-wrapper {
  padding: 40px 0 400px 40px;
}
#keyvicual .vicual-wrapper .content1 {
  width: 87%;
  margin-bottom: 25px;
  animation-name: fadein2;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: scale(1.4);
}
#keyvicual .vicual-wrapper .icon {
  width: 57.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#keyvicual .vicual-wrapper .icon .item {
  width: calc(33.3% - 15px);
  animation-name: fadein1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.8s;
}
#keyvicual .vicual-wrapper .icon .item2 {
  animation-delay: 1.2s;
}
#keyvicual .vicual-wrapper .icon .item3 {
  animation-delay: 1.6s;
}
#keyvicual .cta-key {
  position: absolute;
  bottom: -160px;
}

@keyframes fadein1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #keyvicual {
    background-position: right top 200px;
    background-size: 63% auto;
    margin: 60px 0 0 0;
    background-image: initial;
  }
  #keyvicual .vicual-wrapper {
    padding: 40px 0 200px 0;
    overflow: hidden;
  }
  #keyvicual .vicual-wrapper .content1 {
    width: 100%;
    margin-bottom: 15px;
  }
  #keyvicual .vicual-wrapper .icon {
    width: 100%;
    margin-bottom: 15px;
  }
  #keyvicual .vicual-wrapper .icon .item {
    width: calc(33.3% - 7px);
  }
  #keyvicual .vicual-wrapper .content2 {
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
  }
  #keyvicual .cta-key {
    position: absolute;
    bottom: -125px;
  }
}
/* -------------------------------------------------------------------- 

   #CTA

-------------------------------------------------------------------- */
#cta {
  width: 100%;
  background: linear-gradient(90deg, #4e454a 0%, #4e454a 50%, transparent 50%, transparent 100%);
}
#cta .cta-wrapper {
  background-color: #4e454a;
  color: #FFFFFF;
  border-radius: 0 80px 80px 0;
  padding: 60px 0 50px 30px;
}
#cta .cta-wrapper .txt {
  display: flex;
  justify-items: flex-start;
  align-items: flex-end;
}
#cta .cta-wrapper .txt .txt-wrapper {
  display: flex;
  justify-items: flex-start;
  align-items: flex-end;
}
#cta .cta-wrapper .txt .chance {
  width: 260px;
  margin-right: 17px;
}
#cta .cta-wrapper .txt h2 {
  background-color: #FFFFFF;
  color: #262834;
  padding: 0 12px;
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
  margin-right: 12px;
}
#cta .cta-wrapper .txt h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1em;
}
#cta .cta-wrapper .txt h1 span {
  display: inline-block;
  color: #FFDF00;
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 0.03em;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1em;
}
#cta .cta-wrapper .txt .icon {
  width: 132px;
  margin-right: 25px;
}
#cta .cta-wrapper .txt .ex {
  margin-right: 50px;
}
#cta .cta-wrapper .txt p {
  font-size: 27px;
  line-height: 1.33em;
  font-weight: 700;
}
#cta .cta-wrapper .txt small {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.63em;
}
#cta .cta-wrapper .txt .apply-button {
  font-size: 28px;
  padding: 30px 160px 30px 106px;
  background-size: 43px auto;
  background-position: right 105px center;
}
#cta .cta-wrapper .txt .apply-button:hover {
  background-position: right 100px center;
}
#cta .cta-wrapper .txt1 {
  margin-bottom: 15px;
}
#cta .cta-wrapper .txt2 {
  align-items: center;
}
#cta .cta-wrapper .txt2 .txt-wrapper {
  align-items: center;
}

#cta.cta-right {
  background: linear-gradient(-90deg, #4e454a 0%, #4e454a 50%, transparent 50%, transparent 100%);
}
#cta.cta-right .cta-wrapper {
  border-radius: 80px 0 0 80px;
  padding: 60px 0 50px 60px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #cta .cta-wrapper {
    border-radius: 0 40px 40px 0;
    padding: 30px 0 25px 0;
  }
  #cta .cta-wrapper .txt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #cta .cta-wrapper .txt .txt-wrapper {
    margin-bottom: 5px;
  }
  #cta .cta-wrapper .txt .chance {
    width: 130px;
    margin-right: 8px;
  }
  #cta .cta-wrapper .txt h2 {
    padding: 0 6px;
    font-size: 16px;
    line-height: 23px;
    margin-right: 6px;
  }
  #cta .cta-wrapper .txt h1 {
    font-size: 21px;
  }
  #cta .cta-wrapper .txt h1 span {
    font-size: 36px;
  }
  #cta .cta-wrapper .txt .icon {
    width: 66px;
    margin-right: 12px;
  }
  #cta .cta-wrapper .txt .ex {
    margin-right: 25px;
  }
  #cta .cta-wrapper .txt p {
    font-size: 13px;
  }
  #cta .cta-wrapper .txt small {
    font-size: 9px;
  }
  #cta .cta-wrapper .txt .apply-button {
    font-size: 14px;
    padding: 15px 80px 15px 53px;
    background-size: 21px auto;
    background-position: right 50px center;
  }
  #cta .cta-wrapper .txt .apply-button:hover {
    background-position: right 50px center;
  }
  #cta .cta-wrapper .txt1 {
    margin-bottom: 10px;
  }
  #cta .cta-wrapper .txt2 .txt-wrapper {
    margin-bottom: 10px;
  }
  #cta.cta-right {
    overflow-x: hidden;
  }
  #cta.cta-right .cta-wrapper {
    border-radius: 40px 0 0 40px;
    padding: 30px 0 25px 0;
  }
}
/* -------------------------------------------------------------------- 

   #特典

-------------------------------------------------------------------- */
#benefits {
  text-align: center;
  background: linear-gradient(-90deg, #7467C9, #74CFE8);
  padding: 280px 0 80px 0;
  color: #FFFFFF;
}
#benefits .title {
  margin-bottom: 60px;
}
#benefits h1.benefits-title {
  font-size: 47px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 30px;
}
#benefits .benefits-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}
#benefits .benefits-main .now {
  width: 240px;
}
#benefits .benefits-main .man {
  /**width: 560px**/
}
#benefits h3 {
  background: linear-gradient(90deg, #001A72, #AAB3DD);
  font-size: 36px;
  line-height: 70px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 20px;
}
#benefits h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75em;
  margin-bottom: 50px;
}
#benefits h4 span {
  color: #FFDF00;
}
#benefits table {
  text-align: left;
  color: #262834;
  margin-bottom: 75px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}
#benefits table th {
  background-color: #FEFBE5;
  vertical-align: middle;
  width: 210px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  background-image: url("../image/dotto_t.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
#benefits table td {
  padding: 15px 15px 15px 30px;
  font-size: 18px;
  line-height: 1.66em;
  font-weight: 500;
}
#benefits table td span {
  font-size: 16px;
  font-weight: 400;
}
#benefits .benefits-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
#benefits .benefits-content .item {
  background-color: #FFFFFF;
  color: #262834;
  border-radius: 8px;
  width: calc(50% - 6px);
  padding: 25px 0;
}
#benefits .benefits-content .item p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
#benefits .benefits-content .item h2 {
  font-size: 70px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  line-height: 1em;
}
#benefits .benefits-content .item h2 span,
#benefits .benefits-content .item h2 small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  line-height: 1em;
}
#benefits .benefits-content .item h2 small {
  font-size: 30px;
}
#benefits p.sub-ex {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  text-align: right;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #benefits {
    padding: 187px 0 40px 0;
  }
  #benefits .title {
    margin-bottom: 30px;
  }
  #benefits h1.benefits-title {
    font-size: 23px;
    margin-bottom: 15px;
  }
  #benefits .benefits-main {
    gap: 7px;
    margin-bottom: 35px;
  }
  #benefits .benefits-main .now {
    width: 120px;
  }
  #benefits .benefits-main .man {
    /**width: 280px**/
  }
  #benefits h3 {
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
  }
  #benefits h4 {
    font-size: 12px;
    margin-bottom: 32px;
  }
  #benefits table {
    margin-bottom: 37px;
  }
  #benefits table th {
    border-radius: 4px 0 0 4px;
    width: 100px;
    padding: 0 0 0 15px;
    font-size: 10px;
  }
  #benefits table td {
    padding: 7px 7px 7px 18px;
    font-size: 10px;
  }
  #benefits table td span {
    font-size: 9px;
  }
  #benefits .benefits-content {
    gap: 6px;
  }
  #benefits .benefits-content .item {
    border-radius: 4px;
    width: calc(50% - 3px);
    padding: 12px 0;
  }
  #benefits .benefits-content .item p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #benefits .benefits-content .item h2 {
    font-size: 35px;
  }
  #benefits .benefits-content .item h2 span,
  #benefits .benefits-content .item h2 small {
    font-size: 25px;
  }
  #benefits .benefits-content .item h2 small {
    font-size: 15px;
  }
  #benefits p.sub-ex {
    font-size: 10px;
  }
}
/* -------------------------------------------------------------------- 

   #正社員

-------------------------------------------------------------------- */
#full {
  background: linear-gradient(-90deg, #7467C9, #74CFE8);
  padding: 0 0 280px 0;
  position: relative;
}
#full .full-wrapper {
  background-color: #FEFBE5;
  color: #262834;
  text-align: center;
  padding: 30px 0;
}
#full .full-wrapper h2 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  background-image: url("../image/dotted.png");
  background-repeat: repeat-x;
  background-position: center left;
  background-size: auto 1px;
  margin-bottom: 25px;
}
#full .full-wrapper h2 span {
  background-color: #FEFBE5;
  padding: 0 35px;
}
#full .full-wrapper h1 {
  font-size: 38px;
  line-height: 1em;
  font-weight: 900;
  margin-bottom: 20px;
}
#full .full-wrapper p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 7px;
}
#full .full-wrapper p span {
  display: inline-block;
  font-size: small;
  vertical-align: text-top;
}
#full .full-wrapper small {
  font-size: 16px;
  font-weight: 400;
}
#full .cta-full {
  position: absolute;
  bottom: -160px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #full {
    padding: 0 0 187px 0;
  }
  #full .full-wrapper {
    padding: 15px 0;
  }
  #full .full-wrapper h2 {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #full .full-wrapper h2 span {
    padding: 0 17px;
  }
  #full .full-wrapper h1 {
    font-size: 18px;
    line-height: 1.33em;
    margin-bottom: 10px;
  }
  #full .full-wrapper p {
    font-size: 14px;
    margin-bottom: 3px;
    text-align: left;
  }
  #full .full-wrapper small {
    text-align: right;
    display: block;
    font-size: 12px;
  }
  #full .cta-full {
    bottom: -127px;
  }
}
/* -------------------------------------------------------------------- 

   #強み

-------------------------------------------------------------------- */
#forte {
  padding: 280px 0 150px 0;
  color: #231815;
  background-color: #F4F4F5;
}

#forte .title {
  color: #231815;
  margin-bottom: 50px;
}
#forte .title h1 span {
  width: 43px;
  margin-right: 15px;
}
#forte .title h1 {
  margin-bottom: 12px;
}
#forte .title p {
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
}
#forte .forte-cotnent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 12px;
}
#forte .forte-cotnent .item {
  width: calc(50% - 6px);
  background-color: #FFFFFF;
  border-radius: 8px;
}
#forte .forte-cotnent .item .txt {
  padding: 25px 55px 35px 55px;
}
#forte .forte-cotnent .item h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
}
#forte .forte-cotnent .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

#forte2 {
  padding: 150px 0 150px 0;
  color: #231815;
  background: linear-gradient(90deg, #AAB3DD, #001A72);
}
#forte2 .title {
  /**color: #231815;**/
  margin-bottom: 50px;
}
#forte2 .title h1 span {
  width: 43px;
  margin-right: 15px;
}
#forte2 .title h1 {
  margin-bottom: 12px;
}
#forte2 .title p {
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
}
#forte2 .forte-cotnent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 12px;
}
#forte2 .forte-cotnent .item {
  width: calc(50% - 6px);
  background-color: #FFFFFF;
  border-radius: 8px;
}
#forte2 .forte-cotnent .item .txt {
  padding: 25px 55px 35px 55px;
}
#forte2 .forte-cotnent .item h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
}
#forte2 .forte-cotnent .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #forte {
    padding: 187px 0 75px 0;
  }
  #forte .title {
    margin-bottom: 25px;
  }
  #forte .title h1 span {
    width: 21px;
    margin-right: 7px;
  }
  #forte .title h1 {
    margin-bottom: 6px;
  }
  #forte .title p {
    font-size: 11px;
  }
  #forte .forte-cotnent {
    gap: 15px 6px;
  }
  #forte .forte-cotnent .item {
    width: 100%;
    border-radius: 4px;
  }
  #forte .forte-cotnent .item .txt {
    padding: 12px 30px 18px 30px;
  }
  #forte .forte-cotnent .item h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #forte .forte-cotnent .item p {
    font-size: 14px;
  }

  #forte2 {
    padding: 80px 0 75px 0;
  }
  #forte2 .title {
    margin-bottom: 25px;
  }
  #forte2 .title h1 span {
    width: 21px;
    margin-right: 7px;
  }
  #forte2 .title h1 {
    margin-bottom: 6px;
  }
  #forte2 .title p {
    font-size: 11px;
  }
  #forte2 .forte-cotnent {
    gap: 15px 6px;
  }
  #forte2 .forte-cotnent .item {
    width: 100%;
    border-radius: 4px;
  }
  #forte2 .forte-cotnent .item .txt {
    padding: 12px 30px 18px 30px;
  }
  #forte2 .forte-cotnent .item h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #forte2 .forte-cotnent .item p {
    font-size: 14px;
  }
}
/* -------------------------------------------------------------------- 

   #マップ

-------------------------------------------------------------------- */
#map {
  background: linear-gradient(90deg, #AAB3DD, #001A72);
  padding: 130px 0 120px 0;
}
#map .title {
  margin-bottom: 60px;
}
#map .title h1 span {
  width: 60px;
  margin-right: 12px;
}
#map p {
  margin-bottom: 45px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
#map .map-content {
  height: 650px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #map {
    padding: 65px 0 60px 0;
  }
  #map .title {
    margin-bottom: 30px;
  }
  #map .title h1 span {
    width: 30px;
    margin-right: 6px;
  }
  #map p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.5;
  }
  #map .map-content {
    height: 325px;
  }
}
/* -------------------------------------------------------------------- 

   #仕事内容

-------------------------------------------------------------------- */
#work {
  background: linear-gradient(-90deg, #7467C9, #74CFE8);
  position: relative;
}
#work .work-wrapper {
  padding: 120px 0 170px 0;
}
#work .work-wrapper .title {
  margin-bottom: 65px;
}
#work .work-wrapper .bubble {
  background: linear-gradient(90deg, #AAB3DD, #001A72);
  border-radius: 8px;
  padding: 30px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 40px;
}
#work .work-wrapper .bubble h1 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1em;
}
#work .work-wrapper .bubble p {
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
#work .work-wrapper .bubble::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../image/arrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
#work .work-wrapper .work-flow {
  position: relative;
  margin-bottom: 30px;
}
#work .work-wrapper .work-flow .item {
  display: flex;
  justify-content: space-between;
  /**align-items: center;**/
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
#work .work-wrapper .work-flow .item .img {
  width: 133px;
}
#work .work-wrapper .work-flow .item .txt {
  width: calc(100% - 163px);
  color: #FFFFFF;
}
#work .work-wrapper .work-flow .item .txt h2 {
  font-size: 24px;
  line-height: 1.33em;
  font-weight: 700;
  margin-bottom: 15px;
}
#work .work-wrapper .work-flow .item .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
#work .work-wrapper .work-flow .item::before {
  position: absolute;
  content: "";
  width: calc(100% - 163px);
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  right: 0;
}
#work .work-wrapper .work-flow::before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 30px);
  background: linear-gradient(0deg, #74CFE8, #FFFFFF);
  top: 15px;
  left: 64.5px;
}
#work .work-wrapper .work-flow .item5 {
  padding: 0;
  margin: 0;
}
#work .work-wrapper .work-flow .item5::before {
  display: none;
}
#work .work-wrapper .work-flow .item5::after {
  display: none;
}
#work .work-wrapper p.ex {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 60px;
}
#work table {
  text-align: left;
  color: #262834;
  margin-bottom: 75px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
}
#work table tr {
  border-bottom: 1px solid #D4D4D6;
}
#work table tr:last-child {
  border: none;
}
#work table th {
  background-color: #FEFBE5;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  font-size: 18px;
  line-height: 1.38em;
  font-weight: 700;
  background-image: url("../image/dotto_t.png");
  background-repeat: repeat-y;
  background-size: 1px auto;
  background-position: right top;
}
#work table td {
  padding: 25px 30px 25px 25px;
  font-size: 18px;
  line-height: 1.66em;
  font-weight: 500;
}
#work table td span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #7D7E85;
  margin-top: 10px;
}
#work .cta-work {
  position: absolute;
  bottom: -160px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #work .work-wrapper {
    padding: 60px 0 150px 0;
  }
  #work .work-wrapper .title {
    margin-bottom: 32px;
  }
  #work .work-wrapper .bubble {
    border-radius: 4px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  #work .work-wrapper .bubble h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #work .work-wrapper .bubble p {
    font-size: 14px;
    line-height: 1.5em;
  }
  #work .work-wrapper .bubble::before {
    width: 11px;
    height: 11px;
    bottom: -11px;
  }
  #work .work-wrapper .work-flow {
    margin-bottom: 15px;
  }
  #work .work-wrapper .work-flow .item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #work .work-wrapper .work-flow .item .img {
    width: 66px;
  }
  #work .work-wrapper .work-flow .item .txt {
    width: calc(100% - 81px);
  }
  #work .work-wrapper .work-flow .item .txt h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  #work .work-wrapper .work-flow .item .txt p {
    font-size: 14px;
  }
  #work .work-wrapper .work-flow .item::before {
    width: calc(100% - 81px);
  }
  #work .work-wrapper .work-flow .item::after {
    width: 21px;
    height: 21px;
    bottom: -10px;
    left: 22.5px;
  }
  #work .work-wrapper .work-flow::before {
    width: 2px;
    height: calc(100% - 60px);
    top: 30px;
    left: 32px;
  }
  #work .work-wrapper .work-flow .item5 {
    padding: 0;
    margin: 0;
  }
  #work .work-wrapper .work-flow .item5::before {
    display: none;
  }
  #work .work-wrapper .work-flow .item5::after {
    display: none;
  }
  #work .work-wrapper p.ex {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #work table {
    margin-bottom: 38px;
    border-radius: 4px;
  }
  #work table th {
    width: 50px;
    font-size: 16px;
  }
  #work table td {
    padding: 12px 15px 12px 12px;
    font-size: 16px;
  }
  #work table td span {
    font-size: 14px;
    margin-top: 5px;
  }
  #work .cta-work {
    bottom: -127px;
  }
}
/* -------------------------------------------------------------------- 

   #先輩

-------------------------------------------------------------------- */
#senior {
  background-color: #F4F4F5;
  padding: 160px 0 130px 0;
}
#senior .title {
  color: #231815;
  margin-bottom: 60px;
}
#senior .title h1 span {
  display: inline-block;
  width: 50px;
  margin-right: 15px;
}
#senior .senior-content {
  padding-top: 40px;
  background-image: url("../image/senior.png");
  background-repeat: no-repeat;
  background-size: 445px auto;
  background-position: top left;
  position: relative;
}
#senior .senior-content .txt {
  width: 420px;
  border-radius: 8px;
  padding: 50px 45px;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 22px 0 auto;
  z-index: 1;
}
#senior .senior-content .txt h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
#senior .senior-content .txt p {
  font-size: 18px;
  line-height: 1.66em;
  color: #7D7E85;
}
#senior .senior-content .txt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -22px;
  bottom: -22px;
  background-color: rgba(125, 126, 133, 0.3);
  border-radius: 8px;
  z-index: -2;
}
#senior .senior-content .txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  z-index: -1;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #senior {
    padding: 60px 0 60px 0;
  }
  #senior .title {
    margin-bottom: 30px;
  }
  #senior .title h1 span {
    width: 25px;
    margin-right: 7px;
  }
  #senior .senior-content {
    padding-top: 140px;
    background-size: 227px auto;
  }
  #senior .senior-content .txt {
    width: 90%;
    border-radius: 4px;
    padding: 25px 22px;
    margin: 0 11px 0 auto;
  }
  #senior .senior-content .txt h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #senior .senior-content .txt p {
    font-size: 14px;
  }
  #senior .senior-content .txt::after {
    right: -11px;
    bottom: -11px;
    border-radius: 4px;
  }
  #senior .senior-content .txt::before {
    border-radius: 4px;
  }
}
/* -------------------------------------------------------------------- 

   #流れ

-------------------------------------------------------------------- */
#flow {
  background: linear-gradient(90deg, #AAB3DD, #001A72);
  padding: 120px 0 150px 0;
}
#flow .title {
  margin-bottom: 80px;
}
#flow .title h1 span {
  width: 50px;
  margin-right: 15px;
}
#flow .step-wrapper {
  position: relative;
}
#flow .step-wrapper .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 70px;
  margin-bottom: 65px;
  position: relative;
}
#flow .step-wrapper .item .step {
  position: absolute;
  width: 70px;
  top: -15px;
  left: -15px;
}
#flow .step-wrapper .item .img {
  width: 130px;
  margin-right: 30px;
}
#flow .step-wrapper .item h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
}
#flow .step-wrapper .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
#flow .step-wrapper .item p span {
  font-size: 16px;
}
#flow .step-wrapper .item::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  background-image: url("../image/work_arrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  bottom: -54px;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .step-wrapper .item5::after {
  display: none;
}
#flow .step-wrapper::before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background: linear-gradient(0deg, #74CFE8, #FFFFFF);
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #flow {
    padding: 60px 0 75px 0;
  }
  #flow .title {
    margin-bottom: 40px;
  }
  #flow .title h1 span {
    width: 25px;
    margin-right: 7px;
  }
  #flow .step-wrapper .item {
    padding: 15px 15px 15px 20px;
    margin-bottom: 32.5px;
  }
  #flow .step-wrapper .item .step {
    width: 35px;
    top: -7.5px;
    left: -7.5px;
  }
  #flow .step-wrapper .item .img {
    width: 65px;
    margin-right: 15px;
  }
  #flow .step-wrapper .item h2 {
    font-size: 16px;
    margin-bottom: 7.5px;
  }
  #flow .step-wrapper .item p {
    font-size: 14px;
  }
  #flow .step-wrapper .item p span {
    font-size: 12px;
  }
  #flow .step-wrapper .item::after {
    width: 21px;
    height: 21px;
    bottom: -27px;
  }
  #flow .step-wrapper .item5::after {
    display: none;
  }
  #flow .step-wrapper::before {
    width: 2px;
  }
}
/* -------------------------------------------------------------------- 

   #募集要項

-------------------------------------------------------------------- */
#recruiting {
  background: linear-gradient(-90deg, #7467C9, #74CFE8);
  padding: 120px 0 150px 0;
}
#recruiting .title {
  margin-bottom: 60px;
}
#recruiting .title h1 span {
  display: inline-block;
  width: 57px;
  margin-right: 12px;
}
#recruiting table {
  width: 100%;
  text-align: left;
  color: #262834;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
}
#recruiting table tr {
  border-bottom: 1px solid #D4D4D6;
}
#recruiting table tr:last-child {
  border: none;
}
#recruiting table th {
  background-color: #FEFBE5;
  vertical-align: middle;
  text-align: center;
  width: 210px;
  font-size: 18px;
  line-height: 1.38em;
  font-weight: 700;
  background-image: url("../image/dotto_t.png");
  background-repeat: repeat-y;
  background-size: 1px auto;
  background-position: right top;
}
#recruiting table td {
  padding: 25px 30px 25px 25px;
  font-size: 18px;
  line-height: 1.66em;
  font-weight: 500;
}
#recruiting table td span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #7D7E85;
  margin-top: 10px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #recruiting {
    padding: 60px 0 75px 0;
  }
  #recruiting .title {
    margin-bottom: 30px;
  }
  #recruiting .title h1 span {
    width: 28.5px;
    margin-right: 6px;
  }
  #recruiting table {
    border-radius: 4px;
  }
  #recruiting table th {
    width: 105px;
    font-size: 16px;
  }
  #recruiting table td {
    padding: 12.5px 15px 12.5px 12.5px;
    font-size: 14px;
  }
  #recruiting table td span {
    font-size: 12px;
    margin-top: 5px;
  }
}
/* -------------------------------------------------------------------- 

   #募集要項

-------------------------------------------------------------------- */
#question {
  background-color: #F4F4F5;
  padding: 120px 0 130px 0;
}
#question .title {
  margin-bottom: 60px;
  color: #262834;
}
#question .title h1 span {
  width: 65px;
  margin-right: 15px;
}
#question .question-content .item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}
#question .question-content .q,
#question .question-content .a {
  display: flex;
}
#question .question-content .q h1,
#question .question-content .a h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33em;
}
#question .question-content .q p,
#question .question-content .a p {
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
}
#question .question-content .q a,
#question .question-content .a a {
  color: #262834;
}
#question .question-content .q span,
#question .question-content .a span {
  display: inline-block;
  font-size: 25px;
  line-height: 1em;
  font-weight: 700;
  margin-right: 7px;
}
#question .question-content .q {
  margin-bottom: 20px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #question {
    padding: 60px 0 65px 0;
  }
  #question .title {
    margin-bottom: 30px;
  }
  #question .title h1 span {
    width: 32.5px;
    margin-right: 7.5px;
  }
  #question .question-content .item {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #question .question-content .q h1,
  #question .question-content .a h1 {
    font-size: 16px;
  }
  #question .question-content .q p,
  #question .question-content .a p {
    font-size: 14px;
  }
  #question .question-content .q span,
  #question .question-content .a span {
    font-size: 18px;
    margin-right: 5px;
  }
  #question .question-content .q {
    margin-bottom: 10px;
  }
}
/* -------------------------------------------------------------------- 

   #メリット

-------------------------------------------------------------------- */
#merit {
  background: linear-gradient(90deg, #AAB3DD, #001A72);
  padding: 120px 0 280px 0;
  position: relative;
}
#merit .title {
  margin-bottom: 60px;
}
#merit .title h1 {
  font-size: 48px;
}
#merit .title h1 span {
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}
#merit .merit-content {
  padding: 40px;
  background-color: #F4F4F5;
  border-radius: 8px;
  margin-bottom: 50px;
}
#merit .merit-content h1 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#merit .merit-content .merit-wrapper {
  display: flex;
  justify-content: space-between;
}
#merit .merit-content .merit-wrapper .txt {
  width: 52%;
}
#merit .merit-content .merit-wrapper .txt p {
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
}
#merit .merit-content .merit-wrapper .img {
  width: 41.5%;
}
#merit .merit-content .merit-list {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 30px;
}
#merit .merit-content .merit-list h3 {
  background: linear-gradient(90deg, #001A72, #AAB3DD);
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
}
#merit .merit-content .merit-list .item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#merit .merit-content .merit-list .item-wrapper .img {
  width: 32%;
}
#merit .merit-content .merit-list .item-wrapper .txt {
  width: 63%;
}
#merit .merit-content .merit-list .item-wrapper .txt p {
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
}
#merit .merit-content .merit-list .item-wrapper .txt p span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.66em;
  font-weight: 700;
}
#merit .cta-merit {
  position: absolute;
  bottom: -160px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #merit {
    padding: 60px 0 187px 0;
  }
  #merit .title {
    margin-bottom: 30px;
  }
  #merit .title h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  #merit .title h1 span {
    width: 30px;
    margin-right: 7.5px;
  }
  #merit .merit-content {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
  }
  #merit .merit-content h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #merit .merit-content .merit-wrapper {
    flex-flow: column-reverse;
    gap: 10px;
    margin-bottom: 25px;
  }
  #merit .merit-content .merit-wrapper .txt {
    width: 100%;
  }
  #merit .merit-content .merit-wrapper .txt p {
    font-size: 14px;
  }
  #merit .merit-content .merit-wrapper .img {
    width: 100%;
  }
  #merit .merit-content .merit-list {
    border-radius: 10px;
    padding: 15px;
  }
  #merit .merit-content .merit-list h3 {
    font-size: 18px;
    line-height: 1.33em;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #merit .merit-content .merit-list .item-wrapper {
    flex-flow: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  #merit .merit-content .merit-list .item-wrapper .img {
    width: 100%;
  }
  #merit .merit-content .merit-list .item-wrapper .txt {
    width: 100%;
  }
  #merit .merit-content .merit-list .item-wrapper .txt p {
    font-size: 14px;
  }
  #merit .merit-content .merit-list .item-wrapper .txt p span {
    font-size: 18px;
  }
  #merit .cta-merit {
    position: absolute;
    bottom: -127px;
  }
}
/* -------------------------------------------------------------------- 

   #フッター

-------------------------------------------------------------------- */
footer {
  padding: 200px 0 50px 0;
  text-align: center;
}
footer p {
  font-size: 18px;
  line-height: 1.66em;
}
footer p a {
  color: #262834;
  transition: all 0.4s;
}
footer p a:hover {
  opacity: 0.6;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  footer {
    padding: 187px 0 25px 0;
  }
  footer p {
    font-size: 14px;
  }
}
/* -------------------------------------------------------------------- 

  #アニメーション

-------------------------------------------------------------------- */
.fade-up {
  transition: all 1s;
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-l {
  transition: all 1s;
  opacity: 0;
  transform: translate(-20px, 0);
}

.fade-l.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-r {
  position: relative;
  transition: all 1s;
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-r.active {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=styles.css.map */