@charset "UTF-8";

/*----------------------------------
common*/

body {
  min-width: 375px;
}

a {
  transition: 1.5s;
}

a:hover {
  opacity: 0.25;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.8;
}

p,
li {
  font-size: 16px;
  margin: 0 0 2em;
}

img {
  width: 100%;
  height: auto;
}

#fv,
.col,
#footer {
  padding: 0 16px;
}

.inner {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

.inner02 {
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.top__slider .slick-slide{
  margin-top: 0 !important;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .slick-dots {
    bottom: 0px;
  }
  .slick-dots li button:before {
    border: 2px solid #000;
  }
  .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.border {
  width: 76px;
  margin: 80px auto 80px;
}

.border span {
  display: block;
  width: 76px;
  margin: 0 auto 8px;
  background: #000;
  height: 1px;
}

.border span:nth-of-type(1),
.border span:nth-of-type(3) {
  width: 48px;
}

.border span:nth-of-type(3) {
  margin-bottom: 0;
}

/*----------------------------------
header*/

/* #header::after {
  content: "";
  display: block;
  clear: both;
}

#header {
  padding: 16px;
  margin: 0;
}

#header h1,
#header figure {
  width: 230px;
  float: left;
}

#header .inner {
  position: relative;
}

.nav_toggle {
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.5rem;
  right: 0;
  top: 8px;
  display: none;
}

.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

#header nav {
  float: right;
  width: calc(100% - 230px);
  text-align: right;
}

#header nav,
#header ul,
#header li {
  height: 39px;
}

#header nav li {
  display: inline-block;
  font-size: 15px;
  line-height: 39px;
  margin-right: 2em;
}

#header nav li:nth-last-of-type(1) {
  margin-right: 0;
}

#header nav li:nth-last-of-type(1) a {
  display: block;
  background: #1d447b;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  padding: 0 1.5em;
}

@media screen and (max-width: 780px) {
  #header {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 71px;
    background: #fff;
    top: 0;
    left: 0;
  }
  #header .inner {
    padding: 0;
  }
  main {
    padding-top: 71px;
  }

  #header h1,
  #header figure {
    float: none;
    width: 100%;
    width: 230px;
  }

  .nav_toggle {
    display: block;
    z-index: 500;
  }

  #header nav {
    width: 100%;
    position: absolute;
    top: -16px;
    z-index: 100;
    transform: translateX(105%);
    float: none;
  }

  #header nav.active {
    transform: translateX(0);
  }

  #header nav li {
    display: block;
    width: 100%;
    text-align: center !important;
    height: auto;
    margin: 0;
  }

  #header nav li a {
    display: block;
    padding: 16px !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #000 !important;
    font-weight: bold !important;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  #header nav li:nth-last-of-type(1) a {
    border-bottom: 1px solid #000;
  }
  #header nav,
  #header ul,
  #header li {
    height: auto;
  }
} */

/*----------------------------------
col*/

.col {
  margin-bottom: 80px;
}

.tit_l {
  width: 290px;
  float: left;
}

@media screen and (max-width: 640px) {
  .tit_l {
    text-align: center;
    float: none;
    width: 100%;
  }
}

.box_r {
  width: calc(100% - 290px);
  float: right;
}

@media screen and (max-width: 640px) {
  .box_r {
    width: 100%;
    float: none;
  }
}

section h2 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 48px;
}

section h2 span {
  display: inline-block;
  background: #1d447b;
  padding: 8px 12px;
}

.col::after {
  content: "";
  display: block;
  clear: both;
}

#tb_news {
  display: flex;
  flex-wrap: wrap;
}

#tb_news::after {
  content: "";
  display: block;
  clear: both;
}

#tb_news dt,
#tb_news dd {
  /*display: flex;
  flex-direction: column;
  justify-content: top;*/
  font-size: 14px;
  margin: 0 0 16px;
}

#tb_news dt {
  width: 86px;
  color: #fff;
  background: #000;
  padding: 8px;
  line-height: 1;
  margin-right: 16px;
}

#tb_news dd {
  width: calc(100% - 86px - 16px);
}

#tb_news dd a {
  text-decoration: underline;
  color: #1D447B;
}

#col_greeting_top {
  background: url(../img/bk_greeting.png) right 0 top 0 no-repeat;
  background-size: 50% auto;
}

@media screen and (max-width: 640px) {
  #col_greeting_top {
    background: url(../img/bk_greeting.png) right 0 top 64px no-repeat;
    background-size: 90% auto;
  }
}

#col_greeting_top .tit_l {
  float: none;
}

.box_txt {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  background: #fff;
  padding: 44px;
  max-width: 945px;
  width: 100%;
}

.box_txt p {
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
}

.tit_c {
  text-align: center;
}

.card01 {
  display: flex;
  flex-wrap: wrap;
}

.card01 li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 36px * 2) / 3);
  margin: 0 36px 72px 0;
}

.card01 li:nth-of-type(3n) {
  margin: 0 0 64px 0;
}

.card01 li p {
  flex-grow: 1;
}

.card01 li figure {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 22px;
}

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

@media screen and (max-width: 640px) {
  .card01 li {
    width: calc((100% - 36px * 1) / 2);
  }

  .card01 li:nth-of-type(3n) {
    margin: 0 36px 64px 0;
  }

  .card01 li:nth-of-type(2n) {
    margin: 0 0px 64px 0;
  }

  .card01 li figure {
    width: 120px;
    height: 120px;
  }
}

.card01 h3 {
  color: #1d447b;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px;
}

.card01 p {
  font-size: 14px;
}

#col_contact {
  background: #1d447b;
  padding: 80px 0;
  margin: 0;
}

div#col_contact .inner02 {
  flex-direction: column;
}

#col_contact h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 8px;
}

#col_contact p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#col_contact ul::after {
  content: "";
  display: block;
  clear: both;
}

#col_contact ul li {
  width: calc((100% - 24px) / 2);
  margin: 0 24px 0 0;

  float: left;
}

#col_contact ul li:nth-of-type(2n) {
  margin: 0;
}

@media screen and (max-width: 800px) {
  #col_contact ul li {
    width: 100%;
    margin: 0 0 16px;

    float: none;
  }

  #col_contact ul li:nth-of-type(2n) {
    margin: 0 0 0;
  }
}

#col_contact ul li a {
  display: block;
  background: #fff;
  padding: 24px;
}

#col_contact ul li a {
  font-size: 30px;
  color: #1d447b;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 420px) {
  #col_contact ul li a {
    font-size: 24px;
  }
}

#col_contact ul li a::after {
  content: "";
  display: block;
  width: 17px;
  height: 33px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 24px;
  background: url(../img/arrow_contact_b.png);
  background-size: cover;
}

#col_contact ul li a span {
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin: 0 0 16px;
}

#foot_l {
  width: 360px;
  float: left;
  margin: 0;
}

@media screen and (max-width: 805px) {
  #foot_l {
    float: none;
  }
}

#foot_l figure {
  width: 230px;
  margin: 0 0 16px;
}

#foot_l p {
  font-size: 14px;
  margin: 0;
}

/* #foot_l p span {
  font-size: 16px; 
} */

#foot_r {
  width: calc(100% - 360px);
  float: right;
  text-align: right;
  line-height: 1;
  padding-top: 80px;
  margin: 0;
}

@media screen and (max-width: 805px) {
  #foot_r {
    float: none;
    width: 100%;
    text-align: left;
    padding: 16px 16px 0;
  }
}

#foot_r ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 16px;
}

#foot_r ul li::after {
  content: "　|　";
}

#foot_r ul li:nth-last-of-type(1)::after {
  display: none;
}

#foot {
  padding: 24px 0;
  margin: 0;
}

#foot::after {
  content: "";
  display: block;
  clear: both;
}

#copy {
  font-size: 12px;
  margin: 0;
}

#col_tit {
  background: url(../img/bk_fv.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0;
}

#col_tit h1 {
  text-align: center;
}

#col_tit h1 span {
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #1d447b;
  padding: 8px 12px;
}

#breadcrumb {
  background: #edf2f9;
  margin: 0 0 80px;
  padding: 0.5em 0;
  font-size: 12px;
}

#breadcrumb li {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

#breadcrumb li::after {
  content: ">";
}

#breadcrumb li:nth-last-of-type(1)::after {
  display: none;
}

#col_greeting02 .box_r {
  font-size: 18px;
}

.box02 {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  padding: 56px;
  font-size: 22px;
  background: #fff;
}

@media screen and (max-width: 1151px) {
  .box02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .box02 {
    font-size: 16px;
    padding: 32px;
  }
}

@media screen and (max-width: 915px) {
  .box02 {
    font-size: 14px;
    padding: 28px;
  }
}

@media screen and (max-width: 640px) {
  .box02 {
    font-size: 18px;
    padding: 36px;
  }
}

.box02 span {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
}

.box02 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .box02 span::after {
    display: none;
  }
}

#col_philosophy ol {
  padding: 0 0 0 1.5em;
}

#col_philosophy ol li {
  list-style-type: decimal;
  font-size: 24px;
  margin: 0 0 40px;
}

@media screen and (max-width: 640px) {
  #col_philosophy ol li {
    font-size: 18px;
  }
}

.table01 {
  display: flex;
  flex-wrap: wrap;
}

.table01 dt,
.table01 dd {
  display: flex;
  flex-direction: column;
  justify-content: top;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px dashed #000;
}

.table01 dt:nth-last-of-type(1),
.table01 dd:nth-last-of-type(1) {
  border-bottom: 1px solid #000;
}

.table01 dt:nth-of-type(1),
.table01 dd:nth-of-type(1) {
  border-top: 1px solid #000;
}

.table01 dt {
  width: 200px;
}

.table01 dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 640px) {
  .table01,
  .table01 dt,
  .table01 dd {
    display: block;
  }
  .table01 dt {
    width: 100%;
    border: none;
    background: #1d447b;
    color: #fff;
    text-align: center;
    opacity: 0.75;
  }

  .table01 dd {
    width: 100%;
    border: none;
    margin: 0 0 16px;
  }
  .table01 dt:nth-of-type(1),
  .table01 dd:nth-of-type(1) {
    border: none;
  }
  .table01 dt:nth-last-of-type(1),
  .table01 dd:nth-last-of-type(1) {
    border: none;
  }
}

#col_access .box_r span {
  font-size: 28px;
  margin: 0 0 24px;
  display: block;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 32%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .gmap {
    padding-bottom: 64%;
  }
}
.col_card {
  display: flex;
  flex-wrap: wrap;
}

.card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 11%) / 2);
  margin: 0 11% 80px 0;
}

.card:nth-of-type(2n) {
  margin: 0 0 80px;
}

.card ul {
  flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .card {
    display: block;
    width: 100%;
    margin: 0 0 80px 0;
  }
}
.card figure {
  margin: 0 0 16px;
}

.card h3 {
  font-size: 24px;
  color: #1d447b;
  font-weight: bold;
}

.card p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
}

.card ul {
  padding: 0 24px 0 40px;
  border-right: 1px #000 dashed;
  border-left: 1px #000 dashed;
}

.card li {
  margin: 0;
  list-style-type: disc;
}

#col_flow p {
  text-align: center;
  font-size: 14px;
  margin: 0 0 130px;
}

.col_flowcard {
  display: flex;
  flex-wrap: wrap;
}

.flowcard {
  display: flex;
  flex-direction: column;
  width: calc((100% - 88px * 5) / 6);
  margin: 0 88px 0 0;
  position: relative;
}

.flowcard::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 10px;
}

.flowcard:nth-of-type(1)::after {
  right: -23px;
}

.flowcard:nth-of-type(2) {
  margin-right: 64px;
  width: 148px;
}

.flowcard:nth-of-type(2)::after {
  right: -12px;
}

.flowcard:nth-of-type(3)::after {
  right: -35px;
}

.flowcard:nth-of-type(4)::after {
  right: -12px;
}

.flowcard:nth-of-type(5)::after {
  right: -47px;
}

.flowcard:nth-of-type(6)::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .flowcard {
    width: calc((100% - 48px * 2) / 3) !important;
    margin: 0 48px 48px 0 !important;
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
    padding: 16px;
  }
  .flowcard::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -28px !important;
  }
  .flowcard:nth-of-type(3n) {
    margin: 0 0 48px !important;
  }

  .flowcard:nth-of-type(3n)::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .flowcard {
    width: calc((100% - 48px * 1) / 2) !important;
    margin: 0 48px 48px 0 !important;
  }
  .flowcard:nth-of-type(3n) {
    margin: 0 48px 48px 0 !important;
  }
  .flowcard:nth-of-type(2n) {
    margin: 0 0 48px 0 !important;
  }

  .flowcard:nth-of-type(3n)::after {
    display: block;
  }

  .flowcard:nth-of-type(2n)::after {
    display: none;
  }
}
#col_flow .flowcard p {
  text-align: left;
  font-size: 14px;
  padding: 0 0 0 16px;
  border-left: 1px dashed #000;
  margin: 0;
}

.flowcard:nth-of-type(6n) {
  margin: 0 0 80px;
}

.flowcard h3 {
  font-size: 24px;
  color: #1d447b;
  font-weight: bold;
}

.txt_arrow {
  text-align: center;
  background: url(../img/arrow.png) center center no-repeat;
  background-size: contain;
}

.txt_arrow span {
  display: inline-block;
  padding: 8px 24px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.no_recruit {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 256px;
}

.logo_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 64px;
}

.logo_box figure,
.logo_box p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo_box figure {
  width: 188px;
  margin-right: 64px;
}

.logo_box p {
  width: calc(100% - 188px - 64px);
}

@media screen and (max-width: 640px) {
  .logo_box figure,
  .logo_box p {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .logo_box figure {
    margin: 0 0 24px;
    max-width: 188px;
    margin-right: auto;
    margin-left: auto;
  }
}

.logo_b {
  margin: 0 0 80px;
}

#powered_by_me {
  display: none !important;
}

.col_2::after,
form::after {
  content: "";
  display: block;
  clear: both;
}

.col_2 label {
  width: 210px;
  float: left;
  font-size: 18px;
}

.col_2 input,
.col_2 .f_r,
input[type="submit"] {
  width: calc(100% - 210px);
  float: right;
  background: #eee;
  font-size: 18px;
  padding: 4px;
  margin: 0 0 16px;
}

@media screen and (max-width: 640px) {
  .col_2 label {
    width: 100%;
    float: none;
  }
  .col_2 input,
  .col_2 .f_r,
  input[type="submit"] {
    width: 100%;
    float: none;
  }
}

textarea {
  width: 100%;
}

input[type="submit"] {
  background: #00a99d;
  color: #fff;
  text-align: center;
}

.alert-danger {
  padding: 4px;
  color: red;
  display: block;
}

main.adox__lp .inner02 {
  flex-direction: column;
}

/*LPコーディング*/
.steripure{
    background-image: url(../img/lp-back.png);
    background-repeat: repeat;
}
.steripure .header{
    background-image: url(../img/lp-fv-back.png);
    background-size: cover;
    background-position: center center;
}
.steripure .header .inner{display: flex;flex-wrap: wrap;justify-content: space-between;}
.steripure .header .text{
    width: 44%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.steripure .header .text h2{
    margin-bottom: 20px;
    background: #1d447b;
    padding: 10px 0;
    font-size: 60px;
    width: 100%;
    letter-spacing: 0.1em;
    text-align: center;
}
.steripure .header .text p{
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 0;
}
.steripure .header .text p span{
    background: linear-gradient(transparent 40%, #ffff00 60%);
    padding: 0 0.1em 0.2em;
}
.steripure .header .photo{
    width: 50%;
}
.steripure .header .photo img{}

.steripure .steripure-01{}
.steripure .steripure-01 .worries-area{display: flex;flex-wrap: wrap;justify-content: space-between;}
.steripure .steripure-01 .worries-area .worries-box{
    width: 27%;
    text-align: center;
}
.steripure .steripure-01 .worries-area .worries-box figure{
    width: 70%;
    margin: 0 auto 30px;
}
.steripure .steripure-01 .worries-area .worries-box figure img{}
.steripure .steripure-01 .worries-area .worries-box h3{
    color: #1d447b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.steripure .steripure-01 .worries-area .worries-box p{
    font-size: 14px;
    text-align: left;
}

.steripure .steripure-02{}
.steripure .steripure-02 .reason-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.steripure .steripure-02 .reason-area .reason-box{
    position: relative;
    width: 80%;
    margin: 0 auto 50px;
}
.steripure .steripure-02 .reason-area .reason-box figure{
    width: 40%;
}
.steripure .steripure-02 .reason-area .reason-box figure img{}
.steripure .steripure-02 .reason-area .reason-box .text{
    width: 80%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    position: absolute;
    right: 0;
    top: 17%;
}
.steripure .steripure-02 .reason-area .reason-box .text h3{
    color: #1d447b;
    font-size: 28px;
    font-weight: bold;
}
.steripure .steripure-02 .reason-area .reason-box .text p{
    margin-bottom: 0;
}
.steripure .steripure-02 .reason-area .reason-box:nth-of-type(even){}
.steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure{margin-left: auto;}
.steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure img{}
.steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) .text{right: unset;left: 0;}


.steripure .steripure-03{}
.steripure .steripure-03 .feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.steripure .steripure-03 .feature .photo{
    width: 45%;
    text-align: right;
}
.steripure .steripure-03 .feature .photo img{
    width: 80%;
}
.steripure .steripure-03 .feature dl{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.steripure .steripure-03 .feature dl dt{
    width: 10%;
    text-align: center;
    background: #1d447b;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 7px 0;
}
.steripure .steripure-03 .feature dl dd{
    width: 87%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}
.steripure .steripure-03 .feature p{
    margin: 30px auto 0;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border: dashed 2px #999;
}
.steripure .steripure-03 .cation{
    margin-top: 100px;
    text-align: center;
}
.steripure .steripure-03 .cation h3{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    margin-bottom: 30px;
}
.steripure .steripure-03 .cation h4{
    color: #1d447b;
    font-size: 24px;
    font-weight: bold;
}
.steripure .steripure-03 .cation ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 50px auto 100px;
}
.steripure .steripure-03 .cation ul li{
    width: 14%;
    text-align: center;
    margin: 0 3%;
}
.steripure .steripure-03 .cation ul li img{width: 90%;margin-bottom: 10px;}
.steripure .steripure-03 .cation ul li p{
    font-size: 14px;
}
.steripure .steripure-03 .cation .cation-text{}
.steripure .steripure-03 .cation .cation-text p{
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    padding: 40px 60px;
    text-align: left;
}


.steripure .steripure-04{}
.steripure .steripure-04 h4{
  color: #1d447b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.steripure .steripure-04 .movie{
  width: 60%;
  margin: 30px auto 0;
  box-shadow: 0 0 10px 0 rgb(0,0,0,0.3);
  padding: 30px;
}
.steripure .steripure-04 .movie video{
  width: 100%;
}
.steripure .steripure-04 .slide-items{}
.steripure .steripure-04 .slide-items li{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.steripure .steripure-04 .slide-items li h3{
    text-align: center;
    margin-top: 20px;
    color: #1d447b;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.3em;
}
.steripure .steripure-04 .slide-items li p{
    text-align: center;
    margin-bottom: 20px;
}
.steripure .steripure-04 .slide-items li figure{}
.steripure .steripure-04 .slide-items li figure img{}

.steripure .steripure-05{
    padding-bottom: 200px;
}
.steripure .steripure-05 dl{
    width: 60%;
    margin: 0 auto;
}
.steripure .steripure-05 dl dt{
    background: #fff;
    padding: 10px 20px 10px 70px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.steripure .steripure-05 dl dd{
    padding: 10px 20px;
    background-color: #eee;
}
.steripure .steripure-05 dl dt:before{
  content: "Q";
  background-color: #1d447b;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.steripure .steripure-05 dl dt:after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 15px;
  height: 15px;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotateZ(45deg);
}
.steripure .steripure-05 dl dt.selected:after{transform: rotate(-135deg);top: 22px;}

@media screen and (max-width: 1200px) {
  .steripure{}
  .steripure .header{}
  .steripure .header .inner{
    padding: 0 5%;
}
  .steripure .header .text{}
  .steripure .header .text h2{
    font-size: 36px;
}
  .steripure .header .text p{
    font-size: 18px;
}
  .steripure .header .text p span{}
  .steripure .header .photo{
}
  .steripure .header .photo img{}

  .steripure .steripure-01{}
  .steripure .steripure-01 .worries-area{}
  .steripure .steripure-01 .worries-area .worries-box{}
  .steripure .steripure-01 .worries-area .worries-box figure{}
  .steripure .steripure-01 .worries-area .worries-box figure img{}
  .steripure .steripure-01 .worries-area .worries-box h3{}
  .steripure .steripure-01 .worries-area .worries-box p{}

  .steripure .steripure-02{}
  .steripure .steripure-02 .reason-area{}
  .steripure .steripure-02 .reason-area .reason-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
  .steripure .steripure-02 .reason-area .reason-box figure{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  .steripure .steripure-02 .reason-area .reason-box figure img{}
  .steripure .steripure-02 .reason-area .reason-box .text{
    width: 70%;
    position: relative;
    top: unset;
    right: unset;
    box-shadow: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  .steripure .steripure-02 .reason-area .reason-box .text h3{}
  .steripure .steripure-02 .reason-area .reason-box .text p{}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even){}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure{}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure img{}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) .text{}


  .steripure .steripure-03{}
  .steripure .steripure-03 .feature{}
  .steripure .steripure-03 .feature .photo{}
  .steripure .steripure-03 .feature .photo img{}
  .steripure .steripure-03 .feature dl{}
  .steripure .steripure-03 .feature dl dt{}
  .steripure .steripure-03 .feature dl dd{}
  .steripure .steripure-03 .feature p{}
  .steripure .steripure-03 .cation{}
  .steripure .steripure-03 .cation h3{}
  .steripure .steripure-03 .cation h4{}
  .steripure .steripure-03 .cation ul{}
  .steripure .steripure-03 .cation ul li{}
  .steripure .steripure-03 .cation ul li img{}
  .steripure .steripure-03 .cation ul li p{}
  .steripure .steripure-03 .cation .cation-text{}
  .steripure .steripure-03 .cation .cation-text p{}


  .steripure .steripure-04{}
  .steripure .steripure-04 h4{}
  .steripure .steripure-04 .movie{
    width: 80%;
}
  .steripure .steripure-04 .movie video{}

  .steripure .steripure-05{}
  .steripure .steripure-05 dl{
    width: 80%;
}
  .steripure .steripure-05 dl dt{}
  .steripure .steripure-05 dl dd{}
  .steripure .steripure-05 dl dt:before{}
  .steripure .steripure-05 dl dt:after{}
  .steripure .steripure-05 dl dt.selected:after{}
}

@media screen and (max-width: 640px) {
  .steripure{}
  .steripure .header{}
  .steripure .header .inner{
    padding: 10% 5% 5%;
}
  .steripure .header .text{
    width: 100%;
}
  .steripure .header .text h2{width: auto;padding: 10px;display: inline-block;margin: 0 auto 20px;}
  .steripure .header .text p{}
  .steripure .header .text p span{}
  .steripure .header .photo{
    width: 100%;
}
  .steripure .header .photo img{}

  .steripure .steripure-01{
    width: 90%;
    margin: 0 auto;
  }
  .steripure .steripure-01 .worries-area{}
  .steripure .steripure-01 .worries-area .worries-box{
    width: 90%;
    margin: 0 auto 30px;
}
  .steripure .steripure-01 .worries-area .worries-box figure{
    margin-bottom: 10px;
}
  .steripure .steripure-01 .worries-area .worries-box figure img{}
  .steripure .steripure-01 .worries-area .worries-box h3{
    margin-bottom: 10px;
}
  .steripure .steripure-01 .worries-area .worries-box p{}

  .steripure .steripure-02{
    width: 90%;
    margin: 0 auto;
  }
  .steripure .steripure-02 .reason-area{}
  .steripure .steripure-02 .reason-area .reason-box{
    width: 90%;
}
  .steripure .steripure-02 .reason-area .reason-box figure{
    width: 100%;
}
  .steripure .steripure-02 .reason-area .reason-box figure img{}
  .steripure .steripure-02 .reason-area .reason-box .text{
    width: 100%;
    padding: 5%;
}
  .steripure .steripure-02 .reason-area .reason-box .text h3{
    font-size: 22px;
}
  .steripure .steripure-02 .reason-area .reason-box .text p{
    font-size: 16px;
    line-height: 1.7em;
}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even){}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure{}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) figure img{}
  .steripure .steripure-02 .reason-area .reason-box:nth-of-type(even) .text{}


  .steripure .steripure-03{
    width: 90%;
    margin: 0 auto;
}
  .steripure .steripure-03 .feature{
    width: 90%;
    margin: 0 auto;
}
  .steripure .steripure-03 .feature .photo{
    width: 100%;
    text-align: center;
}
  .steripure .steripure-03 .feature .photo img{}
  .steripure .steripure-03 .feature dl{
    width: 100%;
}
  .steripure .steripure-03 .feature dl dt{}
  .steripure .steripure-03 .feature dl dd{
    font-size: 18px;
}
  .steripure .steripure-03 .feature p{
    font-size: 14px;
    padding: 15px;
}
  .steripure .steripure-03 .cation{}
  .steripure .steripure-03 .cation h3{}
  .steripure .steripure-03 .cation h4{}
  .steripure .steripure-03 .cation ul{
    width: 90%;
    margin: 30px auto 100px;
    justify-content: center;
}
  .steripure .steripure-03 .cation ul li{
    width: 31%;
    margin: 0 1%;
}
  .steripure .steripure-03 .cation ul li img{}
  .steripure .steripure-03 .cation ul li p{}
  .steripure .steripure-03 .cation .cation-text{}
  .steripure .steripure-03 .cation .cation-text p{
    padding: 7%;
    font-size: 14px;
}


  .steripure .steripure-04{
    width: 90%;
    margin: 0 auto;
}
  .steripure .steripure-04 h4{}
  .steripure .steripure-04 .movie{
    width: 100%;
    padding: 10px;
}
  .steripure .steripure-04 .movie video{}

  .steripure .steripure-05{
    width: 90%;
    margin: 0 auto;
}
  .steripure .steripure-05 dl{
    width: 100%;
}
  .steripure .steripure-05 dl dt{}
  .steripure .steripure-05 dl dd{}
  .steripure .steripure-05 dl dt:before{}
  .steripure .steripure-05 dl dt:after{}
  .steripure .steripure-05 dl dt.selected:after{}
}


.slick-initialized .slick-slide{
  margin: 20px 20px;
}
.steripure-04 .slick-next{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  top: 47%;
  right: 18%;
  background-image: url(../img/slick-arrow-r.png);
  z-index: 100;
  background-size: cover;
}
.steripure-04 .slick-prev{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  top: 47%;
  left: 18%;
  background-image: url(../img/slick-arrow-l.png);
  z-index: 100;
  background-size: cover;
}
.steripure-04 .slick-next:hover{
  background-image: url(../img/slick-arrow-r.png);
}
.steripure-04 .slick-prev:hover{
  background-image: url(../img/slick-arrow-l.png);
}
.steripure-04 .slick-next:before{
  content: "";
}
.steripure-04 .slick-prev:before{
  content: "";
}


.banner{
  width: 50%;
}
.banner img{
  width: 100%;
}
.banner img.pc{
  display: block;
}
.banner img.sp{
  display: none;
}
@media screen and (max-width: 640px) {
  .banner img.pc{
    display: none;
  }
  .banner img.sp{
    display: block;
  }
}

/*LP(Adox)コーディング*/
.tb_under {
  display: none;
}
.sp_only {
  display: none;
}
.adox__lp li,
.adox__lp p {
  margin: 0;
}
.adox__lp .adox .header {
  background-image: url(../img/lp2-fv-back.png);
}
.adox__lp .adox .header .inner {
  padding: 0;
  justify-content: center;
  padding: 4rem 1rem;
}
.adox__lp .adox .header .text h2 {
  font-size: 140px;
  background: none;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px #222;
  letter-spacing: 2px;
}
.adox__lp .adox .header .text h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}
.adox__lp .adox .header .text p {
  font-size: 27px;
  background-color: #134882;
  color: white;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
  display: inline-block;
  padding: 5px 0.5em;
  line-height: 1;
}
.adox__lp .adox .header .text p:last-child {
  margin-bottom: 0;
}
.adox__lp .tit_c span {
  display: inline-block;
  background: #1d447b;
  padding: 8px 25px;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 48px;
}
.adox__lp .adox__feature p {
  font-size: 1.333rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
.adox__lp .adox__feature p span {
  background: linear-gradient(transparent 40%, #ffff00 60%);
  padding: 0 0.1em 0.2em;
}
.adox__lp h3.sub__ttl {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 60px;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  line-height: 1.2;
}
.adox__lp .about__list {
  display: flex;
  gap: 2rem 2%;
  justify-content: space-between;
}
.adox__lp .about__item {
  width: 33.3333333333%;
  margin: 0 auto;
}
.adox__lp .structure__ttl {
  font-size: 1.6rem;
  text-align: center;
  color: #1D447B;
  border: 1px solid #1D447B;
  border-radius: 10px;
  margin: 0 auto 20px;
  width: 90%;
  font-weight: 500;
}
.adox__lp .structure__txt {
  font-size: 14px;
  text-align: center;
}
.adox__lp .structure__img {
  margin-top: 1.777rem;
}
.adox__lp p.flow__ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-top: calc(1em + 40px);
  margin-bottom: 0;
  color: #1d447b;
  font-weight: 500;
}
.adox__lp ul.structure__flow {
  text-align: center;
  margin-top: calc(3rem + 20px);
}
.adox__lp ul.structure__flow p {
  margin: 0;
}
.adox__lp ul.structure__flow li {
  position: relative;
  margin-bottom: 70px;
}
.adox__lp ul.structure__flow li + li:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid black;
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.adox__lp ul.structure__flow li:nth-child(2) {
  margin-bottom: 80px;
}
.adox__lp ul.structure__flow li:nth-child(2) p {
  font-size: 18px;
}
.adox__lp ul.structure__flow li:nth-child(2) p.note {
  font-size: 2.38rem;
  background: red;
  color: white;
  padding: 0 20px;
  display: inline-block;
}
.adox__lp ul.structure__flow li:nth-child(3) {
  margin-bottom: 0;
}
.adox__lp ul.structure__flow li:nth-child(3) p {
  font-size: 20px;
}
.adox__lp ul.structure__flow li:nth-child(3) p span {
  color: red;
}
.adox__lp .about__box {
  border: 1px solid black;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 160px;
}
.adox__lp .about__box p {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.adox__lp .about__box p span {
  color: red;
}
.adox__lp .adox .adox__execution .slide-items li {
  padding: 30px;
  padding-top: 0;
}
.adox__lp .adox .adox__execution .slide-items li h3 {
  margin-top: 0;
  font-size: 28px;
  line-height: 1;
  padding: 2.444rem 0;
}
.adox__lp .adox__execution .slick-prev {
  left: 22.5%;
  z-index: 10;
}
.adox__lp .adox__execution .slick-next {
  right: 22.5%;
  z-index: 10;
}
.adox__lp .movie__list {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 2rem 4%;
  margin-top: 75px;
  margin-bottom: 80px;
}
.adox__lp .adox .adox__execution .movie__item .movie {
  width: 100%;
  max-width: 480px;
  padding: 15px;
}
.adox__lp .adox .adox__execution .movie__item h4 {
  font-size: 28px;
}
.adox__lp .adox__example {
  text-align: center;
  margin-bottom: 120px;
}
.adox__lp .adox__example h3.sub__ttl {
  width: auto;
}
.adox__lp .adox__example p {
  font-size: 18px;
}
.adox__lp .adox__example a.example__link {
  border: 1px dashed black;
  line-height: 1;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
}
.adox__lp .example__list {
  display: flex;
  max-width: 715px;
  width: 100%;
  gap: 2rem 3%;
  margin: 0 auto 30px;
}
.adox__lp .example__item a {
  display: block;
  position: relative;
}
.adox__lp .example__item a:before {
  content: "詳しくは画像をクリック";
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 14px;
  padding: 8px 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1d447b;
}
.adox__lp .example__item p {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
}
.adox__lp .example__note {
  margin-top: 28px;
  max-width: 715px;
  width: 100%;
  margin: 0 auto 200px;
  background: red;
  color: white;
  padding: 25px;
  text-align: center;
}
.adox__lp .example__note p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.adox__lp .example__note a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  line-height: 1;
  background: white;
  color: black;
  display: inline-flex;
  margin-top: 20px;
  font-weight: 500;
}
.adox__lp .example__note a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}
.adox__lp .adox__future {
  padding: 0;
}
.adox__lp .adox__future P {
  background-image: url(../img/lp2-foot-img.png);
  font-size: 26px;
  text-align: center;
  padding: 115px 0 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.adox__lp .adox__future P strong {
  font-size: 30px;
  background: linear-gradient(transparent 40%, #f0ff54 60%);
  padding: 0 0.1em 0.2em;
}
.adox__lp #col_contact h2 {
  margin: 0 0 5px;
  line-height: 1;
  color: white;
}
.adox__lp #col_contact ul {
  margin-top: 40px;
}
.adox__lp #col_contact ul li:first-child a {
  color: white;
  /* font-size: 34px; */
  background: #00A498;
}
.adox__lp #col_contact ul li:first-child a::after {
  background: url(../img/arrow_contact_w.png);
  background-size: cover;
}
.adox__lp #foot_l {
  width: 385px;
}
.adox__lp #foot_r {
  width: calc(100% - 385px);
}
/* .adox__lp #foot_l p span {
  color: #1D447B;
  font-weight: 600;
} */
.adox__lp .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 11;
}
.adox__lp .bigimg {
  position: absolute;
  width: 50%;
  max-width: 800px;
  top: 250px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.adox__lp .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb_under {
    display: block;
  }
  .adox__lp .adox .header .text h2 {
    font-size: max(25vw, 32px);
  }
  .adox__lp .adox .header .text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .adox__lp .adox .header .text p {
    font-size: max(2.5vw, 1.2rem);
  }
  .adox__lp ul.structure__flow {
    margin-top: 0;
  }
  .adox__lp .slide-items {
    display: flex;
  }
  .adox__lp .adox .adox__execution .slide-items li h3,
.adox__lp .adox .adox__execution .movie__item h4 {
    font-size: max(2.5vw, 1.2rem);
  }
  .adox__lp #col_contact ul li:first-child a,
.adox__lp #col_contact ul li a {
    font-size: 26px;
  }
  .adox__lp .about__list {
    flex-wrap: wrap;
  }
  .adox__lp .about__item {
    width: 40%;
  }
  .adox__lp .about__item:nth-child(4) {
    margin-top: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .adox__lp .close-btn {
    top: calc(71px + 20px);
  }
}
@media screen and (max-width: 780px) {
  .tb_under {
    display: block;
  }
  .adox__lp #foot_l,
.adox__lp #foot_r {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
  .adox__lp .adox__feature p {
    font-size: 1.2rem;
    text-align: left;
    width: 90%;
    margin: 0 auto 6.5rem;
  }
  .adox__lp .adox__about.inner02 {
    width: 90%;
  }
  .adox__lp .about__list {
    flex-direction: column;
  }
  .adox__lp .about__item {
    width: 100%;
    max-width: 300px;
  }
  .adox__lp .about__item:nth-child(4) {
    margin-top: 0;
    width: 100%;
  }
  .adox__lp .about__box {
    margin-bottom: 100px;
  }
  .adox__lp .about__box p {
    font-size: 18px;
    text-align: left;
  }
  .adox__lp .adox .adox__execution .slide-items li {
    padding: 10px;
  }
  .adox__lp .adox .adox__execution .slide-items li h3 {
    padding: 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .adox__lp .adox .adox__execution {
    width: 100%;
  }
  .adox__lp .adox__execution .slick-prev {
    left: 10.5%;
  }
  .adox__lp .adox__execution .slick-next {
    right: 10.5%;
  }
  .adox__lp .movie__list {
    margin-top: 2rem;
    flex-direction: column;
    width: 90%;
  }
  .adox__lp .adox .adox__execution .movie {
    margin-top: 10px;
  }
  .adox__lp .adox__example {
    width: 90%;
    margin: 0 auto;
  }
  .adox__lp .adox__example p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .adox__lp .example__list {
    width: 90%;
    flex-direction: column;
  }
  .adox__lp .example__note {
    width: 90%;
    margin: 0 auto 100px;
  }
  .adox__lp .adox__example a.example__link {
    text-align: left;
  }
  .adox__lp .example__note a img {
    margin-left: 20%;
  }
  .adox__lp .example__note a {
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
  .adox__lp .example__note p {
    font-size: 20px;
    text-align: left;
  }
  .adox__lp .adox .adox__future {
    width: 100%;
  }
  .adox__lp .adox__future P {
    font-size: 22px;
    text-align: left;
    padding: 55px 5% 40px;
  }
  .adox__lp .adox__future P strong {
    font-size: 24px;
  }
  .adox__lp .bigimg {
    width: 90%;
  }


  .inner02{
    flex-direction: column;
  }
  .inner02 .banner {
    width: 80%;
    margin: 0 auto;
  }
}

/* nav-menu style調整 */
/*=====================
  header
=====================*/
#header {
  padding: 0 16px;
  height: 71px;
  margin: 0;
}
#header h1,
#header figure {
  width: 230px;
}
#header .inner{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
#header nav,#header nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header nav li {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  align-items: center;
  margin-left: 2em;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#header nav li a{
  display: block;
}
#header nav li ul.nav__child {
  position: absolute;
  display: none; 
  width: max-content;
  text-align: left;
  top: 71px;
  left: -15px;
  z-index: 2;
}
#header nav li ul.nav__child li {
  width: 100%;
  line-height: 1;
  margin: 0;
  font-size: 14px;
  display: block;
  height: auto;
}
#header nav li ul.nav__child li a {
  background-color: #eee;
  border: 1px solid #c6c6c7;
  border-top: unset;
  padding: 10px 15px;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  color: black;
  font-family: "游明朝", serif;
}
#header nav li ul.nav__child li a::before,
#header nav li ul.nav__child li a::after{
  content: '';
  position: absolute;
  top: 44%;
  left: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #587da5;
  border-right: 1px solid #587da5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header nav li ul.nav__child li a::after{
  left: 17px;
}
.nav_toggle {
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.5rem;
  right: 0;
  top: 25px;
  display: none;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
#header nav li:nth-last-of-type(1) {
  margin-right: 0;
}
#header nav li:nth-last-of-type(1) a {
  display: block;
  background: #1d447b;
  color: #fff;
  padding: 6px 1.5em;
}
@media screen and (max-width: 1000px) {
  #header {
    position: fixed;
    z-index: 50;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
  #header .inner {
    padding: 0;
  }
  main {
    padding-top: 71px;
  }
  #header nav {
    height: 100vh;
    width: 100%;
    position: absolute;
    justify-content: center;
    top: 71px;
    right: -120%;
    transition: .6s;
    
  }
  #header nav.active {
    position: fixed;
    right: 0;
  }
  #header nav ul{
    width: 100%;
    height: 100vh;
    display: block;
    background: white;
  }
  #header nav li{
  width: 100%;
  margin: 0;
  display: block;
  height: auto;
  }
  #header nav li:first-child a{
    border-top: 1px solid #c6c6c7;
  }
  #header nav li a {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #c6c6c7;
    border-top: unset;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #header nav li a::before,
  #header nav li.nav__parent::before,
  #header nav li:nth-last-of-type(1) a::before{
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #587da5;
    border-right: 1px solid #587da5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header nav li.nav__parent{
    position: relative;
    border: 1px solid #c6c6c7;
    border-top: unset;
    padding: 10px 15px;
  }
  #header nav li.nav__parent.open{
    padding-bottom: 0;
  }
  #header nav li.nav__parent::before{
    transform: rotate(135deg);
    top: 20px;
  }
  #header nav li.nav__parent.open::before{
    transform: rotate(-45deg);
  }
  #header nav li ul.nav__child {
    position: relative;
    width: calc(100% + 30px);
    top: 0;
    left: -15px;
    height: auto;
    margin-top: 10px;
  }
  #header nav li ul.nav__child li a{
    border: unset;
    border-top: 1px solid #c6c6c7;
    padding: 17px 15px;
    padding-left: 30px;
  }
  #header nav li:nth-last-of-type(1) a {
    padding: 10px 15px;
  }
  #header nav li:nth-last-of-type(1) a::before{
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
  .nav_toggle {
    display: block;
    z-index: 500;
  }
  .nav_toggle.active i:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
  }
  .nav_toggle.active i:nth-child(2) {
    display: none;
  }
  .nav_toggle.active i:nth-child(3) {
    transform: rotate(135deg);
    top: 12px;
  }
}