@charset "UTF-8";
/* ---------------------------
	File Name:style.scss
	Create:2020.10.13
	Author:Satsuki Yonekura
------------------------------ */
body {
  animation: fadeInall 3s ease 0s 1 normal;
  -webkit-animation: fadeInall 3s ease 0s 1 normal;
}

@keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p {
  margin: 0;
}

img {
  max-height: 100%;
  border: none;
}

ul {
  padding: 0;
  list-style: none;
}

ul li::before {
  display: none;
}

a {
  position: relative;
  text-decoration: none;
  color: #1d8cc0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

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

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #3c4873;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
  cursor: pointer;
}

.pagetop i::before {
  display: block;
  margin: 14px auto 0;
  text-align: center;
}

.en {
  font-family: 'Barlow', sans-serif;
}

/* common-PC
------------------------------------------------------- */
.wrap {
  position: relative;
  padding: 0;
  background: #fff;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font: 16px/1.6 'Barlow', YakuHanJP, 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #35353c;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.wrap header {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap header .logoArea {
  text-align: left;
  width: 30%;
  max-width: 310px;
  margin: 0 auto 0 0;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap header .logoArea .head_jmiLogo {
  width: 70px;
  margin: 0 0 0 30px;
  padding: 0;
}

.wrap header .logoArea h1 {
  text-align: left;
  color: #0c1946;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0 0 0;
}

.wrap header .logoArea h1 span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  vertical-align: text-bottom;
}

.wrap header .logoArea h1 a {
  color: #0c1946;
}

.wrap header .menu {
  text-align: right;
  width: 70%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap header .menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap header .menu ul li {
  position: relative;
  font-weight: 400;
  padding: 0;
}

.wrap header .menu ul li a {
  display: block;
  color: #0c1946;
  padding: 10px 20px;
  margin: 0 10px 0 5px;
}

.wrap header .menu ul li a:hover {
  opacity: 1;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.wrap header .menu ul li::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "|";
}

.wrap header .menu ul li:last-of-type::after {
  display: none;
}

.wrap header .menu .head_contactBtn {
  text-align: center;
  width: 180px;
  color: #FFF;
  background-color: #dae2f1;
}

.wrap header .menu .head_contactBtn a {
  display: block;
  color: #FFF;
  background-color: #0c1946;
  padding: 35px 0 35px 0;
}

.wrap h2 {
  text-align: left;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
}

.wrap h2 span {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #77b3e0;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.wrap h2.pageTitle {
  text-align: center;
  width: 100%;
  color: #FFF;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.1;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  background-size: cover;
  margin: 0 auto 80px auto;
  padding: 4% 0;
}

.wrap h2.pageTitle span {
  display: block;
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.wrap .d_rexBnArea {
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
  padding: 50px 0;
}

.wrap .d_rexBnArea .inner {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.wrap .d_rexBnArea .inner h2 {
  margin-bottom: 20px;
}

.wrap .d_rexBnArea .inner img {
  margin-bottom: 5px;
}

.wrap .d_rexBnArea .inner a {
  color: #35353c;
}

.wrap footer {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.wrap footer .footnavi {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap footer .footnavi li {
  position: relative;
  margin: 20px 0 10px 0;
}

.wrap footer .footnavi li a {
  display: block;
  color: #0c1946;
  padding: 10px 20px;
  margin: 0 10px;
}

.wrap footer .footnavi li a:hover {
  opacity: 1;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.wrap footer .footnavi li::after {
  position: absolute;
  top: 10px;
  right: -3px;
  content: "|";
}

.wrap footer .footnavi li:last-of-type::after {
  display: none;
}

.wrap footer .footLogo {
  text-align: center;
  width: 70px;
  margin: 0 auto;
  padding: 0;
}

.wrap footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px auto 20px auto;
  padding: 0;
}

/* concept-smp
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .pagetop {
    bottom: 40px;
    background-color: #3c4873;
  }
  .wrap {
    letter-spacing: 0;
  }
  .wrap header {
    display: block;
  }
  .wrap header .logoArea {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap header .logoArea .head_jmiLogo {
    width: 60px;
    margin: 0;
    padding: 0 0 0 0;
  }
  .wrap header .logoArea h1 {
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 0 0 0;
  }
  .wrap header .logoArea h1 span {
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: text-top;
  }
  .wrap header .menu {
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #b5bbcc;
  }
  .wrap header .menu ul {
    width: 100%;
  }
  .wrap header .menu ul li {
    position: relative;
    text-align: center;
    width: 33.33%;
    font-size: 3.2vw;
    border-top: 1px solid #b5bbcc;
    border-right: 1px solid #b5bbcc;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
  }
  .wrap header .menu ul li:last-of-type {
    border-right: 1px solid #b5bbcc;
  }
  .wrap header .menu ul li a {
    color: #FFF;
    background-color: #3c4873;
    font-size: 3.2vw;
    margin: 0 auto;
    padding: 13px 0;
  }
  .wrap header .menu ul li::after {
    content: "";
  }
  .wrap header .menu ul li:last-of-type::after {
    content: "";
  }
  .wrap header .menu .head_contactBtn {
    text-align: center;
    width: 30%;
    color: #b5bbcc;
    border-top: 1px solid #b5bbcc;
    background-color: #3c4873;
    font-size: 3.2vw;
    z-index: 99;
    margin: 0 auto 0 auto;
  }
  .wrap header .menu .head_contactBtn a {
    display: block;
    color: #FFF;
    padding: 13px 0;
  }
  .wrap h2 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 auto 10px auto;
  }
  .wrap h2.pageTitle {
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1;
    color: #FFF;
    font-weight: 600;
    margin: 0 auto 80px auto;
    padding: 20px 0;
  }
  .wrap h2.pageTitle span {
    display: block;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .wrap .d_rexBnArea {
    padding: 30px 0;
  }
  .wrap .d_rexBnArea .inner {
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .d_rexBnArea .inner h2 {
    margin-bottom: 10px;
  }
  .wrap .d_rexBnArea .inner img {
    margin-bottom: 5px;
  }
  .wrap .d_rexBnArea .inner a {
    color: #35353c;
  }
  .wrap footer {
    width: 100%;
    padding-bottom: 20px;
  }
  .wrap footer .footnavi {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap footer .footnavi li {
    position: relative;
    width: 50%;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px solid #b5bbcc;
    border-bottom: 1px solid #b5bbcc;
    border-right: 1px solid #b5bbcc;
    margin: 0;
  }
  .wrap footer .footnavi li a {
    display: block;
    color: #b5bbcc;
    background-color: #0c1946;
    padding: 10px 20px;
    margin: 0;
  }
  .wrap footer .footnavi li::after {
    content: "";
  }
  .wrap footer .footLogo {
    text-align: center;
    width: 70px;
    margin: 0 auto;
    padding: 0;
  }
  .wrap footer .copyright {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 0;
  }
}

/* tablet
------------------------------------------------------- */
@media screen and (min-width: 500px) and (max-width: 960px) {
  .wrap header .menu ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu .head_contactBtn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu .head_contactBtn a {
    display: block;
    color: #FFF;
    padding: 13px 0;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .wrap header .menu ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu .head_contactBtn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrap header .menu .head_contactBtn a {
    display: block;
    color: #FFF;
    padding: 13px 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* top-PC
------------------------------------------------------- */
#top {
  margin: 0 auto;
}

#top .smp {
  display: none;
}

#top .pc {
  display: block;
}

#top .wrap .content .mainImg {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .content .mainImg .mainImgBox {
  width: 100%;
}

#top .wrap .content .mainImg .mainTxtBox {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 99;
  text-align: left;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .content .mainImg .mainTxtBox .leadTxt01 {
  text-align: left;
  font-size: 81px;
  font-size: 5.0625rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px 0;
}

#top .wrap .content .mainImg .mainTxtBox .leadTxt01 .txts {
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: middle;
}

#top .wrap .content .mainImg .mainTxtBox .leadTxt01 .txtThin {
  font-weight: 300;
}

#top .wrap .content .mainImg .mainTxtBox .leadTxt02 {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
}

#top .wrap .content .newsArea {
  text-align: left;
  width: 90%;
  max-width: 1200px;
  min-height: 175px;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .content .newsArea .titleBox {
  position: relative;
  text-align: left;
  width: 21%;
  color: #0c1946;
  margin: 0;
  padding: 0;
}

#top .wrap .content .newsArea .titleBox .linkTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .content .newsArea .titleBox .linkTxt a {
  display: block;
  position: relative;
  background-color: #0c1946;
  color: #FFF;
  vertical-align: middle;
  padding: 10px 10px 10px 20px;
}

#top .wrap .content .newsArea .titleBox .linkTxt a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

#top .wrap .content .newsArea .titleBox .linkTxt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .wrap .content .newsArea .newsList {
  text-align: left;
  width: 74%;
  margin: 0;
  padding: 0;
}

#top .wrap .content .newsArea .newsList li {
  border-bottom: 1px dashed #0c1946;
  margin: 0;
  padding: 10px 0;
}

#top .wrap .content .newsArea .newsList li:first-child {
  border-top: 2px solid #0c1946;
}

#top .wrap .content .newsArea .newsList li .data {
  color: #35353c;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

#top .wrap .content .newsArea .newsList li .newsTxt {
  margin: 0;
  padding: 0;
}

#top .wrap .content .newsArea .newsList li a {
  color: #4795cf;
  position: relative;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

#top .wrap .content .newsArea .newsList li a:hover {
  opacity: 1;
}

#top .wrap .content .newsArea .newsList li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4795cf;
  -webkit-transition: .5s;
  transition: .5s;
}

#top .wrap .content .newsArea .newsList li a:hover::after {
  width: 100%;
}

#top .wrap .content .businessArea {
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 50px 0;
}

#top .wrap .content .businessArea .inner {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .content .businessArea .inner h2 {
  margin-bottom: 40px;
}

#top .wrap .content .businessArea .inner .leadTxt {
  text-align: left;
  margin: 0 0 50px 0;
  padding: 0;
}

#top .wrap .content .businessArea .inner .BoxArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 {
  position: relative;
  text-align: left;
  width: 48.5%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 auto;
  padding: 0 3% 0 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt h3,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 h3,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt h3,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 h3,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt h3,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt h3 span,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 h3 span,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt h3 span,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 h3 span,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt h3 span,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 h3 span {
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: text-bottom;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a {
  display: block;
  position: relative;
  color: #FFF;
  vertical-align: middle;
  padding: 10px 0 10px 26px;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a::before,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a::before,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a::before,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a::before,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a::before,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a::after,
#top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a::after,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a::after,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a::after,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a::after,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox01,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox01,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox01 {
  bottom: 5%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox01 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox01 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox01 .businessTxt {
  bottom: 22%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox02,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox02,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox02 {
  margin-top: 6.8%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox02 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox02 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox02 .businessTxt {
  bottom: 5%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox04,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox04,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox04 {
  margin-top: 6.8%;
}

#top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox04 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox04 .businessTxt,
#top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox04 .businessTxt {
  bottom: 3.5%;
  line-height: 1.1;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6%;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase {
  position: relative;
  width: calc(40% - 30px);
  margin: 0 3.75% 4% 0;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 {
  position: relative;
  text-align: left;
  width: 100%;
  background: #0c1946;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 .imgBgBox,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 .imgBgBox,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 .imgBgBox {
  position: absolute;
  top: 15px;
  right: -15px;
  width: 100%;
  height: 280px;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 .businessImg,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 .businessImg,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 .businessImg {
  position: relative;
  z-index: 2;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 .businessImg img,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 .businessImg img,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 .businessImg img {
  width: 100%;
  height: calc(100% * (566 / 1000));
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 h3,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 h3,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #FFF;
  margin: 0 auto;
  padding: 6% 0;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 h3 span,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 h3 span,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 h3 span {
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: text-bottom;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox01 h3.ptb,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox02 h3.ptb,
#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .businessBox04 h3.ptb {
  padding: 2.6% 0;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt a {
  display: block;
  position: relative;
  color: #0c1946;
  vertical-align: middle;
  padding: 15px 0 15px 26px;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #0c1946;
  border-radius: 50%;
}

#top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0c1946;
  border-right: 2px solid #0c1946;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .wrap .content .portfolioList {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .content .portfolioList .listBox {
  width: 23%;
  background-color: #FFF;
  margin-bottom: 30px;
}

#top .wrap .content .portfolioList .listBox h3 {
  text-align: center;
  min-height: 60px;
  color: #FFF;
  line-height: 1;
  background-color: #0c1946;
  margin: 0 auto 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .wrap .content .portfolioList .listBox ul.listItem {
  text-align: left;
  width: 80%;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#top .wrap .content .portfolioList .listBox ul.listItem li {
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 12px 0;
  padding: 0 0 12px 10px;
}

#top .wrap .content .portfolioList .listBox ul.listItem li.b_none {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#top .wrap .content .portfolioList .listBox ul.listItem li.b_none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

#top .wrap .content .portfolioList .listBox ul.listItem li::after {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
}

#top .wrap .content .portfolioList .listBox ul.listItem h4 {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

#top .wrap .content .portfolioList .listBox ul.listItem h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #bda940;
}

#top .wrap .content .portfolioList2 {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .content .portfolioList2 .listBox {
  width: 49%;
  background-color: #FFF;
  margin-bottom: 30px;
}

#top .wrap .content .portfolioList2 .listBox:nth-child(1), #top .wrap .content .portfolioList2 .listBox:nth-child(2) {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem {
  width: 42%;
  height: 100%;
  margin: 0;
}

#top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem.ml, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem.ml {
  margin-left: 5%;
}

#top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem.mr, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem.mr {
  margin-right: 5%;
}

#top .wrap .content .portfolioList2 .listBox h3 {
  text-align: center;
  width: 100%;
  height: 60px;
  color: #FFF;
  line-height: 1;
  background-color: #0c1946;
  margin: 0 auto 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem {
  text-align: left;
  width: 85%;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem li {
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 12px 0;
  padding: 0 0 12px 10px;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem li.b_none {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem li.b_none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem li::after {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem h4 {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

#top .wrap .content .portfolioList2 .listBox ul.listItem h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #bda940;
}

#top .wrap .content .linkBtn {
  text-align: left;
  width: 90%;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .content .linkBtn a {
  display: block;
  position: relative;
  background-color: #0c1946;
  color: #FFF;
  vertical-align: middle;
  padding: 10px 10px 10px 20px;
}

#top .wrap .content .linkBtn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

#top .wrap .content .linkBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .wrap .content .companyArea {
  text-align: center;
  width: 100%;
  background-color: #0c1946;
  margin: 0 auto;
  padding: 70px 0;
}

#top .wrap .content .companyArea .companyBox {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 50px 0;
}

#top .wrap .content .companyArea .companyBox h2 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

#top .wrap .content .companyArea .companyBox .companyList {
  text-align: center;
  width: 90%;
  max-width: 900px;
  border-top: 2px solid #233a70;
  margin: 0 auto;
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .content .companyArea .companyBox .companyList dt {
  text-align: left;
  width: 20%;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

#top .wrap .content .companyArea .companyBox .companyList dd {
  position: relative;
  text-align: left;
  width: 80%;
  border-bottom: 1px solid #666666;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

#top .wrap .content .companyArea .companyBox .companyList dd span.pointTxt {
  display: inline-block;
  line-height: 1;
  border: 2px solid #35353c;
  margin-right: 5px;
  padding: 2px 7px;
}

#top .wrap .content .companyArea .companyBox .companyList dd span.tel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 15px;
}

#top .wrap .content .companyArea .companyBox .companyList dd span.fax {
  font-size: 20px;
  font-size: 1.25rem;
}

#top .wrap .content .companyArea .companyBox .companyList dd .mapBtn {
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  background-color: #0c1946;
  margin-left: 10px;
  padding: 2px 7px;
}

#top .wrap .content .companyArea .companyBox .companyList dd .mapBtn a {
  display: block;
  color: #FFF;
}

#top .wrap .content .companyArea .btnArea {
  text-align: center;
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
}

/* top-smp
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #top .pc {
    display: none;
  }
  #top .smp {
    display: block;
  }
  #top .wrap .content .mainImg {
    margin: 0 auto;
  }
  #top .wrap .content .mainImg .mainTxtBox {
    top: 10%;
    width: 90%;
  }
  #top .wrap .content .mainImg .mainTxtBox .leadTxt01 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #top .wrap .content .mainImg .mainTxtBox .leadTxt01 .txts {
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: baseline;
  }
  #top .wrap .content .mainImg .mainTxtBox .leadTxt02 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #top .wrap .content .newsArea {
    margin: 0 auto 20px auto;
    display: block;
  }
  #top .wrap .content .newsArea .titleBox {
    width: 100%;
  }
  #top .wrap .content .newsArea .newsList {
    text-align: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #top .wrap .content .newsArea .newsList li {
    padding: 8px 0;
  }
  #top .wrap .content .newsArea .newsList li a {
    display: inline;
  }
  #top .wrap .content .newsArea .linkTxt {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 0;
  }
  #top .wrap .content .newsArea .linkTxt a {
    display: block;
    position: relative;
    background-color: #0c1946;
    color: #FFF;
    vertical-align: middle;
    padding: 10px 10px 10px 20px;
  }
  #top .wrap .content .newsArea .linkTxt a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-radius: 50%;
  }
  #top .wrap .content .newsArea .linkTxt a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #top .wrap .content .businessArea {
    padding: 30px 0;
  }
  #top .wrap .content .businessArea .inner h2 {
    margin-bottom: 10px;
  }
  #top .wrap .content .businessArea .inner .leadTxt {
    margin: 0 0 20px 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea {
    display: block;
    margin-bottom: 30px;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 {
    position: static;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0c1946;
    margin: 0 auto;
    padding: 8px 5% 15px 5%;
    display: block;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt h3,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 h3,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt h3,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 h3,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt h3,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF;
    margin: 0 0 5px 0;
    padding: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt h3 span,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 h3 span,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt h3 span,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 h3 span,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt h3 span,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 h3 span {
    font-size: 22px;
    font-size: 1.375rem;
    vertical-align: text-bottom;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a {
    display: block;
    position: relative;
    color: #FFF;
    border: 1px solid #FFF;
    vertical-align: middle;
    padding: 10px 0 10px 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a::before,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a::before,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a::before,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a::before,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a::before,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a::before {
    left: auto;
    right: 10px;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt .linkTxt a::after,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01 .businessTxt2 .linkTxt a::after,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt .linkTxt a::after,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02 .businessTxt2 .linkTxt a::after,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt .linkTxt a::after,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04 .businessTxt2 .linkTxt a::after {
    left: auto;
    right: 18px;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox01,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox01,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox01 {
    bottom: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox01 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox01 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox01 .businessTxt {
    bottom: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox02,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox02,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox02 {
    margin-top: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox02 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox02 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox02 .businessTxt {
    bottom: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox04,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox04,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox04 {
    margin-top: 0;
  }
  #top .wrap .content .businessArea .inner .BoxArea .businessBox01.businessBox04 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox02.businessBox04 .businessTxt,
  #top .wrap .content .businessArea .inner .BoxArea .businessBox04.businessBox04 .businessTxt {
    bottom: 0;
    line-height: 1.2;
  }
  #top .wrap .content .businessArea .inner .BoxAreaColumn3 {
    display: block;
  }
  #top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase {
    width: 100%;
    margin: 0 0 6% 0;
  }
  #top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt {
    font-size: 16px;
    font-size: 1rem;
  }
  #top .wrap .content .businessArea .inner .BoxAreaColumn3 .boxBase .linkTxt a {
    padding-top: 10px;
  }
  #top .wrap .content .portfolioList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
  #top .wrap .content .portfolioList .listBox {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #top .wrap .content .portfolioList .listBox h3 {
    min-height: 40px;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
    padding: 8px 0;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem {
    width: 90%;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem li {
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 8px 0;
    padding: 0 0 8px 10px;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem li.b15 {
    margin-bottom: 15px;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem li.b_none {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem li.b_none::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem li::after {
    content: "・";
    position: absolute;
    top: 2px;
    left: 0;
  }
  #top .wrap .content .portfolioList .listBox ul.listItem h4 {
    margin: 0 0 8px 0;
  }
  #top .wrap .content .portfolioList2 {
    width: 100%;
    display: block;
  }
  #top .wrap .content .portfolioList2 .listBox {
    width: 100%;
  }
  #top .wrap .content .portfolioList2 .listBox:nth-child(1), #top .wrap .content .portfolioList2 .listBox:nth-child(2) {
    width: 100%;
    display: block;
  }
  #top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem {
    width: 85%;
    height: 100%;
    margin: 0 auto;
  }
  #top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem.ml, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem.ml {
    margin-left: auto;
  }
  #top .wrap .content .portfolioList2 .listBox:nth-child(1) .listItem.mr, #top .wrap .content .portfolioList2 .listBox:nth-child(2) .listItem.mr {
    margin-right: auto;
  }
  #top .wrap .content .portfolioList2 .listBox h3 {
    text-align: center;
    width: 100%;
    height: 60px;
    color: #FFF;
    line-height: 1;
    background-color: #0c1946;
    margin: 0 auto 20px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem {
    text-align: left;
    width: 85%;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem li {
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 12px 0;
    padding: 0 0 12px 10px;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem li.b_none {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem li.b_none::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem li::after {
    content: "・";
    position: absolute;
    top: 2px;
    left: 0;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem h4 {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 20px 0;
    padding-left: 25px;
  }
  #top .wrap .content .portfolioList2 .listBox ul.listItem h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #bda940;
  }
  #top .wrap .content .linkBtn {
    width: 100%;
    max-width: 1050px;
  }
  #top .wrap .content .companyArea {
    padding: 30px 0;
  }
  #top .wrap .content .companyArea .companyBox {
    padding: 30px 0;
  }
  #top .wrap .content .companyArea .companyBox h2 {
    margin: 0 auto 10px auto;
  }
  #top .wrap .content .companyArea .companyBox .companyList {
    padding: 0 0 0 0;
    display: block;
  }
  #top .wrap .content .companyArea .companyBox .companyList dt {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 0 0;
    padding: 8px;
  }
  #top .wrap .content .companyArea .companyBox .companyList dt .mapBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    background-color: #0c1946;
    padding: 2px 7px;
  }
  #top .wrap .content .companyArea .companyBox .companyList dt .mapBtn a {
    display: block;
    color: #FFF;
  }
  #top .wrap .content .companyArea .companyBox .companyList dd {
    width: 100%;
    border-bottom: none;
    margin: 0 0 0 0;
    padding: 8px;
  }
  #top .wrap .content .companyArea .companyBox .companyList dd .mapBtn {
    display: none;
  }
  #top .wrap .content .companyArea .btnArea {
    width: 90%;
    max-width: 1050px;
    display: block;
  }
  #top .wrap .content .companyArea .btnArea .linkBtn {
    margin-bottom: 10px;
  }
}

/* top-tablet
------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* portfolio-PC
------------------------------------------------------- */
#portfolio {
  margin: 0 auto;
}

#portfolio .smp {
  display: none;
}

#portfolio .pc {
  display: block;
}

#portfolio .wrap .content {
  margin-bottom: 6%;
}

#portfolio .wrap .content h2.pageTitle {
  background: url("../../portfolio/img/tit_portfolio.jpg") no-repeat center center;
  background-size: cover;
}

#portfolio .wrap .content .portfolioArea {
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#portfolio .wrap .content .portfolioArea .menuBox {
  position: absolute;
  text-align: left;
  width: 29%;
  max-width: 300px;
  color: #FFF;
  background-color: #0c1946;
  margin: 0;
  padding: 0 0 10px 0;
  z-index: 99;
}

#portfolio .wrap .content .portfolioArea .menuBox .menuTitle {
  text-align: center;
  color: #c0ddf5;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto;
  padding: 15px 0;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList {
  margin: 0;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 {
  text-align: left;
  color: #c0ddf5;
  background-color: #233263;
  border-bottom: 2px solid #0c1946;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 a {
  position: relative;
  display: block;
  color: #c0ddf5;
  padding: 10px 10px 10px 30px;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 a .circle {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #FFF;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 a .circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-35%, -60%) rotate(135deg);
          transform: translate(-35%, -60%) rotate(135deg);
  display: block;
  width: 31.25%;
  height: 31.25%;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  margin-left: -1px;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn02 {
  text-align: left;
  color: #FFF;
  background-color: #0c1946;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn02 a {
  display: block;
  color: #FFF;
  padding: 10px 10px 5px 30px;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn03 {
  text-align: left;
  color: #FFF;
  background-color: #0c1946;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn03 a {
  display: block;
  color: #FFF;
  padding: 5px 10px 10px 30px;
}

#portfolio .wrap .content .portfolioArea .menuBox.fixed {
  position: fixed;
  top: 0;
}

#portfolio .wrap .content .portfolioArea .menuBox.bottom {
  position: absolute;
  top: inherit;
  bottom: 50px;
}

#portfolio .wrap .content .portfolioArea .overlay {
  display: none;
}

#portfolio .wrap .content .portfolioArea .portfolioBox {
  text-align: left;
  width: 70%;
  margin: 0 0 0 auto;
  padding: 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox h3 {
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  border-top: 4px solid #0c1946;
  border-bottom: 1px solid #0c1946;
  margin: 0 auto 20px auto;
  padding: 15px 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox h4 {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #bda940;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #eeeeee;
  margin: 0 0 50px 0;
  padding: 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table.mb {
  margin-bottom: 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table th.year {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  background-color: #44568e;
  margin: 0;
  padding: 5px 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell01 {
  width: 50%;
  background-color: #e9edfa;
  border-right: 1px solid #eeeeee;
  margin: 0;
  padding: 5px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell02 {
  width: 50%;
  background-color: #e6e6e6;
  margin: 0;
  padding: 5px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell03 {
  text-align: left;
  width: 50%;
  background-color: #f8f9fa;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell04 {
  text-align: left;
  width: 50%;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell05 {
  text-align: left;
  width: 50%;
  background-color: #FFF;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .cell06 {
  text-align: left;
  width: 50%;
  background-color: #FFF;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBoxG {
  text-align: left;
  width: 100%;
  background-color: #f8f9fa;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBoxG .img_thumb {
  display: inline-block;
  width: 18.5%;
  margin-right: 1%;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBoxG .img_thumb:last-of-type {
  margin-right: 0;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBox {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 10px 30px;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBox .img_thumb {
  display: inline-block;
  width: 18.5%;
  margin-right: 1%;
}

#portfolio .wrap .content .portfolioArea .portfolioBox table .imgBox .img_thumb:last-of-type {
  margin-right: 0;
}

/* portfolio-smp
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #portfolio .pc {
    display: none;
  }
  #portfolio .smp {
    display: block;
  }
  #portfolio .wrap .content {
    margin-bottom: 10%;
  }
  #portfolio .wrap .content h2.pageTitle {
    background: url("../../portfolio/img/tit_portfolio_smp.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto 30px auto;
  }
  #portfolio .wrap .content .portfolioArea {
    display: block;
  }
  #portfolio .wrap .content .portfolioArea .menuBox {
    position: relative;
    width: 100%;
    max-width: 1100px;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  #portfolio .wrap .content .portfolioArea .menuBox .menuTitle {
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 0;
  }
  #portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #portfolio .wrap .content .portfolioArea .menuBox ul.menuList li .catggoryBtn01 a .circle {
    width: 20px;
    height: 20px;
  }
  #portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn02 {
    display: none;
  }
  #portfolio .wrap .content .portfolioArea .menuBox ul.menuList li ul li .catggorysubBtn03 {
    display: none;
  }
  #portfolio .wrap .content .portfolioArea .portfolioBox {
    width: 100%;
  }
  #portfolio .wrap .content .portfolioArea .portfolioBox h3 {
    line-height: 1.3;
  }
}

/* portfolio-tablet
------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* summary-PC
------------------------------------------------------- */
#summary {
  margin: 0 auto;
}

#summary .smp {
  display: none;
}

#summary .pc {
  display: block;
}

#summary .wrap .content {
  margin-bottom: 6%;
}

#summary .wrap .content h2.pageTitle {
  background: url("../../summary/img/tit_summary.jpg") no-repeat center center;
  background-size: cover;
}

#summary .wrap .content .summaryArea {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0;
}

#summary .wrap .content .summaryArea .summaryList {
  text-align: left;
  width: 100%;
  margin: 35px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#summary .wrap .content .summaryArea .summaryList dt {
  text-align: left;
  width: 30%;
  color: #FFF;
  background-color: #0c1946;
  margin: 0 0 2px 0;
  padding: 30px 20px;
}

#summary .wrap .content .summaryArea .summaryList dt .mapBtn {
  display: none;
}

#summary .wrap .content .summaryArea .summaryList dd {
  position: relative;
  text-align: left;
  width: 68%;
  border-bottom: 1px solid #CCC;
  margin: 0 0 2px 0;
  padding: 30px 0;
}

#summary .wrap .content .summaryArea .summaryList dd:first-of-type {
  border-top: 1px solid #CCC;
}

#summary .wrap .content .summaryArea .summaryList dd span.pointTxt {
  display: inline-block;
  line-height: 1;
  border: 2px solid #35353c;
  margin-right: 5px;
  padding: 2px 7px;
}

#summary .wrap .content .summaryArea .summaryList dd span.tel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 15px;
}

#summary .wrap .content .summaryArea .summaryList dd span.fax {
  font-size: 20px;
  font-size: 1.25rem;
}

#summary .wrap .content .summaryArea .summaryList dd .mapBtn {
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  background-color: #0c1946;
  margin-left: 10px;
  padding: 2px 7px;
}

#summary .wrap .content .summaryArea .summaryList dd .mapBtn a {
  display: block;
  color: #FFF;
}

#summary .wrap .content #sdgsArea {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px 0 0 0;
}

#summary .wrap .content #sdgsArea .titleArea .sdgs_ico01 {
  width: 100px;
  margin: 0 auto 20px;
}

#summary .wrap .content #sdgsArea .titleArea h2 {
  text-align: center;
  font-weight: normal;
  margin: 0 auto 20px;
}

#summary .wrap .content #sdgsArea .titleArea .titleR {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

#summary .wrap .content #sdgsArea .sdgsListArea h3 {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  margin: 0 auto 60px;
}

#summary .wrap .content #sdgsArea .sdgsListArea h3 span {
  display: inline-block;
  position: relative;
  top: 14px;
  left: 0;
  right: 0;
  background: #FFF;
  margin: 0 auto;
  padding: 0 30px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li {
  width: 48%;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li h4 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: #d0dcea;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 10px 0;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li h5 {
  text-align: center;
  font-weight: bold;
  background: #eee;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px 0;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li h5.bg {
  background: #eee;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock {
  text-align: justify;
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock.h145 {
  height: 145px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2 {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2 span {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2 span::before {
  position: absolute;
  left: 0;
  content: "・";
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2 span span {
  font-size: 13px;
  font-size: 0.8125rem;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2.h100 {
  height: 98px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .icoArea {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .icoArea .icoBox {
  width: 20%;
  margin: 0 5px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation .leftBox {
  width: 40%;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox {
  width: 55%;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox h2 {
  margin-bottom: 20px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox h2 span {
  display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #35353c;
  margin-left: 10px;
}

#summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox .txtBlock {
  text-align: justify;
}

#summary .wrap .content #sdgsArea .sdgsSubTxt {
  text-align: center;
  margin: 5% auto 10%;
}

/* summary-smp
------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  #summary .pc {
    display: none;
  }
  #summary .smp {
    display: block;
  }
  #summary .wrap .content {
    margin-bottom: 10%;
  }
  #summary .wrap .content h2.pageTitle {
    background: url("../../summary/img/tit_summary_smp.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto 30px auto;
  }
  #summary .wrap .content .summaryArea .summaryList {
    text-align: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    display: block;
  }
  #summary .wrap .content .summaryArea .summaryList dt {
    position: relative;
    text-align: left;
    width: 100%;
    color: #FFF;
    background-color: #0c1946;
    margin: 0 0 2px 0;
    padding: 10px 20px;
  }
  #summary .wrap .content .summaryArea .summaryList dt .mapBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0c1946;
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    background-color: #FFF;
    padding: 2px 7px;
  }
  #summary .wrap .content .summaryArea .summaryList dt .mapBtn a {
    display: block;
    color: #0c1946;
  }
  #summary .wrap .content .summaryArea .summaryList dd {
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 0 0 2px 0;
    padding: 10px 0;
  }
  #summary .wrap .content .summaryArea .summaryList dd:first-of-type {
    border-top: 1px solid #CCC;
  }
  #summary .wrap .content .summaryArea .summaryList dd span.pointTxt {
    display: inline-block;
    line-height: 1;
    border: 2px solid #35353c;
    margin-right: 5px;
    padding: 2px 7px;
  }
  #summary .wrap .content .summaryArea .summaryList dd span.tel {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 15px;
  }
  #summary .wrap .content .summaryArea .summaryList dd span.fax {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #summary .wrap .content .summaryArea .summaryList dd .mapBtn {
    display: none;
  }
  #summary .wrap .content #sdgsArea {
    margin: 0 auto 50px;
    padding: 0;
  }
  #summary .wrap .content #sdgsArea .titleArea .sdgs_ico01 {
    width: 80px;
  }
  #summary .wrap .content #sdgsArea .titleArea .titleTxt {
    text-align: justify;
    margin-bottom: 20px;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea h3 {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #CCC;
    margin: 30px auto 40px;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList {
    display: block;
    width: 100%;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li {
    width: 100%;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li h4 {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock.h145 {
    height: auto;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li .txtBlock2.h100 {
    height: auto;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation {
    padding: 30px 0 50px 0;
    display: block;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .leftBox {
    width: 80%;
    margin: 0 auto 30px;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox {
    width: 100%;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox h2 {
    margin-bottom: 20px;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox h2 span {
    letter-spacing: 0;
    margin-left: 5;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .rightBox .txtBlock {
    text-align: justify;
  }
  #summary .wrap .content #sdgsArea .sdgsSubTxt {
    text-align: justify;
    margin: 10% 0 10%;
  }
}

/* privacy-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .sdgsList li {
    width: 47%;
  }
  #summary .wrap .content #sdgsArea .sdgsListArea .explanation .leftBox {
    width: 60%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* privacy-PC
------------------------------------------------------- */
#privacy {
  margin: 0 auto;
}

#privacy .smp {
  display: none;
}

#privacy .pc {
  display: block;
}

#privacy .wrap .content {
  margin-bottom: 6%;
}

#privacy .wrap .content h2.pageTitle {
  background: url("../../img/tit_privacy.jpg") no-repeat center center;
  background-size: cover;
}

#privacy .wrap .content .privacyBox {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto 30px auto;
  padding: 0 0 30px 0;
}

#privacy .wrap .content .privacyBox .privacyLeadTxt {
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}

#privacy .wrap .content .privacyBox h3 {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}

#privacy .wrap .content .privacyBox .privacyTxt {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#privacy .wrap .content .privacyBox .privacyList {
  text-align: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 0 0 40px;
}

#privacy .wrap .content .privacyBox .privacyList li {
  list-style: disc;
  list-style-position: outside;
}

/* privacy-smp
------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  #privacy .pc {
    display: none;
  }
  #privacy .smp {
    display: block;
  }
  #privacy .wrap .content {
    margin-bottom: 10%;
  }
  #privacy .wrap .content h2.pageTitle {
    background: url("../../img/tit_privacy_smp.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto 30px auto;
  }
  #privacy .wrap .content .privacyBox {
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
  }
  #privacy .wrap .content .privacyBox .privacyLeadTxt {
    margin: 0 0 20px 0;
  }
  #privacy .wrap .content .privacyBox .privacyList {
    margin: 20px 0 0 0;
  }
}

/* privacy-tablet
------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* news-PC
------------------------------------------------------- */
#news {
  margin: 0 auto;
}

#news .smp {
  display: none;
}

#news .pc {
  display: block;
}

#news .wrap .content h2.pageTitle {
  background: url("../../news/img/tit_news.jpg") no-repeat center center;
  background-size: cover;
}

#news .wrap .content .newsArea {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  border-top: 2px solid #233a70;
  margin: 0 auto 50px auto;
  padding: 0;
}

#news .wrap .content .newsArea ul.newsList {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#news .wrap .content .newsArea ul.newsList li {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

#news .wrap .content .newsArea ul.newsList li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #35353c;
}

#news .wrap .content .newsArea ul.newsList li:first-of-type {
  padding-top: 15px;
}

#news .wrap .content .newsArea ul.newsList li a {
  color: #4795cf;
  position: relative;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

#news .wrap .content .newsArea ul.newsList li a:hover {
  opacity: 1;
}

#news .wrap .content .newsArea ul.newsList li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4795cf;
  -webkit-transition: .5s;
  transition: .5s;
}

#news .wrap .content .newsArea ul.newsList li a:hover::after {
  width: 100%;
}

/* news-smp
------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  #news .pc {
    display: none;
  }
  #news .smp {
    display: block;
  }
  #news .wrap .content h2.pageTitle {
    background: url("../../news/img/tit_news_smp.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto 30px auto;
  }
  #news .wrap .content .newsArea ul.newsList li a {
    display: inline;
  }
}

/* news-tablet
------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* contact-PC
------------------------------------------------------- */
#contact {
  margin: 0 auto;
}

#contact .txt-error {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #bb0e0e;
}

#contact .smp {
  display: none;
}

#contact .pc {
  display: block;
}

#contact .wrap .content {
  margin-bottom: 6%;
}

#contact .wrap .content h2.pageTitle {
  background: url("../../contact/img/bk_title_h2.jpg") center center;
  background-size: cover;
}

#contact .wrap .content ul.step {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .wrap .content ul.step li.step_on {
  position: relative;
  text-align: center;
  width: 33%;
  height: 80px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  background-color: #0c1946;
  margin: 0;
  padding: 25px 0 0 0;
}

#contact .wrap .content ul.step li.step_on::after {
  content: " ";
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #0c1946;
  margin-top: -40px;
  left: 100%;
  z-index: 2;
}

#contact .wrap .content ul.step li.step_wait01 {
  position: relative;
  text-align: center;
  width: 33%;
  height: 80px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  background-color: #233164;
  margin: 0;
  padding: 25px 0 0 0;
}

#contact .wrap .content ul.step li.step_wait01::after {
  content: " ";
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #233164;
  margin-top: -40px;
  left: 100%;
  z-index: 2;
}

#contact .wrap .content ul.step li.step_wait02 {
  position: relative;
  text-align: center;
  width: 33%;
  height: 80px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  background-color: #687194;
  margin: 0;
  padding: 25px 0 0 0;
}

#contact .wrap .content ul.step li.step_wait02::after {
  content: " ";
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #687194;
  margin-top: -40px;
  left: 100%;
  z-index: 2;
}

#contact .wrap .content .formArea {
  text-align: center;
  width: 90%;
  max-width: 900px;
  border: 1px solid #e6e6e6;
  margin: 0 auto 50px auto;
  padding: 0;
}

#contact .wrap .content .formArea dl.formBox {
  text-align: center;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .wrap .content .formArea dl.formBox dt {
  text-align: left;
  width: 100%;
  max-width: 230px;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  margin: 0;
  padding: 20px;
}

#contact .wrap .content .formArea dl.formBox dt h3 {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#contact .wrap .content .formArea dl.formBox dt h3 span {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #c02717;
  margin: 0;
  padding: 8px 0;
  border-radius: 5px;
}

#contact .wrap .content .formArea dl.formBox dt p.cap {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 30px;
}

#contact .wrap .content .formArea dl.formBox dt:last-of-type {
  border-bottom: none;
}

#contact .wrap .content .formArea dl.formBox dd {
  text-align: left;
  width: 100%;
  max-width: 668px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 20px 35px;
}

#contact .wrap .content .formArea dl.formBox dd p.detaTxt {
  margin: 10px 0 5px 0;
}

#contact .wrap .content .formArea dl.formBox dd:last-of-type {
  border-bottom: none;
}

#contact .wrap .content .formArea dl.formBox dd .cap {
  margin-left: 5px;
}

#contact .wrap .content .formArea .area01 {
  width: 100%;
}

#contact .wrap .content input, #contact .wrap .content select {
  background-color: #FFFFFF;
  border: 2px solid #d9e5ea;
  border-radius: 5px;
  margin: 0;
  padding: 10px;
}

#contact .wrap .content input[type=radio], #contact .wrap .content input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#contact .wrap .content label {
  display: inline-block;
  width: 33.3%;
  margin: 0 0 10px 0;
}

#contact .wrap .content textarea {
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  border: 2px solid #d9e5ea;
  border-radius: 5px;
  margin: 0;
  padding: 10px;
}

#contact .wrap .content .privacyArea {
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 20px auto;
  padding: 0;
}

#contact .wrap .content .privacyArea h3 {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  color: #0c1946;
  margin: 0 auto 20px auto;
  padding: 0;
}

#contact .wrap .content .privacyArea .privacyCap01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

#contact .wrap .content .privacyArea .privacyBox_BK {
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 20px 0;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox {
  text-align: left;
  width: 94%;
  height: 350px;
  background-color: #FFFFFF;
  margin: 0 2.5% 0 auto;
  padding: 30px 30px 0 30px;
  overflow-y: scroll;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox h4 {
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox p.txt01 {
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox p.txt01:last-of-type {
  border-bottom: none;
  padding: 0 0 0 0;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox p.txt02 {
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox ul.txt03 {
  text-align: left;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px 0;
  padding: 0 0 20px 40px;
  border-bottom: 1px solid #e6e6e6;
}

#contact .wrap .content .privacyArea .privacyBox_BK .privacyBox ul.txt03 li {
  list-style: disc;
  list-style-position: outside;
}

#contact .wrap .content .consentArea {
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px auto;
  padding: 0;
}

#contact .wrap .content .consentArea .consentTxt {
  text-align: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .wrap .content .consentArea .consentTxt li:nth-child(1) {
  margin-right: 30px;
}

#contact .wrap .content .consentArea .consentTxt li:nth-child(1) span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #c02717;
  margin: 0 10px 0 0;
  padding: 5px 15px 7px 15px;
  border-radius: 5px;
}

#contact .wrap .content .consentArea label.consent {
  display: block;
  float: left;
  width: 120px;
  margin: 0;
}

#contact .wrap .content .corporateTxt {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#contact .wrap .content .formBtn {
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

#contact .wrap .content .formBtn .contactBt {
  text-align: center;
  width: 100%;
  max-width: 600px;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font: 16px/1.6 YakuHanJP, 'Noto Sans JP', sans-serif;
  background-color: #0c1946;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contact .wrap .content .formBtn .contactBt:hover {
  opacity: .8;
}

#contact .wrap .content .formBtn::after {
  position: absolute;
  top: 42%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

#contact .wrap .content .thx_text {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 100px auto;
  padding: 0;
}

/* contact-smp
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #contact .pc {
    display: none;
  }
  #contact .smp {
    display: block;
  }
  #contact .wrap .content {
    margin-bottom: 10%;
  }
  #contact .wrap .content h2.pageTitle {
    background: url("../../contact/img/bk_titlesmp_h2.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto 30px auto;
  }
  #contact .wrap .content ul.step {
    line-height: 1.3;
    margin: 0 auto 20px auto;
  }
  #contact .wrap .content ul.step li.step_on {
    text-align: left;
    width: 32%;
    height: 70px;
    color: #FFFFFF;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 27px 0 0 20px;
  }
  #contact .wrap .content ul.step li.step_on::after {
    top: 57%;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #0c1946;
  }
  #contact .wrap .content ul.step li.step_wait01 {
    text-align: left;
    width: 32%;
    height: 70px;
    color: #FFFFFF;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 21px 0 0 33px;
  }
  #contact .wrap .content ul.step li.step_wait01::after {
    top: 57%;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #233164;
  }
  #contact .wrap .content ul.step li.step_wait02 {
    text-align: left;
    width: 32%;
    height: 70px;
    color: #FFFFFF;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 27px 0 0 36px;
  }
  #contact .wrap .content ul.step li.step_wait02::after {
    top: 57%;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #687194;
  }
  #contact .wrap .content .formArea {
    margin: 0 auto 30px auto;
  }
  #contact .wrap .content .formArea dl.formBox {
    display: block;
  }
  #contact .wrap .content .formArea dl.formBox dt {
    max-width: 900px;
    padding: 15px;
  }
  #contact .wrap .content .formArea dl.formBox dt h3 span {
    top: -5px;
  }
  #contact .wrap .content .formArea dl.formBox dt p.cap {
    margin-top: 10px;
  }
  #contact .wrap .content .formArea dl.formBox dd {
    width: 100%;
    max-width: 900px;
    padding: 20px 15px;
  }
  #contact .wrap .content .formArea dl.formBox dd .cap {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 5px;
  }
  #contact .wrap .content .formArea .area03,
  #contact .wrap .content .formArea .area03_2 {
    width: 30%;
  }
  #contact .wrap .content label {
    width: 100%;
  }
  #contact .wrap .content .privacyArea {
    margin: 0 auto 20px auto;
  }
  #contact .wrap .content .privacyArea h3 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #0c1946;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  #contact .wrap .content .privacyArea .privacyBox_BK {
    padding: 10px 0;
  }
  #contact .wrap .content .privacyArea .privacyBox_BK .privacyBox {
    padding: 20px 20px 0 20px;
  }
  #contact .wrap .content .privacyArea .privacyBox_BK .privacyBox ul.txt03 {
    padding: 0 0 20px 20px;
  }
  #contact .wrap .content .consentArea {
    margin: 0 auto 20px auto;
  }
  #contact .wrap .content .consentArea .consentTxt {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact .wrap .content .consentArea .consentTxt li:nth-child(1) {
    margin-right: 30px;
  }
  #contact .wrap .content .consentArea .consentTxt li:nth-child(1) span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    color: #FFFFFF;
    background-color: #bda940;
    margin: 0 10px 0 0;
    padding: 5px 15px 7px 15px;
    border-radius: 5px;
  }
  #contact .wrap .content .consentArea label.consent {
    display: block;
    float: inherit;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    width: 120px;
    margin: 0 auto;
  }
  #contact .wrap .content .formBtn {
    margin: 0 auto;
  }
}

/* contact-tablet
------------------------------------------------------- */
/*# sourceMappingURL=maps/style.css.map */
