@charset 'UTF-8';

/* //////////////////////////////////////////////////
[Tools]
////////////////////////////////////////////////// */

@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//use.fontawesome.com/releases/v5.4.1/css/all.css);

/* //////////////////////////////////////////////////
[Reset]
////////////////////////////////////////////////// */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

fieldset {
  border: none;
}

input,
textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

input,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-appearance: none;
}

img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

q:before,
q:after {
  content: ' ';
}

address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

code,
pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

*,
*:before,
*:after {
  word-break: normal;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.0rem;
  line-height: 1.5;
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

a:link,
a:visited {
  transition: opacity 0.2s ease-in-out;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.5;
}

.group:after {
  content: '';
  display: block;
  clear: both;
}

.show-sp {
  display: none;
}

/* //////////////////////////////////////////////////
[Layout]
////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////
[Module]
////////////////////////////////////////////////// */

/* --------------------------------------------------
 siteHeader
-------------------------------------------------- */

.siteHeader {
  width: 100%;
}

.siteHeader .inner {
  position: relative;
  width: 1100px;
  height: 110px;
  margin: 0 auto;
}

.siteHeader h1 {
  position: absolute;
  top: 10px;
  left: 0;
}

.siteHeader h1 a {
  display: block;
  padding: 10px 0 10px 80px;
  background: url(../img/common/logo_header_01.png) no-repeat 0 50%;
  color: #000;
  font-size: 2.4rem;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
}

.siteHeader .unitContact {
  position: absolute;
  top: 25px;
  right: 0;
}

.siteHeader .unitContact p {
  float: left;
}

.siteHeader .unitContact .tel {
  font-size: 1.4rem;
}

.siteHeader .unitContact .tel span {
  display: block;
  overflow: hidden;
  width: 272px;
  height: 0;
  margin: 5px 0 2px;
  padding: 28px 0 0;
  background: url(../img/common/tel_header_01.png) no-repeat 0 0;
}

.siteHeader .unitContact .form {
  margin: 0 0 0 20px;
}

.siteHeader .unitContact .form a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background: #ff4d4d;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
  box-shadow: 0 3px 0 #d00;
}

.siteHeader .navGlobal {
  position: absolute;
  bottom: 0;
  left: 0;
}

.siteHeader .navGlobal li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
}

.siteHeader .navGlobal li a {
  display: block;
  width: 145px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #eee;
  color: #333;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
  text-align: center;
}

.siteHeader .navGlobal li .isActive {
  background: #34a436;
  color: #fff;
  opacity: 1 !important;
}

.siteHeader .navLocal {
  padding: 10px 0 5px;
  background: #34a436;
}

.siteHeader .navLocal ul {
  width: 1100px;
  margin: 0 auto;
}

.siteHeader .navLocal ul:after {
  content: '';
  display: block;
  clear: both;
}

.siteHeader .navLocal li {
  float: left;
  margin: 0 10px 0 0;
}

.siteHeader .navLocal li:last-child {
  margin: 0;
}

.siteHeader .navLocal li a {
  display: block;
  width: 175px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  color: #34a436;
  font-size: 1.2rem;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
  text-align: center;
}

.siteHeader .spNavToggle {
  display: none;
}

.siteHeader.home .inner {
  height: 155px;
}

.siteHeader.home h1 {
  top: 20px;
}

.siteHeader.home .unitContact {
  top: auto;
  bottom: 20px;
}

.siteHeader.home .navGlobal {
  bottom: 20px;
}

.siteHeader.home .navGlobal li a {
  padding: 15px 10px;
  border-radius: 5px;
}

.siteHeader.home .navBlog {
  position: absolute;
  top: 0;
  right: 0;
}

.siteHeader.home .navBlog li {
  float: left;
  margin: 0 0 0 10px;
}

.siteHeader.home .navBlog li a {
  display: block;
  overflow: hidden;
  width: 195px;
  height: 0;
  padding: 58px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.siteHeader.home .navBlog li:first-child a {
  background-image: url(../img/common/btn_header_zero_01.png);
}

.siteHeader.home .navBlog li:last-child a {
  background-image: url(../img/common/btn_header_tsubo_01.png);
}

.spNav {
  display: none;
}

/* --------------------------------------------------
 siteFooter
-------------------------------------------------- */

.siteFooter {
  position: relative;
  background: #000;
}

.siteFooter .inner {
  position: relative;
  width: 1100px;
  height: 250px;
  margin: 0 auto;
}

.siteFooter .logo {
  position: absolute;
  top: 40px;
  left: 0;
}

.siteFooter .logo a {
  display: block;
  overflow: hidden;
  width: 140px;
  height: 92px;
  background: url(../img/common/logo_footer_01.png) no-repeat 0 0;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.siteFooter .unitContact {
  position: absolute;
  top: 40px;
  right: 0;
}

.siteFooter .unitContactInner {
  float: left;
  width: 600px;
}

.siteFooter .unitContact p {
  margin: 0 0 0 10px;
}

.siteFooter .unitContact p a {
  display: block;
  width: 290px;
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
  text-align: center;
}

.siteFooter .unitContact .tel {
  float: left;
  margin: 20px 20px 0 0;
  color: #fff;
  font-size: 1.4rem;
}

.siteFooter .unitContact .tel span {
  display: block;
  overflow: hidden;
  width: 272px;
  height: 28px;
  margin: 5px 0 2px;
  background: url(../img/common/tel_footer_01.png) no-repeat 0 0;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.siteFooter .unitContact .form {
  float: left;
}

.siteFooter .unitContact .form a {
  background: #ff4d4d;
  box-shadow: 0 3px 0 #d00;
}

.siteFooter .unitContact .download {
  float: right;
}

.siteFooter .unitContact .download a {
  background: #34b4cf;
  box-shadow: 0 3px 0 #268ca0;
}

.siteFooter .unitContact .partner dt {
  display: inline-block;
  overflow: hidden;
  width: 144px;
  height: 22px;
  margin: 18px 0 0 10px;
  background-image: url(../img/common/label_partner_01.png);
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.siteFooter .unitContact .partner dd {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 10px;
  font-size: 12px;
  vertical-align: top;
}

.siteFooter .unitContact .partner dd a {
  color: #fff;
}

.siteFooter .unitContact .partner dd a:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0 0 5px;
  background-image: url(../img/common/ico_window_01.png);
  background-size: contain;
  vertical-align: top;
}

.siteFooter .navGlobal {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.siteFooter .navGlobal li {
  float: left;
  margin: 0 10px 0 0;
}

.siteFooter .navGlobal li a {
  display: block;
  width: 145px;
  padding: 10px;
  border-radius: 5px;
  background: #eee;
  color: #000;
  font-size: 1.2rem;
  font-family: 'Shin Maru Go Medium';
  text-decoration: none;
  text-align: center;
}

.siteFooter .navGlobal li .isActive {
  background: #34a436;
  color: #fff;
  opacity: 1 !important;
}

.siteFooter .navBlog {
  position: absolute;
  right: 0;
  bottom: 0;
}

.siteFooter .navBlog li {
  float: left;
  margin: 0 0 0 10px;
}

.siteFooter .navBlog li a {
  display: block;
  overflow: hidden;
  width: 195px;
  height: 0;
  padding: 80px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.siteFooter .navBlog li:first-child a {
  background-image: url(../img/common/btn_footer_zero_01.png);
}

.siteFooter .navBlog li:last-child a {
  background-image: url(../img/common/btn_footer_tsubo_01.png);
}

.siteFooter .pagetop {
  display: none;
  position: absolute;
  top: -88px;
  right: 50px;
}

.siteFooter .pagetop.isFix {
  position: fixed;
  top: auto;
  bottom: 50px;
}

.siteFooter .pagetop a {
  display: block;
  overflow: hidden;
  width: 71px;
  height: 38px;
  background: url(../img/common/btn_pagetop_01.png) no-repeat 50% 50%;
  background-size: contain;
  line-height: 1.5;
  text-indent: 200%;
  white-space: nowrap;
}

/* --------------------------------------------------
 blockPageTitle
-------------------------------------------------- */

.blockPageTitle {
  position: relative;
  height: 180px;
  border-top: 5px #34a436 solid;
}

.blockPageTitle:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/overlay_movie_01.png) repeat 0 0;
}

.blockPageTitle h2 {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 30px;
  margin: auto;
  text-indent: 200%;
  white-space: nowrap;
}

.blockPageTitle.service {
  background: url(../img/service/ph_service_01.jpg) no-repeat 0 0;
  background-size: cover;
}

.blockPageTitle.service h2 {
  background: url(../img/service/ttl_service_01.png) no-repeat 50% 50%;
}

.blockPageTitle.company {
  background: url(../img/company/ph_company_01.jpg) no-repeat 0 0;
  background-size: cover;
}

.blockPageTitle.company h2 {
  background: url(../img/company/ttl_company_01.png) no-repeat 50% 50%;
}

.blockPageTitle.team {
  background: url(../img/team/ph_team_01.jpg) no-repeat 0 0;
  background-size: cover;
}

.blockPageTitle.team h2 {
  background: url(../img/team/ttl_team_01.png) no-repeat 50% 50%;
}

/* --------------------------------------------------
 contents
-------------------------------------------------- */

.contents {
  font-size: 1.6rem;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.ttlCmn {
  display: block;
  position: relative;
  margin: 0 auto 71px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.ttlCmn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #34a436;
}

/* //////////////////////////////////////////////////
[Module]
////////////////////////////////////////////////// */

/* --------------------------------------------------
 title
-------------------------------------------------- */

/*
------------------------------ */

.ttlA {
  margin: 0 0 40px;
  color: #33a435;
  font-size: 3rem;
  font-family: 'A1 Mincho';
  text-align: center;
}

.ttlB {
  margin: 0 0 40px;
  color: #33a435;
  font-size: 3rem;
  font-family: 'Shin Maru Go Medium';
  text-align: center;
}

/* //////////////////////////////////////////////////
[Pages]
////////////////////////////////////////////////// */

/* --------------------------------------------------
 Home
-------------------------------------------------- */

/* blockMainVIsual
------------------------------ */

.blockMainVIsual {
  width: 100%;
  height: 580px;
  background: url(../img/home/ph_top_01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.blockMainVIsual p {
  overflow: hidden;
  position: relative;
  top: 90px;
  width: 88%;
  min-width: 1100px;
  height: 0;
  margin: 0 auto;
  padding: 400px 0 0;
  background: url(../img/home/txt_copy_01.png) no-repeat 0 50%;
}

/* blockHomeQuestion
------------------------------ */

.blockHomeQuestion {
  position: relative;
  height: 650px;
  background: url(../img/home/bg_question_01.png) no-repeat 50% 0, url(../img/home/bg_question_02.png) repeat-x 0 0;
  background-size: cover;
}

.blockHomeQuestion .ttl {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  background: #34a436 url(../img/home/ttl_question_01.png) no-repeat 50% 50%;
  text-indent: -9999px;
  white-space: nowrap;
}

.blockHomeQuestion .ttl:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 20px 16px 0 16px;
  border-color: #34a436 transparent transparent transparent;
  border-style: solid;
}

.blockHomeQuestion .inner {
  position: relative;
}

.blockHomeQuestion li {
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.blockHomeQuestion li:nth-child(1) {
  top: 38px;
  left: 103px;
  width: 313px;
  height: 145px;
  background-image: url(../img/home/txt_question_01.png);
}

.blockHomeQuestion li:nth-child(2) {
  top: 202px;
  left: 5px;
  width: 363px;
  height: 168px;
  background-image: url(../img/home/txt_question_02.png);
}

.blockHomeQuestion li:nth-child(3) {
  top: 38px;
  right: 65px;
  width: 349px;
  height: 168px;
  background-image: url(../img/home/txt_question_03.png);
}

.blockHomeQuestion li:nth-child(4) {
  top: 228px;
  right: 40px;
  width: 318px;
  height: 130px;
  background-image: url(../img/home/txt_question_04.png);
}

/* blockHomeFeature
------------------------------ */

.blockFeature {
  padding: 70px 0 50px;
}

.blockFeature.home .ttlCmn {
  overflow: hidden;
  width: 573px;
  height: 44px;
  margin: 0 auto 60px;
  background: url(../img/ttl_feature_01.png) no-repeat 0 0;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.blockFeature .ttlA {
  color: #000;
  line-height: 1.5;
}

.blockFeature .ttlA em {
  color: #33a435;
  font-size: 4.2rem;
}

.blockFeature .ttl {
  overflow: hidden;
  width: 884px;
  height: 98px;
  margin: 0 auto 30px;
  background: url(../img/ttl_feature_02.png) no-repeat 0 0;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.blockFeature .listFeature {
  margin: 0 0 0 -55px;
  letter-spacing: -0.5em;
}

.blockFeature .listFeature:after {
  content: '';
  display: block;
  clear: both;
}

.blockFeature dl {
  display: inline-block;
  width: 330px;
  margin: 20px 0 0 55px;
  letter-spacing: normal;
  vertical-align: top;
}

.blockFeature dl:before {
  content: '';
  display: block;
  width: 100%;
  height: 210px;
  margin: 0 0 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.blockFeature dl dt {
  overflow: hidden;
  width: 330px;
  height: 65px;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.blockFeature dl dd {
  padding: 25px 0 0;
  border-top: 5px solid #f1ddc2;
  font-size: 1.4rem;
  line-height: 1.8;
}

.blockFeature dl:nth-child(1):before {
  margin: 0 0 40px;
  background-image: url(../img/img_feature_01.png);
}

.blockFeature dl:nth-child(1) dt {
  background-image: url(../img/txt_feature_01.png);
}

.blockFeature dl:nth-child(2):before {
  margin: 0 0 40px;
  background-image: url(../img/img_feature_02.png);
}

.blockFeature dl:nth-child(2) dt {
  background-image: url(../img/txt_feature_02.png);
}

.blockFeature dl:nth-child(3):before {
  margin: 0 0 40px;
  background-image: url(../img/img_feature_03.png);
}

.blockFeature dl:nth-child(3) dt {
  background-image: url(../img/txt_feature_03.png);
}

.blockFeature dl:nth-child(4):before {
  background-image: url(../img/img_feature_04.png);
}

.blockFeature dl:nth-child(4) dt {
  background-image: url(../img/txt_feature_04.png);
}

.blockFeature dl:nth-child(5):before {
  background-image: url(../img/img_feature_05.png);
}

.blockFeature dl:nth-child(5) dt {
  background-image: url(../img/txt_feature_05.png);
}

.blockFeature dl:nth-child(6):before {
  background-image: url(../img/img_feature_06.png);
}

.blockFeature dl:nth-child(6) dt {
  background-image: url(../img/txt_feature_06.png);
}

.blockFeature .btn {
  margin: 50px 0 0;
  text-align: center;
}

.blockFeature .btn a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  background: #34a436;
  color: #fff;
  font-size: 2.6rem;
  text-decoration: none;
  text-align: center;
}

/* blockHomeService
------------------------------ */

.blockHomeService {
  padding: 50px 0 100px;
}

.blockHomeService .ttlCmn {
  overflow: hidden;
  width: 798px;
  height: 52px;
  margin: 0 auto 35px;
  background-image: url(../img/ttl_service_01.png);
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.blockHomeService ul {
  margin: 0 0 0 -55px;
}

.blockHomeService ul:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.blockHomeService li {
  overflow: hidden;
  float: left;
  width: 330px;
  margin: 30px 0 0 55px;
  padding: 212px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  white-space: nowrap;
}

.blockHomeService li:nth-child(1) {
  background-image: url(../img/home/img_service_01.png);
}

.blockHomeService li:nth-child(2) {
  background-image: url(../img/home/img_service_02.png);
}

.blockHomeService li:nth-child(3) {
  background-image: url(../img/home/img_service_03.png);
}

.blockHomeService li:nth-child(4) {
  background-image: url(../img/home/img_service_04.png);
}

.blockHomeService li:nth-child(5) {
  background-image: url(../img/home/img_service_05.png);
}

.blockHomeService li:nth-child(6) {
  background-image: url(../img/home/img_service_06.png);
}

.blockHomeService li:nth-child(7) {
  background-image: url(../img/home/img_service_07.png);
}

.blockHomeService li:nth-child(8) {
  background-image: url(../img/home/img_service_08.png);
}

.blockHomeService li:nth-child(9) {
  background-image: url(../img/home/img_service_09.png);
}

.blockHomeService li a {
  display: block;
  width: 330px;
  padding: 10px 0;
  border-radius: 5px;
  background: #34a436;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
}

/*
------------------------------ */

.service02 {
  padding: 65px 0 63px;
  background: #2e9a30 url(../img/bg_service02_01.png) no-repeat 50% 50%;
  color: #fff;
  font-size: 1.4rem;
}

.service02 .inner {
  text-align: center;
}

.service02 .ttlCmn {
  overflow: hidden;
  width: 612px;
  height: 120px;
  margin-bottom: 36px;
  background-image: url(../img/ttl_service02_01.png);
  text-indent: 200%;
  white-space: nowrap;
}

.service02 .ttlCmn:after {
  background: #fff;
}

.service02 p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*
------------------------------ */

.need {
  padding: 92px 0 112px;
}

.need .ttlCmn {
  overflow: hidden;
  width: 680px;
  height: 51px;
  margin-bottom: 36px;
  background-image: url(../img/ttl_needs_01.jpg);
  text-indent: 200%;
  white-space: nowrap;
}

.need dl {
  position: relative;
  margin: 35px -50px 0 0;
  padding: 36px 189px 15px 226px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.need dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 198px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.need dl dt {
  overflow: hidden;
  width: 728px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
}

.need dl dd {
  margin: 14px 0 0 1px;
  padding: 0 110px 0 38px;
  background: url(../img/bg_needs_01.png) no-repeat 0 0;
}

.need dl dd span {
  display: table-cell;
  height: 117px;
  padding: 0 0 8px;
  vertical-align: middle;
}

.need dl:nth-child(even) {
  margin: 35px 0 0 -40px;
  padding: 35px 214px 15px 195px;
  background-position: 2px 100%;
}

.need dl:nth-child(even):before {
  right: 0;
  left: auto;
}

.need dl:nth-child(even) dt {
  margin: 0 0 0 2px;
}

.need dl:nth-child(even) dd {
  margin: 14px 0 0 6px;
  padding: 0 35px 0 85px;
}

.need dl:nth-child(1) {
  background-image: url(../img/ph_needs_01.png);
}

.need dl:nth-child(1):before {
  background-image: url(../img/img_needs_01.png);
}

.need dl:nth-child(1) dt {
  background-image: url(../img/txt_needs_01.png);
}

.need dl:nth-child(2) {
  background-image: url(../img/ph_needs_02.png);
}

.need dl:nth-child(2):before {
  background-image: url(../img/img_needs_02.png);
}

.need dl:nth-child(2) dt {
  background-image: url(../img/txt_needs_02.png);
}

.need dl:nth-child(2) dd {
  background-image: url(../img/bg_needs_02.png);
}

.need dl:nth-child(2) dd span {
  height: 127px;
}

.need dl:nth-child(3) {
  background-image: url(../img/ph_needs_03.png);
  background-position: 942px 100%;
}

.need dl:nth-child(3):before {
  background-image: url(../img/img_needs_03.png);
}

.need dl:nth-child(3) dt {
  background-image: url(../img/txt_needs_03.png);
}

.need dl:nth-child(4) {
  background-image: url(../img/ph_needs_01.png);
  background-position: 0 100%;
}

.need dl:nth-child(4):before {
  background-image: url(../img/img_needs_04.png);
}

.need dl:nth-child(4) dt {
  background-image: url(../img/txt_needs_04.png);
}

.need dl:nth-child(4) dd {
  background-image: url(../img/bg_needs_03.png);
}

.need dl:nth-child(4) dd span {
  height: 147px;
}

.need dl:nth-child(5) {
  background-image: url(../img/ph_needs_03.png);
  background-position: 942px 100%;
}

.need dl:nth-child(5):before {
  background-image: url(../img/img_needs_05.png);
}

.need dl:nth-child(5) dt {
  background-image: url(../img/txt_needs_05.png);
}

.need dl:nth-child(6) {
  background-image: url(../img/ph_needs_02.png);
}

.need dl:nth-child(6):before {
  background-image: url(../img/img_needs_06.png);
}

.need dl:nth-child(6) dt {
  background-image: url(../img/txt_needs_06.png);
}

.need dl:nth-child(6) dd {
  background-image: url(../img/bg_needs_04.png);
}

.need dl:nth-child(6) dd span {
  height: 121px;
}

/*
------------------------------ */

.contactArea {
  background: #000;
}

.contactArea .inner {
  display: table;
  padding: 35px 0 36px;
}

.contactArea .modContact {
  display: table-cell;
  padding: 14px 0 0;
  vertical-align: middle;
}

.contactArea .modContact li {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contactArea .modContact li:nth-child(1) {
  overflow: hidden;
  width: 324px;
  height: 31px;
  background-image: url(../img/txt_tel_02.png);
  text-indent: 200%;
  white-space: nowrap;
}

.contactArea .modContact li:nth-child(2) {
  margin: 8px 0 0;
  color: #fff;
  font-size: 1.4rem;
}

.contactArea .modBtnList {
  display: table-cell;
  width: 753px;
  vertical-align: middle;
}

.contactArea .modBtnList ul:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.contactArea .modBtnList ul li {
  float: left;
  margin: 0 0 0 14px;
}

.contactArea .modBtnList ul li:nth-child(1) a {
  overflow: hidden;
  width: 190px;
  height: 79px;
  background-image: url(../img/btn_contact_02.png);
  text-indent: 200%;
  white-space: nowrap;
}

.contactArea .modBtnList ul li:nth-child(2) a {
  overflow: hidden;
  width: 190px;
  height: 79px;
  background-image: url(../img/btn_dl_01.png);
  text-indent: 200%;
  white-space: nowrap;
}

.contactArea .modBtnList ul li:last-child {
  margin: 0 0 0 40px;
}

.contactArea .modBtnList ul li:last-child a {
  overflow: hidden;
  width: 305px;
  height: 79px;
  background-image: url(../img/btn_brand_01.png);
  text-indent: 200%;
  white-space: nowrap;
}

.contactArea .modBtnList ul a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: opacity 0.3s ease;
}

.contactArea .modBtnList ul a:hover {
  text-decoration: none;
  opacity: 0.75;
}

/* --------------------------------------------------
 Services
-------------------------------------------------- */

/* blockFlow
------------------------------ */

.blockFlow {
  margin: 0 auto 250px;
  text-align: center;
}

/* blockService
------------------------------ */

.blockService {
  width: 100%;
}

.blockService.odd {
  background: #34a436;
}

.blockService.even {
  background: #fff;
}

.blockService header {
  position: relative;
  top: -150px;
  margin: 0 auto -150px;
  text-align: center;
}

.blockService header h2 {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 10px;
  border: 6px #34a436 solid;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  text-align: center;
}

.blockService .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 200px;
}

.blockService .inner:after {
  content: '';
  display: block;
  clear: both;
}

#section02 h2:nth-child(1) {
  background-image: url(../img/service/ttl_marketing_01.png);
}

#section02 h2:nth-child(2) {
  background-image: url(../img/service/ttl_presentation_01.png);
  background-position: 60% 50%;
}

#section02 h2:nth-child(3) {
  background-image: url(../img/service/ttl_pamph_01.png);
  background-position: 60% 50%;
}

#section03 h2:nth-child(1) {
  background-image: url(../img/service/ttl_website_01.png);
}

#section03 h2:nth-child(2) {
  background-image: url(../img/service/ttl_blog_01.png);
}

#section04 h2:nth-child(1) {
  background-image: url(../img/service/ttl_elearning_01.png);
}

#section05 h2:nth-child(1) {
  background-image: url(../img/service/ttl_manual_01.png);
}

#section05 h2:nth-child(2) {
  background-image: url(../img/service/ttl_help_01.png);
}

#section06 h2:nth-child(1) {
  background-image: url(../img/service/ttl_software_01.png);
}

.unitServiceMain {
  float: left;
  width: 530px;
}

.unitServiceMain h3 {
  margin: 0 0 20px;
  font-size: 3.7rem;
  font-family: 'A1 Mincho';
}

.unitServiceMain h4 {
  margin: 0 0 20px;
  font-size: 2rem;
}

.unitServiceMain p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.odd .unitServiceMain {
  color: #fff;
}

.unitServiceSub {
  float: right;
  width: 530px;
}

.unitServiceSub h3 {
  margin: 0 0 15px;
  font-size: 2.0rem;
  font-family: 'A1 Mincho';
}

.unitServiceSub h4 {
  margin: 0 0 15px;
  font-size: 1.6rem;
}

.unitServiceSub .case {
  margin: 0 0 15px;
  padding: 20px 30px;
}

.unitServiceSub dt {
  font-size: 1.8rem;
}

.unitServiceSub dt span {
  font-size: 1.6rem;
}

.unitServiceSub dd {
  font-size: 1.4rem;
}

.odd .unitServiceSub {
  color: #fff;
}

.odd .unitServiceSub .case {
  background: #fff;
  color: #333;
}

.even .unitServiceSub .case {
  background: #34a436;
  color: #fff;
}

/* --------------------------------------------------
 Company
-------------------------------------------------- */

/* blockPresidentMessage
------------------------------ */

.blockPresidentMessage {
  position: relative;
  width: 1100px;
  height: 360px;
  margin: 100px auto 80px;
}

.blockPresidentMessage .photo {
  position: absolute;
  top: 0;
  left: 0;
}

.blockPresidentMessage .unitPresidentName,
.blockPresidentMessage .message {
  margin-left: 580px;
}

.blockPresidentMessage .unitPresidentName .post {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-family: 'A1 Mincho';
}

.blockPresidentMessage .unitPresidentName .name {
  margin: 0 0 10px;
  font-size: 5.0rem;
  font-family: 'A1 Mincho';
}

.blockPresidentMessage .message {
  font-size: 1.6rem;
  line-height: 1.75;
}

/* blockTable
------------------------------ */

.blockTable dt {
  float: left;
  width: 20rem;
  padding: 15px 0;
}

.blockTable dd {
  padding: 15px 0 15px 20rem;
  border-bottom: 1px #34a436 solid;
}

.blockTable .client:after {
  content: '';
  display: block;
  clear: both;
}

.blockTable .client li {
  float: left;
  width: 50%;
}

/* blockCompanyProfile
------------------------------ */

.blockCompanyProfile {
  width: 1100px;
  margin: 0 auto;
}

.blockCompanyProfile p {
  margin: 0 0 40px;
  line-height: 1.75;
}

/* blockOurHistory
------------------------------ */

.blockOurHistory {
  width: 1100px;
  margin: 80px auto;
}

/* blockAccess
------------------------------ */

.blockAccess {
  width: 1100px;
  margin: 80px auto;
}

.blockAccess .map {
  float: right;
  margin: 0 0 80px;
}

.blockAccess .unitAddress {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 1.6rem;
}

.blockAccess .unitAddress h3 {
  margin: 0 0 5px;
  font-weight: normal;
}

.blockAccess .unitAccess h3 {
  margin: 0 0 5px;
  font-weight: normal;
}

.blockAccess .unitGoogleMaps {
  clear: both;
  margin: 80px auto;
}

/* --------------------------------------------------
 Team
-------------------------------------------------- */

/* blockTeamLead
------------------------------ */

.blockTeamLead {
  width: 900px;
  margin: 60px auto 80px;
}

.blockTeamLead h2 {
  margin: 0 0 20px;
  color: #34a436;
  font-size: 3.6rem;
  font-family: 'A1 Mincho';
  text-align: center;
}

.blockTeamLead p {
  color: #333;
}

/* blockTeamMain
------------------------------ */

.blockTeamMain {
  width: 1100px;
  margin: 80px auto;
}

.unitTeam {
  width: 100%;
  min-height: 400px;
  background-color: #2fa138;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  vertical-align: middle;
}

.unitTeam h2 {
  padding: 30px 50px;
  font-size: 3.2rem;
  font-family: 'Shin Maru Go Medium';
  text-align: center;
}

.unitTeam p {
  padding: 0 50px 30px;
}

.unitTeam01 {
  padding: 0 0 0 50%;
  background-image: url(../img/team/pic_team_01.jpg);
  background-position: 0 0;
}

.unitTeam02 {
  padding: 0 50% 0 0;
  background-image: url(../img/team/pic_team_02.jpg);
  background-position: 100% 0;
}

.unitTeam03 {
  padding: 0 0 0 50%;
  background-image: url(../img/team/pic_team_03.jpg);
  background-position: 0 0;
}

.unitTeam04 {
  padding: 0 50% 0 0;
  background-image: url(../img/team/pic_team_04.jpg);
  background-position: 100% 0;
}

/* --------------------------------------------------
 404
-------------------------------------------------- */

.block404 {
  width: 100%;
  border-top: 5px #34a436 solid;
}

.block404 .inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 100px;
  text-align: center;
}

.block404 h1 {
  margin: 0 0 20px;
  color: #999;
  font-size: 8.0rem;
  font-family: Century;
}

.block404 h2 {
  margin: 0 0 30px;
  font-size: 3.0rem;
  font-family: 'A1 Mincho';
}

.block404 p {
  margin: 0 0 30px;
}

.block404 ul li {
  margin: 0 0 5px;
}

/* --------------------------------------------------
 SP対応
-------------------------------------------------- */

@media screen and (max-width: 767px) {
  body.isMenuOpen {
    overflow: hidden;
  }

  .show-sp {
    display: block;
  }

  .hide-sp {
    display: none;
  }

  .container {
    padding: 70px 0 0;
  }

  .isMenuOpen .container {
    position: fixed;
    width: 100%;
  }

  .siteHeader .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 70px !important;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }

  .siteHeader h1 {
    position: absolute;
    top: 15px !important;
    left: 15px;
  }

  .siteHeader h1 a {
    display: block;
    height: 41px;
    padding: 6px 0 6px 68px;
    background: url(../img/common/logo_header_01.png) no-repeat 0 50%;
    background-size: 58px auto;
    font-size: 1.4rem;
  }

  .siteHeader .unitContact {
    top: 10px !important;
    right: 70px;
  }

  .siteHeader .unitContact .tel {
    display: none;
  }

  .siteHeader .unitContact .form {
    margin: 0;
  }

  .siteHeader .unitContact .form a {
    font-size: 1.2rem;
  }

  .siteHeader .navGlobal {
    display: none;
  }

  .siteHeader .navGlobal ul {
    display: flex;
    width: 100%;
  }

  .siteHeader .navGlobal li {
    width: 25%;
    margin: 0;
    font-size: 1.2rem;
  }

  .siteHeader .navGlobal li a {
    width: 100%;
  }

  .siteHeader .navLocal {
    padding: 5px 0 0;
  }

  .siteHeader .navLocal ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .siteHeader .navLocal li {
    width: calc( 50% - 15px);
    margin: 5px;
  }

  .siteHeader .navLocal li:last-child {
    margin: 5px;
  }

  .siteHeader .navLocal li a {
    width: 100%;
    font-size: 1.2rem;
  }

  .siteHeader .spNavToggle {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    text-indent: 200%;
    white-space: nowrap;
    outline: none;
  }

  .siteHeader .spNavToggle:before {
    content: '\f0c9';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    font-size: 3.5rem;
    font-family: 'Font Awesome 5 Free';
    text-indent: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .isMenuOpen .siteHeader .spNavToggle:before {
    content: '\f00d';
  }

  .siteHeader.home .navBlog {
    display: none;
  }

  .spNav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 70px 0 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    overflow-y: auto;
    transition: -webkit-transform 0.5s cubic-bezier(0.36, 0.01, 0.26, 1);
    transition: transform 0.5s cubic-bezier(0.36, 0.01, 0.26, 1);
    transition: transform 0.5s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 0.5s cubic-bezier(0.36, 0.01, 0.26, 1);
  }

  .isMenuOpen .spNav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .spNav .navGlobal {
    display: block;
    position: static;
    padding: 0 20px;
  }

  .spNav .navGlobal ul {
    display: block;
  }

  .spNav .navGlobal ul li {
    display: block;
    float: none;
    width: auto;
    border-bottom: 1px solid #fff;
  }

  .spNav .navGlobal ul li a {
    padding: 25px 0;
    border-radius: 0 !important;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
  }

  .spNav .navGlobal ul li a.isActive {
    background-color: rgba(52, 164, 54, 0.3);
  }

  .spNav .navBlog {
    display: block !important;
    position: static !important;
    margin: 30px 0 0;
    padding: 0 20px;
  }

  .spNav .navBlog ul {
    display: block;
    justify-content: space-between;
  }

  .spNav .navBlog ul li {
    display: block;
    float: none !important;
    width: auto;
    margin: 10px 0 0 !important;
    text-align: center;
  }

  .spNav .navBlog ul li a {
    margin: 0 auto;
  }

  .spNav .unitContact {
    position: static;
    margin: 30px 0 0;
  }

  .spNav .unitContact .tel {
    display: flex;
    float: none;
    width: 300px;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .spNav .unitContact .form {
    display: none;
  }

  .siteFooter .inner {
    width: 100%;
    height: auto;
    padding: 5.33333vw 2.66667vw;
  }

  .siteFooter .logo {
    position: relative;
    top: 0vw;
    left: 2.66667vw;
  }

  .siteFooter .logo a {
    width: 18.66667vw;
    height: 12.26667vw;
  }

  .siteFooter .unitContact {
    position: relative;
    top: 0;
  }

  .siteFooter .unitContactInner {
    float: none;
    width: auto;
  }

  .siteFooter .unitContact p {
    margin: 0;
  }

  .siteFooter .unitContact p a {
    width: 100%;
    border-radius: 1.33333vw;
    font-size: 4vw;
  }

  .siteFooter .unitContact .tel {
    float: none;
    margin: 0;
    padding: 0 0 0 22.66667vw;
    font-size: 3.2vw;
  }

  .siteFooter .unitContact .tel span {
    width: 60vw;
    height: 6.4vw;
    margin: 1.06667vw 0 0;
  }

  .siteFooter .unitContact .form {
    float: none;
    margin: 2.66667vw 0 0;
  }

  .siteFooter .unitContact .form a {
    box-shadow: 0 0.8vw 0 #d00;
  }

  .siteFooter .unitContact .download {
    float: none;
    margin: 2.66667vw 0 0;
  }

  .siteFooter .unitContact .download a {
    box-shadow: 0 0.8vw 0 #268ca0;
  }

  .siteFooter .unitContact .partner dt {
    display: block;
    width: 38.4vw;
    height: 5.86667vw;
    margin: 4vw 0 0;
  }

  .siteFooter .unitContact .partner dd {
    display: block;
    margin: 2.66667vw 0 0;
    font-size: 3.2vw;
  }

  .siteFooter .unitContact .partner dd a:after {
    width: 3.46667vw;
    height: 3.06667vw;
    margin: 0 0 0 1.33333vw;
    vertical-align: middle;
  }

  .siteFooter .navGlobal {
    display: none;
  }

  .siteFooter .navBlog {
    display: none;
  }

  .siteFooter .pagetop {
    top: -9.33333vw;
    right: 2.66667vw;
  }

  .siteFooter .pagetop.isFix {
    bottom: 4vw;
  }

  .siteFooter .pagetop a {
    width: 9.46667vw;
    height: 5.06667vw;
  }

  .siteFooter .pagetop a:hover {
    opacity: 1;
  }

  .blockPageTitle {
    height: 26.66667vw;
  }

  .blockPageTitle h2 {
    width: 100%;
    height: 30px;
  }

  .inner {
    width: auto;
  }

  .ttlA {
    font-size: 4vw;
  }

  .ttlB {
    font-size: 4vw;
  }

  .blockMainVIsual {
    height: 66.66667vw;
  }

  .blockMainVIsual p {
    overflow: hidden;
    top: 9.33333vw;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    background: url(../img/home/txt_copy_01.png) no-repeat 0 50%, radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 50%);
    background-position: 50% 50%;
    background-size: 90% auto;
    text-indent: 200%;
    white-space: nowrap;
  }

  .blockHomeQuestion {
    overflow: hidden;
    height: 86.66667vw;
  }

  .blockHomeQuestion .ttl {
    height: 10.66667vw;
    background-size: 90% auto;
  }

  .blockHomeQuestion .ttl:after {
    bottom: -2.66667vw;
    border-width: 2.66667vw 2.13333vw 0 2.13333vw;
  }

  .blockHomeQuestion li:nth-child(1) {
    top: 5.06667vw;
    left: -1.33333vw;
    width: 41.73333vw;
    height: 19.33333vw;
  }

  .blockHomeQuestion li:nth-child(2) {
    top: 26.93333vw;
    left: 1.33333vw;
    width: 48.4vw;
    height: 22.4vw;
  }

  .blockHomeQuestion li:nth-child(3) {
    top: 5.06667vw;
    right: -6.66667vw;
    width: 46.53333vw;
    height: 22.4vw;
  }

  .blockHomeQuestion li:nth-child(4) {
    top: 30.4vw;
    right: 2.66667vw;
    width: 42.4vw;
    height: 17.33333vw;
  }

  .blockFeature {
    padding: 9.33333vw 0 13.33333vw;
  }

  .blockFeature.home .ttlCmn {
    width: 86.66667vw;
    height: auto;
    margin: 0 auto 8vw;
    padding: 0 0 4vw;
    background: none;
    font-size: 5.33333vw;
    line-height: 1.4;
    text-indent: 0;
    white-space: pre-wrap;
    text-align: center;
  }

  .blockFeature .ttlA {
    padding: 0 1.33333vw;
  }

  .blockFeature .ttlA em {
    font-size: 5.6vw;
  }

  .blockFeature .ttl {
    width: 86.66667vw;
    height: 9.6vw;
    margin: 0 auto 4vw;
  }

  .blockFeature .listFeature {
    margin: 0;
    letter-spacing: normal;
  }

  .blockFeature .listFeature:after {
    display: none;
  }

  .blockFeature dl {
    display: block;
    width: 88vw;
    margin: 6.66667vw auto 0;
  }

  .blockFeature dl:before {
    height: 56vw;
    margin: 0 0 2.66667vw;
  }

  .blockFeature dl dt {
    width: 60vw;
    height: 12vw;
    margin: 0 auto 2.66667vw;
  }

  .blockFeature dl dd {
    padding: 3.33333vw 0 0;
    border-width: 1.33333vw;
    font-size: 3.73333vw;
  }

  .blockFeature dl:nth-child(1):before {
    margin: 0 0 5.33333vw;
  }

  .blockFeature dl:nth-child(2):before {
    margin: 0 0 5.33333vw;
  }

  .blockFeature dl:nth-child(3):before {
    margin: 0 0 5.33333vw;
  }

  .blockFeature .btn {
    margin: 6.66667vw 0 0;
  }

  .blockFeature .btn a {
    padding: 1.33333vw 4vw;
    border-radius: 1.33333vw;
    font-size: 5.33333vw;
  }

  .blockHomeService {
    padding: 6.66667vw 0 13.33333vw;
  }

  .blockHomeService .ttlCmn {
    width: 86.66667vw;
    height: auto;
    margin: 0 auto 8vw;
    padding: 0 0 4vw;
    background: none;
    font-size: 5.33333vw;
    line-height: 1.4;
    text-indent: 0;
    white-space: pre-wrap;
    text-align: center;
  }

  .blockHomeService ul {
    margin: 0;
  }

  .blockHomeService ul:after {
    display: none;
  }

  .blockHomeService li {
    float: none;
    width: 88vw;
    margin: 8vw auto 0;
    padding: 50.66667vw 0 0;
  }

  .blockHomeService li a {
    width: 88vw;
    padding: 1.33333vw 0;
    border-radius: 1.33333vw;
    font-size: 5.33333vw;
  }

  .service02 {
    padding: 8.66667vw 4vw 8.4vw;
    font-size: 1.86667vw;
  }

  .service02 .ttlCmn {
    width: 86.66667vw;
    height: auto;
    margin: 0 auto 8vw;
    padding: 0 0 4vw;
    background: none;
    font-size: 5.33333vw;
    line-height: 1.4;
    text-indent: 0;
    white-space: pre-wrap;
    text-align: center;
  }

  .service02 p {
    font-size: 3.73333vw;
  }

  .need {
    padding: 12vw 0 14.66667vw;
  }

  .need .ttlCmn {
    width: 86.66667vw;
    height: auto;
    margin: 0 auto 8vw;
    padding: 0 0 4vw;
    background: none;
    font-size: 5.33333vw;
    line-height: 1.4;
    text-indent: 0;
    white-space: pre-wrap;
    text-align: center;
  }

  .need dl {
    margin: 6.66667vw 0 0;
    padding: 0 2.66667vw;
    background: none !important;
  }

  .need dl:before {
    left: 2.66667vw;
    width: 13.33333vw;
    height: 13.33333vw;
  }

  .need dl dt {
    overflow: visible;
    position: relative;
    width: 77.33333vw;
    height: auto;
    margin: 0 0 0 17.33333vw;
    padding: 2.66667vw;
    border-radius: 1.33333vw;
    background: #edd6b5 !important;
    font-size: 3.2vw;
    text-indent: 0;
    white-space: normal;
    box-shadow: 0 1.33333vw 0 #e8c799;
  }

  .need dl dt:before,
  .need dl dt:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 1.33333vw 2.66667vw 1.33333vw 0;
    border-style: solid;
  }

  .need dl dt:before {
    top: 5.33333vw;
    z-index: 2;
    border-color: transparent #edd6b5 transparent transparent;
  }

  .need dl dt:after {
    top: 6.66667vw;
    z-index: 1;
    border-color: #e8c799 #e8c799 transparent transparent;
  }

  .need dl dd {
    width: 100%;
    margin: 6.66667vw 0 0;
    padding: 2.66667vw;
    border: 0.8vw solid #34a436;
    border-radius: 1.33333vw;
    background: #fff !important;
    font-size: 2.93333vw;
    box-shadow: 0 1.33333vw 0 #048a19;
  }

  .need dl dd span {
    display: block;
    height: auto !important;
    padding: 0;
  }

  .need dl:nth-child(even) {
    margin: 6.66667vw 0 0;
    padding: 0 2.66667vw;
  }

  .need dl:nth-child(even):before {
    right: 2.66667vw;
  }

  .need dl:nth-child(even) dt {
    margin: 0;
  }

  .need dl:nth-child(even) dt:before,
  .need dl:nth-child(even) dt:after {
    right: auto;
    left: 100%;
    border-width: 1.33333vw 0 1.33333vw 2.66667vw;
  }

  .need dl:nth-child(even) dt:before {
    border-color: transparent transparent transparent #edd6b5;
  }

  .need dl:nth-child(even) dt:after {
    border-color: #e8c799 transparent transparent #e8c799;
  }

  .need dl:nth-child(even) dd {
    margin: 6.66667vw 0 0;
    padding: 2.66667vw;
  }

  .blockFlow {
    margin: 0 auto 33.33333vw;
  }

  .blockFlow p {
    padding: 0 2.66667vw;
  }

  .blockFlow img {
    width: 100%;
    height: auto;
  }

  .blockService header {
    top: -14.66667vw;
    margin: 0 auto -14.66667vw;
  }

  .blockService header h2 {
    width: 29.33333vw;
    height: 29.33333vw;
    margin: 0 0.66667vw;
    border-width: 0.8vw;
  }

  .blockService .inner {
    width: 100%;
    padding: 4vw 0 17.33333vw;
  }

  .unitServiceMain {
    float: none;
    width: 100%;
  }

  .unitServiceMain h3 {
    margin: 0 0 4vw;
    padding: 0 2.66667vw;
    font-size: 6.13333vw;
    line-height: 1.5;
  }

  .unitServiceMain h4 {
    margin: 0 0 4vw;
    padding: 0 2.66667vw;
    font-size: 4vw;
  }

  .unitServiceMain p {
    padding: 0 2.66667vw;
    font-size: 3.73333vw;
  }

  .unitServiceSub {
    float: none;
    width: 100%;
  }

  .unitServiceSub h3 {
    margin: 6.66667vw 0 4vw;
    padding: 0 2.66667vw;
    font-size: 5.33333vw;
  }

  .unitServiceSub h4 {
    margin: 0 0 4vw;
    font-size: 4vw;
  }

  .unitServiceSub .case {
    margin: 0 0 4vw;
    padding: 2.66667vw;
  }

  .unitServiceSub dt {
    margin: 0 0 2vw;
    font-weight: bold;
    font-size: 4.8vw;
  }

  .unitServiceSub dt span {
    display: block;
    font-size: 4vw;
  }

  .unitServiceSub dd {
    font-size: 3.73333vw;
  }

  .blockPresidentMessage {
    display: flex;
    width: 100%;
    height: auto;
    margin: 6.66667vw auto 10.66667vw;
    flex-direction: column;
  }

  .blockPresidentMessage .photo {
    position: static;
    order: 1;
  }

  .blockPresidentMessage .photo img {
    width: 100%;
    height: auto;
  }

  .blockPresidentMessage .unitPresidentName,
  .blockPresidentMessage .message {
    margin-left: 0;
    order: 2;
  }

  .blockPresidentMessage .unitPresidentName .post {
    margin: 4vw 0 0.66667vw;
    padding: 0 2.66667vw;
    font-size: 4vw;
  }

  .blockPresidentMessage .unitPresidentName .name {
    margin: 0 0 4vw;
    padding: 0 2.66667vw;
    font-size: 8vw;
  }

  .blockPresidentMessage .message {
    padding: 0 2.66667vw;
    font-size: 4.26667vw;
  }

  .blockTable dt {
    width: 26.66667vw;
    padding: 2.66667vw 0 2.66667vw 1.33333vw;
    font-size: 3.73333vw;
  }

  .blockTable dd {
    padding: 2.66667vw 1.33333vw 2.66667vw 26.66667vw;
    font-size: 3.73333vw;
  }

  .blockTable .client li {
    float: none;
    width: auto;
  }

  .blockCompanyProfile {
    width: 100%;
  }

  .blockCompanyProfile p {
    margin: 0 0 10.66667vw;
    padding: 0 2.66667vw;
    font-size: 4.26667vw;
  }

  .blockOurHistory {
    width: 100%;
    margin: 13.33333vw 0;
  }

  .blockAccess {
    width: 100%;
    margin: 13.33333vw 0;
  }

  .blockAccess .map {
    float: none;
    margin: 0 0 13.33333vw;
  }

  .blockAccess .unitAddress {
    margin: 0 0 10.66667vw;
    padding: 0 2.66667vw;
    font-size: 3.73333vw;
  }

  .blockAccess .unitAddress h3 {
    margin: 0 0 1.33333vw;
  }

  .blockAccess .unitAccess {
    padding: 0 2.66667vw;
    font-size: 3.73333vw;
  }

  .blockAccess .unitAccess h3 {
    margin: 0 0 1.33333vw;
  }

  .blockAccess .unitGoogleMaps {
    margin: 13.33333vw 0;
  }

  .blockTeamLead {
    width: 100%;
    margin: 10.66667vw 0 13.33333vw;
  }

  .blockTeamLead h2 {
    margin: 0 0 5.33333vw;
    font-size: 5.33333vw;
    line-height: 1.5;
  }

  .blockTeamLead p {
    padding: 0 2.66667vw;
    font-size: 3.73333vw;
  }

  .blockTeamMain {
    width: 100%;
    margin: 13.33333vw 0;
  }

  .unitTeam {
    min-height: 0;
  }

  .unitTeam h2 {
    padding: 8vw 5.33333vw 4vw;
    font-size: 8vw;
  }

  .unitTeam p {
    padding: 0 6.66667vw 8vw;
    font-size: 3.73333vw;
  }

  .unitTeam01 {
    padding: 72.66667vw 0 0;
  }

  .unitTeam02 {
    padding: 72.66667vw 0 0;
  }

  .unitTeam03 {
    padding: 72.66667vw 0 0;
  }

  .unitTeam04 {
    padding: 72.66667vw 0 0;
  }
}