/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/archive.scss ***!
  \***********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/archive.scss (1) ***!
  \***************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap);
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/archive.scss (2) ***!
  \***************************************************************************************************************************/
@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-padding-top: 85px;
}
@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 60px;
  }
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /*word-break:break-all;*/
  color: #333;
  font-family: "Lato JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border-top: 1px solid #cccccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel] {
  margin: 0;
  padding: 1rem;
  background: #fff;
  border-width: 1px;
  border-radius: 1rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  -webkit-font-feature-settings: "palt";
  box-sizing: border-box;
  font-feature-settings: "palt";
}

#wpadminbar ul:after {
  clear: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 599px) {
  .main {
    padding: 11rem 0 3rem;
  }
}
.main__image {
  margin-bottom: 5rem;
}
.main__image img {
  width: 100%;
}
.main--single {
  font-size: 1.8rem;
  padding: 15rem 0 10rem;
}

.inner {
  margin: 0 auto;
  width: min(95%, 850px);
}

.archive__wrap {
  padding-top: 10rem;
}
.archive__title {
  font-size: 3rem;
  text-align: center;
}

.footer {
  margin-top: auto;
}

.has__bg {
  background: rgba(204, 204, 204, 0.3);
}

.wpcf7-form .label {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wpcf7-form .label span {
  color: #f00;
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.wpcf7-form .name,
.wpcf7-form .mail,
.wpcf7-form .tel,
.wpcf7-form .company,
.wpcf7-form .type {
  margin-bottom: 2rem;
  width: 100%;
}
.wpcf7-form .type {
  font-size: 1.8rem;
}
.wpcf7-form .type .wpcf7-list-item.first {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .wpcf7-form .type .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
.wpcf7-form .type .wpcf7-list-item input {
  margin: 0;
}
.wpcf7-form .type .wpcf7-list-item input[type=radio] {
  margin-right: 0.5rem;
}
.wpcf7-form .type span {
  display: inline-block;
  vertical-align: middle;
}
.wpcf7-form .message {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 4rem;
}
.wpcf7-form .submit {
  background: linear-gradient(to right, rgb(5, 14, 142), rgb(15, 74, 255));
  border: 0;
  border-radius: 4rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: auto;
  padding: 1rem 4rem;
}

.breadcrumbs {
  padding-top: 10rem;
}
.breadcrumbs__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 120rem;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__inner {
    margin: 0 auto;
    width: 95%;
  }
}

.header {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 120rem;
  align-items: center;
  display: flex;
  gap: 5rem;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .header__inner {
    display: block;
    position: relative;
  }
}
.header__title {
  font-size: 0;
  width: 18rem;
}
@media screen and (max-width: 599px) {
  .header__title {
    margin: 0 auto;
    text-align: center;
    width: 30%;
  }
}
.header__title img {
  height: auto;
}
.header__nav {
  margin: 1rem 0 0 auto;
}
@media screen and (max-width: 599px) {
  .header__nav {
    background: #fff;
    margin-top: 0;
    padding-top: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
    width: 70%;
  }
  .is-open .header__nav {
    transform: translateX(0);
  }
}
.header__list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 599px) {
  .header__list {
    flex-direction: column;
    padding-left: 2rem;
  }
}
.header__list li {
  position: relative;
}
.header__list li:hover a::after {
  background: linear-gradient(to right, rgb(5, 14, 142), rgb(15, 74, 255));
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header__list li:hover a::after {
    display: none;
  }
}
.header__list a {
  color: #333;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  padding-bottom: 1rem;
  text-decoration: none;
}
.header__list a :active {
  color: #191919;
}
.header__snsWrap img {
  height: auto;
  width: 1.5rem;
}
@media screen and (max-width: 599px) {
  .header__snsWrap {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .header__humBtn {
    background: url(../76529b74133db71f89cb.svg);
    content: "";
    cursor: pointer;
    height: 4rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 4rem;
  }
  .is-open .header__humBtn {
    background: url(../c6c4e5361f559bbea824.svg);
  }
}

.footer {
  background: #333;
  color: #fff;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.8rem;
  padding: 2rem 0;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.footer__list {
  margin-bottom: 2rem;
  text-align: center;
}
.footer__list li {
  line-height: 0.8;
  padding-right: 1rem;
}
.footer__list li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer__list a {
  color: #fff;
  font-size: 1.5rem;
}
.footer__list a:hover {
  text-decoration: none;
}
.footer__copy {
  text-align: center;
}
