@charset "utf-8";

/*====================================
	General
====================================*/
body {
  color: #282828;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

h2.h2-style01 {
  content: "";
  background: url("/common/img/bg_h2bar.png") no-repeat;
  margin: 0 10px 40px 10px;
  padding-left: 30px;
}

h2.h2-style02 {
  background: #2953a6;
  color: #fff;
  font-size: 26px;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}
h2.h2-style02 span {
  font-size: 19px;
}

h2 .ttl-subttl {
  color: #1887f5;
  display: block;
  font-size: 12px;
  padding-top: 4px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin: 30px 0;
}

h3.h3-style01 {
  border-bottom: 1px solid #cb986b;
  padding-bottom: 13px;
}

h3.h3-style02 {
  display: flex;
  justify-content: center;
}

h3.h3-style02 span {
  border-bottom: 1px solid #cb986b;
  padding-bottom: 13px;
}

h3.h3-style03 {
  background: #f0f2f4;
  font-size: 22px;
  padding: 20px;
  text-align: center;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

h4.h4-style01 {
  border-bottom: 1px solid #d9e3ed;
  padding-bottom: 6px;
}

h4.h4-style02 {
  padding-bottom: 6px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

h5.h5-style01 {
position: relative;
text-indent:20px;
}

h5.h5-style01:before {
  border-top: 5px solid #cb986b;
  content: "";
  width: 12px;
  transform: skew(-20deg);
  display:inline-block;
  background-size:contain;
  margin-right: 10px;
  position:absolute;
  left:2px;
  top: 5px;
}

a {
  color: #282828;
}

a:hover {
  color: #7f2500;
  text-decoration: none;
  transition: 0.2s;
}

section {
  padding: 60px 0;
  position: relative;
}

section.main-visual {
  padding: 0;
}

#top section.content {
  padding: 0!important;
}

section.content {
  padding-top: 110px!important;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 10px 0;
}

figure img {
  display: block;
  margin: auto;
  width: 100%;
}

figcaption {
  font-size: 13px;
  text-align: center;
  margin: 0 0 15px 0;
}

ul {
  padding-left: 30px;
}

ul.ul-disc li {
  list-style: disc!important;
}

p {
  word-break: break-word;
}

@media (max-width: 767px) {
ul {
  padding-left: 20px;
}
}

/*====================================
	layout
====================================*/
@media (min-width: 576px) {
.container, .container-md, .container-sm {
  max-width: 767px;
  width: 100%;
}
}

@media (min-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 991px;
  width: 100%;
}
}

@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 1030px;
  width: 100%;  
}
.container.w900 {
  width: 930px;
}

.container.w800 {
  width: 830px;
}

.container.w770 {
  width: 800px;
}

.container.w720 {
  width: 750px;
}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1030px;
}
}

/*====================================
	header
====================================*/
#top .navbar-brand {
  background: url("/common/img/logo_w.png") no-repeat;
  background-size: contain;
  height: 21px;
  width: 171px;
}

.navbar-brand {
  background: url("/common/img/logo_br.png") no-repeat;
  background-size: contain;
  height: 21px;
  width: 171px;
}

#top .header.is-fixed .navbar-brand {
  background: url("/common/img/logo_br.png") no-repeat;
  background-size: contain;
  height: 21px;
  width: 171px;
}

/*--kgc logo--*/
.navbar-inner .logo-wrap {
  width: 200px;
  text-align: center;
}

#top .navbar-brand.kgc_logo {
  background: url("/common/img/logo_w_kgc.png") no-repeat;
  background-size: contain;
  height: 16px;
  width: 136px;
}

.navbar-brand.kgc_logo {
  background: url("/common/img/logo_br_kgc.png") no-repeat;
  background-size: contain;
  height: 16px;
  width: 136px;
}

#top .header.is-fixed .navbar-brand.kgc_logo {
  background: url("/common/img/logo_br_kgc.png") no-repeat;
  background-size: contain;
  height: 16px;
  width: 136px;
}

.header-utl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 293px;
  width: 580px;
}

#top .header-utl a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.header-utl a {
  color: #282828;
  display: flex;
  align-items: center;
  font-size: 12px;
}

#top .header.is-fixed .header-utl a {
  color: #282828;
}

#top .header.is-fixed .header-utl a:hover {
  color: #7f2500;
}

.header-utl .Gsearch {
  padding-left: 1rem;
  width: 177px;
}

#top .header-utl span:first-child .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_mail_w.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-right: 5px;
}

.header-utl span:first-child .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_mail_b.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-right: 5px;
}

#top .header.is-fixed .header-utl span:first-child .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_mail_b.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-right: 5px;
}

#top .header-utl span:nth-child(2) .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_eng_w.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.header-utl span:nth-child(2) .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_eng_b.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

#top .header.is-fixed .header-utl span:nth-child(2) .nav-link:before {
  content: "";
  background: url("/common/img/ico_header_eng_b.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.header-utl .nav-link.active {
  color: #7f2500;
}

.header-utl .nav-link:focus, .header-utl .nav-link:hover {
  color: #7f2500;
}

#top .header-utl .nav-link.active {
  color: #7f2500;
}

#top .header-utl .nav-link:focus,
.header-utl .nav-link:focus,
#top .is-fixed .header-utl .nav-link:focus,
.is-fixed .header-utl .nav-link:focus,
#top .header-utl .nav-link:hover,
.header-utl .nav-link:hover,
#top .is-fixed .header-utl .nav-link:hover,
.is-fixed .header-utl .nav-link:hover,
#top .header.is-fixed .navbar-light .navbar-nav .nav-link:hover,
.header.is-fixed .navbar-light .navbar-nav .nav-link:hover {
  color: #7f2500;
}

.navbar .bill-dl:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.navbar .online:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.navbar .recruit:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.rightWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {

.navbar .sp-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header.open .black-bg {
  opacity: 1.0!important;
  visibility: visible!important;
}

#top .header.open .navbar {
  background: #fff;
}

.header.open .navbar {
  background: #fff;
}

#top .header.open .navbar-brand {
  background: url("/common/img/logo_br.png") no-repeat;
  background-size: contain;
  height: 21px;
  width: 171px;
}

.header.open .navbar-brand {
  background: url("/common/img/logo_br.png") no-repeat;
  background-size: contain;
  height: 21px;
  width: 171px;
}

.header-utl {
  display: none;
}

.bill-dl {
  display: none;
}

.ico-mail {
  text-align: center;
}

#top .ico-mail a {
  background: url("/common/img/ico_header_mail_w_sp.png") no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 17px;
  margin: 0 auto;
}

.ico-mail a {
  background: url("/common/img/ico_header_mail_b_sp.png") no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 17px;
  margin: 0 auto;
}

#top .header.is-fixed .ico-mail a {
  background: url("/common/img/ico_header_mail_b_sp.png") no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 17px;
  margin: 0 auto;
}

#top .header.open .ico-mail a {
  background: url("/common/img/ico_header_mail_b_sp.png") no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 17px;
  margin: 0 auto;
}

.header.open .ico-mail a {
  background: url("/common/img/ico_header_mail_b_sp.png") no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 17px;
  margin: 0 auto;
}

#top .ico-mail p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 4px 0 0 0;
}

.ico-mail p {
  color: #282828;
  font-size: 12px;
  margin: 0;
  padding: 4px 0 0 0;
}

#top .header.is-fixed .ico-mail p {
  color: #282828;
}

#top .header.open .ico-mail p {
  color: #282828;
}

.header.open .ico-mail p {
  color: #282828;
}

.rightWrapper {
  display: none;
}
}


/*====================================
	Humberger menu
====================================*/
@media (max-width: 991px) {
.navbar-toggle {
  position: relative;
  width: 25px;
  height: 17px;
  cursor: pointer;
}

#top .navbar-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}

.navbar-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  border-radius: 0;
}

#top .navbar-toggle.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  border-radius: 0;
}



#top .header.is-fixed .navbar-toggle span {
  background: #777;
}

.header.is-fixed .navbar-toggle span {
  background: #777;
}

.header.open .navbar-toggle span {
  background: #777;
}

.navbar-toggle, .navbar-toggle span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.navbar-toggle span:nth-of-type(1) {
  top: 0;
}

.navbar-toggle span:nth-of-type(2) {
  top: 7px;
}

.navbar-toggle span:nth-of-type(3) {
  bottom: 0;
}

#top .navbar-toggle span:nth-of-type(4) {
  bottom: -10px;
  background: none!important;
  color: #fff;
  font-size: 12px;
  left: -3px;
}

#top .navbar-toggle.active span:nth-of-type(4) {
  bottom: -10px;
  background: none!important;
  color: #282828;
  font-size: 12px;
  left: -3px;
}


.navbar-toggle span:nth-of-type(4) {
  bottom: -10px;
  background: none!important;
  color: #282828;
  font-size: 12px;
  left: -3px;
}

#top .header.is-fixed .navbar-toggle span:nth-of-type(4) {
  bottom: -10px;
  background: none!important;
  color: #282828;
  font-size: 12px;
  left: -3px;
}

.header.open .navbar-toggle span:nth-of-type(4) {
  bottom: -10px;
  background: none!important;
  color: #282828;
  font-size: 12px;
  left: -3px;
}

#btn-hum.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) rotate(-315deg);
}

#btn-hum.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-hum.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
  padding-right: 18px;
  position: relative;
  top: -9px;
  width: 80px;
}

.navbar-toggler p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 4px 0 0 0;
}

.header.is-fixed .navbar-toggler p {
  color: #282828;
}
}

@media (max-width: 375px) {
.navbar-light .navbar-toggler {
  width: 53px;
}
}
/*====================================
	Google search
====================================*/
.Gsearch .gsc-control-cse {
  background: none!important;
  border: none!important;
  padding: 0!important;
}

.Gsearch .gsc-input {
  background: none!important;
  font-size: 12px!important;
  padding: 0!important;
}

.Gsearch .gsc-input-box {
  padding: 0!important;
  border-radius: 0!important;
}

.Gsearch form.gsc-search-box {
  font-size: 12px!important;
  margin: 0!important;
}

.Gsearch .gsib_a {
  padding: 4px 9px 4px 9px!important;
}

.Gsearch .gsst_b {
  font-size: 12px!important;
}

.Gsearch .gsib_b {
  display: none!important;
}

.Gsearch .gsc-search-button {
  margin-left: 0!important;
}

.Gsearch .gsc-search-button-v2 {
  background: #1887F5;
  border: none!important;
  border-radius: 0!important;
  margin: 0;
  padding: 8px 10px 7px 10px!important;
  vertical-align: middle;
}

@media (max-width: 767px) {
.Gsearch {
  display: none;
}
}

/*====================================
	gnavi
====================================*/
#top .header .navbar {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 20px;
  height: 110px;
}

.header .navbar {
  background: #fff;
  box-shadow: 0 0 3px black;
  height: 110px;
}

#top .header.is-fixed .navbar {
  background: #fff;
  box-shadow: 0 0 3px black;
  height: 110px;
}

.header.is-fixed .navbar {
  background: #fff;
  box-shadow: 0 0 3px black;
  height: 110px;
}

@media (min-width: 992px) {
.navbar-nav {
  margin-top: 44px;
}

.container.navbar-inner {
  position: relative;
}
}

#top .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #282828;
  font-size: 16px;
}

@media (min-width: 992px) {
.navbar-light .navbar-nav .nav-link.ac {
  color: #7f2500;
}

#top .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
}

#top .header.is-fixed .navbar-light .navbar-nav .nav-link {
  color: #282828;
}

.header.is-fixed .navbar-light .navbar-nav .nav-link {
  color: #282828;
}

#top .header.is-fixed .navbar-light .navbar-nav .nav-link.ac,
.header.is-fixed .navbar-light .navbar-nav .nav-link.ac {
  color: #7f2500;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #7f2500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #7f2500;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #282828;
}

#top .navbar-light .navbar-nav .nav-link.active {
  color: #7f2500;
}

#top .navbar-light .navbar-nav .nav-link:hover {
  color: #7f2500;
}

#top .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #7f2500!important;
}

/*--dropdown show--*/

@keyframes show {
from{
  opacity: 0;
}
to{
  opacity: 1;
}
}

.dropdown-menu.show {
  display: block;
  animation: show 0.3s linear 0s;
}

/*--/dropdown show--*/


@media (min-width: 992px) {
.navbar-nav {
  /*position: relative;*/
}

.navbar-collapse {
  justify-content: flex-end;
  /*position: relative;*/
}

.navbar-nav .dropdown-menu {
  background: #fafafa;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute!important;
  top: 110px;
  right: 0;
  left: 0;
  margin: auto;
  width: 955px;
  z-index: -1;
}

.navbar-nav .dropdown-menu .row {
  padding: 0;
  margin: 0;
}

.navbar-nav .dropdown-menu .row [class^="col"]  {
  padding: 0;
  margin: 0;
}

.nav-item.dropdown.show > a {
  position: relative;
}

.nav-item.dropdown.show > a:before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 0;
  bottom: -36px;
  right: 0;
  margin: auto;
}

.dropdown-menu > .row > .left-col {
  flex-basis: 210px;
}

.dropdown-menu > .row > .left-col img {
  position: relative;
}

.dropdown-menu > .row > .left-col span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 30%;
  line-height: 1.0;
  -webkit-transform: translate(-27%, -50%);
  transform: translate(-27%, -50%);
}

.dropdown-menu > .row > .left-col span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-menu > .row > .right-col >.row [class^="col"] {
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.dropdown-menu > .row > .right-col >.row [class^="col"]:nth-child(4) {
  padding-right: 0;
}

.dropdown-menu > .row > .right-col >.row [class^="col"]:nth-child(n+5) {
  padding-bottom: 0;
}

.dropdown-menu > .row > .right-col >.row [class^="col"]:nth-child(8) {
  padding-right: 0;
}

a.dropdown-item {
  background: #fff;
  color: #282828;
  font-size: 14px;
  line-height: 1.0;
  padding: 13px;
}

a.dropdown-item:hover {
  background: #ddd;
}

a.dropdown-item:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-nav .nav-link {
  /*padding: 0.5rem 1.875rem!important;*/
  padding: 0!important;
  margin: 0.5rem 1.78rem!important;
}

#top .navbar-nav .nav-item .nav-link.recruit-link:after {
  content: "";
	background: url("/common/img/ico_blank_w.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
  margin-left: 6px;
}

.navbar-nav .nav-item .nav-link.recruit-link:after {
  content: "";
	background: url("/common/img/ico_blank_b.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
  margin-left: 6px;
}

#top .header.is-fixed .navbar-nav .nav-item .nav-link.recruit-link:after {
  content: "";
	background: url("/common/img/ico_blank_b.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
  margin-left: 6px;
}

.header.is-fixed .navbar-nav .nav-item .nav-link.recruit-link:after {
  content: "";
	background: url("/common/img/ico_blank_b.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
  margin-left: 6px;
}
}

@media (max-width: 991px) {
.navbar-collapse {
  background: #f0f2f4;
  justify-content: flex-end;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 66px);
  padding-bottom: 150px;
}

#top .header .navbar {
  height: 66px;
}

.header .navbar {
  height: 66px;
}

#top .header.is-fixed .navbar {
  height: 66px;
}

.header.is-fixed .navbar {
  height: 66px;
}

.navbar-nav .nav-item .nav-link.recruit-link:after {
  content: "";
	background: url("/common/img/ico_blank_b.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
  margin-left: 20px;
}
}

.nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

/*====================================
	gnavi　dropdown
====================================*/

.dropdown {
  position: static;
}

/*====================================
	gnavi　dropdown open bg
====================================*/
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgb(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

.header.open .black-bg {
  opacity: 1.0;
  visibility:visible;
}

/*====================================
	gnavi　navbar-nav open
====================================*/
@media (max-width: 991px) {
.navbar-nav {
  border-top: 1px solid #ddd;
  margin-top: 0;
}

.navbar-nav .nav-item {
  border-bottom: 1px solid #ddd;
}

#top .navbar-light .navbar-nav .nav-link {
  color: #282828;
  font-size: 18px;
  padding: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #282828;
  font-size: 18px;
  padding: 20px;
}

.navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 20px;
}

.dropdown-menu > .row > .left-col {
  padding: 20px;
}

.dropdown-menu > .row > .left-col a {
  display: block;
}

.dropdown-menu > .row > .left-col img {
  display: none;
}

.dropdown-menu > .row > .right-col {
  padding: 1px!important;
} 

.dropdown-menu > .row > .right-col [class^="col"] {
  border-top: 1px solid #e8e8e8;
  padding: 10px 30px;
}

.nav-item.dropdown a.nav-link {
  position: relative;
  outline: none;
}

.nav-item.dropdown a.nav-link:before, .nav-item.dropdown a.nav-link:after {
  position: absolute;
  top: 49%;
  right: 37px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  border-top: 2px solid #000;
  border-bottom: none;
  transition: 0.5s;
}

.nav-item.dropdown a.nav-link:after {
  border-right: 0;
  border-left: 0;
  top: 0px;
  right:  36px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.nav-item.dropdown.show a.nav-link:after {
  opacity: 0;
  transition: 0.5s;
}

.navbar-collapse-footer {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.navbar-collapse-footer div {
  padding: 20px;
  margin: auto;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.navbar-collapse-footer div:last-child {
  border-bottom: none;
}
}

@media (max-width: 440px) {
.navbar-collapse-footer {
  margin: 0;
}

.navbar-collapse-footer div {
  border-right: none;
  padding: 20px 20px;
}
}

/*====================================
	gnavi  current
====================================*/
@media (min-width: 992px) {
.navbar-nav .nav-item > a {
  position: relative;
}

.navbar-nav .nav-item > .ac:after {
  content: "";
  background-color: #7f2500;
  border: none;
  display: block;
  height: 6px;
  position: absolute;
  bottom: -9px;
  left: 0;
  margin: 0;
  -webkit-transform-origin: right center 0;
  transform-origin: right center 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  width: 100%;  
}
}

/*====================================
	content
====================================*/

section.content.ordinary {
  padding-top: 84px;
}

section.content.ordinary section + section {
  padding-top: 0;
}

@media (max-width: 991px) {
  section.content.ordinary {
    padding-top: 66px;
  }
}

/*====================================
	breadcrumb
====================================*/
.breadcrumb {
  background: #eceef0;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.breadcrumb ul {
  display: flex;
  /*flex-wrap: wrap;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  border-right: 4px solid #fff;
  color: #282828;
  display: flex;
  height: 30px;
  padding: 5px;
  transform: skewX(160deg);
}

.breadcrumb ul li:first-child {
  border-left: 4px solid #fff;
}

.breadcrumb ul li span {
  color: #282828;
  padding: 0 15px;
  transform: skewX(-160deg);
}

/*====================================
  Footer
====================================*/
footer#footer {
  background: #5e2610;
}

#footer-content {
  padding: 50px 0;
}

#footer h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

#footer h4 a {
  color: #e5dfda;
  font-size: 14px;
}

#footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#footer ul li {
  color: #ccc7c2;
  padding-bottom: 15px;
}

#footer ul li a {
  color: #ccc7c2;
  font-size: 14px;
}

#footer h4 a:hover, #footer ul li a:hover {
  text-decoration: underline;
}

.logo-l img {
  display: block;
  margin: 0 auto 50px;;
}

.footer-bottom {
  background: #38170a;
  padding: 25px 15px 25px 15px;
}

#footer .footer-bottom ul li {
  padding-bottom: 0;
}

/*-- page top --*/
#page-top {
  bottom: 20px;
  height: 0;
  overflow: visible;
  text-align: right;
  width: 100%;
  z-index: 20;
}

#page-top > p {
  box-sizing: border-box;
  margin: 0 30px 0 0;
  float: right;
}

#page-top > p > a {
  display: inline-block;
}

#page-top > p > a:hover {
  opacity: 0.8;
}

#page-top img {
  width: 55px;
  height: 55px;
}

#footer-content a.recruit-link::after {
  content: "";
  background: url(/common/img/ico_blank_w.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
}

@media (max-width: 991px) {
.footer-bottom .col-lg-3 {
  padding-bottom: 20px;
}
}

@media (max-width: 767px) {
#footer-content {
  padding: 50px 0 0 0;
}

#footer-content .container.footer-menu {
  border-top: 1px solid #66493d;
}

#footer-content .container.footer-menu .row {
  display: block;
}

#footer-content .container.footer-menu > .row > .col {
  padding: 0;
  width: 100%;
}

#footer-content h4 {
  border-bottom: 1px solid #66493d;
  color: #e5dfda;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 20px;
}

#footer-content h4 a {
  color: #e5dfda;
  display: block;
  font-size: 18px;
  margin: 0;

}

#footer-content ul {
  display: none;
}

#footer-content ul li {
  padding: 0;
}

#footer-content ul li a {
  border-bottom: 1px solid #66493d;
  display: block;
  font-size: 16px;
  padding: 10px 10px 10px 40px;
}


.title-fm {
  position: relative;
  outline: none;
}

.title-fm:before, .title-fm:after {
  position: absolute;
  top: 49%;
  right: 37px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  border-top: 2px solid #ccc7c2;
  border-bottom: none;
  transition: 0.5s;
}

.title-fm:after {
  border-right: 0;
  border-left: 0;
  top: 0px;
  right:  36px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.title-fm.active:after {
  opacity: 0;
  transition: 0.5s;
}

.footer-bottom {
  padding: 30px;
}

.sp-footer-bottom .col-12 {
  padding: 0 0 30px 0;
}

.sp-footer-bottom .col-12 ul {
  padding-bottom: 10px;
}

.footer-bottom .sp-copy {
  color: #ccc7c2;
}
}

@media (max-width: 375px) {
#footer .footer-bottom ul li {
  font-size: 85%;
}
}

/*====================================
  utility
====================================*/
.p-10 {padding: 10px!important;}
.p-20 {padding: 20px!important;}
.pt-30 {padding-top: 30px!important;}
.pt-50 {padding-top: 50px!important;}
.pr-10 {padding-right: 10px!important;}
.pb-10 {padding-bottom: 10px!important;}
.pb-15 {padding-bottom: 15px!important;}
.pb-20 {padding-bottom: 20px!important;}
.pb-30 {padding-bottom: 30px!important;}
.pb-40 {padding-bottom: 40px!important;}
.pl-30 {padding-left: 30px!important;}
.pl-50 {padding-left: 50px!important;}

.mt-10 {margin-top: 10px!important;}
.mt-20 {margin-top: 20px!important;}
.mt-30 {margin-top: 30px!important;}
.mt-40 {margin-top: 40px!important;}
.mt-50 {margin-top: 50px!important;}
.mr-10 {margin-right: 10px!important;}
.mr-15 {margin-right: 15px!important;}
.mb-15 {margin-bottom: 15px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
.ml-15 {margin-left: 15px!important;}

a.pdf-link:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/common/img/ico_pdf.png) no-repeat;
  position: relative;
  top: 2px;
  left: 5px;
}

.fs-24 {
  font-size: 24px!important;
}

.fc-blue {
  color: #3d88f2;
}

/*====================================
  parts
====================================*/

/*-- title --*/
.box-ttl {
  background: #2953a6;
  color: #fff;
  font-size: 26px;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}

/*-- block main-visual --*/
.main-visual.lv3  {
  background: url("/common/img/bg-title.png") no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  height: auto;
}

.main-visual.no-bg  {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  height: auto;
}

_:-ms-lang(x)::-ms-backdrop, .main-visual.no-bg,
_:-ms-lang(x)::-ms-backdrop, .main-visual.lv3 {
  display: table-cell!important;
  vertical-align: middle;
  min-height: 150px;
  width: 100vw;
}

.main-visual .mv_inner {
  padding: 20px;
  text-align: center;
}

.main-visual.lv3 h1 {
  color: #fff;
  display: block;
  font-size: 36px;
  margin: 0;
  text-shadow: none;
}

.main-visual.lv3 h1 .h1_subttl {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
}

.main-visual.no-bg h1 {
  color: #282828;
}

/* background */
.bg-yellow {
  background: #FFFF99!important;
}

/* banner effect */
.zoom-out {
  overflow: hidden;
}

.zoom-out a img {
  transform: scale(1);
  transition: 0.2s;
}

.zoom-out a img:hover {
  transform: scale(1.1);
}

/* box frame */
.box-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
}

.box-border-gray {
  border: 2px solid #ccc;
  padding: 2%;
  margin: 2%;
}

.box-area01 .box-first {
  background: #2953a6;
  color: #fff;
  padding: 13px 20px;
  text-align: left;
  margin: 0;
}
.box-area01 .box-ttl {
  font-size: 20px;
  margin: 0;
}
.box-area01 .box-second {
  border: 1px solid #2953a6;
  padding: 30px;
}

.box-area02 .box-first {
  background: #2953a6;
  color: #fff;
  padding: 13px 20px;
  margin: 0;
  
  /* d-flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content-center */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align-items-center */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-area02 .box-second {
  border: 1px solid #2953a6;
  padding: 30px;
}
.box-area02 .box-ttl {
  font-size: 20px;
  margin: 0;
}
.box-area03,
.box-area04 {
  margin: 20px 0;
}
.box-area03 p,
.box-area04 p {
  margin-bottom: 0;
}
.box-area03 .box-first {
  border: 1px solid #2953a6;
  padding: 30px;
}
.box-area04 .box-first {
  background: #f0f2f4;
  border: 1px solid #f0f2f4;
  padding: 30px;
}
.box-area03 ul,
.box-area04 ul {
  margin-bottom: 0;
}

.box-info ul {
  padding-left: 0;
}
.box-info ul li {
  list-style: none;
}

.box-info > ul > li:first-child {
  border-top: 1px solid #ddd;
}

.box-info > ul > li {
border-bottom: 1px solid #ddd;
display: flex;
flex-wrap: wrap;
line-height: 2.0;
padding: 15px 0;
}

.box-info .title {
  font-weight: 700;
}

.box-message  .read {
font-size: 20px;
margin-bottom: 25px;
}

.box-message  figure img {
margin-left: 0;
margin-right: 0;
}

.box-message  figcaption {
font-size: 16px;
}

.box-message  figcaption span {
font-size: 13px;
}

@media (max-width: 767px) {
.box-area02 .box-first {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
}

/*-- list item --*/

.box-area-ul {
  list-style: none;
  padding-left: 10px;
}

.box-area-ul li {
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 1em; 
  text-indent: -1.5em;
}

.box-area-ul li span {
  font-weight: 400;
}

.box-area-ul li:before {
  content: "■";
  color: #cb986b;
  margin-right: 8px;
}

/*-- list ancher --*/
.flex-list {
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}
.flex-list li {
position: relative;
margin: 16px;
}
.flex-list li a {
  position: relative;
  padding: 13px;
}

.flex-list li.ancher::after {
  content: "";
  position: absolute;

  top: 20%;
  right: -6px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*-- list btn --*/
.list-btn01,
.list-btn02,
.list-btn03 {
  list-style: none;
  padding: 0;
}

.list-btn01 .btn,
.list-btn02 .btn,
.list-btn03 .btn {
  display: flex;
  padding: 0;
  font-size: 14px;
}

.list-btn02 a {
  background: #f0f2f4;
}

.list-btn02 a:hover {
  background: #d9e3ed;
  transition: 0.2s;
}

.list-btn03 a {
  background: #2953a6;
}

.list-btn03 a:hover {
  background: #3d88f2;
  transition: 0.2s;
}

/* anchor */
.list-btn01 a.anchor,
.list-btn02 a.anchor,
.list-btn03 a.anchor {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  padding: 13px 15% 12px 15%;
  margin: 5px 0;
}

.list-btn03 a.anchor {
  color: #fff;  
}

.list-btn01 a.anchor::after,
.list-btn02 a.anchor::after,
.list-btn03 a.anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 13%;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.list-btn01 a.anchor::after,
.list-btn02 a.anchor::after {
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
.list-btn03 a.anchor::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* internal */

a.internal {
  display: inline-block;
  line-height: 2.0;
  position: relative;
  margin-right: 40px;
}

a.internal:after {
  content: "";
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 3px;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-btn02 a.internal,
.list-btn03 a.internal {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  padding: 13px 15% 12px 15%;
  margin: 5px 0;
  position: relative;
  display: block;
}

.list-btn03 a.internal {
  color: #fff;
}

.list-btn02 a.internal::after,
.list-btn03 a.internal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 8%;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-btn02 a.internal::after,
.list-btn03 a.internal::after {
  right: 10%;
  bottom: 5%;
}

.list-btn02 a.internal::after {
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}

.list-btn03 a.internal::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}


/* external */
a.external {
  display: inline-block;
  line-height: 2.0;
  position: relative;
  margin-right: 40px;
}

a.external:after {
  content: "";
  background: url(/common/img/ico_blank_b.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: -21px;
}

.list-btn02 a.external,
.list-btn03 a.external {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 13px;
  padding-bottom: 12px;
  margin: 5px 0;
  position: relative;
  display: block;
}

.list-btn03 a.external {
  color: #fff;  
}

.list-btn02 a.external::after,
.list-btn03 a.external::after {
  content: "";
  background: url(/common/img/ico_blank_b.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  margin: auto;
}

.list-btn03 a.external::after {
  content: "";
  background: url(/common/img/ico_blank_w.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  margin: auto;
}

.list-btn02 a.external::after,
.list-btn03 a.external::after {
  right: 9%;
  bottom: 5%;
}

/* pdf */
a.pdf {
  display: inline-block;
  line-height: 2.0;
  position: relative;
  margin-right: 40px;
}


a.pdf:after {
  content: "";
  background: url(/common/img/ico_pdf.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: -21px;
}

.list-btn02 a.pdf,
.list-btn03 a.pdf {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 13px;
  padding-bottom: 12px;
  margin: 5px 0;
  position: relative;
  display: block;
}

.list-btn03 a.pdf {
  color: #fff;
}

.list-btn02 a.pdf::after,
.list-btn03 a.pdf::after {
  content: "";
  background: url(/common/img/ico_pdf.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  margin: auto;
}

.list-btn02 a.pdf::after,
.list-btn03 a.pdf::after {
  right: 8.5%;
  bottom: 5%;
}

/* excel */
a.excel,
.list-btn02 a.excel,
.list-btn03 a.excel {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 5px 0;
  position: relative;
  display: block;
}

.list-btn03 a.excel {
  color: #fff;
}

a.excel::after,
.list-btn02 a.excel::after,
.list-btn03 a.excel::after {
  content: "";
  background: url(/common/img/ico_excel.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  margin: auto;
}

.list-btn01 a.excel::after {
  right: 10%;
  bottom: 8%;
}

.list-btn02 a.excel::after,
.list-btn03 a.excel::after {
  right: 8%;
  bottom: 5%;
}

/*--btn pdf --*/
.list-btn-pdf .btn {
  background: #2953a6;
	padding: 10px 20px;
	display: block;
}

.list-btn-pdf .btn a {
  color: #fff;
	line-height: 1.6;
}

.list-btn-pdf .btn:after {
  content: "";
  background: url(/common/img/ico_pdf.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
	position: absolute;
}

.list-btn-pdf .btn:hover {
  background: #3d88f2;
}


@media (max-width: 767px) {
.list-btn01 a.anchor::after, 
.list-btn02 a.anchor::after, 
.list-btn03 a.anchor::after {
  right: 16%;
  bottom: 8%;
}
}

/*--btn skew--*/
.btn-skew-wrap {
  display: block;
  margin: 40px auto;
}

.btn-skew {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 260px;
  position: relative;
  text-align: center;  
}

.btn-skew:before {
  content: '';
  background: #2953a6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-20deg);
  z-index: 0;
}

.btn-skew:hover:before {
  background: #3d88f2;
  transition: 0.2s;
}

.btn-skew a {
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
}

.btn-skew a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-skew-brown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 260px;
  position: relative;
  text-align: center;
  margin: auto;
}

.btn-skew-brown:before {
  content: '';
  background: #7f2500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-20deg);
  z-index: 0;
}

.btn-skew-brown:hover:before {
  background: #cb986b;
  transition: 0.2s;
}

.btn-skew-brown a {
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
  line-height: 1.0;
}

.btn-skew-brown a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* figure caption */
.caption-link {
  text-align: center;
  font-size: 13px;
}

.caption-link:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin-left: 10px;
}

/*--table01--*/
.table01 {
  color: #282828;
  text-align: center;
}

.table01 p {
  margin-bottom: 0;
}

.table01 th {
  background: #e6e8ea;
  border: 2px solid #fff;
  font-weight: 400;
  vertical-align: middle;
}

.table01 .row-ttl {
  background: #e6e8ea!important;
  border: 2px solid #fff;
  color: #282828!important;
  font-weight: 400;
  vertical-align: middle;
}

.table01 .table01-ttl {
  background: #2953a6;
  color: #fff;
}

.table01 tr:first-child th {
  background: #2953a6;
  color: #fff;
  vertical-align: middle;
}

.table01 td {
  background: #f0f2f4;
  border: 2px solid #fff;
  font-weight: 700;
  vertical-align: middle;
}


.table-sticky th {
  position: sticky;
  left: 0;
  outline: 2px solid #fff;                
  border:none; 
  outline-offset: -1px;
}

.table-sticky th.l-70{
 position: sticky;
 left: 66px;
 outline: 2px solid #fff;
 border: none;
 outline-offset: -1px;
}

/*--関連情報--*/
.lv2ContentBox {
  background: url("/common/img/bg_lv2Content.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0 0;
  margin: 40px 0 0 0;
}

@media (max-width: 991px) {
.lv2ContentBox {
  background-position: 50% 50%;
}
}

.lv2ContentBox a {
  display: block;
}

.lv2ContentBox a:hover .lv2ContentBox-txt {
  background: #d9e9ff;
  transition: 0.2s;
}

.lv2ContentBox-txt {
  background: #fff;
  margin: auto;
  padding: 15px;
  position: relative;
  top: -40px;
  text-align: center;
  width: 80%;
}

.lv2ContentBox-txt span {
  color: #cb986b;
  display: block;
}

.lv2ContentBox.related {
  padding: 40px 0;
}

.lv2ContentBox.related .list-btn03 a {
  font-size: 16px;
}


/*====================================
  sustainability
====================================*/

.bg-blue {
  background: #01b0f1!important;
  color: #282828!important;
}

.bg-green {
  background: #c5e0b3!important;
  color: #282828!important;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
}

.bg-orange {
  background: #ff9934!important;
  color: #282828!important;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
}

.bg-light_blue {
  background: #32ccff!important;
  color: #282828!important;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
}
