@charset "UTF-8";
/* COMPASS
* ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
* ----------------------------------------------- */
/* MEDIA QUERIES
* ----------------------------------------------- */
/* ADDITIONAL RESET
* ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
* ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
* ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
* ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
* ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* MODULES
* ----------------------------------------------- */
/* COMMON TITLE
* ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* COMMON BREADCRUMB
* ----------------------------------------------- */
.breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* COMMON Banner
* ----------------------------------------------- */
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-title {
  color: white;
  display: inline-block;
  background: #1b2d60;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.banner-tag {
  position: absolute;
  color: #fff;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 252px;
    background: url(../img/common/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .banner-tag {
    top: 30px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner {
    height: 2.56rem;
    background: url(../img/common/sp/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 0.4rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }

  .banner-tag {
    font-size: 0.35rem;
    top: 0.05rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 0.32rem;
  }
}
.special-button {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
  font-weight: bold;
  letter-spacing: 0.4em;
  background-color: #1b2d60;
  border: 1px solid #fff;
}
.special-button:before {
  background-color: #fff;
}
.special-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 94%;
  background: url(../img/faq/icon_arrow.png) no-repeat center/50px auto;
}
.special-button:hover {
  color: #1b2d60;
}
.special-button:hover:after {
  background-image: url(../img/faq/icon_arrow_active.png);
}
.special-button span {
  display: block;
}
.special-button .english-text {
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .special-button {
    height: 130px;
    width: 450px;
    font-size: 18px;
    padding-top: 10px;
  }
  .special-button .english-text {
    font-size: 25px;
  }
  .special-button .japanese {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .special-button {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .special-button {
    height: 1.3rem;
    width: 90%;
    border-width: 1px;
    font-size: 0.26rem;
    letter-spacing: 0.2em;
    padding-top: 0.08rem;
  }
  .special-button.english-text {
    font-size: 0.25rem;
    font-family: "Avenir", "Montserrat", sans-serif;
  }
  .special-button:after {
    width: 0.8rem;
    height: 100%;
    background-size: 100% auto;
  }
}

.common-button {
  display: block;
  color: #1b2d60;
  margin: 0 auto;
}
.common-button:before {
  background-color: #1b2d60;
}
.common-button:hover {
  color: #fff;
}
.common-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../img/common/icon_arrow_05.png) right center/40px auto no-repeat;
}
.common-button:hover:after {
  background-image: url(../img/common/icon_arrow_02.png);
}
@media print, (min-width: 768px) {
  .common-button {
    border: 2px solid #1b2d60;
    width: 100%;
    padding: 27px 5px 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    width: 340px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .common-button {
    padding-top: 22px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .common-button {
    border: 1px solid #1b2d60;
    width: 100%;
    padding: 0.3rem 5px 0.28rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    width: 100%;
  }
  .common-button:after {
    width: 0.8rem;
    background-size: 100% auto;
  }
}

/* PAGE
* ----------------------------------------------- */
.inner-block {
  padding: 0;
  position: relative;
}

.section-project {
  color: #1b2d60;
}

@media print, (min-width: 768px) {
  .section-project {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .inner-block {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .pc {
    display: block;
  }
  .sp{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .inner-block {
    width: 100%;
    padding: 0 0.4rem;
  }
  .section-will {
    background: #fff;
  }
}

.color01 {
  background: #008b68;
}

.color02 {
  background: #70affa;
}

/* mv-block */
.mv-block {
  position: relative;
  width: 100%;
}

.mv-text-area .mv-text {
  color: #fff;
  text-align: center;
}

.mv-text-area .mv-text img {
  margin-top: 5px;
  width: 221px;
}

.mv-ttl {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: 500;
}


@media print, (min-width: 768px) {
  .mv-block {
    height: 600px;
  }
  .page-ambitious .mv-block .img {
    height: 600px;
  }
  .mv-block .mv-text-area {
    position: absolute;
    top: 40px;
    right: 10px;
  }
  .mv-text-area .mv-text {
    font-size: 24px;
    letter-spacing: 0.5em;
  }
  .mv-ttl {
    padding: 40px 60px;
    font-size: 26px;
    letter-spacing: 0.2em;
    width: 32%;
    height: 25%;
    min-width: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-block {
    height: 71vh;
  }
  .page-ambitious .mv-block .img {
    height: 71vh;
  }
  .mv-block .mv-text-area {
    position: absolute;
    top: 0.35rem;
    right: 0.24rem;
  }
  .mv-text-area .mv-text {
    font-size: 0.28rem;
    letter-spacing: 0.4em;
  }
  .mv-text-area .mv-text img {
    width: 2.36rem;
    height: auto;
  }
  .mv-ttl {
    width: 4.9rem;
    height: 1.5rem;
    font-size: 0.32rem;
    padding: 0.3rem;
    letter-spacing: 0.1em;
  }
}

/* project-ttl */
.project-ttl-block {
  background: #e6e6e6;
  position: relative;
}

.project-ttl h1 {
  line-height: 1;
}

.project-ttl p {
  line-height: 1.7;
  font-weight: bold;
}

.project-member {
  background: #111a38;
  color: #fff;
}

.project-member .content-block ul {
  display: flex;
  flex-wrap: wrap;
}

.introduction-block {
  background: #fff;
  color: #1b2d60;
  padding: 60px;
}

.introduction-block.ttl-decoration::after {
  background: url(../img/project/project-txt02.png)no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}

.member-img {
  position: relative;
}

.member-label {
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  transform-origin: left bottom;
  letter-spacing: 0.2em;
}

@media print, (min-width: 768px) {
  .project-ttl-block {
    margin: 160px 0 0 19%;
    padding: 318px 0 180px 50px;
  }
  .project-ttl {
    top: -100px;
    left: 50px;
    position: absolute;
  }
  .project-ttl h1 {
    font-size: 140px;
    padding-bottom: 30px;
  }
  .project-ttl p {
    font-size: 34px;
    padding-bottom: 50px;
  }
  .project-member {
    padding: 50px 0 440px 30px;
  }
  .project-member .content-block {
    max-width: 961px;
    padding-right: 30px;
  }
  .project-member .member-ttl {
    margin-bottom: 20px;
  }
  .project-member .content-block ul li {
    width: 31%;
    margin: 0 14px 50px 0;
  }
  .project02 .project-member .content-block ul li {
    width: 47%;
    margin: 0 14px 50px 0;
  }
  .project02 .project-member .content-block ul {
    justify-content: space-between;
  }
  .project01.project-member .content-block ul li:nth-child(3) {
    margin-right: 0;
  }
  .project02 .project-member .content-block ul li:nth-child(2n) {
    margin-right: 0;
  }
  .project-member .content-block ul li p {
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -0.01rem;
  }
  .project-member .content-block ul li .name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 20px 0 10px;
  }
  .introduction-block.ttl-decoration::after {
    width: 327px;
    height: 39px;
    left: 60px;
    top: -37px;
  }
  .introduction-block {
    margin-left: 70px;
    position: absolute;
    top: 1400px;
    max-width: 880px;
    margin-right: 30px;
  }
  .introduction-block h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px;
  }
  .introduction-block p {
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.9;
  }
  .member-img img {
    width: 100%;
  }
  .member-label {
    font-size: 12px;
    padding: 7px 15px;
    transform: none;
    right: 0;
  }
}

@media screen and (min-width:768px) and ( max-width:1030px) {
  .project-member .content-block ul li {
    width: 31.4%;
  }
  .project-ttl-block {
    padding-bottom: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .project-ttl h1 {
    position: absolute;
    font-size: 1.4rem;
    top: -1.1rem;
    left: 0.4rem;
  }
  .project-ttl p {
    margin-top: 1.5rem;
    font-size: 0.31rem;
    padding: 0.6rem 0.4rem 0.95rem;
    background: #e6e6e6;
  }
  .project-member .content-block {
    padding: 0.95rem 0 0.95rem;
  }
  .project-member .member-ttl {
    width: 3rem;
    margin: 0 0.4rem 0.2rem;
  }
  .project-member .content-block ul {
    padding: 0 0.4rem 2rem;
    justify-content: space-between;
  }

  .project-member .content-block ul li {
    width: 47%;
    margin-bottom: 0.3rem;
  }
  .project-member .content-block ul li p {
    font-size: 0.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .project-member .content-block ul li .name {
    font-size: 0.26rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 10px 0 5px;
  }
  .introduction-block.ttl-decoration {
    position: relative;
    margin: -2rem 0 0.97rem 0.4rem;
  }
  .introduction-block.ttl-decoration::after {
    width: 4rem;
    height: 0.45rem;
    left: 0.4rem;
    top: -0.45rem;
  }
  .project-member .ttl-decoration::before {
    width: 0.18rem;
    height: 1.6rem;
    left: 0;
    top: 0;
  }
  .introduction-block {
    padding: 0.4rem;
    margin-left: 0.4rem;
  }
  .introduction-block h2 {
    font-weight: bold;
    font-size: 0.38rem;
    margin-bottom: 0.62rem;
    line-height: 1.75;
  }
  .introduction-block p {
    font-size: 0.28rem;
    margin-bottom: 0.47rem;
    line-height: 1.75;
  }
  .member-label {
    right: 0;
    font-size: 0.2rem;
    padding: 0.11rem 0.23rem;
  }
  .project-introduction {
    padding-bottom: 0.1rem;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none) {
  .project-ttl h1 {
    top: -0.9rem;
  }
}

/* project-section-wrap */
.project-block .img-area img {
  width: 100%;
  margin-top: 90px;
}
.project-section-wrap {
  position: relative;
  z-index: 10;
  background: #e6e6e6;
}

.project-section .txt-area {
  position: relative;
}

.project-section01 .ttl-decoration::after {
  background: url(../img/project/project-txt03.png)no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}

.project-section02 .ttl-decoration::after {
  background: url(../img/project/project-txt04.png)no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}

.project-section03 .ttl-decoration::after {
  background: url(../img/project/project-txt05.png)no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}

.ttl-decoration::before {
  position: absolute;
  content: '';
}

.ttl-cl01::before {
  background: #9be7ff;
}

.project-section-wrap .ttl {
  font-weight: bold;
  line-height: 2;
}

.project-section-wrap .txt {
  justify-content: center;
  line-height: 1.9;
}

.project-section-wrap .img {
  top: 0;
  right: 0;
}

.project-section-wrap .img img {
  width: 100%;
}

.block-right .img {
  left: 0;
  bottom: 100px;
  top: 0;
}

.block-right .project-section {
  justify-content: flex-start;
}

@media print, (min-width: 768px) {
  .project-section {
    width: 55%;
    display: flex;
    justify-content: flex-end;
  }
  .project-section-wrap {
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 90px;
  }
  .project-section-wrap.block-right {
    margin-right: 90px;
    margin-left: 0;
  }
  .project-section-wrap .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .project-section .txt-area {
    background: #fff;
    padding: 70px 70px 60px;
    margin-top: -130px;
    margin-right: 0;
    margin-left: 30px;
  }
  .block-right .project-section .txt-area {
    margin-right: 30px;
    margin-left: 0;
  }
  .ttl-decoration::before {
    width: 15px;
    height: 123px;
    left: 0;
    top: 0;
  }
  .ttl-decoration::after {
    width: 175px;
    height: 30px;
    left: 60px;
    top: -29px;
  }
  .project-section-wrap .txt {
    max-width: 470px;
    font-size: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-weight: bold;
  }
  .project-section-wrap .img {
    width: 45%;
  }
  .block-right .img {
    left: 0;
    bottom: 100px;
    top: 0;
  }
  .block-right .project-section {
    justify-content: flex-start;
    width: 55%;
  }
  .block-right .ttl {
    margin-left: 0;
    margin-right: 20px;
  }
  .block-right .txt {
    margin-left: 0;
  }
}


@media only screen and (max-width: 767px) {
  .project-section {
    width: 100%;
    display: block;
  }
  .project-block {
    margin-top: 1.3rem;
    background: #E6E6E6;
    padding-bottom: 0.7rem;
  }
  .project-section {
    padding: 0 0 0 0.4rem;
  }
  .project-block .img-area img {
    margin-top: 0;
  }
  .project-section03 {
    margin-bottom: 0;
  }
  .project-block03 {
    margin-bottom: 0.64rem;
  }
  .project-section .txt-area {
    background: #fff;
    padding: 0.4rem;
    margin-top: -0.8rem;
  }
  .project-section-wrap {
    background: transparent;
  }
  .project-section-wrap .ttl {
    font-size: 0.38rem;
    margin-bottom: 0.62rem;
    line-height: 1.75;
  }
  .ttl-decoration::before {
    width: 0.16rem;
    height: 1.3rem;
    left: 0;
    top: 0;
  }
  .project-section .ttl-decoration::after {
    width: 2.7rem;
    height: 0.45rem;
    top: -0.44rem;
    left: 0.4rem;
  }
  .project-section-wrap .txt {
    width: 100%;
    font-size: 0.28rem;
    margin-bottom: 0.47rem;
    line-height: 1.75;
  }
   .project-section-wrap .img .img-block {
    display: flex;
    justify-content: flex-end;
  }
  .project-section-wrap .img .img-inner {
    width: 50%;
  }
  .block-right {
    display: block;
  }
}


/*     project01     */
.project01-mv {
  background: url(../img/project/project01-mv.jpg) no-repeat center top / cover;
}
@media print, (min-width: 768px) {
  .project01.project-member .content-block ul li:nth-child(3) {
    margin-right: 0;
  }
}


/*     project02     */
.project02-mv {
  background: url(../img/project/project02-mv.jpg) no-repeat left top / cover;
}

@media print, (min-width: 768px) {
  .project02 .introduction-block {
    top: 1090px;
  }
  .project02 .project-member {
    padding-bottom: 540px;
  }
  .project02 .project-member .content-block {
    max-width: 680px;
  }
  .project02 .project-member .content-block ul li {
    width: 47%;
    margin: 0 14px 50px 0;
  }
  .project02 .project-member .content-block ul {
    justify-content: space-between;
  }
  .project02.project-member .content-block ul li:nth-child(2n) {
    margin-right: 0;
  }
  .project02.project-ttl-block {
    padding-bottom: 180px;
  }
}

@media screen and (min-width:768px) and ( max-width:1030px) {
  .project02.project-ttl-block {
    padding-bottom: 280px;
  }
  .project02 .project-member {
    padding-bottom: 590px;
  }
}


/*# sourceMappingURL=career.css.map */
