@charset "UTF-8";
/* h2
-------------------------------------------------- */
h2.ttl01 {
  font-size: 22px;
  line-height: 1;
  padding-top: 35px;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
h2.ttl01:before {
  background: #484f4f;
  content: "";
  height: 1px;
  width: 48px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}
h2.ttl01 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 35px;
}
h2.ttl02 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin-bottom: 32px;
  padding: 1px 20px 0;
  text-align: center;
}
h2.ttl03 {
  background: #0c4f7e;
  border-radius: 75px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 52px;
  padding: 14px 60px;
}
h2.ttl03 span {
  background: no-repeat 0 50%;
  display: inline-block;
  padding: 10px 0;
}
h2.ttl03 span.icon01 {
  background-image: url("../images/icn_01.png");
  background-size: 23px;
  padding-left: 37px;
}
h2.ttl03 span.icon02 {
  background-image: url("../images/icn_02.png");
  background-size: 37px;
  padding-left: 47px;
}
h2.ttl03 span.icon03 {
  background-image: url("../images/icn_03.png");
  background-size: 47px;
  padding-left: 59px;
}
h2.ttl03 span.icon04 {
  background-image: url("../images/icn_04.png");
  background-size: 20px;
  padding-left: 33px;
}
h2.ttl03 span.icon05 {
  background-image: url("../images/icn_05.png");
  background-size: 20px;
  padding-left: 30px;
}
h2.ttl04 {
  color: #0c4f7e;
  font-size: 24px;
  margin-bottom: 52px;
}

/*a:hover .imgBox {
	overflow: hidden;
}

a:hover .imgBox img {
	transform: scale(1.2);
	transition: all 0.5s;
}
*/
/* other
-------------------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

.flexCenter {
  align-items: center;
}

/* btn
-------------------------------------------------- */
.btn {
  border: 1px solid #fff;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 0 12px;
  text-align: center;
  width: 240px;
  position: relative;
  transition: all 0.5s;
}
.btn:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  right: 7px;
  top: 49%;
  transform: rotate(-45deg) translateY(-50%);
}
.btn.width-auto {
  width: auto;
}

a:hover span.btn,
a.btn:hover {
  background: #fff;
  color: #484f4f;
}

a:hover span.btn:before,
a.btn:hover:before {
  border-bottom-color: #484f4f;
  border-right-color: #484f4f;
}

.btn02 {
  border-color: #484f4f;
  color: #484f4f;
}

.btn02:before {
  border-bottom-color: #484f4f;
  border-right-color: #484f4f;
}

a:hover span.btn02,
a.btn02:hover {
  background: #484f4f;
  color: #fff;
}

a:hover span.btn02:before,
a.btn02:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

a.btn03 {
  background: #0c4f7e;
  border: 1px solid #0c4f7e;
  border-radius: 50px;
  display: inline-block;
  font-size: 17px;
  padding: 22px 43px;
  width: auto;
}

a.btn03:before {
  right: 16px;
}

a.btn03:hover {
  color: #0c4f7e;
}

a.btn03:hover:before {
  border-bottom-color: #0c4f7e;
  border-right-color: #0c4f7e;
}

@media screen and (max-width: 667px) {
  /* common
  -------------------------------------------------- */
  h2.ttl01 {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  h2.ttl01:before {
    width: 36px;
    bottom: 25px;
  }
  h2.ttl01 span {
    font-size: 10px;
    margin-top: 27px;
  }
  h2.ttl02 {
    font-size: 12px;
    padding: 1px 15px 0;
    margin-bottom: 0;
  }
  h2.ttl03 {
    font-size: 14px;
    margin-bottom: 35px;
    padding: 8px 53px;
  }
  h2.ttl03 span {
    padding: 6px 0;
  }
  h2.ttl03 span.icon01 {
    background-size: 15px;
    padding-left: 24px;
  }
  h2.ttl03 span.icon02 {
    background-size: 24px;
    padding-left: 31px;
  }
  h2.ttl03 span.icon03 {
    background-size: 31px;
    padding-left: 39px;
  }
  h2.ttl03 span.icon04 {
    background-size: 12px;
    padding-left: 22px;
  }
}
/* main
-------------------------------------------------- */
#main {
  background: no-repeat 50%;
  background-size: cover;
  height: 240px;
  margin-top: 60px;
  position: relative;
}
#main .box {
  background: #0c4f7e;
  line-height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
}
#main .box h2.ttl02 {
  border-color: transparent #fff;
  color: #fff;
  font-weight: bold;
}
#main .imgBox {
  position: absolute;
  top: 94px;
}
#main .imgBox:before {
  background: #fff;
  content: "";
  height: 14px;
  width: 82px;
  position: absolute;
  left: 37px;
  top: 140px;
}

#main-title {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: no-repeat 50%;
  background-size: cover;
  height: 240px;
}
#main-title h2 {
  width: 100%;
  background: #0c4f7e;
  background: linear-gradient(90deg, rgba(12, 79, 126, 0) 5%, rgba(12, 79, 126, 0.8) 30%, rgba(12, 79, 126, 0.8) 70%, rgba(12, 79, 126, 0) 95%);
  color: #fff;
  padding: 0.25rem 0;
  font-size: clamp(1.5rem, 0.849rem + 2.08vw, 2.125rem);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 980px) {
  #main-title {
    height: clamp(10rem, 4.792rem + 16.67vw, 15rem);
  }
  #main-title h2 {
    padding: 1.65vw 0;
  }
}
/* newsList
-------------------------------------------------- */
#newsList li {
  /*width: 225px;
  margin: 0 13.34px 50px;*/
  max-width: 225px;
  /*width: 25%;*/
  margin: 0 2% 50px 0;
}
#newsList li p {
  margin-top: 11px;
}
#newsList li p span {
  display: block;
  font-size: 10px;
}
#newsList li .imgBox {
  width: 100%;
}
#newsList.flex {
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 667px) {
  #newsList li {
    width: 48%;
    margin: 0 0 50px 0;
  }
  #newsList.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* ---------------------------------------------------------

■■■ TOP ■■■■■■■■■■

--------------------------------------------------------- */
/* mainBox
-------------------------------------------------- */
#mainBox {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
#mainBox .text {
  position: absolute;
  bottom: 10%;
  left: 14px;
}
#mainBox .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#mainBox .bg > div {
  opacity: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 130%;
  width: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
}
#mainBox .bg .bg01 {
  background-image: url("../images/main_01.jpg");
  opacity: 1;
}
#mainBox .bg .bg02 {
  background-image: url("../images/main_02.jpg");
}
#mainBox .bg .bg03 {
  background-image: url("../images/main_03.jpg");
}
#mainBox .bg .bg04 {
  background-image: url("../images/main_04.jpg");
}
#mainBox:before {
  background: url("../images/scrl.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 64px;
  width: 31px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  animation: scrl 3s infinite;
}
#mainBox .wrap {
  height: 100%;
}
#mainBox .sns {
  position: absolute;
  bottom: 30px;
  right: 6px;
}

@keyframes scrl {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: 12px;
  }
  100% {
    bottom: 4px;
  }
}
/* header
-------------------------------------------------- */
.icon_arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_arrow_link.svg");
  background-size: contain;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}

#top {
  /* box01
  -------------------------------------------------- */
  /* box02
  -------------------------------------------------- */
  /* box03
  -------------------------------------------------- */
  /* box04
  -------------------------------------------------- */
}
#top .box01 {
  padding: 0 0 200px;
  position: relative;
}
#top .box01 .bg {
  background: url("../images/top_01.jpg") no-repeat 50% 100%;
  background-size: cover;
  padding-top: 31.2%;
}
#top .box01 .box {
  background: rgba(12, 76, 126, 0.8);
  color: #fff;
  height: 316px;
  width: 662px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top .box01 .box p {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.3em;
  padding: 51px 0 26px;
}
#top .box02 {
  padding: 40px 0;
  /*
  #top .box02 .imgBox img {
  	width: 100%;
  	max-width: 480px;
  }
  */
}
#top .box02 li {
  float: left;
  /*height: 480px;*/
  margin-bottom: 15px;
  overflow: hidden;
  width: 50%;
  max-width: 480px;
  padding: 1%;
}
#top .box02 li .imgBox img {
  width: 100%;
}
#top .box02 li:nth-child(even) {
  float: right;
}
#top .box02 li a {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
}
#top .box02 li a .data {
  display: table;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 2%;
}
#top .box02 li a h3 {
  background: no-repeat 50% 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
#top .box02 li a .btn {
  padding: 8px;
  width: 200px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}
#top .box02 .dataBox {
  float: right;
  padding: 4px 24px 28px;
  width: 50%;
  max-width: 480px;
}
#top .box03 {
  padding: 0 0 40px;
}
#top .box03 .img {
  padding: 52px 0 48px;
}
#top .box03 .img.recruit-title {
  width: 100%;
  margin: 0 auto;
}
#top .box03 .img.recruit-title img {
  width: 100%;
  max-width: 500px;
}
#top .box03 li {
  width: 25%;
  overflow: hidden;
}
#top .box03 li img {
  width: 100%;
}
#top .box03 li img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
#top .box03 li a {
  display: block;
  height: 100%;
  width: 100%;
}
#top .box03 .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
#top .box03 .btnBox .btn {
  margin: initial;
}
#top .box04 {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  #top .box02 li a h3 {
    background: no-repeat 50% 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }
  #top .box02 li a p {
    line-height: 1.5;
    font-size: 12px;
  }
}
@media screen and (max-width: 667px) {
  #top {
    /* box01
    -------------------------------------------------- */
    /* box02
    -------------------------------------------------- */
    /* box03
    -------------------------------------------------- */
    /* box04
    -------------------------------------------------- */
  }
  #top .box01 {
    padding: 0 0 147px;
    position: relative;
  }
  #top .box01 .bg {
    background: url("../images/s_top_01.png") no-repeat 50% 0;
    background-size: cover;
    padding-top: 50.6%;
  }
  #top .box01 .box {
    height: auto;
    padding-bottom: 21px;
    width: auto;
    bottom: 19px;
    left: 5.6%;
    right: 5.6%;
    transform: translateX(0);
  }
  #top .box01 .box p {
    font-size: 13px;
    padding: 22px 0 13px;
  }
  #top .box02 {
    padding: 20px 5.6% 4px;
  }
  #top .box02 li {
    max-width: none;
    float: none;
    height: auto;
    margin-bottom: 8px;
    width: auto;
  }
  #top .box02 li .imgBox img {
    padding: 0;
  }
  #top .box02 .dataBox {
    max-width: none;
  }
  #top .box02 li:nth-child(even) {
    float: none;
  }
  #top .box02 .dataBox {
    float: none;
    padding: 7px 0 14px;
    width: auto;
  }
  #top .box02 li a .data {
    width: 79%;
  }
  #top .box02 li a h3 {
    font-size: 15px;
    margin-bottom: 26px;
  }
  #top .box02 li a .btn {
    padding: 11px 0 10px;
    width: 54%;
    bottom: 23px;
  }
  #top .box02 li a:before {
    width: 61px;
    left: 10px;
    top: 13px;
  }
  #top .box02 li a:after {
    left: 25px;
    top: 65px;
  }
  #top .box02 li:nth-child(1) a h3 {
    background-size: 28px;
    padding-top: 58px;
  }
  #top .box02 li:nth-child(2) a h3 {
    background-size: 50px;
    padding-top: 63px;
  }
  #top .box02 li:nth-child(3) a h3 {
    background-size: 51px;
    padding-top: 46px;
  }
  #top .box02 li:nth-child(4) a h3 {
    background-size: 24px;
    padding-top: 61px;
  }
  #top .box02 li:nth-child(5) a h3 {
    background-size: 34px;
    padding-top: 54px;
  }
  #top .box03 {
    padding: 0 0 100%;
    position: relative;
  }
  #top .box03 .btn,
  #top .box03 .img,
  #top .box03 ul {
    position: absolute;
    left: 0;
    z-index: 1;
  }
  #top .box03 ul {
    flex-wrap: wrap;
    bottom: 0;
    z-index: 0;
  }
  #top .box03 li {
    width: 50%;
    font-size: 0;
  }
  #top .box03 li:first-child {
    display: none;
  }
  #top .box03 .img {
    padding: 0;
    top: 45%;
  }
  #top .box03 .img.recruit-title img {
    width: 80%;
  }
  #top .box03 .btn {
    background: #fff;
    bottom: 4.4%;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .box03 .btnBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
  #top .box03 .btnBox .btn {
    margin: initial;
  }
  #top .box04 {
    padding: 23px 5.6% 25px;
  }
}
/* ---------------------------------------------------------

■■■ COMPANY ■■■■■■■■■■

--------------------------------------------------------- */
/* company
-------------------------------------------------- */
#company #main-title {
  background-image: url("../images/company.png");
}
#company .box01 {
  padding-bottom: 54px;
}
#company .box01 .logo {
  background: url("../images/company_logo.png") no-repeat 0 50%;
  background-size: 130px;
  display: table;
  font-size: 18px;
  line-height: 1;
  height: 142px;
  text-align: left;
  padding: 41px 0 0 160px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#company .box01 .logo span {
  color: #0c4f7e;
  display: block;
  font-size: 24px;
  margin-top: 13px;
}
#company .box02 {
  padding: 57px 0 49px;
}
#company .box02 .wrap {
  width: 798px;
}
#company .box02 li {
  background: #0c4f7e;
  border-radius: 50%;
  height: 360px;
  margin: 0 auto 23px;
  width: 360px;
  position: relative;
}
#company .box02 li:nth-child(2) {
  float: left;
}
#company .box02 li:nth-child(3) {
  float: right;
}
#company .box02 li .dataBox {
  color: #fff;
  font-size: 13px;
  width: 290px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#company .box02 li .dataBox h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 17px;
  padding-bottom: 13px;
  letter-spacing: 0.23em;
  text-align: center;
  position: relative;
}
#company .box02 li .dataBox h3:before {
  background: #fff;
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#company .box02 li:before {
  background: no-repeat 100% 0;
  background-size: 100%;
  content: "";
  height: 100%;
  width: 76px;
  position: absolute;
  right: 22px;
  top: 11px;
}
#company .box02 li:nth-child(1):before {
  background-image: url("../images/company_01.png");
}
#company .box02 li:nth-child(2):before {
  background-image: url("../images/company_02.png");
}
#company .box02 li:nth-child(3):before {
  background-image: url("../images/company_03.png");
}
#company .fw-thin {
  font-weight: 100;
}

/* greeting
-------------------------------------------------- */
#greeting #main-title {
  background-image: url("../images/greeting.png");
}
#greeting .greeting {
  background: url("../images/greeting_img.png") no-repeat 50% 100%;
  background-size: cover;
  padding: 58px 0 46px;
}
#greeting .dataBox {
  width: 50%;
}
#greeting h3 {
  color: #0c4f7e;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#greeting p {
  margin-bottom: 30px;
}
#greeting .name {
  font-size: 22px;
  text-align: right;
  margin-top: 41px;
}
#greeting .name span {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

/* access
-------------------------------------------------- */
#access #main-title {
  background-image: url("../images/access.png");
}
#access .box01 {
  padding-bottom: 55px;
}
#access .box01 .wrap {
  text-align: center;
}
#access .box01 #anc01 {
  margin-bottom: 34px;
}
#access .box01 #anc02 .table dt {
  padding-left: 20px;
  width: 150px;
}
#access .box01 #anc02 .table dt span {
  width: 57px;
  position: absolute;
  right: 0;
  top: 12px;
}
#access .box02 {
  margin-bottom: 28px;
}
#access .box02 .bg01 {
  padding: 44px 0 82px;
}
#access .box03 p {
  display: table;
  font-size: 11px;
  margin: 0 auto 15px;
  text-align: left;
  width: 635px;
}
#access section a {
  text-decoration: underline;
}
#access .table dd,
#access .table dt {
  vertical-align: top;
}

/* ---------------------------------------------------------

■■■ SERVIECE ■■■■■■■■■■

--------------------------------------------------------- */
.serviceBox .imgBox {
  width: 426px;
}
.serviceBox .imgBox img {
  width: 100%;
}
.serviceBox .data {
  margin: 0 9px;
  text-align: left;
  width: 400px;
}
.serviceBox h3 {
  border: 1px solid #0c4f7e;
  color: #0c4f7e;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 8px 0;
  text-align: center;
}
.serviceBox h3.sttl {
  border: 0;
  color: #0c4f7e;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 13px;
  padding: 0;
  text-align: left;
}
.serviceBox ul {
  line-height: 1.7;
  margin-bottom: 16px;
}
.serviceBox li {
  padding-left: 1em;
  text-indent: -1em;
}
.serviceBox dd,
.serviceBox dt {
  background: #0c4f7e;
  color: #fff;
}
.serviceBox dl.flex {
  margin-bottom: 7px;
}
.serviceBox dl.flex:last-child {
  margin-bottom: 0;
}
.serviceBox dl.flex > dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  width: 132px;
}
.serviceBox dl.flex > dd {
  font-size: 12px;
  line-height: 1.3;
  margin-left: 10px;
  padding: 6px 7px;
  text-align: left;
  width: 258px;
  position: relative;
}
.serviceBox dl.flex > dd:before {
  border-color: transparent #0c4f7e transparent transparent;
  border-style: solid;
  border-width: 3px 6px 3px 0;
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.serviceBox dl.flex > dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceBox .indent dt {
  background: none;
  display: block;
  font-weight: normal;
  float: left;
  width: auto;
}
.serviceBox dl.indent dd {
  background: none;
  padding-left: 70px;
}

section.service .wrap {
  text-align: center;
  width: 852px;
}

/* serviceBg
-------------------------------------------------- */
.serviceBg.bg01 {
  margin-top: 50px;
  padding: 51px 0 53px;
}

/* si(システムイノベーション事業)
-------------------------------------------------- */
#si #main-title {
  background-image: url("../images/si.png");
}
#si .box01 {
  padding-bottom: 30px;
}
#si .box01 .read {
  margin-bottom: 34px;
  text-align: left;
}
#si .box02 {
  padding: 41px 0 48px;
}
#si .box02 .wrap {
  background: #fff;
  width: 921px;
}
#si .box02 h3 {
  background: #0c4f7e;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
}
#si .box02 .flex {
  padding: 31px 39px;
}
#si .box02 .btn {
  margin-top: 30px;
}
#si .box02 .data {
  width: 546px;
}
#si .box02 .data h4 {
  font-size: 16px;
  margin: 4px 0 11px;
}
#si .box03 {
  padding-top: 43px;
}
#si .box03 .bg {
  background: url("../images/si_05.png") no-repeat 50%;
  background-size: cover;
  padding: 82px 0;
}
#si .box03 .bg .wrap {
  background: rgb(12, 79, 126);
  color: #fff;
  padding: 40px 34px 43px;
  text-align: center;
  width: 680px;
}
#si .box03 .bg .wrap h3 {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
#si .box03 .bg .wrap p {
  text-align: left;
}
#si .box03 .bg01 {
  margin-top: 0;
}

/* se
-------------------------------------------------- */
#se #main-title {
  background-image: url("../images/se.png");
}
#se .box01 {
  padding-bottom: 64px;
}
#se .box01 p {
  text-align: left;
}
#se .box02 p {
  font-size: 13px;
  text-align: justify;
}

/* innovation
-------------------------------------------------- */
#innovation #main-title {
  background-image: url("../images/innovation.png");
}
#innovation .box01 {
  padding-bottom: 64px;
}
#innovation .box01 p {
  text-align: left;
}
#innovation .box02 p {
  font-size: 13px;
}

/* app
-------------------------------------------------- */
#app #main-title {
  background-image: url("../images/app.png");
}
#app section .wrap {
  text-align: center;
}
#app .box01 {
  padding-bottom: 64px;
}
#app .box01 p {
  text-align: left;
}
#app .box02 h3 {
  background: #0c4f7e;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
}
#app .box02 .box {
  background: #f2f2f2;
  margin-bottom: 37px;
  text-align: left;
}
#app .box02 .box > .flex {
  padding: 24px 22px 37px;
}
#app .box02 .box .appBox {
  width: 160px;
}
#app .box02 .appBox p.data {
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0 17px;
}
#app .box02 .appBox p.data strong {
  font-size: 14px;
}
#app .box02 .appBox .apple {
  margin-bottom: 12px;
}
#app .box02 .dataBox h4 {
  font-size: 16px;
  line-height: 1.7;
}
#app .box02 .box .dataBox {
  width: 690px;
}
#app .box02 .dataBox p {
  margin: 17px 0 23px;
}
#app .box02 .box ul.flex {
  margin: 0 auto;
  width: 395px;
}
#app .box02 ul.other li {
  background: #f2f2f2;
  padding-bottom: 126px;
  width: 290px;
  position: relative;
}
#app .box02 ul.other li .appBox {
  padding: 24px 20px 0;
}
#app .box02 ul.other li .dataBox {
  padding: 0 20px;
}
#app .box02 ul.other li .dataBox,
#app .box02 ul.other li .appBox p {
  text-align: left;
}
#app .box02 ul.other li .appBox p.data {
  margin-bottom: 12px;
}
#app .box02 ul.other li .btnBox {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}
#app .box02 ul.other li .btnBox .apple {
  margin-bottom: 12px;
}

/* security
-------------------------------------------------- */
#security #main {
  background-image: url("../images/security.png");
}
#security .box01 {
  padding-bottom: 64px;
}
#security .box01 p {
  text-align: left;
}
#security .box02 {
  padding: 0 0 48px;
}
#security .box03 {
  padding: 41px 0 48px;
}
#security .box03 .wrap {
  width: 921px;
  background: #fff;
}
#security .box03 h3 {
  background: #0c4f7e;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
}
#security .box03 .flex {
  padding: 31px 39px;
}
#security .box03 .data {
  width: 546px;
}
#security .box03 .data h4 {
  margin: 4px 0 11px;
  font-size: 16px;
}
#security .serviceBox li.over-write {
  margin-left: 1.25em;
  padding: 0;
  list-style: disc;
  text-indent: 0;
}
#security .serviceBox dt.over-write,
#security .serviceBox dd.over-write {
  line-height: initial;
}
#security .custom-list-item {
  margin-left: 1em;
  text-align: justify;
  text-indent: -1em;
  line-height: initial;
}
#security .custom-list-item::before {
  /* display: inline-block; */
  /* float: left; */
  width: 1em;
  content: "- ";
}
#security .btn-primary {
  color: #0c4f7e;
  border-color: #0c4f7e;
}
#security .btn-primary::before {
  transition: border-color 0.5s;
  border-color: transparent #0c4f7e #0c4f7e transparent;
}
#security .btn-primary:hover {
  color: #fff;
  background: #0c4f7e;
}
#security .btn-primary:hover::before {
  border-color: transparent #fff #fff transparent;
}
#security .m-0 {
  margin: 0 !important;
}
#security .mt-2 {
  margin-top: 1em !important;
}
#security .mb-1 {
  margin-bottom: 0.5em !important;
}
#security .mb-2 {
  margin-bottom: 1em !important;
}
#security .p-1 {
  padding: 1em !important;
}
#security .fz-12 {
  font-size: 12px !important;
}
#security .fz-13 {
  font-size: 13px !important;
}
#security .text-justify {
  text-align: justify !important;
}
#security .bg-primary {
  background: #0c4f7e !important;
}
#security .bg-white {
  background: #fff !important;
}

/* recruits
-------------------------------------------------- */
#recruits #main-title {
  background-image: url("../images/recruits_interview.png");
}
#recruits .recruits {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.745rem + 0.42vw, 1rem);
  padding: 0 0 39px;
}
#recruits .recruits h1 {
  margin-bottom: 39px;
}
#recruits .recruits h1 img {
  width: 100%;
  vertical-align: middle;
}
#recruits .recruits h2 {
  color: #0c4f7e;
  font-size: clamp(1.375rem, 0.594rem + 2.5vw, 2.125rem);
  margin-bottom: 30px;
}
#recruits .recruits h2.personnel {
  font-size: clamp(1.25rem, 0.729rem + 1.67vw, 1.75rem);
  text-align: center;
  padding-top: 63px;
  margin-top: -63px;
}
#recruits .recruits h2.personnel p {
  background: #0c4f7e;
  color: #fff;
  box-shadow: 4px 4px 0 rgba(12, 79, 126, 0.75);
}
#recruits .recruits h3 {
  color: #0c4f7e;
  font-size: clamp(1.125rem, 0.734rem + 1.25vw, 1.5rem);
  text-align: left;
  padding: 0 0 1vw 0;
  padding: 0 0 12px 0;
}
#recruits .recruits .read {
  text-align: left;
  margin-bottom: 30px;
}
#recruits .recruits-inner {
  gap: 20px;
  margin-bottom: 30px;
}
#recruits .recruits-inner:last-child {
  margin-bottom: 0;
}
#recruits .recruits-inner_data {
  width: 100%;
}
#recruits .recruits-inner_data__img-l {
  width: 48%;
  float: left;
  margin-right: 2%;
}
#recruits .recruits-inner_data__img-l img {
  width: 100%;
}
#recruits .recruits-inner_data__img-r {
  width: 48%;
  float: right;
  margin-left: 2%;
}
#recruits .recruits-inner_data__img-r img {
  width: 100%;
}
#recruits .recruits-inner_data::after {
  content: "";
  clear: both;
  display: block;
}
#recruits .recruits-inner_data__title-q {
  font-size: clamp(1rem, 0.74rem + 0.83vw, 1.25rem);
  padding: 0 0 1vw 0;
  padding: 0 0 12px 0;
  font-weight: bold;
}
#recruits .recruits-inner_data__title-q:before {
  content: "ー"; /* 空の要素作成 */
  margin-right: 0.25rem;
}
#recruits .recruits-inner_data__title-q.pt {
  padding: 12px 0;
}
#recruits .recruits-personnel-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 39px;
}
#recruits .recruits-personnel-menu li {
  width: 20%;
  text-align: center;
  font-size: clamp(0.875rem, 0.484rem + 1.25vw, 1.25rem);
}
#recruits .recruits-personnel-menu li a {
  display: block;
  padding: 6px 0;
  color: #fff;
  background: #0c4f7e;
  border-radius: 21px;
}
#recruits .recruits-personnel-menu li a:hover {
  background-color: rgba(12, 79, 126, 0.75);
}

@media screen and (max-width: 980px) {
  #recruits .recruits {
    padding: 0 2% 4vw;
  }
  #recruits .recruits h1 {
    margin-bottom: 4vw;
  }
  #recruits .recruits h2 {
    margin-bottom: 3vw;
  }
  #recruits .recruits .read {
    margin-bottom: 3vw;
  }
  #recruits .recruits-inner {
    margin-bottom: 3vw;
  }
  #recruits .recruits-inner_data__title-q {
    font-size: clamp(1rem, 0.74rem + 0.83vw, 1.25rem);
    padding: 1vw 0;
  }
}
@media screen and (max-width: 667px) {
  #recruits .recruits {
    width: 100%;
  }
  #recruits .recruits h2.personnel {
    text-align: center;
    padding-top: 63px;
    margin-top: -63px;
  }
  #recruits .recruits h2.personnel p {
    background: #0c4f7e;
    color: #fff;
    box-shadow: none;
  }
  #recruits .recruits-inner {
    margin: 0 auto 4vw;
  }
  #recruits .recruits-inner_data__img-l {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #recruits .recruits-inner_data__img-r {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #recruits .recruits-personnel-menu {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
  }
  #recruits .recruits-personnel-menu li {
    width: 32%;
  }
  #recruits .recruits-personnel-menu li a {
    border-radius: 0;
  }
}
/* ---------------------------------------------------------

■■■ CONTACT ■■■■■■■■■■

--------------------------------------------------------- */
/* contact
-------------------------------------------------- */
#contact #main-title {
  background-image: url("../images/contact.png");
}
#contact .box01 {
  padding-bottom: 70px;
}
#contact .box01 .wrap {
  width: 660px;
}
#contact .table dd,
#contact .table dt {
  padding-left: 0;
  padding-right: 0;
}
#contact .table dt {
  background: none;
  font-size: 12px;
  font-weight: bold;
}
#contact .table dd {
  font-size: 11px;
  width: 494px;
}
#contact .send {
  margin-left: 166px;
  padding-bottom: 3px;
  position: relative;
}
#contact .send p {
  margin-bottom: 23px;
}
#contact .send input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
}
#contact section a {
  color: #8b8f8f;
  text-decoration: underline;
}
#contact section #complate a {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  color: #484f4f;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 24px;
  text-decoration: none;
}

#complate {
  text-align: center;
}
#complate p {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  margin: 77px 0 53px;
}

/* ---------------------------------------------------------

■■■ PRIVACY ■■■■■■■■■■

--------------------------------------------------------- */
/* privacy
-------------------------------------------------- */
#privacy #main {
  height: auto;
}

#privacy section .wrap {
  width: 660px;
}

#privacy section ul,
#privacy section ol,
#privacy section p {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#privacy section p span.imgBox {
  display: block;
  margin-top: 10px;
}

#privacy .box {
  margin-bottom: 38px;
}

#privacy h3 {
  font-size: 14px;
  margin-bottom: 14px;
}

#privacy section a {
  color: #8b8f8f;
  text-decoration: underline;
}

#privacy .table {
  border-top: 1px solid #b8b8b8;
  margin-top: -5px;
}

#privacy .table dd,
#privacy .table dt {
  background: none;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px;
}

#privacy .table dt {
  font-size: 12px;
  font-weight: bold;
  width: 40%;
}

#privacy .table dt:nth-child(2) {
  width: 60%;
}

#privacy .table dd {
  font-size: 11px;
}

/* safety
-------------------------------------------------- */
#safety #main {
  height: auto;
}

#safety section .wrap {
  width: 660px;
}

#safety section ul,
#safety section ol,
#safety section p {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#safety section p span.imgBox {
  display: block;
  margin-top: 10px;
}

#safety .box {
  margin-bottom: 38px;
}

#safety h3 {
  font-size: 14px;
  margin-bottom: 14px;
}

#safety section a {
  color: #8b8f8f;
  text-decoration: underline;
}

#safety .table {
  border-top: 1px solid #b8b8b8;
  margin-top: -5px;
}

#safety .table dd,
#safety .table dt {
  background: none;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px;
}

#safety .table dt {
  font-size: 12px;
  font-weight: bold;
  width: 40%;
}

#safety .table dt:nth-child(2) {
  width: 60%;
}

#safety .table dd {
  font-size: 11px;
}
/* ---------------------------------------------------------

■■■ SITEMAP ■■■■■■■■■■

--------------------------------------------------------- */
/* sitemap
-------------------------------------------------- */
#sitemap #main {
  height: auto;
}
#sitemap section .wrap {
  width: 660px;
}
#sitemap .box01 dt {
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  padding-bottom: 14px;
}
#sitemap .box01 dd {
  padding: 50px 0 64px 29px;
}
#sitemap .box01 dd:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
#sitemap .box01 li ul {
  float: right;
  width: 46%;
}
#sitemap .box01 li {
  margin-bottom: 32px;
  padding-left: 12px;
  position: relative;
}
#sitemap .box01 li:before {
  border-color: transparent transparent transparent #8b8f8f;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
#sitemap .box01 li:last-child {
  margin-bottom: 0;
}
#sitemap .box01 li a {
  font-size: 11px;
}

/* ---------------------------------------------------------

■■■ NEWS ■■■■■■■■■■

--------------------------------------------------------- */
/* news
-------------------------------------------------- */
#news #main-title {
  background-image: url("../images/news.png");
}
#news .box01 {
  padding-bottom: 46px;
}
#news #newsList {
  flex-wrap: wrap;
  margin: 0 -13.34px;
  justify-content: flex-start;
}
#news .post h3 {
  color: #0c4f7e;
  font-size: 18px;
  line-height: 1.3;
  margin: 11px 0 26px;
}
#news .post p {
  margin-bottom: 30px;
}
#news .post p a {
  color: #0c4f7e;
}
#news .post p a:hover {
  text-decoration: underline;
}
#news .snsBox li {
  display: inline-block;
  vertical-align: top;
}
#news .btnBox {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
#news .btnBox a {
  color: #0c4f7e;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 16px;
}
#news .btnBox a:first-child {
  left: 0;
}
#news .btnBox a:last-child {
  right: 0;
}
#news .btnBox a:last-child, #news .btnBox a:first-child {
  background: #0c4f7e;
  border-radius: 30px;
  color: #fff;
  position: absolute;
  top: 0;
}
#news .btnBox a.listBack {
  background: none;
  border-radius: 0;
  color: #0c4f7e;
  position: static;
}

/* wp-pagenavi
-------------------------------------------------- */
.wp-pagenavi {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.wp-pagenavi span {
  border: 1px solid #5d6363;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  margin: 0 4px;
  vertical-align: top;
  width: 40px;
  position: relative;
  background: #0c4f7e;
  color: #fff;
}
.wp-pagenavi a {
  border: 1px solid #5d6363;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  margin: 0 4px;
  vertical-align: top;
  width: 40px;
  position: relative;
}
.wp-pagenavi a:hover {
  background: #0c4f7e;
  color: #fff;
}
.wp-pagenavi a:first-child, .wp-pagenavi a:last-child {
  background: none;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.wp-pagenavi a:first-child:before, .wp-pagenavi a:last-child:before {
  border-color: transparent transparent transparent #0c4f7e;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-pagenavi a:first-child:before {
  border-color: transparent #0c4f7e transparent transparent;
  border-width: 6px 12px 6px 0;
}

/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (max-width: 667px) {
  a:hover .imgBox img {
    transform: scale(1);
    transition: all 0;
  }
  /* other
  -------------------------------------------------- */
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .flexCenter {
    align-items: center;
  }
  /* btn
  -------------------------------------------------- */
  .btn {
    font-size: 10px;
    padding: 11px 0 10px;
    width: 54%;
    transition: all 0s;
  }
  a:hover span.btn,
  a.btn:hover {
    background: none;
    color: #fff;
  }
  a:hover span.btn:before,
  a.btn:hover:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  a:hover span.btn02,
  a.btn02:hover {
    background: none;
    color: #484f4f;
  }
  a:hover span.btn02:before,
  a.btn02:hover:before {
    border-bottom-color: #484f4f;
    border-right-color: #484f4f;
  }
  a.btn03 {
    font-size: 12px;
    line-height: 1.6;
    padding: 15px 0 13px;
    width: 100%;
  }
  a.btn03:before {
    right: 14px;
  }
  a.btn03:hover {
    color: #fff;
  }
  a.btn03:hover:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  /* main
  -------------------------------------------------- */
  #main {
    height: 100px;
    margin-top: 114px;
  }
  #main .box {
    line-height: 57px;
    top: -57px;
  }
  #main .imgBox {
    width: 68px;
    left: 15px;
    top: 20px;
  }
  #main .imgBox:before {
    height: 6px;
    width: 35px;
    left: 17px;
    top: 61px;
  }
  /* newsList
  -------------------------------------------------- */
  #news #newsList {
    margin: 0 auto 25px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #news #newsList li {
    margin: 0 0 4%;
    width: 48%;
  }
  #news #newsList li p {
    font-size: 10px;
    margin-top: 8px;
  }
  /* ---------------------------------------------------------

  ■■■ TOP ■■■■■■■■■■

  --------------------------------------------------------- */
  /* main
  -------------------------------------------------- */
  #mainBox {
    /* header
    -------------------------------------------------- */
  }
  #mainBox .text {
    width: 215px;
    bottom: 83px;
    left: 23px;
  }
  #mainBox:before {
    content: none;
  }
  #mainBox .bg .bg01 {
    background-image: url("../images/s_main_01.jpg");
  }
  #mainBox .bg .bg02 {
    background-image: url("../images/s_main_02.jpg");
  }
  #mainBox .bg .bg03 {
    background-image: url("../images/s_main_03.jpg");
  }
  #mainBox .bg .bg04 {
    background-image: url("../images/s_main_04.jpg");
  }
  #mainBox .sns {
    display: none;
  }
  /* ---------------------------------------------------------

  ■■■ COMPANY ■■■■■■■■■■

  --------------------------------------------------------- */
  /* company
  -------------------------------------------------- */
  #company .box01 {
    padding-bottom: 29px;
  }
  #company .box01 .logo {
    background-size: 72px;
    font-size: 10px;
    height: 79px;
    padding: 23px 0 0 89px;
  }
  #company .box01 .logo span {
    font-size: 13px;
    margin-top: 7px;
  }
  /* box02
  -------------------------------------------------- */
  #company .box02 {
    padding: 25px 0 10px;
  }
  #company .box02 .wrap {
    width: auto;
  }
  #company .box02 li {
    height: 353px;
    margin: 0 auto 15px;
    width: 353px;
  }
  #company .box02 li:nth-child(2) {
    float: none;
  }
  #company .box02 li:nth-child(3) {
    float: none;
  }
  #company .box02 li .dataBox {
    width: 76%;
  }
  #company .box02 li .dataBox h3 {
    font-size: 17px;
  }
  #company .box02 li .dataBox h3:before {
    width: 67px;
  }
  #company .box02 li:before {
    width: 74px;
  }
  /* greeting
  -------------------------------------------------- */
  #greeting .box01 .inner {
    background: url("../images/s_greeting_img.png") no-repeat 50% 100%;
    background-size: 100%;
    padding: 0 5.6% 106%;
  }
  #greeting .box01 .dataBox {
    width: auto;
  }
  #greeting .box01 h3 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 7px;
  }
  #greeting .box01 .name {
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 27px;
  }
  #greeting .box01 .name span {
    font-size: 10px;
  }
  /* access
  -------------------------------------------------- */
  #access .box01 {
    padding: 0 5.6% 35px;
  }
  #access .box01 .wrap {
    text-align: center;
  }
  #access .box01 #anc01 {
    margin-bottom: 30px;
  }
  #access .box01 .table dd,
  #access .box01 .table dt {
    font-size: 10px;
    vertical-align: top;
  }
  #access .box01 #anc01 .table dt {
    width: 81px;
  }
  #access .box01 #anc02 .table dt {
    padding-left: 14px;
    width: 115px;
  }
  #access .box01 #anc02 .table dt span {
    width: 42px;
    top: 10px;
  }
  #access .box02 {
    margin-bottom: 25px;
  }
  #access .box02 .bg01 {
    background: none;
    padding: 0;
  }
  #access .box03 p {
    display: block;
    font-size: 12px;
    margin: 0 5.6% 20px;
    width: auto;
  }
  #access section a {
    text-decoration: underline;
  }
  /* ---------------------------------------------------------

  ■■■ SERVIECE ■■■■■■■■■■

  --------------------------------------------------------- */
  .serviceBox {
    display: block;
  }
  .serviceBox .imgBox {
    width: auto;
  }
  .serviceBox .data {
    margin: 20px 0;
    width: auto;
  }
  .serviceBox h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .serviceBox h3.sttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .serviceBox ul {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .serviceBox dl.flex > dt {
    font-size: 11px;
    width: 109px;
  }
  .serviceBox dl.flex {
    justify-content: flex-start;
  }
  .serviceBox dl.flex > dd {
    font-size: 10px;
    margin-left: 9px;
  }
  .serviceBox dl.flex > dd:before {
    border-width: 2px 5px 2px 0;
    left: -5px;
  }
  .serviceBox dl.indent dd {
    padding-left: 60px;
  }
  section.service .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  /* serviceBg
  -------------------------------------------------- */
  .serviceBg.bg01 {
    margin-top: 23px;
    padding: 23px 9.8% 24px;
  }
  /* si
  -------------------------------------------------- */
  #si .box01 {
    padding-bottom: 10px;
  }
  #si .box01 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #si .box01 .read {
    margin-bottom: 20px;
  }
  #si .box02 {
    padding: 30px 0 20px;
  }
  #si .box02 .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  #si .box02 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #si .box02 h3 {
    font-size: 12px;
    padding: 10px 0;
  }
  #si .box02 .flex {
    display: block;
    padding: 23px 3.9%;
  }
  #si .box02 .img img {
    display: block;
    margin: 0 auto;
    width: 81.6%;
  }
  #si .box02 .btn {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 58.8%;
  }
  #si .box02 .data {
    width: auto;
  }
  #si .box02 .data h4 {
    font-size: 14px;
    margin: 0 0 12px;
  }
  #si .box03 {
    padding-top: 29px;
  }
  #si .box03 .bg {
    background: url("../images/s_si_05.png") no-repeat 50% 0;
    background-size: 100%;
    padding: 13.3% 5.6% 6.1%;
  }
  #si .box03 .bg .wrap {
    padding: 23px 13px 17px;
    text-align: center;
    width: auto;
  }
  #si .box03 .bg .wrap h3 {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 0 0 6px;
    width: 100%;
  }
  /* se
  -------------------------------------------------- */
  #se {
    padding-bottom: 25px;
  }
  #se .box01 {
    padding-bottom: 25px;
  }
  #se .box01 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #se .box02 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  /* innovation
  -------------------------------------------------- */
  #innovation .box01 {
    padding-bottom: 25px;
  }
  #innovation .box01 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #innovation .box02 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  /* app
  -------------------------------------------------- */
  #app section .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  #app .box01 {
    padding-bottom: 30px;
  }
  #app .box01 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #app .box02 h3 {
    font-size: 12px;
    padding: 10px 0;
  }
  #app .box02 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #app .box02 .box {
    margin-bottom: 20px;
    text-align: left;
  }
  #app .box02 .box > .flex {
    display: block;
    padding: 15px 0 21%;
    position: relative;
  }
  #app .box02 .appBox {
    display: flex;
  }
  #app .box02 .appBox .imgBox {
    width: 125px;
  }
  #app .box02 .appBox p.data {
    font-size: 10px;
    line-height: 1.4;
    margin: 13px 17px 0;
    width: 165px;
  }
  #app .box02 .appBox p.data strong {
    font-size: 10px;
  }
  #app .box02 .box .appBox {
    margin-bottom: 15px;
    padding: 0 17px;
    width: auto;
  }
  #app .box02 .box .dataBox {
    padding: 0 17px;
    width: auto;
  }
  #app .box02 .btnBox {
    display: flex;
    justify-content: space-between;
    width: auto;
    position: absolute;
    bottom: 18px;
    left: 30px;
    right: 30px;
  }
  #app .box02 .btnBox .imgBox {
    margin-bottom: 0;
    width: 48%;
  }
  #app .box02 .dataBox h4 {
    font-size: 14px;
  }
  #app .box02 .dataBox p {
    margin: 10px 0 20px;
  }
  #app .box02 .box ul.flex {
    padding: 0 13px;
    width: auto;
  }
  #app .box02 .box ul.flex li {
    width: 48%;
  }
  #app .box02 ul.other {
    display: block;
  }
  #app .box02 ul.other li {
    margin-bottom: 20px;
    padding-bottom: 21%;
    width: auto;
  }
  #app .box02 ul.other li .appBox {
    padding: 15px 17px 0;
  }
  #app .box02 ul.other li .appBox .imgBox {
    width: 125px;
  }
  #app .box02 ul.other li .dataBox {
    padding: 0 17px;
  }
  #app .box02 ul.other li .dataBox,
  #app .box02 ul.other li .appBox p {
    text-align: left;
  }
  #app .box02 ul.other li .appBox p.data {
    margin-bottom: 12px;
  }
  #app .box02 ul.other li .dataBox p {
    margin-bottom: 0;
  }
  #app .box02 ul.other li .btnBox {
    width: auto;
    bottom: 18px;
    left: 30px;
    right: 30px;
  }
  #app .box02 ul.other li .btnBox .apple {
    margin-bottom: 0;
  }
  /* security
  -------------------------------------------------- */
  #security .box01 {
    padding-bottom: 30px;
  }
  #security .box01 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #security .box02 {
    padding: 0 0 10px;
  }
  #security .box02 .wrap .ttl02 {
    margin-bottom: 10px;
  }
  #security .box03 {
    padding: 30px 0 20px;
  }
  #security .box03 .wrap {
    width: auto;
    margin: 0 5.6%;
  }
  #security .box03 h2.ttl02 {
    margin-bottom: 10px;
  }
  #security .box03 h3 {
    padding: 10px 0;
    font-size: 12px;
  }
  #security .box03 .flex {
    display: block;
    padding: 1em 3.9%;
  }
  #security .box03 .data {
    width: auto;
    margin-top: 1em;
  }
  #security .box03 .data h4 {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.2;
  }
  #security .box03 .btn {
    width: 80%;
    font-size: 12px;
  }
  #security .box03 .width-auto {
    width: auto;
  }
  #security .custom-list-item {
    line-height: 1.5;
  }
  #security .custom-list-item + .custom-list-item {
    margin-top: 0.5em;
  }
  /* ---------------------------------------------------------

  ■■■ CONTACT ■■■■■■■■■■

  --------------------------------------------------------- */
  /* contact
  -------------------------------------------------- */
  #contact .box01 {
    padding-bottom: 30px;
  }
  #contact .box01 .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  #contact .table dd,
  #contact .table dt {
    display: block;
    padding: 0;
  }
  #contact .table dt {
    background: none;
    font-size: 13px;
    margin-bottom: 5px;
  }
  #contact .table dd {
    font-size: 11px;
    margin-bottom: 17px;
    width: auto;
  }
  #contact .send {
    margin-left: 0;
    padding-bottom: 0;
  }
  #contact .send input[type=submit] {
    position: static;
    width: 80%;
    margin: 23px auto 0;
  }
  #complate p {
    margin: 55px 0 40px;
  }
  /* ---------------------------------------------------------

  ■■■ PRIVACY ■■■■■■■■■■

  --------------------------------------------------------- */
  /* privacy
  -------------------------------------------------- */
  #privacy section .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  #privacy section ul,
  #privacy section ol,
  #privacy section p {
    font-size: 12px;
    line-height: 1.5;
  }
  #privacy .box {
    margin-bottom: 23px;
  }
  #privacy h3 {
    line-height: 1.5;
  }
  #privacy section p span.imgBox {
    width: 86px;
  }
  #privacy .table {
    margin-bottom: 5px;
  }
  /* ---------------------------------------------------------

  ■■■ SITEMAP ■■■■■■■■■■

  --------------------------------------------------------- */
  /* sitemap
  -------------------------------------------------- */
  #sitemap section .wrap {
    margin: 0 5.6%;
    width: auto;
  }
  #sitemap .box01 dt {
    padding-bottom: 10px;
  }
  #sitemap .box01 dd {
    padding: 39px 0 37px 27px;
  }
  #sitemap .box01 li {
    margin-bottom: 40px;
  }
  #sitemap .box01 li a {
    font-size: 12px;
  }
  #sitemap .box01 li ul {
    float: none;
    margin-top: 15px;
    width: auto;
  }
  /* ---------------------------------------------------------

  ■■■ NEWS ■■■■■■■■■■

  --------------------------------------------------------- */
  /* news
  -------------------------------------------------- */
  #news .box01 {
    padding-bottom: 23px;
  }
  #news section .wrap,
  #news section .inWrap {
    padding: 0 5.6%;
  }
  #news .post h3 {
    font-size: 16px;
    margin: 7px 0 20px;
  }
  #news .post p {
    margin-bottom: 20px;
  }
  #news .btnBox {
    margin-top: 20px;
  }
  #news .btnBox a:last-child,
  #news .btnBox a:first-child {
    padding: 10px 14px;
  }
  /* wp-pagenavi
  -------------------------------------------------- */
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 12px;
    line-height: 28px;
    height: 30px;
    margin: 0 3px;
    width: 30px;
  }
  .wp-pagenavi span:first-child:before, .wp-pagenavi span:last-child:before,
  .wp-pagenavi a:first-child:before,
  .wp-pagenavi a:last-child:before {
    border-width: 4px 0 4px 8px;
  }
  .wp-pagenavi span:first-child:before,
  .wp-pagenavi a:first-child:before {
    border-width: 4px 8px 4px 0;
  }
}/*# sourceMappingURL=style.css.map */