@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&display=swap");
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", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  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-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: "Manrope", 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: #4fa3d9;
}
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;
}

.light {
  font-weight: 400 !important;
}

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: 36px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  background: #f3f3f3;
  border-radius: 18px;
  padding-left: 20px;
}
.search_form input[type="search"] {
  width: calc( 100% - 37px );
  margin-right: 10px;
  border: none;
  background: transparent !important;
  line-height: 34px;
}
.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 {
  border: none;
  width: 27px;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  float: right;
  cursor: pointer;
  background: url("../img/ico_search.svg") no-repeat left center/15px;
}

@media screen and (max-width: 480px) {
  .search_form {
    background: #fff;
  }
}
header address,
footer address {
  margin: 0 auto;
  position: relative;
  padding-left: 360px;
}
header address .name,
footer address .name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
header address .address,
footer address .address {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
header address .contact,
footer address .contact {
  display: inline-block;
  vertical-align: top;
}
header address .contact li,
footer address .contact li {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.29;
  white-space: nowrap;
}
header address .contact li + li,
footer address .contact li + li {
  margin-left: 16px;
}
header address .contact .label,
footer address .contact .label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-right: 8px;
  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 .btn,
footer address .btn {
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 30px;
  border-radius: 15px;
  text-decoration: none;
  background: #fff;
  color: #353535;
  line-height: 30px;
  font-size: 1.2rem;
  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: 4px;
}
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;
}

@media screen and (max-width: 480px) {
  header address,
  footer address {
    padding-left: 0;
  }
  header address .name,
  footer address .name {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  header address .address,
  footer address .address {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-bottom: 4px;
  }
  header address .contact,
  footer address .contact {
    display: block;
  }
  header address .contact li,
  footer address .contact li {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.33;
  }
  header address .contact li + li,
  footer address .contact li + li {
    margin-left: 8px;
  }
  header address .contact .label,
  footer address .contact .label {
    line-height: 1.45;
    margin-right: 4px;
    font-size: 1.1rem;
    padding: 0 4px;
    min-width: 33px;
  }
  header address .btn,
  footer address .btn {
    margin-top: 10px;
    margin-left: 0;
    width: 130px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 1.1rem;
  }
  header address .btn::before,
  footer address .btn::before {
    margin-right: 2px;
  }
  header address .btn:hover,
  footer address .btn:hover {
    background: #fff;
    color: #353535;
  }
  header address .btn:hover::before,
  footer address .btn:hover::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_re.svg") no-repeat center center/contain;
  }
}
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.fix {
    position: fixed;
  }
  header address {
    margin-top: 23px;
  }
}
.glo_nav1 {
  position: relative;
  z-index: 17;
  padding: 0 2.7%;
  letter-spacing: -.4em;
  text-align: right;
  height: 100px;
  background: #fff;
}
.glo_nav1 .logo {
  width: 285px;
  position: absolute;
  left: 2.7%;
  top: 17px;
  letter-spacing: 0.02em;
}
.glo_nav1 .logo a {
  display: block;
  width: 100%;
}
.glo_nav1 > a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}
.glo_nav1 .search_form {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-top: 32px;
  margin-right: 16px;
}
.glo_nav1 .contact {
  display: inline-block;
  vertical-align: top;
  margin-top: 33px;
  margin-right: 8px;
  height: 34px;
  line-height: 35px;
  padding: 0 8px 0 6px;
  border-radius: 4px;
}
.glo_nav1 .contact::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 .contact:hover {
  color: #fff;
  background: #d70c19;
}
.glo_nav1 .contact:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
.glo_nav1 .lang {
  margin-top: 40px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #353535;
  overflow: hidden;
  letter-spacing: 0;
  position: relative;
}
.glo_nav1 .lang:hover {
  color: #fff;
  background: #d70c19;
  border: 1px solid #d70c19;
}
.glo_nav1 .all {
  display: none;
}

@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: 59.26%;
    max-width: 200px;
    position: relative;
    left: 0;
    top: 0;
  }
  .glo_nav1 > a {
    font-size: 1rem;
  }
  .glo_nav1 .contact,
  .glo_nav1 .search_form {
    display: none;
  }
  .glo_nav1 .lang {
    position: absolute;
    top: 26px;
    right: calc( 5% + 42px );
    margin-top: 0;
    margin-left: 0;
    padding: 0 .5em;
    height: 18px;
    line-height: 17px;
  }
  .glo_nav1 .lang:hover {
    color: #353535;
    background: transparent;
    border: 1px solid #353535;
  }
  .glo_nav1 .all {
    position: absolute;
    top: 25px;
    right: 5%;
    display: block;
    width: 25px;
    height: 20px;
  }
  .glo_nav1 .all .line {
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #353535;
    -webkit-transition: background .5s;
            transition: background .5s;
  }
  .glo_nav1 .all .line::before, .glo_nav1 .all .line::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #353535;
    position: absolute;
    left: 0;
  }
  .glo_nav1 .all .line::before {
    top: -9px;
    -webkit-transition: -webkit-transform .5s, top .5s;
            transition: transform .5s, top .5s;
  }
  .glo_nav1 .all .line::after {
    bottom: -9px;
    -webkit-transition: -webkit-transform .5s, bottom .5s;
            transition: transform .5s, bottom .5s;
  }
}
.glo_nav2 {
  background: #f2efec;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 15;
  *zoom: 1;
  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: 77%;
  display: table;
  float: left;
}
.glo_nav2 > ul > li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 10px 10px 11px;
}
.glo_nav2 > ul > li > a {
  display: block;
  text-align: center;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  border-radius: 5px;
  position: relative;
}
.glo_nav2 > 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;
}
.glo_nav2 > ul > li > a:hover {
  background: #87857f;
  color: #fff;
}
.glo_nav2 > ul > li > a: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::before, .glo_nav2 > ul > li.field > a::before, .glo_nav2 > ul > li.country > a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.glo_nav2 > ul > li + li > a::after {
  content: '';
  display: block;
  background: #dedad5;
  width: 1px;
  height: 20px;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -10px;
}
.glo_nav2 .layer {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
}
.glo_nav2 .search {
  display: none;
}
.glo_nav2 .donate {
  display: block;
  text-align: center;
  font-weight: 700;
  width: 23%;
  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: 8px;
}
.glo_nav2 .donate:hover {
  background: #9a0912;
}

@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: 74%;
  }
  header.fix .glo_nav2 > ul > li:first-child > a::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: 20%;
  }
  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;
    position: relative;
    box-shadow: none;
  }
  .glo_nav2 > .top {
    display: none;
  }
  .glo_nav2 > ul {
    display: none;
  }
  .glo_nav2 .search {
    display: block;
    width: 65%;
    float: left;
    background: #f2efec;
    padding: 7px 0;
  }
  .glo_nav2 .search .search_form {
    width: 60vw;
    margin: 0 auto;
  }
  .glo_nav2 .donate {
    width: 35%;
    height: 50px;
    line-height: 50px;
  }

  header.fix .glo_nav2 {
    position: relative;
  }
}
.hover {
  display: none;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  width: 1040px;
  margin-left: -520px;
  background: #fff;
}
.hover .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 45px 0 60px;
}
.hover .about,
.hover .field,
.hover .country {
  padding: 0 50px;
}
.hover .sub {
  margin-top: 20px;
  letter-spacing: -.4em;
  position: relative;
}
.hover .sub ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.02em;
  width: 408px;
  border-top: 1px solid #e7e5e2;
}
.hover .sub ul + ul {
  margin-left: 44px;
}
.hover .sub ul li {
  border-bottom: 1px solid #e7e5e2;
}
.hover .sub ul a {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 50px;
  height: 50px;
  padding: 0 5px;
}
.hover .sub ul 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;
}
.hover .sub ul a:hover {
  background: #fdf4f4;
}
.hover .sub ul a:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}
.hover .sub .btn_emergency {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  height: 40px;
  border: 1px solid #d70c19;
  border-radius: 20px;
  line-height: 38px;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 40px;
  color: #d70c19;
  letter-spacing: 0.02em;
}
.hover .sub .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;
}
.hover .sub .btn_emergency:hover {
  background: #d70c19;
  color: #fff;
}
.hover .sub .btn_emergency:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
}
.hover .sub .btn {
  margin-top: 30px;
  display: inline-block;
  width: 408px;
  height: 50px;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e7e5e2;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 48px;
}
.hover .sub .btn + .btn {
  margin-left: 44px;
}
.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;
}
.hover .sub .btn:hover {
  background: #fdf4f4;
}
.hover .sub .btn:hover::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_re.svg") no-repeat center center/contain;
}
.hover .top + .sub {
  margin-top: 30px;
}
.hover .about,
.hover .field,
.hover .country {
  border-radius: 5px;
  background: #fff;
}
.hover .about a,
.hover .field a,
.hover .country a {
  display: block;
}
.hover .about .ttl,
.hover .field .ttl,
.hover .country .ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
}
.hover .about .note,
.hover .field .note,
.hover .country .note {
  margin-left: 20px;
  display: inline-block;
  font-size: 1.4rem;
}
.hover .about .top,
.hover .field .top,
.hover .country .top {
  background: #d70c19;
  color: #fff;
  font-weight: 700;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 25px;
}
.hover .about .top::before,
.hover .field .top::before,
.hover .country .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;
}
.hover .about .top:hover,
.hover .field .top:hover,
.hover .country .top:hover {
  background: #9a0912;
}
.hover .about .note + .top,
.hover .field .note + .top,
.hover .country .note + .top {
  margin-top: 24px;
}
.hover .country .sub ul {
  width: 260px;
}
.hover .country .sub ul + ul {
  margin-left: 40px;
}
.hover .close {
  display: block;
  text-decoration: none;
  text-align: center;
  height: 60px;
  background: #878580;
  color: #fff;
  line-height: 59px;
  font-size: 1.4rem;
  font-weight: 700;
}
.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;
}
.hover .close:hover {
  background: #676560;
}

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.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:not(.nav_open).hover_field header {
  height: 100vh;
}
body:not(.nav_open).hover_field::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.hover_field .glo_nav2 {
  height: auto;
}
body.hover_field .glo_nav2 li.field > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_field .glo_nav2 li.field > 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_field .glo_nav2 li.field > a:not(.layer):hover {
  background: #676560;
}
body.hover_field .glo_nav2 li.field .hover,
body.hover_field .glo_nav2 li.field .layer {
  display: block;
}
body.hover_field::after {
  z-index: 14;
}

body:not(.nav_open).hover_country header {
  height: 100vh;
}
body:not(.nav_open).hover_country::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.hover_country .glo_nav2 {
  height: auto;
}
body.hover_country .glo_nav2 li.country > a:not(.layer) {
  background: #87857f;
  color: #fff;
}
body.hover_country .glo_nav2 li.country > 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_country .glo_nav2 li.country > a:not(.layer):hover {
  background: #676560;
}
body.hover_country .glo_nav2 li.country .hover,
body.hover_country .glo_nav2 li.country .layer {
  display: block;
}
body.hover_country::after {
  z-index: 14;
}

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

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

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

@media screen and (max-width: 480px) {
  .nav_all {
    position: absolute;
    z-index: 18;
    left: 0;
    top: 70px;
    height: calc( 100vh - 70px );
    overflow-y: scroll;
    width: 100%;
    background: #f2efec;
  }
  .nav_all .inr {
    width: 90%;
    padding: 14px 0 25px;
    margin: 0 auto;
    text-align: left;
  }
  .nav_all .search_form {
    width: 60vw;
    display: inline-block;
    vertical-align: top;
  }
  .nav_all a.contact {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 26.67vw;
    height: 36px;
    border-radius: 18px;
    text-decoration: none;
    background: #fff;
    color: #353535;
    line-height: 36px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .nav_all a.contact::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: 2px;
  }
  .nav_all a.donate {
    margin-top: 8px;
    display: block;
    text-align: center;
    font-weight: 700;
    height: 40px;
    border-radius: 20px;
    background: #d70c19;
    color: #fff;
    line-height: 40px;
    font-size: 1.5rem;
  }
  .nav_all a.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: 6px;
  }
  .nav_all a.top {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 14px;
    line-height: 15px;
  }
  .nav_all a.top::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_re.svg") no-repeat center center/contain;
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .nav_all .inr > a.top {
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
  }
  .nav_all .inr > a.top::before {
    height: 40px;
  }
  .nav_all .about,
  .nav_all .field,
  .nav_all .country {
    margin-top: 10px;
    padding: 14px 0 0;
    background: #fff;
    border-radius: 5px;
  }
  .nav_all .about .note,
  .nav_all .field .note,
  .nav_all .country .note {
    margin: 8px 16px 0;
    display: block;
    color: #888b8f;
    font-size: 1.2rem;
  }
  .nav_all .about ul,
  .nav_all .field ul,
  .nav_all .country ul {
    margin-top: 10px;
    display: block;
    width: auto;
    border-top: 1px solid #e7e5e2;
  }
  .nav_all .about ul li,
  .nav_all .field ul li,
  .nav_all .country ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #e7e5e2;
  }
  .nav_all .about ul a,
  .nav_all .field ul a,
  .nav_all .country ul a {
    display: block;
    font-size: 1.2rem;
    padding: 10px 14px;
    line-height: 15px;
  }
  .nav_all .about ul a::before,
  .nav_all .field ul a::before,
  .nav_all .country ul a::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("../img/arr1_be.svg") no-repeat center center/contain;
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .nav_all .about {
    padding-bottom: 10px;
  }
  .nav_all .about ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_all .about ul li {
    width: 50%;
  }
  .nav_all .about ul li:nth-child(odd) {
    border-right: 1px solid #e7e5e2;
  }
  .nav_all .about .btn {
    margin: 10px 10px 0;
    display: block;
    height: 36px;
    letter-spacing: 0.02em;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e7e5e2;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 34px;
  }
  .nav_all .about .btn + .btn {
    margin: 5px 10px 0;
  }
  .nav_all .about .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 .field {
    padding-bottom: 12px;
  }
  .nav_all .field .btn_emergency {
    margin-top: 12px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    height: 30px;
    border: 1px solid #d70c19;
    border-radius: 15px;
    line-height: 28px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #d70c19;
    letter-spacing: 0.02em;
  }
  .nav_all .field .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 .country ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_all .country ul li {
    width: 50%;
  }
  .nav_all .country ul li:nth-child(odd) {
    border-right: 1px solid #e7e5e2;
  }
  .nav_all .country ul li:last-child {
    border-bottom: none;
  }
  .nav_all .close {
    display: block;
    background: #022184;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
  }
  .nav_all .close .ico {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 50px;
    position: relative;
    margin-right: 6px;
  }
  .nav_all .close .ico::before, .nav_all .close .ico::after {
    content: '';
    display: block;
    vertical-align: top;
    background: #fff;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 25px;
    right: 5%;
  }
  .nav_all .close .ico::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 0;
  }
  .nav_all .close .ico::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (max-width: 480px) {
  body.nav_open {
    overflow: hidden;
  }
  body.nav_open header {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    z-index: 15;
  }
  body.nav_open .nav_all {
    display: block;
  }
  body.nav_open .glo_nav1 .all .line {
    background: rgba(53, 53, 53, 0);
  }
  body.nav_open .glo_nav1 .all .line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.nav_open .glo_nav1 .all .line::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
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;
  font-weight: 800;
  font-size: 5rem;
}
.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 .ttl {
    font-size: 3rem;
    line-height: 1.25;
  }
  .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 .ttl {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.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 .ttl {
    font-size: 3rem;
  }
}
.breadcrumbs {
  background: #e7e5e2;
  padding: 14px 0;
}
.breadcrumbs ul {
  width: 960px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: left;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.breadcrumbs li + li {
  margin-left: 25px;
}
.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;
  }
  .breadcrumbs ul {
    width: 92%;
    font-size: 10px;
    line-height: 15px;
    overflow: hidden;
  }
  .breadcrumbs li + li {
    margin-left: 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-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-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-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.02em;
    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-weight: 600;
  font-size: 2rem;
  letter-spacing: .06em;
}
.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: 1em;
}
.s_ttl1 .en::after {
  margin-left: 1em;
}
.s_ttl1 .en2 {
  margin-top: 58px;
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.33;
}
.s_ttl1.left {
  text-align: left;
}
.s_ttl1.left .en {
  font-size: 1.5rem;
}
.s_ttl1.left .en::before {
  margin-right: 12px;
}
.s_ttl1.left .en::after {
  display: none;
}

@media screen and (max-width: 480px) {
  .s_ttl1 .en {
    font-size: 1.5rem;
    letter-spacing: .06em;
  }
  .s_ttl1 .en2 {
    margin-top: 28px;
    font-size: 2.1rem;
  }
  .s_ttl1.left .en {
    font-size: 1.2rem;
  }
}
.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;
  font-weight: 800;
  font-size: 3.5rem;
}
.s_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) {
  .s_ttl2::before {
    height: 120px;
  }
  .s_ttl2 .ttl {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.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-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-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;
}

@media screen and (max-width: 480px) {
  .btn1_s {
    font-size: 1.2rem;
  }
}
.txtlink {
  display: inline-block;
  vertical-align: top;
  color: #4fa3d9;
  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-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-weight: 700;
  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: 78px;
}
footer .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
footer .inr a {
  color: #353535;
}
footer address .logo {
  position: absolute;
  left: 0;
  top: -19px;
  width: 285px;
}
footer .copyright {
  margin-top: 52px;
  height: 60px;
  background: #d70c19;
  color: #fff;
  font-size: 1.4rem;
  line-height: 60px;
}
footer .pagetop {
  display: none;
  position: fixed;
  z-index: 5;
  right: 35px;
  bottom: 35px;
  color: #fff;
  background: #d70c19;
  border: 1px solid #9a0912;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 10px;
  box-sizing: border-box;
  padding-top: 4px;
  text-decoration: none;
}
footer .pagetop::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_wh.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
footer .pagetop:hover {
  background: #9a0912;
}
footer .pagetop.on {
  display: block;
}
footer .popup_cookie {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  min-width: 1100px;
  background: rgba(53, 53, 53, 0.9);
  color: #fff;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity .5s, bottom .5s;
          transition: opacity .5s, bottom .5s;
}
footer .popup_cookie.off {
  bottom: -100px;
  opacity: 0;
}
footer .popup_cookie a {
  color: #fff;
}
footer .popup_cookie p {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 0;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
footer .popup_cookie .close {
  display: block;
  position: absolute;
  left: calc( 50% + 320px );
  top: calc( 50% - 20px );
  text-decoration: none;
  text-align: center;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  line-height: 39px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #353535;
  background: #fff;
}
footer .popup_cookie .close::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 100%;
  background: url("../img/ico_close_re.svg") no-repeat center center/8px 8px;
  margin-right: 10px;
}
footer .popup_cookie .close:hover {
  color: #fff;
  background: #d70c19;
}
footer .popup_cookie .close:hover::before {
  background: url("../img/ico_close_wh.svg") no-repeat center center/8px 8px;
}

@media screen and (max-width: 480px) {
  footer {
    padding-top: 24px;
  }
  footer .inr {
    width: 90%;
  }
  footer address .logo {
    position: relative;
    top: 0;
    width: 244px;
    margin-bottom: 20px;
  }
  footer .copyright {
    margin-top: 20px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
  }
  footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding-top: 0;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
  }
  footer .pagetop br {
    display: none;
  }
  footer .pagetop::before {
    position: absolute;
    top: 9px;
    left: 9px;
  }
  footer .pagetop:hover {
    background: #d70c19;
  }
  footer .popup_cookie {
    min-width: 0;
    box-sizing: border-box;
    padding: 15px 5% 20px;
  }
  footer .popup_cookie.off {
    bottom: -200px;
  }
  footer .popup_cookie p {
    width: auto;
    font-size: 1.2rem;
    padding: 0;
  }
  footer .popup_cookie .close {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 10px 0 0;
    width: 120px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    font-size: 1.2rem;
  }
  footer .popup_cookie .close:hover {
    color: #353535;
    background: #fff;
  }
  footer .popup_cookie .close:hover::before {
    background: url("../img/ico_close_re.svg") no-repeat center center/8px 8px;
  }
}
.article_list1 {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
.article_list1 article {
  width: 240px;
  text-align: left;
}
.article_list1 a {
  display: block;
  width: 240px;
  height: 340px;
  background: #e7e5e2;
  position: relative;
  box-sizing: border-box;
  color: #353535;
  text-decoration: none;
}
.article_list1 a:hover {
  background: #f8f7f5;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.article_list1 .label_new {
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 10px;
}
.article_list1 .img {
  background: #f3f3f3;
  border-bottom: 3px solid #d70c19;
  overflow: hidden;
  position: relative;
}
.article_list1 .img::before {
  content: '';
  display: block;
  padding-top: 60%;
}
.article_list1 .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.article_list1 .ttl {
  margin-top: 16px;
  height: 5.25em;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 0 18px 0 20px;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.article_list1 a:hover .ttl {
  color: #d70c19;
}
.article_list1 .cat {
  margin-top: 25px;
  margin-right: -1em;
  color: #4fa3d9;
  font-size: 1.1rem;
  line-height: 1.64;
  padding: 0 20px;
  height: 3.28em;
  overflow: hidden;
}
.article_list1 .cat li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.article_list1 .date {
  color: #888b8f;
  font-size: 1.1rem;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media screen and (max-width: 480px) {
  .article_list1 {
    width: 90%;
    margin: 30px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 15px;
  }
  .article_list1 article {
    width: calc( 50% - 7.5px );
  }
  .article_list1 a {
    width: auto;
    height: auto;
    background: #f8f7f5;
    padding-bottom: 14px;
  }
  .article_list1 a:hover {
    box-shadow: none;
  }
  .article_list1 .label_new {
    left: -7px;
    top: 7px;
  }
  .article_list1 .ttl {
    margin-top: 12px;
    font-size: 1.2rem;
    height: 7em;
    padding: 0 15px;
    overflow: hidden;
  }
  .article_list1 .cat {
    display: none;
  }
  .article_list1 .date {
    margin-top: 12px;
    position: relative;
    padding: 0 15px;
    left: 0;
    bottom: 0;
  }
}
.article_list2 {
  letter-spacing: -.4em;
  width: 1040px;
  margin: 0 auto -30px;
  text-align: left;
}
.article_list2 article {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.02em;
}
.article_list2 a {
  text-decoration: none;
  display: block;
  *zoom: 1;
  background: #f2efec;
  width: 490px;
  box-sizing: border-box;
  position: relative;
  margin: 0 15px 30px;
}
.article_list2 a:before, .article_list2 a:after {
  content: '';
  display: table;
}
.article_list2 a:after {
  clear: both;
}
.article_list2 a:hover {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.article_list2 a:hover .ttl {
  color: #d70c19;
}
.article_list2 .img {
  float: left;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-right: 3px solid #d70c19;
  margin-right: 20px;
}
.article_list2 .img img {
  width: 100%;
  height: auto;
}
.article_list2 .ttl {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.75;
  height: 3.5em;
  overflow: hidden;
  padding: 15px 20px 0 0;
  color: #353535;
}
.article_list2 .sub {
  margin-top: 20px;
}
.article_list2 .cat {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  background: #bcbab5;
  color: #fff;
  text-align: center;
  width: 100px;
  border-radius: 4px;
  line-height: 1.55;
  font-size: 1.1rem;
}
.article_list2 .date {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #888b8f;
}

@media screen and (max-width: 480px) {
  .article_list2 {
    width: 90%;
    margin: 0 auto;
  }
  .article_list2 article {
    display: block;
    border-top: 3px solid #d70c19;
  }
  .article_list2 article + article {
    margin-top: 15px;
  }
  .article_list2 a {
    width: auto;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  .article_list2 a:hover {
    box-shadow: none;
  }
  .article_list2 .img {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 37.3%;
    height: auto;
    border-right: none;
    margin-right: 0;
  }
  .article_list2 .ttl {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    height: auto;
    max-height: 3.5em;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    width: calc( 62.7% - 14px );
  }
  .article_list2 .sub {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 12px;
  }
  .article_list2 .cat {
    margin-left: 10px;
    margin-right: 10px;
  }
  .article_list2 .cat a {
    width: auto;
    padding: 0 8px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 10px;
  }
  .article_list2 .date {
    font-size: 10px;
    line-height: 1.5;
  }
}
.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-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: #4fa3d9;
}

@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;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
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-weight: 700;
  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-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: #888b8f;
  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-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.02em;
  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.02em;
  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.02em;
  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.02em;
  width: calc( 100% - 203px );
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.75;
}
article .s_content .link_article .ttl {
  display: block;
  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-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;
}

main.error_404 {
  padding-bottom: 100px;
}
main.error_404 .ttl {
  color: #d70c19;
  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-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;
}

.yarpp-related {
  margin: 0 !important;
}

.yarpp-related a {
  font-weight: normal !important;
}
