@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html {
  background: #fff;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
     -moz-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
select,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #353535;
  font-family: 'Manrope', '游ゴシック体 Pr6N M', 'Yu Gothic Pr6N M', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1100px;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
}

ul li,
ol li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e7e5e2;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button,
textarea {
  vertical-align: top;
  *font-size: 100%;
  -webkit-appearance: none;
  outline: none;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="Email"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
button:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

input[type="file"],
select {
  *font-size: 100%;
}

::-webkit-input-placeholder {
  color: #b0b0b0;
}

::-moz-placeholder {
  color: #b0b0b0;
}

:-ms-input-placeholder {
  color: #b0b0b0;
}

::placeholder {
  color: #b0b0b0;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #2192d9;
}
a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.search_form {
  display: block;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  background: #f3f3f3;
  border-radius: 30px;
  padding: 14px 14px 14px 24px;
}
.search_form input[type="search"] {
  width: 500px;
  border: none;
  background: transparent !important;
  line-height: 30px;
}
.search_form input[type="search"]::-webkit-input-placeholder {
  font-size: 14px;
}
.search_form input[type="search"]::-moz-placeholder {
  font-size: 14px;
}
.search_form input[type="search"]:-ms-input-placeholder {
  font-size: 14px;
}
.search_form input[type="search"]::placeholder {
  font-size: 14px;
}
.search_form button {
  background: #353535;
  color: #fff;
  border: none;
  width: 90px;
  height: 30px;
  float: right;
  border-radius: 15px;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}
.search_form button::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 100%;
  background: url("../img/ico_search_wh.svg") no-repeat left center/contain;
  margin-right: 4px;
  margin-left: -3px;
}
.search_form button:hover {
  background: #000;
}

@media screen and (max-width: 480px) {
  .search_form {
    height: 50px;
    border-radius: 25px;
    padding: 9px 9px 9px 22px;
  }
  .search_form input[type="search"] {
    width: calc( 100% - 104px );
  }

  .nav_all .search_form {
    background: #fff;
  }
}
header .mm p,
header .sns p,
footer .mm p,
footer .sns p {
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
header .mm,
footer .mm {
  width: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 0;
}
header .mm p::before,
footer .mm p::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 1em;
  background: url("../img/ico_mail.svg") no-repeat left center/22px 14px;
  margin-right: 8px;
}
header .mm .mm_form,
footer .mm .mm_form {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 15px;
}
header .mm input[type="text"],
footer .mm input[type="text"] {
  border: none;
  margin: 9px 0;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
header .mm input[type="text"].mail,
footer .mm input[type="text"].mail {
  width: 220px;
  height: 30px;
}
header .mm input[type="text"].name,
footer .mm input[type="text"].name {
  width: 162px;
  border-left: 1px solid #e7e5e2;
  padding-left: 20px;
}
header .mm button,
footer .mm button {
  background: #d70c19;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0 4px 4px 0;
  width: 90px;
  height: 48px;
  line-height: 48px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  float: right;
  cursor: pointer;
}
header .mm button:hover,
footer .mm button:hover {
  background: #9a0912;
}
header .sns,
footer .sns {
  width: 470px;
  box-sizing: border-box;
  padding-left: 45px;
}
header .sns ul,
footer .sns ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .sns a,
footer .sns a {
  display: block;
  color: #353535;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  font-size: 1.1rem;
}
header .sns a::before,
footer .sns a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 60px;
  background-position: left top;
  margin-right: 5px;
}
header .sns a.fb::before,
footer .sns a.fb::before {
  background-image: url("../img/ico_fb.svg");
}
header .sns a.x::before,
footer .sns a.x::before {
  background-image: url("../img/ico_x.svg");
}
header .sns a.in::before,
footer .sns a.in::before {
  background-image: url("../img/ico_in.svg");
}
header .sns a.li::before,
footer .sns a.li::before {
  background-image: url("../img/ico_li.svg");
}
header .sns a.yt::before,
footer .sns a.yt::before {
  width: 22px;
  background-image: url("../img/ico_yt.svg");
  background-size: 22px 60px;
}
header .sns a:hover,
footer .sns a:hover {
  color: #d70c19;
}
header .sns a:hover::before,
footer .sns a:hover::before {
  background-position: left bottom;
}
header address,
footer address {
  margin: 60px auto 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: 360px;
  padding-top: 75px;
  border-top: 1px solid #d5d5d5;
}
header address .logo,
footer address .logo {
  position: absolute;
  width: 285px;
  top: 60px;
  left: 0;
}
header address .name,
footer address .name {
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
header address .address,
footer address .address {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.75;
}
header address .contact,
footer address .contact {
  margin-bottom: 20px;
}
header address .contact li,
footer address .contact li {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.29;
  margin-right: 20px;
  white-space: nowrap;
}
header address .contact .label,
footer address .contact .label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-right: 10px;
  border-radius: 4px;
  background: #bcbab5;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
  min-width: 42px;
}
header address .contact a,
footer address .contact a {
  color: #353535;
}
header address .btn,
footer address .btn {
  display: inline-block;
  vertical-align: top;
  width: 216px;
  height: 40px;
  border-radius: 20px;
  text-decoration: none;
  background: #fff;
  color: #353535;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 1.4rem;
  text-align: center;
}
header address .btn::before,
footer address .btn::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 8px;
}
header address .btn:hover,
footer address .btn:hover {
  background: #d70c19;
  color: #fff;
}
header address .btn:hover::before,
footer address .btn:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
header address .btn + .btn,
footer address .btn + .btn {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  header .mm p,
  header .sns p,
  footer .mm p,
  footer .sns p {
    font-size: 1.4rem;
  }
  header .mm p .pc,
  header .sns p .pc,
  footer .mm p .pc,
  footer .sns p .pc {
    display: none;
  }
  header .mm,
  footer .mm {
    width: auto;
  }
  header .mm .mm_form,
  footer .mm .mm_form {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-left: 0;
  }
  header .mm input[type="text"],
  footer .mm input[type="text"] {
    margin: 0;
    height: 45px;
    line-height: 43px;
  }
  header .mm input[type="text"].mail,
  footer .mm input[type="text"].mail {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 0 12px;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 4px;
  }
  header .mm input[type="text"].name,
  footer .mm input[type="text"].name {
    width: calc( 100% - 90px );
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 12px;
    height: 45px;
    border-radius: 5px 0 0 5px;
  }
  header .mm button,
  footer .mm button {
    border-radius: 0 5px 5px 0;
    width: 90px;
    height: 45px;
    line-height: 43px;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  header .sns,
  footer .sns {
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
    width: 100%;
    padding-left: 0;
  }
  header .sns ul,
  footer .sns ul {
    margin-top: 0;
    gap: 12px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .sns a,
  footer .sns a {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 20px 60px;
    background-position: left top;
  }
  header .sns a::before,
  footer .sns a::before {
    display: none;
  }
  header .sns a.fb,
  footer .sns a.fb {
    background-image: url("../img/ico_fb.svg");
  }
  header .sns a.x,
  footer .sns a.x {
    background-image: url("../img/ico_x.svg");
  }
  header .sns a.in,
  footer .sns a.in {
    background-image: url("../img/ico_in.svg");
  }
  header .sns a.li,
  footer .sns a.li {
    background-image: url("../img/ico_li.svg");
  }
  header .sns a.yt,
  footer .sns a.yt {
    width: 22px;
    background-image: url("../img/ico_yt.svg");
    background-size: 22px 60px;
  }
  header address,
  footer address {
    margin: 30px auto 0;
    padding-left: 0;
    padding-top: 28px;
  }
  header address .logo,
  footer address .logo {
    position: relative;
    width: 243px;
    top: 0;
  }
  header address .name,
  footer address .name {
    margin-top: 26px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  header address .address,
  footer address .address {
    margin-top: 2px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  header address .contact,
  footer address .contact {
    margin-bottom: 14px;
    margin-right: -5.5%;
    padding-top: 10px;
  }
  header address .contact li,
  footer address .contact li {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin-right: 20px;
  }
  header address .contact .label,
  footer address .contact .label {
    margin-right: 8px;
  }
  header address .btn,
  footer address .btn {
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  header address .btn::before,
  footer address .btn::before {
    margin-right: 6px;
  }
  header address .btn:nth-of-type(1),
  footer address .btn:nth-of-type(1) {
    width: 42.4%;
    max-width: 142px;
  }
  header address .btn:nth-of-type(2),
  footer address .btn:nth-of-type(2) {
    width: 54.9%;
    max-width: 184px;
  }
  header address .btn + .btn,
  footer address .btn + .btn {
    margin-left: 1.8%;
  }
}
header {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 100%;
  min-width: 1100px;
}
header a {
  color: #353535;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  header {
    min-width: 0;
    z-index: 15;
  }
  header nav > .all {
    display: none;
  }
  header.fix {
    position: fixed;
  }
}
.glo_nav1 {
  position: relative;
  z-index: 17;
  padding: 0 3%;
  letter-spacing: -.4em;
  text-align: right;
  height: 100px;
  background: #fff;
}
.glo_nav1 .logo {
  width: 285px;
  position: absolute;
  left: 3%;
  top: 17px;
  letter-spacing: 0.04em;
}
.glo_nav1 .logo a {
  display: block;
  width: 100%;
}
.glo_nav1 .logo.anniv {
  width: 365px;
  top: 24px;
}
.glo_nav1 .logo.anniv img {
  width: 248px;
  height: auto;
  margin-right: auto;
}
.glo_nav1 .logo.anniv a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.glo_nav1 .logo.anniv a::after {
  content: '';
  width: 97px;
  height: 54px;
  background: url("../img/logo_45th.png") no-repeat left center/97px;
}
.glo_nav1 ul, .glo_nav1 li, .glo_nav1 a, .glo_nav1 .search_form {
  display: inline-block;
  vertical-align: top;
}
.glo_nav1 a {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  overflow: hidden;
}
.glo_nav1 .sub > li {
  height: 100px;
  padding-top: 33px;
  box-sizing: border-box;
}
.glo_nav1 .sub > li > a {
  height: 34px;
  line-height: 35px;
  padding: 0 8px 0 6px;
  border-radius: 4px;
}
.glo_nav1 .sub > li > a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 4px;
}
.glo_nav1 .sub > li > a.shop::before {
  width: 16px;
  height: 16px;
  background: url("../img/ico_cart.svg") no-repeat left top/16px 48px;
  margin-top: 9px;
  margin-right: 7px;
}
.glo_nav1 .sub > li > a:hover {
  color: #fff;
  background: #d70c19;
}
.glo_nav1 .sub > li > a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
.glo_nav1 .sub > li > a:hover.shop::before {
  background: url("../img/ico_cart.svg") no-repeat left bottom/16px 48px;
}
.glo_nav1 .sub > li + li {
  margin-left: 12px;
}
.glo_nav1 .sub > li.contact > a::before {
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.glo_nav1 .lang {
  margin-top: 40px;
  margin-left: 18px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  overflow: hidden;
  letter-spacing: 0;
  position: relative;
}
.glo_nav1 .lang:hover {
  color: #fff;
  background: #d70c19;
  border: 1px solid #d70c19;
}
.glo_nav1 .search_form {
  margin-top: 28px;
  margin-left: 30px;
  width: 275px;
  height: 44px;
  border-radius: 22px;
  padding: 6px 6px 6px 22px;
  text-align: left;
}
.glo_nav1 .search_form input[type="search"] {
  width: 160px;
}
.glo_nav1 .search_form button {
  width: 80px;
}
.glo_nav1 .hover {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50%;
  width: 1040px;
  margin-left: -520px;
  background: #f2efec;
}
.glo_nav1 .hover .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0 50px;
}
.glo_nav1 .hover .close {
  display: block;
  text-decoration: none;
  text-align: center;
  height: 60px;
  background: #878580;
  color: #fff;
  line-height: 60px;
  font-size: 1.4rem;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
}
.glo_nav1 .hover .close::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 100%;
  background: url("../img/ico_close_wh.svg") no-repeat center center/8px 8px;
  margin-right: 10px;
}
.glo_nav1 .hover .close:hover {
  background: #676560;
}
.glo_nav1 .layer {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
}

body:not(.nav_open) .glo_nav1 .sub > li.contact > a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
  .glo_nav1 .search_form {
    width: 185px;
  }
  .glo_nav1 .search_form input[type="search"] {
    width: 120px;
  }
  .glo_nav1 .search_form button {
    width: 30px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
  }
  .glo_nav1 .search_form button::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    background: url("../img/ico_search_wh.svg") no-repeat center center/15px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .glo_nav1 {
    padding: 0 5%;
    text-align: left;
    height: 70px;
  }
  .glo_nav1::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 70px;
    margin-left: -1px;
  }
  .glo_nav1 .logo {
    display: inline-block;
    vertical-align: middle;
    width: 64.2%;
    max-width: 215px;
    position: relative;
    left: 0;
    top: 0;
  }
  .glo_nav1 .logo.anniv {
    width: 71.9%;
    top: 0;
    max-width: 243px;
  }
  .glo_nav1 .logo.anniv img {
    width: 67.9%;
  }
  .glo_nav1 .logo.anniv a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .glo_nav1 .logo.anniv a::after {
    width: 27.16%;
    height: 9.6vw;
    max-height: 36px;
    background: url("../img/logo_45th.png") no-repeat left top/contain;
    margin-top: -1px;
  }
  .glo_nav1 a {
    letter-spacing: 0.04em;
    font-size: 1.2rem;
    overflow: hidden;
  }
  .glo_nav1 .sub,
  .glo_nav1 .search_form {
    display: none;
  }
  .glo_nav1 .lang {
    position: absolute;
    top: 24px;
    right: 5%;
    margin-top: 0;
    margin-left: 0;
  }
}
.glo_nav2 {
  background: #f2efec;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 15;
  *zoom: 1;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(53, 53, 53, 0.1);
}
.glo_nav2:before, .glo_nav2:after {
  content: '';
  display: table;
}
.glo_nav2:after {
  clear: both;
}
.glo_nav2 > .top {
  opacity: 0;
  float: left;
  margin-left: -1px;
  display: block;
  text-align: center;
  width: 1px;
  min-width: 0;
  padding-top: 15px;
  position: relative;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: opacity .25s, -webkit-transform .25s;
          transition: opacity .25s, transform .25s;
}
.glo_nav2 > ul {
  width: 80%;
  display: table;
  float: left;
}
.glo_nav2 > ul > li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 20%;
  padding: 10px 10px 10px 11px;
}
.glo_nav2 > ul > li > a:not(.layer) {
  display: block;
  text-align: center;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  border-radius: 5px;
  position: relative;
}
.glo_nav2 > ul > li > a:not(.layer)::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 8px;
}
.glo_nav2 > ul > li > a:not(.layer):hover {
  background: #87857f;
  color: #fff;
}
.glo_nav2 > ul > li > a:not(.layer):hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
.glo_nav2 > ul > li.about > a:not(.layer)::before, .glo_nav2 > ul > li.activity > a:not(.layer)::before, .glo_nav2 > ul > li.blog > a:not(.layer)::before, .glo_nav2 > ul > li.support > a:not(.layer)::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.glo_nav2 > ul > li + li > a:not(.layer)::after {
  content: '';
  display: block;
  background: #dedad5;
  width: 1px;
  height: 20px;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -10px;
}
.glo_nav2 .hover {
  display: none;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  width: 1040px;
  margin-left: -520px;
  background: #fff;
}
.glo_nav2 .hover .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 45px 0 60px;
}
.glo_nav2 .hover .about,
.glo_nav2 .hover .activity,
.glo_nav2 .hover .blog,
.glo_nav2 .hover .support {
  padding: 0 50px;
}
.glo_nav2 .hover .close {
  display: block;
  text-decoration: none;
  text-align: center;
  height: 60px;
  background: #878580;
  color: #fff;
  line-height: 60px;
  font-size: 1.4rem;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
}
.glo_nav2 .hover .close::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 100%;
  background: url("../img/ico_close_wh.svg") no-repeat center center/8px 8px;
  margin-right: 10px;
}
.glo_nav2 .hover .close:hover {
  background: #676560;
}
.glo_nav2 .layer {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
}
.glo_nav2 .donate {
  display: block;
  text-align: center;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  width: 20%;
  height: 60px;
  background: #d70c19;
  color: #fff;
  float: right;
  line-height: 60px;
  font-size: 1.7rem;
}
.glo_nav2 .donate::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 100%;
  background: url("../img/ico_aar_wh.svg") no-repeat left center/contain;
  margin-right: 5px;
}
.glo_nav2 .donate:hover {
  background: #9a0912;
}
.glo_nav2 .all {
  display: none;
}

@media screen and (max-width: 1300px) {
  .glo_nav2 > ul > li {
    width: auto;
  }
}
@media screen and (min-width: 481px) {
  header.fix .glo_nav1 .layer {
    top: 0;
    height: 100vh;
  }

  header.fix .glo_nav2 {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1100px;
  }
  header.fix .glo_nav2 > .top {
    margin-left: 0;
    width: 6%;
    min-width: 55px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header.fix .glo_nav2 > .top img {
    width: 34px;
    height: 30px;
  }
  header.fix .glo_nav2 > ul {
    width: 76%;
  }
  header.fix .glo_nav2 > ul > li:first-child > a:not(.layer)::after {
    content: '';
    display: block;
    background: #dedad5;
    width: 1px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -10px;
  }
  header.fix .glo_nav2 .donate {
    width: 18%;
  }
  header.fix .glo_nav2 .hover {
    max-height: calc( 100vh - 60px );
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) {
  .glo_nav2 {
    background: transparent;
    height: 50px;
    padding-left: 0;
    position: relative;
    box-shadow: none;
  }
  .glo_nav2 > .top {
    display: none;
  }
  .glo_nav2 > ul {
    display: none;
  }
  .glo_nav2 .donate {
    width: calc( 95% - 125px );
    height: 50px;
    float: left;
    line-height: 50px;
  }
  .glo_nav2 .all {
    display: block;
    float: right;
    width: calc( 5% + 125px );
    height: 50px;
    padding: 0 5vw;
    line-height: 1.29;
    border-radius: 0;
    background: #022184;
    color: #fff;
    box-sizing: border-box;
    font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
    font-weight: 700;
  }
  .glo_nav2 .all .txt {
    display: none;
  }
  .glo_nav2 .all .sub {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 28px;
    border-radius: 2px;
    position: absolute;
    top: 11px;
    right: calc( 5vw + 45px );
    background: #fff;
    color: #022184;
    text-align: center;
    font-size: 1.7rem;
    line-height: 28px;
  }
  .glo_nav2 .all .sub::before {
    content: 'もくじ';
  }
  .glo_nav2 .all .line {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: white;
    right: 5vw;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: background .5s;
            transition: background .5s;
  }
  .glo_nav2 .all .line::before, .glo_nav2 .all .line::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .glo_nav2 .all .line::before {
    top: -10px;
    -webkit-transition: -webkit-transform .5s, top .5s;
            transition: transform .5s, top .5s;
  }
  .glo_nav2 .all .line::after {
    bottom: -10px;
    -webkit-transition: -webkit-transform .5s, bottom .5s;
            transition: transform .5s, bottom .5s;
  }

  header.fix .glo_nav2 {
    position: relative;
  }
}
.nav_all .contact_all ul,
.hover .contact_all ul {
  letter-spacing: -.4em;
}
.nav_all .contact_all ul li,
.hover .contact_all ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
}
.nav_all .contact_all ul li.recruit,
.hover .contact_all ul li.recruit {
  display: none;
}
.nav_all .contact_all ul li:not(.recruit) + li,
.hover .contact_all ul li:not(.recruit) + li {
  margin-left: 10px;
  padding-left: 11px;
  position: relative;
}
.nav_all .contact_all ul li:not(.recruit) + li::before,
.hover .contact_all ul li:not(.recruit) + li::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #e7e5e2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.nav_all .contact_all a,
.hover .contact_all a {
  display: block;
  border-radius: 5px;
  padding: 0 24px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
}
.nav_all .contact_all a::before,
.hover .contact_all a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 8px;
}
.nav_all .contact_all a:hover,
.hover .contact_all a:hover {
  background: #fdf4f4;
}
.nav_all .contact_all a:hover::before,
.hover .contact_all a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}
.nav_all .for,
.hover .for {
  background: #dbf3ff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.nav_all .for a,
.hover .for a {
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 34px 0;
  height: 100%;
}
.nav_all .for a:hover,
.hover .for a:hover {
  background: #fdf4f4;
}
.nav_all .for .ttl,
.hover .for .ttl {
  color: #d70c19;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.nav_all .for .ttl::after,
.hover .for .ttl::after {
  content: '';
  display: block;
  width: 23px;
  height: 1px;
  background: #c5c3bf;
  margin: 18px auto;
}
.nav_all .for .txt,
.hover .for .txt {
  padding: 0 36px;
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: left;
  min-height: 5.13em;
}
.nav_all .for .link,
.hover .for .link {
  margin-top: 14px;
  color: #2192d9;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 15px;
  height: 15px;
}
.nav_all .for .link::before,
.hover .for .link::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_lb.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
}
.nav_all .sub,
.hover .sub {
  margin-top: 20px;
  letter-spacing: -.4em;
  position: relative;
}
.nav_all .sub .col,
.hover .sub .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
  width: 408px;
}
.nav_all .sub .col + .col,
.hover .sub .col + .col {
  margin-left: 44px;
}
.nav_all .sub .label,
.hover .sub .label {
  color: #022184;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.nav_all .sub * + .label,
.hover .sub * + .label {
  margin-top: 20px;
}
.nav_all .sub .col > ul,
.hover .sub .col > ul {
  border-top: 1px solid #e7e5e2;
}
.nav_all .sub .col > ul > li,
.hover .sub .col > ul > li {
  border-bottom: 1px solid #e7e5e2;
}
.nav_all .sub .col > ul > li > a,
.hover .sub .col > ul > li > a {
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 50px;
  height: 50px;
  padding: 0 5px;
}
.nav_all .sub .col > ul > li > a::before,
.hover .sub .col > ul > li > a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 8px;
}
.nav_all .sub .col > ul > li > a:hover::before,
.hover .sub .col > ul > li > a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}
.nav_all .sub .col > ul ul,
.hover .sub .col > ul ul {
  padding-bottom: 8px;
}
.nav_all .sub .col > ul ul a,
.hover .sub .col > ul ul a {
  font-size: 1.2rem;
  line-height: 30px;
  height: 30px;
  padding-left: 50px;
  position: relative;
}
.nav_all .sub .col > ul ul a::before,
.hover .sub .col > ul ul a::before {
  content: '';
  display: block;
  position: absolute;
  left: 32px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #e7e5e2;
}
.nav_all .sub .col > ul ul a:hover::before,
.hover .sub .col > ul ul a:hover::before {
  background: #d70c19;
}
.nav_all .sub .col > ul a:hover,
.hover .sub .col > ul a:hover {
  background: #fdf4f4;
}
.nav_all .sub .col > ul.other,
.hover .sub .col > ul.other {
  padding: 4px 0;
  border-bottom: 1px solid #e7e5e2;
}
.nav_all .sub .col > ul.other > li,
.hover .sub .col > ul.other > li {
  border-bottom: none;
}
.nav_all .sub .col > ul.other > li > a,
.hover .sub .col > ul.other > li > a {
  font-size: 1.2rem;
  line-height: 28px;
  height: 28px;
  padding-left: 24px;
  position: relative;
  font-family: 'Manrope', '游ゴシック体 Pr6N M', 'Yu Gothic Pr6N M', sans-serif;
  font-weight: 400;
}
.nav_all .sub .col > ul.other > li > a::before,
.hover .sub .col > ul.other > li > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #e7e5e2;
}
.nav_all .sub .col > ul.other > li > a:hover::before,
.hover .sub .col > ul.other > li > a:hover::before {
  background: #d70c19;
}
.nav_all .sub .btn,
.hover .sub .btn {
  display: block;
  height: 50px;
  letter-spacing: 0.04em;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #e7e5e2;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 48px;
}
.nav_all .sub .btn::before,
.hover .sub .btn::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
  margin-left: -6px;
}
.nav_all .sub .btn:hover,
.hover .sub .btn:hover {
  background: #fdf4f4;
}
.nav_all .sub .btn:hover::before,
.hover .sub .btn:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}
.nav_all .sub ul + .btn,
.hover .sub ul + .btn {
  margin-top: 14px;
}
.nav_all .sub .btn + .btn,
.hover .sub .btn + .btn {
  margin-top: 10px;
}
.nav_all .sub .btn_area,
.hover .sub .btn_area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 408px;
}
.nav_all .top + .sub,
.hover .top + .sub {
  margin-top: 30px;
}
.nav_all .about,
.nav_all .activity,
.nav_all .blog,
.nav_all .support,
.hover .about,
.hover .activity,
.hover .blog,
.hover .support {
  border-radius: 5px;
  background: #fff;
}
.nav_all .about a,
.nav_all .activity a,
.nav_all .blog a,
.nav_all .support a,
.hover .about a,
.hover .activity a,
.hover .blog a,
.hover .support a {
  display: block;
}
.nav_all .about .ttl,
.nav_all .activity .ttl,
.nav_all .blog .ttl,
.nav_all .support .ttl,
.hover .about .ttl,
.hover .activity .ttl,
.hover .blog .ttl,
.hover .support .ttl {
  display: inline-block;
  vertical-align: top;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
.nav_all .about .note,
.nav_all .activity .note,
.nav_all .blog .note,
.nav_all .support .note,
.hover .about .note,
.hover .activity .note,
.hover .blog .note,
.hover .support .note {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.79;
}
.nav_all .about .top,
.nav_all .activity .top,
.nav_all .blog .top,
.nav_all .support .top,
.hover .about .top,
.hover .activity .top,
.hover .blog .top,
.hover .support .top {
  background: #d70c19;
  color: #fff;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 25px;
}
.nav_all .about .top::before,
.nav_all .activity .top::before,
.nav_all .blog .top::before,
.nav_all .support .top::before,
.hover .about .top::before,
.hover .activity .top::before,
.hover .blog .top::before,
.hover .support .top::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 10px;
}
.nav_all .about .top:hover,
.nav_all .activity .top:hover,
.nav_all .blog .top:hover,
.nav_all .support .top:hover,
.hover .about .top:hover,
.hover .activity .top:hover,
.hover .blog .top:hover,
.hover .support .top:hover {
  background: #9a0912;
}
.nav_all .about .note + .top,
.nav_all .activity .note + .top,
.nav_all .blog .note + .top,
.nav_all .support .note + .top,
.hover .about .note + .top,
.hover .activity .note + .top,
.hover .blog .note + .top,
.hover .support .note + .top {
  margin-top: 24px;
}
.nav_all .activity .sub .col.c1,
.hover .activity .sub .col.c1 {
  width: 302px;
}
.nav_all .activity .sub .col.c2,
.hover .activity .sub .col.c2 {
  width: 514px;
  letter-spacing: -.4em;
}
.nav_all .activity .sub .col.c2 .label,
.hover .activity .sub .col.c2 .label {
  letter-spacing: 0.04em;
}
.nav_all .activity .sub .col.c2 ul,
.hover .activity .sub .col.c2 ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
  width: 245px;
}
.nav_all .activity .sub .col.c2 ul + ul,
.hover .activity .sub .col.c2 ul + ul {
  margin-left: 24px;
}
.nav_all .activity .btn_emergency,
.hover .activity .btn_emergency {
  margin-top: 25px;
  width: 175px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d70c19;
  border-radius: 20px;
  line-height: 38px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #d70c19;
}
.nav_all .activity .btn_emergency::before,
.hover .activity .btn_emergency::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
  margin-left: -6px;
}
.nav_all .activity .btn_emergency:hover,
.hover .activity .btn_emergency:hover {
  background: #d70c19;
  color: #fff;
}
.nav_all .activity .btn_emergency:hover::before,
.hover .activity .btn_emergency:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}

.nav_all {
  display: none;
  position: absolute;
  z-index: 18;
  left: 0;
  top: 100px;
  width: 100%;
  background: #f2efec;
}
.nav_all .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nav_all .inr > .bal {
  background: #022184;
  color: #fff;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  line-height: 30px;
  font-size: 2rem;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
.nav_all .inr > .bal::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -12px;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #022184 transparent transparent transparent;
}
.nav_all .inr > .bal .label {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #022184;
  width: 140px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.nav_all .g1 {
  background: #fff;
  border-radius: 5px;
  padding: 24px 20px 17px;
}
.nav_all .search {
  float: left;
  width: 640px;
}
.nav_all .donate {
  display: block;
  float: right;
  width: 270px;
  height: 60px;
  border-radius: 30px;
  background: #d70c19;
  color: #fff;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  line-height: 60px;
}
.nav_all .donate::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 100%;
  background: url("../img/ico_aar_wh.svg") no-repeat left center/contain;
  margin-right: 5px;
}
.nav_all .donate:hover {
  background: #9a0912;
}
.nav_all .contact_all {
  clear: both;
  padding-top: 22px;
}
.nav_all .emergency {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  background: #fff;
  border-radius: 5px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 25px 20px;
  position: relative;
}
.nav_all .emergency .label {
  background: #d70c19;
  color: #fff;
  line-height: 30px;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  height: 30px;
  position: relative;
  white-space: nowrap;
}
.nav_all .emergency .label::after {
  content: '';
  display: block;
  width: 14px;
  height: 30px;
  position: absolute;
  right: -13px;
  top: 0;
  background: url("../img/shape1_re.svg") no-repeat right top/30px 30px;
}
.nav_all .emergency li {
  line-height: 1.75;
  padding: calc( 15px - 0.88em ) 0;
}
.nav_all .emergency li + li {
  margin-top: 10px;
}
.nav_all .emergency a {
  text-decoration: underline;
}
.nav_all .emergency a:hover {
  color: #d70c19;
  text-decoration: none;
}
.nav_all .for {
  margin-top: 15px;
}
.nav_all .refugees,
.nav_all .shop {
  margin-top: 15px;
  display: block;
  width: 470px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  padding-top: 35px;
  padding-left: 40px;
  padding-bottom: 30px;
  border: 5px solid #fff;
}
.nav_all .refugees::after,
.nav_all .shop::after {
  content: '';
  display: block;
  position: absolute;
}
.nav_all .refugees:hover,
.nav_all .shop:hover {
  background: #fdf4f4;
}
.nav_all .refugees .ttl,
.nav_all .shop .ttl {
  color: #d70c19;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  height: 1.2em;
  line-height: 1.2;
}
.nav_all .refugees .ttl::before,
.nav_all .shop .ttl::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 14px;
  margin-left: -4px;
}
.nav_all .refugees .txt,
.nav_all .shop .txt {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 1.71;
}
.nav_all .refugees {
  padding-right: 132px;
}
.nav_all .refugees::after {
  width: 141px;
  height: 136px;
  top: -13px;
  right: -9px;
  background: url("../img/nav_refugees.png") no-repeat 0 0/141px;
}
.nav_all .shop {
  margin-left: 20px;
  padding-right: 140px;
}
.nav_all .shop::after {
  width: 88px;
  height: 83px;
  top: 35px;
  right: 25px;
  background: url("../img/nav_goods.png?v2") no-repeat 0 0/88px;
}
.nav_all .about,
.nav_all .activity,
.nav_all .blog,
.nav_all .support {
  margin-top: 15px;
  padding: 40px 50px;
}
.nav_all .support {
  margin-bottom: 60px;
}
.nav_all .close {
  display: block;
  background: #022184;
  color: #fff;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}
.nav_all .close::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  margin-right: 15px;
  background: url("../img/ico_close_wh.svg") no-repeat left center/13px 13px;
}
.nav_all .close span::before {
  content: '目次を';
}
.nav_all .close:hover {
  background: #011264;
}

@media screen and (max-width: 480px) {
  .nav_all {
    top: 120px;
    height: calc( 100vh - 120px );
    overflow-y: scroll;
  }
  .nav_all .inr {
    width: 90%;
    padding: 14px 0 25px;
  }
  .nav_all .inr > .bal {
    display: none;
  }
  .nav_all .g1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .nav_all .search {
    float: none;
    width: 100%;
  }
  .nav_all .donate {
    margin-top: 10px;
    float: none;
    width: auto;
    height: 40px;
    border-radius: 20px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .nav_all .contact_all {
    padding-top: 22px;
    width: 100%;
    overflow: hidden;
  }
  .nav_all .contact_all ul {
    margin-left: -28px;
    margin-bottom: -12px;
  }
  .nav_all .contact_all ul li {
    position: relative;
    margin-left: 14px;
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .nav_all .contact_all ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #e7e5e2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .nav_all .contact_all ul li.recruit {
    display: inline-block;
  }
  .nav_all .contact_all ul li:not(.recruit) + li,
  .nav_all .contact_all ul li + li {
    margin-left: 14px;
    padding-left: 12px;
    position: relative;
  }
  .nav_all .contact_all ul li:not(.recruit) + li::before,
  .nav_all .contact_all ul li + li::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #e7e5e2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .nav_all .contact_all a {
    border-radius: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .nav_all .contact_all a::before {
    margin-right: 4px;
  }
  .nav_all .contact_all a:hover {
    background: transparent;
  }
  .nav_all .contact_all a .pc {
    display: none;
  }
  .nav_all .emergency {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 18px;
    padding: 15px 18px 13px;
    position: relative;
    display: block;
  }
  .nav_all .emergency .label {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 0 1px 0 8px;
    height: 2em;
    line-height: 2em;
    font-size: 1.1rem;
  }
  .nav_all .emergency .label::after {
    width: 2em;
    height: 2em;
    right: calc( -2em + 1px );
    background: url("../img/shape1_re.svg") no-repeat right top/cover;
  }
  .nav_all .emergency ul {
    margin-top: 8px;
  }
  .nav_all .emergency li {
    padding: 0;
  }
  .nav_all .emergency li + li {
    margin-top: 5px;
  }
  .nav_all .for {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
    text-align: left;
    padding: 5px;
    display: block;
  }
  .nav_all .for a {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 12px 14px 16px;
  }
  .nav_all .for a:hover {
    background: #fff;
  }
  .nav_all .for a + a {
    margin-top: 5px;
  }
  .nav_all .for .ttl {
    font-size: 1.6rem;
  }
  .nav_all .for .ttl::after {
    display: none;
  }
  .nav_all .for .ttl::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_be.svg") no-repeat center center/contain;
    width: 15px;
    height: 1em;
    margin-right: 6px;
    margin-left: -4px;
  }
  .nav_all .for .txt {
    margin-top: 10px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.67;
    min-height: 0;
  }
  .nav_all .for .link {
    display: none;
  }
  .nav_all .refugees,
  .nav_all .shop {
    margin-top: 5px;
    width: auto;
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 14px;
    border: none;
  }
  .nav_all .refugees:hover,
  .nav_all .shop:hover {
    background: #fff;
  }
  .nav_all .refugees .ttl,
  .nav_all .shop .ttl {
    font-size: 1.6rem;
    height: 1.2em;
    line-height: 1.2;
  }
  .nav_all .refugees .ttl::before,
  .nav_all .shop .ttl::before {
    margin-right: 6px;
  }
  .nav_all .refugees .txt,
  .nav_all .shop .txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .nav_all .refugees .txt br,
  .nav_all .shop .txt br {
    display: none;
  }
  .nav_all .refugees {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 120px;
  }
  .nav_all .refugees::after {
    width: 111px;
    height: 105px;
    top: 10px;
    right: -4px;
    background: url("../img/nav_refugees_sp.png") no-repeat 0 0/111px;
  }
  .nav_all .shop {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    padding-right: 105px;
  }
  .nav_all .shop::after {
    width: 72px;
    height: 69px;
    top: 16px;
    right: 19px;
    background: url("../img/nav_goods.png?v2") no-repeat 0 0/72px;
  }
  .nav_all .sub {
    margin-top: 14px;
  }
  .nav_all .sub .col {
    display: block;
    width: auto;
  }
  .nav_all .sub .col + .col {
    margin-left: 0;
  }
  .nav_all .sub .label {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 18px 6px;
  }
  .nav_all .sub * + .label {
    margin-top: 22px;
  }
  .nav_all .sub .col > ul > li > a {
    font-size: 1.2rem;
    padding: 0 12px;
  }
  .nav_all .sub .col > ul > li > a::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_re.svg") no-repeat center center/contain;
    margin-right: 6px;
  }
  .nav_all .sub .col > ul ul {
    padding-bottom: 20px;
  }
  .nav_all .sub .col > ul ul li + li {
    margin-top: 10px;
  }
  .nav_all .sub .col > ul ul a {
    line-height: 20px;
    height: 20px;
    padding-left: 70px;
    position: relative;
  }
  .nav_all .sub .col > ul ul a::before {
    left: 50px;
  }
  .nav_all .sub .col > ul.other > li {
    border-bottom: none;
  }
  .nav_all .sub .col > ul.other > li > a {
    padding-left: 31px;
  }
  .nav_all .sub .col > ul.other > li > a::before {
    left: 14px;
  }
  .nav_all .sub .btn {
    font-size: 1.2rem;
    margin-left: 18px;
    margin-right: 18px;
  }
  .nav_all .sub ul + .btn {
    margin-top: 10px;
  }
  .nav_all .sub .btn_area {
    position: relative;
    width: auto;
    margin-top: 20px;
  }
  .nav_all .top + .sub {
    margin-top: 18px;
  }
  .nav_all .about,
  .nav_all .activity,
  .nav_all .blog,
  .nav_all .support {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 5px;
    padding: 0;
    width: 100%;
  }
  .nav_all .about .ttl,
  .nav_all .activity .ttl,
  .nav_all .blog .ttl,
  .nav_all .support .ttl {
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding: 20px 18px;
    cursor: pointer;
  }
  .nav_all .about .ttl::after,
  .nav_all .activity .ttl::after,
  .nav_all .blog .ttl::after,
  .nav_all .support .ttl::after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: calc( 50% - 8px );
    width: 56px;
    height: 17px;
    background-image: url("../img/ico_acc.svg");
    background-repeat: no-repeat;
    background-size: 56px 40px;
    background-position: left top;
  }
  .nav_all .about .note,
  .nav_all .activity .note,
  .nav_all .blog .note,
  .nav_all .support .note {
    display: none;
    margin: -5px 18px 0;
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .nav_all .about .top,
  .nav_all .activity .top,
  .nav_all .blog .top,
  .nav_all .support .top {
    display: none;
    margin: 12px 18px 0;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    padding: 0;
    text-align: center;
  }
  .nav_all .about .note + .top,
  .nav_all .activity .note + .top,
  .nav_all .blog .note + .top,
  .nav_all .support .note + .top {
    margin: 12px 18px 0;
  }
  .nav_all .about .sub,
  .nav_all .activity .sub,
  .nav_all .blog .sub,
  .nav_all .support .sub {
    display: none;
  }
  .nav_all .about.on .ttl::after,
  .nav_all .activity.on .ttl::after,
  .nav_all .blog.on .ttl::after,
  .nav_all .support.on .ttl::after {
    background-position: left bottom;
  }
  .nav_all .about.on .note,
  .nav_all .about.on .top,
  .nav_all .about.on .sub,
  .nav_all .activity.on .note,
  .nav_all .activity.on .top,
  .nav_all .activity.on .sub,
  .nav_all .blog.on .note,
  .nav_all .blog.on .top,
  .nav_all .blog.on .sub,
  .nav_all .support.on .note,
  .nav_all .support.on .top,
  .nav_all .support.on .sub {
    display: block;
  }
  .nav_all .about .sub .col.c2 ul,
  .nav_all .blog .sub .col.c2 ul {
    border-top: none;
  }
  .nav_all .about .sub {
    padding-bottom: 20px;
  }
  .nav_all .about .sub .btn_area {
    margin-top: 15px;
  }
  .nav_all .activity .sub .col.c1 {
    width: auto;
  }
  .nav_all .activity .sub .col.c2 {
    margin-top: 22px;
    width: auto;
  }
  .nav_all .activity .sub .col.c2 ul {
    width: 50%;
    box-sizing: border-box;
  }
  .nav_all .activity .sub .col.c2 ul:first-of-type {
    border-right: 1px solid #e7e5e2;
  }
  .nav_all .activity .sub .col.c2 ul:first-of-type li:last-child {
    border-bottom: none;
  }
  .nav_all .activity .sub .col.c2 ul + ul {
    margin-left: 0;
  }
  .nav_all .activity .btn_emergency {
    margin-top: 15px;
    margin-left: 18px;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
    font-size: 1.2rem;
  }
  .nav_all .blog .sub .col + .col li:last-child {
    border-bottom: none;
  }
  .nav_all .support {
    margin-bottom: 0;
  }
  .nav_all .support .sub {
    padding-bottom: 20px;
  }
  .nav_all .support .sub .col.c2 {
    margin-top: 22px;
  }
  .nav_all .support .sub .col + .col ul:last-of-type li:last-child {
    border-bottom: none;
  }
  .nav_all .mm,
  .nav_all .sns,
  .nav_all address {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .nav_all .mm {
    margin-top: 20px;
  }
  .nav_all .close {
    height: 50px;
    line-height: 28px;
    font-size: 1.5rem;
    position: relative;
  }
  .nav_all .close::before, .nav_all .close::after {
    content: '';
    display: block;
    background: #fff;
    width: 29px;
    height: 2px;
    position: absolute;
    top: 24px;
    right: 5%;
  }
  .nav_all .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 0;
  }
  .nav_all .close::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .nav_all .close span {
    display: block;
    background: #fff;
    color: #022184;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    position: absolute;
    right: calc( 5vw + 45px );
    top: 11px;
  }
  .nav_all .close span::before {
    display: none;
  }
}
body:not(.nav_open).hover_contact header {
  height: 100vh;
}
body:not(.nav_open).hover_contact::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

body:not(.nav_open).hover_about header {
  height: 100vh;
}
body:not(.nav_open).hover_about::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

body:not(.nav_open).hover_activity header {
  height: 100vh;
}
body:not(.nav_open).hover_activity::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

body:not(.nav_open).hover_blog header {
  height: 100vh;
}
body:not(.nav_open).hover_blog::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

body:not(.nav_open).hover_support header {
  height: 100vh;
}
body:not(.nav_open).hover_support::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

body:not(.nav_open).hover_contact .glo_nav1 li.contact > a {
  color: #fff;
  background: #d70c19;
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact > a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact > a:hover {
  background: #9a0912;
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact .hover {
  display: block;
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact .hover .contact_all {
  background: #fff;
  border-radius: 5px;
  padding: 17px 20px;
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact .hover .for {
  margin-top: 20px;
}
body:not(.nav_open).hover_contact .glo_nav1 li.contact .layer {
  display: block;
}
body:not(.nav_open).hover_contact::after {
  z-index: 16;
}

body.hover_about .glo_nav2 {
  height: auto;
}
body.hover_about .glo_nav2 li.about > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_about .glo_nav2 li.about > a:not(.layer)::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.hover_about .glo_nav2 li.about > a:not(.layer):hover {
  background: #676560;
}
body.hover_about .glo_nav2 li.about .hover,
body.hover_about .glo_nav2 li.about .layer {
  display: block;
}
body.hover_about::after {
  z-index: 14;
}

body.hover_activity .glo_nav2 {
  height: auto;
}
body.hover_activity .glo_nav2 li.activity > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_activity .glo_nav2 li.activity > a:not(.layer)::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.hover_activity .glo_nav2 li.activity > a:not(.layer):hover {
  background: #676560;
}
body.hover_activity .glo_nav2 li.activity .hover,
body.hover_activity .glo_nav2 li.activity .layer {
  display: block;
}
body.hover_activity::after {
  z-index: 14;
}

body.hover_blog .glo_nav2 {
  height: auto;
}
body.hover_blog .glo_nav2 li.blog > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_blog .glo_nav2 li.blog > a:not(.layer)::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.hover_blog .glo_nav2 li.blog > a:not(.layer):hover {
  background: #676560;
}
body.hover_blog .glo_nav2 li.blog .hover,
body.hover_blog .glo_nav2 li.blog .layer {
  display: block;
}
body.hover_blog::after {
  z-index: 14;
}

body.hover_support .glo_nav2 {
  height: auto;
}
body.hover_support .glo_nav2 li.support > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_support .glo_nav2 li.support > a:not(.layer)::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.hover_support .glo_nav2 li.support > a:not(.layer):hover {
  background: #676560;
}
body.hover_support .glo_nav2 li.support .hover,
body.hover_support .glo_nav2 li.support .layer {
  display: block;
}
body.hover_support::after {
  z-index: 14;
}

@media screen and (max-width: 480px) {
  body:not(.nav_open).hover_contact::after {
    display: none !important;
  }

  body:not(.nav_open).hover_about::after {
    display: none !important;
  }

  body:not(.nav_open).hover_activity::after {
    display: none !important;
  }

  body:not(.nav_open).hover_blog::after {
    display: none !important;
  }

  body:not(.nav_open).hover_support::after {
    display: none !important;
  }
}
body.nav_open {
  overflow: hidden;
}
body.nav_open header {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  z-index: 15;
}
body.nav_open .glo_nav1 {
  background: #f2efec;
}
body.nav_open .glo_nav2 {
  display: none;
}
body.nav_open .nav_all {
  display: block;
}

@media screen and (max-width: 480px) {
  body.nav_open .glo_nav2 {
    display: block;
  }
  body.nav_open .glo_nav2 .donate {
    display: none;
  }
  body.nav_open .glo_nav2 .all {
    width: 100%;
  }
  body.nav_open .glo_nav2 .all::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin-left: -1px;
    height: 50px;
  }
  body.nav_open .glo_nav2 .all .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.29;
  }
  body.nav_open .glo_nav2 .all .sub {
    font-size: 1.5rem;
  }
  body.nav_open .glo_nav2 .all .sub::before {
    content: '閉じる';
  }
  body.nav_open .glo_nav2 .all .line {
    background: rgba(255, 255, 255, 0);
  }
  body.nav_open .glo_nav2 .all .line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.nav_open .glo_nav2 .all .line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
  }
}
main {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 160px;
}
main.be {
  background: #f8f7f5;
}

@media screen and (max-width: 480px) {
  main {
    padding-top: 120px;
  }
}
.p_ttl1 {
  background: #bcbab5;
  position: relative;
}
.p_ttl1::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 375px;
}
.p_ttl1 .ttl {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.p_ttl1 .ja {
  display: block;
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 16px;
}
.p_ttl1 .en {
  display: inline-block;
  padding: 0 15px;
  background: #d70c19;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.33;
}
.p_ttl1 .copyright {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.p_ttl1::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #d70c19;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -.5px;
}

@media screen and (max-width: 480px) {
  .p_ttl1::before {
    height: 220px;
  }
  .p_ttl1 .ja {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
  .p_ttl1 .en {
    padding: 0 10px;
    font-size: 1.1rem;
  }
  .p_ttl1 .copyright {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.p_ttl2 {
  position: relative;
  padding: 93px 0 55px;
}
.p_ttl2 .ja {
  display: block;
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
.p_ttl2 .en {
  display: block;
  color: #d70c19;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.p_ttl2 p {
  margin-top: 34px;
}
.p_ttl2::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #d70c19;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -.5px;
}

@media screen and (max-width: 480px) {
  .p_ttl2 {
    position: relative;
    padding: 50px 0 40px;
  }
  .p_ttl2 .ja {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
  .p_ttl2 .en {
    font-size: 1.2rem;
  }
  .p_ttl2 p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.breadcrumbs {
  background: #e7e5e2;
  padding: 14px 0;
}
.breadcrumbs ul {
  width: 960px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li + li::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be2.svg") no-repeat center center/contain;
  width: 15px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 0;
}
.breadcrumbs a {
  display: block;
  text-decoration: none;
}
.breadcrumbs a:hover {
  background: #d70c19;
}
.breadcrumbs a, .breadcrumbs li:last-child {
  color: #fff;
  background: #bcbab5;
  padding: 0 8px;
  height: 20px;
  border-radius: 2px;
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    background: #f8f7f5;
    padding: 10px 0;
    overflow: hidden;
  }
  .breadcrumbs ul {
    margin: 0 4%;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    line-height: 15px;
    gap: 0 19px;
  }
  .breadcrumbs li + li::before {
    height: 15px;
    left: -17px;
  }
  .breadcrumbs a, .breadcrumbs li:last-child {
    padding: 0 5px;
    height: 15px;
  }
}
.p_anc1 {
  position: relative;
  background: #f2efec;
  width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.p_anc1.short {
  width: auto;
  max-width: 960px;
  padding: 20px 10px;
  display: inline-block;
  vertical-align: top;
}
.p_anc1.short a {
  padding: 10px 30px;
}
.p_anc1 .label {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  position: relative;
  background: #d70c19;
  color: #fff;
  border-radius: 4px 0 0 4px;
  padding: 0 4px 0 10px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  top: -19px;
  left: -15px;
}
.p_anc1 .label::after {
  content: '';
  display: block;
  width: 14px;
  height: 30px;
  background: url("../img/shape1_re.svg") no-repeat right top/30px 30px;
  position: absolute;
  right: -13px;
  top: 0;
}
.p_anc1 ul {
  display: table;
  margin: 0 auto;
  width: auto;
}
.p_anc1 li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.p_anc1 li + li:before {
  content: '';
  display: block;
  background: #dedad5;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.p_anc1 a {
  display: block;
  position: relative;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.43;
  height: 1.43em;
  border-radius: 4px;
  padding: 10px 20px;
  color: #353535;
  text-decoration: none;
}
.p_anc1 a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 10px;
  margin-left: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p_anc1 a span {
  display: inline-block;
  vertical-align: top;
}
.p_anc1 a:hover {
  background: #87857f;
  color: #fff;
}
.p_anc1 a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
.p_anc1.l2 {
  padding: 15px;
}
.p_anc1.l2 a {
  height: 2.86em;
  padding: 5px 20px;
}

@media screen and (max-width: 480px) {
  .p_anc1 {
    width: 86.7%;
    padding: 10px 0 6px;
  }
  .p_anc1.short {
    width: 86.7%;
    padding: 10px 0 6px;
    display: block;
  }
  .p_anc1 .label {
    height: 26px;
    border-radius: 3px 0 0 3px;
    padding: 0 4px 0 8px;
    font-size: 1.2rem;
    line-height: 26px;
    top: -15px;
    left: -9px;
  }
  .p_anc1 .label::after {
    width: 13px;
    height: 26px;
    background: url("../img/shape1_re.svg") no-repeat right top/26px 26px;
    right: -12px;
  }
  .p_anc1 ul {
    display: block;
    margin: 0 20px;
    text-align: left;
    width: auto;
  }
  .p_anc1 li {
    display: block;
    padding: 0 !important;
  }
  .p_anc1 li + li {
    border-top: 1px solid #dedad5;
  }
  .p_anc1 li + li:before {
    display: none;
  }
  .p_anc1 a {
    line-height: 1.75;
    height: auto;
    padding: 9px 0 9px 1.75em !important;
    position: relative;
  }
  .p_anc1 a br:not(.sp) {
    display: none;
  }
  .p_anc1 a::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -2px;
    height: 16px;
    margin-top: -8px;
  }
  .p_anc1 a:hover {
    background: transparent;
    color: #353535;
  }
  .p_anc1 a:hover::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_be.svg") no-repeat center center/contain;
  }
  .p_anc1.l2 {
    padding: 10px 0 6px;
  }
  .p_anc1.l2 a {
    height: auto;
  }
}
.p_anc2 ul {
  display: table;
  margin: 0 auto;
}
.p_anc2 li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 11px;
  position: relative;
}
.p_anc2 li::before {
  content: '';
  display: block;
  background: #dedad5;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.p_anc2 li:last-child {
  padding: 0 11px;
}
.p_anc2 li:last-child::after {
  content: '';
  display: block;
  background: #dedad5;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.p_anc2 a {
  display: block;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #353535;
  text-decoration: none;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 28px;
}
.p_anc2 a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_be.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 10px;
  margin-left: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p_anc2 a:hover {
  background: #fdf4f4;
}
.p_anc2 a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}

@media screen and (max-width: 480px) {
  .p_anc2 {
    width: 86.7%;
    margin: 0 auto;
    overflow: hidden;
  }
  .p_anc2 ul {
    display: block;
    margin-bottom: -12px;
    letter-spacing: -.4em;
  }
  .p_anc2 li {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
    padding: 0 14px 0 11px;
    margin-left: -1px;
  }
  .p_anc2 li::after {
    content: '';
    display: block;
    background: #dedad5;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .p_anc2 li:last-child {
    padding: 0 14px 0 11px;
  }
  .p_anc2 a {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
    padding: 0;
  }
  .p_anc2 a::before {
    margin-left: 0;
    margin-right: 4px;
  }
  .p_anc2 a:hover {
    background: transparent;
  }
  .p_anc2 a:hover::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_be.svg") no-repeat center center/contain;
  }
}
.border1 {
  border-top: 1px solid #e7e5e2;
  position: relative;
}
.border1::before {
  content: '';
  display: block;
  width: 70px;
  height: 6px;
  background: #d70c19;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
}

.s_ttl1 .en {
  color: #d70c19;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .08em;
}
.s_ttl1 .en::before, .s_ttl1 .en::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 1px;
  background: #bcbab5;
}
.s_ttl1 .en::before {
  margin-right: 20px;
}
.s_ttl1 .en::after {
  margin-left: 20px;
}
.s_ttl1 .ja {
  display: block;
  font-size: 2.5rem;
  line-height: 1.75;
  margin-top: 36px;
}
.s_ttl1.left {
  text-align: left;
}
.s_ttl1.left .en::before {
  margin-right: 12px;
}
.s_ttl1.left .en::after {
  display: none;
}
.s_ttl1.left .ja {
  margin-top: 52px;
}
.s_ttl1.serif .ja {
  font-family: "FOT-筑紫明朝 Pr6 E", "TsukuMinPr6-E";
  font-weight: 700;
  letter-spacing: 0.05em;
}
.s_ttl1.sans .ja {
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 480px) {
  .s_ttl1 .en {
    font-size: 1.5rem;
  }
  .s_ttl1 .ja {
    margin-top: 28px;
    font-size: 2rem;
  }
  .s_ttl1.serif .ja {
    margin-top: 18px;
  }
  .s_ttl1.left .en {
    font-size: 1.2rem;
  }
  .s_ttl1.left .ja {
    margin-top: 32px;
  }
  .s_ttl1.left.serif .ja {
    margin-top: 28px;
  }
}
.s_ttl2 {
  background: #f2efec;
  position: relative;
}
.s_ttl2::before {
  content: '';
  width: 1px;
  height: 210px;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle;
}
.s_ttl2 .ttl {
  display: inline-block;
  vertical-align: middle;
}
.s_ttl2 .ja {
  display: block;
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.4;
}
.s_ttl2 .en {
  margin-top: 12px;
  display: block;
  color: #d70c19;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.s_ttl2::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #d70c19;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -.5px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .s_ttl2::before {
    height: 150px;
  }
  .s_ttl2 .ja {
    font-size: 2.7rem;
  }
  .s_ttl2 .en {
    font-size: 1.1rem;
  }
}
.btn1 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #d70c19;
  color: #d70c19;
  background: #fff;
  min-width: 275px;
  max-width: 100%;
  overflow: hidden;
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 58px;
  text-decoration: none;
}
.btn1::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
}
.btn1.more::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn1:hover {
  background: #d70c19;
  color: #fff;
}
.btn1:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}

@media screen and (max-width: 480px) {
  .btn1 {
    min-width: 230px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}
.btn1_s {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #d70c19;
  color: #d70c19;
  background: #fff;
  min-width: 180px;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 38px;
  text-decoration: none;
}
.btn1_s::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
}
.btn1_s:hover {
  background: #d70c19;
  color: #fff;
}
.btn1_s:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}

.txtlink {
  display: inline-block;
  vertical-align: top;
  color: #2192d9;
  padding-left: 1.6em;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
}
.txtlink::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_lb.svg") no-repeat center center/contain;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
.txtlink:hover {
  text-decoration: underline;
}

.label_new {
  height: 24px;
  background: #d70c19;
  border-radius: 3px;
  color: #fff;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0 5px 0 10px;
  line-height: 24px;
}
.label_new::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 24px;
  background: url("../img/shape1_re.svg") no-repeat right top/24px 24px;
  right: -12px;
  top: 0;
}

@media screen and (max-width: 480px) {
  .label_new {
    height: 18px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 18px;
    padding: 0 0 0 7px;
  }
  .label_new::after {
    width: 10px;
    height: 18px;
    background: url("../img/shape1_re.svg") no-repeat right top/18px 18px;
    right: -9px;
  }
}
.contact_box1 {
  width: 810px;
  border-radius: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e7e5e2;
  padding-bottom: 42px;
  background: #fff;
}
.contact_box1 .contact_ttl {
  background: #d70c19;
  color: #fff;
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
  border-radius: 4px 4px 0 0;
  margin: -1px -1px 36px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}
.contact_box1 .tel {
  display: inline-block;
  vertical-align: top;
}
.contact_box1 .tel .num {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #353535;
  text-decoration: none;
}
.contact_box1 .tel .num::before {
  content: '';
  width: 28px;
  height: 1.2em;
  display: inline-block;
  vertical-align: top;
  background: url("../img/ico_tel.svg") no-repeat left center/contain;
  margin-right: 12px;
}
.contact_box1 .tel .time {
  margin-top: 6px;
  font-size: 1.4rem;
}
.contact_box1 .form {
  margin-left: 48px;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  position: relative;
}
.contact_box1 .form::before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #e7e5e2;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_box1 .txtlink {
  margin-top: 26px;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .contact_box1 {
    width: 86.7%;
    padding-bottom: 18px;
  }
  .contact_box1 .contact_ttl {
    margin: -1px -1px 18px;
    height: 45px;
    line-height: 45px;
    font-size: 1.5rem;
  }
  .contact_box1 .tel {
    display: block;
  }
  .contact_box1 .tel .num {
    font-size: 3rem;
  }
  .contact_box1 .tel .num::before {
    width: 24px;
    margin-right: 10px;
  }
  .contact_box1 .tel .time {
    margin-top: 2px;
    font-size: 1.1rem;
  }
  .contact_box1 .form {
    margin-top: 15px;
    margin-left: 0;
    display: block;
    padding-left: 0;
  }
  .contact_box1 .form::before {
    display: none;
  }
  .contact_box1 .txtlink {
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
footer {
  background: #f2efec;
  padding-top: 80px;
}
footer a {
  text-decoration: none;
}
footer .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .inr a {
  color: #353535;
}
footer .copyright {
  margin-top: 70px;
  height: 60px;
  background: #d70c19;
  color: #fff;
  font-size: 1.4rem;
  line-height: 60px;
}

@media screen and (max-width: 480px) {
  footer {
    padding-top: 40px;
  }
  footer .inr {
    width: 90%;
    display: block;
  }
  footer .copyright {
    margin-top: 25px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
  }
}
body > .all {
  display: block;
  position: fixed;
  z-index: 20;
  right: 15px;
  top: calc( 50% - 167px );
  width: 55px;
  height: 334px;
  box-sizing: border-box;
  padding-top: 12px;
  background: #022184;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  -webkit-transition: opacity .25s, -webkit-transform .25s;
          transition: opacity .25s, transform .25s;
}
body > .all.fix {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body > .all::before {
  content: '';
  display: block;
  width: 28px;
  height: 60px;
  background: #fff url("../img/txt_mokuji.svg") no-repeat 0 0/28px 60px;
  border-radius: 2px;
  margin: 0 auto 9px;
}
body > .all .sub {
  display: block;
  width: 28px;
  height: 202px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../img/txt_mokuji2.svg") no-repeat left top/56px 202px;
}
body > .all::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 11px;
  left: 11px;
  background: #011264 url("../img/arr1_wh.svg") no-repeat center center/20px 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
}
body > .all:hover {
  background: #011264;
}

body.nav_open > .all .sub {
  background: url("../img/txt_mokuji2.svg") no-repeat right top/56px 202px;
}
body.nav_open > .all::after {
  background: #011264 url("../img/ico_close_wh.svg") no-repeat center center/12px 12px;
}

@media screen and (max-width: 480px) {
  body > .all {
    display: none;
  }
}
body > .pagetop {
  display: none;
  position: fixed;
  z-index: 5;
  right: 15px;
  bottom: calc( 50% - 262px );
  color: #fff;
  background: #2192d9;
  border-radius: 5px;
  width: 55px;
  height: 90px;
  box-sizing: border-box;
  padding-top: 12px;
  text-align: center;
  line-height: 1.25;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  opacity: 0;
}
body > .pagetop .arr {
  position: absolute;
  bottom: 10px;
  left: 11px;
  width: 33px;
  height: 33px;
  border-radius: 2px;
  background: #1377b6;
  box-sizing: border-box;
  padding-top: 6px;
}
body > .pagetop .arr::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body > .pagetop:hover {
  background: #1377b6;
}
body > .pagetop.on {
  display: block;
  -webkit-animation: fade_in .25s .25s forwards;
          animation: fade_in .25s .25s forwards;
}

@media screen and (max-width: 480px) {
  body > .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding-top: 0;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    border: 1px solid #1377b6;
  }
  body > .pagetop .arr,
  body > .pagetop br {
    display: none;
  }
  body > .pagetop::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_wh.svg") no-repeat center center/contain;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body > .pagetop:hover {
    background: #2192d9;
  }
}
.article_list1 {
  width: 1035px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 25px;
  text-align: left;
}
.article_list1 a {
  text-decoration: none;
  display: block;
  background: #f8f7f5;
  width: 240px;
  box-sizing: border-box;
  position: relative;
}
.article_list1 a:hover {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.article_list1 a:hover .ttl {
  color: #d70c19;
}
.article_list1 .img {
  position: relative;
  height: 145px;
  overflow: hidden;
}
.article_list1 .img img {
  width: 100%;
  height: auto;
}
.article_list1 .img .label {
  position: absolute;
  left: 0;
  top: 0;
  background: #d70c19;
  color: #fff;
  height: 1.67em;
  padding: 0 .5em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.67;
}
.article_list1 .txt {
  padding: 15px 20px calc( 25px + .688em );
  position: relative;
}
.article_list1 .new {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/ico_new.svg") no-repeat left center/contain;
  width: 3.45em;
  height: 1.55em;
}
.article_list1 .cat {
  display: inline-block;
  vertical-align: top;
  color: #2192d9;
  border: 1px solid #2192d9;
  text-align: center;
  padding: 0 6px;
  border-radius: 4px;
  line-height: 1.4;
  height: 1.55em;
  box-sizing: border-box;
  font-size: 1.1rem;
  overflow: hidden;
}
.article_list1 .ttl {
  margin: 10px 0 0;
  padding: 0;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.75;
  height: 5.25em;
  overflow: hidden;
  color: #353535;
}
.article_list1 .date {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 1.1rem;
  color: #888b8f;
}

main.be .article_list1 a {
  background: #fff;
}

@media screen and (max-width: 480px) {
  .article_list1 {
    width: 90%;
    gap: 15px 0;
  }
  .article_list1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .article_list1 a:hover {
    box-shadow: none;
  }
  .article_list1 a:hover .ttl {
    color: #353535;
  }
  .article_list1 .img {
    width: 50%;
    height: auto;
  }
  .article_list1 .img .label {
    font-size: 1rem;
  }
  .article_list1 .txt {
    width: 50%;
    box-sizing: border-box;
    padding: 8px 10px 23px;
    position: relative;
  }
  .article_list1 .new {
    margin-right: 2px;
    font-size: 1rem;
    width: 2.9em;
    height: 1.3em;
  }
  .article_list1 .cat {
    border: none;
    text-align: left;
    padding: 0;
    border-radius: 0;
    line-height: 1.3;
    height: auto;
    font-size: 1rem;
  }
  .article_list1 .ttl {
    margin: 1px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
    height: 4.5em;
  }
  .article_list1 .date {
    bottom: 8px;
    left: 10px;
    font-size: 1rem;
  }
}
.news_list article {
  display: block;
  position: relative;
  padding-left: 360px;
  text-align: left;
}
.news_list article + article {
  margin-top: 20px;
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover {
  text-decoration: underline;
}
.news_list p {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.news_list p:not(.label_new) {
  line-height: 24px;
}
.news_list .label_new {
  position: absolute;
  left: 0;
  top: 0;
}
.news_list .ttl {
  position: relative;
  padding-left: 25px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 24px;
}
.news_list .ttl a {
  color: #353535;
}
.news_list .ttl a:hover {
  color: #d70c19;
}
.news_list .sub {
  position: absolute;
  left: 84px;
  top: 0;
}
.news_list .date::before,
.news_list .cat::before,
.news_list .ttl::before {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #e7e5e2;
}
.news_list p.date {
  color: #888b8f;
  font-size: 1.1rem;
  padding-left: 25px;
  width: 110px;
}
.news_list p.cat {
  width: 138px;
  font-size: 1.1rem;
  text-align: center;
}
.news_list .cat a {
  color: #2192d9;
}

@media screen and (max-width: 480px) {
  .news_list article {
    padding-left: 20.9%;
  }
  .news_list article::before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background: #e7e5e2;
    left: 16.4%;
    top: 0;
  }
  .news_list article + article {
    margin-top: 25px;
  }
  .news_list p:not(.label_new) {
    line-height: 1;
  }
  .news_list .ttl {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.75 !important;
  }
  .news_list .sub {
    position: relative;
    left: 0;
    margin-top: 8px;
  }
  .news_list .date::before,
  .news_list .cat::before,
  .news_list .ttl::before {
    display: none;
  }
  .news_list p.date {
    padding-left: 0;
    width: auto;
  }
  .news_list p.cat {
    width: auto;
    margin-left: 12px;
  }
  .news_list.top article {
    padding-left: 25.4%;
  }
  .news_list.top article::before {
    left: 20.4%;
  }
}
article .s_content {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
}
article .s_content h1,
article .s_content h2,
article .s_content h3,
article .s_content h4,
article .s_content h5,
article .s_content h6 {
  font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
  font-weight: 800;
  line-height: 1.75;
}
article .s_content h1 {
  clear: both;
  font-size: 2.6rem;
}
article .s_content h2 {
  clear: both;
  font-size: 2.1rem;
}
article .s_content h3 {
  clear: both;
  font-size: 1.8rem;
}
article .s_content h4, article .s_content h5, article .s_content h6 {
  font-size: 1.6rem;
}
article .s_content ol, article .s_content ul {
  line-height: 1.75;
}
article .s_content ol li, article .s_content ul li {
  position: relative;
}
article .s_content ol li + li, article .s_content ul li + li {
  margin-top: 0.5em;
}
article .s_content ul li {
  padding-left: 1em;
}
article .s_content ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #bcbab5;
  left: 0;
  top: 0.88em;
  margin-top: -0.25em;
}
article .s_content ol {
  counter-reset: li;
}
article .s_content ol li {
  position: relative;
  padding-left: 1.5em;
}
article .s_content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) ".";
  color: #bcbab5;
  font-weight: 700;
}
article .s_content p {
  line-height: 2;
}
article .s_content blockquote {
  color: #888b8f;
  font-style: italic;
  border-left: 1px solid #e7e5e2;
  padding-left: 50px;
}
article .s_content * + h1,
article .s_content * + h2,
article .s_content * + h3,
article .s_content * + h4,
article .s_content * + h5,
article .s_content * + h6,
article .s_content * + div:not(.column1):not(.box):not(.box_border):not(.voice):not(.profile),
article .s_content * + img,
article .s_content * + ul,
article .s_content * + ol,
article .s_content * + p:not(.wp-caption-text) {
  padding-top: 2em;
}
article .s_content * + blockquote {
  margin-top: 2em;
}
article .s_content * + .column1,
article .s_content * + .box,
article .s_content * + .box_border,
article .s_content * + .voice,
article .s_content * + table {
  margin-top: 50px;
}
article .s_content hr {
  clear: both;
  padding-top: 50px;
  border-top: none;
  border-bottom: 1px solid #e7e5e2;
}
article .s_content hr + *:not(.column1):not(.box):not(.box_border):not(.voice):not(table) {
  padding-top: 50px !important;
}
article .s_content hr + blockquote {
  margin-top: 50px !important;
}
article .s_content img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
article .s_content div {
  max-width: 100% !important;
}
article .s_content table {
  width: 100%;
  border-top: 1px solid #e7e5e2;
  border-left: 1px solid #e7e5e2;
}
article .s_content table th,
article .s_content table td {
  border-right: 1px solid #e7e5e2;
  border-bottom: 1px solid #e7e5e2;
  font-size: 1.6rem;
  line-height: 1.75;
  vertical-align: middle;
}
article .s_content table th {
  background: #f6f6f6;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 130px;
  padding: 14px 10px;
}
article .s_content table td {
  padding: 14px 20px;
}
article .s_content .alignnone {
  display: block;
}
article .s_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .s_content .alignleft,
article .s_content .alignright {
  padding: 0.5em 0 10px;
}
article .s_content .alignleft {
  float: left;
  margin-right: 40px;
}
article .s_content .alignright {
  float: right;
  margin-left: 40px;
}
article .s_content .wp-caption-text {
  margin-top: 10px;
  color: #5e6062;
  font-size: 1.4rem;
  line-height: 1.75;
}
article .s_content .column1 {
  position: relative;
  padding-left: 235px;
  min-height: 130px;
  font-size: 1.4rem;
  line-height: 1.75;
}
article .s_content .column1 img {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 127px;
}
article .s_content .column1 h1, article .s_content .column1 h2, article .s_content .column1 h3, article .s_content .column1 h4, article .s_content .column1 h5, article .s_content .column1 h6 {
  font-size: 1.8rem;
}
article .s_content .column1 h1 img, article .s_content .column1 h2 img, article .s_content .column1 h3 img, article .s_content .column1 h4 img, article .s_content .column1 h5 img, article .s_content .column1 h6 img {
  top: 0.375em;
}
article .s_content .column1 *:not(img) + p:not(.wp-caption-text) {
  padding-top: 1rem;
}
article .s_content .column1 p {
  font-size: 1.4rem;
}
article .s_content .column1 + .column1 {
  margin-top: 30px !important;
}
article .s_content .box {
  background: #f6f6f6;
  padding: 2.5em !important;
}
article .s_content .box > p {
  font-size: 1.6rem;
}
article .s_content .box_border {
  border: 1px solid #e7e5e2;
  padding: 30px !important;
  border-radius: 4px;
  text-align: center;
}
article .s_content .box_border .ttl {
  margin: -31px -31px 0;
  background: #d70c19;
  color: #fff;
  line-height: 2.5;
  border-radius: 4px 4px 0 0;
}
article .s_content .box_border .ttl + * {
  padding-top: 2em;
}
article .s_content .box_border p {
  font-size: 1.6rem;
  line-height: 1.75;
}
article .s_content .box_border .txtlink {
  font-size: 1.4rem;
}
article .s_content .box_border .note {
  color: #888b8f;
  font-size: 1.4rem;
}
article .s_content .box_border * + p {
  padding-top: 1em;
}
article .s_content .voice {
  background: #f6f6f6;
  padding: 40px 2.5em 2.5em !important;
  position: relative;
}
article .s_content .voice > p {
  font-size: 1.6rem;
}
article .s_content .voice .label {
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #d70c19;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  padding: 0 45px;
  line-height: 40px;
}
article .s_content .voice .profile {
  letter-spacing: -.4em;
  padding-top: 1em;
}
article .s_content .voice .profile .img {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.04em;
  width: 75px;
}
article .s_content .voice .profile img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
article .s_content .voice .profile p {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 75px );
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 18px;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1.75;
}
article .s_content .voice .profile p strong {
  display: block;
  color: #d70c19;
  font-size: 1.8rem;
}
article .s_content .voice .profile + p {
  padding-top: 1em;
}
article .s_content .link_article {
  display: block;
  text-decoration: none;
  color: #353535;
  background: #f2efec;
  letter-spacing: -.4em;
}
article .s_content .link_article:hover .ttl {
  color: #d70c19;
}
article .s_content .link_article .thumb {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 3px solid #d70c19;
  letter-spacing: 0.04em;
  position: relative;
}
article .s_content .link_article .thumb::before, article .s_content .link_article .thumb::after {
  content: '';
  display: block;
}
article .s_content .link_article .thumb::before {
  padding-top: 60.42%;
}
article .s_content .link_article .thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
article .s_content .link_article p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.04em;
  width: calc( 100% - 203px );
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.75;
}
article .s_content .link_article .ttl {
  display: block;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  max-height: 3.5em;
  overflow: hidden;
}
article .s_content .link_article .excerpt {
  display: block;
  margin-top: 5px !important;
  color: #888b8f;
  font-size: 1.2rem;
  max-height: 3.5em;
  overflow: hidden;
}
article .s_content .link_article + .link_article {
  margin-top: 20px;
}
article .s_content *:not(.link_article) + .link_article {
  margin-top: 2em;
}
article .s_content .btn1 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #d70c19;
  color: #d70c19;
  background: #fff;
  min-width: 275px;
  max-width: 100%;
  overflow: hidden;
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 58px;
  text-decoration: none;
}
article .s_content .btn1::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
  width: 15px;
  height: 100%;
  margin-right: 6px;
}
article .s_content .btn1:hover {
  background: #d70c19;
  color: #fff;
}
article .s_content .btn1:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
article .s_content .youtube {
  text-align: center;
}

main.error_404 {
  padding-bottom: 100px;
}
main.error_404 .ttl {
  color: #d70c19;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  padding-top: 100px;
}
main.error_404 .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
}

main.coming {
  padding-bottom: 100px;
}
main.coming .ttl {
  color: #d70c19;
  font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  padding-top: 100px;
}
main.coming .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.formError .formErrorContent {
  background: #d70c19;
  position: relative;
  z-index: 1;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 11px;
  line-height: 1.5;
  padding: 6px 10px;
  border-radius: 4px;
  letter-spacing: normal;
  text-align: left;
}
.formError .formErrorArrow {
  width: 12px;
  position: absolute;
  bottom: -4px;
  left: 10px;
  z-index: 2;
}
.formError .formErrorArrow div {
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrow .line10 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #d70c19 transparent transparent transparent;
}
.formError .formErrorArrow .line9,
.formError .formErrorArrow .line8,
.formError .formErrorArrow .line7,
.formError .formErrorArrow .line6,
.formError .formErrorArrow .line5,
.formError .formErrorArrow .line4,
.formError .formErrorArrow .line3,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line1 {
  display: none;
}
.formError .formErrorArrow.formErrorArrowBottom {
  bottom: auto;
  top: -4px;
}
.formError .formErrorArrow.formErrorArrowBottom .line10 {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #d70c19 transparent;
}

.ajaxSubmit {
  display: none;
}
