@charset "UTF-8";

/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
.footer01 {
  background: linear-gradient(270deg, rgba(0, 38, 93, 0.75) 0%, rgba(0, 38, 93, 0.75) 100%), url(../img/footer01_photo01.jpg) no-repeat center/cover;

}

.footer_flex {
  display: flex;
  gap: 12px;
}

.footer_flex>div:nth-child(1) {
  width: 58%;
}

.footer_flex>div:nth-child(1) a {
  display: inline-block;
  color: #021227;
  border-radius: 4px;
  background-color: #E6E3E3;
  padding: 24px;
}

.footer_flex>div:nth-child(1) a:hover {
  opacity: 0.8;
}

.footer_flex>div:nth-child(1) h3 {
  background: url(../img/icon_line.svg) no-repeat top 50% left 0 /35px;
  padding-left: 2em;

}

.fukidashi02_flex {
  display: flex;
  gap: 3%;
}

.fukidashi02_flex>div {
  width: 17%;
}

.fukidashi02_flex>p {
  background: #fff;
  border-radius: 11px;
  position: relative;
  padding: 0.8em;
  line-height: 1.5;
}

.fukidashi02_flex>p::after {
  content: "";
  background: url(../img/arrow_fukidashi.svg) no-repeat center / cover;
  position: absolute;
  top: -2px;
  left: -5px;
  width: 10px;
  height: 12px;
}

.container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 41%;
}

.box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_mail a {
  padding: 0.7em 5em;
  display: inline-block;
  font-size: 1.8rem;
  height: 100%;
  line-height: 2;
  width: 100%;
}

.footer_mail a:hover, .footer_mitsumori a:hover {
  opacity: 0.8;
}

.footer_mail {
  width: 100%;
  height: 100%;
}

.footer01 .tel, .footer01 .fax {
  border: 1px solid #fff;
  border-radius: 4px;
}

.footer01 .tel a {
  border-radius: 4px;
  color: #fff;
  transform: translateY(4px);

}

.footer01 .tel .tel_time {
  color: #fff;
}

.footer01 .fax {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 2.5rem !important;
}

.fax_icon {
  margin-top: 7px;
  margin-right: 3px;
}

.footer_mitsumori {
  width: 100%;
}

.footer_mitsumori .btn02 {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  background: #C72828 url(../img/arrow04.svg) no-repeat right 0.4em center / 36px;
  text-align: center;
  padding: 0.5em 5em 0.5em 4em;
}

.footer02 {
  display: flex;
  padding: 46px 0 60px;
}

.footer02_01 {
  flex: 0 0 22%;
}

.footer02_02 {
  flex: 1;
}

.footer02_03 {
  flex: 0 0 22%;
}

.flex_icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flex_icon>li {
  width: 23px;
}

.flex_icon>li img {
  margin: 0 auto;
}

.footer02_02 a {
  font-weight: bold;
}

.footer02_nav {
  display: flex;
  margin-top: 7px;
}

.footer02_nav ul {
  flex: 1;
}

.footer02_nav a {
  margin-bottom: 14px;
  display: inline-block;
  color: #021227;
}

.footer02_nav a.sub {
  margin-bottom: 0;
  background: none;
  font-size: 1.3rem;
  position: relative;
  padding-left: 0.8em;
}

.footer02_nav a.sub:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #021227;
  position: absolute;
  top: 47%;
  left: 0px;
}

.footer02_nav a.sub_tit {
  margin-bottom: 2px;
}

.footer02_nav a.sub_mB {
  margin-bottom: 14px;
}

.mB0 {
  margin-bottom: 0 !important;
}

.area_tit {
  border-bottom: 1px solid #021227;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.footer02_01 a:hover {
  opacity: 0.7;
}

.footer_copy {
  background: #000E1E;
  padding: 0.6em 0;
  font-size: 1.2rem;
  color: #fff;
}

.footer_copy a {
  color: #fff;
}

.footer_copy a:hover {
  opacity: 0.7;
}

.banner_factory02 {
  width: 175px;
}
