@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  min-width: 1100px;
  position: relative;
}

body {
  position: relative;
  padding-top: 90px;
}

ol, ul {
  list-style: none;
}

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

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

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

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

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

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

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
/* 最初の状態（通常） */
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 90px;
  z-index: 10;
  background-color: #f0eeff;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.l-header-logo img {
  width: 372px;
}

.l-header-logo h1,
.l-header-logo p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.l-header-logo h1 span,
.l-header-logo p span {
  margin-left: 35px;
}

.l-header-info {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.l-header-entry {
  background-color: #fdd000;
  height: 90px;
  width: 170px;
  margin-left: 48px;
}

.l-header-entry a {
  width: 100%;
  height: 100%;
}

.l-header-entry span {
  text-align: center;
  color: #515151;
  font-size: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.l-header-nav__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  gap: 0 30px;
}

.l-header-nav__item li a {
  font-size: 0.87rem;
  font-weight: 700;
  position: relative;
}

.l-header-nav__item li a:before ,
.l-header-nav__item li.active a:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  transition: transform 0.3s ease;
}

.l-header-nav__item li.active a:before ,
.l-header-nav__item li:hover a:before {
  transform: translateX(-50%) scaleX(1);
}

/* Main
---------------------------------------------------------------*/

.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
#footer {
  
}

.l-footer-navi {
  background-color: #474e4f;
  padding: 60px 0;
  margin: 20px 0 60px;
}

.l-footer-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}

.l-footer-navi ul li a {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
}

.l-footer-inner {
  padding: 0 20px 30px;
  border-bottom: 1px solid #474e4f;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-logo {
  max-width: 616px;
  margin: 0 auto 60px;
}

.l-footer-logo img {
  width: 100%;
}

.l-footer-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-footer-privacy {
  margin-left: auto;
}

.l-footer-address a,
.l-footer-address address,
.l-footer-privacy a {
  font-size: 0.9375rem;
}

.l-footer-image {
  margin-top: 100px;
}

.copyright p {
  color: #fff;
  padding: 20px 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

.mv {
  padding-left: 30px;
  background-color: #90c31f;
  padding-bottom: 280px;
  position: relative;
  z-index: 1;
}

.mv-inner {
  position: relative;
}

.mv-catch {
  margin-top: -55px;
  position: relative;
  z-index: 2;
  margin-left: 50px;
}

.mv-catch img {
  max-width: 71%;
  height: auto;
}

.mv-catch p {
  font-weight: 900;
  font-size: 2.4vw;
  color: #1f1f1f;
  letter-spacing: 2px;
}

/* スライド間に右だけ余白（16px） */
.mv-slider .slide {
  margin-right: 16px;
}

/* 最後のスライドは右マージンなし（はみ出し防止） */
.mv-slider .slide:last-child {
  margin-right: 0;
}

/* slick の基本整形 */
.mv-slider .slick-track {
  display: flex;
}
.mv-slider .slick-slide {
  float: none; /* レイアウト崩れ防止 */
}

.mv-entry {
  position: absolute;
  right: 30px;
  bottom: 12vw;
  width: 190px;
  height: 190px;
  z-index: 3;
  display: inline-block;
  /* 初期回転0度を明示 */
  --rotation: 0deg;
}

.mv-entry a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mv-entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177px;
  height: 179px;
  transform: translate(-50%, -50%) rotate(var(--rotation));
  background: url(images/common/btn-entry-txt.svg) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  z-index: 3;
  transition: transform 1s ease;
}

.mv-entry a:hover,
.mv-entry a img:hover{
  opacity: 1;
  cursor: pointer;
}

/*about*/
.about {
  padding-top: 5vw;
  margin-top: -360px;
  position: relative;
  z-index: 3;
}

.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f0eeff;
  clip-path: polygon(0 16%, 100% 0px, 100% calc(100% - 0px), 0px 100%);
}

.about .c-center {
  position: relative;
  z-index: 5;
}

.about .lead {
  margin-bottom: -5px;
}

.about .lead h2 span {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  background-color: #1f1f1f;
  padding: 2px 10px;
}

.about-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.about-thum {
  width: 100%;
  max-width: 440px;
  position: relative;
  margin-left: -100px;
}

.about-thum img {
  width: 100%;
}

.about-info {
  margin-left: auto;
  width: calc(100% - 37.4%);
  padding-top: 50px;
}

.about-info h3 {
  font-weight: 800;
  font-size: 2.75rem;
  margin-bottom: 25px;
  line-height: 1.5;
}

.about-info .txt18 ,
.about-btm .txt18 {
  margin-bottom: 20px;
}

.about-btm {
  position: relative;
  background-color: #fff;
}

.about-btm .c-center {
  padding-top: 0;
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

/*smiles*/
.smiles {
  padding: 65px 0;
}
.smiles-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}

.smiles-lists li {
  width: 17.8%;
  -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.2);
  box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}

.lead02 {
  overflow: hidden;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.track {
  display: inline-flex;
  animation: marquee 40s linear infinite;
}

.track span {
  display: inline-block;
  padding-right: 130px;
  color: #fff;
  font-size: 6.875rem;
  font-weight: 900;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*staff*/

.top-staff {
  padding-top: 60px;
  background-color: #f0eeff;
}

.top-staff .c-center {
  background: url(images/top/bg-top-staff.jpg) no-repeat top center;
  background-size: 1080px;
  padding-top: 370px;
}

.top-staff .lead {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 35px;
}

.top-staff .lead span {
  font-size: 6.875rem;
  display: block;
  font-weight: 800;
}

#ttl01,
#ttl02,
#ttl03 {
  margin-top: -100px;
  padding-top: 100px;
}

.staff-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 55px;
}

.staff-lists + .btnArea {
  margin-top: 80px;
}

.staff-lists.second .staff-info {
  order: 1;
  margin-left: 0;
}

.staff-lists.second .staff-thum {
  margin-left: auto;
  margin-right: 0;
  order: 2;
}

.staff-lists .staff-thum {
  width: 430px;
}

.staff-lists .staff-info {
  width: calc(100% - 500px);
  margin-left: auto;
}

.staff-info .num {
  margin-bottom: 20px;
  display: block;
  max-width: 136px;
}

.staff-info h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.staff-info .c-btn {
  max-width: 297px;
  margin-top: 35px;
  padding: 15px 20px 15px 45px;
  text-align: left;
}

/*story*/

.top-story,
.story-list-bg {
  position: relative;
}

.story-list-bg {
  padding-top: 90px;
}

.top-story:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  background: -webkit-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: -o-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: linear-gradient(to right, #85ce58 0%, #dae13f 100%);
  clip-path: polygon(0 0%, 100% 0px, 100% calc(75% - 0px), 0px 100%);
}

.story-list-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 460px;
  background: -webkit-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: -o-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: linear-gradient(to right, #85ce58 0%, #dae13f 100%);
  clip-path: polygon(0 250px, 100% 0, 100% calc(100% - 250px), 0 100%);
}

.top-story .c-center {
  position: relative;
  padding-bottom: 0;
}

.story-list.c-center {
  padding-top: 0;
}

.top-story .lead {
  margin-bottom: 30px;
}

.top-story .lead img {
  max-width: 584px;
  display: block;
}

.top-story .lead h2 {
  font-size: 2.75rem;
  font-weight: 700;
}

.story-list {
  margin-bottom: 100px;
}

.story-list-thum {
  max-width: 865px;
  position: relative;
}

.story-list-thum span {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
}

.story-list-info {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.story-list-info__ttl {
  width: 500px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.story-list-info__ttl h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.story-list-info__txt {
  margin-left: auto;
  width: calc(100% - 500px);
}

/*work*/
.top-work {
  position: relative;
}

.top-work:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 90%;
  background-color: #f0eeff;
  clip-path: polygon(0 0px, 100% 260px, 100% calc(100% - 0px), 0px 100%);
}

.top-work .c-center {
  position: relative;
  padding-bottom: 80px;
}

.top-work .lead {
  margin-bottom: 25px;
}

.top-work .lead h2 {
  font-size: 11.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}

.work-list {
  border-bottom: 4px solid #fff;
  padding: 100px 0 90px;
  position: relative;
}

.work-list-info__top {
  width: 54%;
}

.work-list-info__top h3 {
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
}

.work-list-info__top h3 span {
  border-bottom: 1px solid #90c31f;
}

.work-list-info__top .c-btn {
  max-width: 297px;
  padding-left: 40px;
}

.work-list.work-list01:before {
  content: '';
  position: absolute;
  right: -40px;
  top: 20px;
  width: 45%;
  height: 463px;
  background: url(images/top/work-img01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.work-list.work-list02:before {
  content: '';
  position: absolute;
  right: -40px;
  top: 20px;
  width: 45%;
  height: 463px;
  background: url(images/top/work-img02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.work-list.work-list03:before {
  content: '';
  position: absolute;
  right: -40px;
  top: 20px;
  width: 45%;
  height: 463px;
  background: url(images/top/work-img03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.work-list.work-list03 {
  border-bottom: none;
  padding-bottom: 0;
}

/*ACCESS*/
.top-access {
  background: url(images/top/bg-access.jpg) no-repeat top center;
  background-size: cover;
}

.top-access .lead h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 35px;
}

.top-access .lead h2 span {
  line-height: 1.2;
  color: #fff;
  font-size: 6.875rem;
  font-weight: 800;
  display: block;
}

.top-access iframe {
  width: 100%;
  height: 440px;
}

.entry-cv {
  padding: 70px 0;
  text-align: center;
}

.c-btn-type02 {
  display: inline-block;
  background-color: #fdd000;
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
  padding: 47px 0;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
}

.c-btn-type02 span {
  color: #515151;
  font-size: 3.125rem;
  font-weight: 800;
  display: block;
  line-height: 1.2;
}

/*下層ページ開始*/
.sub-page {
  position: relative;
  padding: 60px 0 100px;
}

.sub-page:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  background: -webkit-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: -o-linear-gradient(left, #85ce58 0%, #dae13f 100%);
  background: linear-gradient(to right, #85ce58 0%, #dae13f 100%);
  clip-path: polygon(0 0%, 100% 0px, 100% calc(75% - 0px), 0px 100%);
}

/*work*/
.lv {
  background: url(images/common/lv-bg02.jpg) no-repeat top center;
  background-size: cover;
}

.lv.bg-vision {
  background: url(images/common/lv-bg01.jpg) no-repeat top center;
  background-size: cover;
}

.lv.bg-environment {
  background: url(images/common/lv-bg03.jpg) no-repeat top center;
  background-size: cover;
}

.lv.bg-entry {
  background: url(images/common/lv-bg04.jpg) no-repeat top center;
  background-size: cover;
}

.lv.bg-interview {
  background: url(images/common/lv-bg05.jpg) no-repeat top center;
  background-size: cover;
}

.lv.bg-requirements {
  background: url(images/common/lv-bg04.jpg) no-repeat top center;
  background-size: cover;
}

.lv-inner {
  padding: 187px 0;
  text-align: center;
}

.lv-inner h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #90C31F;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     3px  6px 10px rgba(0,0,0,.4);
     letter-spacing: 4px;
}

.work-sub-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 4px solid #F0EEFF;
}

.work-sub-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.work-list-num {
  width: 112px;
}

.work-list-info {
  width: calc(100% - 162px);
  margin-left: auto;
}

.work-list-info .label {
  color: #90C31F;
  font-size: 1.125rem;
  font-weight: 300;
}

.work-list-info h2 {
  font-size: 2.125rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.work-list-info h2 span {
  border-bottom: 1px solid #90C31F;
}

.work-list-info__box {
  background-color: rgba(240,238,255,.6);
  padding: 20px;
}

/*environment*/
.environment-list {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 4px solid #F0EEFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.environment-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.environment-list-thum {
  width: 430px;
  position: relative;
}

.environment-list-thum span {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.environment-list-info {
  width: calc(100% - 470px);
  margin-left: auto;
}

.environment-list-info h2 {
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.environment-list-info .txt18 + .txt18 {
  margin-top: 24px;
}

.environment-list:nth-child(even) .environment-list-thum {
  order: 2;
  margin-left: auto;
}

.environment-list:nth-child(even) .environment-list-info {
  order: 1;
  margin-right: auto;
  margin-left: 0;
}

/*form*/
.p-form-flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 35px;
  overflow: hidden;
  border: 1px solid #90C31F;
}

.p-form-flow li {
  width: 330px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  background-color: #F0EEFF;
}

.p-form-flow li.is-active {
  background-color: #90C31F;
  color: #fff;
}

.p-form-flow li:nth-child(1):before,
.p-form-flow li:nth-child(2):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid #90C31F;
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li:nth-child(1):after,
.p-form-flow li:nth-child(2):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -19px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid #F0EEFF;
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li.is-active:after {
  display: none;
}

.entry .c-center03 {
  padding-left: 100px;
  padding-right: 100px;
}

.entry .c-center03 h2 {
  font-size: 2.123rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E4E4E4;
  line-height: 1.3;
}

.formTable.input-screen ,
.formTable.input-screen tbody {
  width: 100%;
  display: block;
}

.thanks-block {
  margin: 90px 0;
}

.h3-ttl {
  font-size: 1.825rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

/*vision*/
.sub-page.type02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 820px;
  background: #F0EEFF;
  clip-path: polygon(0 0%, 100% 0px, 100% calc(75% - 0px), 0px 100%);
}

.vision .c-center03 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: inherit;
  box-shadow: none;
}

.vision-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 55px;
}

.vision-lists + .btnArea {
  margin-top: 80px;
}

.vision-lists.second .vision-info {
  order: 1;
  margin-left: 0;
}

.vision-lists.second .vision-thum {
  margin-left: auto;
  margin-right: 0;
  order: 2;
}

.vision-lists .vision-thum {
  width: 430px;
}

.vision-lists .vision-info {
  width: calc(100% - 500px);
  margin-left: auto;
}

.vision-info .num {
  margin-bottom: 0px;
  display: block;
  max-width: 112px;
}

.vision-info h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.strengths-lead {
  margin-bottom: 40px;
}

.strengths-lead h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.strengths-lead h2 span {
  display: block;
  font-size: 6.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.vision-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 40px;
}

.vision-head-thum {
  width: 406px;
}

.vision-head-info {
  margin-left: auto;
  width: calc(100% - 494px);
}

.vision-head-info h2 {
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.vision-head-info .txt18 {
  margin-bottom: 25px;
}

/*requirements*/
.requirements h2 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.requirements-head {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #90C31F;
}

.requirements-head ul {
  background-color: #fff;
  width: 100%;
  padding: 50px;
}

.requirements-head ul li {
  margin-bottom: 12px;
  background: url(images/common/ico-check.svg) no-repeat 0px 2px;
  background-size: 26px auto;
  padding-left: 46px;
  font-size: 1.125rem;
  font-weight: 500;
}

.requirements-head ul li:last-child {
  margin-bottom: 0;
}

.requirements-details dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #90C31F;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.requirements-details dt {
  width: 160px;
  font-weight: 700;
  font-size: 1.125rem;
}

.requirements-details dd {
  width: calc(100% - 160px);
  margin-left: auto;
  font-size: 1.125rem;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 100px;
  max-width: 1120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 100px;
  max-width: 1420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center03 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 60px 60px 60px;
  max-width: 1080px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3px 6px 10px #F0EEFF;
  box-shadow: 3px 6px 10px #F0EEFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*btn*/

.btnArea{
  text-align: center;
}

.c-btn {
  display: inline-block;
  position: relative;
  background-color: #1f1f1f;
  border-radius: 200px;
  width: 100%;
  text-align: left;
  max-width: 410px;
  padding: 24px 20px 24px 95px;
}

.c-btn:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url(images/common/btn-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.c-btn:hover:after {
  right: 10px;
}

.c-btn span {
  color: #90c31f;
  display: block;
  line-height: 1.2;
  font-size: 0.9375rem;
}

.c-btn p {
  color: #fff;
  display: block;
  font-size: 1.1875rem;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }


.txt14 {
  font-size: 0.875rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-green {
  color: #90c31f;
}

/*backgroud-color*/
.u-bg-green {
  background-color: #90c31f;
}

/*パンくず*/
.breadcrumbs {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.breadcrumbs-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.breadcrumbs-list li a {
  text-decoration: underline;
  font-size: 0.875rem;
}

.breadcrumbs-list li a:hover {
  text-decoration: none;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  position: relative;
  line-height: 18px;
  text-align: center;
}


/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  padding-top: 0 !important;
}
.u-pt-8{
  padding-top: 8px !important;
}
.u-pt-16{
  padding-top: 16px !important;
}
.u-pt-24{
  padding-top: 24px !important;
}
.u-pt-32{
  padding-top: 32px !important;
}
.u-pt-40{
  padding-top: 40px !important;
}
.u-pt-48{
  padding-top: 48px !important;
}
.u-pt-56{
  padding-top: 56px !important;
}
.u-pt-64{
  padding-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r{
  font-weight: 400 !important;
}
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1750px){
  
}
@media screen and (max-width: 1200px){
  body {
    overflow-x: hidden; 
  }
}