@charset "UTF-8";
/* ===================================================================
base css
=================================================================== */
/* reset --- Eric Meyer's CSS Reset v2.0 + alpa --------------------- */
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,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

/* fonts reset*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* form reset*/
input,
select {
  vertical-align: middle;
}

/* box model reset*/
:root {
  box-sizing: border-box;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

/* TABLE-------------------------------------------------------------*/
table,
tbody,
tfoot,
thead,
tr,
th,
td,
table > caption {
  border: none;
}

/* FIGURE------------------------------------------------------------*/
figure,
figcaption {
  font-size: 1em;
}

/* HEADLINE----------------------------------------------------------*/
h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* WORDS-------------------------------------------------------------*/
sup,
sub {
  font-size: 0.7em;
}

address {
  font-style: normal;
}

/* BROWSER BUG FIX--------------------------------------------------*/
/* fix IE6 Duplicate Characters Bug */
.fixIE6DCB {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* LAYOUT , GLOBALSETTING
-------------------------------------------------------------------- */
body {
  min-width: 320px;
  position: relative;
  color: #231815;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-strict;
  -webkit-text-size-adjust: 100%;
  /* For iPhone , iPad */
}

input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-strict;
  -webkit-text-size-adjust: 100%;
  /* For iPhone , iPad */
}

p {
  font-size: 14px;
  line-height: 28px;
  /*text-align: right;*/
}

strong {
  font-size: 1.1em;
  font-weight: bold;
}

b {
  font-weight: bold;
}

a {
  color: #231815;
  text-decoration: none;
}

a:hover {
  color: #231815;
  text-decoration: underline;
}

a img {
  /*transition: .3s;*/
}

a img:hover {
  text-decoration: none;
  opacity: 0.7;
}

.gNav a img {
  transition: 0s;
}

.gNav a img:hover {
  text-decoration: none;
  opacity: 1;
}

br.newline {
  display: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Chrome, Safari */
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  color: #8b8b8b;
}

/* Firefox */
/* Firefox 18以前 */
/* IE */
/* タイトルパタ－ン */
.mainTitle {
  font-size: 26px;
  color: #0D5FAF;
  text-align: center;
  margin-bottom: 30px;
  line-height: 160%;
}

.mainTitle1 {
  font-size: 24px;
  color: #0D5FAF;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 1.2px;
}

.mainTitle2 {
  font-size: 20px;
  color: #0D5FAF;
  text-align: left;
  border-bottom: solid 1px #0D5FAF;
}

.mainTitle2 span.underline {
  padding-left: 9px;
  padding-bottom: 7px;
  display: inline-block;
  padding-right: 26px;
  border-bottom: solid 6px #0D5FAF;
}

.mainTitle2 span.brackets {
  font-size: 18px;
}

.mainTitle3 {
  font-size: 20px;
  color: #0D5FAF;
  text-align: center;
}

.mainTitle4 {
  font-size: 29px;
  margin-bottom: 65px;
  line-height: 130%;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

/* ドラッグ時背景色 */
::-moz-selection {
  background: #CFDFEF;
}
::selection,
::-moz-selection {
  background: #CFDFEF;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

th,
td {
  border-collapse: collapse;
  border: none;
}

th,
td {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: middle;
}

th {
  white-space: nowrap;
  font-weight: normal;
  border-top: solid 1px #bdbdbe;
  border-left: solid 1px #bdbdbe;
  border-bottom: solid 1px #bdbdbe;
  background: #cfdfef;
}

td {
  border: solid 1px #bdbdbe;
}

.icon {
  vertical-align: middle;
  width: auto;
}

.icon-pdf {
  background: url(../img/common/pdfIcon.gif) left center no-repeat;
  display: inline-block;
  padding-left: 50px;
  vertical-align: middle;
}

nav.totop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 40px;
  text-align: center;
  z-index: 998;
}

/* HEADER
-------------------------------------------------------------------- */
.headerTop {
  zoom: 1;
}

.headerTop:before {
  content: "";
  display: table;
}

.headerTop:after {
  content: "";
  display: table;
  clear: both;
}

header .logo {
  float: left;
  font-size: 0;
}

.utility {
  float: right;
  text-align: right;
}

.utility li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 80%;
  margin-right: 11px;
}

.utility li:last-child {
  margin-right: 0;
}

/* Toggle(Button) */
#navToggle {
  display: none;
  position: absolute;
  /*to body*/
  right: 25px;
  top: 23px;
  width: 28px;
  height: 32px;
  cursor: pointer;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  /*to div*/
  width: 100%;
  border-bottom: solid 3px #195aaa;
  transition: 0.35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 22px;
}

.gNav > ul > li:hover .menuSecondLevel {
  max-height: 9999px;
  opacity: 1;
}

.gNav > ul > li > a {
  display: block;
  transition: all 0.2s ease-in;
}

.gNav > ul .menuSecondLevel {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #E2ECF5;
}

.gNav > ul .menuSecondLevelInner {
  padding: 42px 4px;
  height: 172px;
  zoom: 1;
}

.gNav > ul .menuSecondLevelInner:before {
  content: "";
  display: table;
}

.gNav > ul .menuSecondLevelInner:after {
  content: "";
  display: table;
  clear: both;
}

.gNav > ul .menuSecondLevelInner li {
  display: inline-block;
  margin-left: 28px;
  width: 226px;
}

.gNav > ul .menuSecondLevelInner li ul {
  width: auto;
}

.gNav > ul .menuSecondLevelInner li li {
  margin-left: 0px;
  margin-bottom: 13px;
}

.gNav > ul .menuSecondLevelInner li li:last-child {
  margin-bottom: 0px;
}

.gNav > ul .menuSecondLevelInner li:first-child {
  margin-left: 0px;
}

.gNav > ul .menuAthlete .menuSecondLevelInner {
  /*width: 480px;*/
  width: 735px;
  /*mod ito 200217*/
}

/*add ito 200217*/
/* .gNav>ul .menuAthlete .menuSecondLevelInner li {
  width: 270px;
} */
/* .gNav>ul .menuAthlete .menuSecondLevelInner li:nth-of-type(4) {
  margin-left: 0;
}

.gNav>ul .menuAthlete .menuSecondLevelInner li:nth-of-type(n+4) {
  margin-top: 27px;
} */
/*add ito end 200217*/
.gNav > ul .menuCare .menuSecondLevelInner {
  width: 480px;
}

.gNav > ul .menuBiz__lavel--inner {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 994px !important;
}

.gNav > ul .menuBiz__lavel--inner-item {
  margin-left: 0 !important;
  margin-right: 30px !important;
  width: 173px !important;
}

.gNav > ul .menuBiz__lavel--inner-item:last-child {
  margin-right: 0 !important;
}

.gNav > ul .menuDevelopment__level--inner {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 870px !important;
}

.gNav > ul .menuDevelopment__level--inner-item {
  margin-left: 0 !important;
  margin-right: 29px !important;
  width: 270px !important;
}

.gNav > ul .menuDevelopment__level--inner-item:last-child {
  margin-right: 0 !important;
}

.gNav > ul .menuDevelopment__level--inner-item .navDevelopment__list {
  width: 270px;
}

.gNav > ul .menuDevelopment__level--inner-item .navDevelopment__list--item {
  margin-bottom: 32px;
  width: 270px;
}

.gNav > ul .menuDevelopment__level--inner-item .navDevelopment__list--item:last-child {
  margin-bottom: 0;
}

.gNav > ul .menuDevelopment__level--inner-item .navDevelopment__list--item a img {
  width: 270px;
}

/*mod ishii 2019121*/
nav ul li.utilNav ul li {
  font: 100% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif !important;
  line-height: 80% !important;
}

/* BREADLIST
-------------------------------------------------------------------- */
#breadlist li {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  white-space: normal;
  width: auto;
}

/* CONTENTS
-------------------------------------------------------------------- */
.ctContentsWrapper {
  margin-top: 30px;
}

.kv img {
  width: 100%;
  display: block;
  height: auto;
}

.contents {
  padding-bottom: 47px;
}

/* SIDEBAR
-------------------------------------------------------------------- */
.navArea h3 {
  color: #0D5FAF;
  text-align: center;
  font-weight: bold;
  border: solid 3px #0D5FAF;
  border-radius: 3px;
}

.navArea .ir li a {
  color: #fff;
  display: block;
  position: relative;
  background: #0D5FAF;
}

.navArea .ir li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.navArea .ir li:first-child a::before {
  background: url(../../img/common/irIcon01.png) no-repeat;
}

.navArea .ir li:nth-child(2) a::before {
  background: url(../../img/common/irIcon02.png) no-repeat;
}

.navArea .ir li:nth-child(3) a::before {
  background: url(../../img/common/irIcon03.png) no-repeat;
}

.navArea .ir li:nth-child(4) a::before {
  background: url(../../img/common/irIcon04.png) no-repeat;
}

.navArea .ir li a::after {
  content: "＞";
  /*文字化け防止*/
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

.navArea .works li a {
  display: block;
  position: relative;
}

.navArea .works li a::after {
  content: "＞";
  /*文字化け防止*/
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

/* FOOTER
-------------------------------------------------------------------- */
footer {
  clear: both;
  background: #0D5FAF;
}

.footerTop li {
  text-align: left;
  vertical-align: top;
  color: #fff;
}

.footerTop a {
  color: #fff;
}

.footerTop dt {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

.footerTop dt.box_2 {
  padding-top: 20px;
}

.footerTop dd {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.1em;
}

.footerTop dd a {
  position: relative;
  transition: 0.3s;
}

.footerTop li li {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
}

.footerTop li li.kids {
  margin-top: 1em;
}

.footerTop li li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(180deg);
  position: absolute;
  top: 2px;
  left: 0px;
  margin-left: 7px;
}

.footerTop .no-underline:hover {
  text-decoration: none;
}

.footerBottom ul {
  font-size: 0;
}

.footerBottom li {
  letter-spacing: normal;
  font-size: 12px;
  line-height: 22px;
  display: inline;
  list-style-type: none;
  margin-right: 13px;
  padding-left: 13px;
}

.footerBottom li:first-child {
  padding-left: 0px;
}

.footerBottom li + li {
  border-left: 1px solid #fff;
}

.footerBottom li a {
  color: #fff;
}

.footerBottom .copyright {
  font-size: 11px !important;
  color: #fff;
}

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

.ctCompanytopWrapper {
  background: url(../img/company/ctCompanytop_bg.jpg) 0 0 no-repeat;
  padding-bottom: 40px;
  padding-top: 40px;
}

#important {
  border: solid 3px #0d5faf;
  border-radius: 3px;
  background: #fff;
}

#important p {
  font-size: 16px;
  display: inline-block;
  padding: 20px 20px;
  line-height: 170%;
}

#important p time {
  display: inline-block;
  margin-right: 40px;
}

.newsWrapper {
  margin-bottom: 40px;
}

#news {
  padding-top: 27px;
}

.info_list li {
  display: flex;
  align-items: baseline;
}

.info_list li time,
.info_list li span,
.info_list li a {
  display: inline-block;
}

.info_list li span.title a {
  display: inline;
}

#news .info_list li span.catIcon {
  width: 18.8876013905%;
  float: left;
  margin-right: 1.7381228273%;
}

#news .info_list li time {
  /*width: 14.25260718424102%;*/
  width: 15%;
  float: left;
  word-break: break-all;
  margin-right: 1.7381228273%;
}

.info_list li span.title {
  box-sizing: border-box;
  width: 48.6674391657%;
  margin-right: 1.7381228273%;
  float: left;
  line-height: 1.6;
}

#news .info_list li span.catIcon a {
  color: #0D5FAF;
  background: #CFDFEF;
  font-size: 15px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  width: 100%;
  text-align: center;
  background: url(../img/company/blueArrow.gif) no-repeat #CFDFEF;
  background-position: right 6px center;
  background-size: 8px 15px;
  padding: 10px 0;
  box-sizing: border-box;
  transition: 0.3s;
}

#news .info_list li span.catIcon a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#news .info_list li:before {
  content: "";
  display: table;
}

#news .info_list li:after {
  content: "";
  display: table;
  clear: both;
}

#news .link {
  font-size: 14px;
  width: 12.977984%;
  float: right;
  text-align: right;
}

#news .link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/company/blueArrow.gif) no-repeat;
  background-size: 6px 12px;
  margin-left: 8px;
}

#works ul li {
  margin-bottom: 55px;
}

#works ul li:nth-child(3) {
  margin-bottom: 30px;
}

#works ul li ul {
  margin-top: 10px;
  padding: 0 5px;
}

#works ul li ul li {
  margin-bottom: 0px;
  padding: 5px 0;
  font-size: 15px;
  background: url(../img/company/blackArrow.gif) no-repeat;
  background-size: 11.5px 22px;
  background-position: right;
}

#works figure {
  position: relative;
  font-size: 0;
}

#works figure figcaption h3 {
  position: relative;
  position: absolute;
  top: 0;
}

#works figure figcaption .detailWrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(13, 95, 175, 0.8);
}

#works figure figcaption .detailWrapper .detailInner {
  margin-top: -12.5px;
  margin-bottom: 8px;
}

#works figure figcaption .detailWrapper .detail {
  color: #0D5FAF;
  font-size: 15px;
  display: inline-block;
  width: 180px;
  text-align: center;
  background: url(../img/company/blueArrow.gif) no-repeat #fff;
  background-position: right 7px center;
  background-size: 8px 15px;
  padding: 8px 0 7px 0;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}

#works figure figcaption .detailWrapper p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

#banner {
  margin-bottom: 15px;
}

#banner ul {
  zoom: 1;
}

#banner ul:before {
  content: "";
  display: table;
}

#banner ul:after {
  content: "";
  display: table;
  clear: both;
}

#banner ul li {
  width: 48.4%;
  float: right;
  margin-bottom: 3.1598513011%;
}

#banner ul li:first-child,
#banner ul li:nth-child(2n+1) {
  float: left;
  padding-right: 3.1598513011%;
}

#banner figure {
  position: relative;
  line-height: 0;
}

#banner figure figcaption {
  position: absolute;
  top: 50%;
  left: 9.2%;
  transform: translate(0%, -50%);
  color: #fff;
}

#banner figure figcaption::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/company/whiteArrow.gif) no-repeat;
  background-size: 6px 12px;
  margin-left: 8px;
}

#business h3 {
  color: #0D5FAF;
  font-size: 15px;
  margin-bottom: 10px;
}

#business h3::before {
  font-size: 13px;
  display: inline-block;
  content: "■";
  padding-right: 7px;
}

#business ul {
  zoom: 1;
}

#business ul:before {
  content: "";
  display: table;
}

#business ul:after {
  content: "";
  display: table;
  clear: both;
}

#business ul li {
  width: 48.4%;
  float: right;
  margin-bottom: 3.1598513011%;
}

#business ul li:first-child,
#business ul li:nth-child(2n+1) {
  float: left;
  padding-right: 3.1598513011%;
}

#business ul li figure {
  position: relative;
  font-size: 0;
}

#business ul li figure figcaption {
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 7px 0;
  width: 100%;
  text-align: center;
  background: url(../img/company/whiteArrow.gif) no-repeat;
  background-size: auto auto;
  background-size: 6px 12px;
  background-color: rgba(13, 95, 175, 0.8);
  background-position: right 8px center;
}

@media only screen and (max-width: 600px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .icon {
    width: 9.9%;
    height: auto;
  }
  #container p {
    font-size: 12px;
  }
  .flexsliderWrapper .sp {
    display: block !important;
  }
  .flexsliderWrapper .tb {
    display: none;
  }
  header .logo {
    width: 31.345%;
    max-width: 154px;
  }
  header .logo img {
    width: 85%;
  }
  .footerBottom .submenu ul {
    zoom: 1;
  }
  .footerBottom .submenu ul:before {
    content: "";
    display: table;
  }
  .footerBottom .submenu ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .footerBottom .submenu li {
    margin-bottom: 10px;
    float: left;
    display: block;
  }
  .footerBottom .submenu li:nth-child(2n+1) {
    padding-left: 0px;
    border: none;
    clear: both;
  }
  #business ul li figure figcaption {
    font-size: 12px;
  }
  #important p {
    padding: 10px;
  }
  #important p time {
    margin-right: 19px;
  }
  #banner ul li .sp,
  #business ul li .sp {
    display: block !important;
  }
  #banner ul li .tb,
  #business ul li .tb {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  #container {
    overflow-x: hidden;
    position: relative;
  }
  header .logo {
    padding-top: 13px;
    padding-left: 25px;
    padding-bottom: 15px;
  }
  .language {
    padding: 29px 0 8px !important;
    margin-right: 3%;
  }
  .language a {
    font-size: 12px !important;
  }
  .language .english a {
    margin-right: 6px;
  }
  header .navToggleWrapper {
    float: right;
    position: relative;
    width: 18.75%;
    height: 77.3px;
  }
  header .utility {
    position: absolute;
    right: -1000px;
    top: 77.3px;
    background: #0d5faf;
    width: 100%;
    transition: 0.5s ease-in-out;
    text-align: left;
    z-index: 99;
  }
  nav.utility .utilNav {
    margin: 0;
    display: block;
  }
  nav.utility .utilNav li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #6b90bf;
    line-height: 1;
    position: relative;
  }
  nav.utility .utilNav li.bg-gray {
    background-color: #f0f0f0;
    border-bottom: solid 1px #c8c8c8;
  }
  nav.utility .utilNav li.bg-gray a {
    color: #333;
  }
  nav.utility .utilNav li.bg-gray .accordion_icon span::before {
    border-top: solid 1px #333;
    border-right: solid 1px #333;
  }
  nav.utility .utilNav li .accordion_icon {
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: 57px;
    height: 38px;
    right: 0;
    top: 0;
  }
  nav.utility .utilNav li .accordion_icon span::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
  }
  nav.utility .utilNav li.noAccordion .accordion_icon span::before {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
  }
  nav.utility .utilNav li:first-child {
    border-top: solid 1px #6b90bf;
  }
  nav.utility .utilNav li a {
    display: block;
    color: #fff;
    padding: 11px 0 11px 24px;
  }
  nav.utility .utilNav li a .outside:after {
    content: "";
    background: url(../img/common/outside-icon.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
  }
  nav.utility .utilNav li::after {
    content: "";
  }
  nav.utility .utilNav li ul {
    display: none;
  }
  nav.utility .utilNav li ul li {
    background: #e2ecf5;
    border-bottom: solid 1px #c5d8ec;
  }
  nav.utility .utilNav li ul li a {
    color: #0d5faf;
  }
  nav.utility .utilNav li ul li::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #1162b0;
    border-right: 1px solid #1162b0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
  }
  /* Toggle(Button) */
  #navToggle {
    display: block;
    background: url(../img/common/navToggle.png) no-repeat;
    background-size: contain;
  }
  /* Click Toggle(Button) */
  .openNav .navToggleWrapper {
    background: #0d5faf;
    transition: background-color 0.5s linear;
  }
  .openNav #navToggle {
    background: url(../img/common/navToggleClose.png) no-repeat;
    background-size: contain;
  }
  .openNav #navToggle span:nth-child(1) {
    top: 11px;
    transform: rotate(-45deg);
  }
  .openNav #navToggle span:nth-child(2),
  .openNav #navToggle span:nth-child(3) {
    top: 11px;
    transform: rotate(45deg);
  }
  .openNav nav {
    transform: translateX(-1000px);
  }
  /*header menu*/
  #globalHeader div.search form {
    display: table;
    width: 100%;
  }
  #globalHeader div.search form span {
    display: table-cell;
  }
  #globalHeader div.search form span:last-child {
    padding-left: 10px;
  }
  nav.utility ul li.search {
    text-align: center;
    margin: 0;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  nav.utility ul li.search #searchBox {
    line-height: 18px;
    height: 18px;
    padding: 5px 0 5px 10px;
    border: none;
    background-color: #e3e3e3;
    width: 75%;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: middle;
  }
  nav.utility ul li.search #searchBtn {
    -webkit-appearance: none;
    border-radius: 0;
  }
  header .gNav {
    display: none;
  }
  #breadlist {
    width: 84%;
    margin: 7px auto 0;
  }
  .flexsliderWrapper .sp {
    display: none;
  }
  .ctContentsWrapper {
    margin-top: 9.3%;
  }
  .ctContents {
    width: 84%;
    margin: 0 auto;
  }
  .navArea h3 {
    padding: 3.9% 0 3.5% 0;
    margin-bottom: 4.8%;
  }
  .navArea ul.ir li {
    margin-bottom: 3.5%;
  }
  .navArea ul.ir li a {
    font-size: 14.5px;
    padding: 2.2% 2.2% 2.6% 2.6%;
  }
  .navArea ul.ir li a::after {
    height: 14.5px;
    right: 1.1vw;
  }
  .navArea ul.ir li a::before {
    width: 14.5px;
    height: 14.5px;
    background-size: 14.5px !important;
    vertical-align: text-top;
    margin-right: 2.5%;
  }
  .navArea ul.works li a {
    padding: 3.5% 0 3.5% 3.5%;
    font-size: 14.5px;
  }
  .navArea ul.works li a::after {
    height: 14.5px;
  }
  footer .footerTop .menu ul li {
    border-bottom: solid 1px #86AFD7;
  }
  footer .footerTop .menu ul li dt {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3em;
    font-weight: normal;
    padding: 12px 0 12px 25px;
    cursor: pointer;
  }
  footer .footerTop .menu ul li ul li {
    border-bottom: none;
    border-top: solid 1px #86AFD7;
    padding-left: 0;
  }
  footer .footerTop .menu ul li ul li.kids {
    margin-top: 0;
  }
  footer .footerTop .menu ul li ul li li a {
    padding-left: 40px;
  }
  .footerTop .menu ul li ul li::before {
    content: none;
  }
  footer .footerTop .menu ul li dd {
    padding: 0;
    display: none;
  }
  footer .footerTop .menu ul li dd a {
    display: block;
    padding: 12px 30px;
  }
  footer .footerTop .menu ul li dd a::before {
    content: "・";
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .accordion_icon {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 57px;
    height: 46px;
    float: right;
    margin-top: -12px;
  }
  footer .accordion_icon span::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
  }
  footer .footerBottom .ctWrapper {
    padding: 24px 25px 25px;
  }
  footer .footerBottom .submenu ul {
    margin-bottom: 20px;
  }
  footer .footerBottom .submenu ul li {
    display: inline-block;
    line-height: 1;
  }
  footer .footerBottom .submenu ul li:nth-child(2):after {
    content: "\a";
    white-space: pre;
  }
  footer .footerBottom .copyright {
    text-align: center;
  }
  .ctCompanytop {
    width: 84%;
    margin: 0 auto;
  }
  #news .info_list li {
    display: block;
  }
  #news .info_list li span.catIcon {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #news .info_list li span.catIcon a {
    width: 163px;
  }
  #news .info_list li time {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .info_list li span.title {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #news .link {
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .sp {
    display: none !important;
  }
  body {
    min-width: 1000px;
  }
  #breadlist {
    width: 1000px;
    margin: 16px auto 0;
    font-size: 11px;
    padding-left: 8px;
  }
  .ctWrapper {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
  }
  header.global {
    padding-top: 14px;
    font-size: 0;
    line-height: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 124px;
    z-index: 999;
    background: #fff;
  }
  .wrapper {
    margin-top: 138px;
  }
  header .headerTop {
    width: 1000px;
    margin: 0 auto;
    height: 78px;
    position: relative;
  }
  header .inner .menu {
    display: none;
  }
  .utility {
    padding: 32px 0 8px;
  }
  nav.utility .utilNav {
    font-size: 10.5px;
    line-height: 1;
  }
  nav.utility ul li {
    margin-bottom: 10px;
  }
  nav.utility ul li a {
    background: url(../img/common/headerTopArrow.png) left center no-repeat;
    padding-left: 7px;
  }
  nav.utility .utilNav {
    margin-bottom: 0px;
    position: absolute;
    right: 0px;
    top: 14px;
    display: block;
    margin-right: 0;
  }
  nav.utility ul li.search {
    display: block;
  }
  nav.utility ul li.search::before {
    content: none;
  }
  nav.utility ul li.utilNav::before {
    content: none;
  }
  header .search #searchBox {
    line-height: 18px;
    width: 229px;
    height: 18px;
    padding: 5px 0 5px 10px;
    border: none;
    background: url(../img/common/search_bar.png) no-repeat;
    vertical-align: middle;
  }
  header .search #searchBtn {
    line-height: 18px;
    width: 32px;
    height: 28px;
    border: none;
    background: none;
    vertical-align: middle;
  }
  header .gNav {
    zoom: 1;
    background: #0e5fb0;
  }
  header .gNav:before {
    content: "";
    display: table;
  }
  header .gNav:after {
    content: "";
    display: table;
    clear: both;
  }
  header .gNav ul {
    margin: 0 auto;
    width: 993px;
    box-sizing: content-box;
  }
  header .gNav li {
    float: left;
  }
  #container p {
    font-size: 16px;
  }
  .ctCompanytopWrapper {
    background: url(../img/company/ctCompanytop_bg_pc.jpg) 0 0 no-repeat;
    padding-bottom: 26px;
    padding-top: 53px;
  }
  .ctCompanytopWrapper .ctCompanytop {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #important {
    max-width: 994px;
    margin: 0 auto;
  }
  #news {
    max-width: 863px;
    margin: 0 auto 80px;
    padding-top: 62px;
    width: 71.9166666667%;
  }
  #news .info_list li {
    margin-bottom: 28px;
  }
  #news h3 a {
    font-size: 17px;
    background-size: 9px 17px;
    width: 163px;
    padding: 11px 0 9px 0;
    margin-right: 15px;
  }
  #news h3 a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .worksWrapper {
    margin-bottom: 40px;
  }
  #works a:hover {
    opacity: 0.6;
  }
  #works ul {
    zoom: 1;
  }
  #works ul:before {
    content: "";
    display: table;
  }
  #works ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #works ul li {
    float: left;
    margin-right: 6.25%;
    width: 29.1666666667%;
  }
  #works ul li:last-child {
    margin-right: 0;
  }
  #works figure img {
    width: 100%;
    height: auto;
  }
  #works figure figcaption .detailWrapper .detail {
    font-size: 15px;
    background-size: 10px 19px;
    width: 220px;
  }
  #works figure figcaption .detailWrapper p {
    font-size: 15px;
  }
  #works ul li ul li {
    font-size: 16px;
    width: 440px;
    padding: 7px 0;
    margin-right: 0;
  }
  .bannerWrapper {
    margin-bottom: 86px;
  }
  #banner ul li {
    width: 23.6666666667%;
    float: left;
    padding-right: 0 !important;
    margin-right: 1.75%;
  }
  #banner ul li:last-child {
    margin-right: 0;
  }
  #banner ul li a:hover {
    opacity: 0.6;
  }
  #banner figure figcaption {
    font-size: 23px;
    left: 21px;
    letter-spacing: 0.1em;
  }
  #banner figure figcaption::after {
    background-size: 8px 14px;
    width: 8px;
    height: 14px;
    margin-left: 17px;
  }
  #business h3 {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  #business h3::before {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
  }
  #business ul li {
    width: 23.6666666667%;
    padding-right: 0 !important;
    float: left;
    margin-right: 1.75%;
    margin-bottom: 50px;
  }
  #business ul li p {
    font-size: 13px;
  }
  #business ul li:nth-child(4n) {
    margin-right: 0;
  }
  #business ul li figure {
    margin-bottom: 16px;
  }
  #business ul li figure figcaption {
    font-size: 15px;
    background-size: 8px 16px;
    padding: 20px 0;
    background-position: right 22px center;
  }
  #business ul li a:hover {
    opacity: 0.6;
  }
  .navArea {
    float: right;
    width: 263px;
  }
  .navArea h3 {
    font-size: 23px;
    padding: 20px 0 19px 0;
    margin-bottom: 25px;
  }
  .navArea ul.ir li {
    margin-bottom: 20px;
  }
  .navArea ul.ir li a {
    font-size: 17px;
    letter-spacing: -0.2px;
    border-radius: 3px;
    padding: 11px;
  }
  .navArea ul.ir li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .navArea ul.ir li a::after {
    height: 17px;
    right: 11px;
  }
  .navArea ul.works li a {
    font-size: 17px;
    padding: 18px 0 18px 10px;
  }
  .navArea ul.ir li a::before {
    width: 29px;
    height: 29px;
    margin-right: 12px;
  }
  .navArea ul.works li a::after {
    height: 17px;
  }
  footer .footerTop .ctWrapper {
    padding: 50px 0 25px;
  }
  footer .ctWrapper {
    width: 900px;
  }
  footer .footerTop .menu ul {
    display: flex;
    justify-content: space-between;
  }
  footer .footerTop .menu ul li ul {
    display: block;
  }
  footer .footerTop .menu ul li ul li {
    display: block;
    width: auto !important;
  }
  footer .footerBottom .ctWrapper {
    zoom: 1;
    border-top: solid 1px #fff;
    padding: 15px 0 45px;
  }
  footer .footerBottom .ctWrapper:before {
    content: "";
    display: table;
  }
  footer .footerBottom .ctWrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .footerBottom .submenu {
    zoom: 1;
    float: left;
  }
  footer .footerBottom .submenu:before {
    content: "";
    display: table;
  }
  footer .footerBottom .submenu:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .footerBottom .submenu ul {
    float: left;
  }
  footer .footerBottom .copyright {
    float: right;
    line-height: 22px;
  }
  /*ishii*/
  .gNav > ul .menuSecondLevelInner li.fstlist {
    padding-left: 129.5px;
  }
}
@media only screen and (min-width: 1201px) {
  .mainTitle {
    font-size: 40px;
    margin-bottom: 115px;
    line-height: 160%;
  }
  .mainTitle1 {
    font-size: 36px;
    margin-bottom: 75px;
    line-height: 160%;
  }
  .mainTitle2 {
    font-size: 25px;
    margin-bottom: 60px;
  }
  .mainTitle3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .ctContentsWrapper {
    margin-top: 110px;
  }
  .ctContents {
    width: 1200px;
    margin: 0 auto;
  }
  .contents {
    padding-bottom: 70px;
  }
  #important {
    zoom: 1;
  }
  #important:before {
    content: "";
    display: table;
  }
  #important:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1801px) {
  .ctCompanytopWrapper {
    background-size: cover;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .ctCompanytopWrapper {
    background-size: cover;
  }
  #news {
    padding-top: 30px;
  }
  #news .info_list li {
    margin-bottom: 15px;
  }
  #news h3 a {
    width: 133px;
    padding: 9px 0 7px 0;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  #works ul {
    text-align: center;
  }
  #works ul li {
    display: inline-block;
  }
  #works ul li ul {
    text-align: left;
  }
  #works ul li ul li {
    display: block;
  }
  #works figure figcaption .detailWrapper .detailInner {
    margin-top: -17.5px;
  }
  #works figure figcaption .detailWrapper .detailInner .detail {
    font-size: 20px;
    background-size: 10px 19px;
    width: 220px;
  }
  #works figure figcaption .detailWrapper p {
    font-size: 20px;
  }
  #banner ul {
    text-align: center;
  }
  #banner ul li {
    display: inline-block;
    width: auto;
    float: none;
  }
  #banner ul li:first-child,
  #banner ul li:nth-child(2n+1) {
    float: none;
    padding-right: 0;
  }
  #banner ul li .sp {
    display: none;
  }
  #banner ul li .tb {
    display: block;
  }
  #banner figure figcaption {
    font-size: 23px;
    left: 26px;
  }
  #banner figure figcaption::after {
    background-size: 8px 14px;
    width: 8px;
    height: 14px;
    margin-left: 20px;
  }
  #business h3 {
    font-size: 23px;
  }
  #business h3::before {
    font-size: 20px;
    padding-right: 13px;
  }
  #business ul li .sp {
    display: none;
  }
  #business ul li .tb {
    display: block;
  }
  #business ul li img {
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1201px) {
  .mainTitle {
    font-size: 33px;
    margin-bottom: 80px;
    line-height: 160%;
  }
  .mainTitle1 {
    font-size: 31px;
    margin-bottom: 50px;
    line-height: 160%;
  }
  .mainTitle2 {
    font-size: 21px;
    margin-bottom: 40px;
    line-height: 160%;
  }
  .mainTitle3 {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 160%;
  }
  .ctContentsWrapper {
    margin-top: 85px;
  }
  .ctContents {
    width: 1000px;
    margin: 0 auto;
  }
  .contents {
    padding-bottom: 55px;
  }
  .ctCompanytopWrapper {
    background-size: cover;
  }
  #banner figure img {
    width: 100%;
    height: auto;
  }
}
/* Your custom styles */
/* add -----------------------------------------
  CENTRAL1-129 【確認】company トップページ
  修正対応
------------------------------------------------ */
@media only screen and (max-width: 600px) {
  #news h3 {
    float: none;
  }
  #news p {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
  #news .link {
    position: static;
    font-size: 12px;
    text-align: right;
    padding-top: 5px;
  }
  #news .link::after {
    vertical-align: middle;
  }
}
/* add END ------------------------------------- */
.language {
  display: block;
  float: right;
  line-height: 1;
  padding: 39px 0 8px;
}

.language ul {
  font-size: 0;
}

.language li {
  display: inline-block;
  padding: 0px 2px;
}

.language a {
  font-size: 14px;
  color: #333;
  padding: 4px 0px;
  transition: 0.3s;
}

.language a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.language .english a {
  margin-right: 12px;
}

.language .japanese {
  border-left: solid 1px #333;
  padding-left: 10px;
}

.language .nonacrive a {
  margin-left: 12px;
  border-bottom: solid 1px #333;
}

/* add 2018.10.04 */
span.link_blue a {
  color: #1063aa;
  text-decoration: underline;
}

span.link_blue a:hover {
  color: #1695aa;
}

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