@charset "UTF-8";
/*
Theme Name: obcc
*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

a:hover {
  text-decoration: underline;
}

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

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*　header PC
------------------------------------------------------------*/
.l-headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 5000;
}

@media print {
  .l-headerWrap {
    position: relative;
  }
}

.l-header {
  position: relative;
}

.c-headerPc {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 88px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-headerPc {
    width: auto;
  }
}

.c-headerPc h1,
.c-headerPc .c-gsearch, .c-headerPc__submenu, .c-headerPc__contact {
  position: absolute;
  z-index: 1;
}

.c-headerPc h1 {
  top: 12px;
  left: 0;
}

.c-headerPc__contact {
  top: 0;
  right: 0;
}

.c-gnav {
  position: relative;
  margin-top: -44px;
}

.c-gnav > ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 335px;
}

@media screen and (max-width: 767px) {
  .c-gnav > ul {
    width: auto;
  }
}

.c-gnav ul {
  *zoom: 1;
}

.c-gnav ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-gnav li {
  float: left;
  margin-right: 55px;
  padding-bottom: 15px;
}

.c-gnav li:hover .c-submenu {
  opacity: 1;
  visibility: visible;
}

.c-submenu {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 43px;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-top: 5px solid #000;
}

.c-submenu ul {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .c-submenu ul {
    width: auto;
  }
}

.c-submenu ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-submenu ul:before {
  width: 84px;
  height: 14px;
  position: absolute;
  content: "";
  background: url("assets/image/top/icon-list.png") no-repeat;
  right: 20px;
  top: -14px;
}

.c-submenu--1 ul {
  padding-left: 300px;
}

.c-submenu--1 ul:before {
  left: 337px;
}

.c-submenu--2 ul {
  padding-left: 0px;
  text-align: center;
}

.c-submenu--2 ul:before {
  left: 476px;
}

.c-submenu--2 ul li {
  margin-right: 30px;
  float: none;
  display: inline-block;
}

.c-submenu--3 ul {
  padding-left: 0px;
  text-align: center;
  padding-left: 150px;
}

.c-submenu--3 ul:before {
  left: 615px;
}

.c-submenu--3 ul li {
  margin-right: 30px;
  float: none;
  display: inline-block;
}

.c-submenu li {
  float: left;
  margin-right: 55px;
  padding-bottom: 0;
}

.c-submenu li a,
.c-submenu li:hover a {
  border-bottom: 2px solid transparent;
  position: relative;
}

.c-submenu li a:after,
.c-submenu li:hover a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  opacity: 0.8;
  position: absolute;
  bottom: 31px;
  left: 0;
}

.c-submenu li a:hover:after,
.c-submenu li:hover a:hover:after {
  background: #0c61ab;
  background: -webkit-linear-gradient(left, #0c61ab 0%, #5bb7e5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0c61ab), to(#5bb7e5));
  background: linear-gradient(to right, #0c61ab 0%, #5bb7e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c61ab', endColorstr='#5bb7e5',GradientType=1 );
}

.c-submenu a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  padding: 35px 0;
}

/* Google custom search
------------------------------------------------------------*/
.c-gsearch {
  width: 160px;
  height: 24px;
  left: 837px;
  top: 13px;
}

.c-gsearch form {
  position: relative;
  color: #666;
}

.c-gsearch input {
  padding: 3px 0 3px 10px;
  width: 100%;
  background-color: #ccc;
  border: none;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-gsearch i {
  position: absolute;
  right: 5px;
  top: 6px;
}

/*　header SP
------------------------------------------------------------*/
.c-headerSpWrap {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 5000;
  height: 60px;
}

.c-headerSp {
  height: 120px;
  position: relative;
}

.c-headerSp__inner {
  display: table;
  width: 100%;
}

.c-headerSp h1, .c-headerSp__phone, .c-headerSp__menu {
  display: table-cell;
  vertical-align: middle;
}

.c-headerSp__phone, .c-headerSp__menu {
  width: 63px;
}

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

.c-headerSp h1 {
  padding-left: 10px;
  padding-right: 10px;
}

.c-headerSp__menu {
  cursor: pointer;
  background: url(assets/image/common/icon_11.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.c-headerSp__menu.is-open {
  background: url(assets/image/common/icon_12.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.c-headerSp__menu img {
  opacity: 0;
}

/*　menu SP
------------------------------------------------------------*/
.c-menuSp {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 5000;
}

.c-menuSp ul {
  border-top: 1px solid #CCC;
}

.c-menuSp li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #CCC;
  line-height: 1;
}

.c-menuSp a {
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #333;
  display: block;
  position: relative;
}

.c-menuSp a:before {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #146BAF;
  border-right: 2px solid #146BAF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.c-menuSp span {
  display: block;
  color: #0089d0;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

/*
-----------------------------------------*/
#sp-menu {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 9000;
  overflow-y: scroll;
  height: 100vh;
}

.c-sp-menu {
  font-size: 110%;
  font-weight: normal;
}

.c-sp-menu ul ul {
  display: none;
}

.c-sp-menu ul li {
  text-align: left;
  background: rgba(35, 24, 21, 0.9);
}

.c-sp-menu ul li.u-children a {
  padding-left: 10%;
}

.c-sp-menu ul li a, .c-sp-menu ul li span {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 14px 0 14px 12px;
  line-height: 100%;
  border-bottom: 1px solid #251C1A;
  text-decoration: none;
  margin: 0 0 0 0;
  color: #FFF;
}

.c-sp-menu ul li a:after, .c-sp-menu ul li span:after {
  content: "";
  background: url("assets/image/common/icon_03.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  float: right;
  margin: -1.8em 15px 0 0;
}

.c-sp-menu ul li a.is-open, .c-sp-menu ul li span.is-open {
  background: #1D2088;
  background: -webkit-linear-gradient(left, #1D2088 0%, #058BD9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1D2088), to(#058BD9));
  background: linear-gradient(to right, #1D2088 0%, #058BD9 100%);
  border-bottom: 0px;
}

.c-sp-menu ul li a.is-open:after, .c-sp-menu ul li span.is-open:after {
  background: url("assets/image/common/icon_04.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.c-sp-menu ul li a.is-open .en, .c-sp-menu ul li span.is-open .en {
  color: #FFF;
}

.c-sp-menu ul li a .en, .c-sp-menu ul li span .en {
  color: #0081CC;
  font-size: 1.0rem;
  letter-spacing: 2px;
}

.c-sp-menu ul li a .jp, .c-sp-menu ul li span .jp {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 4px;
}

.c-sp-menu ul li.c-sp-menu__2 {
  background: rgba(57, 89, 166, 0.9);
  padding-left: 15px;
}

.c-sp-menu ul li.c-sp-menu__2 a, .c-sp-menu ul li.c-sp-menu__2 span {
  color: #FFF;
  border-bottom: 1px solid #9AADD2;
}

.c-sp-menu ul li.c-sp-menu__2 a:after, .c-sp-menu ul li.c-sp-menu__2 span:after {
  margin-right: 25px;
  margin-top: 0;
  background: url("assets/image/common/icon_06.png") 0 0 no-repeat;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
}

.c-sp-menu ul li.c-sp-menu__2 a.is-open:after, .c-sp-menu ul li.c-sp-menu__2 span.is-open:after {
  background: url("/common/img/icon_14.png") 0 0 no-repeat;
}

.c-sp-menu ul li.c-sp-menu__2:last-child a, .c-sp-menu ul li.c-sp-menu__2:last-child span {
  border-bottom: 0px;
}

.c-sp-menu ul li.c-sp-menu__3 a:after, .c-sp-menu ul li.c-sp-menu__3 span:after {
  background: url("assets/image/common/icon_05.png") 0 0 no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  clear: both;
}

footer a {
  text-decoration: none;
}

/*
------------------------------------------------------------*/
/*
	.f_top{
		width: 100%;
		height: 232px;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding-top: 40px;
		background: radial-gradient(bottom left, circle farthest-side, #0054a2 0%, #0054a2 25%, #1267af 35%, #1e75b8 45%, #5cb7e6 100%);
		p{
			margin-bottom: 10px;
		}
		&_phone{
			font-size: 4.8rem;
			font-weight: bold;
			line-height: 40px;
		}
		&_word{
			font-size: 1.2rem;
		}
		&_a{
			max-width: 390px;
			height: 44px;
			box-sizing: border-box;
			text-align: center;
			font-size: 1.5rem;
			border: 1px solid #fff;
			margin: auto;
			.fa{font-size: 1.7rem;}
			a{
				padding: 8px 0;
				color: #fff;
				display: block;
				img{
					margin: 6px 0 0 0;
				}
			}
		}
	}
*/
/* contact
------------------------------------------------------------*/
.c-localnavi1 + footer .c-footerContact,
.c-localnavi2 + footer .c-footerContact,
.c-localnavi3 + footer .c-footerContact {
  margin-top: 0;
}

.page-top .c-footerContact {
  margin-top: 0;
}

.c-footerContact {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(assets/image/top/backgroud-blue.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-footerContact {
    font-size: 1.6rem;
    padding: 30px 20px;
    margin-top: 25px;
  }
}

.c-footerContact__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-footerContact__inner {
    width: auto;
  }
}

.c-footerContact__title {
  text-align: center;
}

.c-footerContact__part1 {
  padding: 60px 70px 10px 0;
  display: table;
  width: 100%;
  *zoom: 1;
}

.c-footerContact__part1:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 {
    padding: 25px 10px;
  }
}

.c-footerContact__part1 .column1,
.c-footerContact__part1 .column2 {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column1,
  .c-footerContact__part1 .column2 {
    display: block;
  }
}

.c-footerContact__part1 .column1 {
  padding-left: 60px;
  width: 510px;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column1 {
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: center;
  }
}

.c-footerContact__part1 .column1 p {
  line-height: 1.6;
  display: inline-block;
}

.c-footerContact__part1 .column1 div {
  background: url(assets/image/common/footer_08.png) no-repeat 0 47%;
  padding-left: 50px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.c-footerContact__part1 .column1 span {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column1 span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column2 {
    text-align: center;
  }
}

.c-footerContact__part1 .column2 ul {
  *zoom: 1;
}

.c-footerContact__part1 .column2 ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column2 ul {
    margin-top: 30px;
  }
}

.c-footerContact__part1 .column2 li {
  float: left;
  text-align: left;
  line-height: 1;
  width: 210px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  margin: 0 70px 25px 0;
}

.c-footerContact__part1 .column2 li:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part1 .column2 li {
    width: 45%;
    margin: 0 0 25px 10%;
  }
  .c-footerContact__part1 .column2 li:nth-child(2n+1) {
    margin-left: 0%;
  }
}

.c-footerContact__part1 .column2 span {
  display: block;
}

.c-footerContact__part1 .column2 img {
  margin-top: 10px;
}

.c-footerContact__part2 {
  border-top: 1px dotted #fff;
  padding: 40px 0 0 0;
  width: 100%;
  display: table;
  *zoom: 1;
}

.c-footerContact__part2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 {
    padding: 30px 0 0 0;
    margin: 0 10%;
    width: auto;
    display: block;
  }
}

.c-footerContact__part2 .column1,
.c-footerContact__part2 .column2 {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 .column1,
  .c-footerContact__part2 .column2 {
    display: block;
  }
}

.c-footerContact__part2 .column1 {
  padding-left: 60px;
  width: 510px;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 .column1 {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.c-footerContact__part2 .column1 p {
  line-height: 1.6;
  background: url(assets/image/common/footer_09.png) no-repeat 0 47%;
  padding-left: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 .column1 p {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 .column2 {
    margin-top: 30px;
  }
}

.c-footerContact__part2 .c-button {
  text-align: left;
}

.c-footerContact__part2 .c-button a {
  background: #BFDBEC;
  color: #00469C;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 2px;
  border-radius: 0px;
  width: 400px;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .c-footerContact__part2 .c-button a {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 15px 0px;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

/* download PC
------------------------------------------------------------*/
.c-footerDl ul {
  *zoom: 1;
  margin-top: 27px;
  padding: 0 20px;
}

.c-footerDl ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-footerDl li {
  float: left;
  width: 49%;
}

.c-footerDl li:nth-child(2) {
  float: right;
}

/* sitemap PC
------------------------------------------------------------*/
.c-footerSitemapPc {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 30px 50px;
}

@media screen and (max-width: 767px) {
  .c-footerSitemapPc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-footerSitemapPc {
    width: auto;
  }
}

.c-footerSitemapPc__block:nth-child(1) {
  width: 215px;
}

.c-footerSitemapPc__block:nth-child(2) {
  width: 224px;
}

.c-footerSitemapPc__block:nth-child(3) {
  width: 215px;
}

.c-footerSitemapPc__block:nth-child(4) {
  width: 180px;
}

.c-footerSitemapPc__block:nth-child(5) {
  width: 266px;
}

.c-footerSitemapPc__block:nth-child(5) div + div {
  margin-top: 10px;
}

.c-footerSitemapPc p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-footerSitemapPc p + p {
  margin-top: 15px;
}

.c-footerSitemapPc p a {
  color: #2172B5;
}

.c-footerSitemapPc ul {
  margin-left: 13px;
}

.c-footerSitemapPc li {
  list-style: url("assets/image/common/index_arrow_02.png");
  font-size: 1.2rem;
  margin-top: 10px;
}

.c-footerSitemapPc li a {
  color: #000;
}

.c-footerSitemapPc li img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}

.c-footerSitemapPc .u-outlink {
  background: url("assets/image/common/index_arrow_03.png") right 47% no-repeat;
  padding-right: 15px;
}

/* sitemap SP
------------------------------------------------------------*/
.c-footerSitemapSp {
  border-top: 1px solid #DADADA;
  margin-top: 30px;
}

.c-footerSitemapSp .accordion {
  background-color: #fff;
  color: #606060;
  cursor: pointer;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DADADA;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 1.6rem;
  position: relative;
}

.c-footerSitemapSp .accordion div {
  padding: 15px 0;
}

.c-footerSitemapSp .accordion .donw {
  top: 50%;
  right: 20px;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5AACDF;
  border-right: 2px solid #5AACDF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-footerSitemapSp .accordion .donw.right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 23px;
}

.c-footerSitemapSp .active {
  background: none;
}

.c-footerSitemapSp .active .donw {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -3px;
}

.c-footerSitemapSp .active .donw.right {
  margin-top: -5px;
}

.c-footerSitemapSp .paner {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-footerSitemapSp .paner li {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: 1px solid #DADADA;
}

.c-footerSitemapSp .paner li a {
  padding: 15px 0 15px 30px;
  color: #606060;
  display: block;
}

.c-footerSitemapSp .link a {
  color: #606060;
  display: block;
  padding: 15px 0;
}

.c-footerSitemapSp .link .u-outlink .icon {
  display: inline-block;
  position: relative;
}

.c-footerSitemapSp .link .u-outlink .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 30%;
  right: -16px;
  background: url("assets/image/common/index_arrow_03.png") right 47% no-repeat;
}

/* logo SP
------------------------------------------------------------*/
.c-footerLogo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-footerLogo {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-footerLogo {
    margin-top: 0;
    padding: 40px 10px 0 10px;
  }
}

.c-footerLogo .c-topBtn {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-footerLogo .c-topBtn {
    top: -19px;
    right: 10px;
  }
}

/* topBtn
------------------------------------------------------------*/
.c-topBtn {
  background: #fff;
  cursor: pointer;
  right: 0%;
  width: 44px;
  height: 44px;
  border: 1px solid #0054a2;
}

@media screen and (max-width: 767px) {
  .c-topBtn {
    width: 38px;
    height: 38px;
  }
}

.c-topBtn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #0054a2;
}

/* copyright
------------------------------------------------------------*/
.c-footerCopy {
  margin-top: 35px;
  padding: 18px 0;
  font-size: 1.2rem;
  color: #fff;
  background: -webkit-radial-gradient(bottom left, circle farthest-side, #0054a2 0%, #0054a2 60%, #1267af 65%, #1e75b8 75%, #65C1EC 100%);
  background: radial-gradient(bottom left, circle farthest-side, #0054a2 0%, #0054a2 60%, #1267af 65%, #1e75b8 75%, #65C1EC 100%);
}

.c-footerCopy__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .c-footerCopy__inner {
    width: auto;
  }
}

.c-footerCopy__inner:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footerCopy__inner {
    padding: 0 10px;
  }
}

.c-footerCopy ul {
  *zoom: 1;
  float: left;
}

.c-footerCopy ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-footerCopy ul {
    float: none;
  }
}

.c-footerCopy li {
  float: left;
  padding-right: 34px;
}

@media screen and (max-width: 767px) {
  .c-footerCopy li {
    padding-right: 0;
    width: 50%;
    margin-bottom: 6px;
    padding-left: 5%;
  }
  .c-footerCopy li:nth-child(2n+1) {
    clear: left;
  }
}

.c-footerCopy a {
  color: #fff;
}

.c-footerCopy p {
  float: right;
}

@media screen and (max-width: 767px) {
  .c-footerCopy p {
    float: none;
    text-align: center;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
html, body {
  overflow: visible;
  height: auto;
}

html.is-open, body.is-open {
  overflow: hidden;
  height: 100%;
}

/*
------------------------------------------------------------*/
body {
  min-width: 1200px;
  padding-top: 88px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    padding-top: 60px;
  }
}

body.type-recruit {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body.type-recruit {
    padding-top: 49px;
  }
}

body#tinymce {
  min-width: initial !important;
  padding-top: 0 !important;
}

/*
------------------------------------------------------------*/
.l-wrapper {
  width: 1200px;
  padding: 70px 0 70px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: auto;
    padding: 30px 10px;
  }
}

.l-wrapper2 {
  width: 1200px;
  padding: 0px 0 70px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper2 {
    width: auto;
    padding: 30px 10px;
  }
}

/*
------------------------------------------------------------*/
.l-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
  }
}

.l-inner2 {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner2 {
    width: auto;
  }
}

/*------------------------------------------------------------
 title
------------------------------------------------------------*/
/* Main title
------------------------------------------------------------*/
.c-maintitle {
  height: 211px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .c-maintitle {
    height: auto;
    padding: 60px 0;
  }
}

.c-maintitle h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

.c-maintitle span {
  display: block;
}

.c-maintitle .en {
  font-size: 1.0rem;
  letter-spacing: 2.5px;
}

.c-maintitle .jp {
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-maintitle .jp {
    font-size: 2.0rem;
    margin-top: 5px;
  }
}

.c-maintitle--bg1 {
  background-image: url("assets/image/message/banner-message.jpg");
}

.c-maintitle--bg2 {
  background-image: url("assets/image/news/news_background_01.jpg");
}

.c-maintitle--bg3 {
  background-image: url("assets/image/using/using-background-01.jpg");
}

.c-maintitle--bg4 {
  background-image: url("assets/image/using/using-background-01.jpg");
}

.c-maintitle--bg5 {
  background-image: url("assets/image/technology/bg_01.jpg");
}

.c-maintitle--bg6 {
  background-image: url("img/method_const/method_const_background_01.jpg");
}

.c-maintitle--bg7 {
  background-image: url("assets/image/contact/contact_background_01.jpg");
}

.c-maintitle--bg8 {
  background-image: url("");
}

.c-maintitle--bg9 {
  background-image: url("assets/image/jisseki/bg_01.jpg");
}

.c-maintitle--bg10 {
  background-image: url("");
}

.c-maintitle--bg99 {
  background-image: url("assets/image/dummy/01.png");
}

/*
------------------------------------------------------------*/
.c-title {
  *zoom: 1;
  text-align: center;
  line-height: 1;
}

.c-title:after {
  display: block;
  content: "";
  clear: both;
}

.c-title__heading1 {
  color: #005CA2;
  font-size: 3.4rem;
  letter-spacing: 6px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-title__heading1 {
    font-size: 2.0rem;
  }
}

.c-title__heading2 {
  font-size: 1.6rem;
  color: #4D4D4D;
  font-weight: bold;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .c-title__heading2 {
    margin-top: 10px;
    font-size: 1.0rem;
  }
}

.c-title:after {
  content: '';
  height: 3px;
  width: 130px;
  background: #005CA2;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-title:after {
    width: 80px;
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 2.2rem;
  color: #005CA2;
  font-weight: bold;
  border-left: 5px solid #005CA2;
  padding-left: 20px;
  margin: 25px 0px 25px 0;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 1.5rem;
    border-left: 3px solid #005CA2;
    padding-left: 15px;
  }
}

/*
------------------------------------------------------------*/
.c-title2 {
  *zoom: 1;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 5px;
  color: #C39229;
}

.c-title2:after {
  display: block;
  content: "";
  clear: both;
}

.c-title2:after {
  content: '';
  height: 1px;
  width: 50px;
  background: #C39229;
  margin: 10px auto;
}

/*
------------------------------------------------------------*/
.c-title3 {
  *zoom: 1;
  font-size: 2.1rem;
  color: #005CA2;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}

.c-title3:after {
  display: block;
  content: "";
  clear: both;
}

.c-title3:after {
  content: '';
  height: 2px;
  width: 46px;
  background: #ACCAE1;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .c-title3:after {
    background: #005CA2;
    width: 58px;
  }
}

/*
------------------------------------------------------------*/
.c-title4 {
  margin-top: 20px;
  font-size: 1.9rem;
  color: #005CA2;
  font-weight: bold;
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-title5 {
  *zoom: 1;
  position: relative;
  padding-bottom: 15px;
  padding-left: 30px;
}

.c-title5:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-title5 {
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.c-title5:before, .c-title5:after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 2px;
  display: inline-block;
}

.c-title5:before {
  width: 120px;
  z-index: 2;
  background: #000;
}

.c-title5:after {
  width: 100%;
  z-index: 1;
  background: #CCC;
}

.c-title5 h4, .c-title5 p {
  display: inline-block;
}

.c-title5 h4 {
  padding-right: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title5 h4 {
    padding-right: 10px;
    font-size: 1.7rem;
  }
}

.c-title5 p {
  color: #4D4D4D;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  .c-title5 p {
    font-size: 1.0rem;
  }
}

/*
------------------------------------------------------------*/
.c-title6 {
  color: #005CA2;
  font-size: 2.2rem;
  padding-left: 17px;
  width: 100%;
  border-left: 4px solid #005CA2;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-title6 {
    font-size: 1.5rem;
    padding-left: 12px;
  }
}

/*
------------------------------------------------------------*/
.c-title7 {
  border-top: 1px dotted #005CA2;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-title7 {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.c-title7 h4 {
  color: #005CA2;
  font-size: 1.8rem;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(assets/image/contact/02.png) no-repeat 0 47%;
}

@media screen and (max-width: 767px) {
  .c-title7 h4 {
    background: url(assets/image/contact/02_sp.png) no-repeat 0 47%;
    -webkit-background-size: 28px auto;
            background-size: 28px auto;
    padding-left: 35px;
    font-size: 1.4rem;
  }
}

/*
------------------------------------------------------------*/
.c-historyTitle {
  padding-right: 210px;
  position: relative;
}

/*
------------------------------------------------------------*/
.c-note {
  display: block;
  padding: 7px 5px 5px 8px;
  background: #F2F7FA;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  right: 0;
}

.c-note img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Title Recruit
------------------------------------------------------------*/
.c-recruitTitle {
  padding-top: 30px;
  color: #333;
  position: relative;
  z-index: 100;
}

.c-recruitTitle h2 {
  text-align: center;
}

.c-recruitTitle span {
  display: block;
}

.c-recruitTitle .en {
  font-size: 1.7rem;
  letter-spacing: 2.5px;
  color: #0089CF;
}

@media screen and (max-width: 767px) {
  .c-recruitTitle .en {
    font-size: 1.1rem;
  }
}

.c-recruitTitle .en--recruit {
  font-size: 1.1rem;
}

.c-recruitTitle .jp {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  .c-recruitTitle .jp {
    font-size: 1.5rem;
  }
}

.c-recruitTitle .jp--recruit {
  font-size: 2rem;
}

.c-recruitTitle--work .jp {
  color: #fff;
}

.c-recruitTitle--work .en {
  color: #fff;
}

/* 8
------------------------------------------------------------*/
.c-title8 {
  font-size: 3.0rem;
  color: #0089CF;
  font-weight: bold;
  line-height: 1.3;
  border-left: 5px solid #0089CF;
  padding-left: 20px;
  margin: 70px 0px 0px 0;
}

@media screen and (max-width: 767px) {
  .c-title8 {
    font-size: 1.9rem;
    border-left: 4px solid #0089CF;
    padding-left: 15px;
  }
}

/* 9
------------------------------------------------------------*/
.c-titleTable2 {
  font-size: 20px;
  font-weight: bold;
}

/* 9
------------------------------------------------------------*/
.c-title9 {
  text-align: center;
  margin: 10px 0 20px 0;
}

.c-title9 h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 4.0rem;
  color: #14579F;
  background-position: 0 47%;
  background-repeat: no-repeat;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-title9 h3 {
    font-size: 2.0rem;
  }
}

.c-title9--icon1 h3 {
  background-image: url(img/method_const/icon_10.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon1 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon2 h3 {
  background-image: url(img/method_const/icon_12.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon2 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon3 h3 {
  background-image: url(img/method_const/icon_13.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon3 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon4 h3 {
  background-image: url(img/method_const/icon_16.png);
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon4 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 50px;
  }
}

.c-title9--icon5 h3 {
  background-image: url(img/method_const/icon_18.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon5 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon6 h3 {
  background-image: url(img/method_const/icon_17.png);
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon6 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 40px;
  }
}

.c-title9--icon7 h3 {
  background-image: url(img/method_const/icon_19.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon7 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon8 h3 {
  background-image: url(img/method_const/icon_15.png);
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon8 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 40px;
  }
}

.c-title9--icon9 h3 {
  background-image: url(img/method_const/icon_11.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon9 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

.c-title9--icon10 h3 {
  background-image: url(img/method_const/icon_14.png);
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .c-title9--icon10 h3 {
    -webkit-background-size: 43px auto;
            background-size: 43px auto;
    padding-left: 45px;
  }
}

/*------------------------------------------------------------
	Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  margin: 40px 0;
  border: collapse;
  border-spacing: 0;
  border-top: 1px solid #D4D9DD;
  border-left: 1px solid #D4D9DD;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
}

.c-table1 tr {
  width: 100%;
}

.c-table1 tr:last-child {
  border-bottom: none;
}

.c-table1 th,
.c-table1 td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  vertical-align: middle;
  border-right: 1px solid #D4D9DD;
  border-bottom: 1px solid #D4D9DD;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-table1 th,
  .c-table1 td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
  }
}

.c-table1 th {
  width: 10em;
  padding-right: 0;
  text-align: center;
  color: #FFFFFF;
  background: #005CA2;
}

@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
}

.c-table1 td {
  padding-left: 20px;
  position: relative;
}

.c-table1 td .c-button2 {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .c-table1 td .c-button2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.c-table3 {
  margin: 20px 0 40px 0;
  border: collapse;
  border-spacing: 0;
  border-top: 1px solid #D4D9DD;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  /*
	.dropdown {
		margin: 0 0 0 0;
		vertical-align: top;
	}
	.dropdown {
		display: inline-block;
		position: relative;
		overflow: hidden;
		height: 36px;
		width: 150px;
		background: #f2f2f2;
		border: 1px solid #D4D9DD;
		border-radius: 3px;
		background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
		background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
		background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
		background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	}
	.dropdown:before, .dropdown:after {
	  content: '';
	  position: absolute;
	  z-index: 2;
	  top: 9px;
	  right: 10px;
	  width: 0;
	  height: 0;
	  border: 4px dashed;
	  border-color: #888888 transparent;
	  pointer-events: none;
	}

	.dropdown:before {
	  border-bottom-style: solid;
	  border-top: none;
	}

	.dropdown:after {
	  margin-top: 7px;
	  border-top-style: solid;
	  border-bottom: none;
	}

	.dropdown-select {
	  position: relative;
	  width: 130%;
	  margin: 0;
	  padding: 10px 8px 6px 10px;
	  height: 28px;
	  line-height: 14px;
	  font-size: 12px;
	  color: #62717a;
	  text-shadow: 0 1px white;
	  background: #f2f2f2;
	  background: rgba(0, 0, 0, 0) !important;
	  border: 0;
	  border-radius: 0;
	  -webkit-appearance: none;
	}

	.dropdown-select:focus {
	  z-index: 3;
	  width: 100%;
	  color: #394349;
	  outline: 2px solid #49aff2;
	  outline: 2px solid -webkit-focus-ring-color;
	  outline-offset: -2px;
	}

	.dropdown-select > option {
	  margin: 3px;
	  padding: 10px 8px;
	  text-shadow: none;
	  background: #f2f2f2;
	  border-radius: 3px;
	  cursor: pointer;
	}

	.lt-ie9 .dropdown {
	  z-index: 1;
	}

	.lt-ie9 .dropdown-select {
	  z-index: -1;
	}

	.lt-ie9 .dropdown-select:focus {
	  z-index: 3;
	}
	*/
}

.c-table3 a {
  text-decoration: underline;
  color: #0089CF;
  font-weight: bold;
}

.c-table3 span {
  padding-top: 10px;
}

.c-table3 tr {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-table3 tr {
    width: 100%;
  }
  .c-table3 tr .row {
    border-bottom: none;
  }
  .c-table3 tr .none {
    display: none;
  }
}

.c-table3 tr:last-child {
  border-bottom: none;
}

.c-table3 .row1 input {
  width: 300px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .c-table3 .row1 input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-table3 .row2 td {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-table3 .row2 td {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-table3 .row2 th {
    padding-bottom: 0;
  }
}

.c-table3 .row2 label {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-table3 .row2 label span {
    display: block;
  }
}

.c-table3 .row2 input {
  width: 150px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .c-table3 .row2 input {
    width: 30%;
    margin-bottom: 0px;
  }
}

.c-table3 input#address {
  width: 490px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .c-table3 input#address {
    width: 100%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .c-table3 .row3 .min {
    width: 15%;
  }
}

.c-table3 .row3 label {
  margin: 0;
}

.c-table3 .row3 input {
  width: 150px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .c-table3 .row3 input {
    width: 25%;
    margin-bottom: 15px;
  }
}

.c-table3 .row4 label {
  margin: 0;
}

.c-table3 .row4 input {
  width: 490px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .c-table3 .row4 input {
    width: 100%;
  }
}

.c-table3 .pref div {
  display: inline-block;
}

.c-table3 .pref p {
  display: inline-block;
  vertical-align: middle;
}

.c-table3 th,
.c-table3 td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 6px;
  vertical-align: middle;
  border-bottom: 1px solid #D4D9DD;
}

@media screen and (max-width: 767px) {
  .c-table3 th,
  .c-table3 td {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
  }
}

.c-table3 th {
  width: 180px;
  text-align: left;
  color: #333;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-table3 th {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    border-bottom: none;
  }
  .c-table3 th.pc-only {
    display: none !important;
    padding: 0;
    background: #F00;
  }
}

@media screen and (max-width: 767px) {
  .c-table3 th br {
    display: none;
  }
}

.c-table3 td {
  position: relative;
  font-size: 1.5rem;
  font-weight: normal;
}

.c-table3 td .c-button2 {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .c-table3 td .c-button2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.c-table3 label {
  margin: 0 15px;
}

.c-table3 label:first-child {
  margin: 0 0;
}

.c-table3 input[type='text'],
.c-table3 input[type='email'] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table3 textarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 130px;
}

.c-table3 input[type='radio'] {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.c-table3 select {
  max-width: 175px;
  width: 100%;
  font-size: 1.6rem;
  padding: 8px;
  background: #EEE;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
}

.c-table3 .mwform-zip-field input {
  margin: 0 4px;
}

.c-tableNav {
  background-color: #333;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.c-tableNav td {
  border-right: 1px solid #717171;
  padding: 14px;
  text-align: center;
  color: #0087DE;
}

.c-tableNav td a {
  color: #0087DE;
}

.c-tableNav td span {
  color: #fff;
  line-height: 30px;
}

.c-tableNav td img {
  background: #333;
}

.c-tableNav tr {
  border-bottom: 1px solid #717171;
}

.c-tableNav td:last-child {
  border-right: none;
}

.c-tableNav tr:last-child {
  border-bottom: none;
}

/*------------------------------------------------------------
Button
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-button {
  text-align: center;
}

.c-button a {
  border: none;
  background-color: #80AC3F;
  color: #FFF;
  padding: 15px 140px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2.4rem;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-button a {
    padding: 12px 60px;
    font-size: 1.2rem;
  }
}

.c-button .fa {
  padding-right: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-button .fa {
    font-size: 1.3rem;
  }
}

.c-button2 {
  vertical-align: middle;
}

.c-button2 a {
  text-decoration: none;
  color: #005CA2;
  border: 1px solid  #005CA2;
  padding: 10px 18px;
  display: inline-block;
  text-align: center;
}

.c-button2 a:hover {
  text-decoration: underline;
}

.c-button2 .fa {
  padding-right: 5px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .c-button2 a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-button3 {
  margin-top: 40px;
  text-align: center;
}

.c-button3 a {
  display: inline-block;
  padding: 7px 70px;
  background: #336BB0;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .c-button3 a {
    padding: 3px 40px;
  }
}

.c-button3 a span {
  padding-left: 17px;
  background: url("assets/image/history/arrow_01.png") no-repeat left center;
}

/*
Recruit Button Entry
------------------------------------------------------------*/
.c-buttonEntry {
  padding: 74px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-buttonEntry {
    padding: 30px 0 0;
    margin: 0 17px;
  }
}

.c-buttonEntry a {
  display: inline-block;
  padding: 20px 50px;
  background: #FED300;
  color: #004BC0;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 6px solid #004BC0;
}

@media screen and (max-width: 767px) {
  .c-buttonEntry a {
    width: 100%;
    padding: 15px 0;
  }
}

.c-buttonEntry a span {
  display: block;
}

.c-buttonEntry a .en {
  font-size: 1.4rem;
  letter-spacing: 2.0px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-buttonEntry a .en {
    font-size: 1.0rem;
  }
}

.c-buttonEntry a .jp {
  font-size: 2.2rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .c-buttonEntry a .jp {
    font-size: 1.6rem;
  }
}

.c-buttonEntry a:hover {
  background: #F1A63B;
}

.c-buttonSend {
  margin-top: 44px;
  text-align: center;
}

.c-buttonSend button {
  display: inline-block;
  padding: 13px 0;
  width: 200px;
  background: #0089D0;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 4px solid #004AAA;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .c-buttonSend button {
    padding: 3px 40px;
  }
}

.c-buttonSend button span {
  display: block;
}

.c-buttonSend button .en {
  font-size: 12px;
  letter-spacing: 2.5px;
}

.c-buttonSend button .jp {
  font-size: 22px;
  letter-spacing: 5px;
}

.c-button4 {
  text-align: center;
}

.c-button4 a {
  font-size: 1.4rem;
  border: 2px solid #fff;
  display: inline-block;
  min-width: 196px;
  padding: 5px 0;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-button4 a {
    width: auto;
  }
}

.c-button4 a span img {
  margin-top: -2px;
  padding-right: 6px;
  vertical-align: middle;
}

.c-button4.bg1 a {
  background-color: #0595D5;
}

.c-button4.bg2 a {
  font-size: 1rem;
  background-color: #84509C;
}

.c-button4.bg3 a {
  background-color: #D0A900;
}

.c-button4.bg4 a {
  background-color: #CD5D0F;
}

.c-button4.bg5 a {
  background-color: #4454C6;
}

.c-button4.bg6 a {
  background-color: #1B93A1;
}

.c-button4.bg7 a {
  background-color: #0089CF;
}

.c-button4.bg8 a {
  background-color: #007931;
}

.c-button5 {
  *zoom: 1;
  text-align: center;
}

.c-button5:after {
  display: block;
  content: "";
  clear: both;
}

.c-button5 a {
  font-size: 15px;
  display: inline-block;
  padding: 11px 0 10px 0;
  width: 288px;
  text-align: center;
  background: #fff;
  color: #0089CF;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 4px solid #0089CF;
}

@media screen and (max-width: 767px) {
  .c-button5 a {
    width: 90%;
    padding: 20px 0;
  }
}

.c-button5 a:hover {
  color: #fff;
  background: #0089CF;
  border-bottom: 4px solid #fff;
}

.c-button6 {
  text-align: center;
}

.c-button6 a {
  color: #0081CC;
  border: 2px solid #0081CC;
  line-height: 1;
  padding: 13px 0;
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  display: inline-block;
}

.c-button6 span {
  padding-left: 17px;
  background: url("assets/image/common/icon_07.png") no-repeat left center;
  -webkit-background-size: 6px auto;
          background-size: 6px auto;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-list1 {
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  margin-bottom: -60px;
}

.c-list1:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-list1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list1 {
    padding: 0 20px;
    margin-bottom: -35px;
  }
}

.c-list1 li {
  float: left;
  width: 330px;
  margin: 0 0 45px 45px;
}

.c-list1 li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list1 li {
    width: 49%;
    margin: 0 0 30px 2%;
  }
  .c-list1 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .c-list1 li:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
  }
  .c-list1 li:nth-child(1) {
    margin-left: 0%;
  }
}

.c-list1 a {
  text-decoration: none;
}

.c-list1 img {
  margin-bottom: 10px;
}

.c-list1 span {
  display: block;
}

.c-list1__jp {
  color: #005CA2;
  font-size: 2rem;
  font-weight: bold;
}

.c-list1__en {
  font-size: 1.2rem;
  color: #4D4D4D;
}

@media screen and (max-width: 767px) {
  .c-list1__en {
    font-size: 1.0rem;
  }
}

/* 
------------------------------------------------------------*/
.c-list2 {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 30px;
}

/* 
------------------------------------------------------------*/
.c-list3 {
  *zoom: 1;
  padding: 25px 0 0 30px;
}

.c-list3:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-list3 {
    padding: 15px 15px 0 15px;
  }
}

.c-list3 li {
  float: left;
}

@media screen and (max-width: 767px) {
  .c-list3 li {
    float: none;
  }
}

.c-list3 a {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: 200px;
  height: 26px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 40px 15px 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-list3 a {
    width: 100%;
  }
}

.c-list3 a.u-letter {
  letter-spacing: -1px;
}

.c-list3 a:before, .c-list3 a:after {
  position: absolute;
  content: "";
}

.c-list3 a:before {
  background: #000;
  top: 6px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 1;
}

.c-list3 a:after {
  top: 10px;
  right: 15px;
  width: 4px;
  height: 6px;
  background: url("assets/image/common/icon_02.png") 0 0 no-repeat;
  -webkit-background-size: 4px auto;
          background-size: 4px auto;
  z-index: 2;
}

/* 
Recruit --Interview
------------------------------------------------------------*/
.c-list4 {
  width: auto;
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-list4:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-list4 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.c-list4 li {
  float: left;
  margin: 10px 10px;
}

.c-list4 li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list4 li {
    width: 48.5%;
  }
  .c-list4 li img {
    width: 100%;
  }
  .c-list4 li:nth-child(2n) {
    margin-right: 0;
  }
  .c-list4 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.c-list4 li:nth-child(4), .c-list4 li:last-child {
  margin-right: 0;
}

.c-list4 .c-infoImg {
  width: auto;
  display: block;
  z-index: 999;
  opacity: 1;
  margin-top: -50px;
  text-align: center;
}

.c-list4 span {
  color: #fff;
  display: block;
}

.c-list4__max {
  font-size: 16px;
}

.c-list4__min {
  font-size: 10px;
}

.c-list5 {
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
  margin-bottom: -60px;
}

.c-list5:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-list5 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list5 {
    padding: 0 12px;
    margin-bottom: -35px;
  }
}

.c-list5 li {
  float: left;
  width: 275px;
  margin: 0 0 40px 33px;
  position: relative;
}

.c-list5 li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list5 li {
    width: 48%;
    margin: 0 0 30px 4%;
  }
  .c-list5 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .c-list5 li:nth-child(2n+2) {
    clear: none;
  }
  .c-list5 li:nth-child(1) {
    margin-left: 0%;
  }
}

.c-list5 a {
  text-decoration: none;
}

.c-list5 img {
  width: 100%;
}

.c-list5__img {
  margin-bottom: 15px;
  position: relative;
}

.c-list5 .c-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  opacity: 0.9;
  letter-spacing: 1px;
  color: #fff;
  padding: 6px 0;
  bottom: -1px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-list5 .c-text {
    font-size: 1.2rem;
  }
}

.c-list5 .c-text--cat1 {
  background-color: #3199D1;
}

.c-list5 .c-text--cat2 {
  background-color: #BB84B4;
}

.c-list5 .c-text--cat3 {
  background-color: #C3774C;
}

.c-list5 .c-text--cat4 {
  background-color: #CEA751;
}

.c-list5 .c-text--cat5 {
  background-color: #776995;
}

.c-list5 .c-text--cat6 {
  background-color: #4CA59D;
}

.c-list5 .c-text--cat7 {
  background-color: #2E8357;
}

.c-list5 .c-text--cat8 {
  background-color: #80AC3F;
}

.c-list5 span {
  color: #333;
  display: block;
}

.c-list5__jp {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-list5__jp {
    font-size: 1.1em;
  }
}

.c-list5__en {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-list5__en {
    font-size: 1.5rem;
    margin-top: 3px;
  }
}

.interview_list_wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-list6 {
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.c-list6.interview_list {
  width: unset;
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: unset;
  margin: -11px;
}

.c-list6:after {
  display: block;
  content: "";
  clear: both;
}
.c-list6.interview_list::after {
  display: none;
  clear: unset;
}

@media screen and (max-width: 767px) {
  .c-list6 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list6 {
    margin-bottom: 0px;
  }
  .c-list6.interview_list {
    margin: -8px;
  }
}

.archive-r_interview .p_interview {
  background-color: #fff;
}

.archive-r_interview .c-buttonEntry {
  background-color: #D9ECF7;
}


.c-list6 li {
  width: 282px;
  float: left;
  margin-left: 24px;
  position: relative;
}
.c-list6.interview_list li {
  width: 25%;
  max-width: 305px;
  margin-left: unset;
  float: unset;
  padding: 11px;
}

.c-list6 li:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list6 li {
    width: 49%;
    margin: 0 0 15px 2%;
  }
  .c-list6.interview_list li {
    max-width: unset;
    width: 50%;
    margin: unset;
    padding: 8px;
  }

  .c-list6 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .c-list6 li:nth-child(2n+1) {
    clear: unset;
  }
}

.c-list6 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-list6 img {
    width: 100%;
  }
}

.c-list6 p {
  position: absolute;
  z-index: 1;
  width: 282px;
  *zoom: 1;
  background-color: #005CA2;
  text-align: center;
  font-size: 1rem;
  opacity: 0.8;
  color: #fff;
  margin-top: -56px;
  bottom: 0;
  padding: 4px 0 4px 0;
  font-weight: bold;
}
.c-list6.interview_list p {
  /* width: 282px; */
  margin-top: unset;
  padding: unset;
  background-color: unset;
  opacity: 1.0;
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); */
}

.c-list6 p:after {
  display: block;
  content: "";
  clear: both;
}
.c-list6.interview_list p::after {
  display: none;
  clear: unset;
}

@media screen and (max-width: 767px) {
  .c-list6 p {
    padding: 2px 0;
    line-height: 1.4;
  }
  .c-list6.interview_list p {
    padding: unset;
  }
}

.c-list6 p span {
  font-size: 1.6rem;
  line-height: 1.3;
}
.c-list6.interview_list p span {
  font-size: 11px;
  line-height: 1.3;
}
.c-list6.interview_list p .name {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 8px;
  padding-bottom: 12px;
}


@media screen and (max-width: 767px) {
  .c-list6 p {
    width: 100%;
    font-size: 1.0em;
  }
  .c-list6 p span {
    font-size: 1.4rem;
    line-height: 1.2;
    /* display: block; */
  }
  .c-list6.interview_list p span {
    font-size: 12px;
    line-height: 1.3;
  }
  .c-list6.interview_list p .name {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 8px;
    padding-bottom: 15px;
  
  }
}
@media screen and (max-width: 350px) {
  .c-list6.interview_list p span {
    font-size: 10px;
  }
  .c-list6.interview_list p .name {
    font-size: 18px;
  }
}

.c-list6.interview_list a {
  position: relative;
  display: block;
}
.c-list6.interview_list .img_box {
  width: 272px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-list6.interview_list .img_box {
    width: calc(100% - 6px);
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}

.c-list6.interview_list .img_box::after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3), rgba(0,0,0,0.45));
}
.interview_list .img_cover .cover_img {
  position: absolute;
  z-index: 2;
  width: 160px;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .no_slide_interview .interview_list .cover_img {
    width: 98px;
  }
  .interview_slider .interview_list .cover_img {
    width: 160px;
  }
}

.interview_list .prof_set {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  left: 0;
}
.interview_list .prof_set .join_date_text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: unset;
  padding-right: unset;
  padding-bottom: unset;
  padding-left: 32px;
  color: #fff;
  font-weight: bold;
  position: unset;
  text-align: left;
  background-color: unset;
  opacity: unset;
  width: unset;
  margin-top: unset;
}
.interview_list .prof_set .interviewer_name {
  font-size: 28px;
  letter-spacing: 0.09em;
  line-height: 1.0;
  padding-top: unset;
  padding-right: unset;
  padding-bottom: unset;
  padding-left: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: 12px;
  position: unset;
  text-align: left;
  background-color: unset;
  opacity: unset;
  width: unset;
}
.interview_list .prof_set .prof_detail {
  background-color: #48C7FF;
  width: max-content;
  padding: 13px 9px 11px 9px;
  margin-top: 12px;
  position: unset;
  text-align: left;
  opacity: unset;
}
.interview_list .prof_set .prof_detail span {
  font-size: 14px;
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .interview_list_wrap .interview_list .prof_set {
    bottom: 8px;
    width: 150px;
  }
  .interview_list_wrap .interview_list .prof_set .join_date_text {
    font-size: 10px;
    padding-left: 15px;
  }
  .interview_list_wrap .interview_list .prof_set .interviewer_name {
    font-size: 18px;
    padding-left: 15px;
    margin-top: 6px;
  }
  .interview_list_wrap .interview_list .prof_set .prof_detail {
    background-color: #48C7FF;
    width: max-content;
    padding: 6px 8px 6px 8px;
    margin-top: 6px;
    transform: scale(0.8);
    transform-origin: left;
    /* zoom: 0.8; */

  }
  .interview_list_wrap .interview_list .prof_set .prof_detail span {
    font-size: 10px;
  }  
}
@media screen and (max-width: 350px) {
  .interview_list_wrap .interview_list .prof_set {
    bottom: 4px;
  }
  .interview_list_wrap .interview_list .prof_set .interviewer_name {
    font-size: 16px;

  }
  .interview_list_wrap .interview_list .prof_set .prof_detail {
    transform: scale(0.7);
    margin-top: 2px;

  }
  .interview_list_wrap .interview_list .prof_set .prof_detail span {
    font-size: 10px;
  } 
  /* リクルートページの一覧 */
  /* .recruit_page_interview .interview_list .prof_set .prof_detail {
    margin-top: 2px;
    transform: scale(0.7) translateX(-42px);

  } */
}
.archive-r_interview {
  background-color: #D9ECF7;
}


.c-listButton {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-listButton {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-listButton {
    padding: 0px;
    margin: 0 17px;
  }
}

.c-listButton .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-listButton .sp-only {
    display: block;
  }
}

.c-listButton a {
  margin: 1px 18px;
  display: inline-block;
  padding: 15px 0 9px 0;
  width: 340px;
  text-align: center;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 4px solid #0089CF;
}

@media screen and (max-width: 767px) {
  .c-listButton a {
    width: 100%;
    margin: 20px 0;
  }
}

.c-listButton a span {
  display: block;
}

.c-listButton a .en {
  color: #0064BC;
  font-size: 8.7px;
  letter-spacing: 2px;
}

.c-listButton a .jp {
  font-size: 17px;
  letter-spacing: 3px;
}

.c-listButton a .u-outlink {
  background: url("img/icon_01.png") right 47% no-repeat;
  padding-right: 10px;
  display: inline-block;
}

.c-listButton a:hover {
  opacity: 1;
  color: #fff;
  background: #0089CF;
  border-bottom: 4px solid #fff;
}

.c-listButton a:hover .en {
  color: #fff;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.c-entry1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .c-entry1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-entry1 {
    display: block;
    padding-left: 17.5px;
    padding-right: 17.5px;
    margin-top: 60px;
  }
}

.c-entry1__left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-entry1__left {
    width: 100%;
  }
}

.c-entry1__left .c-info2 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .c-entry1__left .c-info2 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.c-entry1__left img {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .c-entry1__left img {
    width: 100%;
  }
}

.c-entry1__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-entry1__right {
    width: 100%;
  }
}

.c-entry1__right .c-info2 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .c-entry1__right .c-info2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-entry1__right .c-info2 p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-entry1__right img {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .c-entry1__right img {
    width: 100%;
  }
}

/* 
------------------------------------------------------------*/
.c-list4 {
  width: auto;
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-list4:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-list4 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-list4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.c-list4 li {
  float: left;
  margin: 10px 10px;
}

.c-list4 li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list4 li {
    width: 48.5%;
  }
  .c-list4 li img {
    width: 100%;
  }
  .c-list4 li:nth-child(2n) {
    margin-right: 0;
  }
  .c-list4 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.c-list4 li:nth-child(4), .c-list4 li:last-child {
  margin-right: 0;
}

.c-list4 .c-infoImg {
  width: auto;
  display: block;
  z-index: 999;
  opacity: 1;
  margin-top: -50px;
  text-align: center;
}

.c-list4 span {
  color: #fff;
  display: block;
}

.c-list4__max {
  font-size: 16px;
}

.c-list4__min {
  font-size: 10px;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-localnavi1 {
  background: #E8E8E8;
  padding: 60px 0 36px 0;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 {
    padding: 30px 20px 14px 20px;
  }
}

.c-localnavi1 ul {
  width: 1060px;
  margin: 0 auto;
  *zoom: 1;
}

.c-localnavi1 ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 ul {
    width: auto;
  }
}

.c-localnavi1 li {
  background: #fff;
  border-left: 5px solid #C3D6E6;
  float: left;
  width: 330px;
  margin: 0 0 24px 34px;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 15px;
  }
}

.c-localnavi1 li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 li:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .c-localnavi1 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.c-localnavi1 a:hover {
  text-decoration: none;
}

.c-localnavi1 .cover {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 12px;
}

.c-localnavi1 .img-left {
  width: 70px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 .img-left {
    max-width: 50px;
  }
}

.c-localnavi1 .content-right__jp {
  font-size: 2rem;
  color: #0054A2;
}

@media screen and (max-width: 767px) {
  .c-localnavi1 .content-right__jp {
    font-size: 1.6rem;
  }
}

.c-localnavi1 .content-right__en {
  font-size: 1rem;
  color: #333;
}

/* 2
------------------------------------------------------------*/
.c-localnavi2 {
  background: #F8F8F8;
  padding: 80px 0 46px 0;
  /*
	&__text {
		float: left;
		font-size: 2rem;
		color: #1659B8;
		padding-top: 10px;
		span:last-child {
			display: block;
			font-size: 1rem;
			color: #4D4D4D;
		}
		img {
			vertical-align: middle;
		}
	}
	&__img {
		float: right;
	}
*/
}

@media screen and (max-width: 767px) {
  .c-localnavi2 {
    padding: 40px 20px;
  }
}

.c-localnavi2 ul {
  display: block;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .c-localnavi2 ul {
    width: auto;
  }
}

.c-localnavi2 ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-localnavi2 ul {
    padding: 0;
  }
}

.c-localnavi2 li {
  float: left;
  width: 330px;
  margin: 0px 0 34px 30px;
}

@media screen and (max-width: 767px) {
  .c-localnavi2 li {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }
}

.c-localnavi2 li:nth-child(3n+1) {
  margin-left: 0;
}

/* 3
------------------------------------------------------------*/
.c-localnavi3 {
  *zoom: 1;
  background: #DFEAF3;
  overflow: hidden;
}

.c-localnavi3:after {
  display: block;
  content: "";
  clear: both;
}

.c-localnavi3 ul {
  margin: 80px auto;
  overflow: hidden;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-localnavi3 ul {
    margin: 30px 10px 20px auto;
    display: -ms-grid;
    display: grid;
  }
}

.c-localnavi3 li {
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-localnavi3 li {
    padding: 0 0 10px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.slider {
  padding-top: 40px;
  padding-bottom: 80px;
  /* width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 1180px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .slider {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
  }
  .slider .slide {
    margin: 0 7.5px;
  }
}

.slider .slide {
  *zoom: 1;
  width: 224px;
  position: relative;
}

.slider .slide:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .slider .slide {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .slider .slide img {
    width: 100%;
  }
}

.slider .slide p {
  position: absolute;
  z-index: 1;
  width: 224px;
  background-color: #005CA2;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #fff;
  margin-top: -44px;
  bottom: 0;
  padding: 4px 0 1px 0;
}

.slider .slide p span {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .slider .slide p {
    width: 100%;
  }
}

.slider #prev {
  left: 0px;
  float: left;
  margin-top: 90px;
  margin-left: -50px;
  cursor: pointer;
}

.slider #next {
  display: block;
  float: right;
  right: 0px;
  margin-top: -130px;
  margin-right: -30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slider .slick-arrow {
    display: none;
  }
}

.slider2 {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 1208px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .slider2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-bottom: 0;
  }
  .slider2 .slide {
    margin: 0 7.5px;
  }
}

.slider2 .slide {
  *zoom: 1;
  width: 285px;
  position: relative;
}

.slider2 .slide:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .slider2 .slide {
    width: 49%;
  }
}

.slider2 .slide a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .slider2 .slide img {
    width: 100%;
  }
}

.slider2 .slide dl {
  margin-top: 10px;
  color: #4D4D4D;
}

.slider2 .slide dd {
  font-size: 1.3rem;
}

.slider2 .slide dt {
  margin-top: 3px;
  font-size: 1.5rem;
  font-weight: bold;
}

.slider2 #prev {
  left: 0px;
  float: left;
  margin-top: 90px;
  margin-left: -30px;
  cursor: pointer;
}

.slider2 #next {
  display: block;
  float: right;
  right: 0px;
  margin-top: -166px;
  margin-right: -15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slider2 .slick-arrow {
    display: none;
  }
}

.c-wrap {
  width: 100%;
}

.c-wrap h1 {
  position: absolute;
  z-index: 3000;
  top: 40px;
  left: 40px;
}

.c-wrap .my-slick .slick-slide {
  width: 100%;
}

.c-wrap .my-slick .slick-slide .img_slider {
  width: 100%;
}

.c-wrap .my-slick .slick-slide .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-wrap .my-slick .slick-slide .pc-only {
    display: none;
  }
  .c-wrap .my-slick .slick-slide .sp-only {
    display: block;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-breadcrumb li {
  float: left;
  margin-right: 7px;
}

.c-breadcrumb li:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 1.4rem;
  margin-left: 7px;
}

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

.c-breadcrumb li:last-child:after {
  display: none;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #333;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
breadcrumb recruit
------------------------------------------------------------*/
.c-breadcrumbs {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.4rem;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }
}

.c-breadcrumbs li {
  float: left;
  margin-right: 7px;
}

.c-breadcrumbs li:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 12px;
  margin-left: 7px;
}

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

.c-breadcrumbs li:last-child:after {
  display: none;
}

.c-breadcrumbs a {
  text-decoration: none;
  color: #333;
}

.c-breadcrumbs a:hover {
  text-decoration: underline;
}

.page-r_work .c-breadcrumbs,
.page-r_message .c-breadcrumbs {
  color: #FFF;
}

.page-r_work .c-breadcrumbs a,
.page-r_message .c-breadcrumbs a {
  color: #FFF;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/* grid
------------------------------------------------------------*/
.c-grid {
  clear: both;
  padding: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-grid {
    padding: 15px;
  }
}

.grid-item {
  float: left;
  width: 29%;
  margin: 25px 25px 25px;
  padding: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .grid-item {
    margin: 10px 10px 10px;
    width: calc(50% - 20px);
  }
}

.grid-item .cover {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* textBox
------------------------------------------------------------*/
.c-textBox__title {
  margin-bottom: 5px;
  padding: 25px 30px 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-weight: bold;
}

.c-textBox__title--white {
  color: #00469C;
  border-bottom-color: #BFD0E6;
}

.c-textBox__title--gray {
  border-bottom-color: #C8C8C8;
}

@media screen and (max-width: 767px) {
  .c-textBox__title {
    padding: 25px 15px 5px;
  }
}

.c-textBox__textArea {
  padding: 0 30px 25px;
}

@media screen and (max-width: 767px) {
  .c-textBox__textArea {
    padding: 0 15px 25px;
  }
}

.c-textBox--white {
  background: #FFF;
}

.c-textBox--gray {
  background: #E8E8E8;
}

.c-info2 {
  *zoom: 1;
}

.c-info2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-info2 {
    margin-right: 17.5px;
    margin-left: 17.5px;
  }
}

.c-info2 p {
  font-size: 15px;
  margin-top: 0px;
  line-height: 30px;
}

.c-info2 .blue {
  margin-top: 0px;
  color: #0089D0;
  font-weight: bold;
}

.c-info2 span {
  font-size: 21px;
  font-weight: bold;
}

.c-info3 {
  color: #0068B7;
  font-weight: bold;
}

.c-info3__cl2 {
  color: #006BB1;
}

.c-info3__cl3 {
  color: #1661B8;
}

.c-info3__cl4 {
  color: #004998;
}

.c-info3__cl5 {
  color: #D3E1F3;
}

.c-info3__cl6 {
  color: #A2C3E7;
}

.c-info3 h4 {
  font-size: 26px;
}

.c-info3 p {
  margin-top: 10px;
  line-height: 28px;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*------------------------------------------------------------
工法紹介 パーツ
------------------------------------------------------------*/
.p-mt {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*　レイアウト
------------------------------------------------------------*/
.l-col2 {
  *zoom: 1;
  margin-top: 30px;
}

.l-col2:after {
  display: block;
  content: "";
  clear: both;
}

.l-col2 .l-col2__left {
  float: left;
}

@media screen and (max-width: 767px) {
  .l-col2 .l-col2__left {
    float: none;
  }
}

.l-col2 .l-col2__right {
  float: right;
}

@media screen and (max-width: 767px) {
  .l-col2 .l-col2__right {
    float: none;
    margin-top: 30px;
  }
}

.l-col2--5050 .l-col2__left {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .l-col2--5050 .l-col2__left {
    width: 100%;
  }
}

.l-col2--5050 .l-col2__right {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .l-col2--5050 .l-col2__right {
    width: 100%;
  }
}

.l-col2--7030 .l-col2__left {
  width: 67%;
}

@media screen and (max-width: 767px) {
  .l-col2--7030 .l-col2__left {
    width: 100%;
  }
}

.l-col2--7030 .l-col2__right {
  width: 27%;
}

@media screen and (max-width: 767px) {
  .l-col2--7030 .l-col2__right {
    width: 100%;
  }
}

/*　タイトル 1
------------------------------------------------------------*/
.p-cat1 .c-parts-title1 h3 {
  color: #1659B8;
}

.p-cat2 .c-parts-title1 h3 {
  color: #802780;
}

.p-cat3 .c-parts-title1 h3 {
  color: #B75D2A;
}

.p-cat4 .c-parts-title1 h3 {
  color: #C39229;
}

.p-cat5 .c-parts-title1 h3 {
  color: #5D4C81;
}

.p-cat6 .c-parts-title1 h3 {
  color: #229086;
}

.p-cat7 .c-parts-title1 h3 {
  color: #006837;
}

.p-cat8 .c-parts-title1 h3 {
  color: #80AC3F;
}

.c-parts-title1 {
  line-height: 1.3;
}

.c-parts-title1 h3 {
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-parts-title1 h3 {
    font-size: 2.0rem;
  }
}

.c-parts-title1 h4 {
  font-size: 2.4rem;
  margin-top: 6px;
  color: #4D4D4D;
}

@media screen and (max-width: 767px) {
  .c-parts-title1 h4 {
    font-size: 1.4rem;
  }
}

.c-parts-title1 p {
  background-color: #ED891E;
  color: #FFF;
  padding: 8px 12px;
  font-size: 2.1rem;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-parts-title1 p {
    padding: 5px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.c-parts-title1 p span {
  background: url(assets/image/common/icon-crown.png) 0 47% no-repeat;
  display: inline-block;
  padding-left: 45px;
}

.c-parts-title1--icon {
  position: relative;
}

.c-parts-title1--icon h3, .c-parts-title1--icon h4 {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .c-parts-title1--icon h3, .c-parts-title1--icon h4 {
    width: 100%;
  }
}

.c-parts-title1--icon p {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-parts-title1--icon p {
    max-width: 100%;
    position: relative;
  }
  .c-parts-title1--icon p span {
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    padding-left: 30px;
  }
}

/*　タイトル 2
------------------------------------------------------------*/
.l-col2 .c-parts-title2:first-child {
  margin-top: 0;
}

.p-cat1 .c-parts-title2 h4 {
  color: #1659B8;
}

.p-cat2 .c-parts-title2 h4 {
  color: #802780;
}

.p-cat3 .c-parts-title2 h4 {
  color: #B75D2A;
}

.p-cat4 .c-parts-title2 h4 {
  color: #C39229;
}

.p-cat5 .c-parts-title2 h4 {
  color: #5D4C81;
}

.p-cat6 .c-parts-title2 h4 {
  color: #229086;
}

.p-cat7 .c-parts-title2 h4 {
  color: #006837;
}

.p-cat8 .c-parts-title2 h4 {
  color: #80AC3F;
}

.c-parts-title2 {
  margin-top: 45px;
  line-height: 1.3;
}

.c-parts-title2 h4 {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 34px;
  color: #096398;
  background-repeat: no-repeat;
  background-position: 0 47%;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-parts-title2 h4 {
    padding-left: 30px;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    font-size: 1.6rem;
  }
}

.c-parts-title2--none h4 {
  padding-left: 0;
}

.p-cat1 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-01.png);
}

.p-cat1 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-01.png);
}

.p-cat1 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-01.png);
}

.p-cat1 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-01.png);
}

.p-cat1 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-01.png);
}

.p-cat2 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-02.png);
}

.p-cat2 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-02.png);
}

.p-cat2 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-02.png);
}

.p-cat2 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-02.png);
}

.p-cat2 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-02.png);
}

.p-cat3 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-03.png);
}

.p-cat3 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-03.png);
}

.p-cat3 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-03.png);
}

.p-cat3 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-03.png);
}

.p-cat3 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-03.png);
}

.p-cat4 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-04.png);
}

.p-cat4 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-04.png);
}

.p-cat4 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-04.png);
}

.p-cat4 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-04.png);
}

.p-cat4 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-04.png);
}

.p-cat5 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-05.png);
}

.p-cat5 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-05.png);
}

.p-cat5 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-05.png);
}

.p-cat5 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-05.png);
}

.p-cat5 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-05.png);
}

.p-cat6 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-06.png);
}

.p-cat6 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-06.png);
}

.p-cat6 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-06.png);
}

.p-cat6 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-06.png);
}

.p-cat6 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-06.png);
}

.p-cat7 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-07.png);
}

.p-cat7 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-07.png);
}

.p-cat7 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-07.png);
}

.p-cat7 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-07.png);
}

.p-cat7 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-07.png);
}

.p-cat8 .c-parts-title2--icon1 h4 {
  background-image: url(assets/image/common/icon-check-08.png);
}

.p-cat8 .c-parts-title2--icon2 h4 {
  background-image: url(assets/image/common/icon-target-08.png);
}

.p-cat8 .c-parts-title2--icon3 h4 {
  background-image: url(assets/image/common/icon-earth-08.png);
}

.p-cat8 .c-parts-title2--icon4 h4 {
  background-image: url(assets/image/common/icon-contruction-08.png);
}

.p-cat8 .c-parts-title2--icon5 h4 {
  background-image: url(assets/image/common/icon-warn-08.png);
}

/*　タイトル 3
------------------------------------------------------------*/
.l-col2 .c-parts-title3:first-child {
  margin-top: 0;
}

.p-cat1 .c-parts-title3 {
  color: #1659B8;
  border-bottom-color: #1659B8;
}

.p-cat1 .c-parts-title3__1 {
  background: #1659B8;
}

.p-cat2 .c-parts-title3 {
  color: #802780;
  border-bottom-color: #802780;
}

.p-cat2 .c-parts-title3__1 {
  background: #802780;
}

.p-cat3 .c-parts-title3 {
  color: #B75D2A;
  border-bottom-color: #B75D2A;
}

.p-cat3 .c-parts-title3__1 {
  background: #B75D2A;
}

.p-cat4 .c-parts-title3 {
  color: #C39229;
  border-bottom-color: #C39229;
}

.p-cat4 .c-parts-title3__1 {
  background: #C39229;
}

.p-cat5 .c-parts-title3 {
  color: #5D4C81;
  border-bottom-color: #5D4C81;
}

.p-cat5 .c-parts-title3__1 {
  background: #5D4C81;
}

.p-cat6 .c-parts-title3 {
  color: #229086;
  border-bottom-color: #229086;
}

.p-cat6 .c-parts-title3__1 {
  background: #229086;
}

.p-cat7 .c-parts-title3 {
  color: #006837;
  border-bottom-color: #006837;
}

.p-cat7 .c-parts-title3__1 {
  background: #006837;
}

.p-cat8 .c-parts-title3 {
  color: #80AC3F;
  border-bottom-color: #80AC3F;
}

.p-cat8 .c-parts-title3__1 {
  background: #80AC3F;
}

.c-parts-title3 {
  margin-top: 100px;
  font-size: 2.3rem;
  color: #096398;
  border-bottom: 2px solid #096398;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-parts-title3 {
    margin-top: 50px;
    font-size: 1.4rem;
  }
}

.c-parts-title3 span {
  display: inline-block;
  padding: 2px 12px;
}

.c-parts-title3__1 {
  background: #096398;
  color: #fff;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-parts-title3__1 {
    margin-right: 0;
  }
}

/*　テキスト 1
------------------------------------------------------------*/
.l-col2 .c-parts-text1:first-child {
  margin-top: 0;
}

.c-parts-text1 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .c-parts-text1 {
    margin-top: 25px;
  }
}

.c-parts-text1--none {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .c-parts-text1--none {
    margin-top: 1px;
  }
}

.c-parts-text1 p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-parts-text1 p {
    font-size: 1.3rem;
  }
}

/*　リスト 1
------------------------------------------------------------*/
.l-col2 .c-parts-list1:first-child {
  margin-top: 0;
}

.p-cat1 .c-parts-list1 li:before {
  color: #1659B8;
}

.p-cat2 .c-parts-list1 li:before {
  color: #802780;
}

.p-cat3 .c-parts-list1 li:before {
  color: #B75D2A;
}

.p-cat4 .c-parts-list1 li:before {
  color: #C39229;
}

.p-cat5 .c-parts-list1 li:before {
  color: #5D4C81;
}

.p-cat6 .c-parts-list1 li:before {
  color: #229086;
}

.p-cat7 .c-parts-list1 li:before {
  color: #006837;
}

.p-cat8 .c-parts-list1 li:before {
  color: #80AC3F;
}

.c-parts-list1 {
  margin-top: 15px;
}

.c-parts-list1 ul {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-parts-list1 ul {
    font-size: 1.3rem;
  }
}

.c-parts-list1 li {
  padding-left: 15px;
  margin-top: 6px;
  position: relative;
}

.c-parts-list1 li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #096398;
  font-size: 12px;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.c-parts-list1 strong {
  display: block;
}

/*　画像 1
------------------------------------------------------------*/
.l-col2 .c-parts-img1:first-child {
  margin-top: 0;
}

.c-parts-img1 {
  margin-top: 30px;
}

.c-parts-img1--size100 {
  width: 100%;
}

.c-parts-img1--size90 {
  width: 90%;
}

.c-parts-img1--size80 {
  width: 80%;
}

.c-parts-img1--size70 {
  width: 70%;
}

.c-parts-img1--size60 {
  width: 60%;
}

.c-parts-img1--size50 {
  width: 50%;
}

.c-parts-img1--size40 {
  width: 40%;
}

.c-parts-img1--size30 {
  width: 30%;
}

.c-parts-img1--size20 {
  width: 20%;
}

.c-parts-img1--size10 {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .c-parts-img1--size100 {
    width: 100%;
  }
  .c-parts-img1--size90 {
    width: 100%;
  }
  .c-parts-img1--size80 {
    width: 100%;
  }
  .c-parts-img1--size70 {
    width: 100%;
  }
  .c-parts-img1--size60 {
    width: 100%;
  }
  .c-parts-img1--size50 {
    width: 100%;
  }
  .c-parts-img1--size40 {
    width: 100%;
  }
  .c-parts-img1--size30 {
    width: 100%;
  }
  .c-parts-img1--size20 {
    width: 100%;
  }
  .c-parts-img1--size10 {
    width: 100%;
  }
}

/*　画像 2
------------------------------------------------------------*/
.l-col2 .c-parts-img2:first-child {
  margin-top: 0;
}

.c-parts-img2 {
  margin-top: 30px;
  *zoom: 1;
}

.c-parts-img2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-parts-img2 {
    margin-top: 20px;
  }
}

.c-parts-img2 div {
  width: 485px;
  float: left;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .c-parts-img2 div {
    width: 49%;
    margin-left: 2%;
  }
}

.c-parts-img2 div:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}

.l-col2 .c-parts-img2 div {
  width: 49%;
  margin: 0 0 0 2%;
}

.l-col2 .c-parts-img2 div:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

/*　画像 3
------------------------------------------------------------*/
.l-col2 .c-parts-img3:first-child {
  margin-top: 0;
}

.c-parts-img3 {
  margin-top: 30px;
  *zoom: 1;
}

.c-parts-img3:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-parts-img3 {
    margin-top: 20px;
  }
}

.c-parts-img3 div {
  width: 310px;
  float: left;
  margin: 0 0 0 35px;
}

@media screen and (max-width: 767px) {
  .c-parts-img3 div {
    width: 32%;
    margin-left: 2.0%;
  }
}

.c-parts-img3 div:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.l-col2 .c-parts-img3 div {
  width: 32%;
  margin: 0 0 0 2%;
}

.l-col2 .c-parts-img3 div:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

/*　シリーズ 1
------------------------------------------------------------*/
.l-col2 .c-parts-series:first-child {
  margin-top: 0;
}

.p-cat1 .c-parts-series p:before {
  color: #1659B8;
}

.p-cat2 .c-parts-series p:before {
  color: #802780;
}

.p-cat3 .c-parts-series p:before {
  color: #B75D2A;
}

.p-cat4 .c-parts-series p:before {
  color: #C39229;
}

.p-cat5 .c-parts-series p:before {
  color: #5D4C81;
}

.p-cat6 .c-parts-series p:before {
  color: #229086;
}

.p-cat7 .c-parts-series p:before {
  color: #006837;
}

.p-cat8 .c-parts-series p:before {
  color: #80AC3F;
}

.c-parts-series {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-parts-series__title p {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}

.c-parts-series__title p:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #096398;
  font-size: 12px;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.c-parts-series__wrap {
  *zoom: 1;
  margin-top: 4px;
}

.c-parts-series__wrap:after {
  display: block;
  content: "";
  clear: both;
}

.c-parts-series__left {
  float: left;
  width: 220px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-parts-series__left {
    width: 38%;
  }
}

.c-parts-series__right {
  float: right;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .c-parts-series__right {
    width: 60%;
  }
}

.c-parts-series__text {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-parts-series__text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-parts-series__table {
    margin-top: 10px;
  }
}

.c-parts-series__table th, .c-parts-series__table td {
  text-align: left;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}

.c-parts-series__table th {
  max-width: 10em;
  padding-right: 15px;
}

.l-col2 .c-parts-series__left {
  width: 38%;
}

@media screen and (max-width: 767px) {
  .l-col2 .c-parts-series__left {
    width: 38%;
  }
}

.l-col2 .c-parts-series__right {
  width: 60%;
}

/*　ギャラリー 1
------------------------------------------------------------*/
.l-col2 .c-parts-gallery1:first-child {
  margin-top: 0;
}

.c-parts-gallery1 {
  margin-top: 30px;
}

.c-parts-gallery1 li + li {
  margin-top: 20px;
}

/*　自由欄
------------------------------------------------------------*/
.l-col2 .c-parts-free1:first-child {
  margin-top: 0;
}

.c-parts-free1 {
  margin-top: 30px;
  font-size: 1.6rem;
}

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.p-privacy {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    font-size: 1.3rem;
  }
}

.p-privacy h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #005CA2;
  margin-top: 50px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-privacy h4 {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}

.p-privacy h5 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-privacy h5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.p-privacy ol {
  margin-left: 1.5em;
}

.p-privacy ol li {
  list-style: decimal;
}

.p-privacy li {
  font-weight: bold;
  margin-bottom: 15px;
}

.p-privacy li:last-child {
  margin-bottom: 0;
}

.p-privacy li span {
  font-weight: bold;
}

.p-privacy li p {
  margin-top: 5px;
  font-weight: normal;
}

.p-privacy__sign {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-privacy__sign {
    margin-top: 30px;
  }
}

.p-privacy__sign p {
  text-align: right;
}

/*------------------------------------------------------------
message
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-message1 {
  width: 1000px;
  margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-message1 {
    width: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-message1 h4 {
    margin-top: 40px;
    text-align: center;
    padding: 0 10%;
  }
}

.p-message1__wrap {
  *zoom: 1;
}

.p-message1__wrap:after {
  display: block;
  content: "";
  clear: both;
}

.p-message1__left {
  width: 250px;
  float: left;
}

@media screen and (max-width: 767px) {
  .p-message1__left {
    float: none;
    margin: 30px auto 0 auto;
  }
}

.p-message1__left img + img {
  padding-top: 25px;
}

.p-message1__right {
  width: 700px;
  float: right;
  font-size: 1.6rem;
  line-height: 3.8rem;
}

@media screen and (max-width: 767px) {
  .p-message1__right {
    width: auto;
    margin-top: 30px;
    line-height: 3rem;
  }
}

.p-message1__right h4 {
  margin-bottom: 40px;
}

.p-message1__right p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*------------------------------------------------------------
using
------------------------------------------------------------*/
.p-using a {
  color: #005CA2;
  text-decoration: underline;
}

.p-using ol {
  margin-top: 25px;
}

.p-using__adobe {
  margin-top: 20px;
}

.p-using__adobe img {
  width: 158px;
  height: auto;
}

.p-using__info {
  margin-top: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-using__info {
    margin-top: 15px;
    font-size: 1.0rem;
  }
}

/*------------------------------------------------------------
technology
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.page-technology .l-outer {
  background: #EEF5FC;
  background: -webkit-linear-gradient(-45deg, #EEF5FC 0%, #C7DDF4 100%);
  background: -webkit-linear-gradient(315deg, #EEF5FC 0%, #C7DDF4 100%);
  background: linear-gradient(135deg, #EEF5FC 0%, #C7DDF4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology .c-title__heading1 {
  color: #1659B8;
}

.page-technology .c-title:after {
  background: #1659B8;
}

.page-technology .p-technology__list h4 {
  color: #1659B8;
}

.page-technology .p-technology__list h4:before {
  background: #1659B8;
}

.page-technology .p-technology__list li {
  color: #1659B8;
}

.page-technology .p-technology .c-button a {
  background-color: #1659B8;
}

/*------------------------------*/
.page-technology2 .l-outer {
  background: #F4ECF4;
  background: -webkit-linear-gradient(-45deg, #F4ECF4 0%, #D9BED9 100%);
  background: -webkit-linear-gradient(315deg, #F4ECF4 0%, #D9BED9 100%);
  background: linear-gradient(135deg, #F4ECF4 0%, #D9BED9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology2 .c-title__heading1 {
  color: #802780;
}

.page-technology2 .c-title:after {
  background: #802780;
}

.page-technology2 .p-technology__list h4 {
  color: #802780;
}

.page-technology2 .p-technology__list h4:before {
  background: #802780;
}

.page-technology2 .p-technology__list li {
  color: #802780;
}

.page-technology2 .p-technology .c-button a {
  background-color: #802780;
}

/*------------------------------*/
.page-technology3 .l-outer {
  background: #F9F0EC;
  background: -webkit-linear-gradient(-45deg, #F9F0EC 0%, #ECD3C5 100%);
  background: -webkit-linear-gradient(315deg, #F9F0EC 0%, #ECD3C5 100%);
  background: linear-gradient(135deg, #F9F0EC 0%, #ECD3C5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology3 .c-title__heading1 {
  color: #B75D2A;
}

.page-technology3 .c-title:after {
  background: #B75D2A;
}

.page-technology3 .p-technology__list h4 {
  color: #B75D2A;
}

.page-technology3 .p-technology__list h4:before {
  background: #B75D2A;
}

.page-technology3 .p-technology__list li {
  color: #B75D2A;
}

.page-technology3 .p-technology .c-button a {
  background-color: #B75D2A;
}

/*------------------------------*/
.page-technology4 .l-outer {
  background: #FAF5EC;
  background: -webkit-linear-gradient(-45deg, #FAF5EC 0%, #EDDEBE 100%);
  background: -webkit-linear-gradient(315deg, #FAF5EC 0%, #EDDEBE 100%);
  background: linear-gradient(135deg, #FAF5EC 0%, #EDDEBE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology4 .c-title__heading1 {
  color: #C39229;
}

.page-technology4 .c-title:after {
  background: #C39229;
}

.page-technology4 .p-technology__list h4 {
  color: #C39229;
}

.page-technology4 .p-technology__list h4:before {
  background: #C39229;
}

.page-technology4 .p-technology__list li {
  color: #C39229;
}

.page-technology4 .p-technology .c-button a {
  background-color: #C39229;
}

/*------------------------------*/
.page-technology5 .l-outer {
  background: #F0EFF4;
  background: -webkit-linear-gradient(-45deg, #F0EFF4 0%, #CEC9D9 100%);
  background: -webkit-linear-gradient(315deg, #F0EFF4 0%, #CEC9D9 100%);
  background: linear-gradient(135deg, #F0EFF4 0%, #CEC9D9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology5 .c-title__heading1 {
  color: #5D4C81;
}

.page-technology5 .c-title:after {
  background: #5D4C81;
}

.page-technology5 .p-technology__list h4 {
  color: #5D4C81;
}

.page-technology5 .p-technology__list h4:before {
  background: #5D4C81;
}

.page-technology5 .p-technology__list li {
  color: #5D4C81;
}

.page-technology5 .p-technology .c-button a {
  background-color: #5D4C81;
}

/*------------------------------*/
.page-technology6 .l-outer {
  background: #EBF5F4;
  background: -webkit-linear-gradient(-45deg, #EBF5F4 0%, #BCDDDA 100%);
  background: -webkit-linear-gradient(315deg, #EBF5F4 0%, #BCDDDA 100%);
  background: linear-gradient(135deg, #EBF5F4 0%, #BCDDDA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology6 .c-title__heading1 {
  color: #229086;
}

.page-technology6 .c-title:after {
  background: #229086;
}

.page-technology6 .p-technology__list h4 {
  color: #229086;
}

.page-technology6 .p-technology__list h4:before {
  background: #229086;
}

.page-technology6 .p-technology__list li {
  color: #229086;
}

.page-technology6 .p-technology .c-button a {
  background-color: #229086;
}

/*------------------------------*/
.page-technology7 .l-outer {
  background: #E8F1ED;
  background: -webkit-linear-gradient(-45deg, #E8F1ED 0%, #B2D1C3 100%);
  background: -webkit-linear-gradient(315deg, #E8F1ED 0%, #B2D1C3 100%);
  background: linear-gradient(135deg, #E8F1ED 0%, #B2D1C3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology7 .c-title__heading1 {
  color: #006837;
}

.page-technology7 .c-title:after {
  background: #006837;
}

.page-technology7 .p-technology__list h4 {
  color: #006837;
}

.page-technology7 .p-technology__list h4:before {
  background: #006837;
}

.page-technology7 .p-technology__list li {
  color: #006837;
}

.page-technology7 .p-technology .c-button a {
  background-color: #006837;
}

/*------------------------------*/
.page-technology8 .l-outer {
  background: #F3F7ED;
  background: -webkit-linear-gradient(-45deg, #F3F7ED 0%, #D9E6C5 100%);
  background: -webkit-linear-gradient(315deg, #F3F7ED 0%, #D9E6C5 100%);
  background: linear-gradient(135deg, #F3F7ED 0%, #D9E6C5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tmpColor1', endColorstr='$tmpColor2',GradientType=1 );
}

.page-technology8 .c-title__heading1 {
  color: #80AC3F;
}

.page-technology8 .c-title:after {
  background: #80AC3F;
}

.page-technology8 .p-technology__list h4 {
  color: #80AC3F;
}

.page-technology8 .p-technology__list h4:before {
  background: #80AC3F;
}

.page-technology8 .p-technology__list li {
  color: #80AC3F;
}

.page-technology8 .p-technology .c-button a {
  background-color: #80AC3F;
}

/* 
------------------------------------------------------------*/
.p-technology {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .p-technology {
    margin-top: 0;
    padding: 0 10px;
  }
}

.p-technology__summary {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  margin-top: 70px;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .p-technology__summary {
    margin-top: 35px;
    font-size: 1.4rem;
  }
  .p-technology__summary br {
    display: none;
  }
}

.p-technology__img {
  margin-top: 90px;
  *zoom: 1;
}

.p-technology__img:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-technology__img {
    margin-top: 40px;
  }
}

.p-technology__img p {
  float: left;
}

@media screen and (max-width: 767px) {
  .p-technology__img p {
    float: none;
  }
}

.p-technology__table {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-technology__table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-technology__table__inner {
    overflow: auto;
    padding: 0 0px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-technology__table img {
    max-width: initial;
  }
}

.p-technology__list {
  background-color: #FFF;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  padding: 50px 50px 38px 50px;
}

@media screen and (max-width: 767px) {
  .p-technology__list {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-technology__list {
    margin-top: 40px;
    padding: 25px 10px 20px 10px;
  }
}

.p-technology__list h4 {
  font-size: 2.2rem;
  color: #802780;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-technology__list h4 {
    font-size: 1.3rem;
  }
}

.p-technology__list h4:before {
  position: absolute;
  bottom: -20px;
  content: '';
  height: 1px;
  width: 50px;
  margin: 10px auto;
  background: #802780;
  left: 50%;
  margin-left: -25px;
}

.p-technology__list ul {
  *zoom: 1;
  margin-left: 2em;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-technology__list ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.p-technology__list li {
  list-style-type: disc;
  font-size: 1.6rem;
  color: #802780;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-technology__list li {
    width: 49%;
    padding-right: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.0rem;
    margin-bottom: 8px;
    margin-right: 1%;
  }
}

.p-technology .c-button {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-technology .c-button {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------
	index page
------------------------------------------------------------*/
.p-index #slide a,
.p-index #slide a:hover img {
  opacity: 1 !important;
}

/* slide
------------------------------------------------------------*/
#slide {
  width: 100%;
  overflow: hidden;
  /* Next & previous buttons */
  /* Fading animation */
}

#slide .mySlides {
  display: none;
}

#slide .slideshow-container {
  position: relative;
}

#slide .slideshow-container .fv_banner{
  position: absolute;
  right: 0;
	bottom: 40%;
	width: 45vw;
	height:auto;
	object-fit: cover;
	border-radius: 80px 0 0 80px;
  box-shadow: -3px 12px 20px -10px rgba(33, 33, 33, 0.8) ;
}

#slide .slideshow-container .fv_banner a{
  display: block;
}

@media screen and (min-width:768px) {
  #slide .slideshow-container .fv_banner{
    bottom: 15%;
    width: 35vw;
  }
  
}
@media screen and (min-width:980px) {
  #slide .slideshow-container .fv_banner{
    bottom: 20%;
    width: 100%;
    max-width: 325px;
    transition: 0.5s;
  }
  
  #slide .slideshow-container .fv_banner:hover{
    opacity: 0.7;
  }
}


#slide .prev, #slide .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-indent: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #slide .prev, #slide .next {
    top: 35%;
    width: 30px;
    height: 30px;
    margin-top: -30px;
  }
}

#slide .prev {
  background: url(assets/image/top/icon_01.png) no-repeat center;
  left: 50px;
}

@media screen and (max-width: 767px) {
  #slide .prev {
    left: 10px;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
  }
}

#slide .next {
  background: url(assets/image/top/icon_02.png) no-repeat center;
  right: 50px;
}

@media screen and (max-width: 767px) {
  #slide .next {
    right: 10px;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
  }
}

#slide .group-dot {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 80%;
}

#slide .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  -webkit-box-shadow: 0px 0px 12px 1px black;
  box-shadow: 0px 0px 12px 1px black;
}

#slide .active, #slide .dot:hover {
  background: url(assets/image/top/dot-hover.png) no-repeat center;
}

#slide .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

#slide .img-slide {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

#slide .img-slide ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  #slide .img-slide ul {
    width: auto;
  }
}

#slide .img-slide ul:after {
  display: block;
  content: "";
  clear: both;
}

#slide .img-slide ul li {
  float: left;
  background: #FFF;
}

#slide .img-slide ul li:nth-child(1) {
  border-radius: 5px 0 0 0;
}

#slide .img-slide ul li:nth-child(8) {
  border-radius: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  #slide .img-slide {
    position: relative;
    bottom: 0;
  }
  #slide .img-slide ul {
    display: block;
  }
  #slide .img-slide ul li {
    width: 25%;
    border-radius: 0px;
  }
  #slide .img-slide ul li img {
    width: 100%;
  }
}

/* article
------------------------------------------------------------*/
.c-artical {
  width: 100%;
  padding: 20px 0;
  background: #231F20;
  color: #fff;
  font-size: 1.4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-artical {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}

.c-artical__inner {
  padding: 0 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-artical__inner {
    padding: 0 10px;
    display: block;
  }
}

.c-artical__title {
  float: left;
  width: 10%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-artical__title {
    width: 70%;
  }
}

.c-artical .new {
  width: 100%;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .c-artical .new {
    padding-top: 5px;
  }
}

.c-artical .new__date {
  float: left;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .c-artical .new__date {
    width: 18%;
  }
}

.c-artical .new__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-artical .new__content a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-artical .new__content {
    width: 80%;
  }
}

.c-artical__list {
  width: 25%;
  display: inline-block;
  text-align: right;
}

.c-artical__list a {
  text-decoration: none;
  color: #fff;
}

.c-artical__list .fa {
  padding-righ: 5px;
  margin-right: 6px;
}

/* 
------------------------------------------------------------*/
.p-index1 {
  padding: 70px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .p-index1 {
    padding: 40px 0 40px 0;
  }
}

.p-index1 h2 {
  text-align: center;
}

.p-index1 ul {
  margin: 40px auto;
  overflow: hidden;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index1 ul {
    margin: 20px 0px auto;
    display: -ms-grid;
    display: grid;
  }
}

.p-index1 li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .p-index1 li {
    padding: 0 0 10px;
  }
}

/* 
------------------------------------------------------------*/
.p-index2 {
  *zoom: 1;
  width: 100%;
  background: url(assets/image/top/backgroud-blue.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 80px 0 60px 0;
}

.p-index2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-index2 {
    padding: 30px 20px 15px 20px;
  }
}

.p-index2 ul {
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-index2 ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-index2 ul {
    width: auto;
  }
}

.p-index2 li {
  width: 290px;
  float: left;
  margin-left: 13px;
}

.p-index2 li:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-index2 li {
    width: 49%;
    margin: 0 0 15px 2%;
  }
  .p-index2 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.p-index2 a:hover {
  text-decoration: none;
}

.p-index2 p {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  margin-top: 8px;
}

.p-index2 .fa {
  padding-right: 5px;
  font-size: 1.2rem;
}

.p-index2 .u-outlink {
  background: url(assets/image/common/icon_01.png) right 47% no-repeat;
  padding-right: 16px;
  display: inline-block;
}

/* 3
------------------------------------------------------------*/
.p-index3 {
  background: url(assets/image/top/bg_01.jpg) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .p-index3 {
    background: url(assets/image/top/bg_01_sp.jpg) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 40px 0 30px 0;
  }
}

.p-index3 h2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-index3 h2 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-index3 p {
    margin: 60px 0;
    padding: 0 20%;
  }
}

.p-index3 .c-button {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-index3 .c-button {
    margin: 20px 0;
  }
}

.p-index3 .c-button a {
  background: #FFC400;
  color: #004AB2;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-index3 .c-button a {
    font-size: 1.5rem;
    padding: 10px 0;
    width: 60%;
  }
}

.p-index3 .c-button a .fa {
  font-size: 1.2rem;
  vertical-align: middle;
}

/* 
------------------------------------------------------------*/
.p-index4 {
  padding: 70px 0 00px 0;
}

@media screen and (max-width: 767px) {
  .p-index4 {
    padding: 40px 0 40px 0;
  }
}

.p-index4 h2 {
  text-align: center;
}

.p-index4 .c-button6 {
  margin-top: 40px;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.p-develop {
  color: #333333;
}

/*
------------------------------------------------------------*/
.p-develop1 {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-develop1 {
    margin-top: 40px;
  }
}

.p-develop1 h3 {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .p-develop1 h3 {
    font-size: 2.0rem;
  }
}

.p-develop1 p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-develop1 p {
    font-size: 1.3rem;
    line-height: 2.0;
  }
}

/*
------------------------------------------------------------*/
.p-develop2 {
  border: 1px solid #ddd;
  margin-top: 90px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
}

.p-develop2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-develop2 {
    padding: 15px;
    margin-top: 40px;
  }
}

.p-develop2__img {
  float: left;
  width: 447px;
}

@media screen and (max-width: 767px) {
  .p-develop2__img {
    float: none;
    width: auto;
  }
}

.p-develop2__text {
  float: right;
  width: 445px;
}

@media screen and (max-width: 767px) {
  .p-develop2__text {
    float: none;
    width: auto;
    margin-top: 15px;
  }
}

.p-develop2__text h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-develop2__text h3 {
    font-size: 1.5rem;
  }
}

.p-develop2__text p {
  font-size: 1.6rem;
  line-height: 36px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-develop2__text p {
    font-size: 1.3rem;
    line-height: 23px;
  }
}

/*
------------------------------------------------------------*/
.p-develop3 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-develop3 {
    margin-top: 40px;
  }
}

.p-develop3 h3 {
  color: #005CA2;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-develop3 h3 {
    font-size: 1.5rem;
  }
}

/*
------------------------------------------------------------*/
.p-develop4 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-develop4 {
    margin-top: 20px;
  }
}

.p-develop4 .c-developList:first-child {
  margin-top: 0;
}

/* 
------------------------------------------------------------*/
.c-developList {
  padding: 20px 0 5px 0;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .c-developList {
    padding: 15px 0 5px 0;
    margin-top: 35px;
  }
}

.c-developList--color1 {
  background: #EBF4FC;
}

.c-developList--color1 .c-title5 h4 {
  color: #1659B8;
}

.c-developList--color1 .c-title5:after {
  background: #C0D4EE;
}

.c-developList--color1 .c-title5:before {
  background: #1659B8;
}

.c-developList--color1 .c-list3 a {
  color: #1659B8;
}

.c-developList--color1 .c-list3 a:before {
  background: #1659B8;
}

.c-developList--color2 {
  background: #F2E9F2;
}

.c-developList--color2 .c-title5 h4 {
  color: #802780;
}

.c-developList--color2 .c-title5:after {
  background: #DAC1DA;
}

.c-developList--color2 .c-title5:before {
  background: #802780;
}

.c-developList--color2 .c-list3 a {
  color: #802780;
}

.c-developList--color2 .c-list3 a:before {
  background: #802780;
}

.c-developList--color3 {
  background: #F8EEE9;
}

.c-developList--color3 .c-title5 h4 {
  color: #B75D2A;
}

.c-developList--color3 .c-title5:after {
  background: #EAD0C2;
}

.c-developList--color3 .c-title5:before {
  background: #B75D2A;
}

.c-developList--color3 .c-list3 a {
  color: #B75D2A;
}

.c-developList--color3 .c-list3 a:before {
  background: #B75D2A;
}

.c-developList--color4 {
  background: #F9F4E9;
}

.c-developList--color4 .c-title5 h4 {
  color: #C39229;
}

.c-developList--color4 .c-title5:after {
  background: #EDDFC2;
}

.c-developList--color4 .c-title5:before {
  background: #C39229;
}

.c-developList--color4 .c-list3 a {
  color: #C39229;
}

.c-developList--color4 .c-list3 a:before {
  background: #C39229;
}

.c-developList--color5 {
  background: #EEEDF2;
}

.c-developList--color5 .c-title5 h4 {
  color: #5D4C81;
}

.c-developList--color5 .c-title5:after {
  background: #D0CBDA;
}

.c-developList--color5 .c-title5:before {
  background: #5D4C81;
}

.c-developList--color5 .c-list3 a {
  color: #5D4C81;
}

.c-developList--color5 .c-list3 a:before {
  background: #5D4C81;
}

.c-developList--color6 {
  background: #E5F0EB;
}

.c-developList--color6 .c-title5 h4 {
  color: #006837;
}

.c-developList--color6 .c-title5:after {
  background: #B7D3C6;
}

.c-developList--color6 .c-title5:before {
  background: #006837;
}

.c-developList--color6 .c-list3 a {
  color: #006837;
}

.c-developList--color6 .c-list3 a:before {
  background: #006837;
}

.c-developList--color7 {
  background: #F2F7EB;
}

.c-developList--color7 .c-title5 h4 {
  color: #80AC3F;
}

.c-developList--color7 .c-title5:after {
  background: #DAE6C8;
}

.c-developList--color7 .c-title5:before {
  background: #80AC3F;
}

.c-developList--color7 .c-list3 a {
  color: #80AC3F;
}

.c-developList--color7 .c-list3 a:before {
  background: #80AC3F;
}

/*------------------------------------------------------------
method const
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.page-method .l-wrapper {
  width: 100%;
  padding-bottom: 0;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-method .l-wrapper {
    padding: 0px 0 0;
  }
}

.page-method a:hover {
  text-decoration: none;
}

.page-method footer .c-footerContact {
  margin-top: 0;
}

.p-method_const {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-method_const__title img {
    width: 85%;
  }
}

.p-method_const__txt li {
  display: inline-block;
  margin: 0px 5px 0 5px;
  vertical-align: top;
}

.p-method_const__txt li a, .p-method_const__txt li span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-method_const__txt li {
    margin-top: 25px;
    width: 45%;
  }
}

.p-method_const__list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .p-method_const__list {
    width: auto;
  }
}

.p-method_const__list:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-method_const__list {
    text-align: center;
    margin-top: 0px;
    padding: 0 2%;
  }
}

.p-method_const__list li {
  float: left;
  margin: 5px 15px 5px 0;
  background-color: #E8E7E6;
}

.p-method_const__list li a, .p-method_const__list li span {
  font-size: 1.6rem;
  color: #005CA2;
  padding: 20px 93px;
  width: 228px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
}

.p-method_const__list li a img, .p-method_const__list li span img {
  margin: 0 auto;
}

.p-method_const__list li a:hover, .p-method_const__list li span:hover {
  background-color: #005CA2;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.p-method_const__list li a:hover img, .p-method_const__list li span:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-method_const__list li {
    float: none;
    margin: 3px 1.5% 3px 0;
    width: 18%;
    display: inline-block;
    padding: 0;
  }
  .p-method_const__list li a, .p-method_const__list li span {
    padding: 12px 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-method_const__list li {
    padding: 0;
    margin: 3px 2px;
  }
}

.p-method_const__list li.is-active {
  background-color: #005CA2;
}

.p-method_const__list li.is-active span {
  color: #fff;
}

.p-method_const__list li:nth-child(5), .p-method_const__list li:last-child {
  margin-right: 0;
}

.p-method_const__list--mod {
  margin-top: 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-method_const__list--mod {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-method_const__list--mod li {
    margin-top: -2px;
  }
}

.p-method_const__list--mod li a, .p-method_const__list--mod li span {
  display: table-cell;
  vertical-align: middle;
  width: 228px;
  height: 110px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-method_const__list--mod li a, .p-method_const__list--mod li span {
    padding: 7px 0;
    height: 115px;
  }
}

@media screen and (max-width: 480px) {
  .p-method_const__list--mod li a, .p-method_const__list--mod li span {
    height: 100px;
    padding: 5% 3%;
  }
}

.p-method_const__main {
  background-color: #e6eff6;
  margin-top: 10px;
  padding: 40px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-method_const__main {
    padding-top: 40px;
    margin-top: 5px;
  }
}

.p-method_const__main:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 35px solid #fff;
  top: 0;
  left: 50%;
  margin-left: -35px;
}

@media screen and (max-width: 767px) {
  .p-method_const__main:before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    margin-left: -20px;
  }
}

/* accodding */
/* nav menu styles */
#nav {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  #nav {
    padding-bottom: 40px;
  }
}

#nav > ul {
  *zoom: 1;
}

#nav > ul:after {
  display: block;
  content: "";
  clear: both;
}

#nav > li {
  margin: 5px 0;
  position: relative;
}

#nav > li > a:after {
  cursor: pointer;
  width: 22px;
  height: 12px;
  position: absolute;
  content: "";
  background: url("img/method_const/icon-down.png") 0 0 no-repeat;
  right: 20px;
  top: 30px;
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  #nav > li > a:after {
    width: 11px;
    height: 6px;
    -webkit-background-size: 11px auto;
            background-size: 11px auto;
    right: 4%;
  }
}

#nav > li > a.tranform:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

#nav > li > a {
  display: block;
  padding: 15px 0;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #005CA2;
}

#nav li .acdBox {
  display: none;
  padding: 10px 0px 40px;
}

#nav li .acdBox .close {
  display: none;
  cursor: pointer;
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #nav li .acdBox .close {
    display: block;
    margin-top: 30px;
    width: 90px;
  }
}

#nav li ul {
  background: #e6eff6;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #nav li ul {
    text-align: center;
    padding-bottom: 0;
  }
}

#nav li ul {
  *zoom: 1;
}

#nav li ul:after {
  display: block;
  content: "";
  clear: both;
}

#nav li ul li {
  float: left;
  width: 370px;
  padding: 0px 15px;
  background: #fff;
  margin: 20px 10px 0;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #nav li ul li {
    float: none;
    display: inline-block;
    width: 90%;
    margin: 10px 0 0 0;
  }
}

#nav li ul li:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 767px) {
  #nav li ul li:nth-child(3n+1) {
    clear: none;
  }
}

#nav li ul li a {
  width: 100%;
  display: inline-block;
}

#nav li ul li a {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2f201b;
  position: relative;
}

#nav li ul li a:before, #nav li ul li a:after {
  position: absolute;
  content: "";
}

#nav li ul li a:before {
  background: #000;
  top: 9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
}

#nav li ul li a:after {
  top: 14px;
  right: 3px;
  width: 10px;
  height: 10px;
  background: url("assets/image/common/icon_02.png") 0 0 no-repeat;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
  z-index: 2;
}

#nav li ul li span {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  color: #2f201b;
  position: relative;
}

#nav li ul li span.u-small,
#nav li ul li a.u-small {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #nav li ul li span.u-small,
  #nav li ul li a.u-small {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.p-news-list a {
  color: #333333;
  width: 100%;
  padding: 20px 22px 20px 20px;
  border-top: 1px solid #D4D9DD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-news-list a {
    display: block;
    padding: 15px 22px 15px 0;
  }
}

.p-news-list a .text_left {
  font-size: 1.6rem;
  padding-right: 24px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-news-list a .text_left {
    display: block;
    font-size: 1.2rem;
  }
}

.p-news-list a .text_right {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-news-list a .text_right {
    display: block;
    font-size: 1.3rem;
    margin-top: 4px;
  }
}

.p-news-list a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #0054A2;
  border-right: 2px solid #0054A2;
  top: 47%;
  right: 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-news-list a:hover {
  text-decoration: none;
}

.p-news-list a:last-child {
  border-bottom: 1px solid #D4D9DD;
}

.p-news-list + .p-news-list {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-news-list + .p-news-list {
    margin-top: 40px;
  }
}

/* 
------------------------------------------------------------*/
.p-single__date p {
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-single__date p {
    font-size: 1.2rem;
  }
}

.p-single__body {
  margin-top: 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-single__body {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.c-entry-body {
  margin-top: 0;
  -ms-word-break: break-all;
  word-break: break-all;
}

.c-entry-body ul, .c-entry-body ol {
  margin: 12px 0 12px 2em;
  list-style-position: inside;
  text-align: left;
}

.c-entry-body ol {
  list-style-type: decimal;
}

.c-entry-body ul li {
  text-align: left;
  list-style-type: disc;
}

.c-entry-body ol li {
  text-align: left;
}

.c-entry-body strong {
  font-weight: bold !important;
}

.c-entry-body strong span {
  font-weight: bold !important;
}

.c-entry-body span strong {
  font-weight: bold !important;
}

.c-entry-body del strong {
  font-weight: bold !important;
}

.c-entry-body em strong {
  font-weight: bold !important;
}

.c-entry-body em {
  font-style: italic;
}

.c-entry-body p {
  line-height: 170%;
  margin: 0 0 0px 0;
}

.c-entry-body em {
  font-style: italic !important;
}

.c-entry-body blockquote {
  margin: 15px 0 15px 24px;
}

.c-entry-body img {
  margin: 0 0 1em;
}

.c-entry-body iframe {
  max-width: 100%;
  width: auto;
}

.c-entry-body .alignleft, .c-entry-body img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.c-entry-body .alignright, .c-entry-body img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.c-entry-body .aligncenter, .c-entry-body img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-entry-body img.alignleft, .c-entry-body img.alignright, .c-entry-body img.aligncenter {
  margin-bottom: 12px;
}

.c-entry-body .wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}

.c-entry-body .wp-caption img {
  margin: 5px;
}

.c-entry-body .wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.c-entry-body .wp-smiley {
  margin: 0;
}

body#tinymce ul, body#tinymce ol {
  margin: 0 0 0 1.5em;
}

body#tinymce ul li {
  list-style: disc;
}

body#tinymce ol li {
  list-style: decimal;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.p-contact .orange {
  color: #F96513;
  padding-top: 28px;
}

/* 電話番号
------------------------------------------------------------*/
.c-contactBox {
  border: 1px solid #005CA2;
  margin-top: 30px;
  padding: 25px 0;
  display: table;
  width: 100%;
  *zoom: 1;
}

.c-contactBox:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-contactBox {
    padding: 20px 10px 20px 10px;
    margin-top: 15px;
  }
}

.c-contactBox__column1, .c-contactBox__column2 {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column1, .c-contactBox__column2 {
    display: block;
  }
}

.c-contactBox__column1 {
  padding-left: 45px;
  width: 430px;
  color: #005CA2;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column1 {
    width: 100%;
    padding: 0px 0 0px 0;
    text-align: center;
  }
}

.c-contactBox__column1 p {
  line-height: 1.2;
  display: inline-block;
  font-size: 1.8rem;
  background: url(assets/image/contact/01.png) no-repeat 0 47%;
  padding-left: 50px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column1 p {
    background: url(assets/image/contact/01_sp.png) no-repeat 0 47%;
    -webkit-background-size: 29px auto;
            background-size: 29px auto;
    font-size: 1.4rem;
    padding-left: 38px;
  }
}

.c-contactBox__column1 span {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column1 span {
    font-size: 1rem;
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .c-contactBox__column2 {
    text-align: center;
    margin-top: 20px;
  }
}

.c-contactBox__column2 ul {
  *zoom: 1;
}

.c-contactBox__column2 ul:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column2 ul {
    margin-top: 30px;
  }
}

.c-contactBox__column2 li {
  float: left;
  text-align: left;
  line-height: 1;
  font-size: 1.5rem;
  margin: 0 0 0 60px;
}

.c-contactBox__column2 li:nth-child(1), .c-contactBox__column2 li:nth-child(2) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column2 li:nth-child(1), .c-contactBox__column2 li:nth-child(2) {
    margin-bottom: 18px;
  }
}

.c-contactBox__column2 li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column2 li {
    width: 47%;
    margin-left: 6%;
  }
}

.c-contactBox__column2 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-contactBox__column2 span {
    font-size: 1.2rem;
  }
}

.c-contactBox__column2 img {
  margin-top: 5px;
}

/* フロー
------------------------------------------------------------*/
.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .c-flow {
    margin-top: 20px;
  }
}

.c-flow span {
  width: 50%;
  padding: 15px 0;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-flow span {
    font-size: 1.3rem;
    padding: 18px 0;
  }
}

.c-flow .u-blue {
  color: #fff;
  background: #005CA2;
  position: relative;
}

.c-flow .arrow {
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 20px solid #005CA2;
  z-index: 1;
  padding: 0;
}

.c-flow .u-grey {
  color: #000;
  background: #EEEEEE;
  position: relative;
}

.c-flow .u-grey .arrow {
  border-left: 20px solid #EEEEEE;
}

.p-contact .c-flow .arrow {
  border-top: 28px solid transparent;
  border-bottom: 29px solid transparent;
}

/* 説明
------------------------------------------------------------*/
.p-contact1 {
  font-size: 1.6rem;
  color: #333333;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-contact1 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.p-contact1 p + p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-contact1 p + p {
    margin-top: 12px;
  }
}

.p-contact_complete {
  font-size: 1.8rem;
  color: #333333;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-contact_complete {
    font-size: 1.3rem;
  }
}

.p-contact a {
  color: #005CA2;
  text-decoration: underline;
}

.p-contact_form {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-contact_form {
    margin-top: 12px;
  }
}

.p-contact_table {
  border-top: 1px solid #D4D9DD;
}

.p-contact_table__stage {
  font-size: 1.8rem;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage {
    font-size: 1.3rem;
  }
}

.p-contact_table__stage dt {
  display: table-cell;
  width: 170px;
  background: #005CA2;
  border-bottom: 1px solid #D4D9DD;
  padding: 17px 0;
  text-align: center;
  vertical-align: top;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage dt {
    padding: 12px 0;
  }
}

.p-contact_table__stage .radio {
  padding: 17px 28px;
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage .radio {
    padding-left: 14px;
  }
}

.p-contact_table__stage dd {
  display: table-cell;
  width: 830px;
  padding: 14px 28px;
  border-right: 1px solid #D4D9DD;
  border-bottom: 1px solid #D4D9DD;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage dd {
    padding: 12px 14px;
  }
}

.p-contact_table__stage dd input[type="radio"] {
  margin-left: 18px;
  width: 17px;
  height: 17px;
}

.p-contact_table__stage dd input[type="radio"]:first-child {
  margin-left: 0;
}

.p-contact_table__stage dd input[type="text"], .p-contact_table__stage dd input[type="email"] {
  max-width: 338px;
  width: 100%;
  padding: 8px;
  border: 1px solid #D4D9DD;
  font-size: 1.6rem;
}

.p-contact_table__stage dd select {
  max-width: 175px;
  width: 100%;
  font-size: 1.6rem;
  padding: 8px;
  background: #EEEEEE;
  border-radius: 5px;
  cursor: pointer;
}

.p-contact_table__stage dd textarea {
  border: 1px solid #D4D9DD;
  width: 100%;
  height: 100px;
  font-size: 1.6rem;
}

.p-contact_table__stage .other_1 {
  height: 185px;
}

.p-contact_table__stage .other_2 input[type="text"] {
  margin: 0 5px;
  width: 150px;
}

.p-contact_table__stage .other_3 {
  padding: 0;
}

.p-contact_table__stage .other_3 input[type="text"] {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contact_table__stage .other_4 input[type="email"] {
  max-width: 525px;
}

.p-contact_table__stage .other_5 {
  height: 139px;
}

.p-contact_table__stage .other_6 {
  padding: 14px 28px;
  border-bottom: 1px solid #D4D9DD;
}

.p-contact_table__stage .other_6:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage .other_6 input[type="text"] {
    width: 70px;
  }
  .p-contact_table__stage .other_6 input[type="text"]#other {
    width: 100%;
  }
}

.p-contact .button {
  width: 200px;
  height: 45px;
  padding: 10px 0;
  margin: 24px auto 0;
  background: #005CA2;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
}

.p-contact .button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-contact .button {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact_table__stage dt {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-left: 1px solid #D4D9DD;
    border-right: 1px solid #D4D9DD;
    border-bottom: 1px solid #D4D9DD;
    text-align: left;
  }
  .p-contact_table__stage dd {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-left: 1px solid #D4D9DD;
  }
  .p-contact_table__stage dd input[type="text"] {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-contact_table__stage dd select {
    max-width: 40%;
  }
  .p-contact_table__stage dd textarea {
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-contact_table__stage .other_1, .p-contact_table__stage .other_5 {
    height: auto;
  }
  .p-contact_table__stage .other_2 {
    display: block;
  }
  .p-contact_table__stage .other_2 input[type="text"] {
    max-width: 35%;
    margin-bottom: 10px;
  }
  .p-contact_table__stage .other_2 .br_sp {
    display: block;
    margin-top: 6px;
  }
  .p-contact_table__stage .other_2.defaut input[type="text"] {
    margin: 0;
    max-width: 32%;
  }
  .p-contact_table__stage .other_2.defaut input[type="text"]:first-child {
    max-width: 20%;
  }
  .p-contact_table__stage .other_3 input[type="text"] {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-contact_table__stage .other_4 input[type="email"] {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
aboutus
------------------------------------------------------------*/
.p-aboutus img {
  background: #FFF;
}

/*------------------------------------------------------------
company
------------------------------------------------------------*/
.p-company .c-title {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-company .c-title {
    margin-bottom: 40px;
  }
}

.p-company .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-company .c-title1 {
    margin-bottom: 10px;
  }
}

.p-company table + .c-title1 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-company table + .c-title1 {
    margin-top: 40px;
  }
}

.p-company .c-table1 {
  margin-top: 0;
}

.p-company .c-table1 th {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-company .c-table1 th {
    font-size: 1.3rem;
  }
}

.p-company .c-table1 td {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-company .c-table1 td {
    font-size: 1.3rem;
  }
}

.p-company .c-table1 dl {
  display: table;
  width: 100%;
}

.p-company .c-table1 dt, .p-company .c-table1 dd {
  display: table-cell;
  vertical-align: middle;
}

.p-company .c-table1 dt {
  width: 7em;
}

.p-company .c-table1 a {
  color: #005CA2;
  text-decoration: underline;
}

.p-company .c-table1 p {
  display: inline-block;
}

.p-company .p-company2 dt {
  width: 11em;
}

/*------------------------------------------------------------
office
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-office {
  margin-bottom: -40px;
}

@media screen and (max-width: 767px) {
  .p-office {
    margin-bottom: 0;
  }
}

.p-office .c-title {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-office .c-title {
    margin-bottom: 40px;
  }
}

.p-office .c-title1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-office .c-title1 {
    margin-bottom: 10px;
  }
}

.p-office table + .c-title1 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-office table + .c-title1 {
    margin-top: 40px;
  }
}

.p-office .c-table1 {
  margin-top: 0;
}

.p-office .c-table1 th {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-office .c-table1 th {
    font-size: 1.3rem;
  }
}

.p-office .c-table1 td {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-office .c-table1 td {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.page-history .l-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-history .l-wrapper {
    padding: 30px 0;
  }
}

.p-history p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-history__list {
  margin: 70px 0;
  text-align: center;
  *zoom: 1;
}

.p-history__list:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-history__list {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .p-history__list {
    margin-left: 2%;
    text-align: left;
  }
}

.p-history__list li {
  display: inline-block;
  margin: 0 5px;
  background-color: #DFEAF3;
}

.p-history__list li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #005CA2;
  padding: 0 10px;
  width: 100%;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.p-history__list li a img {
  margin: 0 auto;
}

.p-history__list li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-history__list li {
    float: none;
    margin: 3px 3px;
    width: 17.5%;
    display: inline-block;
    padding: 0 1%;
  }
  .p-history__list li a {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-history__list li {
    padding: 0;
    margin: 3px 2px;
    width: 22.5%;
  }
  .p-history__list li a {
    padding: 5px;
    height: 55px;
    font-size: 1.2rem;
  }
}

.p-history__list li.is-active {
  background-color: #005CA2;
}

.p-history__list li.is-active a {
  color: #fff;
}

.p-history__list--mod {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-history__list--mod li {
    margin-top: -2px;
  }
}

.p-history__list--mod li a {
  display: table-cell;
  vertical-align: middle;
  width: 228px;
  height: 110px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-history__list--mod li a {
    padding: 5% 0%;
    height: 115px;
  }
}

@media screen and (max-width: 480px) {
  .p-history__list--mod li a {
    height: 100px;
    padding: 5% 3%;
  }
}

.p-history__bg {
  padding: 50px 0 95px;
  font-size: 1.6rem;
  line-height: 1.7em;
  position: relative;
}

.p-history__bg:before {
  content: "";
  display: block;
  margin-left: -47px;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 17px solid #DFEAF3;
  border-right: 47px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 47px solid transparent;
}

.p-history__bg--1 {
  background: #DFEAF3;
}

.p-history__bg--1:before {
  border-top: 17px solid #FFF;
}

.p-history__bg p {
  margin-bottom: 25px;
}

.p-history__bg p:last-child {
  margin-bottom: 0;
}

.p-history__bg ul {
  margin-left: 1.8rem;
  margin-bottom: 25px;
}

.p-history__bg ul li {
  list-style-type: disc;
}

.p-history__inner {
  margin: 0 auto;
  padding: 0 100px;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .p-history__inner {
    padding: 0 15px;
    width: auto;
  }
}

.p-history__note {
  padding: 20px 15px 20px 50px;
  background: #F2F7FA;
  position: relative;
}

.p-history__note:before {
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  background: url("assets/image/common/icon_tool.png") no-repeat;
  position: absolute;
  top: 23px;
  left: 15px;
}

@media screen and (max-width: 480px) {
  .p-history__note:before {
    width: 12px;
    height: 13px;
    background: url("assets/image/common/icon_tool.png") no-repeat;
    -webkit-background-size: 12px 13px;
            background-size: 12px 13px;
    top: 16px;
    left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-history__note {
    padding: 15px 15px 15px 30px;
  }
}

.p-history__box-1 {
  *zoom: 1;
  margin-bottom: 30px;
  padding: 30px 25px 30px 0;
  background: #558DBF;
  color: #FFF;
}

.p-history__box-1:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-history__box-1 {
    padding: 10px;
  }
}

.p-history__box-1 img {
  display: block;
  float: right;
}

@media screen and (max-width: 767px) {
  .p-history__box-1 img {
    margin: 0 auto;
    width: auto;
    float: none;
  }
}

.p-history__box-1__inner {
  width: 610px;
  float: left;
}

@media screen and (max-width: 767px) {
  .p-history__box-1__inner {
    margin-bottom: 10px;
    width: auto;
    float: none;
  }
}

.p-history__box-1__inner p {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-history__box-1__inner p {
    padding-left: 0;
  }
}

.p-history__box-1__title {
  margin-bottom: 5px;
  padding: 0 0 7px 30px;
  border-bottom: 2px solid #AAC6DF;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-history__box-1__title {
    margin-bottom: 5px;
    padding: 0;
    border-bottom: none;
  }
}

.p-history__box-1__note {
  padding-left: 70px;
}

@media screen and (max-width: 480px) {
  .p-history__box-1__note {
    padding-left: 30px;
  }
}

.p-history__box-1__note:before {
  left: 35px;
}

@media screen and (max-width: 480px) {
  .p-history__box-1__note:before {
    left: 10px;
  }
}

.p-history__table {
  margin: 0 -100px;
  line-height: 1.7em;
  table-layout: fixed;
}

.p-history__table th,
.p-history__table td {
  padding: 50px 100px;
  border-bottom: 1px dashed #E4EBF5;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-history__table th,
  .p-history__table td {
    padding: 10px 0;
  }
}

.p-history__table th {
  padding-right: 0;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .p-history__table th {
    width: 5em;
  }
}

.p-history__table td {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-history__table td {
    padding-left: 0;
  }
}

.p-history__table__note {
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .p-history__table__note {
    margin-left: 0;
  }
}

.p-history__table-2 th,
.p-history__table-2 td {
  border-bottom: 1px dashed #F2F7FA;
}

.p-history__table .u-noline th, .p-history__table .u-noline td {
  border-bottom: 0px !important;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-history__table {
    margin: 0;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-history__image {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-history__image:last-child {
    margin-bottom: 0;
  }
}

.p-history__imageBox {
  *zoom: 1;
}

.p-history__imageBox:after {
  display: block;
  content: "";
  clear: both;
}

.p-history__imageBox__image {
  margin-bottom: 20px;
  float: left;
}

@media screen and (max-width: 767px) {
  .p-history__imageBox__image {
    float: none;
  }
}

.p-history__imageBox__image:last-child {
  margin: 10px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-history__imageBox__image:last-child {
    margin: 0 0 10px;
  }
}

.p-history__imageBox__image:last-child-2 {
  margin: 0;
}

.p-history__cap {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .p-history__cap {
    font-size: 1.1rem;
  }
}

.p-h24 .p-history__image {
  margin-top: 8px;
  margin-bottom: 23px;
}

.p-h24 .p-history__image:last-child {
  margin-bottom: 0;
}

.p-h24 p {
  margin: 0;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.page-social .l-wrapper {
  width: 100%;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-social .l-wrapper {
    padding: 30px 0 0;
  }
}

.p-social {
  padding-bottom: 780px;
  background: url("assets/image/social/bg-img01.jpg") bottom center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

@media screen and (max-width: 1400px) {
  .p-social {
    padding-bottom: 555px;
  }
}

@media screen and (max-width: 767px) {
  .p-social {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 480px) {
  .p-social {
    padding-bottom: 140px;
  }
}

.p-social p, .p-social dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-social__text {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-social__text {
    margin-top: 20px;
    padding: 0 15px;
  }
}

.p-social__list {
  margin: 70px 0;
  text-align: center;
  *zoom: 1;
}

.p-social__list:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-social__list {
    text-align: center;
    margin: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-social__list {
    margin-left: 2%;
    text-align: left;
  }
}

.p-social__list li {
  display: inline-block;
  margin: 0 8px;
  background-color: #DFEAF3;
}

.p-social__list li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #005CA2;
  padding: 0;
  width: 215px;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.p-social__list li a img {
  margin: 0 auto;
}

.p-social__list li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-social__list li {
    float: none;
    margin: 3px 3px;
    width: 17.5%;
    display: inline-block;
    padding: 0 1%;
  }
  .p-social__list li a {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-social__list li {
    padding: 0;
    margin: 3px 6px;
    width: 45.5%;
  }
  .p-social__list li a {
    padding: 5px;
    height: 35px;
    font-size: 1.2rem;
  }
}

.p-social__list li.is-active {
  background-color: #005CA2;
}

.p-social__list li.is-active a {
  color: #fff;
}

.p-social__list--mod {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-social__list--mod li {
    margin-top: -2px;
  }
}

.p-social__list--mod li a {
  display: table-cell;
  vertical-align: middle;
  width: 228px;
  height: 110px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-social__list--mod li a {
    padding: 5% 0%;
    height: 115px;
  }
}

@media screen and (max-width: 480px) {
  .p-social__list--mod li a {
    height: 100px;
    padding: 5% 3%;
  }
}

.p-social__bg {
  padding: 90px 0 95px;
  font-size: 1.6rem;
  line-height: 1.7em;
}

@media screen and (max-width: 767px) {
  .p-social__bg {
    padding: 40px 0;
  }
}

.p-social__bg--1 {
  background: #DFEAF3;
}

.p-social__bg--1:before {
  border-top: 17px solid #FFF;
}

.p-social__bg--3 {
  padding-bottom: 0;
}

.p-social__bg p {
  margin-bottom: 25px;
}

.p-social__bg p:last-child {
  margin-bottom: 0;
}

.p-social__inner {
  margin: 0 auto;
  width: 1000px;
}

.p-social__inner ol {
	list-style: decimal;
    padding-left: 1.2em;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-social__inner {
    padding: 0 15px;
    width: auto;
  }
  .p-social__inner ol {
	list-style: decimal;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 600;
  }
}

.p-social__wrap1 {
  *zoom: 1;
}

.p-social__wrap1:after {
  display: block;
  content: "";
  clear: both;
}

.p-social__wrap1__title {
  margin-top: 0;
}

.p-social__wrap1--left {
  width: 400px;
  float: left;
}

@media screen and (max-width: 767px) {
  .p-social__wrap1--left {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }
}

.p-social__wrap1--right {
  float: right;
}

@media screen and (max-width: 767px) {
  .p-social__wrap1--right {
    float: none;
    text-align: center;
  }
  .p-social__wrap1--right img {
    width: 75%;
  }
}

.p-social__record {
  *zoom: 1;
}

.p-social__record:after {
  display: block;
  content: "";
  clear: both;
}

.p-social__record__block {
  margin-bottom: 55px;
  width: 480px;
}

@media screen and (max-width: 767px) {
  .p-social__record__block {
    width: 100%;
  }
}

.p-social__record__block:last-child {
  float: right;
}

@media screen and (max-width: 767px) {
  .p-social__record__block:last-child {
    float: none;
  }
}

.p-social__record__block:first-child {
  float: left;
}

@media screen and (max-width: 767px) {
  .p-social__record__block:first-child {
    float: none;
  }
}

.p-social__img1 {
  *zoom: 1;
  margin-bottom: 10px;
}

.p-social__img1:after {
  display: block;
  content: "";
  clear: both;
}

.p-social__img1 img {
  display: block;
  margin-right: 15px;
  float: left;
}

@media screen and (max-width: 767px) {
  .p-social__img1 img {
    margin-right: 2%;
    width: 32%;
  }
}

.p-social__img1 img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-social__img1--2 img {
    margin-right: 0;
    width: 49%;
  }
  .p-social__img1--2 img:last-child {
    float: right;
  }
}

.p-social__img2 {
  *zoom: 1;
  margin-bottom: 20px;
}

.p-social__img2:after {
  display: block;
  content: "";
  clear: both;
}

.p-social__img2 img:last-child {
  float: right;
}

.p-social__img2 img:first-child {
  float: left;
}

@media screen and (max-width: 767px) {
  .p-social__img2 img {
    width: 49%;
  }
}

.p-social__img3 {
  margin-bottom: 20px;
}

.p-social__definition {
  margin-bottom: 50px;
}

.p-social__definition dt {
  font-weight: bold;
}

.p-social__definition dd {
  font-size: 1.4rem;
}

.p-social__definition:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
jisseki
------------------------------------------------------------*/
.page-jisseki .l-wrapper {
  width: 100%;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .page-jisseki .l-wrapper {
    padding: 30px 0 0;
  }
}

.page-jisseki footer .c-footerContact {
  margin-top: 0;
}

.img-slides {
  width: 100%;
  text-align: center;
}

.img-slides ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .img-slides ul {
    width: auto;
  }
}

.img-slides ul:after {
  display: block;
  content: "";
  clear: both;
}

.img-slides ul li {
  float: left;
  background: #FFF;
}

.img-slides ul li img {
  width: 100%;
  background: #FFF;
}

.img-slides ul li:nth-child(1) {
  border-radius: 5px 0 0 0;
}

.img-slides ul li:nth-child(8) {
  border-radius: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .img-slides {
    position: relative;
    bottom: 0;
  }
  .img-slides ul {
    display: block;
  }
  .img-slides ul li {
    width: 33.3333%;
    border-radius: 0px;
  }
  .img-slides ul li img {
    width: 100%;
  }
}

.p-jisseki2 {
  background-color: #E6EFF6;
  padding: 44px 0 88px 0;
  width: 100%;
}

.c-infoGallery {
  background-color: #fff;
  margin-top: -106px;
  height: 106px;
  /* margin: 24px 24px 0px 25px; */
  padding: 24px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-infoGallery {
    height: 155px;
    margin-top: -155px;
  }
}

.c-infoGallery a {
  padding: 5px;
  background: #0081C6;
  color: #fff;
}

.c-infoGallery span {
  margin-left: 15px;
  font-weight: bold;
  font-size: 1.5rem;
}

.c-infoGallery p {
  font-size: 1.5rem;
  margin-top: 10px;
}

.c-infoGallery2__text {
  padding: 20px 20px 20px 25px;
}

@media screen and (max-width: 767px) {
  .c-infoGallery2__text {
    padding: 10px;
  }
}

.c-infoGallery2__title span,
.c-infoGallery2__title p {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.c-infoGallery2__title span {
  width: auto;
  color: #FFF;
  padding: 6px 14px;
  margin-right: 12px;
  font-size: 1.2rem;
}

.c-infoGallery2__title span.cat1 {
  background-color: #3199D1;
}

.c-infoGallery2__title span.cat2 {
  background-color: #BB84B4;
}

.c-infoGallery2__title span.cat3 {
  background-color: #C3774C;
}

.c-infoGallery2__title span.cat4 {
  background-color: #CEA751;
}

.c-infoGallery2__title span.cat5 {
  background-color: #776995;
}

.c-infoGallery2__title span.cat6 {
  background-color: #4CA59D;
}

.c-infoGallery2__title span.cat7 {
  background-color: #2E8357;
}

.c-infoGallery2__title span.cat8 {
  background-color: #80AC3F;
}

.c-infoGallery2__title p {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-infoGallery2__title p {
    font-size: 1.6rem;
    display: block;
    margin-top: 5px;
  }
}

.c-infoGallery2__body {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-infoGallery2__body {
    height: 7.7em;
  }
}

.c-infoGallery2 dl {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-infoGallery2 dl {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}

.c-infoGallery2 dt, .c-infoGallery2 dd {
  display: inline-block;
}

.c-infoGallery2 dt {
  font-weight: bold;
}

.c-infoGallery2 dt:after {
  content: "|";
  display: inline-block;
  margin: 0 0px 0 6px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #cboxMiddleRight {
    width: 10px !important;
  }
  #cboxClose {
    top: -40px !important;
    right: -10px !important;
  }
}

/*------------------------------------------------------------
 Recruit
------------------------------------------------------------*/
.page-recruit .l-recruit {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  z-index: 1;
}

.page-recruit .l-recruit .c-gnavRecruit {
  margin: 0 auto;
}

.page-recruit .l-recruit .c-gnavRecruit li {
  background-color: #333;
}

.page-recruit .l-recruit .c-gnavRecruit li:hover {
  background-color: #555;
}

@media screen and (max-width: 767px) {
  .page-recruit .l-recruit {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .page-recruit .c-footerMenu .btnTop_recruit {
    right: 0;
    z-index: 3000;
  }
}

.p-recruit .c-movie{
  margin-top: 0px;
}



.p-recruit .p-recruit1 {
  position: relative;
  *zoom: 1;
}

.p-recruit .p-recruit1:after {
  display: block;
  content: "";
  clear: both;
}

.p-recruit .p-recruit2 {
  *zoom: 1;
  margin-top: 0px;
}

.p-recruit .p-recruit2:after {
  display: block;
  content: "";
  clear: both;
}

.p-recruit .p-recruit2 img {
  float: left;
  background: #FFF;
}

.p-recruit .p-recruit3 {
  *zoom: 1;
  background: url("img/bg_obcc.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 25px 0 45px 0;
  text-align: center;
}

.p-recruit .p-recruit3:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit3 {
    background: url("img/bg_obcc_sp.png") no-repeat;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-recruit .p-recruit3 .c-recruitTitle {
  margin-bottom: 25px;
}

.p-recruit .p-recruit3 .c-button5 {
  margin-top: 48px;
}

.p-recruit .p-recruit3 .c-button5 a:hover {
  color: #fff;
}

.p-recruit .p-recruit4 {
  padding-top: 20px;
  padding-bottom: 61px;
  background: #C7DDF3;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit4 {
    padding-bottom: 30px;
  }
}

.p-recruit .p-recruit4 .c-recruitTitle {
  margin-bottom: 30px;
}

.p-recruit .p-recruit4 .c-list6 {
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit4 .c-list6 {
    margin-bottom: 30px;
    /* margin-left: 17px;
    margin-right: 17px; */
    margin-left: 5px;
    margin-right: 5px;
  }
}

.p-recruit .p-recruit5 {
  background: url("img/bg_listButton.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit5 {
    background: url("img/bg_listButton_sp.png") no-repeat;
    padding: 50px 0;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
  }
}

.p-recruit .p-recruit6 {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit6 {
    display: block;
    padding: 40px 20px 20px 20px;
  }
}

.p-recruit .p-recruit6 .c-buttonEntry {
  padding: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit6 .c-buttonEntry {
    width: 100%;
    margin: 0;
  }
}

.p-recruit .p-recruit6 p {
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit6 p {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit .p-recruit7 {
    margin-top: 36px;
  }
  .p-recruit .p-recruit7 .sp-only ul li {
    width: 25%;
    float: left;
    position: relative;
  }
}

/*header recruit PC
-------------------------------------------*/
#stickyheader {
  z-index: 6000;
}

#stickyheader.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #stickyheader.is-fixed {
    position: static !important;
  }
}

#stickyheader.is-fixed .l-recruit {
  position: static;
}

@media screen and (max-width: 767px) {
  #stickyheader.is-fixed .l-recruit {
    position: absolute !important;
  }
}

.l-recruitHead {
  position: relative;
  text-align: center;
}

.l-recruitHead__inner2 {
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 3000;
  top: 0;
  left: 0;
}

.l-recruitHead .dummyinner {
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-recruitHead .dummyinner {
    height: auto;
    width: auto;
  }
}

.l-recruitHead__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

@media screen and (max-width: 767px) {
  .l-recruitHead__inner {
    position: relative;
  }
}

.l-recruit {
  position: relative;
}

.c-recruitPc {
  *zoom: 1;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  position: relative;
  background: #333;
  z-index: 1;
}

.c-recruitPc:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-recruitPc {
    width: auto;
  }
}

.c-recruitPc h1, .c-recruitPc__entry {
  position: absolute;
  z-index: 1;
}

.c-recruitPc h1 {
  left: 0;
}

.c-recruitPc__entry {
  top: 0;
  right: 0;
  background: #FED300;
}

.path {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  height: 8px;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .path {
    width: auto;
  }
}

.c-gnavRecruit {
  position: relative;
}

.c-gnavRecruit > ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 240px;
}

@media screen and (max-width: 767px) {
  .c-gnavRecruit > ul {
    width: auto;
  }
}

.c-gnavRecruit ul {
  *zoom: 1;
}

.c-gnavRecruit ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-gnavRecruit li {
  width: 162.8px;
  text-align: center;
  float: left;
}

.c-gnavRecruit li:hover {
  background: #555;
}

.c-gnavRecruit a {
  display: block;
  padding: 26px 0 27px 0;
}

.c-recruitSp {
  background-color: #333;
  position: relative;
  border-bottom: 4px solid #0089CF;
  z-index: 1000;
  height: 55px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.c-recruitSp__inner {
  display: table;
  width: 100%;
}

.c-recruitSp h1, .c-recruitSp__entry, .c-recruitSp__menu {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.c-recruitSp__entry {
  width: 110px;
}

.c-recruitSp h1 {
  padding-left: 30px;
}

.c-recruitSp h1 img {
  background: #333;
}

.c-recruitSp__menu {
  cursor: pointer;
  width: 50px;
}

.c-menuSpRecruit {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 100;
}

.c-menuSpRecruit ul {
  border-top: 1px solid #CCC;
}

.c-menuSpRecruit li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #CCC;
  line-height: 1;
}

.c-menuSpRecruit a {
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #333;
  display: block;
  position: relative;
}

.c-menuSpRecruit a:before {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #146BAF;
  border-right: 2px solid #146BAF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.c-menuSpRecruit span {
  display: block;
  color: #0089d0;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.c-footerTop {
  background: #333;
  height: 130px;
}

.c-footerTop__nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-footerTop__nav {
    width: auto;
  }
}

.c-footerTop__nav > ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 195px;
}

@media screen and (max-width: 767px) {
  .c-footerTop__nav > ul {
    width: auto;
  }
}

.c-footerTop__nav ul {
  *zoom: 1;
}

.c-footerTop__nav ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-footerTop__nav li {
  float: left;
  margin-right: 55px;
  padding-bottom: 15px;
}

.c-footerTop__nav li:hover {
  opacity: 1;
  visibility: visible;
}

.c-footerTop .btnTop_recruit {
  margin-top: -60px;
  z-index: 10;
}

.c-footerTop .btnTop_recruit img {
  margin-top: -5px;
  float: right;
}

@media screen and (max-width: 767px) {
  .page-recruit .c-footerMenu {
    margin-top: 0px;
  }
}

.c-footerMenu {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .c-footerMenu {
    margin-top: 70px;
  }
}

.c-footerMenu .btnTop_recruit {
  position: relative;
}

.c-footerMenu .btnTop_recruit img {
  margin-bottom: -35px;
  float: right;
}

@media screen and (max-width: 767px) {
  .c-footerMenu .btnTop_recruit img {
    position: absolute;
    right: 10px;
    top: -30px;
    float: none;
    margin-bottom: 0;
    width: 45px;
    height: auto;
  }
}

.c-footerBottom {
  background-image: url("img/bg_footer.png");
}

.c-footerBottom__logo {
  text-align: center;
  padding: 9px;
}

.c-footerBottom__logo img {
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .c-footerBottom__logo img {
    padding-right: 0;
    padding-top: 15px;
    text-align: center;
  }
}

.c-footerBottom__copy {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-footerBottom__copy {
    width: auto;
  }
}

.c-footerBottom__copy p {
  font-size: 1.2rem;
  margin-top: -40px;
  float: right;
}

@media screen and (max-width: 767px) {
  .c-footerBottom__copy p {
    margin-top: 0px;
    padding-bottom: 10px;
    float: none;
    text-align: center;
    font-size: 1.0rem;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------

------------------------------------------------------------*/
.page-r_message .c-breadcrumbs {
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.page-r_message.fp-viewing-section0 .c-breadcrumbs {
  opacity: 1;
}

.section .spbg img {
  width: 100%;
}

#section0 {
  position: relative;
  background: url("img/r_message/bg_10.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  #section0 {
    background: none;
    height: auto !important;
  }
}

#section0 .c-recruitTitle {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  #section0 .c-recruitTitle {
    position: absolute;
    z-index: 100;
    padding-top: 60px;
    margin-bottom: 35px;
    width: 100%;
  }
}

#section0 .c-recruitTitle span {
  color: #FFF;
}

#section0 .c-infoMessage {
  position: absolute;
  top: 50%;
  left: 20%;
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  #section0 .c-infoMessage {
    display: none;
  }
}

#section0 .c-infoMessage p {
  margin-top: 60px;
}

@media screen and (max-height: 750px) {
  #section0 .c-infoMessage {
    top: auto;
    bottom: 15%;
  }
}

@media screen and (max-height: 660px) {
  #section0 .c-infoMessage {
    top: auto;
    bottom: 6%;
  }
}

#section1 {
  background: url("img/r_message/bg_11.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  #section1 {
    background: url("img/r_message/bg_21.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: auto !important;
  }
}

#section1 p {
  position: absolute;
  bottom: 10%;
  left: 8%;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  #section1 p {
    display: none;
  }
}

#section2 {
  background: url("img/r_message/bg_12.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  #section2 {
    background: url("img/r_message/bg_22.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: auto !important;
  }
}

#section2 p {
  position: absolute;
  bottom: 10%;
  left: 8%;
  opacity: 1 !important;
}

#section3 {
  background: url("img/r_message/bg_13.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  #section3 {
    background: url("img/r_message/bg_23.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: auto !important;
  }
}

#section3 p {
  position: absolute;
  bottom: 10%;
  left: 8%;
  opacity: 1 !important;
}

#section4 {
  background-color: #D9ECF7;
}

@media screen and (max-width: 767px) {
  #section4 {
    padding: 40px 0px 0px 0px;
  }
}

#section4 .c-recruitTitle {
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  #section4 .c-recruitTitle {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #section4 .c-buttonEntry {
    padding-top: 0;
  }
}

.p-section4-1 {
  padding: 0 10px;
}

.p-section4-1 h3 {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-section4-1 h3 {
    margin-top: 40px;
  }
}

.p-section4-2 {
  padding-top: 20px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-section4-2 {
    padding: 20px 10px 40px 10px;
  }
}

.p-section4-2 p {
  text-align: center;
  line-height: 2.0;
  font-size: 2.2em;
  margin-top: 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .p-section4-2 p {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-section4-3 {
    background: #FFF;
    padding: 40px 0 50px 0;
  }
}

body.fp-viewing-4 #fp-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-r_message .c-footerMenu {
    margin-top: 0px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.color li {
  color: #fff;
}

.color li a {
  color: #fff;
}

.r_work {
  *zoom: 1;
}

.r_work:after {
  display: block;
  content: "";
  clear: both;
}

.r_work .r_work1 {
  padding-top: 140px;
  z-index: 2;
  background-color: #032383;
  background: url("img/r_work/bg_01.jpg");
}

@media screen and (max-width: 767px) {
  .r_work .r_work1 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.r_work .r_work1__info {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .r_work .r_work1__info {
    width: auto;
  }
}

.r_work .r_work1__info p {
  margin-top: 45px;
  font-size: 26px;
  color: #fff;
  padding-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .r_work .r_work1__info p {
    padding-bottom: 60px;
    font-size: 1.8rem;
  }
}

.r_work .c-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .r_work .c-inner {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .r_work .c-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

.r_work .c-inner__left {
  width: 600px;
  float: left;
}

@media screen and (max-width: 767px) {
  .r_work .c-inner__left {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  .r_work .c-inner__left img {
    width: 100%;
  }
}

.r_work .c-inner__right {
  width: 605px;
  padding-left: 80px;
  padding-right: 101px;
}

@media screen and (max-width: 767px) {
  .r_work .c-inner__right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .r_work .c-inner__right--button {
    text-align: center;
    margin: auto;
  }
}

.r_work .c-inner__right .c-info3 {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .r_work .c-inner__right .c-info3 {
    margin-top: 20px;
    width: 100%;
  }
}

.r_work .c-inner__right .c-button4 {
  margin-top: 30px;
  float: left;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .r_work .c-inner__right .c-button4 {
    float: none;
    margin-top: 15px;
    margin-right: 0;
  }
}

.r_work .c-inner__right .c-button4:nth-child(2) {
  margin-right: 0;
}

.r_work .r_work2 {
  background-color: #032383;
}

.r_work .r_work2__bg {
  border-top: 2px solid #fff;
  font-size: 1.6rem;
  line-height: 1.7em;
  position: relative;
}

.r_work .r_work2__bg:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -0.5px;
  left: 50%;
}

.r_work .r_work2__bg--1 {
  background: #9BC1E8;
  background: url("img/r_work/bg_02.jpg");
}

.r_work .r_work2__bg--1:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_01.png") no-repeat;
}

.r_work .r_work2__bg--2 {
  border-top: 2px solid #fff;
  background: url("img/r_work/bg_03.jpg");
}

.r_work .r_work2__bg--2:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_02.png") no-repeat;
}

.r_work .r_work2__bg--3 {
  border-top: 2px solid #fff;
  background: url("img/r_work/bg_04.jpg");
}

.r_work .r_work2__bg--3:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_03.png") no-repeat;
}

.r_work .r_work2__bg--4 {
  border-top: 2px solid #fff;
  background: url("img/r_work/bg_05.jpg");
}

.r_work .r_work2__bg--4:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_04.png") no-repeat;
}

.r_work .r_work2__bg--5 {
  border-top: 2px solid #fff;
  background: url("img/r_work/bg_06.jpg");
}

.r_work .r_work2__bg--5:before {
  content: "";
  display: block;
  margin-left: -94px;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_05.png") no-repeat;
}

.r_work .r_work2__bg--6 {
  border-top: 2px solid #fff;
  background: url("img/r_work/bg_07.jpg");
}

.r_work .r_work2__bg--6:before {
  content: "";
  display: block;
  margin-left: -94px;
  top: -2px;
  left: 50%;
  width: 190px;
  height: 44px;
  background: url("img/r_work/arrow_06.png") no-repeat;
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------

------------------------------------------------------------*/
.p_interview {
  padding-top: 123px;
  background-color: #D9ECF7;
}

@media screen and (max-width: 767px) {
  .p_interview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p_interview0 {
  margin-top: 70px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p_interview0 {
    margin-top: 35px;
    padding: 0 10px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.p_interview1 {
  *zoom: 1;
}

.p_interview1:after {
  display: block;
  content: "";
  clear: both;
}

.p_interview_head {
  padding-top: 123px;
  background: url(img/r_interview1/bg_01.jpg) no-repeat 0 47%;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  .p_interview_head {
    padding-top: 40px;
  }
}

.p_interview_head__inner {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_interview_head__inner {
    width: auto;
    min-height: auto;
  }
}

.p_interview_head__info {
  background: #0081CC;
  color: #FFF;
  position: absolute;
  right: 30%;
  margin-right: -200px;
  top: 150px;
  width: 400px;
  text-align: center;
  padding: 30px 30px 20px 30px;
}

@media screen and (max-width: 767px) {
  .p_interview_head__info {
    background: none;
    top: auto;
    right: auto;
    margin: 0;
    padding: 15px;
    bottom: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p_interview_head__info__inner {
    background: rgba(0, 129, 204, 0.8);
    padding: 15px;
  }
}

.p_interview_head__info p {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .p_interview_head__info p {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.p_interview_head__info dl {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p_interview_head__info dl {
    margin-top: 15px;
  }
}

.p_interview_head__info dd {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p_interview_head__info dd {
    font-size: 1.1rem;
  }
}

.p_interview_head__info dt {
  font-weight: bold;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .p_interview_head__info dt {
    font-size: 1.4rem;
  }
}

.p_interview_head__img {
  position: absolute;
  bottom: 0;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .p_interview_head__img {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 10px;
    text-align: center;
  }
  .p_interview_head__img img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p_interview11 {
  *zoom: 1;
  position: relative;
}

.p_interview11:after {
  display: block;
  content: "";
  clear: both;
}

.p_interview11 .c-info1 {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_interview11 .c-info1 {
    position: absolute;
    z-index: 1;
    padding-bottom: 20px;
  }
}

.p_interview12 {
  *zoom: 1;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
}

.p_interview12:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p_interview12 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p_interview12 {
    margin-top: 40px;
  }
}

.p_interview15 {
  *zoom: 1;
  margin-top: 120px;
}

.p_interview15:after {
  display: block;
  content: "";
  clear: both;
}

.p_interview15 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p_interview15 {
    margin-top: 60px;
  }
}

.p_interview16 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p_interview16 {
    width: auto;
  }
}

.p_interview17 {
  *zoom: 1;
  margin-top: 100px;
  background-color: #C7DDF3;
}
@media screen and (max-width: 767px) {
  .p_interview17 {
    margin-top: 50px;
  }  
}

.p_interview17:after {
  display: block;
  content: "";
  clear: both;
}

.p_interview17 .c-titleSlide {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  text-align: center;
  /* font-size: 18px; */
  font-size: 30px;
  /* color: #0089D0; */
  color: #193F89;
  font-weight: bold;
}
.p_interview17 .c-titleSlide p br {
  display: none;
}

@media screen and (max-width: 767px) {
  .p_interview17 .c-titleSlide {
    width: auto;
  }
  .p_interview17 .c-titleSlide p br {
    display: block;
  }
}

.p_interview17 p {
  font-weight: bold;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/*------------------------------------------------------------

------------------------------------------------------------*/
/*------------------------------------------------------------

------------------------------------------------------------*/
.r_info {
  padding-top: 123px;
  background-color: #D9ECF7;
}

@media screen and (max-width: 767px) {
  .r_info {
    padding-top: 30px;
  }
}

.r_info .c-title8 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .r_info .c-title8 {
    margin-bottom: 20px;
  }
}

.r_info .c-titleTable2 {
  margin-bottom: 20px;
}

.r_info .c-table2 {
  margin: 0 0 40px 0;
  border: collapse;
  border-spacing: 0;
  border-top: 1px solid #D4D9DD;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  width: 100%;
}

.r_info .c-table2 a {
  text-decoration: underline;
  color: #0089CF;
}

.r_info .c-table2 tr {
  width: 100%;
}

.r_info .c-table2 tr:last-child {
  border-bottom: none;
}

.r_info .c-table2 th,
.r_info .c-table2 td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #D4D9DD;
}

@media screen and (max-width: 767px) {
  .r_info .c-table2 th,
  .r_info .c-table2 td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
  }
}

.r_info .c-table2 th {
  width: 180px;
  text-align: left;
  color: #0089CF;
}

@media screen and (max-width: 767px) {
  .r_info .c-table2 th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.r_info .c-table2 td {
  position: relative;
}

.r_info .c-table2 td .c-button2 {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .r_info .c-table2 td .c-button2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.r_info .r_info1 {
  margin-bottom: 45px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .r_info .r_info1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .r_info .r_info1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}

.r_info .r_info2 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .r_info .r_info2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .r_info .r_info2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
}

.r_info .r_info3 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .r_info .r_info3 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .r_info .r_info3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.r_entry {
  *zoom: 1;
  padding-top: 123px;
}

.r_entry:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .r_entry {
    padding: 0 15px;
    padding-top: 30px;
  }
}

.r_entry .r_entry1 {
  color: #333333;
  margin-top: 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .r_entry .r_entry1 {
    font-size: 13px;
    margin-top: 20px;
  }
}

.r_entry .r_entry1 a {
  text-decoration: underline;
}

.r_entry .r_entry1 p + p {
  margin-top: 10px;
}

.r_entry .orange {
  color: #F96513;
  padding-top: 28px;
  font-weight: bold;
}

.r_entry .c-buttonSend {
  margin-bottom: 74px;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* Flow
------------------------------------------------------------*/
.r_entry_complete {
  *zoom: 1;
}

.r_entry_complete:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .r_entry_complete {
    padding: 0 15px;
  }
}

.r_entry1_complete {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .r_entry1_complete {
    padding-bottom: 20px;
  }
}

.r_entry1_complete p {
  font-size: 1.5rem;
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  *zoom: 1;
}

.c-flow:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-flow {
    margin-top: 20px;
  }
}

.c-flow span {
  width: 50%;
  padding: 15px 0;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-flow span {
    font-size: 13px;
    padding: 18px 0;
  }
}

.c-flow .u-blue {
  color: #fff;
  background: #005CA2;
  position: relative;
}

.c-flow .u-blue a {
  color: #fff;
}

.c-flow .arrow {
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 20px solid #005CA2;
  z-index: 1;
  padding: 0;
}

.c-flow .u-grey {
  color: #000;
  background: #EEEEEE;
  position: relative;
}

.c-flow .u-grey a {
  color: #000;
}

.c-flow .u-grey .arrow {
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 20px solid #EEEEEE;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.r_faq {
  padding-top: 123px;
  background-color: #D9ECF7;
  *zoom: 1;
}

.r_faq:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .r_faq {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}

.r_faq .r_faq1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
  padding-bottom: 70px;
  border-top: 1px solid #D4D9DD;
}

@media screen and (max-width: 767px) {
  .r_faq .r_faq1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .r_faq .r_faq1 {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.r_faq .r_faq1 h3 {
  background: url(img/r_faq/icon_FAQ.png) 0 47% no-repeat;
  padding: 18px 0 18px 40px;
  padding-left: 40px;
  font-size: 2.0rem;
  color: #0089CF;
}

@media screen and (max-width: 767px) {
  .r_faq .r_faq1 h3 {
    -webkit-background-size: 20px 20px;
            background-size: 20px;
    font-size: 1.6rem;
    padding-left: 30px;
  }
}

.r_faq .r_faq1 p {
  border-bottom: 1px solid #D4D9DD;
  font-size: 1.5rem;
  color: #333;
  padding-bottom: 18px;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .r_faq .r_faq1 p {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

/*------------------------------------------------------------
for develop browser-sync
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

/*------------------------------------------------------------
color
------------------------------------------------------------*/
.u-orange {
  color: #F96513;
}

/*------------------------------------------------------------
font weight
------------------------------------------------------------*/
.u-bold {
  font-weight: bold;
}


/*------------------------------------------------------------
Movie
------------------------------------------------------------*/
.c-movie{
  background: #DFEAF3;
  padding: 40px 0;
  text-align: center;
  margin-top: 70px;
}

.c-movie__wrap{
  width: 640px;
  margin: 0 auto;
}

.c-movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {

.c-movie{
  padding: 20px 0;
  margin-top: 30px;
}

.c-movie__wrap{
  width: 100%;
  margin: 0 auto;
}

}


/*------------------------------------------------------------
SLIDER 調整
------------------------------------------------------------*/
.page-top > *{
  opacity: 0;
  animation: fadePage 0.5s ease-in-out 1.5s forwards;
}

@-webkit-keyframes fadePage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadePage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .page-technology .p-technology__list li:nth-child(3n+1) {
    width: 40%;
  }
  .page-technology .p-technology__list li:nth-child(3n+2) {
    width: 37%;
  }
  .page-technology .p-technology__list li:nth-child(3n) {
    width: 23%;
  }

  .page-technology2 .p-technology__list li:nth-child(3n+1) {
    width: 35%;
  }
  .page-technology2 .p-technology__list li:nth-child(3n+2) {
    width: 35%;
  }
  .page-technology2 .p-technology__list li:nth-child(3n) {
    width: 30%;
  }

  .page-technology3 .p-technology__list li:nth-child(3n+1) {
    width: 40%;
  }
  .page-technology3 .p-technology__list li:nth-child(3n+2) {
    width: 36%;
  }
  .page-technology3 .p-technology__list li:nth-child(3n) {
    width: 24%;
  }

  .page-technology4 .p-technology__list li:nth-child(3n+1) {
    width: 40%;
  }
  .page-technology4 .p-technology__list li:nth-child(3n+2) {
    width: 36%;
  }
  .page-technology4 .p-technology__list li:nth-child(3n) {
    width: 24%;
  }

  .page-technology5 .p-technology__list li:nth-child(3n+1) {
    width: 40%;
  }
  .page-technology5 .p-technology__list li:nth-child(3n+2) {
    width: 40%;
  }
  .page-technology5 .p-technology__list li:nth-child(3n) {
    width: 20%;
  }

  .page-technology6 .p-technology__list li:nth-child(3n+1) {
    width: 40%;
  }
  .page-technology6 .p-technology__list li:nth-child(3n+2) {
    width: 40%;
  }
  .page-technology6 .p-technology__list li:nth-child(3n) {
    width: 20%;
  }

  .page-technology7 .p-technology__list li:nth-child(3n+1) {
    width: 34%;
  }
  .page-technology7 .p-technology__list li:nth-child(3n+2) {
    width: 36%;
  }
  .page-technology7 .p-technology__list li:nth-child(3n) {
    width: 30%;
  }
}


.textLink{
  color: #005CA2;
  text-decoration: underline;
}


/* インタビュー投稿詳細ページ下部のスライダー */
.interview_slide .img_box {
  /* width: 272px; */
  margin-left: auto;
  position: relative;
}
.interview_slide .img_box img {
  width: 100%;
  max-width: 100%;
}
.interview_slide .img_box::after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3), rgba(0,0,0,0.45));
}
.interview_slide 

.interview_slide .img_box .slide_text_area {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: unset;
}
.interview_slide .slide_info_area span {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  display: block;
  background-color: #48C7FF;
  color: #fff;
  padding: 6px 13px;
  width: max-content;
}
.interview_slide .slide_info_area span:first-child {
  padding-bottom: 3px;
}
.interview_slide .slide_info_area span:last-child {
  padding-top: 3px;
}

.interview_slide .slide_name_area {
  margin-top: 14px;
  padding-left: 18px;
  padding-bottom: 20px;
}
.interview_slide .slide_name_area span {
  font-size: 29px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}


.interview_slide a {
  display: block;
  width: 100%;
  padding: 0 11.5px;
  box-sizing: border-box;
}
.interview_slide .slide {
  width: 25% !important;
}
@media screen and (max-width: 768px) {
  .interview_slide a {
    padding: 0 6.5px;
  }
}
@media screen and (max-width: 414px) {
  .interview_slide a {
    padding: 0 6px;
  }
}
@media screen and (max-width: 375px) {
  .interview_slide a {
    padding: 0 6.5px;
  }
}
@media screen and (max-width: 330px) {
  .interview_slide a {
    padding: 0 5.5px;
  }
}

@media screen and (max-width: 768px) {
  .slider.interview_slider {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.slider.interview_slider {
  padding-bottom: 40px;
  position: relative;
}
.interview_detail {
  padding-bottom: 40px;
}
.slider.interview_slider #next {
  float: unset;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 5;
}
.slider.interview_slider #prev {
  float: unset;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (min-width: 1300px) {
  .slider.interview_slider #next {
    right: -7px;
  }
  .slider.interview_slider #prev {
    /* left: -18px; */
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .slider.interview_slider #next {
    right: 60px;
  }
  .slider.interview_slider #prev {
    left: 60px;
  }
}
@media screen and (max-width: 679px) {
  .slider.interview_slider #next {
    right: 20%;
  }
  .slider.interview_slider #prev {
    left: 20%;
  }
}
@media screen and (max-width: 500px) {
  .slider.interview_slider #next {
    right: 35px;
  }
  .slider.interview_slider #prev {
    left: 35px;
  }
}
@media screen and (max-width: 330px) {
  .slider.interview_slider #next {
    right: 8px;
  }
  .slider.interview_slider #prev {
    left: 8px;
  }
}



/**********************************
******* インタビュー詳細 
***********************************/

/* outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');



.interview_wrap {
  overflow: hidden;
}

.interview_fv {
  max-width: 1435px;
  margin-left: auto;
  margin-right: auto;
}


.interview_fv .fv_img {
  position: relative;
  max-width: 980px;
  width: 68%;
  margin-top: 145px;
  margin-left: min(14.5%, 200px);
}

.interview_fv .fv_img::after {
  content: '';
  width: 77vw;
  height: calc(137.5% + 20px);
  background-color: #193F8C;
  position: absolute;
  top: -145px;
  left: 120px;
  z-index: -1;
}
/* 影をつけるための擬似要素 */
.interview_fv .fv_img .img {
  position: relative;
}
.interview_fv .fv_img .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow:0px -255px 180px -125px rgba(0, 0, 0, 0.55) inset;
}


.interview_fv .fv_img .vertical_text {
  position: absolute;
  top: 20px;
  right: -45px;
  display: flex;
  flex-direction: row-reverse;
}
.interview_fv .fv_img .vertical_text p {
  display: block;
}
.interview_fv .fv_img .vertical_text p span {
  writing-mode: vertical-rl;
  font-size: 38px;
  display: flex;
  align-items: center;
  width: 70px;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.0;
  /* padding: 12px 14px; */
  padding: 12px 0px;
  text-shadow:
  .5px .5px #000,
  -.5px .5px #000;
}
.interview_fv .fv_img .vertical_text p:first-child span {
  /* padding-right: 17px; */
  padding-right: 8px;

}
.interview_fv .fv_img .vertical_text p:last-child span {
  /* padding-left: 17px; */
  padding-left: 8px;
}



.interview_fv .fv_img .prof_text {
  position: absolute;
  left: 0;
  bottom: 0;
}
.interview_fv .fv_img .prof_text .join_date,
.interview_fv .fv_img .prof_text .department_name {
  color: #fff;
  background-color: #48C7FF;
  display: block;
  font-weight: bold;
  font-size: 20px;
  width: max-content;
}
.interview_fv .fv_img .prof_text .join_date {
  padding: 6px 30px 0px 25px;
}
.interview_fv .fv_img .prof_text .department_name {
  padding: 5px 30px 5px 25px;
}

.interview_fv .fv_img .prof_text .person_name {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #fff;
  display: block;
  padding: 10px 0 6px 18px;
}

.interview_wrap .column {
  margin-top: 130px;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}
.interview_wrap .column.type01 .column_inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.interview_wrap .column.type02 .column_inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.interview_wrap .column .question_title {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  letter-spacing: 0.13em;
  font-weight: 500;
  color: #48C7FF;
}
.interview_wrap .column .main_title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 8px;
  color: #193F8C;
}
.interview_wrap .column .sub_title {
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #606060;
  margin-top: 25px;
}
.interview_wrap .column .content {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.4375;
  font-weight: bold;
  color: #606060;
  margin-top: 25px;
}

.interview_wrap .column .flex_box .img_box {
  min-width: 490px;
}

.interview_wrap .column .flex_box {
  display: flex;
  column-gap: 80px;
}
.interview_wrap .column .flex_box.type01 {
  flex-direction: row-reverse;
}

.interview_wrap .column_inner {
  position: relative;
}
.interview_wrap .bg_parts {
  width: 383px;
}
.interview_wrap .bg_parts.right {
  position: absolute;
  top: -300px;
  right: -150px;
  z-index: -1;
}
.interview_wrap .bg_parts.left {
  position: absolute;
  top: -330px;
  left: -150px;
  z-index: -1;
}

/* メッセージボックス */
.message_box_wrap {
  margin-top: 150px;
  padding-right: 5.3vw;
  padding-left: 5.3vw;
}
.message_box_wrap .column_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.message_box_wrap .message_box {
  border-radius: 10px;
  background-color: rgba(0, 112, 178, 0.1);
  padding: 85px 85px 85px 100px;
}

.message_box_wrap .flex_box {
  display: flex;
  align-items: center;
}
.message_box_wrap .left_box {
  min-width: 240px;
  position: relative;
}
.message_box_wrap .left_box .img {
  border-radius: 50%;
  overflow: hidden;
}
.message_box_wrap .left_box .message_img {
  position: absolute;
  width: 87.5%;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.message_box_wrap .right_box {
  margin-left: 82px;
}
.message_box_wrap .right_box .title_area {
  width: max-content;
  position: relative;
}
.message_box_wrap .right_box .title_area .title {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #193F8C;
}
.message_box_wrap .right_box .title_area .img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.message_box_wrap .right_box .text_area {
  margin-top: 38px;
}
.message_box_wrap .right_box .text_area p {
  font-size: 16px;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #606060;
}

.iv_list_title {
  margin-bottom: 30px;
}
.iv_list_title h2 {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.0;
  padding-left: 17px;
  color: #193F8C;
  font-weight: bold;
}
.iv_list_title h2::after {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #193F8C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.interview_list_wrap.second {
  margin-top: 95px;
}

@media screen and (max-width: 1300px) {
  .interview_fv .fv_img .vertical_text p span {
    font-size: 34px;
    width: 63px;
  }
  .interview_fv .fv_img .vertical_text p:first-child span {
    /* padding-right: 17px; */
    padding-right: 6px;
  
  }
  .interview_fv .fv_img .vertical_text p:last-child span {
    /* padding-left: 17px; */
    padding-left: 6px;
  }
}
@media screen and (max-width: 1250px) {
  .interview_fv .fv_img .vertical_text p span {
    font-size: 30px;
    width: 58px;
  } 
  .interview_fv .fv_img .vertical_text p:first-child span {
    /* padding-right: 17px; */
    padding-right: 8px;
  
  }
  .interview_fv .fv_img .vertical_text p:last-child span {
    /* padding-left: 17px; */
    padding-left: 8px;
  }
}


@media screen and (max-width: 767px) {


  .interview_fv .fv_img {
    position: relative;
    width: 100%;
    margin-top: 85px;
    margin-left: 0;
    /* box-shadow:0px -8px 8px -1px #ccc inset; */
  }
  .interview_fv .fv_img::after {
    content: '';
    width: calc(100% - 17px);
    /* height: 210.3%; */
    height: 119.136%;
    position: absolute;
    top: -40px;
    left: unset;
    right: 0;
    z-index: -1;
  }
  
  .interview_fv .fv_img .vertical_text {
    position: absolute;
    top: 12px;
    right: 17px;
    display: flex;
    flex-direction: row-reverse;
  }
  .interview_fv .fv_img .vertical_text p span {
    font-size: 19px;
    font-weight: bold;
    writing-mode: vertical-rl;
    background-color: #fff;
    line-height: 1.0;
    width: 38px;
    padding: 8px 0;
    /* padding: 6px 7px; */

    /* text-shadow: unset; */
  
  }
  .interview_fv .fv_img .vertical_text p:first-child span {
    /* padding-right: 10px; */
    padding-right: 5px;
  }
  .interview_fv .fv_img .vertical_text p:last-child span {
    /* padding-left: 10px; */
    padding-left: 5px;
  }
  
  .interview_fv .fv_img .img::before {
    box-shadow:0px -60px 30px -25px rgba(0, 0, 0, 0.3) inset;
  }  

  
  .interview_fv .fv_img .prof_text {
    position: unset;
    margin-top: 40px;
    margin-left: 38px;
  }
  .interview_fv .fv_img .prof_text .join_date,
  .interview_fv .fv_img .prof_text .department_name {
    font-size: 15px;
  }
  .interview_fv .fv_img .prof_text .join_date {
    padding: 5px 15px 0px 15px;
  }
  .interview_fv .fv_img .prof_text .department_name {
    padding: 4px 15px 5px 15px;
  }
  
  .interview_fv .fv_img .prof_text .person_name {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #fff;
    display: block;
    padding: 8px 0 0 15px;
  }
  
  .interview_wrap .column {
    margin-top: 70px;
    padding-left: 4.0vw;
    padding-right: 4.0vw;
  }
  
  .interview_wrap .column .question_title {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    letter-spacing: 0.13em;
    font-weight: bold;
    color: #48C7FF;
  }
  .interview_wrap .column .main_title {
    font-size: 30px;
    margin-top: 8px;
  }
  .interview_wrap .column .sub_title {
    font-size: 23px;
    margin-top: 22px;
    line-height: 1.68;
  }
  .interview_wrap .column .content {
    font-size: 16px;
    line-height: 2.0625;
    margin-top: 25px;
  }
  
  .interview_wrap .column .flex_box .img_box {
    min-width: unset;
    width: 100%;
    margin-top: 25px;
  }
  
  .interview_wrap .column .flex_box {
    display: block;
  }
  
  .interview_wrap .column_inner {
    position: relative;
  }
  .interview_wrap .bg_parts {
    width: 220px;
  }
  .interview_wrap .bg_parts.right {
    position: absolute;
    top: -100px;
    right: -55px;
    z-index: -1;
  }
  .interview_wrap .bg_parts.left {
    position: absolute;
    top: -125px;
    left: -48px;
    z-index: -1;
  }
  
  /* メッセージボックス */
  .message_box_wrap {
    margin-top: 50px;
    padding-right: 5.3vw;
    padding-left: 5.3vw;
  }
  .message_box_wrap .message_box {
    padding: 66px 30px 30px 35px;
  }
  
  .message_box_wrap .flex_box {
    display: block;
  }
  .message_box_wrap .left_box {
    min-width: 168px;
    width: 168px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .message_box_wrap .left_box .img {
    border-radius: 50%;
    overflow: hidden;
  }
  .message_box_wrap .left_box .message_img {
    position: absolute;
    width: 87.5%;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .message_box_wrap .right_box {
    margin-left: unset;
    margin-top: 28px;
  }
  .message_box_wrap .right_box .title_area {
    margin-left: auto;
    margin-right: auto;
  }
  .message_box_wrap .right_box .title_area .title {
    font-size: 20px;
  }
  .message_box_wrap .right_box .title_area .img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .message_box_wrap .right_box .text_area {
    margin-top: 38px;
  }
  .message_box_wrap .right_box .text_area p {
    font-size: 16px;
    line-height: 2.0625;
  }

  .iv_list_title {
    margin-bottom: 25px;
  }
  .iv_list_title h2 {
    font-size: 18px;
  }
  
}


@media screen and (max-width: 330px) {

  .interview_fv .fv_img .vertical_text p span {
    font-size: 15px;
    width: 32px;
    padding: 7px 0;
  }
  .interview_fv .fv_img .vertical_text p:first-child span {
    /* padding-right: 10px; */
    padding-right: 3px;
  }
  .interview_fv .fv_img .vertical_text p:last-child span {
    /* padding-left: 10px; */
    padding-left: 3px;
  }

  .interview_fv .fv_img .prof_text .join_date,
  .interview_fv .fv_img .prof_text .department_name {
    font-size: 13px;
  }
  .interview_fv .fv_img .prof_text .join_date {
    padding: 4px 15px 0px 15px;
  }
  .interview_fv .fv_img .prof_text .department_name {
    padding: 4px 15px 4px 15px;
  }
  
  .interview_fv .fv_img .prof_text .person_name {
    font-size: 24px;
  }
  
}


/* パン屑の色_page確定次第、後で変更 */
.page-r_interview1 .c-breadcrumbs li a,
.page-r_interview1 .c-breadcrumbs li::after,
.page-r_interview1 .c-breadcrumbs li span {
  color: darkgrey;
}

/* インタビュー詳細ページ */
.single-r_interview .c-breadcrumbs li a,
.single-r_interview .c-breadcrumbs li::after,
.single-r_interview .c-breadcrumbs li span {
  color: darkgrey;
}



/* 管理部の段上げしたスタイル */
@media screen and (min-width: 768px) {
  .interview_list_second_flex_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_list_second_flex {
    display: flex;
    margin: -11px;
  }
  .interview_list_second_flex .interview_list_wrap.second {
    width: 50%;
    padding: 11px;
  }

  .interview_list_second_flex .interview_list_wrap.second .interview_list li {
    width: 50%;
  }
}

/* youtubeURL */
.responsive_url_clearflow{
  max-width: 700px;
  width: 100%; 
  aspect-ratio: 16/9;
  margin: 0 auto;
 }
 .responsive_url_clearflow iframe{
   width: 100%;
   height: 100%;
 }
 


 /* Recruitページでは初期は固定しない（スライダーの下に配置） */
.p-recruit .l-headerWrap {
  position: absolute !important; /* 既存の fixed を打ち消す */
  top: 0;
  left: 0;
  width: 100%;
}

/* スクロール閾値を超えたら最上部で固定 */
.p-recruit .l-headerWrap.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6000; /* スライダーより上に */
}
