@charset "UTF-8";
/* 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;
  font-family: arial,メイリオ;
  line-height: 1.1;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

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

body {
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  body {
    font-size: 1.2rem;
  }
}

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

  .sp {
    display: none !important;
  }

  .side-contact {
    position: fixed;
    z-index: 100;
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 899px) {
  body {
    padding-top: 80px;
  }

  .pc {
    display: none !important;
  }

  .side-contact {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100%);
  }
}
.contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .contents-inner {
    padding: 0 10px;
  }
}

.tac {
  text-align: center;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}

#globalHeader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner {
    display: block;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner .logo {
    padding: 5px 0;
    text-align: center;
  }
  #globalHeader .contents-inner .logo img {
    width: 180px;
  }
}
#globalHeader .contents-inner .global-navi {
  padding-top: 10px;
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner .global-navi {
    padding-top: 0;
    background-color: #f1f1f1;
  }
}
#globalHeader .contents-inner .global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  #globalHeader .contents-inner .global-navi ul {
    overflow-x: auto;
  }
}
#globalHeader .contents-inner .global-navi ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner .global-navi ul li a {
    padding: 18px 20px;
    white-space: nowrap;
  }
}
#globalHeader .contents-inner .global-navi ul li a.current, #globalHeader .contents-inner .global-navi ul li a:hover {
  color: #baa28a;
}
#globalHeader .contents-inner .global-navi ul li a.current::before, #globalHeader .contents-inner .global-navi ul li a:hover::before {
  transform: scale(1, 1);
}
#globalHeader .contents-inner .global-navi ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #baa28a;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner .global-navi ul li a::before {
    content: none;
  }
}
#globalHeader .contents-inner .tel-time {
  margin-top: 10px;
}
@media screen and (max-width: 1090px) {
  #globalHeader .contents-inner .tel-time {
    display: none;
  }
}
#globalHeader .contents-inner .tel-time .tel {
  font-size: 2.8rem;
  font-weight: 700;
  color: #baa28a;
}
#globalHeader .contents-inner .tel-time .time {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #444444;
  letter-spacing: 0.06em;
}

#globalFooter {
  padding: 15px 0 10px;
  border-top: 1px solid #cccccc;
  background-color: #6f706d;
}
#globalFooter .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
#globalFooter .contents-inner .logo .copyright {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #999999;
}
.logo{
  width: 300px;
  margin-top: 5px;
}

.section-title {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .section-title {
    font-size: 1.9rem;
  }
}
.section-title span {
  color: #6f706d;
  border-bottom: 1px solid #6f706d;
  font-size: 1.8rem;
  font-family: avenir;
  font-weight: 100;
  line-height: 80px;
}

.bb-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .bb-title {
    font-size: 1.8rem;
  }
}
.bb-title span {
  position: relative;
}
.bb-title span::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 50px;
  height: 6px;
  border-radius: 6px;
  background-color: #bedee5;
}
@media screen and (max-width: 899px) {
  .bb-title span::before {
    bottom: -10px;
    width: 30px;
    height: 3px;
    border-radius: 3px;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  text-decoration: none;
}
.btn.right-corn-red a {
  background: url("../img/icn/corner_red.png") no-repeat 98.5% 90%;
  background-size: 8px 8px;
}
.btn.right-corn-red a:hover {
  background: url("../img/icn/corner_white.png") no-repeat 98.5% 90%;
  background-size: 8px 8px;
}
.btn.right-corn-white a {
  background: url("../img/icn/corner_white.png") no-repeat 98.5% 90%;
}
.btn.right-corn-white a:hover {
  background: url("../img/icn/corner_gray.png") no-repeat 98.5% 90%;
}
.btn.right-corn a {
  position: relative;
}
.btn.red a {
  border-radius: 50px;
  background-color: #6f706d;
  text-decoration: none;

}
.btn.red a span {
  color: #FFF;
}
.btn.red a:hover {
  background-color: #baa28a;
}
.btn.red a:hover span {
  color: #fff;
}
.btn.gray a {
  background-color: #333333;
}
.btn.gray a span {
  color: #fff;
}
.btn.gray a:hover {
  background-color: #fff;
}
.btn.gray a:hover span {
  color: #333;
}
.btn a {
  transition: 0.3s;
}
.btn a span {
  transition: 0.3s;
}

.gyoukai-list ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gyoukai-list ul li {
  width: 12%;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .gyoukai-list ul li {
    width: 33.33%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 899px) and (max-width: 450px) {
  .gyoukai-list ul li {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 899px) {
  .gyoukai-list ul li:not(:nth-of-type(3n+1)) {
    border-left: 1px solid #f3f3f3;
  }
  .gyoukai-list ul li:not(:nth-of-type(-n+3)) {
    border-top: 1px solid #f3f3f3;
  }
}
.gyoukai-list ul li span {
  display: inline-block;
  padding: 25px 0 25px 35px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* @media screen and (min-width: 900px) {
  .gyoukai-list ul li:not(:nth-of-type(1)), .gyoukai-list ul li:not(:nth-of-type(5)) {
    border-left: 1px solid #f3f3f3;
  }
  .gyoukai-list ul li:not(:nth-of-type(-n+5)) {
    border-top: 1px solid #f3f3f3;
    width: 25%;
  }
} */
.gyoukai-list ul li:nth-of-type(1) span {
  background-image: url("../img/recruit/sec04_icn01.png");
}
.gyoukai-list ul li:nth-of-type(2) span {
  background-image: url("../img/recruit/sec04_icn02.png");
}
.gyoukai-list ul li:nth-of-type(3) span {
  background-image: url("../img/recruit/sec04_icn03.png");
}
.gyoukai-list ul li:nth-of-type(4) span {
  background-image: url("../img/recruit/sec04_icn04.png");
}
.gyoukai-list ul li:nth-of-type(5) span {
  background-image: url("../img/recruit/sec04_icn05.png");
}
.gyoukai-list ul li:nth-of-type(6) span {
  background-image: url("../img/recruit/sec04_icn06.png");
}
.gyoukai-list ul li:nth-of-type(7) span {
  background-image: url("../img/recruit/sec04_icn07.png");
}
.gyoukai-list ul li:nth-of-type(8) span {
  background-image: url("../img/recruit/sec04_icn08.png");
}
.gyoukai-list ul li:nth-of-type(9) span {
  background-image: url("../img/recruit/sec04_icn09.png");
}

.comment-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .comment-box {
    width: 100%;
    padding-left: 70px;
    padding-bottom: 45px;
  }
}
.comment-box img {

}
@media screen and (max-width: 899px) {
  .comment-box img {
    width: 100px;
    height: auto;
    left: 0;
    bottom: 0;
  }
}
.comment-box .box {
  width: 420px;
  padding: 20px;
  background-color: #fff;
  display: flex;
  border-radius: 30px;
  margin: 0 10px;
  border: solid 1px #6f706d;
  align-items: center;
  z-index: 10;
}
.comment-box .box2 {
margin-right: 100px;
}

@media screen and (max-width: 899px) {
  .comment-box .box {
    padding: 15px 15px 15px 30px;
  }
}
.comment-box .box p {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .comment-box .box p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.comment-box > p {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
}

.contact-box {
  height: 400px;
  padding-top: 60px;
  background: url("../../img/common/contact_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .contact-box {
    padding: 30px 10px;
    height: auto;
  }
}
.contact-box .box {
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap; */
  text-align: center;
  /* padding: 25px 0 25px 230px; */
  background: url("../img/common/contact_img.png") no-repeat 30px bottom;
}
@media screen and (max-width: 1200px) {
  .contact-box .box {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .contact-box .box {
    padding: 10px;
    background-image: none;
  }
}
.contact-box .box > div {
  /* padding: 15px 0; */
}
.contact-box .box > div.left {
  /* width: 450px;
  border-right: 2px solid #baa28a; */
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.left {
    width: auto;
    border-right: none;
    text-align: center;
  }
}
.contact-box .box > div.left .headline {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.left .headline {
    font-size: 2rem;
  }
}
.contact-box .box > div.left .headline span {
  background: url("../img/icn/border_red.png") repeat-x center bottom;
}
.contact-box .box > div.left p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.left p {
    display: inline-block;
    text-align: left;
  }
}
.contact-box .box > div.right {
  /* padding-left: 65px; */
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.right {
    padding: 0;
  }
}
.contact-box .box > div.right .tel {
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap; */
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.right .tel {
    justify-content: center;
  }
}
.contact-box .box > div.right .tel span:nth-of-type(1) {
  /* width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center; */
  background-color: #baa28a;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  padding: 10px 15px;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.right .tel span:nth-of-type(1) {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 1.6rem;
  }
}
.contact-box .box > div.right .tel span:nth-of-type(2) {
  margin-left: 20px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #baa28a;
  font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.right .tel span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}
.contact-box .box > div.right .tel span:nth-of-type(3) {
  margin-left: 20px;
}
.contact-box .box > div.right .tel span:nth-of-type(3) a {
  font-size: 4.4rem;
  font-weight: bold;
  color: #baa28a;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .contact-box .box > div.right .tel span:nth-of-type(3) a {
    font-size: 2.4rem;
  }
}
.contact-box .box > div.right .time {
  margin-top: 5px;
  /* text-align: right; */
  font-size: 1.6rem;
}
.contact-box .box > div.right .btn {
  margin-top: 35px;
}
@media screen and (max-width: 899px) {
  .contact-box .box > div.right .btn {
    margin-top: 40px;
  }
}
.contact-box .box > div.right .btn a {
  width: 30%;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 899px) {
  .contact-box .box > div.right .btn a {
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
    width: 70%;
  }
}
.contact-box .box > div.right .btn a:hover span {
  background: url("../img/icn/mail_gray.png") no-repeat left center;
  color: #333;
}
@media screen and (max-width: 899px) {
  .contact-box .box > div.right .btn a:hover span {
    background-size: 25px auto;
  }
}
.contact-box .box > div.right .btn a span {
  transition: 0.3s;
  /* padding-left: 45px; */
  background: url("../img/icn/mail_white.png") no-repeat left center;
}
@media screen and (max-width: 899px) {
  .contact-box .box > div.right .btn a span {
    background-size: 25px auto;
  }
}

.c-box07 .service-box .diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram {
    margin-bottom: 5.33333vw;
  }
}
.c-box07 .service-box .diagram-ph {
  width: 21.6%;
  height: 180px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-ph {
    position: relative;
    width: 34.66667vw;
    height: 24vw;
  }
  .c-box07 .service-box .diagram-ph img {
    width: 100%;
  }
}
.c-box07 .service-box .diagram-ph .label {
  height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background-color: #696969;
}
.c-box07 .service-box .diagram-ph .label.company {
  background-color: #535e75;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-ph .label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.33333vw;
    font-size: 9px;
    font-size: .9rem;
    line-height: 5.33333vw;
  }
}
.c-box07 .service-box .diagram-ph.-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  border: 1px solid #e63100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.c-box07 .service-box .diagram-ph.-logo .label {
  background-color: #e63100;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-ph.-logo {
    flex: 1;
    margin-top: 4vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }
}
.c-box07 .service-box .diagram-ph.-logo .logo {
  width: 90%;
  height: auto;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-ph.-logo .logo {
    width: 28.8vw;
    height: 4.8vw;
  }
}
.c-box07 .service-box .diagram-ph.-logo .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-box07 .service-box .diagram-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.c-box07 .service-box .diagram-wrap > div:nth-of-type(2) {
  width: 27.5% !important;
}
@media screen and (max-width: 970px) {
  .c-box07 .service-box .diagram-wrap > div:nth-of-type(2) {
    width: 33.3% !important;
  }
}
.c-box07 .service-box .diagram-wrap > div:nth-of-type(3) {
  width: 45% !important;
}
@media screen and (max-width: 970px) {
  .c-box07 .service-box .diagram-wrap > div:nth-of-type(3) {
    width: 33.3% !important;
    padding: 0 2vw;
  }
}
.c-box07 .service-box .diagram-wrap > div:nth-of-type(4) {
  width: 27.5% !important;
}
@media screen and (max-width: 970px) {
  .c-box07 .service-box .diagram-wrap > div:nth-of-type(4) {
    width: 33.3% !important;
  }
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-wrap {
    flex: initial;
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
  }
}
.c-box07 .service-box .diagram-wrap .diagram-arrows {
  flex: 0 1 auto;
  padding-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
}
.c-box07 .service-box .diagram-wrap .diagram-arrows:not(.-full) {
  width: 170px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-wrap .diagram-arrows:not(.-full) {
    width: 27.06667vw;
  }
}
.c-box07 .service-box .diagram-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows {
    flex: initial;
    width: 27.33333vw;
    padding-top: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
  }
}
.c-box07 .service-box .diagram-arrows.-full {
  flex: none;
  width: 100%;
  margin-bottom: 33px;
  -webkit-box-flex: 0;
  -ms-flex: none;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows.-full {
    position: absolute;
    top: 6.66667vw;
    left: 0;
  }
  .c-box07 .service-box .diagram-arrows.-full .item.-both {
    display: block;
    width: 12.8vw;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2.66667vw;
    padding-left: 0;
    text-align: center;
    border-left: none;
  }
  .c-box07 .service-box .diagram-arrows.-full .item.-both:after {
    top: auto;
    bottom: -1.73333vw;
    left: -2.4vw;
    border-width: 1.33333vw 2.4vw 1.33333vw 0;
    border-color: transparent #b8b8b8 transparent transparent;
  }
}
.c-box07 .service-box .diagram-arrows .item {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 13px;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 5px solid #b8b8b8;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item {
    margin-bottom: 0;
    padding-bottom: 2.66667vw;
    font-size: 1.2rem;
    line-height: 1.2;
    border-bottom: 2px solid #b8b8b8;
  }
}
.c-box07 .service-box .diagram-arrows .item:last-of-type {
  margin-bottom: 0;
}
.c-box07 .service-box .diagram-arrows .item:before, .c-box07 .service-box .diagram-arrows .item:after {
  position: absolute;
  content: "";
}
.c-box07 .service-box .diagram-arrows .item:before {
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item:before {
    bottom: -1.73333vw;
  }
}
.c-box07 .service-box .diagram-arrows .item.-toright {
  margin-right: 26px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-toright {
    margin-right: 4vw;
    margin-left: auto;
    padding-top: 2.66667vw;
    padding-left: 1.33333vw;
  }
}
.c-box07 .service-box .diagram-arrows .item.-toright:before {
  right: -18px;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #b8b8b8;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-toright:before {
    right: -2.4vw;
    border-width: 1.33333vw 0 1.33333vw 2.4vw;
  }
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-toright span {
    display: inline-block;
  }
  .c-box07 .service-box .diagram-arrows .item.-toright span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #b8b8b8;
  }
}
@media screen and (max-width: 500px) {
  .c-box07 .service-box .diagram-arrows .item span {
    font-size: 1rem;
  }
}
.c-box07 .service-box .diagram-arrows .item.-toleft {
  margin-left: 33px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-toleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-end;
    height: 20.53333vw;
    margin-top: -13.33333vw;
    margin-left: 3.33333vw;
    padding-right: 4vw;
    padding-bottom: 1.33333vw;
    border-left: 2px solid #b8b8b8;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
}
.c-box07 .service-box .diagram-arrows .item.-toleft:before {
  left: -18px;
  border-width: 10px 18px 10px 0;
  border-color: transparent #b8b8b8 transparent transparent;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-toleft:before {
    top: -2.4vw;
    left: -1.6vw;
    border-width: 0 1.33333vw 2.4vw 1.33333vw;
    border-color: transparent transparent #b8b8b8 transparent;
  }
}
.c-box07 .service-box .diagram-arrows .item.-both {
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    width: 14.93333vw;
    height: 13.33333vw;
    margin-top: -4.66667vw;
    margin-right: 0;
    margin-left: 8.53333vw;
    padding-bottom: 1.33333vw;
    padding-left: 2vw;
    text-align: left;
    border-left: 2px solid #b8b8b8;
  }
}
.c-box07 .service-box .diagram-arrows .item.-both:before {
  right: -18px;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #b8b8b8;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-both:before {
    right: -2.4vw;
    border-width: 1.33333vw 0 1.33333vw 2.4vw;
  }
}
.c-box07 .service-box .diagram-arrows .item.-both:after {
  bottom: -13px;
  left: -18px;
  width: 0;
  height: 0;
  border-width: 10px 18px 10px 0;
  border-style: solid;
  border-color: transparent #b8b8b8 transparent transparent;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-both:after {
    top: -2.4vw;
    bottom: auto;
    left: -1.46667vw;
    border-width: 0 1.33333vw 2.4vw 1.33333vw;
    border-color: transparent transparent #b8b8b8 transparent;
  }
}
.c-box07 .service-box .diagram-arrows .item.-both span {
  display: inline-block;
  margin-right: -18px;
  margin-left: -18px;
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box .diagram-arrows .item.-both span {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 899px) {
  .c-box07 .service-box {
    margin-bottom: 8vw;
  }
  .c-box07 .service-box.s-box01 .inner .diagram > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box07 .service-box.s-box01 .inner .diagram > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-box07 .service-box.s-box01 .inner .diagram > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .c-box07 .service-box.s-box01 .inner .diagram > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .c-box07 .service-box.s-box01 .inner .diagram > div:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .c-box07 .service-box.s-box02 .inner .diagram > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box07 .service-box.s-box02 .inner .diagram > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-box07 .service-box.s-box02 .inner .diagram > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .c-box07 .service-box.s-box02 .inner .diagram > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .c-box07 .service-box.s-box02 .inner .diagram > div:nth-of-type(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .c-box07 .service-box.s-box03 .inner .diagram {
    position: relative;
  }
  .c-box07 .service-box.s-box03 .inner .diagram-wrap .diagram-arrows:nth-of-type(2) .item.-toleft {
    height: 12vw;
    margin-top: 4vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-box07 .service-box.s-box03 .inner .diagram-wrap .diagram-arrows:nth-of-type(2) .item.-toright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box07 .service-box.s-box03 .inner .diagram-wrap .diagram-arrows:nth-of-type(4) .item.-toright {
    height: 12vw;
    margin-top: 4vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-box07 .service-box.s-box03 .inner .diagram-wrap .diagram-arrows:nth-of-type(4) .item.-toleft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box07 .service-box.s-box03 .inner .diagram > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box07 .service-box.s-box03 .inner .diagram > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-box07 .service-box.s-box03 .inner .diagram > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-toleft {
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: 4vw;
    padding-top: 2.66667vw;
    padding-right: 1.33333vw;
    padding-bottom: 2.66667vw;
    padding-left: 0;
    border-right: 2px solid #b8b8b8;
    border-left: 0;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-toleft:before {
    top: auto;
    bottom: -1.46667vw;
    left: -2.4vw;
    border-width: 1.33333vw 2.4vw 1.33333vw 0;
    border-color: transparent #b8b8b8 transparent transparent;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-toright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-start;
    width: 24vw;
    height: 20.53333vw;
    margin-top: -13.33333vw;
    margin-right: 3.33333vw;
    padding-bottom: 1.33333vw;
    padding-left: 4vw;
    border-right: 2px solid #b8b8b8;
    border-left: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-toright:before {
    top: -2.4vw;
    right: -1.6vw;
    border-width: 0 1.33333vw 2.4vw 1.33333vw;
    border-color: transparent transparent #b8b8b8 transparent;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-toright span:before {
    display: none;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-both {
    margin-right: 8.53333vw;
    margin-left: auto;
    border-right: 2px solid #b8b8b8;
    border-left: none;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-both:after {
    right: -1.46667vw;
    left: auto;
  }
  .c-box07 .service-box .inner .diagram-arrows:nth-of-type(4) .item.-both:before {
    right: auto;
    left: -2.4vw;
    border-width: 1.33333vw 2.4vw 1.33333vw 0;
    border-color: transparent #b8b8b8 transparent transparent;
  }
}

/*-------------------------------
COMPANY
------------------------------------*/
body.company #contents .company-box {
  padding: 50px 0;
}
body.company #contents .company-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
body.company #contents .company-box .box {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  body.company #contents .company-box .box {
    margin: 30px 0;
  }
}
body.company #contents .company-box .box table {
  width: 100%;
}
body.company #contents .company-box .box table tr:not(:last-child) th, body.company #contents .company-box .box table tr:not(:last-child) td {
  border-bottom: 1px solid #0b4e8d;
}
body.company #contents .company-box .box table th, body.company #contents .company-box .box table td {
  padding: 25px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  body.company #contents .company-box .box table th, body.company #contents .company-box .box table td {
    padding: 15px;
    font-size: 1.4rem;
  }
}
body.company #contents .company-box .box table th {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
}

/*-------------------------------
EVALUATION DESIGN
------------------------------------*/
body.sub.evaluation-design #mainVisual {
  background-image: url("../img/evaluation-design/main_visual.png");
}
body.sub.evaluation-design #mainVisual .box .inner {
  width: 600px;
}
@media screen and (max-width: 899px) {
  body.sub.evaluation-design #mainVisual .box .inner {
    width: 100%;
  }
}
body.sub.evaluation-design #mainVisual .box .inner h1 span {
  font-size: 2.8rem;
}
@media screen and (max-width: 899px) {
  body.sub.evaluation-design #mainVisual .box .inner h1 span {
    font-size: 2rem;
  }
}
body.sub.evaluation-design #contents .c-box01 {
  height: 825px;
}
@media screen and (max-width: 899px) {
  body.sub.evaluation-design #contents .c-box01 {
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  body.sub.evaluation-design #contents .c-box01 .box {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  body.sub.evaluation-design #contents .c-box01 .box.box02 {
    background: url("../img/sub/sec01_img02.png") no-repeat 95% bottom #fff;
  }
  body.sub.evaluation-design #contents .c-box01 .box ul {
    display: block;
    padding: 0 25px;
  }
  body.sub.evaluation-design #contents .c-box01 .box ul li:not(:first-child) {
    margin-top: 20px;
  }
}
body.sub.evaluation-design #contents .c-box02 .comment-box {
  margin-bottom: 0;
  padding-bottom: 60px;
}

/*-------------------------------
DATA UTILIZATION
------------------------------------*/
body.sub.data-utilization #mainVisual {
  background-image: url("../img/data-utilization/main_visual.png");
}
@media screen and (min-width: 900px) {
  body.sub.data-utilization #contents .c-box01 {
    height: 590px;
  }
  body.sub.data-utilization #contents .c-box01 .box {
    padding: 60px 0;
    background: url("../img/sub/sec01_img.png") no-repeat 98% bottom #fff;
  }
  body.sub.data-utilization #contents .c-box01 .box ul {
    margin-top: 0;
  }
  body.sub.data-utilization #contents .c-box01 .box ul li:not(:first-child) {
    margin-top: 50px;
  }
}
body.sub.data-utilization #contents .c-box02 .comment-box {
  margin-bottom: 0;
  padding-bottom: 60px;
}

/*-------------------------------
RECRUITING
------------------------------------*/
body.sub.recruiting #mainVisual {
  background-image: url("../../img/recruiting/main_visual.png");
  background-color: #e6f1f4;
}
body.sub.recruiting #contents .c-box01 .contents-inner > .box {
  margin-top: 100px;
}

/*-------------------------------
SUB
------------------------------------*/
body.sub #mainVisual {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  background-image:url(mainvisual.jpg)
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual {
    height: auto;
    background-image: none !important;
  }
}
body.sub #mainVisual .box {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #cfe1e5;
  text-align: left;
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual .box {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  body.sub #mainVisual .box .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 520px;
  }
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual .box .inner {
    padding: 30px 10px;
  }
}
body.sub #mainVisual .box .inner h1 {
  display: inline-block;
  padding: 0 10px 15px 0;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual .box .inner h1 {
    padding-bottom: 10px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
body.sub #mainVisual .box .inner .description {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual .box .inner .description {
    font-size: 1.4rem;
  }
}
body.sub #mainVisual .box::before {
  position: absolute;
  top: 0;
  left: -200px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 200px;
  border-color: transparent transparent #cfe1e5 transparent;
}
@media screen and (max-width: 899px) {
  body.sub #mainVisual .box::before {
    content: none;
  }
}
body.sub #contents .c-box01 {
  position: relative;
  height: 1100px;
  padding: 70px 0;
  background-color: #d5e0d7;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 {
    height: auto;
    padding: 30px 10px;
  }
}
body.sub #contents .c-box01::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -39px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #d5e0d7 transparent transparent transparent;
}

@media screen and (max-width: 899px) {
  body.sub #contents .c-box01::before {
    bottom: -24px;
    border-width: 25px 25px 0 25px;
  }
}
body.sub #contents .c-box01 .contents-inner {
  position: relative;
}
body.sub #contents .c-box01 .img01 {
width: 130px;
position: absolute;
top: 0px;
left: 100px;
}
body.sub #contents .c-box01 .img02 {
  width: 130px;
  position: absolute;
  top: 60px;
  left: 1000px;
}
body.sub #contents .c-box01 h2 {
  font-size: 3.2rem;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 h2 {
    font-size: 2rem;
  }
}
body.sub #contents .c-box01 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 130px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .list {
    display: block;
  }
}
body.sub #contents .c-box01 .list > div {
  width: 48.3%;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .list > div {
    width: 100%;
  }
}
body.sub #contents .c-box01 .box {
  margin: 40px 0 80px 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #6f706d;
  position: relative;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box {
    margin-top: 20px;
    padding: 20px 10px;
  }
}
body.sub #contents .c-box01 .box img{
 position: absolute;
 top: -101px;
 left: -30px;
 width: 140px;
}
body.sub #contents .c-box01 .box .point3{
 top: -97px;
}
body.sub #contents .c-box01 .box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box h3 {
    font-size: 1.8rem;
  }
}
body.sub #contents .c-box01 .box ul {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.sub #contents .c-box01 .box ul li {
  padding: 5px 0 5px 40px;
  font-size: 1.8rem;
  background: url("../img/icn/check.png") no-repeat left top;
  text-align: left;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
body.sub #contents .c-box01 .box ul li:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box ul li:not(:first-child) {
    margin-top: 15px;
  }
}
body.sub #contents .c-box01 .box ul li span {
  font-weight: 2rem;
  color: #3c5fa4;
  font-weight: bold;
  background: url("../img/icn/border_blue.png") repeat-x center bottom;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box01 .box ul li span {
    font-size: 1.6rem;
  }
}
body.sub #contents .c-box02 {
  padding: 70px 0;
}
body.sub #contents .c-box02-b {
  padding: 70px 0;
  background-image:url(../../img/common/bg_square.png);
  background-size: cover;
  background-repeat: repeat;
}
body.sub #contents .c-box02 .media-box {
  display: flex;
  /* justify-content: flex-start;
  align-items: stretch; */
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 35px 70px 35px 0;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box {
    display: block;
    margin-top: 30px;
    padding: 20px;
  }
}
body.sub #contents .c-box02 .media-box .img {
  position: relative;
  width: 42%;
  margin: 0 40px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box .img {
    display: none;
  }
}
body.sub #contents .c-box02 .media-box .img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
body.sub #contents .c-box02 .media-box .sentence {
  padding: 30px 0px 30px 0;
  margin:0 20px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box .sentence {
    width: 100%;
    padding: 0;
  }
}
body.sub #contents .c-box02 .media-box .sentence .lead-text {
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #333333;
  margin-top: 30px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box .sentence .lead-text {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}
body.sub #contents .c-box02 .media-box .sentence ul {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box .sentence ul {
    margin-top: 20px;
  }
}
body.sub #contents .c-box02 .media-box .sentence ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  text-indent: -2.2em;
  margin-left: 2.2em;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .media-box .sentence ul li {
    font-size: 1.4rem;
  }
}
body.sub #contents .c-box02 .media-box .sentence ul li:not(:first-child) {
  margin-top: 5px;
}
body.sub #contents .c-box02 .media-box .sentence ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #e63100;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-indent: 0;
  vertical-align: middle;
}
body.sub #contents .c-box02 .comment-box {
  margin-top: 115px;
  padding-bottom: 30px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box02 .comment-box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  body.sub #contents .c-box02 .comment-box .box {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 25px 30px 50px;
  }
  body.sub #contents .c-box02 .comment-box img {
    top: -65px;
    left: -125px;
  }
  body.sub #contents .c-box02 .comment-box p {
    line-height: 2;
  }
}
body.sub #contents .c-box02 .comment-box .box {
  background-color: #f3f3f3;
}
body.sub #contents .c-box03 {
  padding: 75px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 {
    padding: 30px 10px;
  }
}
body.sub #contents .c-box03 .bb-title {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .bb-title {
    margin-top: 25px;
  }
}
body.sub #contents .c-box03 .gyoukai-list {
  margin-top: 65px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .gyoukai-list {
    margin-top: 40px;
  }
}
body.sub #contents .c-box03 .success-box {
  margin-top: 45px;
  padding: 35px 40px;
  border-top: 5px solid #baa28a;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box {
    margin-top: 30px;
    padding: 20px;
    border-top-width: 3px;
  }
}
body.sub #contents .c-box03 .success-box .headline {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .headline {
    font-size: 1.8rem;
  }
}
body.sub #contents .c-box03 .success-box .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .media-box {
    flex-wrap: wrap;
  }
}
body.sub #contents .c-box03 .success-box .media-box > div {
  width: 50%;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .media-box > div {
    width: 100%;
  }
}
body.sub #contents .c-box03 .success-box .media-box > div.left {
  padding: 0 40px;
  border-right: none;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .media-box > div.left {
    order: 2;
    padding: 20px;
  }
}
body.sub #contents .c-box03 .success-box .media-box > div.left .logo {
  position: relative;
  height: 230px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .media-box > div.left .logo {
    height: 150px;
  }
  body.sub #contents .c-box03 .success-box .media-box > div.left .logo img {
    width: auto;
    max-height: 70%;
  }
}
body.sub #contents .c-box03 .success-box .media-box > div.left .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.sub #contents .c-box03 .success-box .media-box > div.left .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-top: 20px;
  border-top: 1px solid #baa28a;
  border-bottom: 1px solid #baa28a;
  padding: 60px 0;
  flex-direction: column;
}
body.sub #contents .c-box03 .success-box .media-box > div.left .content .headline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #baa28a;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 15px;
}
body.sub #contents .c-box03 .success-box .media-box > div.left .content p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .media-box > div.right {
    order: 1;
  }
}
body.sub #contents .c-box03 .success-box .media-box > div.right img {
  width: 100%;
}
body.sub #contents .c-box03 .success-box .before-after {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .before-after {
    margin-top: 20px;
  }
}
body.sub #contents .c-box03 .success-box .before-after > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 48.2%;
  min-height: 100px;
  border: solid 1px #6f706d;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .before-after > div {
    display: block;
    height: auto;
  }
}
body.sub #contents .c-box03 .success-box .before-after > div.before {
  position: relative;
  width: 100%;
}
body.sub #contents .c-box03 .success-box .before-after > div.before::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 14px;
  height: 40px;
  background: url("../img/icn/arrow_gray.png") no-repeat;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .before-after > div.before::before {
    right: -6%;
    width: 10px;
    height: 27px;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  body.sub #contents .c-box03 .success-box .before-after > div.before::before {
    right: -7%;
  }
}
body.sub #contents .c-box03 .success-box .before-after > div.before .title {
  background-color: #6f706d;
}
body.sub #contents .c-box03 .success-box .before-after > div.after .title {
  background-color: #e63100;
}
body.sub #contents .c-box03 .success-box .before-after > div .title {
  flex-shrink: 0;
  width: 145px;
  height: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .before-after > div .title {
    width: 100%;
    height: auto;
    padding: 8px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
body.sub #contents .c-box03 .success-box .before-after > div .content {
  width: calc(100% - 145px);
  padding: 15px 0 15px 80px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box03 .success-box .before-after > div .content {
    width: 100%;
    padding: 10px;
  }
}
body.sub #contents .c-box03 .success-box .before-after > div .content p {
  font-size: 1.4rem;
  line-height: 1.4;
}
body.sub #contents .c-box04 {
  padding: 110px 0 150px 0;
  background-color: #bedee5;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box04 {
    padding: 30px 0 0;
  }
}
body.sub #contents .c-box04 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 35px;
}
@media screen and (max-width: 650px) {
  body.sub #contents .c-box04 .list {
    display: block;
  }
}
body.sub #contents .c-box04 .list > div {
  position: relative;
  width: 30%;
  padding: 30px;
  border: 2px solid #baa28a;
  background-color: #FFF;
}
@media screen and (max-width: 650px) {
  body.sub #contents .c-box04 .list > div {
    width: 100%;
    padding: 0 20px 20px;
  }
  body.sub #contents .c-box04 .list > div:not(:first-child) {
    margin-top: 20px;
  }
  body.sub #contents .c-box04 .list > div::before {
    content: none !important;
  }
}
body.sub #contents .c-box04 .list > div:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 90px;
  right: -13%;
  width: 18px;
  height: 48px;
  background: url("../img/icn/arrow_red.png") no-repeat;
}
body.sub #contents .c-box04 .list > div.step1 .description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
}
body.sub #contents .c-box04 .list > div.step1 .description ul {
  width: 49%;
}
body.sub #contents .c-box04 .list > div .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #baa28a;
  font-size: 2rem;
  color: #fff;
}
body.sub #contents .c-box04 .list > div .icn {
  position: relative;
  height: 160px;
}
body.sub #contents .c-box04 .list > div .icn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.sub #contents .c-box04 .list > div .headline {
  padding: 15px;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #baa28a;
}
body.sub #contents .c-box04 .list > div .headline span {
  font-size: 2rem;
  color: #baa28a;
  font-weight: bold;
}
body.sub #contents .c-box04 .list > div .description {
  margin-top: 15px;
}
body.sub #contents .c-box04 .list > div .description ul li {
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
}
body.sub #contents .c-box04 .list > div .description ul li:not(:first-child) {
  margin-top: 7px;
}
body.sub #contents .c-box04 .comment-box {
  margin-top: 75px;
  margin-bottom: 43px;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box04 .comment-box {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  body.sub #contents .c-box04 .comment-box .box {
    padding: 30px 50px 30px 45px;
  }
  body.sub #contents .c-box04 .comment-box img {
    top: -40px;
    left: -170px;
  }
  body.sub #contents .c-box04 .comment-box p {
    line-height: 2;
  }
}
body.sub #contents .c-box04 .comment-box .box {
  background-color: #f3f3f3;
}
body.sub #contents .c-box05 {
  padding: 60px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box05 {
    padding: 30px 0;
  }
}
body.sub #contents .c-box05 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box05 .list {
    flex-wrap: wrap;
  }
}
body.sub #contents .c-box05 .list > div {
  width: 24.1%;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box05 .list > div {
    width: 49.5%;
  }
  body.sub #contents .c-box05 .list > div:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  body.sub #contents .c-box05 .list > div {
    width: 100%;
  }
  body.sub #contents .c-box05 .list > div:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}
body.sub #contents .c-box05 .list > div:nth-of-type(1) span::before {
  background-image: url("../img/sub/link_icn01.png");
}
body.sub #contents .c-box05 .list > div:nth-of-type(2) span::before {
  background-image: url("../img/sub/link_icn02.png");
}
body.sub #contents .c-box05 .list > div:nth-of-type(3) span::before {
  background-image: url("../img/sub/link_icn03.png");
}
body.sub #contents .c-box05 .list > div:nth-of-type(4) span::before {
  background-image: url("../img/sub/link_icn04.png");
  top: 0;
}
body.sub #contents .c-box05 .list > div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  text-decoration: none;
  background: url("../img/icn/corner_red.png") no-repeat 98% 93%;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  body.sub #contents .c-box05 .list > div a {
    transition: 0.3s;
  }
  body.sub #contents .c-box05 .list > div a:hover {
    opacity: 0.75;
  }
}
body.sub #contents .c-box05 .list > div a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  color: #333333;
}
@media screen and (max-width: 899px) {
  body.sub #contents .c-box05 .list > div a span {
    font-size: 1.4rem;
  }
}
body.sub #contents .c-box05 .list > div a span::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -60px;
  width: 55px;
  height: 42px;
  background-repeat: no-repeat;
}

/*-------------------------------
HOME
------------------------------------*/
body.home #mainVisual {
  position: relative;
  width: 100%;
  height: 620px;
  background: url("../img/top/main_visual.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 899px) {
  body.home #mainVisual {
    height: 400px;
    background: url("../img/top/main_visual_sp.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 900px) {
  body.home #mainVisual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 899px) {
  body.home #mainVisual h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 10%;
  }
}
body.home #contents .c-box01 {
  padding: 20px 0 40px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box01 {
    padding: 10px 0 20px;
  }
}
body.home #contents .c-box01 p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box01 p {
    font-size: 1.2rem;
  }
}
body.home #contents .c-box01 .logo-slider {
  display: flex;
  width: auto;
  overflow: hidden;
  height: 50px;
  margin-top: 30px;
}
body.home #contents .c-box01 .logo-slider .slider {
  position: relative;
  animation: infinity-loop 30s infinite linear 1s both;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box01 .logo-slider .slider {
    display: flex;
  }
}
body.home #contents .c-box01 .logo-slider .slider img {
  max-width: none;
  margin: 0 15px;
  height: auto;
}
body.home #contents .c-box02 {
  padding-top: 70px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box02 {
    padding-top: 40px;
  }
}
body.home #contents .c-box02 .section-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box02 .section-title {
    margin-bottom: 20px;
  }
}
body.home #contents .c-box02 .tac {
  line-height: 2;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box02 .tac {
    text-align: left;
  }
}
body.home #contents .c-box02 .img {
  margin-top: 70px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box02 .img {
    margin-top: 25px;
    text-align: center;
  }
}
body.home #contents .c-box02 .comment-box {
  margin-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box02 .comment-box img {
    top: 20px;
    left: -115px;
  }
  body.home #contents .c-box02 .comment-box p {
    line-height: 2;
  }
}
body.home #contents .c-box03 {
  padding: 80px 0;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box03 {
    padding: 35px 0 15px;
  }
}
body.home #contents .c-box03 .section-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box03 .section-title {
    margin-bottom: 15px;
  }
}
body.home #contents .c-box03 .tac {
  line-height: 2;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box03 .tac {
    text-align: left;
  }
}
body.home #contents .c-box03 .box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 40px 110px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box03 .box {
    margin-top: 15px;
    padding: 15px 10px;
  }
  body.home #contents .c-box03 .box img {
    width: 100%;
  }
}
body.home #contents .c-box03 .box p {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box03 .box p {
    margin-top: 15px;
    font-size: 1.2rem;
    text-align: left;
  }
}
body.home #contents .c-box04 {
  padding-top: 80px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 {
    padding: 35px 0 0;
  }
}
body.home #contents .c-box04 .gyoukai-list {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .gyoukai-list {
    margin-top: 20px;
  }
}
body.home #contents .c-box04 .bb-title {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .bb-title {
    margin-top: 30px;
  }
}
body.home #contents .c-box04 .soudan-box {
  margin-top: 40px;
  padding: 35px 0;
  background: url("../img/top/sec04_img01.png") no-repeat 93% bottom;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .soudan-box {
    margin-top: 30px;
    padding: 25px;
    background: url("../img/top/sec04_img01.png") no-repeat 95% bottom #fff;
    background-size: auto 80%;
  }
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box04 .soudan-box ul {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
body.home #contents .c-box04 .soudan-box ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .soudan-box ul li {
    font-size: 1.4rem;
    text-indent: -1.8em;
    margin-left: 1.8em;
    line-height: 1.4;
  }
}
body.home #contents .c-box04 .soudan-box ul li:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .soudan-box ul li:not(:first-child) {
    margin-top: 15px;
  }
}
body.home #contents .c-box04 .soudan-box ul li span:nth-of-type(1) {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 12px;
  line-height: 23px;
  text-align: center;
  background-color: #3c5fa4;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 23px;
  text-indent: 0;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .soudan-box ul li span:nth-of-type(1) {
    margin-right: 5px;
  }
}
body.home #contents .c-box04 .soudan-box ul li span:not(:nth-of-type(1)) {
  padding: 0 5px 5px;
  font-size: 2rem;
  color: #3c5fa4;
  font-weight: bold;
  background: url("../img/icn/border_blue.png") repeat-x center bottom;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .soudan-box ul li span:not(:nth-of-type(1)) {
    font-size: 1.6rem;
  }
}
body.home #contents .c-box04 .for-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box04 .for-box {
    display: block;
  }
}
body.home #contents .c-box04 .for-box > div {
  width: 31.6%;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div {
    width: 32%;
  }
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box04 .for-box > div {
    width: 100%;
  }
  body.home #contents .c-box04 .for-box > div:not(:first-child) {
    margin-top: 25px;
  }
}
body.home #contents .c-box04 .for-box > div .headline {
  padding: 20px 0;
  background-color: #e63100;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div .headline {
    padding: 10px;
    font-size: 1.6rem;
  }
}
body.home #contents .c-box04 .for-box > div .headline span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div .headline span {
    font-size: 1.2rem;
  }
}
body.home #contents .c-box04 .for-box > div .inner {
  padding: 25px 15px 30px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div .inner {
    padding: 15px;
  }
}
body.home #contents .c-box04 .for-box > div .inner p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div .inner p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
body.home #contents .c-box04 .for-box > div .inner .btn {
  margin-top: 25px;
}
body.home #contents .c-box04 .for-box > div .inner .btn a {
  width: 200px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .for-box > div .inner .btn a {
    width: 100%;
  }
}
body.home #contents .c-box04 .img {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box04 .img {
    margin-top: 30px;
  }
}
body.home #contents .c-box04 .comment-box {
  margin-top: 75px;
  padding-bottom: 46px;
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box04 .comment-box img {
    top: -60px;
    left: -110px;
  }
  body.home #contents .c-box04 .comment-box p {
    line-height: 2;
  }
}
body.home #contents .c-box05 {
  padding: 75px 0;
  background: url("../img/top/sec05_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 {
    padding: 30px 0;
  }
}
body.home #contents .c-box05 h2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 h2 {
    font-size: 2.4rem;
  }
}
body.home #contents .c-box05 .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 10px;
}
body.home #contents .c-box05 .list > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 48.75%;
  min-height: 280px;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 .list > div {
    width: 100%;
    min-height: auto;
  }
  body.home #contents .c-box05 .list > div:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box05 .list > div:nth-of-type(2n) {
    margin-left: 2.5%;
  }
}
body.home #contents .c-box05 .list > div:not(:nth-of-type(-n+2)) {
  margin-top: 30px;
}
body.home #contents .c-box05 .list > div .thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  background-color: #f3f3f3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-box05 .list > div .thumbnail {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box05 .list > div .thumbnail {
    width: 120px;
  }
}
body.home #contents .c-box05 .list > div .thumbnail img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 .list > div .thumbnail img {
    position: static;
    transform: translateX(0);
  }
}
body.home #contents .c-box05 .list > div .information {
  position: relative;
  width: calc(100% - 210px);
}


@media screen and (max-width: 1000px) {
  body.home #contents .c-box05 .list > div .information {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 500px) {
  body.home #contents .c-box05 .list > div .information {
    width: calc(100% - 120px);
  }
}
body.home #contents .c-box05 .list > div .information .inner {
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 1000px) {
  body.home #contents .c-box05 .list > div .information .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 .list > div .information .inner {
    padding: 25px 15px;
  }
}
body.home #contents .c-box05 .list > div .information .headline {
  padding-bottom: 15px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #e63100;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 .list > div .information .headline {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
body.home #contents .c-box05 .list > div .information .comment {
  margin-top: 10px;
}
body.home #contents .c-box05 .list > div .information .comment p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box05 .list > div .information .comment p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
body.home #contents .c-box06 {
  padding: 70px 0 80px;
  background: url("../img/common/bg_square.png");
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box06 {
    padding: 30px 0;
  }
}
body.home #contents .c-box06 .flow-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.home #contents .c-box06 .flow-box > div {
  position: relative;
  width: 30%;
  margin-top: 40px;
  padding: 0 30px 25px;
  text-align: center;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  body.home #contents .c-box06 .flow-box > div {
    width: 48%;
  }
  body.home #contents .c-box06 .flow-box > div:not(:nth-of-type(3n+1)) {
    margin-left: 0 !important;
  }
  body.home #contents .c-box06 .flow-box > div:nth-of-type(2n) {
    margin-left: 4% !important;
  }
  body.home #contents .c-box06 .flow-box > div:nth-of-type(2n+1)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8% !important;
    width: 9px !important;
    height: 24px !important;
    background: url("../img/icn/arrow_red.png") no-repeat;
    background-size: 9px 24px !important;
  }
}
@media screen and (max-width: 400px) {
  body.home #contents .c-box06 .flow-box > div {
    width: 100%;
  }
  body.home #contents .c-box06 .flow-box > div::before {
    content: none !important;
  }
  body.home #contents .c-box06 .flow-box > div:not(:first-child) {
    margin-top: 20px;
    margin-left: 0 !important;
  }
}
body.home #contents .c-box06 .flow-box > div:not(:nth-of-type(3n+1)) {
  margin-left: 5%;
}
@media screen and (min-width: 651px) {
  body.home #contents .c-box06 .flow-box > div:not(:nth-of-type(3n))::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13%;
    width: 18px;
    height: 48px;
    background: url("../img/icn/arrow_red.png") no-repeat;
  }
}
body.home #contents .c-box06 .flow-box > div .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #aaaaaa;
  text-align: center;
  line-height: 40px;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  color: #fff;
}
body.home #contents .c-box06 .flow-box > div .icn {
  position: relative;
  height: 145px;
}
body.home #contents .c-box06 .flow-box > div .icn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home #contents .c-box06 .flow-box > div .headline {
  font-size: 2rem;
  font-weight: bold;
  color: #e63100;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .flow-box > div .headline {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
body.home #contents .c-box06 .flow-box > div .description {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .flow-box > div .description {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
body.home #contents .c-box07 {
  padding: 60px 0 80px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 {
    padding: 30px 0;
  }
}
body.home #contents .c-box07 .service-box {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box {
    margin-top: 20px;
  }
  body.home #contents .c-box07 .service-box.s-box01 .inner {
    padding-bottom: 0;
  }
}
body.home #contents .c-box07 .service-box .headline {
  padding: 13px 0;
  background-color: #e63100;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
body.home #contents .c-box07 .service-box .headline span {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .headline {
    font-size: 1.4rem;
  }
  body.home #contents .c-box07 .service-box .headline span {
    font-size: 1.2rem;
  }
}
body.home #contents .c-box07 .service-box .inner {
  padding: 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner {
    padding: 20px;
  }
}
body.home #contents .c-box07 .service-box .inner .information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information {
    display: block;
  }
}
body.home #contents .c-box07 .service-box .inner .information .title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information .title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
body.home #contents .c-box07 .service-box .inner .information table {
  width: 580px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information table {
    width: 100%;
  }
}
body.home #contents .c-box07 .service-box .inner .information table th, body.home #contents .c-box07 .service-box .inner .information table td {
  padding: 15px;
  border: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information table th, body.home #contents .c-box07 .service-box .inner .information table td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
body.home #contents .c-box07 .service-box .inner .information table th {
  width: 185px;
  background-color: #eeeeee;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information table th {
    width: 140px;
  }
}
body.home #contents .c-box07 .service-box .inner .information table td span {
  font-size: 1rem;
  color: #898989;
}
body.home #contents .c-box07 .service-box .inner .information .comment-box {
  position: relative;
}
body.home #contents .c-box07 .service-box .inner .information .comment-box .box {
  background-color: #ededed;
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box07 .service-box .inner .information .comment-box {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
  body.home #contents .c-box07 .service-box .inner .information .comment-box img {
    top: -70px;
    left: -110px;
  }
  body.home #contents .c-box07 .service-box .inner .information .comment-box .box p {
    line-height: 2;
  }
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box .inner .information .comment-box {
    margin-top: 60px;
  }
}
body.home #contents .c-box07 .service-box.s-box02 .information {
  justify-content: center !important;
}
body.home #contents .c-box07 .service-box.s-box03 .tac {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2;
}
body.home #contents .c-box07 .service-box.s-box03 .information {
  align-items: flex-start !important;
}
body.home #contents .c-box07 .service-box.s-box03 .information > div {
  width: 48.2%;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box.s-box03 .information > div {
    width: 100%;
  }
}
body.home #contents .c-box07 .service-box.s-box03 .information .left p {
  font-size: 1.4rem;
}
body.home #contents .c-box07 .service-box.s-box03 .information .left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 25px;
  padding: 30px 25px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box.s-box03 .information .left ul {
    margin-top: 15px;
    padding: 15px;
  }
}
body.home #contents .c-box07 .service-box.s-box03 .information .left ul li {
  width: 150px;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  color: #e63100;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box.s-box03 .information .left ul li {
    width: 32%;
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
body.home #contents .c-box07 .service-box.s-box03 .information .right {
  margin-left: 1.8%;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box07 .service-box.s-box03 .information .right {
    margin: 20px 0 0 0;
  }
}
body.home #contents .c-box07 .service-box.s-box03 .information .right table {
  width: 100%;
}
body.home #contents .c-box07 .service-box.s-box03 .information .right .caution {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #898989;
  line-height: 1.6;
}
body.home #contents .c-box08 {
  padding: 65px 0;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box08 {
    padding: 30px 0;
  }
}
body.home #contents .c-box08 h3 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box08 h3 {
    font-size: 1.8rem;
  }
}
body.home #contents .c-box08 .link-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box08 .link-list {
    padding: 0 10px;
  }
}
body.home #contents .c-box08 .link-list > div {
  position: relative;
}
@media screen and (min-width: 900px) {
  body.home #contents .c-box08 .link-list > div {
    width: 23.75%;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
  #contents .c-box08 .link-list > div:not(:nth-of-type(4n+1)) {
    margin-left: 1.6666%;
  }
  #contents .c-box08 .link-list > div span {
    transition: 0.3s;
    white-space: nowrap;
  }
  #contents .c-box08 .link-list > div:hover span {
    color: #fff;
  }
  #contents .c-box08 .link-list > div.newbusiness {
    background-image: url("../img/top/sec08_btn01.png");
  }
  #contents .c-box08 .link-list > div.newbusiness:hover {
    background-image: url("../img/top/sec08_btn01_on.png");
  }
  #contents .c-box08 .link-list > div.sales {
    background-image: url("../img/top/sec08_btn02.png");
  }
  #contents .c-box08 .link-list > div.sales:hover {
    background-image: url("../img/top/sec08_btn02_on.png");
  }
  #contents .c-box08 .link-list > div.human {
    background-image: url("../img/top/sec08_btn03.png");
  }
  #contents .c-box08 .link-list > div.human:hover {
    background-image: url("../img/top/sec08_btn03_on.png");
  }
  #contents .c-box08 .link-list > div.global {
    background-image: url("../img/top/sec08_btn04.png");
  }
  #contents .c-box08 .link-list > div.global:hover {
    background-image: url("../img/top/sec08_btn04_on.png");
  }
  #contents .c-box08 .link-list > div.marketing {
    background-image: url("../img/top/sec08_btn05.png");
  }
  #contents .c-box08 .link-list > div.marketing:hover {
    background-image: url("../img/top/sec08_btn05_on.png");
  }
  #contents .c-box08 .link-list > div.ma {
    background-image: url("../img/top/sec08_btn06.png");
  }
  #contents .c-box08 .link-list > div.ma:hover {
    background-image: url("../img/top/sec08_btn06_on.png");
  }
  #contents .c-box08 .link-list > div.kansayaku {
    background-image: url("../img/top/sec08_btn07.png");
  }
  #contents .c-box08 .link-list > div.kansayaku:hover {
    background-image: url("../img/top/sec08_btn07_on.png");
  }
  #contents .c-box08 .link-list > div.kaizen {
    background-image: url("../img/top/sec08_btn08.png");
  }
  #contents .c-box08 .link-list > div.kaizen:hover {
    background-image: url("../img/top/sec08_btn08_on.png");
  }
  #contents .c-box08 .link-list > div:not(:nth-of-type(-n+4)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box08 .link-list > div {
    width: 49%;
  }
  body.home #contents .c-box08 .link-list > div:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.home #contents .c-box08 .link-list > div:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
}
body.home #contents .c-box08 .link-list > div a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home #contents .c-box08 .link-list > div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  body.home #contents .c-box08 .link-list > div span {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style.css.map */



.document-btn {
  position: fixed;
    z-index: 1000;
    right: 0;
    top: 300px;
}
.document-btn a {
  display: block;
  width: 69px;
  height: 200px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  background-color: #444;
  border-radius: 10px 0 0 10px;
  box-shadow: -4px 3px 11px 0px #000;
  transition: opacity 0.3s;
}
.document-btn a:hover {
  opacity: 0.75;
}
.document-btn a span {
  padding-top: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 899px) {
  .document-btn {
    display: none;
  }
}




.link-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.link-list a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 24%;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .link-list a:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 900px) {
  .link-list a:not(:nth-of-type(4n+1)) {
    margin-left: 1%;
  }
  .link-list a:not(:nth-of-type(-n+4)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 899px) {
  .link-list a {
    width: 49%;
  }
  .link-list a:nth-of-type(2n) {
    margin-left: 2%;
  }
  .link-list a:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
}
.link-list a .thumbnail {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100px;
}
.link-list a .thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 899px) {
  .link-list a .thumbnail {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .link-list a .thumbnail {
    height: 90px;
    width: 90px;
  }
  .link-list a .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  .link-list a .thumbnail {
    width: 60px;
  }
}
@media screen and (max-width: 350px) {
  .link-list a .thumbnail {
    width: 45px;
  }
}
.link-list a .content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  padding: 10px 30px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: url("../img/top/link-arrow.png") no-repeat 95% center;
  background-size: 15px auto;
  transition: 0.3s;
}
.link-list a .content span {
  transition: 0.3s;
  color: #404040;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .link-list a .content {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .link-list a .content span {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .link-list a .content {
    position: relative;
    height: 90px;
    background-size: 12px auto;
    background-position: 97% center;
  }
  .link-list a .content span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px 0 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .link-list a .content {
    font-size: 10px;
  }
}