/* --------------
  Reset css
  -------------- */
/* ress.css MIT License */
html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

/* --------------
  Base
  -------------- */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}
header, footer, nav, section, article, aside, figure, picture {
  display: block;
}
ul, ol {
  padding: 0;
  list-style: none;
}
em {
  font-weight: bold;
  font-style: normal;
}
b {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
button,
[type=button],
[role=button] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
sup,
sub {
  font-size: 80%;
  position: relative;
}
sup {
  top: -.5em;
}
sub {
  bottom: 0;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

/* --------------
  Page
  -------------- */
#js-sNormal,
.is-error {
  display: none;
}

/* header */
.page-header {
  padding: 20px 15px;
  background-color: #E5E5E5;
}
.page-inner {
  margin: 0 auto;
  max-width: 800px;
}
.hdglv1 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #555;
}
.hdglv1 .group {
  margin-bottom: 10px;
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .hdglv1 {
    font-size: 22px;
  }
  .hdglv1 .group {
    font-size: 16px;
  }
}

/* main */
.page-main {
  padding: 40px 15px 100px;
  background-color: #fff;
}
.lead {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-main {
    padding: 26px 15px 50px;
  }
}

.page-links {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
/* .page-link {} */
.page-link-inner {
  padding: 5px 30px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  border: 1px solid #EFEFEF;
  border-radius: 100px;
  background-color: #EFEFEF;
  position: relative;
  transition: .3s ease;
}
.page-link-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.811" height="7.406" viewBox="0 0 10.811 7.406"><g transform="translate(918.127 -293.095) rotate(90)"><path d="M0,8,5,4,0,0" transform="translate(294.5 908.721)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.page-link-inner:hover {
  color: #EFEFEF;
  background-color: #000;
}
.page-link-inner:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.811" height="7.406" viewBox="0 0 10.811 7.406"><g transform="translate(918.127 -293.095) rotate(90)"><path d="M0,8,5,4,0,0" transform="translate(294.5 908.721)" fill="none" stroke="%23EFEFEF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
}
@media screen and (max-width: 750px) {
  .page-links {
    margin: 25px 0 0;
    flex-direction: column;
  }
  .page-link-inner {
    padding: 5px 30px 7px;
    min-width: 90%;
    min-height: 46px;
    font-size: 16px;
  }
}

.sec {
  margin: 60px 0 0;
}
.sec + .sec {
  margin-top: 150px;
}
/* .sec-nest {} */
.hdglv2 {
  padding: 5px 30px 7px;
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #555;
}
.hdglv3 {
  padding: 5px 30px 7px;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  background-color: #EFEFEF;
}
@media screen and (max-width: 750px) {
  .sec {
    margin: 30px 0 0;
  }
  .sec + .sec {
    margin-top: 70px;
  }
  .hdglv2 {
    padding: 5px 20px;
    min-height: 46px;
    font-size: 20px;
  }
  .hdglv3 {
    padding: 5px 20px;
  }
}

.order-links {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
}
.order-links + .order-links {
  border-top: 1px dotted #aaa;
}
/* .order-link {} */
.order-link-inner {
  text-decoration: underline;
}
.order-link-inner:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .order-links {
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    gap: 15px 20px;
  }
  .order-link {
    width: calc((100% - 20px * 4) / 5);
    font-size: 16px;
    text-align: center;
  }
}

/* .company-links {} */
/* .company-link {} */
.company-link + .company-link {
  border-top: 1px dotted #aaa;
}
.company-link-inner {
  padding: 13px 60px 13px 30px;
  display: block;
  position: relative;
}
.company-link-inner:hover {
  text-decoration: underline;
}
.company-link-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><g id="_" data-name="→" transform="translate(-471 -375)"><circle cx="9" cy="9" r="9" transform="translate(471 375)" fill="%23555"/><g transform="translate(184.5 -527.721)"><path d="M0,6,3,3,0,0" transform="translate(294.5 908.721)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6"/></g></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .company-link-inner {
    padding: 15px 40px 15px 10px;
  }
  .company-link-inner::after {
    right: 15px;
  }
}

.btn-link {
  margin: 70px auto 0;
  padding: 5px 30px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 340px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  border: 1px solid #555;
  border-radius: 100px;
  background-color: #555;
  position: relative;
  transition: .3s ease;
}
.btn-link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.406" height="10.811" viewBox="0 0 7.406 10.811"><g transform="translate(-293.095 -907.316)"><path d="M0,8,5,4,0,0" transform="translate(294.5 908.721)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.btn-link:hover {
  color: #555;
  background-color: #fff;
}
.btn-link:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.406" height="10.811" viewBox="0 0 7.406 10.811"><g transform="translate(-293.095 -907.316)"><path d="M0,8,5,4,0,0" transform="translate(294.5 908.721)" fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
}
@media screen and (max-width: 750px) {
  .btn-link {
    margin: 50px auto 0;
    padding: 5px 30px;
    min-width: 90%;
    font-size: 16px;
  }
}

/* --------------
  Maintenance
  -------------- */
.page-wrapper {
  position: relative;
}
.page-wrapper.is-maintenance {
  overflow-y: hidden;
}
.block-maintenance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, .9);
}

/* --------------
  Error
  -------------- */
.is-error .box-error {
  margin: 40px auto;
  padding: 20px;
  max-width: 1200px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.is-error .txt-error {
  font-size: 18px;
}
.is-error .txt-error a {
  text-decoration: underline;
  color: #444;
}
.is-error .txt-error a:hover {
  text-decoration: none;
}
.is-error .error-link {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 60px;
  margin: 20px auto 0;
  background: #ff0000;
  color: #FFF;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s ease;
}
.is-error .error-link:before, .is-error .error-link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.is-error .error-link:before {
  width: 21px;
  height: 21px;
  background: #FFF;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.is-error .error-link:after {
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  width: 6px;
  height: 6px;
  right: 23px;
}
.is-error .error-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .is-error .box-error {
    margin: 60px 20px;
  }
  .is-error .txt-error {
    font-size: 16px;
  }
  .is-error .error-link {
    height: 60px;
    font-size: min(14px, 3.7333333333vw);
  }
  .is-error .error-link:before {
    right: 10px;
  }
  .is-error .error-link:after {
    right: 18px;
  }
}