@charset "UTF-8";
/* ========================================
徳島建設共同組合
========================================= */
#l-hero {
  width: 100%;
  /* height: 700px; */
  height: 100vh;
  overflow: hidden;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/tk001d.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 18s linear 1 0s;
  animation: imageAnimation 18s linear 1 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .p-hero__bg {
    -webkit-animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
  }
}
@media all and (-ms-high-contrast:none) {
  .p-hero__bg {
    -webkit-animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
  } /* IE10 */
}
@-webkit-keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
.p-hero__bg {}
.p-hero__catch {
  width: 90%;
  max-width: 580px;
  margin-top: -150px;
}
.p-hero__catch img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #l-hero {
    width: 100%;
    /* height: 288px; */
    height: 85vh;
  }
  .p-hero__catch {
    width: 70%;
    margin-top: -85px;
  }
}
/* ========================================
  トップページ - 事業内容
========================================= */
#l-home__service {
  padding-top: 30px;
}
.p-home__servDetail {}
.p-home__servDetail__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
.p-home__servDetail__item {
  width: 33.3333%;
  background-color: #ecf0f3;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}
.p-home__servDetail__item:first-child {
  border-left: none;
}
.p-home__servDetail__thumb {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  height: 375px;
}
.p-home__servDetail__thumb--01 {
  background-image: url("../images/service_01.jpg");
}
.p-home__servDetail__thumb--02 {
  background-image: url("../images/service_02.jpg");
}
.p-home__servDetail__thumb--03 {
  background-image: url("../images/service_03.jpg");
}
.p-home__servDetail__thumb h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
  text-align: center;
}
.p-home__servDetail__thumb .s_num {
  color: #ecf0f3;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  bottom: -4px;
  left: 20px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 0.8em;
}
.p-home__servDetail__thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-home__servDetail__content {
  padding: 25px 25px;
  position: relative;
}
.p-home__servDetail__content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.p-home__servDetail__content ul {
  padding: 0 0 0 5px;
  margin: 0 0 20px;
}
.p-home__servDetail__content ul li {
  padding-left: 1em;
  margin-bottom: 10px;
  text-indent: -1em;
  color: #595757;
  line-height: 1.25;
  font-size: 16px;
  list-style: none;
}
.p-home__servDetail__content ul li::before {
  content: "・";
  margin-right: 0.5em;
}
.p-home__servDetail__more a {
  display: block;
  height: 60px;
  width: auto;
  border: 1px solid rgba(89, 87, 87, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3e3a39;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #l-home__service {
    padding-top: 20px;
  }
  .p-home__servDetail {}
  .p-home__servDetail__container {
    display: block;
    margin: 20px 0 0;
  }
  .p-home__servDetail__item {
    width: 100%;
    border-left: none;
  }
  .p-home__servDetail__item:first-child {
    border-left: none;
  }
  .p-home__servDetail__thumb {
    height: 280px;
  }
  .p-home__servDetail__thumb h2 {
    font-size: 22px;
  }
  .p-home__servDetail__content {
    height: auto;
    padding: 25px 30px;
  }
  .p-home__servDetail__content h3 {
    font-size: 18px;
    line-height: 1em;
  }
  .p-home__servDetail__content ul {
    padding: 0;
  }
  .p-home__servDetail__content ul li {}
}
/* ========================================
  トップページ - ニュース一覧
========================================= */
#l-home__news {
  padding: 50px 0 50px 0;
  /* background: #eaf4ee; */
}
#l-home__news h2 {
  margin-bottom: 40px;
  font-size: 40px;
  /* font-weight: bold; */
  color: #006AB9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #l-home__news {
    padding: 0 0 50px 0;
  }
  #l-home__news h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
  }
}
#l-home__about {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #l-home__about {}
  #l-home__about h2 {
    /* height: 170px; */
    /* margin-bottom: 20px; */
    /* line-height: 170px; */
    /* font-size: 22px; */
  }
}
/* 本社img */
.p-about__office {
  margin: 0 0 50px 0;
}
/* 表 */
.p-glance {
  margin-bottom: 20px;
}
.p-glance table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 2;
}
.p-glance tr {
  border-top: 1px solid rgba(89, 87, 87, 0.3);
  vertical-align: top;
}
.p-glance tr:nth-of-type(1) {
  border-top: 1px solid #595757;
}
.p-glance th {
  padding: 2px 10px;
  font-weight: bold;
  text-align: left;
}
.p-glance td {
  padding: 2px 10px;
}
@media screen and (max-width: 768px) {
  .p-glance {
    margin-bottom: 20px;
  }
  .p-glance table {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  .p-glance tr {
    border-top: 1px solid #ccc;
  }
  .p-glance tr:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .p-glance th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #efefef;
  }
  .p-glance td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.l-home__history {
  margin-bottom: 50px;
}
.p-history {
  margin-bottom: 60px;
}
.p-history table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #595757;
  font-size: 16px;
  line-height: 2;
  table-layout: fixed;
}
.p-history tr {
  border-top: 1px solid rgba(89, 87, 87, 0.3);
}
.p-history tr:nth-of-type(1) {
  border-top: 1px solid #595757;
}
.p-history th {
  width: 85px;
  padding: 2px 10px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.p-history td {
  width: 100%;
  padding: 2px 10px;
}
.p-history td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.p-history td dt {
  width: 50px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.p-history td dd {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-history {
    margin-bottom: 20px;
  }
  .p-history table {
    border-bottom: 1px solid rgba(89, 87, 87, 0.3);
    font-size: 14px;
  }
  .p-history th {
    width: 75px;
    padding: 5px;
  }
  .p-history td {
    padding: 5px;
  }
  .p-history td dt {
    width: 35px;
  }
  .p-history td dd {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
#l-home__philosophy {
  margin: 0 auto 50px;
}
#l-home__deal {}
.p-deal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 14px;
}
.p-deal ul {
  width: 33.333%;
  padding: 0;
  margin: 0 0 0 20px;
  line-height: 1.4;
}
.p-deal li {
  padding-bottom: 10px;
  list-style: none;
}
.p-deal__note {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-deal {
    padding: 10px 0 5px;
    overflow: auto;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .p-deal ul {
    width: auto;
    padding-right: 25px;
    margin-left: 10px;
  }
  .p-deal li {
    padding-bottom: 10px;
    margin: 0;
  }
}
#l-home__map {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #l-home__map {}
}
#l-home__contact {
  /* padding-bottom: 80px; */
}
#l-home__contact h2 {
  height: 280px;
  margin-bottom: 40px;
  background-image: url("../images/tk001d.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  line-height: 280px;
  font-size: 34px;
  font-weight: bold;
}
#l-home__contact p {
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #l-home__contact h2 {
    height: 170px;
    margin-bottom: 20px;
    line-height: 170px;
    font-size: 22px;
  }
  #l-home__contact p {
    font-size: 14px;
  }
}
#map {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 0px;
  margin: -70px auto auto auto;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: '';
  background: #ffffff;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (max-width: 768px) {
  /* .cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
    display: none; */
}
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-ttl01 { /* margin: 0px auto 60px auto; */ padding-top: 60px;
  padding-bottom: 60px;
}
.top-ttl01 .__title {
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #006AB9;
}
.top-ttl01 .__title:after, .top-ttl01 .__title:before {
  content: "";
  background: #006AB9;
  height: 1px;
  width: 68px;
  margin-left: 0.6em;
  margin-right: 0.6em;
}
.top-ttl01.ttl_case {}
@media (max-width: 959px) {
  .top-ttl01 {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-ttl01 .__title {
    font-size: 20px;
  }
  .top-ttl01 .__title:after, .top-ttl01 .__title:before {
    width: 20px;
  }
}
.ctt-width {
  max-width: 1024px;
}
.ctt-width { /* width:96%; */ padding: 0 30px 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:959px) {
  .ctt-width {
    width: 100%;
    padding: 0 2%;
  }
}
@media screen and (max-width:559px) {
  .ctt-width {
    padding: 0 10px;
  }
}
.top-productList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.top-productList__item {
  padding: 10px;
  margin-bottom: 30px;
  width: 33.3%;
}
.top-productList__item .__image {
  position: relative;
}
.top-productList__item .__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-productList__item .__image .__coverImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.top-productList__item .__image .__coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-productList__item .__text {
  font-size: 16px;
  padding-top: 15px;
  text-align: center;
  font-weight: 600;
}
.top-productList__item .__ttl {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.top-productList__wrap { /* margin-top:-140px; */
}
@media (max-width: 959px) {
  .top-productList__wrap {
    /* margin-top: -40px; */
  }
  .top-productList__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-productList {
    margin-left: 0;
    margin-right: 0;
  }
  .top-productList__item {
    padding: 8px;
    margin-bottom: 0;
  }
  .top-productList__item .__ttl {
    font-size: 14px;
    padding: 8px;
  }
  .top-productList__item .__text {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top-productList.__pattern01 .__image {
  background: #000;
}
.top-productList.__pattern01 .__image .__coverImg img {
  opacity: 0.6;
}
.whyChooseBox {
  display: flex;
}
.whyChooseBox > div {
  width: 50%;
}
.whyChooseBox.__type01 .whiChoose__cont {
  width: 50%;
}
.whyChooseBox.__type01 { /* background: #F2F8FB; */ margin: 10px 0px 0px 0px;
}
.whyChooseBox.__type01 .whyChooseTtl {
  margin-left: -80px;
}
.whyChooseBox.__type01 .whiyChooseText {
  padding: 10px 0px 0px 30px;
  font-size: 16px;
  line-height: 1.8;
}
.whyChoose__image {
  line-height: 0;
}
.whyChooseTtl {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.whyChooseTtl .__ttl {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whyChooseTtl .__ttl .__titleImg {
  display: block;
  height: 22px;
}
.whyChooseTtl .__ttl .__titleImg img {
  height: 100%;
}
@media (max-width: 959px) {
  .whyChooseBox {
    flex-direction: column;
  }
  .whyChooseBox > div {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .whyChooseBox.__type01 .whiChoose__cont {
    width: 100%;
    background-color: #e1f1ff;
  }
  .whyChooseBox.__type01 {
    background: #e1f1ff;
  }
  .whyChooseBox.__type01 .whyChooseTtl {
    margin-left: 0px;
  }
  .whyChooseBox.__type01 .whiyChooseText {
    padding: 0px;
    /* background-color: #ddd; */
    font-size: 14px;
  }
  .whyChooseTtl {
    font-size: 15px;
    margin-top: 0;
  }
}
.whyChooseBox {
  display: flex;
}
.whyChooseBox > div {
  width: 50%;
}
.whyChooseBox.__type02 .whiChoose__cont {
  width: 50%;
}
.whyChooseBox.__type02 { /* background: #F2F8FB; */ margin: 40px 0px 40px 0px;
}
.whyChooseBox.__type02 .whyChooseTtl {
  margin-right: -84px;
}
.whyChooseBox.__type02 .whiyChooseText {
  padding: 10px 30px 0px 0px;
  font-size: 16px;
  line-height: 1.8;
}
.whyChoose__image {
  line-height: 0;
}
.whyChooseTtl {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  background-color: #006ab9;
}
.whyChooseTtl .__ttl {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whyChooseTtl .__ttl .__titleImg {
  display: block;
  height: 22px;
}
.whyChooseTtl .__ttl .__titleImg img {
  height: 100%;
}
@media (min-width: 960px) {
  .whyChooseBox.__type02 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 959px) {
  .whyChooseBox {
    flex-direction: column;
  }
  .whyChooseBox > div {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e1f1ff;
  }
  .whyChooseBox.__type02 .whiChoose__cont {
    width: 100%;
  }
  .whyChooseBox.__type02 .whyChooseTtl {
    margin-right: 0;
  }
  .whyChooseBox.__type02 .whiyChooseText {
    padding: 0px;
    font-size: 14px;
  }
  .whyChooseTtl {
    font-size: 15px;
    margin-top: 0;
  }
}
.readmore {
  text-align: right; /* padding: 4px 0 4px 0; */
}
.readmore a {
  color: #103657;
  line-height: 1;
  text-decoration: none;
  padding: 0 12px 0 32px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.readmore a:before {
  content: "";
  background: #103657;
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: all 0.2s ease;
}
.readmore a:after {
  content: "";
  border-right: 1px solid #103657;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 15px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
@media screen and (min-width:959px) {
  .readmore a:hover {
    padding: 0 0px 0 44px;
  }
  .readmore a:hover:before {
    width: 30px;
  }
  .readmore a:hover:after {
    left: 21px;
  }
}
.readmore {
  font-size: 16px;
}
@media (max-width: 959px) {
  .readmore {
    font-size: 14px;
  }
}
.p80 {
  text-align: center;
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .p80 {
    text-align: center;
    width: 100%;
    margin: 20px auto;
    padding: 10px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .8px;
  padding: 0;
  margin: 0;
  color: #363332;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
b, strong, .bold {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
[src$=".svg"], [data$=".svg"] {
  width: 100%;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
  text-decoration: none;
  color: #363332;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
@media screen and (max-width: 768px) {
  body, html {
    min-width: 100%;
    padding: 0;
    margin: 0;
    color: #363332;
    font-size: 14px;
    line-height: 1.4;
  }
  .for_pc {
    display: none !important
  }
  .for_sp {
    display: block !important
  }
}
.l-wrapper {
  position: relative;
}
.l-base {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.l-base2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 60px 40px 60px;
  background-color: #e1f1ff;
}
.l-base3 {
  background-color: #e1f1ff;
  margin-bottom: 40px;
}
.l-base-sw {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 50px;
  }
  .l-base {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-base2 {
    max-width: 100%;
    padding: 0 20px 40px 20px;
  }
  .l-base-sw {
    max-width: 100%;
    padding: 20px;
  }
}
.p-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.p-header__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-header__logo {
  display: none;
}
.p-header__logo2 {
  margin: 10px 0 0 15px;
  width: 300px;
}
.p-header__logo2 a:hover {
  opacity: 1;
}
.p-header__logo3 {
  margin: 10px 0 0 15px;
  width: 250px;
}
.p-header__logo3 a:hover {
  opacity: 1;
}
.p-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__contact__recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  letter-spacing: 0.6em;
  text-decoration: none;
}
.p-header__contact__recruit a {
  color: #FFFFFF;
}
.p-header__contact__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 180px; */
}
.p-header__contact__mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-header__contact__mail img {
  width: 40px;
  margin: 10px 25px 10px 25px;
}
.p-header__navi {
  max-width: 550px;
  margin: 0 80px 0 auto;
}
.p-header__navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 20px;
}
.p-header__navi ul li {
  padding: 0px 30px 15px 30px;
  font-weight: bold;
  font-size: 16px;
  list-style: none;
}
.p-header__navi ul li a {
  color: #FFFFFF;
  /* text-shadow: 0 0 2px #000; */
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    -webkit-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    -moz-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
  }
  .p-header__area {
    height: 50px;
    background-color: #fff;
    margin-bottom: 0;
  }
  .p-header__logo {
    display: block;
    width: 210px;
    margin: 7px 0 0 7px;
  }
  .p-header__logo2 {
    display: none;
  }
  .p-header__logo3 {
    margin: 7px 0 0 7px;
    width: 210px;
    /* height: 50%; */
  }
  .p-header__contact {}
  .p-header__contact__mail {
    position: absolute;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #004b9d;
  }
  .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .p-header__contact__mail img {
    width: 25px;
  }
  .p-header__navi {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page-lower .p-header {
    position: static;
    /* border-bottom: 1px solid rgba(89, 87, 87, 0.25); */
  }
  .border {
    /* border-top: 1px solid rgba(89, 87, 87, 0.25); */
  }
  .page-lower .p-header__navi ul li a {
    color: #363332;
    text-shadow: none;
  }
  .page-lower .p-header__navi ul li.active {
    border-bottom: 4px solid #006AB9
  }
  .page-lower .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #005fb0;
    /* border-radius: 0 0 0 8px; */
    /* -webkit-border-radius: 0 0 0 8px; */
    -moz-border-radius: 0 0 0 8px;
  }
  .page-lower .p-header__contact__recruit a {
    color: #363332;
  }
}
@media screen and (max-width: 768px) {
  .page-lower .p-header {
    -webkit-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    -moz-box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
    box-shadow: 2px 2px 5px rgba(88, 88, 88, .2);
  }
}
@media screen and (min-width: 769px) {
  .p-header.fixed {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
  }
  .p-header.fixed .p-header__area {
    margin-bottom: 15px;
  }
  .p-header.fixed .p-header__logo {
    display: block;
    width: 250px;
    margin: 10px 0 0 15px;
  }
  .p-header.fixed .p-header__logo2 {
    display: none;
  }
  .p-header.fixed .p-header__navi ul li {
    padding: 0px 30px 15px 30px;
    font-size: 16px;
  }
  .p-header.fixed .p-header__navi ul li.active {
    border-bottom: 4px solid #006AB9;
  }
  .p-header.fixed .p-header__navi ul li a {
    color: #363332;
    text-shadow: none;
  }
  .p-header__contact__recruit {
    letter-spacing: 0.1em;
  }
  .p-header.fixed .p-header__contact__mail {
    /* width: 150px; */
    /* height: 65px; */
  }
  .p-header.fixed .p-header__contact__mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #006AB9;
    /* border-radius: 0 0 0 4px; */
    /* -webkit-border-radius: 0 0 0 4px; */
    -moz-border-radius: 0 0 0 4px;
  }
  .p-header.fixed .p-header__contact__mail img {
    width: 40px;
  }
  .p-header.fixed .p-header__contact__recruit a {
    color: #363332;
  }
  .page-lower .p-header.fixed {
    border-bottom: none;
  }
}
.p-spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-spMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    z-index: 90
  }
  .p-spMenu ul {
    padding: 0;
    margin: 0;
  }
  .p-spMenu .p-spMenu__main li {
    border-top: 1px solid #eaeaea
  }
  .p-spMenu .p-spMenu__main li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
  }
  .p-spMenu .p-spMenu__main li a:after {
    content: "〉";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .p-spMenu .p-spMenu__main li.active {
    position: relative;
    display: block;
    /* padding: 15px 20px; */
    color: #000;
    border-left: 4px solid #005fb0;
    text-decoration: none;
  }
  .p-spMenu .p-spMenu__sub {
    padding: 15px 0;
    background-color: #004292;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 2px 2px 6px rgb(88 88 88 / 40%);
    -moz-box-shadow: 2px 2px 6px rgba(88, 88, 88, .6);
    box-shadow: 2px 2px 6px rgba(88, 88, 88, .6);
  }
  .p-spMenu .p-spMenu__sub li {
    display: inline-block;
    font-size: 12px;
  }
  .p-spMenu .p-spMenu__sub li a {
    margin-left: 1em;
    color: #FFFFFF;
  }
  .p-spMenu .p-spMenu__sub li + li {
    margin-left: 1em;
  }
  .p-spMenu .p-spMenu__sub li + li::before {
    content: "|";
    color: #fff;
  }
}
.p-menuBtn {
  display: none
}
.p-menuBtn__wrap {
  display: none
}
@media screen and (max-width: 768px) {
  .p-menuBtn {
    display: block;
    width: 25px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 90
  }
  .p-menuBtn__wrap {
    display: block;
    width: 50px;
    height: 100%;
    background: #eaeaea
  }
  .p-menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3E3A39;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
  }
  .p-menuBtn span:nth-of-type(1) {
    top: 0
  }
  .p-menuBtn span:nth-of-type(2) {
    top: 8px
  }
  .p-menuBtn span:nth-of-type(3) {
    bottom: 0
  }
  .p-menuBtn.is-menuOpen span {
    background-color: #3E3A39
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(2) {
    opacity: 0
  }
  .p-menuBtn.is-menuOpen span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
  }
}
.c-breadcrumb {}
.c-breadcrumb {
  padding: 20px 0;
  margin: 0;
}
.c-breadcrumb > span {
  display: inline;
  list-style: none;
  font-size: 14px;
}
.c-breadcrumb > span a {
  color: #0079c1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 10px 0;
    font-size: 12px;
    line-height: 2;
  }
  .c-breadcrumb > span {
    font-size: 12px;
  }
}
.c-pagination-array {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-pagination-array .page-numbers {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-pagination-array .page-numbers.current {
  background: #005fb0;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-pagination-array {
    margin: 40px auto;
  }
  .c-pagination-array .page-numbers {
    width: 30px;
    height: 30px;
    margin: 3px;
    line-height: 30px;
    font-size: 12px;
  }
}
.c-pagination {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.c-pagination .page-numbers li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.c-pagination .page-numbers li a {
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-pagination .page-numbers li span {
  display: block;
}
.c-pagination .page-numbers span.current {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #3e3a39;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin: 40px auto;
  }
  .c-pagination .page-numbers li {
    width: 44px;
    height: 44px;
    margin: 3px;
    line-height: 44px;
  }
}
.c-pager {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px;
  margin: 40px 0;
}
.c-pager a {
  display: block;
}
.c-pager .prev-link, .c-pager .next-link {
  font-size: 16px;
  line-height: 2;
  color: #595757;
}
.c-pager .prev-link a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 60px;
  background-image: url("../images/pager_arrow_prev.png");
  background-position: bottom right;
  -webkit-background-size: 20px 60px;
  -moz-background-size: 20px 60px;
  -o-background-size: 20px 60px;
  background-size: 20px 60px;
  background-repeat: no-repeat;
}
.c-pager .next-link a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 60px;
  background-image: url("../images/pager_arrow_next.png");
  background-position: bottom right;
  -webkit-background-size: 20px 60px;
  -moz-background-size: 20px 60px;
  -o-background-size: 20px 60px;
  background-size: 20px 60px;
  background-repeat: no-repeat;
}
.c-pager__link {
  width: 260px;
  padding: 17px;
  margin: 0 auto;
  text-align: center;
  /* border: 4px solid #006934; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  background: #005fb0;
}
@media screen and (max-width: 600px) {
  .c-pager {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .c-pager .prev-link, .c-pager .next-link {
    position: relative;
    margin-bottom: 20px;
  }
  .c-pager .prev-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 20px;
  }
  .c-pager .prev-link a::before {
    left: 0;
    width: 10px;
    height: 30px;
    -webkit-background-size: 10px 30px;
    -moz-background-size: 10px 30px;
    -o-background-size: 10px 30px;
    background-size: 10px 30px;
  }
  .c-pager .next-link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
  }
  .c-pager .next-link a::after {
    right: 0;
    width: 10px;
    height: 30px;
    -webkit-background-size: 10px 30px;
    -moz-background-size: 10px 30px;
    -o-background-size: 10px 30px;
    background-size: 10px 30px;
  }
  .c-pager__link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
.c-title01 {
  padding: 10px 0 10px 20px;
  border-left: 2px solid #006934;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.c-title02 {
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 0.5px #707070;
  margin-bottom: 20px;
  font-size: 14px;
}
.c-title03 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(89, 87, 87, 0.25);
  margin-bottom: 30px;
}
.c-title03::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 80px;
  height: 5px;
  /* background-image: url("../images/underline_bg.png"); */
  background-position: bottom right;
  -webkit-background-size: 80px 5px;
  -moz-background-size: 80px 5px;
  -o-background-size: 80px 5px;
  background-size: 80px 5px;
  background-repeat: no-repeat;
}
.c-title04 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.c-title05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px 0;
  font-size: 18px;
  font-weight: bold;
  color: #004c9b;
}
.c-title05::after {
  display: block;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #0055a7;
  margin-left: 1rem;
}
.c-title06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 60px auto 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 0;
}
.c-title06 span {
  max-width: 70%;
}
.c-title06::before, .c-title06::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #a0a5aa;
}
.c-title06::before {
  margin-right: 1rem;
}
.c-title06::after {
  margin-left: 1rem;
}
.c-title07 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.75;
}
.c-title07 span {
  display: block;
  margin-bottom: 10px;
  color: #0079c1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    padding: 10px 0 10px 12px;
    /* border-left: 4px solid #0079c1; */
    margin-bottom: 15px;
    font-size: 17px;
  }
  .c-title03 {
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-title04 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c-title05 {
    margin: 0 auto 15px 0;
    font-size: 16px;
  }
  .c-title06 {
    font-size: 18px;
    margin: 50px auto 30px;
  }
  .c-title07 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
  .c-title07 span {
    font-size: 12px;
  }
}
/* キービジュアル */
.c-img__kv {
  margin-bottom: 30px;
}
.c-img__kv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-img__kv {
    margin-bottom: 20px;
  }
}
.c-img__logo {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-img__logo {
    margin: 0 0 20px;
  }
}
/* 図表 */
.c-figure__2grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 40px -20px;
}
.c-figure__2grid li {
  width: 50%;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.c-figure__2grid figure {
  margin: 0;
}
.c-figure__2grid figure img {
  width: 100%;
}
.c-figure__2grid li figcaption {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-figure__2grid {
    display: block;
    margin: 0 0 20px -20px;
  }
  .c-figure__2grid li {
    width: 100%;
  }
  .c-figure__2grid li figcaption {
    margin: 10px 0 20px;
    font-size: 14px;
  }
}
/* フロー図 */
.c-figure__flow {
  padding: 0 40px;
  margin-bottom: 40px;
}
.c-figure__flow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-figure__flow {
    padding: 0;
    margin-bottom: 20px;
  }
}
.c-listBox {
  padding: 25px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  list-style-position: inside;
  margin: 0 auto 20px;
}
.c-listBox li {
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.c-listBox li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-listBox {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c-listBox li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.c-listTable {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.c-listTable dt {
  width: 30%;
  padding: 10px;
  margin: 0;
  /* border-top: 1px solid #f0f7fa; */
  font-weight: bold;
}
.c-listTable dt span {
  display: block;
  height: 100%;
  padding: 5px 10px;
  border-right: 1px solid #c6ddef;
}
.c-listTable dt:last-of-type {
  /* border-bottom: 1px solid #f0f7fa; */
}
.c-listTable dd {
  padding: 10px;
  width: 70%;
  margin: 0;
  /* border-top: 1px solid #f0f7fa; */
}
.c-listTable dd span {
  display: block;
  height: 100%;
  padding: 5px 0;
}
.c-listTable dd:last-child {
  /* border-bottom: 1px solid #f0f7fa; */
}
@media screen and (max-width: 768px) {
  .c-listTable {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .c-listTable dt {
    width: 100%;
    background-color: #efefef;
    /* border-top: 1px solid #ccc; */
  }
  .c-listTable dt span {
    border-right: none;
    padding: 0;
  }
  .c-listTable dd {
    width: 100%;
    border-top: none;
  }
  .c-listTable dd span {
    padding: 0;
  }
  .c-listTable dd:last-child {
    /* border-bottom: 1px solid #ccc; */
  }
}
.c-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 20px 50px;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 14px;
    height: 2;
    margin: 0 10px 25px;
  }
}
/* 画像 + テキスト */
.c-imgText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.c-imgText .c-imgText__img {
  width: 50%;
}
.c-imgText .c-imgText__img img {
  width: 100%;
}
.c-imgText .c-imgText__text {
  width: 50%;
  padding-left: 20px;
}
.c-imgText .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-imgText {
    display: block;
    margin-bottom: 20px;
  }
  .c-imgText .c-imgText__img {
    width: 100%;
  }
  .c-imgText .c-imgText__text {
    width: 100%;
    padding-left: 0;
  }
  .c-imgText .c-imgText__text p {
    font-size: 14px;
  }
}
/* 画像 + テキスト （幅広） */
.c-imgText--wide {
  margin: 0 -webkit-calc(50% - 50vw - 10px);
  margin: 0 -moz-calc(50% - 50vw - 10px);
  margin: 0 calc(50% - 50vw - 10px);
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-imgText--wide .c-imgText__img {
  width: 50%;
}
.c-imgText--wide .c-imgText__img img {
  width: 100%;
}
.c-imgText--wide .c-imgText__text {
  width: 50%;
  padding: 0 15px;
}
.c-imgText--wide .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-imgText--wide {
    margin: 0 -webkit-calc(50% - 50vw - 0px);
    margin: 0 -moz-calc(50% - 50vw - 0px);
    margin: 0 calc(50% - 50vw - 0px);
    display: block;
  }
  .c-imgText--wide .c-imgText__img {
    width: 100%;
  }
  .c-imgText--wide .c-imgText__text {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
  .c-imgText--wide .c-imgText__text p {
    font-size: 14px;
  }
}
/*  テキスト + 画像 （背景あり） */
.c-imgText--bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.c-imgText--bg .c-imgText__img {
  width: 50%;
}
.c-imgText--bg .c-imgText__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.c-imgText--bg .c-imgText__text {
  width: 50%;
  padding: 35px 20px;
  background-color: #ecf0f3;
}
.c-imgText--bg .c-imgText__text > *:last-child {
  margin-bottom: 0;
}
.c-imgText--bg .c-imgText__text p {
  font-size: 16px;
  line-height: 2;
}
.c-imgText--bg .c-imgText__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  color: #0079C1;
}
@media screen and (max-width: 768px) {
  .c-imgText--bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  .c-imgText--bg .c-imgText__img {
    width: 100%;
  }
  .c-imgText--bg .c-imgText__text {
    width: 100%;
    padding: 25px 15px;
  }
  .c-imgText--bg .c-imgText__text p {
    font-size: 14px;
  }
  .c-imgText--bg .c-imgText__title {
    font-size: 16px;
  }
}
/* 背景なし */
.c-btn--wt {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 40px;
}
.c-btn--wt a {
  display: block;
  width: auto;
  padding: 26px;
  border: 1px solid #3e3a39;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3e3a39;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-btn--wt a {
    padding: 19px;
    font-size: 14px;
  }
}
/* お問い合わせ */
.c-btn--contact {
  width: 100%;
  max-width: 740px;
  margin: 80px auto;
}
.c-btn--contact a {
  display: block;
  width: auto;
  padding: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #2460aa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.c-btn--contact a span {
  position: relative;
  padding-left: 45px;
}
.c-btn--contact a span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 32px;
  height: 23px;
  background-image: url("../images/tk013.svg");
  -webkit-background-size: 32px 23px;
  -moz-background-size: 32px 23px;
  -o-background-size: 32px 23px;
  background-size: 32px 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .c-btn--contact {
    margin: 40px auto;
  }
  .c-btn--contact a {
    /* padding: 19px; */
    font-size: 16px;
  }
  .c-btn--contact a span {
    padding-left: 30px;
  }
  .c-btn--contact a span::before {
    width: 22px;
    height: 16px;
    -webkit-background-size: 22px 16px;
    -moz-background-size: 22px 16px;
    -o-background-size: 22px 16px;
    background-size: 22px 16px;
  }
}
/* 背景画像 */
.c-btn__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px -15px;
}
.c-btn__imgItem {
  display: block;
  width: 33.333%;
  width: 33.333%;
  height: 250px;
  margin: 10px 0 10px 15px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.c-btn__imgItem span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn__imgItem--01 {
  background-image: url("../images/jigyo_bg01.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c-btn__imgItem--02 {
  background-image: url("../images/jigyo_bg02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c-btn__imgItem--03 {
  background-image: url("../images/jigyo_bg03.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-btn__img {
    display: block;
    margin: 0 0 20px 0;
  }
  .c-btn__imgItem {
    width: 100%;
    margin: 10px 0 15px 0;
  }
}
.p-newsList ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eaeaea;
}
.p-newsList ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 16px;
}
.p-newsList ul li::after {
  content: "〉";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-newsList__tag {
  width: 120px;
  text-align: center;
}
.p-newsList__tag a {
  display: block;
  padding: 5px 10px;
  /* -webkit-border-radius: 5px; */
  -moz-border-radius: 5px;
  /* border-radius: 5px; */
  background-color: #0055a7;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-newsList__link {
  width: calc(100% - 120px);
}
.p-newsList__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding: 10px;
  align-items: center;
}
.p-newsList__date {
  margin: 0 20px;
}
.p-newsList__title {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-newsList__title span {
  position: absolute;
  top: -0.2em;
  margin-left: 0.3em;
  color: #e20012;
  font-size: 14px;
  font-weight: bold;
}
.p-newsList__more {
  margin-top: 25px;
  text-align: right;
}
.p-newsList__more a {
  color: #0263af;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-newsList ul li {
    font-size: 14px;
  }
  .p-newsList__tag {
    width: 80px;
    display: inline-block;
  }
  .p-newsList__tag a {
    font-size: 12px;
    padding: 5px;
  }
  .p-newsList__date {
    display: inline-block;
    margin: 0 10px;
  }
  .p-newsList__title {
    width: 100%;
  }
  .p-newsList__title a span {
    font-size: 12px;
  }
}
#l-newsList .p-kv {
  height: 360px;
  line-height: 360px;
  background: url(../images/tk031.jpg) no-repeat center top/cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #l-newsList .p-kv {
    height: 240px;
    margin-bottom: 40px;
    line-height: 240px;
    font-size: 24px;
  }
}
#l-news {
  /* padding: 40px 0; */
  /* background-color: #eaf4ee; */
  border-top: 1px solid #ddd;
}
.p-news__article {
  padding: 20px 0 40px 0;
  margin-bottom: 40px;
  background-color: #fff;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 105px;
  /* border-radius: 10px; */
  border-bottom: 1px solid #a0a5aa;
}
.p-news__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #a0a5aa;
  margin-bottom: 20px;
}
.p-news__tag {
  margin-bottom: 20px;
}
.p-news__tag a {
  min-width: 120px;
  display: inline-block;
  padding: 5px 10px;
  /* -webkit-border-radius: 5px; */
  -moz-border-radius: 5px;
  /* border-radius: 5px; */
  background-color: #0055a7;
  color: #fff;
  font-size: 16px;
  text-align: center;
  /* margin: -40px 0 0 -40px; */
}
.p-news__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-news__date {
  margin-bottom: 0;
  font-size: 16px;
  color: #595757;
  text-align: right;
}
.p-news__content {
  font-size: 16px;
}
.p-news__content .p-news__thumb img {
  width: 100%;
}
.p-news__content h1, .p-news__content h2, .p-news__content h3, .p-news__content h4, .p-news__content h5, .p-news__content h6 {
  font-weight: bold;
  line-height: 1.75;
}
.p-news__content h1, .p-news__content h2 {
  font-size: 22px;
  margin: 60px 0 40px;
}
.p-news__content h3 {
  padding: 10px 0 10px 20px;
  border-left: 4px solid #0079c1;
  margin: 60px 0 40px;
  font-size: 20px;
}
.p-news__content h4 {
  font-size: 18px;
  border-bottom: 1px solid #a0a5aa;
  padding-bottom: 20px;
  margin: 60px 0 20px;
}
.p-news__content h5 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.p-news__content h6 {
  margin: 40px 0 20px;
  font-size: 14px;
}
.p-news__content ul, .p-news__content ol {
  padding: 0 0 0 1.5em;
  margin: 40px 0;
}
.p-news__content li {
  line-height: 2;
}
.p-news__content p {
  /* margin-bottom: 40px; */
  font-size: 16px;
  line-height: 2;
}
.p-news__content figure {
  margin: 0 20px 40px;
  text-align: center;
}
.p-news__keyword__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a5aa;
  margin: 0 0 20px;
}
.p-news__keyword__list a {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  color: #006331;
  font-size: 14px;
  padding: 8px;
  border: solid 1px #006934;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #l-news {
    padding: 20px 0;
  }
  .p-news__article {
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .p-news__header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p-news__tag {
    min-width: 100px;
    margin-bottom: 15px;
  }
  .p-news__tag a {
    font-size: 14px;
  }
  .p-news__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-news__date {
    font-size: 14px;
  }
  .p-news__content {
    font-size: 14px;
  }
  .p-news__content h1, .p-news__content h2 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .p-news__content h3 {
    padding: 10px 0 10px 12px;
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .p-news__content h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 20px 0 15px;
  }
  .p-news__content h5 {
    margin: 30px 0 15px;
    font-size: 14px;
  }
  .p-news__content h6 {
    margin: 30px 0 15px;
    font-size: 12px;
  }
  .p-news__content ul, .p-news__content ol {
    margin: 20px 0;
  }
  .p-news__content li {
    line-height: 2;
  }
  .p-news__content p {
    /* margin: 0 0 20px; */
    font-size: 14px;
  }
  .p-news__content figure {
    margin: 0 0 20px;
  }
  .p-news__keyword {
    margin: 0 0 40px;
  }
  .p-news__keyword__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0a5aa;
    margin: 0 0 20px;
  }
  .p-news__keyword__list a {
    font-size: 14px;
  }
  .p-news__keyword__list a {
    font-size: 12px;
  }
}
#l-page .p-kv1 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_electrical-instrumentation.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv1 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv2 {
  height: 360px;
  line-height: 360px;
  background-image: url("../images/tk028.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  /* margin-bottom: 30px; */
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv2 {
    height: 240px;
    /* margin-bottom: 30px; */
    line-height: 240px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv3 {
  height: 240px;
  line-height: 240px;
  background-image: url("../images/kv_bg_renewable-energy.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv3 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv4 {
  height: 360px;
  line-height: 360px;
  background-image: url("../images/tk003b.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  /* margin-bottom: 30px; */
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv4 {
    height: 240px;
    /* margin-bottom: 30px; */
    line-height: 240px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-page .p-kv5 {
  height: 240px;
  line-height: 240px;
  background: url("../images/tk034.png")no-repeat center top/cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.l-page__content .l-section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #l-page .p-kv5 {
    height: 180px;
    margin-bottom: 30px;
    line-height: 180px;
    font-size: 20px;
  }
  .l-page__content .l-section {
    margin: 40px 0;
  }
}
#l-footer {
  background-image: url("../images/tk001c.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  color: #FFFFFF;
}
.p-footer a {
  color: #FFFFFF;
}
.p-footer__wrap {
  width: 100%;
  margin: 25px auto 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__navi {
  width: 50%;
  padding-left: 40px;
  border-left: 1px solid #8d8d8d;
}
.p-footer__navi__main {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.p-footer__navi__main li {
  margin-bottom: 25px;
  list-style: none;
  font-weight: bold;
}
.p-footer__navi__main li::before {
  content: "・";
}
.p-footer__navi__main li:last-child {
  margin-bottom: 0;
}
.p-footer__navi__sub {
  font-size: 14px;
  padding: 0 0 0 15px;
  margin: 25px 0 35px;
}
.p-footer__navi__sub li {
  margin-bottom: 10px;
  list-style: none;
  font-weight: normal;
}
.p-footer__navi__sub li a {
  color: #ebebeb;
}
.p-footer__navi__sub li::before {
  content: "ー";
  margin-right: 5px;
}
.p-footer__info {
  width: 50%;
  padding-right: 10px;
}
.p-footer__logo {
  margin: 0 0 30px;
}
.p-footer__logo img {
  width: 80%;
}
.p-footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  margin: 0 0 40px;
  color: #ebebeb;
  line-height: 1.5em;
}
.p-footer__address dt {
  width: 80px;
  margin: 0;
}
.p-footer__address dd {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 80px);
  margin: 0;
}
.p-footer__contact {
  padding-left: 20px;
  /* margin: 0 0 40px; */
  color: #ebebeb;
  line-height: 2em;
}
.p-footer__contact dt {
  float: left;
}
.p-footer__contact dt::before {
  content: "・";
  margin-right: 0.5em;
}
.p-footer__contact dt::after {
  content: ":";
  margin: 0 0.5em;
}
.p-footer__contact dd a {
  text-decoration: underline;
  color: #ebebeb;
}
.p-footer__btm {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #8d8d8d;
  padding-bottom: 40px;
}
.p-footer__btm::after {
  content: "";
  display: block;
  clear: both;
}
.p-footer__btm p.copyright {
  float: left;
}
.p-footer__btm p.privacy {
  float: right;
}
@media screen and (max-width: 768px) {
  #l-footer {
    background-image: url("../images/tk001c.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
  }
  .p-footer__wrap {
    display: block;
    margin: 25px auto 10px;
  }
  .p-footer__info {
    width: 100%;
    padding-right: 0;
  }
  .p-footer__logo {
    margin: 0 0 20px;
  }
  .p-footer__logo img {
    width: 80%;
    margin-top: -10px;
  }
  .p-footer__address {
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .p-footer__contact {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .p-footer__navi {
    width: 100%;
    padding: 20px 0 0 10px;
    border-left: none;
    border-top: 1px dotted #a1a1a1;
  }
  .p-footer__navi__main {
    font-size: 13px;
    font-weight: bold;
  }
  .p-footer__navi__main::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-footer__navi__main > li {
    float: left;
    width: 40%;
    margin-bottom: 10px;
  }
  .p-footer__navi__main > li:first-child {
    width: 60%
  }
  .p-footer__navi__sub {
    margin: 10px 0;
    font-size: 12px;
    font-weight: normal;
  }
  .p-footer__navi__sub li {
    margin-bottom: 10px;
  }
  .p-footer__btm {
    height: auto;
    padding-bottom: 20px;
    margin: 0;
    border-top: 1px solid #7e7e7e;
    font-size: 10px;
  }
  .p-footer__btm p.copyright {
    float: left;
    margin-bottom: 0;
  }
  .p-footer__btm p.privacy {
    float: right;
    margin-bottom: 0;
  }
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
#page_top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page_top {
    right: 15px;
    bottom: 15px;
  }
}
.p-404 {
  padding: 100px 0;
}
.p-404__msg {
  text-align: center;
  font-size: 16px;
}
.p-404__msg span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 50px 0;
  }
  .p-404__msg {
    font-size: 14px;
  }
  .p-404__msg span {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.policysign {
  text-align: right;
}
.link {
  color: #0079c1;
  text-decoration: underline;
}
.more {
  line-height: 2.5; /* margin:0 28px 0 0; */
}
.companyname {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.5;
  /* margin-top: 20px; */
}
/*Note: if you choose to hide the badge, please use*/
.grecaptcha-badge {
  visibility: hidden;
}
.insta img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .insta img {
    width: 70%;
    margin-bottom: 40px;
  }
}
/*入会申し込み*/
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row:after {
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-6 {
    width: calc(100%/2);
    font-size: 16px;
  }
}
.c-link--middle {
  height: 7rem;
  width: 90%;
  color: #ffffff;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  margin: 3rem 3rem 5rem 3rem;
}
.c-link--middle:after {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.-skelton--blue {
  background-color: transparent;
}
.-skelton--blue:after {
  width: 36px;
}
.-skelton--blue {
  border: 1px solid #025fba;
  color: #025fba;
}
.-skelton--blue:after {
  background: url("../images/tk014.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .c-link--middle {
    width: 100%;
    margin: 2rem 0rem 0rem 0rem;
  }
}
.p-cta04 {
  padding: 6rem 0;
  background: #296bb3;
  margin-bottom: -00px;
}
.p-cta04__contact a {
  margin: 20px;
  height: 6rem;
  font-weight: 600;
  font-size: 18px;
}
.p-cta04__info {
  justify-content: center;
  align-items: center;
}
.p-cta04__info--tel {
  font-size: 2.2rem;
  font-weight: 600;
}
.p-cta04__info--hours {
  font-size: 1.5rem;
  color: #9FA0A0;
}
.cta__box { /* border:1px solid #025fba; */ padding: 40px;
  background-color: #fff;
}
.cta__box p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cta__box p {
    font-size: 14px;
    line-height: 2;
  }
  .cta__box {
    padding: 20px;
    margin: 0px;
  }
  .p-cta04 {
    padding: 20px 0;
  }
  .p-cta04__info {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .p-cta04__contact a {
    margin: 0 0 0 0;
    height: 5rem;
    font-size: 16px;
    font-weight: 600;
  }
}
.l-article p {
  margin-bottom: 2.5rem;
}
.c-title__type12b {
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px dotted #ddd;
  font-size: 20px;
  color: #296bb3;
}
.teltext {
  color: #363332;
}
@media screen and (min-width: 767px) {
  .button1:hover {
    color: white;
    opacity: 0.9;
    border: 1px solid #025fba;
  }
  .button1::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #025fba;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .button1:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/*LP5*/
.l-lp__wrapper {
  color: #333;
}
.l-lp__wrapper ul {
  list-style: none;
  padding: 0%;
  margin: 0;
}
.l-lp__wrapper figure {
  margin: 0;
}
.lp_intro__lead {
  font-size: 16px;
  line-height: 1.8;
  /* width: 90%; */
}
.lp_intro__lead2 {
  font-size: 20px;
  line-height: 1.8;
  /* text-align: center; */
  color: #fff;
  font-weight: 600;
}
.lp_intro__lead-h {
  font-size: 16px;
  font-weight: 600;
}
.lp_title_s {
  font-size: 22px;
  font-weight: 600;
}
.lp_title_m {
  font-size: 28px;
  font-weight: 600;
  color: #2460aa;
}
.lp_title {
  width: 50%;
  max-width: 220px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.lp_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lp_intro01 {
  background-color: #006AB9;
}
.lp_intro01 .lp_title_s {
  text-align: center;
  margin-bottom: 20px;
}
.lp_intro01 .lp_intro01__container {
  max-width: 740px;
  width: 100%;
  margin: auto;
}
.lp_intro01 .lp_intro__text {
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
.lp_intro01__itemWrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
.l-lp__wrapper .lp_intro01__itemWrap {
  padding: 0 0 65px;
  margin: auto;
}
.lp_intro01__itemWrap .intro01__item {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 140px;
  /* padding: 0 2px 0; */
}
.lp_intro01__itemWrap .intro01__item figure img {
  max-width: 170px;
}
.lp_intro01__itemWrap .intro01__item figure figcaption {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.lp_intro__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 1500px; */
  margin: auto;
}
.lp_intro__pict {
  position: relative;
  width: 70%;
  overflow: hidden;
  z-index: 0;
}
.lp_intro__pict:before {
  content: '';
  display: block;
  padding-top: 60.683760683%;
}
.lp_intro__pict img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.lp_intro02 {
  background: linear-gradient(180deg, #eaf4ee 0%, #eaf4ee 80px, #ffffff 80px, #ffffff 100%);
  padding-bottom: 30px;
}
.lp_intro02 .lp_intro02__container {
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  margin: auto;
}
.lp_intro02 .lp_intro02__contents {
  width: 49%;
  background: #fff;
  margin-top: -6%;
  padding: 2% 2.5%;
  margin-left: auto;
  position: relative;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}
.lp_intro02 .lp_intro02__contents:before {
  content: '';
  display: block;
  background: url("../images/lp_intro02Img02.svg") no-repeat center center/contain;
  width: 97px;
  height: 137px;
  position: absolute;
  top: -130px;
  /* right: 48%; */
}
.lp_intro02 .lp_intro__pict img {
  border-radius: 0 40px 0 0;
}
.lp_intro03 {
  padding: 0 0 30px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 80px, #c3e5ff 80px, #c3e5ff 100%);
}
.lp_intro03 .lp_intro__pict img {
  border-radius: 20px 0 0 0;
}
.lp_intro03 .lp_intro03__contents {
  width: 65%;
  background: #c3e5ff;
  margin-top: -6%;
  padding: 2% 2% 0 40px;
  margin-right: auto;
  position: relative;
  display: block;
  /* flex-direction: column; */
  /* justify-content: flex-end; */
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}
.lp_intro03 .lp_intro03__contents:before {
  /* content: ''; */
  /* display: block; */
  /* background: url("../images/lp_intro03Img02b.svg") no-repeat center center/contain; */
  /* width: 150px; */
  /* height: 120px; */
  /* position: absolute; */
  /* top: -104px; */
  /* right: 2%; */
}
.lp_intro03 .lp_intro03__inner {
  margin: 0 0 20px auto;
  float: right;
}
.l-lp__wrapper .lp_intro03__pictWrap {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-around;
  max-width: 1030px;
  padding: 0 20px;
  height: 100%;
}
.lp_intro03__pictWrap .lp_intro03__pictItem {
  margin: 20px;
}
.lp_intro03__pictWrap .lp_intro03__pictItem img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  /* width: 710px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.lp_intro03__pictWrap .lp_intro03__pictItem figcaption {
  margin-top: 10px;
  font-size: 14px;
}
.lp_intro04 {
  /* padding-bottom: 45px; */
}
.lp_intro04__container {
  display: flex;
  flex-direction: column;
}
.lp_intro04__container .lp_intro04__pict {
  max-height: 500px;
  overflow: hidden;
  height: 28vw;
  position: relative;
  z-index: 0;
}
.lp_intro04__container .lp_intro04__pict img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_intro04__container .lp_intro04__contents {
  position: relative;
  max-width: 920px;
  background: #fff;
  margin: -65px auto 24px;
  z-index: 1;
  padding: 26px 30px;
  width: 100%;
}
.lp_intro04__container .lp_intro04__contents:before {
  content: '';
  display: block;
  background: url("../images/lp_intro04Img02.svg");
  width: 141px;
  height: 105px;
  position: absolute;
  top: -105px;
  right: 1%;
}
.lp_intro05__contents {
  position: relative;
  max-width: 920px;
  background: #fff;
  margin: -65px auto 24px;
  z-index: 1;
  padding: 26px 30px;
  width: 100%;
}
.lp_intro05__contents:before {
  content: '';
  display: block;
  background: url("../images/tf08.svg");
  width: 141px;
  height: 90px;
  position: absolute;
  top: -90px;
  right: 1%;
}
.lp_intro06__contents {
  position: relative;
  max-width: 920px;
  background: #fff;
  margin: -65px auto 24px;
  z-index: 1;
  padding: 26px 30px;
  width: 100%;
}
.lp_intro06__contents:before {
  content: '';
  display: block;
  background: url("../images/tb08.svg");
  width: 121px;
  height: 90px;
  position: absolute;
  top: -90px;
  right: 1%;
}
.lp_intro04__container .lp_title_m {
  text-align: center;
}
.lp_intro04__container .lp_intro04__text {
  margin: 28px 0;
  font-size: 16px;
  line-height: 1.8;
}
.lp_intro04__container .lp_intro04__pictWrap {
  display: flex;
  width: 100%;
  max-width: 920px;
  margin: auto;
  padding: 0;
  justify-content: space-around;
}
.lp_intro04__link_more {
  max-width: 960px;
  margin: 30px auto;
  text-align: right;
  width: 100%;
  padding: 0 20px;
}
.lp_intro04__link_more a {
  width: 230px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-bottom: .5em;
}
.lp_intro04__link_more a:after, .lp_intro04__link_more a:before {
  content: '';
}
.lp_intro04__link_more a:before {
  position: absolute;
  height: 1px;
  background: #006934;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lp_intro04__link_more a:after {
  bottom: 3px;
  right: -1px;
  width: 14px;
  transform: rotate(29deg);
  content: "";
  position: absolute;
  height: 1px;
  background: #006934;
}
.lp_introLast {
  /* background: linear-gradient(180deg, #ffffff 0%, #ffffff 162px, #eaf4ee 162px, #eaf4ee 100%);
  */
  background-color: #c3e5ff;
}
.lp_introLast__contents {
  max-width: 920px;
  margin: -300px auto 0;
  padding-bottom: 50px;
  padding: 0 20px;
}
.lp_introLast__pict {
  /* max-width: 1000px; */
  /* width: 60%; */
  margin: auto 0 auto auto;
  text-align: right;
  padding: 40px 0 0 20px;
  width: 600px;
}
.lp_introLast__text {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 2;
}
.lp_introLast__owned {
  font-size: 16px;
  display: flex;
  color: #595757;
  margin: 0;
  line-height: 2;
}
.lp_introLast__owned > * {
  margin: 0;
  position: relative;
}
.lp_introLast__owned .lp_introLast__owned1:after {
  content: '';
  display: inline-block;
  background: #9B9C9C;
  width: 1px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lp_introLast__pict {
    width: 100%;
  }
  .lp_intro__lead {
    font-size: 14px;
  }
  .lp_intro__lead br {
    display: none;
  }
  .lp_intro__lead2 {
    font-size: 18px;
    text-align: left;
  }
  .lp_intro__lead2 br {
    display: none;
  }
  .lp_intro__lead-h {
    font-size: 14px;
  }
  .lp_title {
    /* padding-bottom: 10px; */
    margin-bottom: 0px;
    max-width: 180px;
  }
  .lp_title_s {
    font-size: 18px;
  }
  .lp_title_m {
    font-size: 20px;
    font-weight: 600;
  }
  .lp_intro__pict:before {
    padding-top: 81.92%;
  }
  .lp_intro01 {
    padding-top: 1.8em;
  }
  .lp_intro01 .lp_intro__text {
    line-height: 1.8;
    font-size: 14px;
  }
  .lp_intro01 .lp_intro01__container {
    /* padding-left: 9.5%; */
    padding: 20px;
    margin-bottom: 40px;
  }
  .lp_intro01 .lp_title_s {
    margin-bottom: 8px;
  }
  .l-lp__wrapper .lp_intro01__itemWrap {
    padding-bottom: 30px;
  }
  .lp_intro01__itemWrap {
    /* max-width: 320px; */
  }
  .lp_intro01__itemWrap .intro01__item {
    max-width: 70px;
    /* padding: 0 10px 0; */
  }
  .lp_intro__pict {
    width: calc(100% - 22px);
  }
  .lp_intro01__itemWrap .intro01__item figure figcaption {
    margin-top: 10px;
    font-size: 14px;
  }
  .lp_intro02 .lp_intro02__contents, .lp_intro03 .lp_intro03__contents {
    padding-top: 20px;
  }
  .lp_intro02 .lp_intro02__contents {
    margin-top: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp_intro02 .lp_intro02__contents:before {
    width: 60px;
    height: 86px;
    top: -82px;
    right: 10%;
  }
  .lp_intro03__pictWrap .lp_intro03__pictItem {
    margin: 0 0 20px 0;
    height: 100%;
  }
  .l-lp__wrapper .lp_intro03__pictWrap {
    flex-direction: column;
  }
  .lp_intro03 .lp_intro__pict {
    margin-left: auto;
  }
  .lp_intro03 .lp_intro03__contents {
    margin-top: 0;
    width: 100%;
    padding: 20px;
  }
  .lp_intro03 .lp_intro03__contents:before {
    width: 94px;
    height: 74px;
    top: -65px;
    left: 30px;
  }
  .lp_intro03 .lp_intro03__inner {
    margin-bottom: 20px;
  }
  .lp_intro04__container .lp_intro04__pict {
    height: 292px;
  }
  .lp_intro04__container .lp_intro04__pict img {
    /* width: auto; */
    height: 292px;
    object-fit: cover;
  }
  .lp_intro04__container .lp_intro04__text {
    margin: 28px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .lp_intro04__container .lp_title_m {
    text-align: left;
  }
  .lp_intro04__container .lp_intro04__contents {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .lp_intro04__container .lp_intro04__pictWrap {
    flex-direction: column;
    padding: 0 20px;
    width: 100%;
    margin: auto;
  }
  .lp_intro04__container .lp_intro04__pictWrap img {
    width: 100%;
  }
  .lp_introLast {
    /* background: linear-gradient(180deg, #ffffff 0%, #ffffff 20vw, #eaf4ee 20vw, #eaf4ee 100%); */
  }
  .lp_introLast__contents {
    margin-top: 20px;
  }
  .lp_introLast__text br {
    display: none;
  }
  .lp_introLast__text {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.8;
  }
  .lp_introLast__owned {
    flex-direction: column;
  }
  .lp_introLast__owned .lp_introLast__owned1:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
  }
  .lp_introLast__owned > * {
    padding: 12px 0;
  }
  .lp_introLast__owned .lp_introLast__owned1 {
    font-size: 14px;
    font-weight: 600;
  }
  .lp_introLast__owned .lp_introLast__owned2 {
    font-size: 14px;
  }
  .lp_introLast {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 769px) {
  .lp_intro01 {
    padding: 36px 0 36px 0;
  }
  .lp_intro01__itemWrap br {
    display: none;
  }
  .lp_intro03 .lp_intro__pict {
    margin-left: auto;
  }
  .lp_intro03__pictWrap .lp_intro03__pictItem figcaption {
    font-size: 16px;
  }
  .lp_introLast__owned1 {
    padding: 27px 44px 27px 0;
  }
  .lp_introLast__owned2 {
    padding: 27px 0 27px 44px;
  }
  .lp_introLast {
    padding-bottom: 60px;
  }
}