@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "A-OTF-A1MinchoStd";
  src: url("/font/A-OTF-A1MinchoStd.otf");
}
/*--------------------------------------------------

  base

--------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  min-width: 375px;
  line-height: 2;
  color: #222;
  font-size: 1.4rem;
  font-size: max(14px, 3.7333333333vw);
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  overflow-x: hidden;
}
main section {
  padding: 50px 0;
  padding: max(50px, 13.3333333333vw) 0;
}
main section section {
  padding: 0;
}

section article {
  padding: 0;
}

[class*=_wrapper] {
  width: 93.3333333333%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 700;
  font-family: "A-OTF-A1MinchoStd", "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}

h2 {
  font-size: 2.4rem;
  font-size: max(24px, 6.4vw);
}

h3 {
  font-size: 2.4rem;
  font-size: max(24px, 6.4vw);
}

h4 {
  font-size: 2rem;
  font-size: max(20px, 5.3333333333vw);
}

h5 {
  font-size: 1.8rem;
  font-size: max(18px, 4.8vw);
}

h6 {
  font-size: 1.6rem;
  font-size: max(16px, 4.2666666667vw);
}

p:not([class]):not(:last-of-type) {
  margin-bottom: 2.6666666667vw;
}

.js-ovh {
  overflow: hidden;
}

a {
  display: block;
  height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
img[class] {
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, img[class] {
    max-width: none;
  }
  *::-ms-backdrop, img.snowfall-flakes {
    max-width: none;
  }
}

.pc {
  display: none !important;
}

/*--------------------------------------------------

  sb_style

--------------------------------------------------*/
.sb_style a {
  display: inline-block !important;
  text-decoration: underline;
}
.sb_style em {
  font-style: italic;
}
.sb_style table {
  border: 1px solid #666;
}
.sb_style table th,
.sb_style table td {
  border: 1px solid #666;
}
.sb_style img {
  width: auto;
  height: auto;
}
.sb_style a {
  color: #008bf7;
}
.sb_style table {
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border: none;
}
.sb_style table tbody {
  width: 100%;
  display: table;
}
.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}
.sb_style h1 {
  padding: 0 5px;
  font-size: 6vw;
  padding-bottom: 3%;
  border-bottom: 1px solid #004da0;
}
.sb_style h2 {
  padding-left: 5%;
  font-size: 5.5vw;
  border-left: 2px solid #004da0;
}
.sb_style h3 {
  font-size: 5vw;
  padding: 3% 4%;
  background: #004da0;
  color: #fff;
}
.sb_style h4 {
  padding-bottom: 3%;
  font-size: 4.8vw;
  position: relative;
}
.sb_style h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
  background: #004da0;
}
.sb_style h5 {
  font-size: 4.5vw;
  padding: 3% 5%;
  background: #f2f2f2;
}
.sb_style h6 {
  font-size: 4.2vw;
  color: #004da0;
}
.sb_style ul li {
  position: relative;
  padding-left: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sb_style ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #000;
}
.sb_style ol {
  counter-reset: item;
}
.sb_style ol li {
  position: relative;
  padding-left: 8vw;
  margin-bottom: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sb_style ol li:last-child {
  margin-right: 0;
}
.sb_style ol li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: item;
  content: counter(item);
  width: 6vw;
  height: 6vw;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}