@charset "utf-8";
.itemsBox {
  overflow: hidden;
}
.itemsImg {
  width: 40%;
  float: left;
}
.itemsImg img {
  width: 100%;
  heighrt: auto;
}
.itemsSec {
  width: 48%;
  float: right;
}
.itemsCode {
  border-bottom: 1px #c7c7c7 dotted;
  padding: 10px 0;
  margin: 0 0 20px;
}
table.inq {
  margin: 40px 0 0;
}
.inq th,
.inq td {
  padding: 20px 0;
}
.inq th {
  width: 25%;
  font-weight: bold;
  border-bottom: 1px #001952 solid;
}
.inq td {
  width: 75%;
  border-bottom: 1px #c7c7c7 solid;
  padding-left: 30px;
}
table.itemTd {
  margin: 20px 0 0;
}
.itemTd th,
.itemTd td {
  padding: 12px 0;
}
.itemTd th {
  width: 25%;
  font-weight: bold;
  border-bottom: 1px #c7c7c7 solid;
}
.itemTd td {
  width: 75%;
  border-bottom: 1px #c7c7c7 solid;
  padding-left: 30px;
}
.jissekiWrap {
  overflow: hidden;
  position: relative;
}
.jissekiBox {
  float: left;
  width: 580px;
}
.num_jisseki {
  position: absolute;
  text-align: right;
  top: 30px;
  right: 0;
  font-size: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #eee;
}
.jiTxt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #21b6c1;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.2em;
}
.jiTxt2 {
  margin: 30px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.jiTxt3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #21b6c1;
  margin: 20px 0 5px;
}
.jissekiWrap p.right {
  overflow: hidden;
}
/*------ 用語集 -------*/
.word {
  margin: 30px -20px 0 0;
  overflow: hidden;
}
.word li {
  float: left;
  width: 290px;
  margin: 0 13px 13px 0;
  text-align: center;
}
.word li a {
  border: 1px #0e3f77 solid;
  display: block;
  padding: 15px 0;
}
.word li a:hover {
  border: 1px #0e3f77 solid;
  background-color: #0e3f77;
  color: #fff;
  display: block;
}
.wordBox {
  background: url(../img/bg_word.jpg) no-repeat,
    url(../img/bg_word2.jpg) repeat-y;
  min-height: 460px;
  padding: 50px 100px;
}
.wordBox div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 360px;
}
.wordBox h2 {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #1a2e45 solid;
  padding: 15px;
  margin: 0 0 30px;
  background: #1a2e45;
}
.wordBox h2.wpTitle {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1a2e45;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px #fff dotted;
  line-height: 120%;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}
.wordBox h2.wpTitle span {
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: normal;
}
.wordBox h2.wpTitle small {
  font-size: 14px;
  letter-spacing: normal;
  display: block;
  text-align: right;
}

.wordBox h3 {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1a2e45;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  padding: 10px 20px;
  background: #fff;
  border: 1px #1a2e45 dotted;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wordBox p {
  padding-bottom: 25px;
}
.wordBox p:last-child {
  padding-bottom: 0;
}
/*------ 会社概要 -------*/
.banaCompany {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banaCompany li a {
  display: block;
  border: 1px #c7c7c7 solid;
  width: 265px;
  padding: 25px 0 20px 120px;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1a2e45;
  position: relative;
}
.banaCompany li a:hover,
.banaCompany li.onBnr1 a,
.banaCompany li.onBnr2 a,
.banaCompany li.onBnr3 a {
  color: #fff;
  text-decoration: none;
}
.banaCompany li.onBnr1 a,
.banaCompany li.onBnr2 a,
.banaCompany li.onBnr3 a {
  border: 1px #1a2e45 solid !important;
}
.banaCompany li span {
  font-size: 12px;
  display: block;
}
.banaCompany li:first-child a {
  background: #fff url(../img/icon_company1.png) no-repeat 18px 10px;
}
.banaCompany li:nth-child(2) a {
  background: #fff url(../img/icon_vision1.png) no-repeat 18px 10px;
}
.banaCompany li:last-child a {
  background: #fff url(../img/icon_heart1.png) no-repeat 18px 10px;
}
.banaCompany li:first-child a:hover,
.banaCompany li.onBnr1 a {
  background: #1a2e45 url(../img/icon_company2.png) no-repeat 18px 10px;
}
.banaCompany li:nth-child(2) a:hover,
.banaCompany li.onBnr2 a {
  background: #1a2e45 url(../img/icon_vision2.png) no-repeat 18px 10px;
}
.banaCompany li:last-child a:hover,
.banaCompany li.onBnr3 a {
  background: #1a2e45 url(../img/icon_heart2.png) no-repeat 18px 10px;
}
.banaCompany li strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.banaCompany li strong span {
  font-weight: bold;
}

.rinenBox {
  overflow: hidden;
  margin: 0 0 120px;
}
.rinenRbox {
  float: right;
  width: 480px;
}
.rineTxt1 {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1a2e45;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.rineTxt2 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1a2e45;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.shishinBox {
  overflow: hidden;
}
.shishinLbox {
  float: left;
  width: 640px;
}
.shishinLbox li {
  margin-bottom: 5px;
}
/*------ プライバシーポリシー -------*/
.ppBox {
  margin: 0 0 100px;
}
.ppBox li {
  margin-left: 20px;
  list-style: square;
  margin-bottom: 10px;
}
.ppTxt1 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
.ppBox2 ol {
  margin: 0 0 20px;
}
.ppBox2 ol li {
  list-style: decimal;
  margin-left: 20px;
}
.ppInq1 {
  margin: 0 0 70px;
  border: 1px #1a2e45 solid;
  padding: 10px;
}
.ppInq2 {
  color: #2b4c8e;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #1a2e45 dotted;
}
/*------  -------*/

/*------  -------*/
.gmap {
  margin: 50px auto;
  width: 250px;
  font-size: 12px;
  text-align: center;
}
.gmap a {
  display: block;
  padding: 10px;
  color: #444;
  border: 1px #c7c7c7 solid;
}
.gmap a:hover {
  display: block;
  padding: 10px;
  border: 1px #c03 solid;
  text-decoration: none;
}
/*
iframe{
   -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
iframe:hover{
transition: filter 0.8s ease;
 -webkit-filter: grayscale(0) saturate(2);
 filter: grayscale(0) saturate(2);
}
*/
.more a {
  display: block;
  background: #1a2e45;
  width: 100%;
  margin: 20px auto 0;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.more a:hover {
  text-decoration: none;
  background: #176f7a;
}
.more2 a {
  width: 300px;
  margin: 10px 0 0;
  display: block;
  background: #1a2e45;
  padding: 7px 0 8px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.more2 a:hover {
  text-decoration: none;
  background: #176f7a;
}
.more3 a {
  display: block;
  margin: 40px 0 30px;
  border: 1px #735e22 solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 325px;
  padding: 8px 0;
  text-align: center;
  color: #735e22;
  position: relative;
  font-weight: normal;
}
.more3.centerline a {
  margin: 40px auto 30px;
}
.more3 a:hover {
  text-decoration: none;
}
.more3 a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #735e22;
  border-right: 1px solid #735e22;
  transform: skew(60deg);
  top: 15px;
  right: 30px;
}
a b.more3 {
  display: block;
  margin: 30px auto 30px;
  border: 1px #735e22 solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 325px;
  padding: 8px 0;
  text-align: center;
  color: #735e22;
  position: relative;
  font-weight: normal;
  background: #fff;
}
a b.more3:hover {
  text-decoration: none;
}
a b.more3::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #735e22;
  border-right: 1px solid #735e22;
  transform: skew(60deg);
  top: 15px;
  right: 30px;
}
a b.more3.hoge::after {
  border: none;
}
a.more4 {
  display: inline-block;
  margin: 30px auto 30px;
  border: 1px #fff solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 160px;
  padding: 6px 0 6px 30px;
  color: #fff;
  position: relative;
  font-weight: normal;
}
a.more4:hover {
  text-decoration: none;
}
a.more4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(60deg);
  top: 15px;
  right: 30px;
}
a.more4.hoge {
  padding: 6px 15px;
  text-align: center;
}
a.more4.hoge::after {
  border: none;
}
.more5 a {
  display: block;
  margin: 40px auto 30px;
  border: 1px #735e22 solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 325px;
  padding: 8px 0;
  text-align: center;
  color: #735e22;
  position: relative;
  font-weight: normal;
  background: #fff;
}
.more5 a:hover {
  text-decoration: none;
}
.more5 a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #735e22;
  border-right: 1px solid #735e22;
  transform: skew(60deg);
  top: 15px;
  right: 30px;
}
.more6 a {
  display: block;
  width: 120px;
  border: 1px #735e22 solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  text-align: center;
  color: #735e22;
  font-weight: normal;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.more6 a:hover {
  text-decoration: none;
}
.more7 {
  border: 1px #fff solid;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  width: 300px;
  padding: 10px;
  margin: 0 0 30px;
}
.more7 a {
  display: block;
  color: #fff;
}
.item-shop a {
  display: block;
  background: #c40c23;
  width: 100%;
  margin: 25px auto 0;
  padding: 12px 0;
  text-align: center;
  color: #fff;
}
.item-shop a:hover {
  opacity: 0.7;
}
.newsBox {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .newsBox {
    width: 1200px;
  }
}
.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0 60px;
}
.newsList li {
  width: 24%;
  line-height: 160%;
}
.newsList li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.newsList::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.newsList::after {
  content: "";
  display: block;
  width: 24%;
}
.newsList span {
  display: block;
}
.newsList small {
  display: block;
}
/*------返済方法-------*/
.payImg {
  display: flex;
  justify-content: center;
  margin: 0 0 25px;
}
.payImg li {
  border: 3px #41506e solid;
  margin: 0 15px;
}
.barTxtA {
  border-top: 1px #c7c7c7 dotted;
  margin: 50px 0 30px;
  padding: 30px 0 0;
  text-align: center;
  color: #41506e;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 20px;
}
.payTokucho {
  display: flex;
  justify-content: space-between;
}
.payTokucho li {
  width: 33%;
  background: #c8ac28;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
  font-size: 18px;
}
/*------エリア-------*/
.area-cate {
  margin: 40px 0 30px;
  background: #52607b;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.area-cate-small {
  margin: 30px 0 0;
  background: #c7c7c7;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.area {
  display: flex;
  flex-wrap: wrap;
}
.area li {
  width: 10%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.area li a {
  display: block;
  border: 1px #52607b solid;
  padding: 5px 0;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.area li a:hover,
.area li.arOn a {
  background: #52607b;
  color: #fff;
  text-decoration: none;
}
.area-small {
  margin: 40px 0;
  overflow: hidden;
}
.area-small li {
  list-style: disc;
  float: left;
  margin-left: 20px;
  width: 12%;
}

.area-small2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
}
.area-small2 li {
  width: 10%;
  display: block;
  border: 1px #fff dotted;
  padding: 5px 0;
  margin: 0 3px 3px 0;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #efefef;
}

.area-small3 {
  margin: 20px 0 -100px;
  overflow: hidden;
}
.area-small3 li {
  list-style: disc;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.area-small3 li a {
  text-decoration: underline;
}

/*------かんたんお申込み-------*/
.infoBox {
  padding: 50px 0;
}
.firstInfo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.firstInfo li {
  width: 50%;
  height: 560px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.firstInfo li:first-child {
  overflow: hidden;
}
.firstInfo li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/bg_catalog.jpg") no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.firstInfo li:first-child:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.firstInfo li:first-child a {
  position: relative;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.firstInfo li:last-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/bg_onlineshop.jpg") no-repeat top center;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.firstInfo li:last-child:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.firstInfo li:last-child a {
  position: relative;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.firstInfo li a {
  display: block;
}
.firstInfo li a:hover {
  text-decoration: none;
}
.firstInfo small {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 140px 0 20px;
}
.firstInfo strong {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 46px;
  letter-spacing: 5px;
  width: 100%;
  height: auto !important;
  margin: 0 0 0;
}
.firstInfo strong::after {
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 25px 0 0;
  border-bottom: 2px #fff solid;
}
.firstInfo span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 20px;
  width: 100%;
  padding: 30px 0 20px;
}
.sinkanBox {
  background: #111217;
}
.sinkanInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}
.sinkanInfo li {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.sinkanInfo li:first-child {
  width: 25%;
  font-size: 24px;
}
.sinkanInfo li:last-child {
  width: 75%;
  font-size: 16px;
}
.sinkanInfo li:last-child span {
  display: inline-block;
  margin-right: 30px;
}

/*------トップ記事ボックス-------*/
.kijiBox {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0 0;
}
.kijiBox li {
  margin: 0 10px 0 0;
  width: 16%;
}
.kijiBox li:last-child {
  margin-right: 0;
}
.kijiBox li a {
  display: block;
  color: #444;
  font-size: 14px;
}
.kijiBox li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.kijiBox li strong {
  display: block;
  line-height: 120%;
  font-weight: normal;
}
.kijiBox li a:hover {
  text-decoration: none;
}
.column-container .swiper-slide {
  background: #fff;
}
.column-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.column-container .swiper-slide a {
  color: #444;
}
.column-container .swiper-slide strong {
  display: block;
  font-size: 14px;
  padding: 5px 10px 10px;
  line-height: 140%;
  font-weight: normal;
}

/*-----------------------------------------------------------------------*/
/*                            table系 スタイル                           */
/*-----------------------------------------------------------------------*/
.tdA {
  border: 1px #c7c7c7 solid;
  font-size: 12px;
}
.tdA th {
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #c7c7c7 dotted;
  border-right: 1px #c7c7c7 dotted;
  background: url(../img/bg_white.gif);
  font-size: 16px;
  width: 30%;
}
.tdA td {
  padding: 12px 0 12px 20px;
  border-bottom: 1px #c7c7c7 dotted;
  border-right: 1px #c7c7c7 dotted;
  background: #fff;
  width: 70%;
  font-size: 14px;
}
#appForm .tdA td {
  padding: 6px 0 6px 20px;
}
.tdA th:last-child {
  border-bottom: none;
}
.tdA ul {
  overflow: hidden;
}
.tdA ul li {
  float: left;
  list-style: disc;
  margin-left: 20px;
}
.tdA ul li a {
  display: block;
  padding-right: 25px;
}
.tdA ul li a:hover {
  text-decoration: underline;
}
/*-----------------------------------------------------------------------*/
/*                            form系 スタイル                           */
/*-----------------------------------------------------------------------*/
form {
  margin-top: 30px;
}
.hankaku {
  padding: 4px;
  ime-mode: disabled;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-image: url(../images/input.jpg);
  border: 1px solid #c7c7c7;
  font-size: 14px;
  letter-spacing: 1px;
  color: #444;
}
.zenkaku {
  padding: 4px;
  border: 1px solid #c7c7c7;
  color: #444;
  background-color: #fff;
  background-image: url(../images/input.jpg);
}
.kome {
  background-color: #c03;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
  padding: 3px;
  text-align: center;
  margin-left: 2px;
}
.iimg {
  vertical-align: middle;
}
.errMsg {
  color: #f00;
}
.inputBox {
  text-align: center;
  margin: 30px 0 0;
}
.css3button {
  color: #fff;
  background: #2aa859;

  text-align: center;
  width: 40%;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2aa859;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.css3button2 {
  color: #fff;
  background: #2aa859;
  padding: 25px 0;
  text-align: center;
  width: 40%;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2aa859;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
.selectWrap {
  width: 100px;
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 18px;
}
.selectWrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
  font-size: 18px !important;
}
.select select::-ms-expand {
  display: none;
}
.formTxt {
  font-size: 12px;
  line-height: 140%;
  margin-top: 10px;
}

.mgb100 {
  margin-bottom: 100px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 50px;
}
.pdb100 {
  padding-bottom: 100px;
}
.mgt150 {
  margin-top: 150px;
}
.pd25 {
  padding: 15px 0;
}

#js-visual-mv .list-copy {
  overflow: hidden;
  position: absolute;
  top: 0;

  z-index: 20;

  height: 100%;
  text-align: center;

  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.ico-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: auto;
  z-index: 490;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: margin 0.3s ease;
  font-family: "Marcellus", serif;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.9);
}
.ico-scroll a {
  color: #fff;
}
.ico-scroll a:hover {
  text-decoration: none;
}
.ico-scroll:hover {
  margin: 0 0 -10px 0;
}
.ico-scroll img {
  display: block;
  margin: 8px auto 0 auto;
}
/*20210402追加*/
.topMainImg {
  width: 100vw;
  height: 100vh;
  background: url("../img/main_02_03.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-animation: anime 30s 0s forwards;
  animation: anime 30s 0s forwards;
  position: relative;
}
.topMainImg.new {
  width: 100vw;
  height: 100vh;
  background: url("../img/main_test03.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-animation: anime 30s 0s forwards;
  animation: anime 30s 0s forwards;
  position: relative;
}
@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
.mainTxtBox {
  max-width: 100%;
  position: absolute;
  display: block;
  top: 40%;
  right: 10%;
}
.mainTite {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-weight: normal;
  text-align: right;
  font-size: 50px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
  z-index: 1000000000000;
}
.mainTite span {
  font-size: 20px;
  letter-spacing: 0.09em;
  display: block;
  padding-top: 25px;
  z-index: 1000000000000;
}
.visuTopBtn {
  display: none;
}
/*安心コンテンツ*/
.safetyTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 2px;
  margin: 0 0 20px 5px;
}
.safetyTitle2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2px;
  margin: 20px 0 20px 5px;
}
.safetyCheck li {
  border: 1px #ebebeb solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 5px;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
.safetyCheck li a::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 30px;
  background: url("../img/icon_check.gif") no-repeat;
  background-size: contain;
}
.safetyCheck li a {
  padding: 10px 15px;
  color: #555;
  display: block;
}
.safetyCheck li a:hover {
  text-decoration: none;
}
.safetyInfo {
  border: 2px #0b804d solid;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  width: 1070px;
  margin: 40px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.safetyInfo.footerSafeInfo {
  max-width: 95%;
  margin: 0 0 10px;
}
.safetyLeft {
  width: 40%;
  float: left;
}
.safetyLeft.footerSafeLeft {
  width: 32%;
}
.safetyRight {
  float: right;
  width: 57%;
}
.safetyRight.footerSafeRight {
  width: 67%;
}
.safetyArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.safetyArea li {
  width: 24%;
  text-align: center;
  background: #0b804d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.safetyArea li:last-child {
  background: #1d6b49;
}
.safetyArea li a {
  padding: 10px 0;
  display: block;
  color: #fff;
}
.safetyArea li a:hover {
  text-decoration: none;
}
.safetyTitle3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  margin: 0 0 5px;
  color: #333;
}
.safetyTitle3 span {
  display: block;
  font-size: 12px;
}
.safetyTitle3.footersafetyTitle3 {
  font-size: 20px;
  margin: 0;
}
.safetyTitle4 a {
  display: block;
  border: 1px #c7c7c7 solid;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #1d6b49;
}
.safetyTitle4 a::before {
  font-family: "Material Icons";
  content: "email";
  display: inline-block;
  margin-right: 3px;
  font-weight: normal;
  vertical-align: middle;
  font-size: 20px;
}
.safetyTitle4 a small {
  font-size: 12px;
}
.safetyTitle4 a:hover {
  text-decoration: none;
}
.safetyTitle4.footersafetyTitle4 a small {
  display: none;
}
.safetyPhone::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 61px;
  height: 44px;
  background: url("../img/freedial.gif") no-repeat top left;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.safetyPhone.footersafetyPhone::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
  height: 35px;
  background: url("../img/freedial.gif") no-repeat top left;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 15px;
}
.safetyPhone {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 58px;
  color: #000;
  position: relative;
  padding: 10px 0 0 71px;
}
.safetyPhone.footersafetyPhone {
  font-size: 52px;
}
.safetyPhone span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}
.safetyPhone small {
  display: block;
  font-size: 14px;
  line-height: 100%;
}
/*サービス*/
.serDisc {
  text-align: center;
  padding: 10px 0 0;
  line-height: 200%;
}
.ser-container {
  background: #f8f8f5;
  padding: 60px 0;
}
.serBtnBox {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.serBtnBox li {
  width: 32%;
  position: relative;
}
.serBtnBox li a {
  display: block;
  border: 1px #c7c7c7 solid;
  background: #fff;
  padding: 20px 0 15px 100px;
  color: #333;
  line-height: 140%;
  font-size: 18px;
}
.serBtnBox li a:hover {
  text-decoration: none;
}
.serBtnBox li:first-child::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon_ser01.gif") no-repeat top left;
  display: block;
  position: absolute;
  top: 23px;
  left: 30px;
}
.serBtnBox li:nth-child(2)::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon_ser02.gif") no-repeat top left;
  display: block;
  position: absolute;
  top: 23px;
  left: 30px;
}
.serBtnBox li:nth-child(3)::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon_ser03.gif") no-repeat top left;
  display: block;
  position: absolute;
  top: 23px;
  left: 30px;
}
h2.midashi-2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 30px;
  color: #111217;
  line-height: 120%;
  margin: 0 0 40px;
  text-align: center;
}
h2.midashi-2 span,
h2.midashi-4 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}

h2.midashi-2 span::before,
h2.midashi-2 span::after,
h2.midashi-4 span::before,
h2.midashi-4 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 2em;
  height: 1px;
  background-color: black;
}

h2.midashi-2 span::before {
  left: 100%;
}
h2.midashi-2 span::after {
  right: 100%;
}
h2.midashi-4 span::before {
  left: 100%;
}
h2.midashi-4 span::after {
  right: 100%;
}

h3.midashi-3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 28px;
  color: #111217;
  line-height: 120%;
  margin: 0 0 30px;
}
h2.midashi-4 {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #111217;
  line-height: 120%;
  margin: 100px auto 60px;
}
.meritBox {
  background: url("../img/img_ser01.jpg") no-repeat top right;
  padding: 30px 0;
  margin: 80px 0;
}
.meritBox2 {
  background: url("../img/img_ser02.jpg") no-repeat top right;
  padding: 30px 0;
  margin: 80px 0;
}
.meritBox3 {
  background: url("../img/img_company2.jpg") no-repeat top right;
  padding: 40px 0;
  margin: 80px 0 30px;
}
.meritBox4 {
  background: url("../img/img_recruit.jpg") no-repeat top right;
  padding: 40px 0;
  margin: 80px 0 150px;
}
.meritTxt {
  display: block;
  width: 50%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.meritTxt2 {
  display: block;
  width: 50%;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.meritList1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 80px;
}
.meritList1 li {
  width: 20%;
  background: #f7f7f7;
  padding: 30px 20px;
  line-height: 160%;
}
.meritList1 li strong {
  display: block;
  width: 80%;
  border-bottom: 1px #5b5545 solid;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  color: #5b5545;
  margin: 0 auto 20px;
  padding: 0 0 15px;
}
.companyImg {
  margin: 0 0 150px;
}
.companyImg ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.bgWite {
  padding: 110px 0 0;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.hanbaiImg {
  text-align: center;
  margin: 80px 0;
}
.hanbaiTxt1 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 50px;
  color: #333;
}
.hanbaiTxt2 {
  padding: 0 0 20px;
}
.hanbaiTxt3 {
  padding: 0 0 120px;
}
.camBtnBox {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.camBtnBox li {
  width: 32%;
  position: relative;
}
.camBtnBox li a {
  display: block;
  border: 1px #c7c7c7 solid;
  background: #fff;
  padding: 20px 0;
  color: #333;
  line-height: 140%;
  font-size: 18px;
  text-align: center;
}
.camBtnBox li a:hover {
  text-decoration: none;
}
.visuBg {
  position: relative;
}
.catchboxs {
  position: absolute;
  top: 0;
  left: 0;
}
.section_title.plicy {
  font-weight: bold;
  border-bottom: 1px dotted #c7c7c7;
  font-size: 120%;
  padding: 5px 0 5px 0;
  color: #242424;
}
.section {
  margin: 0 0 20px;
}
.disc_list li {
  margin: 0 0 10px;
  list-style: disc;
  margin-left: 20px;
}
h2.flowCatch2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 36px;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px #555 solid;
  padding: 0 10px 15px;
  color: #000;
  line-height: 120%;
}
/***********/
/*開閉*/

.accordion h5 {
  font-size: 18px;
  color: #666;
  text-align: left;
  width: 90%;
}
.accordion ul {
  width: 100%;
  padding: 0;
  margin: 70px 0 50px;
}
.accordion li {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
}
.accordion li:first-child {
  border-top: 1px solid #c7c7c7;
}

.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
  color: #444;
}
.accordion > ul > li > a h5:hover {
  color: #111;
  text-decoration: none;
}
.accordion > ul > li > div {
  display: none;
  text-align: left;
  padding: 0 0.8em 1.4em 1em;
  color: #555;
  line-height: 1.8;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 10px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.topVoicesBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topVoicesBox li {
  width: 30%;
  padding: 20px 15px 15px;
  border: 1px #c7c7c7 solid;
  line-height: 160%;
  margin: 0 0 10px;
  position: relative;
  font-size: 14px;
  background: #fffffc;
}
.topVoicesBox li span {
  font-weight: bold;
  display: block;
  margin: 0 0 20px 50px;
  font-size: 14px;
}
.topVoicesBox li i {
  position: absolute;
  top: -8px;
  left: -8px;
}
.topVoicesBox li i img {
  background: #fff;
  width: 55px;
  height: auto;
  border: 1px #c7c7c7 solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
}
.serviceVoice {
  margin: 20px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px #c7c7c7 solid;
  padding: 15px;
  overflow: hidden;
}
.serVoiTit {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.5em;
  background-color: #efebe3;
  border-radius: 1.5em;
  margin: 0 0 10px;
  width: 150px;
}
.serVoiTit::after {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 13px;
  background-color: white;
  border-radius: 100%;
}
.serVoiNaiyo {
  font-size: 14px;
  line-height: 160%;
}
.serVoiNaiyo span {
  text-align: center;
  font-size: 12px;
  float: left;
  padding: 0 10px 0 0;
  line-height: 120%;
}
.serVoiNaiyo span img {
  width: 80px;
  height: auto;
}

.wp_listA_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp_listA_column li {
  width: 23%;
  margin: 0 0 15px;
}

.wp_listA_column li img {
  width: 100%;
  height: auto;
}

.wp_listA_column li span {
  display: block;
}
.wp_listA_column::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.wp_listA_column::after {
  content: "";
  display: block;
  width: 23%;
}
.lineupSlide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.itemChui {
  display: block;
  margin: 50px 0;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 160%;
}
.printBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 100px;
}
.printBox li {
  width: 23%;
}
.printBox li strong {
  display: block;
  text-align: center;
}
.printBox li img {
  width: 100%;
  height: auto;
}

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 100%;
  content: "";
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto !important;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0.6%;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 24.5%;
  height: 100%;
  margin: 0.5% 0;
  padding: 0;
}
.slide-navigation .item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.slide-navigation .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.slide-navigation .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
