/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  a img {
    transition: 0.3s;
  }
  a img:hover {
    opacity: 0.75;
  }
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 100px;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }

  .pc {
    display: none !important;
  }
}
input[type="text"],
textarea,
select {
  outline: none;
  box-sizing: border-box;
}
input[type="text"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999999;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}

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

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .contents-inner {
    padding: 0 3vw;
  }
}
.contents-inner.w1140 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .contents-inner.w1140 {
    padding: 0 3vw;
  }
}
.contents-inner.w1260 {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.contents-inner.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .contents-inner.w1240 {
    padding: 0 3vw;
  }
}
.contents-inner.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .contents-inner.w1200 {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding: 0 3vw;
  }
}

/*-----------------------
GLOBAL HEADER
-----------------------------*/
#globalHeader {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #globalHeader {
    position: static;
    height: 70px;
    padding: 0 3vw;
  }

  #globalHeader.open {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader.open .close {
    display: block;
  }
  #globalHeader.open nav {
    display: block;
    animation: show 0.3s linear;
  }
}
#globalHeader .logo {
  padding-left: 20px;
  padding-right: 20px;
}
#globalHeader .logo img {
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  #globalHeader .logo {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .logo {
    padding-left: 0;
    padding-top: 7px;
  }
  #globalHeader .logo img {
    width: 180px;
  }
}
#globalHeader .close {
  display: none;
}
#globalHeader nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #globalHeader nav {
    display: none;
    position: fixed;
    z-index: 20;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  #globalHeader nav ul {
    border-bottom: 1px solid #D5D2D0;
  }
  #globalHeader nav ul li {
    border-top: 1px solid #D5D2D0;
  }
  #globalHeader nav ul li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #666666;
    text-decoration: none;
  }
  #globalHeader nav ul li a span {
    display: block;
    white-space: nowrap;
  }
  #globalHeader nav ul li a span:nth-of-type(1) {
    font-size: 16px;
  }
  #globalHeader nav ul li a span:nth-of-type(2) {
    margin-top: 10px;
    font-family: 'Crimson Text', serif;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalHeader nav ul li {
    display: table;
    width: 25%;
    height: 100px;
  }
  #globalHeader nav ul li.current a, #globalHeader nav ul li:hover a {
    background-color: #01447F;
    color: #fff;
  }
  #globalHeader nav ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    color: #242424;
    text-decoration: none;
    transition: 0.3s;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader nav ul li a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader nav ul li a span {
    display: block;
    white-space: nowrap;
  }
  #globalHeader nav ul li a span:nth-of-type(1) {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader nav ul li a span:nth-of-type(1) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader nav ul li a span:nth-of-type(2) {
    margin-top: 10px;
    font-family: 'Crimson Text', serif;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader nav ul li a span:nth-of-type(2) {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  #globalHeader nav .utility-link {
    flex-shrink: 0;
    width: 185px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader nav .utility-link {
    margin-top: 50px;
    padding: 0 3vw;
  }
}
#globalHeader nav .utility-link a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#globalHeader nav .utility-link a:nth-of-type(1) {
  height: 65px;
  padding-left: 80px;
  padding-right: 40px;
  line-height: 65px;
  font-size: 15px;
  background: url("../images/common/icn-person@2x.png") no-repeat 33px center;
  background-size: 28px auto;
  background-color: #FB8D00;
}
@media screen and (min-width: 769px) {
  #globalHeader nav .utility-link a:nth-of-type(1) {
    transition: 0.3s;
  }
  #globalHeader nav .utility-link a:nth-of-type(1):hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader nav .utility-link a:nth-of-type(1) {
    height: 70px;
    padding-left: 0;
    line-height: 70px;
    text-align: center;
    padding-right: 0;
  }
}
#globalHeader nav .utility-link a:nth-of-type(2) {
  height: 35px;
  line-height: 35px;
  background-color: #7A8A93;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #globalHeader nav .utility-link a:nth-of-type(2) {
    transition: 0.3s;
  }
  #globalHeader nav .utility-link a:nth-of-type(2):hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader nav .utility-link a:nth-of-type(2) {
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    font-size: 15px;
  }
}

/*-----------------------
GLOBAL FOOTER
-----------------------------*/
#globalFooter .footer-top {
  padding: 75px 0;
  background-color: #97999B;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top {
    padding: 80px 1.5vw 60px;
  }
}
#globalFooter .footer-top .contents-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner {
    display: block;
  }
}
#globalFooter .footer-top .contents-inner > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner > div {
    width: 100%;
  }
}
#globalFooter .footer-top .contents-inner .sentence {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .sentence {
    position: relative;
    padding: 30px 0;
  }
  #globalFooter .footer-top .contents-inner .sentence::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 23px;
    background: url("../images/common/footer-icn01@2x.png") no-repeat;
    background-size: 34px auto;
  }
  #globalFooter .footer-top .contents-inner .sentence::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 23px;
    background: url("../images/common/footer-icn02@2x.png") no-repeat;
    background-size: 34px auto;
  }
}
#globalFooter .footer-top .contents-inner .sentence .sentence-inner {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -55px;
    width: 45px;
    height: 27px;
    background: url("../images/common/footer-icn01@2x.png") no-repeat;
    background-size: 45px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner::before {
    left: -20px;
    top: -30px;
  }
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -45px;
    width: 45px;
    height: 27px;
    background: url("../images/common/footer-icn02@2x.png") no-repeat;
    background-size: 45px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner::after {
    right: -20px;
    bottom: -30px;
  }
}

#globalFooter .footer-top .contents-inner .sentence .sentence-inner p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 950px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .sentence .sentence-inner p {
    font-size: 20px;
  }
}
#globalFooter .footer-top .contents-inner .right {
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .contents-inner .right {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .right {
    padding: 0;
    margin-top: 70px;
  }
}
#globalFooter .footer-top .contents-inner .right .btn01 a {
  display: block;
  padding: 57px 0;
  padding-left: 220px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  background: url("../images/common/footer-icn-person@2x.png") no-repeat 100px center;
  background-size: 67px auto;
  background-color: #FB8D00;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .contents-inner .right .btn01 a {
    transition: 0.3s;
  }
  #globalFooter .footer-top .contents-inner .right .btn01 a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 1100px) {
  #globalFooter .footer-top .contents-inner .right .btn01 a {
    background-size: 45px auto;
    background-position: 35px center;
    padding-left: calc(80px + 6vw);
  }
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .contents-inner .right .btn01 a {
    background-size: 40px auto;
    background-position: 25px center;
    padding-left: calc(55px + 6vw);
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .right .btn01 a {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    padding: 30px 0;
    padding-left: 3vw;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  #globalFooter .footer-top .contents-inner .right .btn01 a {
    font-size: 16px;
    background-size: 30px auto;
    background-position: 20px center;
    padding-left: calc(30px + 3vw);
  }
}
#globalFooter .footer-top .contents-inner .right .btn02 {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin-top: 40px;
  padding: 20px 0 15px 120px;
  background: url("../images/common/footer-icn-tel@2x.png") no-repeat 40px center rgba(255, 255, 255, 0.8);
  background-size: 50px auto;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-top .contents-inner .right .btn02 a {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #globalFooter .footer-top .contents-inner .right .btn02 {
    padding: 20px 0 15px 0;
    background-size: 35px auto;
    background-position: 25px center;
    padding-left: calc(60px + 3vw);
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .right .btn02 {
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    background-position: 20px center;
    background-size: 30px auto;
    text-align: center;
  }
  #globalFooter .footer-top .contents-inner .right .btn02 a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 350px) {
  #globalFooter .footer-top .contents-inner .right .btn02 {
    background-size: 25px auto;
    background-position: 15px center;
    padding-left: calc(25px + 3vw);
  }
}
#globalFooter .footer-top .contents-inner .right .btn02 .btn-inner {
  display: inline-block;
  text-align: center;
}
#globalFooter .footer-top .contents-inner .right .btn02 .tel {
  font-size: 40px;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .tel {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .tel {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .tel {
    font-size: 22px;
  }
}
#globalFooter .footer-top .contents-inner .right .btn02 .time {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .time {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .time {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  #globalFooter .footer-top .contents-inner .right .btn02 .time {
    font-size: 10px;
  }
}
#globalFooter .footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 50px 20px 35px 60px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm {
    padding: 30px 3vw;
  }
}
#globalFooter .footer-btm .left .logo img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .left .logo img {
    max-width: 200px;
    width: 100%;
  }
}
#globalFooter .footer-btm .left .copyright {
  margin-top: 45px;
  font-size: 12px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .left .copyright {
    margin-top: 15px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .right img {
    width: 70px;
  }
}

.to-top-btn .to-top {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
}
.to-top-btn .to-top a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #01447F;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .to-top-btn .to-top a {
    transition: 0.3s;
  }
  .to-top-btn .to-top a:hover {
    opacity: 0.75;
    background-color: #013461;
  }
}
.to-top-btn .to-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-fixed-menu {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 80px;
}
.footer-fixed-menu .to-top {
  width: 80px;
}
.footer-fixed-menu .to-top a {
  position: relative;
  display: block;
  height: 80px;
  background-color: #01447F;
}
.footer-fixed-menu .to-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-fixed-menu .register {
  flex-grow: 1;
}
.footer-fixed-menu .register a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: url("../images/common/icn-person@2x.png") no-repeat 3vw center;
  background-size: 28px auto;
  background-color: #FB8D00;
}
@media screen and (max-width: 330px) {
  .footer-fixed-menu .register a {
    background-size: 25px auto;
    padding-left: calc(4vw + 25px);
    font-size: 12px;
  }
}
.footer-fixed-menu .menu {
  width: 80px;
}
.footer-fixed-menu .menu a {
  position: relative;
  display: block;
  height: 80px;
  border-top: 1px solid #707070;
  background-color: #fff;
}
.footer-fixed-menu .menu a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-amount {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .project-amount {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
.project-amount .title {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .project-amount .title {
    max-width: 220px;
    margin: 10px auto 0;
  }
}
.project-amount .title span {
  display: inline-block;
  width: 100%;
  padding: 15px 40px;
  border-radius: 55px;
  color: #fff;
  font-size: 20px;
  background-color: #4C8875;
}
@media screen and (max-width: 1100px) {
  .project-amount .title span {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .project-amount .title span {
    padding: 15px 0;
    font-size: 18px;
  }
}
.project-amount .total {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .project-amount .total {
    margin-top: 10px;
  }
}
.project-amount .total span {
  color: #4C8875;
}
.project-amount .total span:nth-of-type(1) {
  font-family: "roboto", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}
.project-amount .total span:nth-of-type(2) {
  padding-left: 10px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .project-amount .total span:nth-of-type(2) {
    font-size: 24px;
  }
}
.project-amount .period {
  margin-top: 8px;
  font-size: 14px;
}

.section-title {
  padding: 55px 3vw 70px;
  background-color: #7A8A93;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding: 30px 0;
  }
}
.section-title span {
  display: block;
}
.section-title span:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.section-title span:nth-of-type(1)::before, .section-title span:nth-of-type(1)::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.section-title span:nth-of-type(1) b {
  padding: 0 15px;
  font-size: 24px;
  font-family: 'Crimson Text', serif;
}
@media screen and (max-width: 768px) {
  .section-title span:nth-of-type(1) b {
    font-size: 16px;
  }
}
.section-title span:nth-of-type(2) {
  margin-top: 35px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-title span:nth-of-type(2) {
    margin-top: 15px;
    font-size: 26px;
  }
}

.sub-title {
  font-size: 30px;
  font-weight: 500;
  color: #3C7765;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 24px;
  }
}

.text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.left-btn,
.right-btn {
  width: 76px;
  height: 76px;
  border-radius: 76px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  background-color: #98999B;
}
@media screen and (min-width: 769px) {
  .left-btn,
  .right-btn {
    transition: 0.3s;
  }
  .left-btn:hover,
  .right-btn:hover {
    background-color: #636D77;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .left-btn,
  .right-btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}

.left-btn {
  background-image: url("../images/common/arrow-left@2x.png");
}

.right-btn {
  background-image: url("../images/common/arrow-right@2x.png");
}

.support-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 55px 125px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .support-box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .support-box {
    flex-wrap: wrap;
    padding: 40px 15px;
  }
}
.support-box .sentence {
  flex-grow: 1;
  margin-right: 80px;
  padding: 35px 20px 35px 40px;
  background: url("../images/common/bq-icn01@2x.png") no-repeat left top, url("../images/common/bq-icn02@2x.png") no-repeat right bottom;
  background-size: 45px auto, 45px auto;
}
@media screen and (max-width: 1100px) {
  .support-box .sentence {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .support-box .sentence {
    order: 2;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 40px 0 30px 0;
    background-size: 34px auto, 34px auto;
  }
}
.support-box .sentence p {
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  color: #3C7765;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .support-box .sentence p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .support-box .sentence p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .support-box .sentence p {
    font-size: 20px;
  }
}
.support-box .thumbnail {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 950px) {
  .support-box .thumbnail {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .support-box .thumbnail {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .support-box .thumbnail img {
    max-width: 200px;
  }
}

.green-title {
  padding: 25px 0 30px;
  background-color: #4C8875;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .green-title {
    padding: 18px 0 23px;
    font-size: 20px;
  }
}

.overview-box {
  position: relative;
}
.overview-box.corner-tip::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #f1eee9 transparent;
}
.overview-box .title {
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: url("../images/common/icn-dot@2x.png") no-repeat 12px center;
  background-size: 14px auto;
}
.overview-box .meta {
  margin-top: 30px;
}
.overview-box .content {
  margin-top: 30px;
}
.overview-box .content .headline {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #3C7765;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .overview-box .content .headline {
    font-size: 14px;
    padding-bottom: 7px;
  }
}
.overview-box .content p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .overview-box .content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.overview-box .company-information .company-title {
  background-color: #666666;
}
.overview-box .company-information .meta, .overview-box .company-information .content {
  margin-left: 15px;
  margin-right: 15px;
}
.overview-box .support-information .support-title {
  background-color: #4C8875;
}
.overview-box .support-information p {
  margin-top: 20px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
.overview-box .support-information .meta {
  margin-top: 20px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #3C7765;
}

.activity-box {
  margin-top: 40px;
}
.activity-box .information {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 20px 0 40px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .activity-box .information {
    display: block;
    padding: 0;
  }
}
.activity-box .information .sentence {
  flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .activity-box .information .sentence {
    width: 100%;
    padding-right: 0;
  }
}
.activity-box .information .sentence .company-information {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 0 20px 20px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .activity-box .information .sentence .company-information {
    padding: 10px 0;
  }
  .activity-box .information .sentence .company-information .logo {
    flex-shrink: 0;
    width: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .activity-box .information .sentence .company-information .logo {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .activity-box .information .sentence .company-information .logo {
    width: 100px;
  }
}

.activity-box .information .sentence .company-information .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .activity-box .information .sentence .company-information .name {
    padding: 0 10px 0 5px;
    font-size: 14px;
  }
}
.activity-box .information .sentence .comment {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .activity-box .information .sentence .comment {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.activity-box .information .sentence .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .activity-box .information .sentence .meta {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
.activity-box .information .thumbnail {
  flex-shrink: 0;
  width: 500px;
}
@media screen and (max-width: 1100px) {
  .activity-box .information .thumbnail {
    width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .activity-box .information .thumbnail {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .activity-box .information .thumbnail {
    width: 100%;
    margin-top: 25px;
  }
  .activity-box .information .thumbnail img {
    width: 100%;
  }
}
.activity-box .before-after {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 50px 40px 60px;
  background: url("../images/common/icn-arrow-double@2x.png") no-repeat center center;
  background-color: #fff;
  background-size: 42px auto;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after {
    display: block;
    padding: 35px 20px 65px;
    background-image: none;
  }
}
.activity-box .before-after > div {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div {
    width: 100%;
  }
}
.activity-box .before-after > div:nth-of-type(1) .title {
  border-bottom: 1px solid #666666;
}
.activity-box .before-after > div:nth-of-type(1) .title span:nth-of-type(1) {
  background-color: #666666;
}
.activity-box .before-after > div:nth-of-type(1) .title span:nth-of-type(1)::before {
  border-color: transparent transparent transparent #666666;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 70px;
    background: url("../images/common/icn-arrow-double02@2x.png") no-repeat top center;
    background-size: 42px auto;
  }
}
.activity-box .before-after > div:nth-of-type(2) .title {
  border-bottom: 1px solid #3C7765;
}
.activity-box .before-after > div:nth-of-type(2) .title span:nth-of-type(1) {
  background-color: #3C7765;
}
.activity-box .before-after > div:nth-of-type(2) .title span:nth-of-type(1)::before {
  border-color: transparent transparent transparent #3C7765;
}
.activity-box .before-after > div:nth-of-type(2) .title span:nth-of-type(2) {
  color: #3C7765;
}
.activity-box .before-after > div .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.activity-box .before-after > div .title span:nth-of-type(1) {
  position: relative;
  width: 100px;
  height: 45px;
  padding-left: 20px;
  padding-right: 5px;
  line-height: 45px;
  font-size: 18px;
  font-family: "roboto", serif;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div .title span:nth-of-type(1) {
    width: 80px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.activity-box .before-after > div .title span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div .title span:nth-of-type(1)::before {
    border-width: 38px 0 0 30px;
  }
}
.activity-box .before-after > div .title span:nth-of-type(2) {
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 1000px) {
  .activity-box .before-after > div .title span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div .title span:nth-of-type(2) {
    font-size: 18px;
  }
}
.activity-box .before-after > div p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .activity-box .before-after > div p {
    margin-top: 15px;
    font-size: 14px;
  }
}

.meta ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.meta ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.meta ul li:not(:nth-of-type(1)) {
  margin-left: 35px;
}
@media screen and (max-width: 1300px) {
  .meta ul li:not(:nth-of-type(1)) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .meta ul li:not(:nth-of-type(1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1150px) {
  .meta ul li {
    width: 50%;
    margin: 0 0 10px 0 !important;
  }
  .meta ul li span:nth-of-type(1) {
    flex-shrink: 0;
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .meta ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .meta ul li {
    margin: 0 0 10px 0;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .meta ul li {
    width: 100%;
  }
}
.meta ul li span:nth-of-type(1) {
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #3C7765;
  border-right: 1px solid #4C8875;
}
@media screen and (max-width: 768px) {
  .meta ul li span:nth-of-type(1) {
    font-size: 14px;
  }
}
.meta ul li span:nth-of-type(2) {
  padding-left: 12px;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .meta ul li span:nth-of-type(2) {
    font-size: 14px;
  }
}

.category-navi {
  margin-bottom: -40px;
  padding: 20px 50px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .category-navi {
    margin-bottom: 0;
    padding: 25px 3px 5px;
  }
}
.category-navi .headline {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #3C7765;
}
@media screen and (max-width: 768px) {
  .category-navi .headline {
    font-size: 14px;
  }
}
.category-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.category-navi ul li {
  width: 24.8%;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .category-navi ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0.26%;
  }
  .category-navi ul li:not(:nth-of-type(-n+4)) {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .category-navi ul li {
    width: 49.5%;
  }
  .category-navi ul li:not(:nth-of-type(2n+1)) {
    margin-left: 1%;
  }
  .category-navi ul li:not(:nth-of-type(-n+2)) {
    margin-top: 5px;
  }
}
.category-navi ul li a {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0 35px 0 22px;
  background: url("../images/common/icn-arrow-green@2x.png") no-repeat calc(100% - 10px) center;
  background-size: 22px auto;
  background-color: #F1EEE9;
  text-decoration: none;
  color: #3C7765;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .category-navi ul li a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .category-navi ul li a {
    padding: 0 25px 0 5px;
    background-size: 18px auto;
  }
}
.category-navi ul li a:hover, .category-navi ul li a.current {
  background: url("../images/common/icn-arrow-white@2x.png") no-repeat calc(100% - 10px) center;
  color: #fff;
  background-size: 22px auto;
  background-color: #4C8875;
}
@media screen and (max-width: 768px) {
  .category-navi ul li a:hover, .category-navi ul li a.current {
    background-size: 18px auto;
  }
}
.category-navi ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1050px) {
  .category-navi ul li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .category-navi ul li a span {
    font-size: 11px;
  }
}

ul.dot li {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  background: url("../images/overview/lbox-icn-dot@2x.png") no-repeat left 15px;
  background-size: 6px auto;
}
@media screen and (max-width: 768px) {
  ul.dot li {
    font-size: 18px;
    background-position: left 5px;
    background-size: 6px auto;
  }
}
ul.dot li:not(:nth-of-type(1)) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  ul.dot li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-center.sp-left {
    text-align: left;
  }
}

.text-green {
  color: #5A9482;
}

/*--------------------------
HOME
----------------------------*/
body.home #contents .btn.blue {
  text-align: center;
}
body.home #contents .btn.blue a {
  display: inline-block;
  max-width: 560px;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #01447F;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body.home #contents .btn.blue a {
    transition: 0.3s;
  }
  body.home #contents .btn.blue a:hover {
    opacity: 0.75;
    background-color: #013461;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .btn.blue a {
    max-width: 275px;
    padding: 25px 0;
    font-size: 14px;
  }
}
body.home #contents .c-mv {
  position: relative;
}
body.home #contents .c-mv .slider .swiper-slide {
  height: 710px;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider .swiper-slide {
    height: 149vw;
  }
}
body.home #contents .c-mv .slider .swiper-slide.slide01 {
  background-image: url("../images/top/mv01.jpg");
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider .swiper-slide.slide01 {
    background-image: url("../images/top/mv01-sp.png");
  }
}
body.home #contents .c-mv .slider .swiper-slide.slide02 {
  background-image: url("../images/top/mv02.jpg");
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider .swiper-slide.slide02 {
    background-image: url("../images/top/mv02-sp.jpg");
  }
}
body.home #contents .c-mv .slider .swiper-slide.slide03 {
  background-image: url("../images/top/mv03.jpg");
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider .swiper-slide.slide03 {
    background-image: url("../images/top/mv03-sp.jpg");
  }
}
body.home #contents .c-mv .slider-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 55px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper {
    bottom: 0;
    padding-bottom: 60px;
  }
}
body.home #contents .c-mv .slider-wrapper .inner {
  margin-left: -70px;
}
@media screen and (max-width: 1450px) {
  body.home #contents .c-mv .slider-wrapper .inner {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper .inner {
    margin: 0;
    padding: 0 3vw;
  }
}
body.home #contents .c-mv .slider-wrapper h2 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0095D8;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper h2 span {
    padding: 10px 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  body.home #contents .c-mv .slider-wrapper h2 span {
    font-size: 22px;
  }
}
body.home #contents .c-mv .slider-wrapper h2 span:nth-of-type(2) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper h2 span:nth-of-type(2) {
    margin-top: 15px;
  }
}
body.home #contents .c-mv .slider-wrapper p {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper p {
    margin-top: 15px;
    font-size: 20px;
  }
}
body.home #contents .c-mv .slider-wrapper .btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper .btn {
    display: none;
  }
}
body.home #contents .c-mv .slider-wrapper .btn a {
  display: inline-block;
  height: 72px;
  padding-left: 80px;
  padding-right: 50px;
  line-height: 72px;
  font-size: 17px;
  font-weight: 500;
  background: url("../images/common/icn-person@2x.png") no-repeat 30px center;
  background-size: 28px auto;
  background-color: #FB8D00;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-mv .slider-wrapper .btn a,
  body.home #contents .c-mv .slider-wrapper .btn a span {
    transition: 0.3s;
  }
  body.home #contents .c-mv .slider-wrapper .btn a:hover {
    opacity: 0.75;
    background: url("../images/common/icn-person@2x-hover.png") no-repeat 30px center;
    background-size: 28px auto;
    background-color: #fff;
    color: #FB8D00;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .slider-wrapper .btn a {
    width: 225px;
    height: 60px;
    padding-left: 28px;
    line-height: 60px;
    text-align: center;
    padding-right: 0;
    background-position: 3vw center;
    font-size: 14px;
  }
}
body.home #contents .c-box01 {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 {
    padding: 60px 0;
  }
}
body.home #contents .c-box01 .lead-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.home #contents .c-box01 .lead-text::before, body.home #contents .c-box01 .lead-text::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #3C7765;
}
body.home #contents .c-box01 .lead-text p {
  padding: 0 70px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 600;
  color: #3C7765;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .lead-text p {
    padding: 0 20px;
    font-size: 22px;
  }
}
body.home #contents .c-box01 .logo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .logo-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
body.home #contents .c-box01 .logo-list .left,
body.home #contents .c-box01 .logo-list .right {
  width: 34.3%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .logo-list .left,
  body.home #contents .c-box01 .logo-list .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .logo-list .left {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .logo-list .right {
    order: 3;
  }
}
body.home #contents .c-box01 .logo-list .project-amount {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box01 .logo-list .project-amount {
    order: 0;
    width: 100%;
    margin-top: 0;
  }
}
body.home #contents .c-box02 .box {
  padding: 80px 0 90px;
  background: url("../images/top/bg01@2x.png") no-repeat right top;
  background-size: auto 1100px;
  background-color: #F1EEE9;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box02 .box {
    padding: 60px 0;
    background-size: 100% auto;
  }
}
body.home #contents .c-box02 .box .p01 {
  margin-top: 40px;
}
body.home #contents .c-box02 .box .list {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box02 .box .list {
    flex-wrap: wrap;
  }
}
body.home #contents .c-box02 .box .list .item {
  width: 18.75%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-box02 .box .list .item {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box02 .box .list .item {
    width: 48%;
  }
  body.home #contents .c-box02 .box .list .item:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.home #contents .c-box02 .box .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 40px;
  }
}
body.home #contents .c-box02 .box .list .item .title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-box02 .box .list .item .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box02 .box .list .item .title {
    font-size: 12px;
  }
}
body.home #contents .c-box03 {
  position: relative;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 {
    padding: 60px 0 90px;
  }
}
body.home #contents .c-box03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color: #BDD4CC;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03::before {
    height: 320px;
  }
}
body.home #contents .c-box03 > * {
  position: relative;
  z-index: 2;
}
body.home #contents .c-box03 .graph-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 .graph-box {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  body.home #contents .c-box03 .graph-box img {
    max-width: 300px;
    width: 100%;
  }
}
body.home #contents .c-box03 .graph-box div:nth-of-type(2) {
  margin-left: 6.25%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 .graph-box div:nth-of-type(2) {
    margin: 50px 0 0 0;
  }
}
body.home #contents .c-box03 .slider {
  position: relative;
  margin-top: 100px;
  padding: 0 70px;
}
@media screen and (max-width: 1320px) {
  body.home #contents .c-box03 .slider {
    padding: 0 calc(76px + 5vw);
  }
}
body.home #contents .c-box03 .slider .swiper-slide .thumbnail img {
  width: 100%;
}
body.home #contents .c-box03 .slider .swiper-slide .title {
  padding: 15px 20px;
  background-color: #01447F;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 .slider .swiper-slide .title {
    padding: 10px 15px;
    font-size: 16px;
  }
}
body.home #contents .c-box03 .slider .swiper-slide .description {
  min-height: 160px;
  padding: 18px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 .slider .swiper-slide .description {
    min-height: 120px;
    padding: 15px;
  }
}
body.home #contents .c-box03 .slider .swiper-slide .description p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box03 .slider .swiper-slide .description p {
    font-size: 14px;
  }
}
body.home #contents .c-box03 .slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
@media screen and (max-width: 1320px) {
  body.home #contents .c-box03 .slider .swiper-prev {
    left: 3vw;
  }
}
body.home #contents .c-box03 .slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
@media screen and (max-width: 1320px) {
  body.home #contents .c-box03 .slider .swiper-next {
    right: 3vw;
  }
}
body.home #contents .c-box04 {
  padding: 100px 0 110px;
  background: url("../images/top/bg01@2x.png") no-repeat right top;
  background-size: auto 1100px;
  background-color: #F1EEE9;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box04 {
    padding: 60px 0;
    background-size: 100% auto;
  }
}
body.home #contents .c-box04 .p01 {
  margin-top: 40px;
}
body.home #contents .c-box04 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 85px;
}
body.home #contents .c-box04 .list .item {
  width: 31%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box04 .list {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  body.home #contents .c-box04 .list .item {
    width: 48%;
  }
  body.home #contents .c-box04 .list .item:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  body.home #contents .c-box04 .list .item:nth-of-type(1) img {
    width: 48%;
  }
  body.home #contents .c-box04 .list .item img {
    width: 100%;
  }
}
body.home #contents .c-box04 .btn {
  margin-top: 100px;
}
body.home #contents .c-box05 .box01 {
  padding: 90px 0 260px;
  background-color: #F8F7F7;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box01 {
    padding: 40px 0;
  }
}
body.home #contents .c-box05 .box01 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.home #contents .c-box05 .box01 .list img {
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box01 .list img {
    width: 49%;
  }
  body.home #contents .c-box05 .box01 .list img:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  body.home #contents .c-box05 .box01 .list img:not(:nth-of-type(-n+4)) {
    margin-top: 20px;
  }
}
body.home #contents .c-box05 .box02 {
  padding-bottom: 155px;
  background-color: #F1EEE9;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 {
    padding-bottom: 80px;
  }
}
body.home #contents .c-box05 .box02 .support-box {
  position: relative;
  top: -160px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 .support-box {
    top: 0;
  }
}
body.home #contents .c-box05 .box02 .overview-box {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 .overview-box {
    margin-top: 40px;
  }
}
body.home #contents .c-box05 .box02 .overview-box .overview-box-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
body.home #contents .c-box05 .box02 .overview-box .overview-box-inner .support-information {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner {
    display: block;
  }
}
body.home #contents .c-box05 .box02 .overview-box .overview-box-inner > div {
  position: relative;
  width: 49.2%;
  padding: 30px 20px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner > div {
    width: 100%;
  }
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner > div:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.home #contents .c-box05 .box02 .overview-box .overview-box-inner > div.corner-tip::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #f1eee9 transparent;
}
@media screen and (max-width: 1150px) {
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner .meta ul li {
    width: 50%;
    margin: 0 0 10px 0;
  }
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner .meta ul li span:nth-of-type(1) {
    flex-shrink: 0;
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .box02 .overview-box .overview-box-inner .meta ul li {
    width: 100%;
  }
}
body.home #contents .c-box05 .box02 .btn {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box05 .box02 .btn {
    margin-top: 40px;
  }
}
body.home #contents .c-box06 {
  background-color: #F1EEE9;
}
body.home #contents .c-box06 .contents-inner {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box06 .contents-inner {
    padding: 40px 3vw 120px;
  }
  body.home #contents .c-box06 .contents-inner > div:nth-of-type(1) {
    margin-top: 0;
  }
}
body.home #contents .c-box06 .btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-box06 .btn {
    margin-top: 60px;
  }
}

/*--------------------------
SUB
----------------------------*/
body.sub #contents .c-mv {
  height: 360px;
  padding-top: 130px;
  background-color: #4C8875;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv {
    padding-top: 90px;
    height: 270px;
  }
}
body.sub #contents .c-mv h2 {
  padding-left: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv h2 {
    padding-left: 3vw;
  }
}
body.sub #contents .c-mv h2 span {
  display: block;
}
body.sub #contents .c-mv h2 .main {
  font-size: 52px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv h2 .main {
    font-size: 36px;
  }
}
body.sub #contents .c-mv h2 .eng {
  margin-top: 25px;
  font-family: 'Crimson Text', serif;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv h2 .eng {
    font-size: 20px;
  }
}

/*--------------------------
SERVICE
----------------------------*/
body.service #contents .c-mv {
  background-image: url("../images/service/mv-bg@2x.png");
}
body.service #contents .c-box01 .contents-inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner {
    padding: 40px 3vw;
  }
}
body.service #contents .c-box01 .contents-inner .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list {
    flex-wrap: wrap;
  }
  body.service #contents .c-box01 .contents-inner .list > div:nth-of-type(1) {
    order: 2;
    width: 49%;
  }
  body.service #contents .c-box01 .contents-inner .list > div:nth-of-type(3) {
    order: 3;
    width: 49%;
  }
}
body.service #contents .c-box01 .contents-inner .list .project-amount {
  flex-shrink: 0;
  width: 320px;
}
@media screen and (max-width: 1100px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount {
    width: 100%;
    order: 1;
    padding: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount .title {
    max-width: 220px;
    margin: 10px auto 0;
  }
}
body.service #contents .c-box01 .contents-inner .list .project-amount .title span {
  width: 100%;
  padding: 20px 40px;
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount .title span {
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount .title span {
    padding: 15px 0;
    font-size: 18px;
  }
}
body.service #contents .c-box01 .contents-inner .list .project-amount .total span:nth-of-type(1) {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount .total span:nth-of-type(1) {
    font-size: 40px;
  }
}
body.service #contents .c-box01 .contents-inner .list .project-amount .total span:nth-of-type(2) {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box01 .contents-inner .list .project-amount .total span:nth-of-type(2) {
    font-size: 24px;
  }
}
body.service #contents .c-box01 .contents-inner .list .project-amount .period {
  margin-top: 15px;
}
body.service #contents .c-box02 {
  padding: 120px 0 80px;
  background-color: #F1EEE9;
}
body.service #contents .c-box02 .p01 {
  margin-top: 40px;
}
body.service #contents .c-box02 .img {
  margin-top: 80px;
}
body.service #contents .c-box03 {
  position: relative;
  padding: 100px 0 160px;
  background-color: #E1E3DF;
}
body.service #contents .c-box03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #BDD4CC;
}
body.service #contents .c-box03 > * {
  position: relative;
  z-index: 2;
}
body.service #contents .c-box03 .img {
  margin-top: 80px;
}
body.service #contents .c-box03 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 80px;
  padding: 40px 80px 40px 70px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box03 .box {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box03 .box {
    display: block;
    padding: 40px 20px 60px;
  }
}
body.service #contents .c-box03 .box .thumbnail {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box03 .box .thumbnail {
    width: 100%;
    text-align: center;
  }
}
body.service #contents .c-box03 .box .sentence {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box03 .box .sentence {
    margin-top: 10px;
    padding-left: 0;
  }
}
body.service #contents .c-box03 .box .sentence p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box03 .box .sentence p {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.service #contents .c-box04 {
  background-color: #F1EEE9;
}
body.service #contents .c-box04 .contents-inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .contents-inner {
    padding: 60px 3vw 130px;
  }
}
body.service #contents .c-box04 .flow-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 156px;
  padding: 0 65px 0 30px;
  border-radius: 156px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .flow-list .item {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 40px;
    border-radius: 5px;
  }
}
body.service #contents .c-box04 .flow-list .item:not(:nth-of-type(1)) {
  margin-top: 20px;
}
body.service #contents .c-box04 .flow-list .item .number {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background-color: #4C8875;
  font-family: "roboto", serif;
  font-style: italic;
  border-radius: 68px;
  font-size: 30px;
}
body.service #contents .c-box04 .flow-list .item .number span {
  display: inline-block;
  transform: translateX(-3px);
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .flow-list .item .number {
    order: 1;
    margin: 0 auto;
  }
}
body.service #contents .c-box04 .flow-list .item .title {
  flex-shrink: 0;
  width: 230px;
  padding: 0 30px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
  color: #3C7765;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box04 .flow-list .item .title {
    width: 200px;
    padding-right: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .flow-list .item .title {
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  body.service #contents .c-box04 .flow-list .item .title {
    font-size: 16px;
  }
}
body.service #contents .c-box04 .flow-list .item .description {
  flex-grow: 1;
  padding-right: 40px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box04 .flow-list .item .description {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .flow-list .item .description {
    order: 4;
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
  }
}
body.service #contents .c-box04 .flow-list .item .icn {
  flex-shrink: 0;
  width: 190px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box04 .flow-list .item .icn {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box04 .flow-list .item .icn {
    order: 3;
    width: 100%;
    text-align: center;
  }
}
body.service #contents .c-box05 {
  background-color: #F1EEE9;
}
body.service #contents .c-box05 .contents-inner {
  padding: 0 0 220px;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .contents-inner {
    padding: 60px 3vw 120px;
  }
  body.service #contents .c-box05 .contents-inner > div:nth-of-type(1) {
    margin-top: 0;
  }
}
body.service #contents .c-box05 .faq-title {
  margin-top: 80px;
  padding: 22px 0 20px;
  background-color: #4C8875;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-title {
    padding: 20px 3vw;
  }
  body.service #contents .c-box05 .faq-title span:nth-of-type(1) img {
    width: 35px;
  }
}
body.service #contents .c-box05 .faq-title span {
  display: block;
}
body.service #contents .c-box05 .faq-title span:nth-of-type(2) {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-title span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
body.service #contents .c-box05 .faq-list .faq-item {
  margin-top: 20px;
  background-color: #E0E0E0;
}
body.service #contents .c-box05 .faq-list .faq-item:hover {
  cursor: pointer;
}
body.service #contents .c-box05 .faq-list .faq-item.open {
  background-color: #fff;
}
body.service #contents .c-box05 .faq-list .faq-item.open .question {
  background: url("../images/service/sec05-arrow-top@2x.png") no-repeat calc(100% - 42px) center;
  background-size: 28px auto;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-list .faq-item.open .question {
    background-position: calc(100% - 3vw) center;
    background-size: 18px auto;
  }
}
body.service #contents .c-box05 .faq-list .faq-item.open .answer {
  display: flex;
}
body.service #contents .c-box05 .faq-list .faq-item .question,
body.service #contents .c-box05 .faq-list .faq-item .answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 10px 75px 10px 10px;
}
body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(1),
body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(1) {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-family: "roboto", serif;
  font-size: 46px;
  font-style: italic;
  background-color: #4C8875;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(1),
  body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(1) {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(1),
  body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(1) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(2),
body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(2) {
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #3C7765;
}
@media screen and (max-width: 1000px) {
  body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(2),
  body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(2) {
    padding-left: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-list .faq-item .question div:nth-of-type(2),
  body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(2) {
    font-size: 16px;
  }
}
body.service #contents .c-box05 .faq-list .faq-item .question {
  background: url("../images/service/sec05-arrow-btm@2x.png") no-repeat calc(100% - 42px) center;
  background-size: 28px auto;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-list .faq-item .question {
    background-position: calc(100% - 3vw) center;
    background-size: 18px auto;
  }
}
body.service #contents .c-box05 .faq-list .faq-item .answer {
  display: none;
  border-top: 1px solid #F1EEE9;
}
body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(1) {
  background-color: transparent;
  color: #4C8875;
}
body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #242424;
}
@media screen and (max-width: 768px) {
  body.service #contents .c-box05 .faq-list .faq-item .answer div:nth-of-type(2) {
    font-size: 14px;
  }
}

/*--------------------------
OVERVIEW
----------------------------*/
body.overview #contents .c-mv {
  background-image: url("../images/overview/mv-bg@2x.png");
}
body.overview #contents .c-box01 {
  position: relative;
}
body.overview #contents .c-box01 .box01 {
  padding: 80px 0 50px;
  background: url("../images/overview/sec01-bg@2x.png") no-repeat left top;
  background-size: auto 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box01 {
    padding: 40px 3vw 90px;
    background: url("../images/overview/sec01-bg-sp@2x.png") no-repeat left top;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
body.overview #contents .c-box01 .box02 {
  position: relative;
  padding: 90px 0 150px;
  background-color: #F1EEE9;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 {
    padding: 40px 0 100px;
  }
}
body.overview #contents .c-box01 .box02 > * {
  position: relative;
  z-index: 2;
}
body.overview #contents .c-box01 .box02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background-color: #BDD4CC;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02::before {
    height: 450px;
  }
}
body.overview #contents .c-box01 .box02 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.overview #contents .c-box01 .box02 .list > div {
  width: 23.75%;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 .list > div {
    width: 49%;
  }
  body.overview #contents .c-box01 .box02 .list > div:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  body.overview #contents .c-box01 .box02 .list > div:not(:nth-of-type(-n+4)) {
    margin-top: 20px;
  }
}
body.overview #contents .c-box01 .box02 .list > div img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.overview #contents .c-box01 .box02 .list > div img {
    transition: 0.3s;
  }
  body.overview #contents .c-box01 .box02 .list > div img:hover {
    opacity: 0.75;
    cursor: pointer;
  }
}
body.overview #contents .c-box01 .box02 .sub-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 15px;
  padding: 40px 80px 40px 70px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 .sub-box {
    display: block;
    padding: 40px 20px 60px;
  }
}
body.overview #contents .c-box01 .box02 .sub-box .thumbnail {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 .sub-box .thumbnail {
    width: 100%;
    text-align: center;
  }
}
body.overview #contents .c-box01 .box02 .sub-box .sentence {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 .sub-box .sentence {
    margin-top: 10px;
    padding-left: 0;
  }
}
body.overview #contents .c-box01 .box02 .sub-box .sentence p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box01 .box02 .sub-box .sentence p {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.overview #contents .c-box02 {
  background-color: #F1EEE9;
}
body.overview #contents .c-box02 .contents-inner {
  padding-top: 80px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .contents-inner {
    padding: 20px 3vw 120px;
  }
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .category-navi {
    margin-bottom: -40px;
  }
}
body.overview #contents .c-box02 .category-box {
  display: none;
  margin-top: 100px;
}
body.overview #contents .c-box02 .category-box#cat01 {
  display: block;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .category-box {
    margin-top: 80px;
  }
}
body.overview #contents .c-box02 .category-box > div:not(:nth-of-type(1)) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .category-box > div:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
}
body.overview #contents .c-box02 .overview-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
  padding: 30px 20px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .overview-box {
    display: block;
    padding: 30px 10px 60px;
  }
}
body.overview #contents .c-box02 .overview-box > div {
  width: 49.1%;
}
@media screen and (max-width: 768px) {
  body.overview #contents .c-box02 .overview-box > div {
    width: 100%;
  }
  body.overview #contents .c-box02 .overview-box > div:nth-of-type(2) {
    margin-top: 40px;
  }
}
body.overview .modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
body.overview .modal.show {
  display: block;
}
body.overview .modal .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body.overview .modal .modal-wrap .modal-content {
  position: relative;
  max-width: 640px;
  width: 85%;
  margin: 0 auto;
  padding: 60px 60px 130px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content {
    width: calc(100% - 90px - 2vw);
    padding: 50px 20px 110px;
  }
}
body.overview .modal .modal-wrap .modal-content .modal-box {
  display: none;
}
body.overview .modal .modal-wrap .modal-content .modal-box.show {
  display: block;
}
body.overview .modal .modal-wrap .modal-content .close {
  position: absolute;
  top: 12px;
  right: 12px;
}
body.overview .modal .modal-wrap .modal-content .close:hover {
  cursor: pointer;
}
body.overview .modal .modal-wrap .modal-content .left-btn,
body.overview .modal .modal-wrap .modal-content .right-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.overview .modal .modal-wrap .modal-content .left-btn {
  left: -100px;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .left-btn {
    left: -45px;
  }
}
body.overview .modal .modal-wrap .modal-content .right-btn {
  right: -100px;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .right-btn {
    right: -45px;
  }
}
body.overview .modal .modal-wrap .modal-content .headding {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #3C7765;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .headding {
    padding-right: 15px;
  }
}
body.overview .modal .modal-wrap .modal-content .headding .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .headding .left {
    margin-bottom: 0;
  }
}
body.overview .modal .modal-wrap .modal-content .headding .left .title {
  font-size: 24px;
  font-weight: bold;
  color: #3C7765;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .headding .left .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  body.overview .modal .modal-wrap .modal-content .headding .left .title {
    font-size: 16px;
  }
}
body.overview .modal .modal-wrap .modal-content .headding .left .category {
  height: 30px;
  margin-left: 20px;
  padding: 0 5px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  border: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .headding .left .category {
    height: 25px;
    line-height: 22px;
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  body.overview .modal .modal-wrap .modal-content .headding .left .category {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .headding .icn {
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
  body.overview .modal .modal-wrap .modal-content .headding .icn img {
    width: 70px;
  }
}
body.overview .modal .modal-wrap .modal-content .content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.overview .modal .modal-wrap .modal-content .content {
    margin-top: 20px;
  }
  body.overview .modal .modal-wrap .modal-content .content ul.dot li {
    font-size: 14px;
  }
}

/*--------------------------
activity
----------------------------*/
body.activity #contents .c-mv {
  background-image: url("../images/activity/mv-bg@2x.png");
}
body.activity #contents .c-box01 .box01 {
  padding: 80px 0 50px;
  background: url("../images/activity/sec01-bg@2x.png") no-repeat right top;
  background-size: auto 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.activity #contents .c-box01 .box01 {
    padding: 40px 3vw 90px;
    background-size: auto 50%;
    background-position: right bottom;
  }
}
body.activity #contents .c-box01 .box02 {
  padding: 80px 0 160px;
  background-color: #F1EEE9;
}
body.activity #contents .c-box01 .box02 .category-box {
  margin-top: 80px;
  display: none;
}
body.activity #contents .c-box01 .box02 .category-box > div:not(:nth-of-type(1)) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.activity #contents .c-box01 .box02 .category-box > div:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
}
body.activity #contents .c-box01 .box02 .category-box#cat01 {
  display: block;
}
body.activity #contents .c-box01 .box02 .activity-box {
  margin-top: 20px;
}

/*--------------------------
COMPANY
----------------------------*/

body.company #contents .c-box01 {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 {
    padding-top: 40px;
  }
}
body.company #contents .c-box01 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 60px;
  padding: 30px 40px;
  border: 6px solid #CEC1A1;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  body.company #contents .c-box01 .box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 .box {
    display: block;
    margin-top: 40px;
    padding: 30px 25px;
  }
  body.company #contents .c-box01 .box .thumbnail.sp {
    margin-top: 15px;
  }
  body.company #contents .c-box01 .box .thumbnail.sp img {
    width: 100%;
  }
}
body.company #contents .c-box01 .box .sentence {
  flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  body.company #contents .c-box01 .box .sentence {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 .box .sentence {
    padding-right: 0;
  }
}
body.company #contents .c-box01 .box .sentence .title {
  font-size: 24px;
  font-weight: bold;
  color: #3C7765;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 .box .sentence .title {
    font-size: 18px;
  }
}
body.company #contents .c-box01 .box .sentence p {
  margin-top: 20px;
}
body.company #contents .c-box01 .box .sentence .name {
  margin-top: 25px;
}
body.company #contents .c-box01 .box .sentence .name .p01 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 .box .sentence .name .p01 {
    font-size: 14px;
  }
}
body.company #contents .c-box01 .box .sentence .name .p02 {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box01 .box .sentence .name .p02 {
    font-size: 18px;
  }
}
body.company #contents .c-box01 .box .thumbnail.pc {
  flex-shrink: 0;
  width: 360px;
}
@media screen and (max-width: 1000px) {
  body.company #contents .c-box01 .box .thumbnail.pc {
    width: 300px;
  }
}
body.company #contents .c-box02 {
  margin-top: -150px;
  padding: 200px 0 210px;
  background-color: #F1EEE9;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 {
    margin-top: -320px;
    padding: 370px 0 180px;
  }
}
body.company #contents .c-box02 .title02 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 .title02 {
    margin-top: 80px;
  }
}
body.company #contents .c-box02 table {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table tr, body.company #contents .c-box02 table th, body.company #contents .c-box02 table td {
    display: block;
    width: 100%;
  }
}
body.company #contents .c-box02 table tr.top th, body.company #contents .c-box02 table tr.top td {
  vertical-align: top;
}
body.company #contents .c-box02 table th, body.company #contents .c-box02 table td {
  padding: 35px 20px;
  font-size: 18px;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table th, body.company #contents .c-box02 table td {
    padding: 18px 0;
    font-size: 16px;
  }
}
body.company #contents .c-box02 table th {
  width: 300px;
  font-weight: bold;
  color: #3C7765;
  border-top: 1px solid #4C8875;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table th {
    width: 100%;
  }
}
body.company #contents .c-box02 table td {
  border-top: 1px solid #CCCCCC;
  color: #666666;
}
body.company #contents .c-box02 table .inner-table li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table .inner-table li {
    display: block;
  }
}
body.company #contents .c-box02 table .inner-table li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table .inner-table li span {
    display: block;
  }
}
body.company #contents .c-box02 table .inner-table li span:nth-of-type(1) {
  flex-shrink: 0;
  font-weight: bold;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table .inner-table li span:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.company #contents .c-box02 table .inner-table li span:nth-of-type(2) {
    margin-top: 10px;
  }
}
body.company #contents .c-box02 table .inner-table li a {
  padding-left: 20px;
  color: #1D629F;
  font-size: 18px;
  background: url("../images/company/icn-maker@2x.png") no-repeat left center;
  background-size: 14px auto;
}


/******************************************
LP改修に伴うスタイル追加　2023/02/28追加START
******************************************/
.item__inner {
  position:relative;
}
.item__textwrap {
  position:absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item__number {
  color:#4c8875;
  font-size:5.4vw;
  font-weight: bold;
  margin-bottom:1.436vw;
  text-align: center;
  margin-right: 3.431vw;
  font-family: 'Noto Sans', sans-serif;
}
.item__data {
  color:#222;
  font-size:1.111vw;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .item__number {
    font-size:76px;
  }

}
@media screen and (max-width: 768px) {
  .item__number {
    font-size:7.7vw;
    margin-right: 3.431vw;
  }
  .item__data {
    font-size:2.083vw;
  }
}
@media screen and (max-width: 375px) {
  .item__number {
    font-size:6.7vw;
  }
}



/******************************************
LP改修に伴うスタイル追加　2023/02/28追加END
******************************************/