@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP&family=RocknRoll+One&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.f-bai {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bd";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Rg";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff"); /* Pretty Modern Browsers */
}
dt {
  font-weight: 400;
}

body {
  font-family: "Rg", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: black;
}
@media screen and (min-width: 961px) {
  body::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.jpg) no-repeat 0 0/cover;
    position: fixed;
    top: 0;
    left: 0;
  }
}

img {
  max-width: 100%;
}

a svg {
  vertical-align: middle;
  fill: currentColor;
  margin-bottom: 0.2em;
}

.overflowhidden {
  overflow: hidden;
}

/* button
-------------------------------------*/
.button {
  margin: auto;
}
.button.is-fixed {
  position: sticky;
  z-index: 1;
  top: 90dvh;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 961px) {
  .button.is-fixed {
    top: 93dvh;
  }
}
.button.is-fixed a {
  position: absolute;
  right: calc(12 / 430 * 100vw);
  top: calc(4 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .button.is-fixed a {
    right: 12px;
    top: 4px;
  }
}
.button.is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -10;
}
.button a {
  border-radius: 100px;
  text-align: center;
  box-shadow: calc(3 / 430 * 100vw) calc(3 / 430 * 100vw) 0 0 rgba(0, 17, 72, 0.3);
  position: relative;
  background: white;
  color: #001D45;
  display: block;
  padding: calc(19 / 430 * 100vw);
  margin-inline: auto;
}
.button a svg {
  position: absolute;
  inset: 0 calc(30 / 430 * 100vw) 0 auto;
  margin: auto;
  width: calc(10 / 430 * 100vw);
  height: calc(11 / 430 * 100vw);
  fill: currentColor;
  stroke: currentColor;
}
@media screen and (min-width: 961px) {
  .button a {
    padding: 19px;
    box-shadow: 3px 3px 0 0 rgba(0, 17, 72, 0.3);
  }
  .button a svg {
    position: absolute;
    inset: 0 30px 0 auto;
    margin: auto;
    width: 10px;
    height: 11px;
  }
}

/* 戻るボタン */
.button.button-back {
  position: relative;
  margin: calc(70 / 430 * 100vw) auto calc(60 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .button.button-back {
    margin: 70px auto 60px;
  }
}
.button.button-back::before {
  content: "";
  display: block;
  width: calc(302 / 430 * 100vw);
  height: 100%;
  border-radius: 100px;
  border: calc(1 / 430 * 100vw) solid #001148;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translate(calc(3 / 430 * 100vw), calc(3 / 430 * 100vw));
  opacity: 0.14;
}
@media screen and (min-width: 961px) {
  .button.button-back::before {
    width: 302px;
    border: 1px solid #001148;
    transform: translate(3px, 3px);
  }
}
.button.button-back a {
  width: calc(302 / 430 * 100vw);
  background: transparent;
  color: white;
  box-shadow: none;
  border: calc(1 / 430 * 100vw) solid white;
  margin: auto;
  padding: calc(16 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .button.button-back a {
    font-size: 16px;
  }
}
.button.button-back a svg {
  inset: 0 auto 0 calc(30 / 430 * 100vw);
  transform: rotate(180deg);
}
@media screen and (min-width: 961px) {
  .button.button-back a {
    width: 302px;
    border: 1px solid white;
    padding: 16px;
  }
  .button.button-back a svg {
    inset: 0 auto 0 30px;
  }
}

/* 青いボタン */
.button.button-blue a {
  background: #001D45;
  color: white;
  width: calc(294 / 430 * 100vw);
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .button.button-blue a {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .button.button-blue a {
    width: 294px;
  }
}

.button.button-blue.is-small a {
  padding: calc(12 / 430 * 100vw);
  width: calc(230 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .button.button-blue.is-small a {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .button.button-blue.is-small a {
    padding: 12px;
    width: 230px;
  }
}

/* うす青ボタン */
.button.button-blue2 a {
  background: #004080;
  color: white;
  width: calc(302 / 430 * 100vw);
  box-shadow: calc(5 / 430 * 100vw) calc(5 / 430 * 100vw) 0 0 rgba(0, 17, 72, 0.14);
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .button.button-blue2 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .button.button-blue2 a {
    box-shadow: 5px 5px 0 0 rgba(0, 17, 72, 0.14);
    width: 302px;
  }
}

/* グラデーションボタン */
.button.button-grad a {
  background: linear-gradient(290deg, rgb(0, 64, 128), rgb(0, 64, 128) 50%, rgb(0, 150, 181));
  color: white;
  width: calc(342 / 430 * 100vw);
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .button.button-grad a {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .button.button-grad a {
    padding: 12px;
    width: 342px;
  }
}

/* メニュー内ボタン */
.button.button-grad2 a {
  background: linear-gradient(128deg, rgb(255, 249, 120) 0%, rgb(255, 255, 255) 50%);
  width: calc(342 / 430 * 100vw);
  padding: calc(16 / 430 * 100vw);
  font-size: calc(20 / 430 * 100vw);
  line-height: 2;
}
@media screen and (min-width: 961px) {
  .button.button-grad2 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .button.button-grad2 a {
    width: 342px;
    padding: 16px;
  }
}
.button.button-grad2 a[target=_blank] {
  font-family: "Bd";
}

/* 下向き矢印 */
.arrow-down {
  transform: rotate(90deg);
}

@media screen and (min-width: 961px) {
  a,
  button {
    transition: opacity 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
}

main {
  position: relative;
}

.fixed-button-area {
  position: relative;
}

/* メニューを開いた時はスクロールさせない
------------------------------------------------*/
body:has(.header .is-active) {
  overflow: hidden;
}

/* レイアウト
------------------------------------------------*/
.contents {
  min-height: 100dvh;
  background: url(../images/bg_contents.jpg) repeat-y 0 0/100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: calc(73 / 430 * 100vw);
}

@media screen and (min-width: 961px) {
  .container {
    width: calc(100% - 430px);
    position: relative;
  }
  .contents {
    width: 430px;
    margin: auto;
    padding-top: 73px;
  }
}
/* ヘッダー
------------------------------------------------*/
.header {
  background: white;
  padding: calc(16 / 430 * 100vw) calc(23 / 430 * 100vw);
  height: calc(73 / 430 * 100vw);
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .header:not(:has(.is-active)) {
    overflow: hidden;
  }
}
@media screen and (min-width: 961px) {
  .header {
    padding: 16px 23px;
    height: 73px;
    width: 430px;
  }
}

.header-logo {
  width: calc(100 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .header-logo {
    width: 100px;
  }
}
.header-logo + span {
  color: #646464;
  margin-left: calc(27 / 430 * 100vw);
  font-size: calc(14 / 430 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .header-logo + span {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .header-logo + span {
    margin-left: 27px;
  }
}

.header-menu-container {
  background: url(../images/bg_contents.jpg) repeat-y 0 0/100%;
  padding: calc(45 / 430 * 100vw) calc(24 / 430 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .header-menu-container {
    min-height: calc(100dvh - calc(73 / 430 * 100vw));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .header-menu-container {
    padding: 0;
    background-image: none;
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  .header-menu {
    background: white;
    width: 100%;
    height: calc(100dvh - calc(73 / 430 * 100vw));
    position: absolute;
    z-index: 1;
    top: calc(73 / 430 * 100vw);
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 961px) {
  .header-menu {
    width: 430px;
    background: white;
    padding: 42px 24px 42px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 100dvh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 960px) {
  .header-menu ul {
    margin-bottom: calc(70 / 430 * 100vw);
  }
}
@media screen and (min-width: 961px) {
  .header-menu ul {
    width: 330px;
    margin: auto;
  }
}
.header-menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: calc(20 / 430 * 100vw);
  line-height: 3;
}
.header-menu ul li a svg {
  display: inline-block;
  width: calc(10.71 / 430 * 100vw);
  height: calc(11.31 / 430 * 100vw);
  margin-right: calc(5 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .header-menu ul li a {
    font-size: 16px;
    display: inline-block;
    color: #001D45;
  }
  .header-menu ul li a svg {
    width: 10.71px;
    height: 11.31px;
    margin-right: 5px;
  }
}
.header-menu .button.button-grad a {
  font-family: "Bd";
  color: #001D45;
  background: linear-gradient(128deg, rgb(244, 228, 111) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 960px) {
  .header-menu .button.button-grad {
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .header-menu .button.button-grad {
    margin: 18px 20px 0;
  }
  .header-menu .button.button-grad a {
    line-height: 2.3;
    color: white;
    background: linear-gradient(290deg, rgb(0, 64, 128), rgb(0, 64, 128) 70%, rgb(0, 255, 245));
  }
}
@media screen and (max-width: 960px) {
  .header-menu .sns {
    margin: 0 calc(-24 / 430 * 100vw);
  }
}
@media screen and (min-width: 961px) {
  .header-menu .sns {
    padding: 0;
  }
  .header-menu .sns > p {
    font-size: 12px;
  }
}

.header-menu-text1 {
  margin-top: calc(68 / 430 * 100vw);
  font-family: "Bd";
  text-align: center;
  color: white;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .header-menu-text1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .header-menu-text1 {
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .header-menu-text1 {
    margin-top: auto;
  }
}
@media screen and (min-width: 961px) {
  .header-menu-text1 {
    margin-top: 67px;
    color: #024c7b;
    font-size: 14px;
  }
}

.header-menu-text2 {
  margin: calc(26 / 430 * 100vw) 0 calc(30 / 430 * 100vw);
  text-align: center;
  color: white;
  font-size: calc(14 / 430 * 100vw);
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .header-menu-text2 {
    margin: 26px 0 38px;
    font-size: 12px;
    line-height: 1.6;
    color: #001D45;
  }
}

@media screen and (min-width: 961px) {
  .header-menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header-menu-toggle {
    position: absolute;
    inset: 0 calc(24 / 430 * 100vw) 0 auto;
    margin: auto;
    width: calc(20 / 430 * 100vw);
    height: calc(14 / 430 * 100vw);
    transition: all 0.3s ease;
  }
  .header-menu-toggle div {
    width: calc(20 / 430 * 100vw);
    height: calc(3 / 430 * 100vw);
    border-radius: 100px;
    background: #001D45;
    position: absolute;
    margin: auto;
    transition: all 0.3s ease;
  }
  .header-menu-toggle div:nth-child(1) {
    inset: 0 0 auto 0;
  }
  .header-menu-toggle div:nth-child(2) {
    inset: 0;
  }
  .header-menu-toggle div:nth-child(3) {
    inset: auto 0 0 0;
  }
  .header-menu-toggle.is-active {
    transform: rotate(45deg);
  }
  .header-menu-toggle.is-active div:nth-child(1) {
    inset: 0;
    transform: rotate(90deg);
  }
  .header-menu-toggle.is-active div:nth-child(2) {
    opacity: 0;
  }
  .header-menu-toggle.is-active div:nth-child(3) {
    inset: 0;
  }
  .header-menu-toggle.is-active + .header-menu {
    opacity: 1;
    pointer-events: all;
  }
}

/* フッター
------------------------------------------------*/
.footer {
  color: black;
  background: white;
  padding: calc(24 / 430 * 100vw);
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 961px) {
  .footer {
    padding: 24px;
  }
}

ul.footer-links li a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: calc(16 / 430 * 100vw);
  line-height: 3;
}
@media screen and (min-width: 961px) {
  ul.footer-links li a {
    font-size: 16px;
  }
}
ul.footer-links li a svg {
  display: inline-block;
  width: calc(10.71 / 430 * 100vw);
  height: calc(11.31 / 430 * 100vw);
  margin-right: calc(5 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  ul.footer-links li a svg {
    width: 10.71px;
    height: 11.31px;
    margin-right: 5px;
  }
}

.footer-logo {
  margin-top: calc(50 / 430 * 100vw);
  width: calc(191 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .footer-logo {
    margin-top: 50px;
    width: 191px;
  }
}

.footer-text {
  margin-top: calc(24 / 430 * 100vw);
  font-size: calc(13 / 430 * 100vw);
  line-height: 1.6923076923;
}
@media screen and (min-width: 961px) {
  .footer-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .footer-text {
    margin-top: 24px;
  }
}

.footer-copyright {
  margin-top: calc(24 / 430 * 100vw);
  font-size: calc(11 / 430 * 100vw);
  line-height: 1.5454545455;
}
@media screen and (min-width: 961px) {
  .footer-copyright {
    font-size: 11px;
  }
}
@media screen and (min-width: 961px) {
  .footer-copyright {
    margin-top: 24px;
  }
}

/* sns
------------------------------------------------*/
.sns {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(32 / 430 * 100vw) 0;
}
.sns p {
  color: black;
  margin-right: calc(60 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .sns p {
    font-size: 16px;
  }
}
.sns a.x img {
  width: calc(30 / 430 * 100vw);
}
.sns a.fb img {
  width: calc(36 / 430 * 100vw);
}
.sns a:last-child {
  margin-left: calc(28 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .sns {
    padding: 32px 0;
  }
  .sns p {
    margin-right: 60px;
  }
  .sns a.x img {
    width: 30px;
  }
  .sns a.fb img {
    width: 36px;
  }
  .sns a:last-child {
    margin-left: 28px;
  }
}

/* 共通
------------------------------------------------*/
.padding {
  padding-inline: calc(24 / 430 * 100vw);
}
.padding .fullsize {
  margin-inline: calc(-24 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .padding {
    padding-inline: 24px;
  }
  .padding .fullsize {
    margin-inline: -24px;
  }
}

.common-title {
  font-family: "Bd";
  text-align: center;
  margin-top: calc(30 / 430 * 100vw);
  color: white;
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  .common-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  .common-title {
    margin-top: 30px;
  }
}

.common-lead {
  text-align: center;
  margin-top: calc(22 / 430 * 100vw);
  color: white;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .common-lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .common-lead {
    margin-top: 22px;
  }
}

.bottom-link {
  margin-top: calc(60 / 430 * 100vw);
  padding-top: calc(60 / 430 * 100vw);
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 961px) {
  .bottom-link {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.bottom-link .button + .button {
  margin-top: calc(26 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .bottom-link .button + .button {
    margin-top: 26px;
  }
}

/* アコーディオン
-------------------------------*/
.accordion-panel {
  display: grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}

.accordion-contents {
  overflow: hidden;
}

.accordion-panel[data-is-active=true] {
  grid-template-rows: 1fr;
}

.accordion.is-open .accordion-panel {
  grid-template-rows: 1fr;
}
.accordion.is-open button.accordion-toggle {
  transform: rotate(180deg);
}
.accordion.is-open button.accordion-toggle::after {
  transform: rotate(180deg);
}

button.accordion-toggle {
  display: block;
  width: calc(44 / 430 * 100vw);
  height: calc(44 / 430 * 100vw);
  border: calc(2 / 430 * 100vw) solid white;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 961px) {
  button.accordion-toggle {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border: 2px solid white;
  }
}
button.accordion-toggle::before, button.accordion-toggle::after {
  content: "";
  display: block;
  width: calc(12 / 430 * 100vw);
  height: calc(2 / 430 * 100vw);
  background: white;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 961px) {
  button.accordion-toggle::before, button.accordion-toggle::after {
    width: 12px;
    height: 2px;
  }
}
button.accordion-toggle::after {
  transform: rotate(90deg);
}

.contents-links {
  margin-top: calc(30 / 430 * 100vw);
  border-top: calc(1 / 430 * 100vw) solid white;
}
@media screen and (min-width: 961px) {
  .contents-links {
    margin-top: 30px;
    border-top: 1px solid white;
  }
}
.contents-links .button-back {
  margin-top: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .contents-links .button-back {
    margin-top: 30px;
  }
}

.contents-links-title {
  margin-top: calc(70 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .contents-links-title {
    margin-top: 70px;
  }
}
.contents-links-title p {
  color: white;
  margin-top: calc(30 / 430 * 100vw);
  text-align: center;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .contents-links-title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .contents-links-title p {
    margin-top: 30px;
  }
}
.contents-links-title img {
  display: block;
  width: calc(200 / 430 * 100vw);
  margin: auto;
  filter: drop-shadow(calc(20 / 430 * 100vw) calc(20 / 430 * 100vw) calc(20 / 430 * 100vw) rgba(0, 0, 0, 0.5));
}
.contents-links-title img.quiz {
  transform: rotate(5deg);
}
.contents-links-title img.alert {
  transform: rotate(-5deg);
}
@media screen and (min-width: 961px) {
  .contents-links-title img {
    width: 200px;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.5));
  }
}
.contents-links-title + .button {
  width: calc(342 / 430 * 100vw);
  margin-top: calc(24 / 430 * 100vw);
}
.contents-links-title + .button a {
  line-height: 1.9;
}
@media screen and (min-width: 961px) {
  .contents-links-title + .button {
    width: 342px;
    margin-top: 24px;
  }
}

.consulting {
  text-align: center;
  color: white;
  margin-top: calc(40 / 430 * 100vw);
  padding: calc(45 / 430 * 100vw) 0;
  border-top: 1px solid white;
}
@media screen and (min-width: 961px) {
  .consulting {
    margin-top: 40px;
    padding: 45px 0;
  }
}

.consulting-lead {
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .consulting-lead {
    font-size: 16px;
  }
}
.consulting .button-grad2 {
  width: calc(342 / 430 * 100vw);
  margin-top: calc(22 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  .consulting .button-grad2 {
    width: 342px;
    margin-top: 22px;
  }
}

.consulting-text {
  margin-top: calc(26 / 430 * 100vw);
  font-size: calc(14 / 430 * 100vw);
  line-height: 1.7142857143;
}
@media screen and (min-width: 961px) {
  .consulting-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .consulting-text {
    margin-top: 26px;
  }
}

/* 出典元
  ------------------------------------*/
.source {
  background: #f4f4f4;
  padding: calc(40 / 430 * 100vw) calc(38 / 430 * 100vw);
  border-top: 1px solid #ccc;
  color: black;
}
@media screen and (min-width: 961px) {
  .source {
    padding: 40px 38px;
  }
}

.source-title {
  text-align: center;
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  .source-title {
    font-size: 16px;
  }
}

.source ul {
  margin-top: calc(5 / 430 * 100vw);
}
.source ul li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-size: calc(13 / 430 * 100vw);
  line-height: 1.6923076923;
}
@media screen and (min-width: 961px) {
  .source ul li {
    font-size: 13px;
  }
}
.source ul li a {
  color: #0014ff;
  text-decoration: underline;
}
.source ul li a svg {
  width: 0.8em;
  height: 0.8em;
  transform: rotate(-45deg) translateY(0.3em);
  vertical-align: top;
}
.source ul li::before {
  content: "・";
}

body#top {
  /* intro
  -----------------------------*/
  /* なぜ大麻はいけないのか？
  ---------------------------------------*/
  /* どうなるの? */
  /* クイズ
  ------------------------------------*/
  /* アラート
  ------------------------------------*/
  /* トリビア
  ------------------------------------*/
}
body#top .intro {
  background: url(../images/top/kv.png) no-repeat 0 0/100%;
  padding-top: calc(600 / 430 * 100vw);
  text-align: center;
}
body#top .intro h1 {
  width: 0;
  height: 0;
  overflow: hidden;
}
body#top .intro .button {
  width: calc(294 / 430 * 100vw);
}
body#top .intro .button a {
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  body#top .intro {
    padding-top: 590px;
  }
  body#top .intro .button {
    width: 294px;
  }
}
body#top .intro-text {
  margin-top: calc(19.3 / 430 * 100vw);
  color: #002743;
  font-size: calc(14 / 430 * 100vw);
  line-height: 1.7142857143;
}
@media screen and (min-width: 961px) {
  body#top .intro-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  body#top .intro-text {
    margin-top: 19.3px;
  }
}
body#top .intro h2 {
  margin: calc(121 / 430 * 100vw) auto 0;
  font-family: "Bd";
  color: white;
  width: calc(262 / 430 * 100vw);
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  body#top .intro h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  body#top .intro h2 {
    width: 262px;
    margin: 121px auto 0;
  }
}
body#top .intro-text2 {
  margin-top: calc(19.3 / 430 * 100vw);
  padding: 0 calc(24 / 430 * 100vw);
  color: white;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .intro-text2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .intro-text2 {
    margin-top: 19.3px;
    padding: 0 24px;
  }
}
body#top .intro-movie {
  position: relative;
  margin-top: calc(40 / 430 * 100vw);
}
body#top .intro-movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 961px) {
  body#top .intro-movie {
    margin-top: 40px;
  }
}
body#top .intro-movie p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bai Jamjuree";
  color: #001D45;
  font-size: calc(20 / 430 * 100vw);
  line-height: 2.1;
}
@media screen and (min-width: 961px) {
  body#top .intro-movie p {
    font-size: 20px;
  }
}
body#top .why {
  padding: calc(40 / 430 * 100vw) calc(24 / 430 * 100vw);
  color: white;
}
@media screen and (min-width: 961px) {
  body#top .why {
    padding: 40px 24px;
  }
}
body#top .why > h2 {
  text-align: center;
  font-family: "Bd";
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  body#top .why > h2 {
    font-size: 24px;
  }
}
body#top .why-lead {
  text-align: center;
  margin-top: calc(25 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .why-lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-lead {
    margin-top: 25px;
  }
}
body#top .why-image {
  margin: calc(40 / 430 * 100vw) calc(-45 / 430 * 100vw) 0 calc(-60 / 430 * 100vw);
  filter: drop-shadow(calc(30 / 430 * 100vw) calc(20 / 430 * 100vw) calc(20 / 430 * 100vw) rgba(0, 17, 72, 0.54));
}
@media screen and (min-width: 961px) {
  body#top .why-image {
    margin: 40px -45px 0 -60px;
    filter: drop-shadow(30px 20px 20px rgba(0, 17, 72, 0.54));
  }
}
body#top .why-card {
  background: rgba(24, 76, 137, 0.4);
  border: 1px solid white;
  padding: calc(30 / 430 * 100vw) calc(20 / 430 * 100vw) calc(40 / 430 * 100vw);
  margin-top: calc(35 / 430 * 100vw);
}
body#top .why-card + .why-card {
  margin-top: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .why-card {
    padding: 30px 20px 40px;
    margin-top: 35px;
  }
  body#top .why-card + .why-card {
    margin-top: 20px;
  }
}
body#top .why-card-lead {
  line-height: 1.68;
  margin-top: 17px;
}
body#top .why-card-title {
  text-align: center;
  padding-bottom: calc(24 / 430 * 100vw);
  background: url(../images/top/why_card_title.svg) no-repeat bottom left/100%;
  font-family: "Bd";
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#top .why-card-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-card-title {
    padding-bottom: 24px;
  }
}
body#top .why-card-image {
  width: calc(342 / 430 * 100vw);
  height: calc(227 / 430 * 100vw);
  background: url(../images/top/why_card_image.png) no-repeat 0 0/contain;
  margin: calc(12 / 430 * 100vw) auto 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  body#top .why-card-image {
    width: 342px;
    height: 227px;
    margin: 12px auto 0;
  }
}
body#top .why-card-image p {
  position: absolute;
}
body#top .why-card-image p:nth-child(1) {
  font-family: "Bd";
  top: calc(95 / 430 * 100vw);
  left: calc(115 / 430 * 100vw);
  font-size: calc(18 / 430 * 100vw);
  line-height: 1.8888888889;
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(1) {
    top: 95px;
    left: 115px;
  }
}
body#top .why-card-image p:nth-child(2) {
  color: #C12D00;
  font-family: "Bd";
  top: calc(155 / 430 * 100vw);
  left: calc(45 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.25;
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(2) {
    top: 155px;
    left: 45px;
  }
}
body#top .why-card-image p:nth-child(3) {
  color: #004080;
  top: calc(155 / 430 * 100vw);
  left: calc(185 / 430 * 100vw);
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.25;
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-card-image p:nth-child(3) {
    top: 155px;
    left: 185px;
  }
}
body#top .why-card-lists {
  margin-top: calc(21 / 430 * 100vw);
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 / 430 * 100vw) 0;
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists {
    margin-top: 21px;
    gap: 12px 0;
  }
}
body#top .why-card-lists li {
  min-width: calc(135 / 430 * 100vw);
  padding: calc(3 / 430 * 100vw) calc(19 / 430 * 100vw);
  border-radius: 100px;
  text-align: center;
  margin-left: calc(10 / 430 * 100vw);
  font-size: calc(13 / 430 * 100vw);
  line-height: 1.6923076923;
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li {
    min-width: 135px;
    padding: 3px 20px;
    margin-left: 10px;
  }
}
body#top .why-card-lists li:nth-child(odd) {
  background: #FFE8E2;
  color: #C12D00;
}
body#top .why-card-lists li:nth-child(even) {
  background: #B7EEFF;
  color: #004080;
}
body#top .why-card-lists li:nth-child(1) {
  margin-left: 0;
}
body#top .why-card-lists li:nth-child(3) {
  margin-left: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li:nth-child(3) {
    margin-left: 30px;
  }
}
body#top .why-card-lists li:nth-child(4) {
  margin-left: calc(25 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li:nth-child(4) {
    margin-left: 25px;
  }
}
body#top .why-card-lists li:nth-child(7) {
  margin-left: 0;
}
body#top .why-card-lists li:nth-child(8) {
  margin-left: calc(17 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li:nth-child(8) {
    margin-left: 17px;
  }
}
body#top .why-card-lists li:nth-child(9) {
  margin-left: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .why-card-lists li:nth-child(9) {
    margin-left: 30px;
  }
}
body#top .becomes {
  margin-top: calc(40 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .becomes {
    margin-top: 40px;
  }
}
body#top .becomes-title {
  background: #004080;
  padding: calc(5 / 430 * 100vw);
  color: white;
  text-align: center;
  font-family: "Bd";
  font-size: calc(18 / 430 * 100vw);
  line-height: 1.8888888889;
}
@media screen and (min-width: 961px) {
  body#top .becomes-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) {
  body#top .becomes-title {
    padding: 5px;
  }
}
body#top .becomes-image {
  width: calc(170 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .becomes-image {
    width: 170px;
  }
}
body#top .becomes-happening {
  color: #fff61a;
  text-align: center;
  font-family: "Bd";
  margin-top: calc(20 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .becomes-happening {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .becomes-happening {
    margin-top: 20px;
  }
}
body#top .becomes-to {
  color: white;
  padding-top: 0.5em;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -1em;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .becomes-to {
    font-size: 16px;
  }
}
body#top .quiz {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(400 / 430 * 100vw), rgb(255, 255, 255) calc(400 / 430 * 100vw), rgb(255, 255, 255) 100%);
  padding-bottom: calc(60 / 430 * 100vw);
  filter: drop-shadow(6.976744186vw 4.6511627907vw 4.6511627907vw rgba(0, 17, 72, 0.54));
  margin-bottom: calc(60 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .quiz {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 400px, rgb(255, 255, 255) 400px, rgb(255, 255, 255) 100%);
    padding-bottom: 60px;
    filter: drop-shadow(30px 20px 20px rgba(0, 17, 72, 0.54));
    margin-bottom: 60px;
  }
}
body#top .quiz-image {
  padding-top: calc(25 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .quiz-image {
    padding-top: 25px;
  }
}
body#top .quiz-image img {
  transform: rotate(5deg);
}
body#top .quiz-title {
  color: #024c7b;
  font-family: "Bd";
  text-align: center;
  margin-top: calc(40 / 430 * 100vw);
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  body#top .quiz-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  body#top .quiz-title {
    margin-top: 40px;
  }
}
body#top .quiz-lead {
  color: #024c7b;
  text-align: center;
  margin-top: calc(22 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .quiz-lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .quiz-lead {
    margin-top: 22px;
  }
}
body#top .quiz-lead + .button-grad {
  width: calc(342 / 430 * 100vw);
  margin-top: calc(29 / 430 * 100vw);
}
body#top .quiz-lead + .button-grad a {
  padding: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .quiz-lead + .button-grad {
    width: 342px;
    margin-top: 29px;
  }
  body#top .quiz-lead + .button-grad a {
    padding: 20px;
  }
}
body#top .alert {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(400 / 430 * 100vw), rgb(255, 255, 255) calc(400 / 430 * 100vw), rgb(255, 255, 255) 100%);
  padding-bottom: calc(55 / 430 * 100vw);
  filter: drop-shadow(6.976744186vw 4.6511627907vw 4.6511627907vw rgba(0, 17, 72, 0.54));
  margin-bottom: calc(60 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .alert {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 400px, rgb(255, 255, 255) 400px, rgb(255, 255, 255) 100%);
    padding-bottom: 55px;
    filter: drop-shadow(30px 20px 20px rgba(0, 17, 72, 0.54));
    margin-bottom: 60px;
  }
}
body#top .alert-image {
  padding-top: calc(25 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .alert-image {
    padding-top: 25px;
  }
}
body#top .alert-image img {
  transform: rotate(-5deg);
}
body#top .alert-title {
  color: #024c7b;
  font-family: "Bd";
  text-align: center;
  margin-top: calc(35 / 430 * 100vw);
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  body#top .alert-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  body#top .alert-title {
    margin-top: 35px;
  }
}
body#top .alert-lead {
  color: #024c7b;
  text-align: center;
  margin-top: calc(25 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .alert-lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .alert-lead {
    margin-top: 25px;
  }
}
body#top .alert-lead + .button-grad {
  width: calc(342 / 430 * 100vw);
  margin-top: calc(29 / 430 * 100vw);
}
body#top .alert-lead + .button-grad a {
  padding: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .alert-lead + .button-grad {
    width: 342px;
    margin-top: 29px;
  }
  body#top .alert-lead + .button-grad a {
    padding: 20px;
  }
}
body#top .trivia {
  padding: 0 calc(24 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .trivia {
    padding: 0 24px;
  }
}
body#top .trivia-box {
  padding: calc(40 / 430 * 100vw);
  background: white;
  text-align: center;
  box-shadow: calc(4 / 430 * 100vw) calc(4 / 430 * 100vw) 0 0 rgba(0, 17, 72, 0.4);
}
@media screen and (min-width: 961px) {
  body#top .trivia-box {
    padding: 40px;
    box-shadow: 4px 4px 0 0 rgba(0, 17, 72, 0.4);
  }
}
body#top .trivia-box-title {
  color: #024c7b;
  font-family: "Bd";
  font-size: calc(24 / 430 * 100vw);
  line-height: 1.4166666667;
}
@media screen and (min-width: 961px) {
  body#top .trivia-box-title {
    font-size: 24px;
  }
}
body#top .trivia-box-text {
  color: #024c7b;
  margin-top: calc(25 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#top .trivia-box-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#top .trivia-box-text {
    margin-top: 25px;
  }
}
body#top .trivia .button-blue2 {
  margin-top: calc(29 / 430 * 100vw);
}
body#top .trivia .button-blue2 a {
  padding: calc(16 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#top .trivia .button-blue2 {
    margin-top: 29px;
  }
  body#top .trivia .button-blue2 a {
    padding: 16px;
  }
}
body#top .consulting {
  padding-top: 0;
  border-width: 0;
}

body#data {
  color: white;
  /* トリビア
  ------------------------------------*/
}
body#data .common-title {
  margin-top: calc(43 / 430 * 100vw);
  font-size: calc(28 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  body#data .common-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 961px) {
  body#data .common-title {
    margin-top: 43px;
  }
}
body#data .data-lists {
  margin-top: calc(41 / 430 * 100vw);
}
body#data .data-lists li {
  border-top: 2px solid white;
}
body#data .data-lists li:last-child {
  border-bottom: 2px solid white;
}
body#data .data-lists li:last-child:has(.is-open) {
  border-bottom: none;
}
@media screen and (min-width: 961px) {
  body#data .data-lists {
    margin-top: 41px;
  }
}
body#data .data-ld {
  padding: calc(30 / 430 * 100vw) 0 calc(25 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#data .data-ld {
    padding: 30px 0 25px;
  }
}
body#data .data-ld.is-open {
  padding-bottom: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#data .data-ld.is-open {
    padding-bottom: 20px;
  }
}
body#data .data-ld > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#data .data-ld > dt p {
  flex-basis: calc(319 / 430 * 100vw);
  font-family: "Bd";
  white-space: nowrap;
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#data .data-ld > dt p {
    font-size: 20px;
  }
}
body#data .data-ld > dt p span {
  display: block;
  font-family: "Rg";
  font-weight: 400;
  font-size: calc(16 / 430 * 100vw);
  line-height: 2.125;
}
@media screen and (min-width: 961px) {
  body#data .data-ld > dt p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#data .data-ld > dt p {
    flex-basis: 319px;
  }
}
body#data .data-ld > dt button.accordion-toggle {
  flex-basis: calc(44 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#data .data-ld > dt button.accordion-toggle {
    flex-basis: 44px;
  }
}
body#data .data-box {
  background: white;
  padding: calc(22 / 430 * 100vw) calc(20 / 430 * 100vw) 0;
  margin-top: calc(30 / 430 * 100vw);
  color: black;
}
@media screen and (min-width: 961px) {
  body#data .data-box {
    padding: 22px 20px 0;
    margin-top: 30px;
  }
}
body#data .data-box a {
  display: block;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #0027AA;
  width: 100%;
  padding: calc(8 / 430 * 100vw);
  margin-top: calc(43 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#data .data-box a {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#data .data-box a {
    padding: 8px;
    margin-top: 43px;
  }
}
body#data .data-contents p {
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#data .data-contents p {
    font-size: 16px;
  }
}
body#data .data-contents p em {
  background: linear-gradient(transparent 15%, #FFF5C9 10%, #FFF5C9 80%, transparent 80%);
  font-style: normal;
}
body#data .data-contents-image {
  margin-top: calc(40 / 430 * 100vw);
}
body#data .data-contents-image span {
  display: block;
  font-size: calc(13 / 430 * 100vw);
  line-height: 1.8461538462;
}
@media screen and (min-width: 961px) {
  body#data .data-contents-image span {
    font-size: 13px;
  }
}
body#data .data-contents-image img {
  margin-top: calc(14 / 430 * 100vw);
}
body#data .data-contents-image p {
  margin-right: -1em;
}
@media screen and (min-width: 961px) {
  body#data .data-contents-image {
    margin-top: 40px;
  }
  body#data .data-contents-image img {
    margin-top: 14px;
  }
}
body#data .data-text {
  font-family: "Bd";
  text-align: center;
  margin-top: calc(33 / 430 * 100vw);
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#data .data-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#data .data-text {
    margin-top: 33px;
  }
}
body#data .data-image-list {
  margin-top: calc(24 / 430 * 100vw);
  display: flex;
  flex-wrap: wrap;
  gap: calc(17 / 430 * 100vw) calc(10 / 430 * 100vw);
}
body#data .data-image-list > li {
  flex-basis: calc(50% - calc(5 / 430 * 100vw));
}
body#data .data-image-list > li img {
  margin: auto;
}
body#data .data-image-list > li > p {
  margin-top: calc(6 / 430 * 100vw);
  font-size: calc(14 / 430 * 100vw);
  line-height: 1.7142857143;
}
@media screen and (min-width: 961px) {
  body#data .data-image-list > li > p {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  body#data .data-image-list {
    margin-top: 24px;
    gap: 17px 10px;
  }
  body#data .data-image-list > li {
    flex-basis: calc(50% - 5px);
  }
  body#data .data-image-list > li > p {
    margin-top: 6px;
  }
}

body#alert .warning {
  margin-top: calc(40 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .warning {
    margin-top: 40px;
  }
}
body#alert .warning img {
  display: block;
  width: calc(100 / 430 * 100vw);
  margin: auto;
}
@media screen and (min-width: 961px) {
  body#alert .warning img {
    width: 100px;
  }
}
body#alert .alert-lists {
  margin-top: calc(32 / 430 * 100vw);
  padding: 0 calc(24 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-lists {
    margin-top: 32px;
    padding: 0 24px;
  }
}
body#alert .alert-lists > li {
  color: #004080;
}
body#alert .alert-lists > li + li {
  margin-top: calc(28 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-lists > li + li {
    margin-top: 28px;
  }
}
@keyframes close {
  0% {
    border-radius: 0;
  }
  90% {
    border-radius: 0;
  }
  100% {
    border-radius: 0 0 calc(20 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
}
body#alert .alert-ld {
  border-radius: 0 0 calc(20 / 430 * 100vw) calc(20 / 430 * 100vw);
  overflow: hidden;
  filter: drop-shadow(calc(3 / 430 * 100vw) calc(3 / 430 * 100vw) 0 rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld {
    border-radius: 0 0 20px 20px;
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.1));
  }
}
body#alert .alert-ld > dt {
  background-image: url(../images/alert/mask_odd.svg);
  background-size: 100%;
  padding-inline: calc(24 / 430 * 100vw);
  position: relative;
  padding-bottom: calc(40 / 430 * 100vw);
  min-height: calc(210 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld > dt {
    padding-inline: 24px;
    padding-bottom: 40px;
    min-height: 210px;
  }
}
body#alert .alert-ld > dt p {
  margin-top: calc(20 / 430 * 100vw);
  font-family: "Bd";
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld > dt p {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld > dt p {
    margin-top: 20px;
  }
}
body#alert .alert-ld > dt .accordion-toggle {
  border-color: #004080;
  position: absolute;
  bottom: calc(20 / 430 * 100vw);
  right: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld > dt .accordion-toggle {
    bottom: 20px;
    right: 20px;
  }
}
body#alert .alert-ld > dt .accordion-toggle::before, body#alert .alert-ld > dt .accordion-toggle::after {
  background: #004080;
}
body#alert .alert-ld > dd {
  background: white;
  padding-inline: calc(24 / 430 * 100vw);
  margin-top: -1px;
}
@media screen and (min-width: 961px) {
  body#alert .alert-ld > dd {
    padding-inline: 24px;
  }
}
body#alert .alert-ld.is-open > dt {
  border-radius: 0;
}
body#alert .alert-ld.is-open > dd {
  border-top: 2px solid #D5D5D5;
}
body#alert .alert-num {
  font-family: "Bai Jamjuree";
  font-weight: 300;
  text-align: center;
  width: calc(85 / 430 * 100vw);
  padding-top: calc(27 / 430 * 100vw);
  font-size: calc(48 / 430 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 961px) {
  body#alert .alert-num {
    font-size: 48px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .alert-num {
    width: 85px;
    padding-top: 27px;
  }
}
body#alert .accordion-contents > a {
  display: block;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #0027AA;
  width: 100%;
  padding: calc(8 / 430 * 100vw);
  margin-top: calc(20 / 430 * 100vw);
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#alert .accordion-contents > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .accordion-contents > a {
    padding: 8px;
    margin-top: 20px;
  }
}
body#alert .alert-contents {
  padding-top: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-contents {
    padding-top: 30px;
  }
}
body#alert .alert-contents > p {
  color: #2E2B2B;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#alert .alert-contents > p {
    font-size: 16px;
  }
}
body#alert .alert-contents > p em {
  color: #C12D00;
  font-family: "Bd";
  font-style: normal;
}
body#alert .alert-contents > p em.l {
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.35;
}
@media screen and (min-width: 961px) {
  body#alert .alert-contents > p em.l {
    font-size: 20px;
  }
}
body#alert .alert-contents > * + p {
  margin-top: 1em;
}
body#alert .alert-contents .button-grad2 {
  margin-top: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-contents .button-grad2 {
    margin-top: 30px;
  }
}
body#alert .alert-contents .button.button-grad2 a {
  width: auto !important;
}
body#alert .alert-box {
  background: #FFF5C9;
  padding: calc(17 / 430 * 100vw) calc(17 / 430 * 100vw);
}
body#alert .alert-box:not(:first-child) {
  margin-top: calc(30 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#alert .alert-box {
    padding: 17px 17px;
  }
  body#alert .alert-box:not(:first-child) {
    margin-top: 30px;
  }
}
body#alert .alert-box > p {
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#alert .alert-box > p {
    font-size: 16px;
  }
}
body#alert .alert-box > p em {
  color: #C12D00;
  font-family: "Bd";
  font-style: normal;
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.35;
}
@media screen and (min-width: 961px) {
  body#alert .alert-box > p em {
    font-size: 20px;
  }
}
body#alert .alert-chat {
  margin-top: calc(34 / 430 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(12 / 430 * 100vw);
  align-items: flex-start;
}
@media screen and (min-width: 961px) {
  body#alert .alert-chat {
    margin-top: 34px;
    gap: 12px;
  }
}
body#alert .alert-chat.right {
  align-items: flex-end;
}
body#alert .alert-chat.right > li {
  background: #FFF39B;
  border-radius: calc(22 / 430 * 100vw) calc(22 / 430 * 100vw) 0 calc(22 / 430 * 100vw);
}
body#alert .alert-chat > li {
  flex: 0;
  display: inline-block;
  border-radius: 0 calc(22 / 430 * 100vw) calc(22 / 430 * 100vw);
  background: #B7EEFF;
  padding: calc(10 / 430 * 100vw) calc(20 / 430 * 100vw);
  color: black;
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#alert .alert-chat > li {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .alert-chat > li {
    padding: 10px 20px;
  }
}
body#alert .alert-ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
body#alert .alert-ol > li {
  padding-left: 2em;
  position: relative;
  margin-top: 1em;
  color: #C12D00;
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#alert .alert-ol > li {
    font-size: 16px;
  }
}
body#alert .alert-ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #001D45;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.2em;
  left: 0;
}
body#alert .alert-element {
  margin-top: 1em;
  padding: 0 0.5em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body#alert .alert-element > li {
  display: inline-block;
  border-radius: 100px;
  background: #B7EEFF;
  padding: calc(15 / 430 * 100vw) calc(28 / 430 * 100vw);
  color: black;
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 961px) {
  body#alert .alert-element > li {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .alert-element > li {
    padding: 15px 28px;
  }
}
body#alert .alert-element > li.broccoli {
  width: calc(77 / 430 * 100vw);
  height: calc(46 / 430 * 100vw);
  position: relative;
}
body#alert .alert-element > li.broccoli img {
  width: calc(22 / 430 * 100vw);
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 961px) {
  body#alert .alert-element > li.broccoli {
    width: 77px;
    height: 46px;
  }
  body#alert .alert-element > li.broccoli img {
    width: 22px;
  }
}
body#alert .alert-text {
  font-family: "Bd";
  text-align: center;
  margin-top: calc(59 / 430 * 100vw);
  color: white;
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#alert .alert-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#alert .alert-text {
    margin-top: 59px;
  }
}
body#alert .alert-lists > li:nth-child(even) {
  color: white;
}
body#alert .alert-lists > li:nth-child(even) .alert-ld > dt {
  background-image: url(../images/alert/mask_even.svg);
  background-size: 100%;
}
body#alert .alert-lists > li:nth-child(even) .alert-ld > dd {
  background: #004080;
}
body#alert .alert-lists > li:nth-child(even) .accordion-toggle {
  border-color: white;
}
body#alert .alert-lists > li:nth-child(even) .accordion-toggle::before, body#alert .alert-lists > li:nth-child(even) .accordion-toggle::after {
  background: white;
}
body#alert .alert-lists > li:nth-child(even) .alert-contents > p {
  color: white;
}
body#alert .alert-lists > li:nth-child(even) .alert-contents > p em {
  color: #FFF60B;
  font-size: inherit;
}
body#alert .alert-lists > li:nth-child(even) .alert-box {
  background: white;
  color: black;
}
body#alert .alert-lists > li:nth-child(even) .alert-box.is-yellow {
  background: #FFF5C9;
}
body#alert .alert-lists > li:nth-child(even) .accordion-contents > a {
  border-color: #14517E;
  color: white !important;
}
body#alert .alert-lists > li:nth-child(even) .alert-ld.is-open > dd {
  border-top: 2px solid #0068B4;
}

body#quiz .quiz-lists {
  margin-top: calc(36 / 430 * 100vw);
  padding-inline: calc(24 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-lists {
    margin-top: 36px;
    padding-inline: 24px;
  }
}
body#quiz .quiz-lists > li + li {
  margin-top: calc(20 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-lists > li + li {
    margin-top: 20px;
  }
}
body#quiz .quiz-dl {
  background: white;
}
body#quiz .quiz-dl > dt {
  padding-bottom: calc(37 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-dl > dt {
    padding-bottom: 37px;
  }
}
body#quiz .quiz-dl > dd button {
  display: block;
  width: calc(100% - calc(48 / 430 * 100vw));
  margin: auto;
  padding: calc(12 / 430 * 100vw);
  border-top: 1px solid #D5D5D5;
  text-align: center;
  color: #009FC6;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-dl > dd button {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-dl > dd button {
    width: calc(100% - 48px);
    padding: 12px;
  }
}
body#quiz .quiz-num {
  background: linear-gradient(128deg, #004A81 0%, #013358 100%);
  text-align: center;
  font-family: "Bai Jamjuree";
  font-weight: 300;
  color: white;
  font-size: calc(48 / 430 * 100vw);
  line-height: 1.8333333333;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-num {
    font-size: 48px;
  }
}
body#quiz .quiz-question {
  text-align: center;
  font-family: "Bd";
  margin-top: calc(30 / 430 * 100vw);
  padding-inline: calc(10 / 430 * 100vw);
  color: #004080;
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-question {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-question {
    margin-top: 30px;
    padding-inline: 20px;
  }
}
body#quiz .quiz-choose {
  display: flex;
  justify-content: center;
  gap: calc(20 / 430 * 100vw);
  margin-top: calc(23 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-choose {
    gap: 20px;
    margin-top: 23px;
  }
}
body#quiz .quiz-choose.is-choose a {
  pointer-events: none;
}
body#quiz .quiz-choose.is-choose a:not(.is-active) {
  color: #B5B5B5;
}
body#quiz .quiz-button {
  background: #F4F4F4;
  border-radius: calc(20 / 430 * 100vw);
  box-shadow: calc(3 / 430 * 100vw) calc(3 / 430 * 100vw) 0 0 rgba(0, 0, 0, 0.14);
  width: calc(120 / 430 * 100vw);
  height: calc(120 / 430 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-button {
    border-radius: 20px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    width: 120px;
    height: 120px;
  }
}
body#quiz .quiz-button svg {
  fill: currentColor;
  aspect-ratio: 1/1;
}
body#quiz .quiz-button:has([href="#circle"]) {
  color: #D95027;
}
body#quiz .quiz-button:has([href="#circle"]).is-active {
  background: #FFE8E2;
}
body#quiz .quiz-button:has([href="#circle"]) svg {
  width: calc(36 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-button:has([href="#circle"]) svg {
    width: 36px;
  }
}
body#quiz .quiz-button:has([href="#cross"]) {
  color: #013358;
}
body#quiz .quiz-button:has([href="#cross"]).is-active {
  background: #B7EEFF;
}
body#quiz .quiz-button:has([href="#cross"]) svg {
  width: calc(31 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-button:has([href="#cross"]) svg {
    width: 31px;
  }
}
body#quiz .quiz-answer {
  border-top: 1px solid #D5D5D5;
  padding: calc(40 / 430 * 100vw) calc(24 / 430 * 100vw) calc(24 / 430 * 100vw);
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer {
    padding: 40px 24px 24px;
  }
}
body#quiz .quiz-answer .button {
  margin: calc(32 / 430 * 100vw) 0 calc(15 / 430 * 100vw);
}
body#quiz .quiz-answer .button a {
  line-height: 2.3;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer .button {
    margin: 32px 0 15px;
  }
}
body#quiz .quiz-answer-answer {
  text-align: center;
  color: #013358;
  font-family: "Bd";
  font-size: calc(16 / 430 * 100vw);
  line-height: 2.125;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer-answer {
    font-size: 16px;
  }
}
body#quiz .quiz-answer-answer .quiz-button.is-active {
  box-shadow: none;
  margin: auto;
}
body#quiz .quiz-answer-answer:has([href="#circle"]) + .quiz-answer-title {
  color: #D95026;
}
body#quiz .quiz-answer-title {
  margin-top: calc(23 / 430 * 100vw);
  margin-right: -0.2em;
  color: #004080;
  font-family: "Bd";
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer-title {
    margin-top: 23px;
  }
}
body#quiz .quiz-answer-text {
  margin-top: calc(15 / 430 * 100vw);
  color: #013358;
  letter-spacing: 0.045em;
  font-size: calc(16 / 430 * 100vw);
  line-height: 1.6875;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-answer-text {
    margin-top: 15px;
  }
}
body#quiz .quiz-answer-text em {
  background: linear-gradient(transparent 15%, #FFF5C9 10%, #FFF5C9 80%, transparent 80%);
  font-style: normal;
}
body#quiz .quiz-score {
  width: calc(300 / 430 * 100vw);
  border-bottom: calc(2 / 430 * 100vw) solid #FFF61A;
  margin: calc(68 / 430 * 100vw) auto 0;
  text-align: center;
  color: white;
  font-size: calc(36 / 430 * 100vw);
  line-height: 1.1666666667;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-score {
    font-size: 36px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-score {
    width: 300px;
    border-bottom: 2px solid #FFF61A;
    margin: 68px auto 0;
  }
}
body#quiz .quiz-score-text {
  font-size: calc(28 / 430 * 100vw);
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-score-text {
    font-size: 28px;
  }
}
body#quiz .quiz-text {
  color: white;
  margin: calc(90 / 430 * 100vw) 0 calc(70 / 430 * 100vw);
  text-align: center;
  font-family: "Bd";
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#quiz .quiz-text {
    margin: 90px 0 70px;
  }
}

body#about {
  color: white;
}
body#about h1 {
  margin-top: calc(40 / 430 * 100vw);
  text-align: center;
  font-family: "Bd";
  font-size: calc(20 / 430 * 100vw);
  line-height: 1.55;
}
@media screen and (min-width: 961px) {
  body#about h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  body#about h1 {
    margin-top: 40px;
  }
}
body#about .padding p {
  margin-top: calc(23 / 430 * 100vw);
  letter-spacing: 0.065em;
  font-size: calc(13 / 430 * 100vw);
  line-height: 1.6923076923;
}
@media screen and (min-width: 961px) {
  body#about .padding p {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  body#about .padding p {
    margin-top: 23px;
  }
}
body#about .padding p + p {
  margin-top: 1em;
}
body#about .padding p a {
  color: #B7EEFF;
  text-decoration: underline;
}
body#about .padding p a svg {
  width: 0.8em;
  height: 0.8em;
  transform: rotate(-45deg) translateY(0.3em);
  vertical-align: top;
}
@media screen and (min-width: 961px) {
  body#about .contents {
    background: white;
  }
  body#about .about-bg {
    background: url(../images/bg_contents.jpg) repeat-y 0 0/100%;
  }
}
body#about .link svg {
  margin-right: 0.5em;
}

.fs16 {
  font-size: calc(16 / 430 * 100vw) !important;
}
@media screen and (min-width: 961px) {
  .fs16 {
    font-size: 16px !important;
  }
}