@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
}

@media screen\0 {
  .iefont {
    font-family: ‘Meiryo’, ‘メイリオ‘, ’ＭＳ Ｐゴシック’, sans-serif;
    font-weight: normal;
  }
}

.type_min {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

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

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

img {
  display: block;
  width: 100%;
}

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.only_pc {
  display: none;
}

.only_sp {
  display: block;
  font-size: 0;
}

footer {
  background-color: #000;
  padding: 10px 15px;
}

footer a {
  display: block;
  width: 110px;
  margin: 0 auto 10px;
}

footer a img {
  width: 100%;
}

footer p {
  margin: 0 auto 0.5em;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}

@media all and (min-width: 641px) {
  .only_pc {
    display: block;
    font-size: 0;
  }
  .only_sp {
    display: none;
  }
}

.thin {
  font-feature-settings: "palt";
}

.wrapper {
  position: relative;
}

.contents {
  background: url(../images/bg.jpg) top center no-repeat #d25e35;
  padding: 20px 0 60px;
  background-size: cover;
}

.contents h2,
.contents p {
  color: #231815;
}

.contents p {
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.contentWrap {
  background: #f4ece0;
  width: 92%;
  margin: auto;
  padding: 20px 0 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(158, 131, 70, 0.2);
}

#container {
  position: fixed;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8c284;
  border-radius: 20px 20px 0 0;
  padding: 1em 1em 0.5em;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(155, 52, 31, 0.6);
  z-index: 10;
}

#container p {
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.5;
  color: #231815;
}

#container .title {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container .title p {
  font-weight: 700;
}

#container .btn {
  background: #cf121b;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  transition: 0.4s;
}

#container .btn:hover {
  background: #ea5504;
}

.head {
  width: 94%;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin: 7px auto;
  position: relative;
}

.head::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% + 7px);
  border-top: 4px solid #231815;
  border-bottom: 4px solid #231815;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  top: -7px;
  position: absolute;
}

.head .logo {
  width: 25%;
  height: auto;
  padding: 0 10px;
  margin: -8px auto 0;
  background: #f4ece0;
  position: relative;
  z-index: 1;
}

.head h1 {
  width: 92%;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
}

.head h1 img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.head .deco {
  display: flex;
  width: 80%;
  margin: 10px auto 5px;
}

.head .deco div {
  margin: 0 5px;
  width: 100%;
  height: auto;
}

.head .deco .line {
  display: none;
}

.head .line {
  height: 5px;
  width: 100%;
  display: block;
}

.head .line hr {
  margin-top: -5px;
  color: #231815;
}

.head .line::before {
  content: "";
  background: url(../images/tri.svg) left center no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  margin: -5px 0 0 -2px;
  position: relative;
}

.head .line::after {
  content: "";
  background: url(../images/tri.svg) right 0% center no-repeat;
  transform: rotate(180deg);
  background-size: 10px 10px;
  float: right;
  width: 10px;
  height: 10px;
  display: block;
  margin: -6px -2px 0 0;
}

.main {
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  width: 94%;
  margin: auto;
  padding: 30px 4%;
  box-sizing: border-box;
}

h2 span.rote {
  font-size: 120%;
  transform: rotate(10deg);
  display: inline-block;
  color: #231815;
}

h2 span.note {
  color: #cf121b;
}

.lead {
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.lead span {
  font-size: 150%;
  font-weight: 700;
}

.sec02 h3 {
  margin-top: 20px;
}

.sec02 h3 p.or {
  display: block;
}

.sec02 h3 p.or span {
  font-size: 120%;
  color: #fff;
  font-weight: 700;
}

.sec02 h3 .wave {
  text-decoration: rgba(255, 255, 255, 0.8) wavy underline;
  line-height: 1.5;
}

.sec02 .box-border {
  display: flex;
  margin-top: 90px;
}

.sec02 .box-border .border-bg {
  background-image: repeating-linear-gradient(-45deg, #231815, #fff 1px, transparent 0, transparent 6px);
  width: 10px;
  padding-right: 10px;
}

.sec02 .box-border .inner {
  margin-left: 10px;
  width: 98%;
}

.sec02 .box-border .title p span {
  font-size: 110%;
  font-weight: 700;
  color: #231815;
}

.sec02 li {
  margin: 30px 0;
}

.sec02 li > div {
  width: 90%;
}

.sec02 li img {
  width: 80px;
  height: auto;
}

.sec02 li .title {
  margin-top: 0.5em;
}

.sec02 li .title p {
  background: #f4ece0;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 10px;
}

.sec02 li .title p.nopadd {
  padding-right: 0;
}

.sec02 li .letter {
  margin-top: -1em;
  border-top: 1px solid #231815;
  padding-top: 30px;
}

.sec02 .bg-blend {
  display: block;
  background: url(../images/p1_img_02.jpg) right 0 top 60px no-repeat;
  background-size: 30%;
  margin-top: 20px;
}

.selif {
  position: relative;
  padding: 1em;
  background-color: #dec6a1;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.selif::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  right: -15px;
  top: 22px;
  border-left: 25px solid transparent;
  border-top: 25px solid #dec6a1;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.selif::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  right: -25px;
  top: 40px;
  border-left: 25px solid transparent;
  border-top: 25px solid #f4ece0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.link_foot {
  border: 1px solid #231815;
  width: calc(94% - 2px);
  margin: auto;
  overflow: hidden;
  position: relative;
}

.link_foot .nextPageLink {
  border-bottom: 1px solid #231815;
}

.link_foot .nextPageLink a {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.link_foot .nextPageLink a img {
  height: 16px;
  width: auto;
  margin-right: 5px;
}

.link_foot .nextPageLink a p {
  margin-left: 15px;
  line-height: 1.3;
}

.link_foot .nextPageLink a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.link_foot .nextPageLink a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link_foot .nextPageLink a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgba(255, 185, 153, 0.8);
  z-index: -1;
  transition: transform 0.4s ease;
}

.link_foot .coopLink {
  border-bottom: 1px solid #231815;
}

.link_foot .coopLink a {
  width: 80%;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(155, 52, 31, 0.6);
  transition: 0.4s;
}

.link_foot .coopLink a:hover {
  box-shadow: 0 0 20px rgba(155, 52, 31, 0.8);
}

.link_foot .pagenum {
  border-right: 1px solid #231815;
  float: left;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}

.link_foot .link {
  width: 70%;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
}

.link_foot ul {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.link_foot ul li {
  width: 12%;
}

.link_foot ul li a {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #231815;
  position: relative;
  z-index: 2;
}

.link_foot ul li a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.link_foot ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link_foot ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgba(255, 185, 153, 0.8);
  z-index: -1;
  transition: transform 0.3s ease;
}

.page2 .bl {
  color: #fff;
  font-weight: 700;
  background: #008bd5;
  padding: 5px;
  margin-left: -5px;
}

.page2 .bg-blend {
  display: block;
  background: url(../images/p2_img_01.jpg) left 40px bottom no-repeat;
  background-size: 40%;
  padding-bottom: 30px;
}

.page2 .bg-blend .selifWrap {
  text-align: right;
  margin-top: 30px;
}

.page2 .bg-blend .selif {
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.7;
}

.page2 .bg-blend .selif::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: -15px;
  top: 22px;
  right: inherit;
  border-left: 25px solid #dec6a1;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.page2 .bg-blend .selif::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: -25px;
  top: 40px;
  right: inherit;
  border-left: 25px solid #f4ece0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.page2 .rd {
  font-size: 6.5vw;
}

.page2 .sec03 {
  margin-top: 30px;
}

.page3 .inner,
.page3 .title {
  margin: 20px 0;
}

.page3 .title a p {
  display: inline-block;
}

.page3 .imgBox {
  text-align: center;
}

.page3 .imgBox .title p {
  font-size: 94%;
}

.page3 .imgBox .title p span {
  font-size: 150%;
  font-weight: 700;
}

.page3 .imgBox img {
  max-width: 250px;
  margin: 0 auto 10px;
}

.page3 .nanoe_logo {
  width: 80%;
  margin-top: 15px;
}

span.note {
  vertical-align: super;
  font-size: 60%;
}

.youtubeBox {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}

.youtubeBox p {
  text-align: center;
}

.youtubeBox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.frame {
  margin: 30px 0 20px;
  position: relative;
  padding: 0.3em 1em;
  display: inline-block;
}

.frame::before, .frame::after {
  content: "";
  width: 20px;
  height: 2em;
  position: absolute;
  display: inline-block;
}

.frame::before {
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-top: 1px solid #231815;
  left: 0;
  top: 0;
}

.frame::after {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-top: 1px solid #231815;
  right: 0;
  top: 0;
}

.frame p {
  font-weight: 700;
}

.imgWrap {
  margin: 30px 0;
}

h3 {
  font-size: 0;
}

p.sub_cap {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
  margin-top: 1em;
}

p.bg {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.5;
}

p.br {
  background: #231815;
}

p.or {
  background: #ea5504;
}

p.rd {
  background: #cb1427;
}

p.txt-rd {
  color: #cf121b;
}

dl {
  margin-top: 1em;
}

dl dt {
  float: left;
}

dl dd {
  margin-left: 2em;
}

@media screen and (min-width: 641px) {
  .contents {
    padding-top: 45px;
  }
  .contents p {
    font-size: 16px;
  }
  .contentWrap {
    background: #f4ece0;
    width: 92%;
    max-width: 1100px;
    margin: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), inset 0 0 60px rgba(158, 131, 70, 0.4);
  }
  .head {
    width: 94%;
    margin: 40px auto 0;
  }
  .head::before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% + 12px);
    border-top: 6px solid #231815;
    border-left: 1px solid #231815;
    border-right: 1px solid #231815;
    top: -12px;
  }
  .head .logo {
    width: 12%;
    padding: 0 3% 2%;
    margin: -18px auto 0;
  }
  .head h1 {
    width: 70%;
    margin: 25px auto 15px;
  }
  .head h1 .line {
    display: none;
  }
  .head .flexWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  .head .deco {
    flex-wrap: wrap;
    width: 20%;
  }
  .head .deco div {
    margin: auto;
  }
  .head .deco div img {
    margin: auto;
  }
  .head .deco div:nth-child(1) img {
    width: 80%;
  }
  .head .deco div:nth-child(3) {
    margin: -15px 0;
  }
  .head .deco div:nth-child(4) {
    width: 80%;
    margin-top: -10px;
  }
  .head .deco .line {
    display: block;
    width: 80%;
    margin-top: 0;
  }
  .main {
    padding: 40px 30px;
  }
  .page1 .sec01 {
    width: 100%;
  }
  .page1 .sec01 .flexWrap {
    justify-content: space-between;
    align-items: center;
  }
  .page1 .sec01 .flexWrap > div:nth-child(1) {
    width: 44%;
  }
  .page1 .sec01 .flexWrap > div:nth-child(2) {
    width: 56%;
  }
  .page1 .sec01 .flexWrap p.lead {
    text-align: left;
    line-height: 1.5;
    margin: 2vw 0;
  }
  .page1 .sec01 .flexWrap div:nth-child(2) {
    margin-left: 15px;
  }
  .page1 .sec02 {
    margin-top: 60px;
  }
  .page1 .sec02 h3 div {
    display: flex;
  }
  .page1 .sec02 h3 p.or {
    display: inline-block;
    line-height: 50px;
  }
  .page1 .sec02 .block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page1 .sec02 .block > div:nth-child(1) {
    width: 30%;
  }
  .page1 .sec02 .block > div:nth-child(2) {
    width: 65%;
  }
  .page1 .sec02 .selif::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(315deg);
    left: 20px;
    bottom: -18px;
    top: auto;
    right: auto;
    border-left: 25px solid #dec6a1;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .page1 .sec02 .selif::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(315deg);
    left: 38px;
    bottom: -25px;
    top: auto;
    right: auto;
    border-left: 25px solid #f4ece0;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .page1 .sec02 .bg-blend {
    background: url(../images/p1_img_02.jpg) right 0 top 150px no-repeat;
    background-size: 30%;
    margin-top: 20px;
  }
  .page1 .sec02 .box-border {
    margin-top: 40px;
  }
  .page1 .sec02 .box-border li {
    display: flex;
    align-items: flex-start;
  }
  .page1 .sec02 .box-border li img {
    width: 70px;
    margin-right: 10px;
  }
  .page2 .sec02 {
    display: flex;
    justify-content: space-between;
  }
  .page2 .sec02 > div:nth-child(1) {
    order: 2;
    width: 68%;
  }
  .page2 .bg-blend {
    background: url(../images/p2_img_01.jpg) left top 160px no-repeat;
    background-size: 30%;
    padding-bottom: 30px;
  }
  .page2 .bg-blend .selif {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
  .page2 .bg-blend .selif::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(315deg);
    left: 15px;
    bottom: -15px;
    top: auto;
    right: auto;
    border-left: 25px solid #dec6a1;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .page2 .bg-blend .selif::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(315deg);
    left: 30px;
    bottom: -25px;
    top: auto;
    right: auto;
    border-left: 25px solid #f4ece0;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .page2 .sec03 .flexWrap {
    align-items: center;
  }
  .page2 .sec03 .flexWrap > div:nth-child(1) {
    width: 60%;
  }
  .page2 .sec03 .imgWrap {
    width: 40%;
    float: none;
    margin: 0;
  }
  .page2 .sec03 .imgWrap img {
    margin: auto;
  }
  .page2 .imgWrap {
    float: left;
    margin-right: 20px;
  }
  .page2 .imgWrap img {
    max-width: 300px;
  }
  .page2 .rd {
    font-size: 38px;
  }
  .page3 section {
    margin-top: 40px;
  }
  .page3 section.sec02 {
    margin-top: 0;
  }
  .page3 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page3 .inner > div:nth-child(1) {
    width: 56%;
  }
  .page3 .inner > div:nth-child(2) {
    width: 42%;
  }
  .page3 .nanoe_logo {
    width: 230px;
  }
  .page3 .link_foot {
    padding-top: 230px;
  }
  .page3 .link_foot .pagenum {
    height: 230px;
  }
  p.title {
    font-size: 24px;
  }
  .line-slant {
    width: 100%;
    background-image: repeating-linear-gradient(-45deg, #231815, transparent 1px, transparent 0, transparent 6px);
  }
  .frame::before, .frame::after {
    height: 3.5em;
  }
  .frame p {
    font-size: 24px;
  }
  .link_foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 140px;
  }
  .link_foot .nextPageLink {
    border: none;
    order: 2;
    width: 80%;
    right: 0;
    top: 0;
    padding: 10px 0 60px;
    position: absolute;
  }
  .link_foot .nextPageLink a {
    width: 100%;
    justify-content: center;
  }
  .link_foot .nextPageLink a img:nth-child(1) {
    height: 22px;
    width: 44px;
  }
  .link_foot .nextPageLink a img:nth-child(2) {
    height: 22px;
    width: 15px;
  }
  .link_foot .coopLink {
    border: none;
    order: 2;
    width: 80%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .link_foot .pagenum {
    order: 1;
    width: 20%;
    height: 140px;
    top: 0;
    border: none;
    position: absolute;
    border-right: 1px solid #231815;
  }
  .link_foot .pagenum img {
    position: absolute;
    width: 90px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .link_foot .link {
    order: 3;
    width: 80%;
    float: none;
  }
  .link_foot .link ul {
    justify-content: center;
  }
  .link_foot .link li {
    width: 27px;
    margin: 0 20px;
  }
  dl dt,
  dl dd {
    font-size: 12px;
  }
  .flexWrap {
    display: flex;
  }
  p.bg {
    font-size: 27px;
  }
  #container {
    width: 60%;
    max-width: 700px;
    padding: 10px 40px;
  }
  #container .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container .title .btn {
    font-weight: 700;
    margin-left: 20px;
  }
  #container p {
    font-size: 15px;
    text-align: center;
  }
  footer {
    margin: 0;
  }
  footer > div {
    width: 817px;
    margin: 0 auto;
  }
  footer a {
    float: left;
    margin: 10px 50px 0 0;
  }
}

.a-title--h2 {
  line-height: 1.2;
  font-size: 35px;
  font-size: 9.33333vw;
}

@media screen and (min-width: 641px) {
  .a-title--h2 {
    font-size: calc(31px + 33 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .a-title--h2 {
    font-size: 65px;
  }
}

.b-title--h2 {
  line-height: 1.2;
  font-size: 19px;
  font-size: 5.06667vw;
}

@media screen and (min-width: 641px) {
  .b-title--h2 {
    font-size: calc(31px + 33 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .b-title--h2 {
    font-size: 64px;
  }
}

.c-title--h2 {
  margin-top: 0.5em;
  font-size: 17px;
  font-size: 4.53333vw;
}

@media screen and (min-width: 641px) {
  .c-title--h2 {
    font-size: calc(15px + 15 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .c-title--h2 {
    font-size: 30px;
  }
}

.d-title--h2 {
  line-height: 1.2;
  font-size: 24px;
  font-size: 6.4vw;
}

@media screen and (min-width: 641px) {
  .d-title--h2 {
    font-size: calc(20px + 20 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .d-title--h2 {
    font-size: 40px;
  }
}

p.sub_cap {
  font-size: 10px;
  font-size: 2.66667vw;
}

@media screen and (min-width: 641px) {
  p.sub_cap {
    font-size: calc(10px + 2 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  p.sub_cap {
    font-size: 12px;
  }
}

p.lead {
  font-size: 19px;
  font-size: 5.06667vw;
}

@media screen and (min-width: 641px) {
  p.lead {
    font-size: calc(12px + 12 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  p.lead {
    font-size: 24px;
  }
}

p.bg {
  font-size: 18px;
  font-size: 4.8vw;
}

@media screen and (min-width: 641px) {
  p.bg {
    font-size: calc(20px + 7 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  p.bg {
    font-size: 27px;
  }
}

.selif {
  font-size: 13px;
  font-size: 3.46667vw;
}

@media screen and (min-width: 641px) {
  .selif {
    font-size: calc(9px + 7 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .selif {
    font-size: 16px;
  }
}

.title p {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  font-size: 4.8vw;
}

@media screen and (min-width: 641px) {
  .title p {
    font-size: calc(15px + 8 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .title p {
    font-size: 24px;
  }
}

dt,
dd {
  line-height: 1.5;
  font-size: 10px;
}

@media screen and (min-width: 641px) {
  dt,
  dd {
    font-size: 11px;
  }
}

.nextPageLink p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 4.26667vw;
}

@media screen and (min-width: 641px) {
  .nextPageLink p {
    font-size: calc(16px + 7 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  .nextPageLink p {
    font-size: 25px;
  }
}

#container .title p,
.btn {
  font-size: 14px;
  font-size: 3.73333vw;
}

@media screen and (min-width: 641px) {
  #container .title p,
  .btn {
    font-size: calc(16px + 8 * (100vw - 641px) / 559);
  }
}

@media screen and (min-width: 1200px) {
  #container .title p,
  .btn {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */