@charset  "UTF-8";
@import  url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/*! destyle.css v2.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;
  line-height: 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;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #333;
}

body.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  cursor: pointer;
}

@media (min-width: 768px) {
  a.link {
    transition: 0.3s opacity ease;
  }

  a.link:hover {
    opacity: 0.5;
  }
}

br.is-pc {
  display: block;
}

br.is-sp {
  display: none;
}

@media (max-width: 768px) {
  br.is-pc {
    display: none;
  }

  br.is-sp {
    display: block;
  }
}

ruby>rt {
  font-size: 100%;
  zoom: 0.4;
  font-weight: normal;
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root ruby>rt {
  margin-bottom: -0.6em;
}

.layout__main {
  margin: 60px 0 0;
  overflow: hidden;
}

h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  h2 {
    font-size: 28px;
  }

  h2 img {
    width: 48px;
  }
}

.inner {
  width: 1000px;
  margin: auto;
  padding: 60px 0 0;
}

@media (max-width: 1080px) {
  .inner {
    width: 95%;
  }
}

@media (max-width: 640px) {
  .inner {
    width: 90%;
  }
}

.backtop {
  position: relative;
  padding: 32px 0 80px;
  z-index: 1;
}

.backtop a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 250px;
  height: 64px;
  border: 1px solid #a3a3a3;
  border-bottom: 4px solid #a3a3a3;
  background: #fff;
  color: #666;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1081px) {
  .backtop a {
    transition: 0.1s all ease;
  }

  .backtop a:hover {
    border-bottom: 2px solid #a3a3a3;
    background: #e9e9e9;
  }
}

.cookie {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  bottom: 48px;
  z-index: 998;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  margin: auto;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s all ease;
}

.cookie.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .cookie {
    width: 90%;
    gap: 64px;
    padding: 16px;
  }
}

@media (max-width: 12080px) {
  .cookie {
    gap: 24px;
    bottom: 3%;
  }
}

.cookie__text {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 1080px) {
  .cookie__text {
    font-size: 10px;
    line-height: 150%;
  }
}

.cookie__btn {
  width: 160px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1080px) {
  .cookie__btn {
    font-size: 10px;
    width: 200px;
  }
}

.tooltip {
  display: inline-block;
  position: relative;
  color: #0072c9;
  text-decoration: underline;
  cursor: pointer;
}

.tooltip__body {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 50%;
  margin: auto;
  width: max-content;
  max-width: 320px;
  padding: 16px;
  color: #333;
  text-align: left;
  font-size: 12px;
  line-height: 1.6em;
  background: rgba(227, 245, 254, 0.9);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: 0.3s all ease;
}

.tooltip__body.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tooltip__body::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(227, 245, 254, 0.9);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.msg {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 999;
}

.msg.is-open {
  visibility: visible;
  opacity: 1;
}

.msg__bk {
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msg__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  padding: 64px;
  width: fit-content;
  height: auto;
  max-width: 800px;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #43abfa;
}

.msg__content-title {
  font-size: 18px;
  font-weight: bold;
  color: #0072c9;
  line-height: 1.5em;
}

.msg__content-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  color: #333;
}

.msg__text {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.msg__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.msg__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1081px) {
  .msg__btn {
    transition: 0.1s all ease;
  }

  .msg__btn:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 997;
  transition: 0.3s all ease;
  border-bottom: 2px solid #43abfa;
  background: #0072c9;
}

.header.is-open {
  height: 100dvh;
  border-bottom: 2px solid #0072c9;
}

.header__logo {
  position: absolute;
  top: 12px;
  left: 16px;
}

.header__logo img {
  width: 590px;
}

@media (max-width: 1040px) {
  .header__logo {
    top: 16px;
  }

  .header__logo img {
    width: 500px;
  }
}

@media (max-width: 640px) {
  .header__logo {
    left: 2%;
    top: 10px;
  }

  .header__logo img {
    width: 200px;
  }
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 21px;
  width: 100%;
  height: 58px;
  background: #fff;
}

.header__menu a {
  position: relative;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 1081px) {
  .header__menu a {
    transition: 0.2s all ease;
  }

  .header__menu a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 900px) {
  .header__menu a {
    display: none;
  }
}

.header__menu a span {
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.header__menu a.is-parents {
  padding-left: 21px;
}

.header__menu a.is-parents span {
  color: #e58a01;
}

.header__menu a.is-parents::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: #0072c9;
  opacity: 0.25;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header__menu-wrap {
  display: flex;
}

.header__menu-wrap a {
  width: 80px;
  gap: 0;
}

@media (max-width: 900px) {
  .header__menu-wrap a {
    display: flex;
  }
}

@media (max-width: 640px) {
  .header__menu-wrap a {
    width: 64px;
  }
}

@media (min-width: 1081px) {
  .header__menu-wrap a {
    transition: 0.2s all ease;
  }

  .header__menu-wrap a:hover {
    opacity: 0.7;
  }
}

.header__menu-wrap a.is-search {
  background: #43abfa;
}

.header__menu-wrap a.is-search span {
  color: #fff;
}

.header__menu-wrap a.is-menu {
  background: #0072c9;
}

.header__menu-wrap a.is-menu span {
  color: #fff;
}

.megamenu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.megamenu.is-open {
  opacity: 1;
  visibility: visible;
}

.megamenu__inner {
  width: 1000px;
  margin: -60px 0 0;
}

@media (max-width: 900px) {
  .megamenu__inner {
    width: 100%;
    margin: -60px 2% 0;
  }
}

.megamenu__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .megamenu__wrap {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .megamenu__wrap {
    margin: 0 2%;
  }
}

.megamenu__wrap2 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media (max-width: 640px) {
  .megamenu__wrap2 {
    margin: 8px 2% 0;
  }
}

.megamenu__wrap2-wrap {
  display: flex;
  gap: 20px;
}

@media (max-width: 900px) {
  .megamenu__wrap2-wrap {
    gap: 8px;
  }
}

.megamenu__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 245px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-bottom: 4px solid #d2d2d2;
  padding: 24px;
}

@media (max-width: 900px) {
  .megamenu__btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .megamenu__btn {
    height: auto;
    padding: 8px;
  }

  .megamenu__btn img {
    width: 32px;
  }
}

@media (min-width: 1081px) {
  .megamenu__btn {
    transition: 0.2s all ease;
  }

  .megamenu__btn:hover {
    background: #e1f2ff;
  }
}

.megamenu__btn-title {
  margin: 11px 0 0;
  text-align: center;
  width: 100%;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #43abfa;
}

@media (max-width: 900px) {
  .megamenu__btn-title {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .megamenu__btn-title {
    border-bottom: none;
    font-size: 11px;
  }
}

.megamenu__btn-text {
  margin: 20px 0 0;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 900px) {
  .megamenu__btn-text {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .megamenu__btn-text {
    display: none;
  }
}

.megamenu__btn:last-child .megamenu__btn-title {
  color: #499f26;
  border-bottom: 1px solid #8fdd36;
}

@media (max-width: 640px) {
  .megamenu__btn:last-child .megamenu__btn-title {
    border-bottom: none;
  }
}

@media (min-width: 1081px) {
  .megamenu__btn:last-child {
    transition: 0.2s all ease;
  }

  .megamenu__btn:last-child:hover {
    background: #e4f1df;
  }
}

.megamenu__btn2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 136px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-bottom: 4px solid #d2d2d2;
  padding: 24px;
}

@media (max-width: 640px) {
  .megamenu__btn2 {
    width: 90px;
    height: auto;
    padding: 8px;
  }

  .megamenu__btn2 img {
    width: 32px;
  }
}

@media (min-width: 1081px) {
  .megamenu__btn2 {
    transition: 0.2s all ease;
  }

  .megamenu__btn2:hover {
    background: #e1f2ff;
  }
}

.megamenu__btn2-title {
  margin: 10px 0 0;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .megamenu__btn2-title {
    font-size: 10px;
  }
}

.megamenu__btn2.is-parents .megamenu__btn2-title {
  color: #e58a01;
}

@media (min-width: 1081px) {
  .megamenu__btn2.is-parents {
    transition: 0.2s all ease;
  }

  .megamenu__btn2.is-parents:hover {
    background: #f4ece2;
  }
}

.megamenu__foot {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 640px) {
  .megamenu__foot {
    margin: 32px 0 0;
    gap: 12px;
  }
}

.megamenu__foot a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .megamenu__foot a {
    font-size: 10px;
  }
}

.footer {
  background: #0072c9;
  padding: 32px 38px;
}

@media (max-width: 900px) {
  .footer {
    padding: 24px 2%;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 24px 5%;
  }
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 640px) {
  .footer__wrap {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .footer__logo {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .footer__logo img {
    width: 80%;
  }
}

.footer__menu {
  display: flex;
  gap: 16px;
}

@media (max-width: 640px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    margin: 32px 0;
  }
}

.footer__menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .footer__menu a {
    font-weight: 500;
    font-size: 14px;
  }
}

.footer__copyright {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  letter-spacing: 0.1em;
}

.card {
  position: relative;
  width: 240px;
  height: 300px;
  border: 1px solid #43abfa;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .card {
    width: calc(25% - 6px);
  }
}

@media (max-width: 640px) {
  .card {
    width: calc(50% - 4px);
    height: auto;
    padding: 16px 0;
  }
}

@media (min-width: 1081px) {
  .card {
    transition: 0.1s all ease;
  }

  .card:hover {
    background: #ebf6ff;
  }
}

.card::before {
  content: "";
  position: absolute;
  display: block;
  background: #43abfa;
  height: 40px;
  width: 40px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  right: -1px;
}

.card::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
  bottom: 6px;
  right: 6px;
}

.card__img {
  width: 143px;
}

.card__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .card__img {
    width: 120px;
  }
}

.card__name {
  margin: 16px 0 0;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 900px) {
  .card__name {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .card__name {
    font-size: 18px;
  }
}

.card__info {
  margin: 4px 0 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.card__pref {
  background: #ddd;
  padding: 8px 6px 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .card__pref {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .card__pref {
    font-size: 10px;
  }
}

.card__pref.is-area1 {
  background: #72bde5;
}

.card__pref.is-area2 {
  background: #5974e2;
}

.card__pref.is-area3 {
  background: #bf75df;
}

.card__pref.is-area4 {
  background: #d567b7;
}

.card__pref.is-area5 {
  background: #df6079;
}

.card__pref.is-area6 {
  background: #df8b69;
}

.card__pref.is-area7 {
  background: #f1c56d;
}

.card__pref.is-area8 {
  background: #b3d245;
}

.card__pref.is-area9 {
  background: #3dd0b2;
}

.card__text {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-feature-settings: "palt" on;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .card__text {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .card__text {
    font-size: 10px;
  }
}

.card__wrap {
  margin: 32px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .card__wrap {
    gap: 8px;
    margin: 32px 0 0;
  }
}

@media (max-width: 640px) {
  .card__wrap {
    flex-wrap: wrap;
  }
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root .card__pref {
  padding: 1px 4px 2px;
}

.index__hero {
  z-index: 2;
  position: relative;
  height: 517px;
  background: url(https://www.kasen.or.jp/senjin/img/top_main-visual.png) no-repeat center center;
  background-size: cover;
}

.index__hero-navi {
  position: absolute;
  bottom: 50px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 640px) {
  .index__hero-navi {
    bottom: 20px;
    right: 20px;
    gap: 4px;
  }
}

.index__hero-navi a {
  position: relative;
  width: 250px;
  height: 78px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .index__hero-navi a {
    gap: 8px;
    width: 220px;
    height: 64px;
    font-size: 12px;
  }
}

.index__hero-navi a span {
  width: 130px;
}

@media (max-width: 640px) {
  .index__hero-navi a span {
    width: 140px;
  }
}

.index__hero-navi a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 640px) {
  .index__hero-navi a::after {
    right: 12px;
  }
}

.index__hero-navi a:first-child {
  color: #499f26;
  border: 1px solid #55a235;
  border-bottom: 4px solid #55a235;
}

.index__hero-navi a:first-child::after {
  border-right: 2px solid #55a235;
  border-bottom: 2px solid #55a235;
}

@media (min-width: 1081px) {
  .index__hero-navi a:first-child {
    transition: 0.1s all ease;
  }

  .index__hero-navi a:first-child:hover {
    border-bottom: 2px solid #55a235;
    background: #e4f1df;
  }
}

.index__hero-navi a:nth-child(2) {
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

.index__hero-navi a:nth-child(2)::after {
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

@media (min-width: 1081px) {
  .index__hero-navi a:nth-child(2) {
    transition: 0.1s all ease;
  }

  .index__hero-navi a:nth-child(2):hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.index__hero-navi a:nth-child(3) {
  color: #e58a01;
  border: 1px solid #e58a01;
  border-bottom: 4px solid #e58a01;
}

.index__hero-navi a:nth-child(3)::after {
  border-right: 2px solid #e58a01;
  border-bottom: 2px solid #e58a01;
}

@media (min-width: 1081px) {
  .index__hero-navi a:nth-child(3) {
    transition: 0.1s all ease;
  }

  .index__hero-navi a:nth-child(3):hover {
    border-bottom: 2px solid #e58a01;
    background: #f4ece2;
  }
}

.index__hero-news {
  position: absolute;
  bottom: 50px;
  left: 40px;
  border-top: 2px solid #0072c9;
  border-bottom: 2px solid #0072c9;
  background: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  width: 50%;
  padding: 24px 32px;
  z-index: 10;
}

.index__hero-news.is-sp {
  display: none;
}

@media (max-width: 800px) {
  .index__hero-news {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    max-width: inherit;
    padding: 24px 5%;
  }

  .index__hero-news.is-pc {
    display: none;
  }

  .index__hero-news.is-sp {
    display: block;
  }
}

.index__hero-news__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.index__hero-news__date {
  color: #0072c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.index__hero-news__title {
  color: #0072c9;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.index__hero-news__text {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.index__hero-news__link a {
  color: #0072c9;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-decoration: underline;
}

.index__pickup {
  position: relative;
  padding: 60px 0;
}

.index__pickup::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  background: url(https://www.kasen.or.jp/senjin/img/top_bg1.svg) no-repeat center center;
  background-size: cover;
  width: 900px;
  height: 330px;
}

.index__pickup-title {
  margin: auto;
  width: fit-content;
  position: relative;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.index__pickup-title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #ffec71;
  mix-blend-mode: multiply;
}

.index__pickup-wrap {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 900px) {
  .index__pickup-wrap {
    gap: 8px;
    margin: 32px 2% 0;
  }
}

@media (max-width: 640px) {
  .index__pickup-wrap {
    flex-wrap: wrap;
  }
}

.index__pickup-btns {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 640px) {
  .index__pickup-btns {
    gap: 8px;
    flex-direction: column;
  }
}

.index__pickup-btns a {
  position: relative;
  width: 280px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

@media (max-width: 640px) {
  .index__pickup-btns a {
    font-size: 12px;
    gap: 8px;
    width: 200px;
    height: 64px;
  }
}

@media (min-width: 1081px) {
  .index__pickup-btns a {
    transition: 0.1s all ease;
  }

  .index__pickup-btns a:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.index__pickup-btns a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

.index__about {
  position: relative;
  padding: 60px 0 80px;
}

.index__about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  left: 14px;
  background: url(https://www.kasen.or.jp/senjin/img/top_bg2.svg) no-repeat center center;
  background-size: contain;
  width: 678px;
  height: 258px;
}

@media (max-width: 640px) {
  .index__about::before {
    width: 300px;
    height: 100px;
    bottom: 0;
    left: 0;
  }
}

.index__about-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.index__about-title {
  color: #0072c9;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  background: #d6f1ff;
  width: fit-content;
  padding: 12px 16px;
}

@media (max-width: 900px) {
  .index__about-title {
    font-size: 12px;
  }
}

.index__about-headline {
  margin: 32px 0 0;
  color: #333;
  font-kerning: none;
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  position: relative;
  width: fit-content;
}

.index__about-headline::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 12px;
  background: #d6f1ff;
  mix-blend-mode: multiply;
}

@media (max-width: 900px) {
  .index__about-headline {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .index__about-headline::before {
    display: none;
  }
}

.index__about-text {
  margin: 24px 0 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 900px) {
  .index__about-text {
    font-size: 12px;
  }
}

.index__about-btn {
  margin: 32px 0 0;
}

.index__about-btn a {
  position: relative;
  width: 250px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

@media (max-width: 900px) {
  .index__about-btn a {
    width: 200px;
  }
}

@media (min-width: 1081px) {
  .index__about-btn a {
    transition: 0.1s all ease;
  }

  .index__about-btn a:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.index__about-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

.index__about-img {
  position: absolute;
  bottom: -10px;
  right: -70px;
  width: 309px;
}

.index__about-img img {
  width: 100%;
}

@media (max-width: 900px) {
  .index__about-img {
    right: 0px;
    width: 200px;
  }
}

@media (max-width: 640px) {
  .index__about-img {
    right: -11px;
    bottom: -60px;
    width: 180px;
  }
}

.index__chikei {
  background: #f1faff;
  padding: 90px 0 122px;
}

@media (max-width: 640px) {
  .index__chikei {
    padding: 60px 0 80px;
  }
}

.index__chikei-title {
  color: #3090d9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 640px) {
  .index__chikei-title {
    font-size: 18px;
    gap: 12px;
  }

  .index__chikei-title img {
    width: 40px;
  }
}

.index__chikei-inner {
  position: relative;
  margin: 42px auto 0;
  background: #fff;
  max-width: 1000px;
  width: 90%;
  padding: 64px 100px 90px;
}

@media (max-width: 900px) {
  .index__chikei-inner {
    padding: 64px 48px 90px;
  }
}

@media (max-width: 900px) {
  .index__chikei-inner {
    padding: 48px 16px 48px;
  }
}

.index__chikei-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 172.5px;
  height: 164px;
  background: url(https://www.kasen.or.jp/senjin/img/top_triangle1.svg) no-repeat center center;
  background-size: contain;
  top: -31px;
  right: -43px;
}

@media (max-width: 900px) {
  .index__chikei-inner::before {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -36px;
  }
}

@media (max-width: 640px) {
  .index__chikei-inner::before {
    width: 64px;
    height: 64px;
    top: -16px;
    right: -16px;
  }
}

.index__chikei-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 172px;
  height: 164px;
  background: url(https://www.kasen.or.jp/senjin/img/top_triangle2.svg) no-repeat center center;
  background-size: contain;
  bottom: -31px;
  left: -43px;
}

@media (max-width: 900px) {
  .index__chikei-inner::after {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -36px;
  }
}

@media (max-width: 640px) {
  .index__chikei-inner::after {
    width: 64px;
    height: 64px;
    bottom: -16px;
    left: -16px;
  }
}

.index__chikei-inner__title {
  color: #389fee;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 16px;
  border-bottom: 1px solid #43abfa;
  margin-top: 48px;
}

@media (max-width: 640px) {
  .index__chikei-inner__title {
    font-size: 16px;
  }
}

.index__chikei-inner__title:first-child {
  margin-top: 0;
}

.index__chikei-btns {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index__chikei-btns a {
  position: relative;
  width: 250px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

.index__chikei-btns a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

@media (min-width: 1081px) {
  .index__chikei-btns a {
    transition: 0.1s all ease;
  }

  .index__chikei-btns a:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.index__chikei-wrap {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.index__chikei-wrapm60 {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.index__chikei-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index__chikei-block.is-seito {
  flex-direction: row-reverse;
}

.index__chikei-block__chara {
  width: 100px;
  margin: -16px 0 0;
}

.index__chikei-block__chara img {
  width: 100%;
}

.index__chikei-block__hukidashi {
  position: relative;
  height: auto;
  min-height: 85px;
  width: 670px;
  padding: 24px;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .index__chikei-block__hukidashi {
    width: 80%;
    padding: 16px;
    font-size: 12px;
  }
}

.index__chikei-block__hukidashi div.is-map {
  width: 100%;
}

.index__chikei-block__hukidashi img {
  width: 100%;
  margin: 24px 0;
}

.is-sensei .index__chikei-block__hukidashi {
  border-radius: 20px;
  border: 1px solid #ffca15;
  color: #de6f1b;
}

.is-seito .index__chikei-block__hukidashi {
  border-radius: 20px;
  border: 1px solid #43abfa;
  color: #247bc7;
}

.index__chikei-block__hukidashi:before,
.index__chikei-block__hukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
}

.index__chikei-block__hukidashi:before {
  top: 40px;
  left: -20px;
  background: #ffca15;
  height: 12px;
  width: 20px;
  clip-path: polygon(100% 0, 100% 100%, 0 80%);
}

.index__chikei-block__hukidashi:after {
  top: 41px;
  left: -18px;
  background: #fff;
  height: 10px;
  width: 18px;
  clip-path: polygon(100% 0, 100% 100%, 0 82%);
}

.is-seito .index__chikei-block__hukidashi:before,
.is-seito .index__chikei-block__hukidashi:after {
  transform: scaleX(-1);
}

.is-seito .index__chikei-block__hukidashi:before {
  left: inherit;
  right: -20px;
  background: #43abfa;
}

.is-seito .index__chikei-block__hukidashi::after {
  left: inherit;
  right: -18px;
  background: #fff;
}

.index__chikei-block__hukidashi-map {
  position: relative;
  width: 100%;
}

@media (max-width: 700px) {
  .index__chikei-block__hukidashi-map {
    margin: 24px 0 0;
  }
}

.index__chikei-block__hukidashi-map img {
  width: 400px;
  height: 400px;
}

@media (max-width: 700px) {
  .index__chikei-block__hukidashi-map img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.index__chikei-block__hukidashi-map__img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s all ease;
}

.index__chikei-block__hukidashi-map__img.is-show {
  opacity: 1;
}

.index__chikei-block__hukidashi-map__img-wrap {
  position: relative;
  text-align: right;
}

.index__chikei-block__hukidashi-map__btn {
  position: relative;
  color: #999;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  width: 160px;
  padding: 8px 8px 8px 40px;
  cursor: pointer;
}

.index__chikei-block__hukidashi-map__btn:hover {
  color: #666;
  border: 1px solid #999;
}

.index__chikei-block__hukidashi-map__btn.is-current {
  color: #0072c9;
  border: 1px solid #0072c9;
}

.index__chikei-block__hukidashi-map__btn.is-current::before {
  border: 1px solid #0072c9;
}

.index__chikei-block__hukidashi-map__btn.is-current::after {
  opacity: 1;
}

.index__chikei-block__hukidashi-map__btn::before,
.index__chikei-block__hukidashi-map__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.index__chikei-block__hukidashi-map__btn::before {
  border: 1px solid #ddd;
  width: 16px;
  height: 16px;
}

.index__chikei-block__hukidashi-map__btn::after {
  width: 8px;
  height: 8px;
  left: 20px;
  background: #0072c9;
  opacity: 0;
}

@media (max-width: 700px) {
  .index__chikei-block__hukidashi-map__btn {
    width: 100%;
    font-size: 12px;
    padding: 4px 4px 4px 30px;
  }

  .index__chikei-block__hukidashi-map__btn::before {
    left: 8px;
  }

  .index__chikei-block__hukidashi-map__btn::after {
    left: 12px;
  }
}

.index__chikei-block__hukidashi-map__btn-wrap {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 700px) {
  .index__chikei-block__hukidashi-map__btn-wrap {
    position: relative;
    transform: none;
    left: 0;
    gap: 4px;
  }
}

.index__sns {
  padding: 64px 0;
  background: #f1faff;
}

.index__sns-title {
  color: #3090d9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}

.index__sns-wrap {
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.index__sns-wrap a {
  display: block;
  width: 32px;
}

.index__sns-wrap a img {
  width: 100%;
}

.list {
  background: url(https://www.kasen.or.jp/senjin/img/common_bg.svg);
}

.list .inner {
  position: relative;
}

.list__result {
  margin: 24px 0 0;
  border: 1px solid #43abfa;
  background: #fff;
  padding: 24px 0;
  text-align: center;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.list__result span {
  color: #3090d9;
  font-weight: 700;
}

.list__sort {
  margin: 24px 0 0;
  padding: 16px;
  background: #e3f5fe;
  display: flex;
  justify-content: space-between;
}

.list__sort-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 900px) {
  .list__sort-btns {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .list__sort-btns {
    flex-direction: column;
  }
}

.list__sort-btns p {
  color: #43abfa;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 900px) {
  .list__sort-btns p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .list__sort-btns p {
    font-size: 14px;
  }
}

.list__sort-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list__sort-btns a.is-current {
  border: 1px solid #43abfa;
  background: #43abfa;
  color: #fff;
  pointer-events: none;
}

@media (max-width: 900px) {
  .list__sort-btns a {
    width: 160px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .list__sort-btns a {
    width: 200px;
    height: 48px;
    font-size: 12px;
  }
}

@media (min-width: 1081px) {
  .list__sort-btns a {
    transition: 0.1s all ease;
  }

  .list__sort-btns a:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.list__sort-order {
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  .list__sort-order {
    margin-top: 28px;
  }
}

.list__sort-order a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 32px;
  border: 1px solid #43abfa;
  background: #fff;
}

@media (min-width: 1081px) {
  .list__sort-order a {
    transition: 0.1s all ease;
  }

  .list__sort-order a:hover {
    background: #e1f2ff;
  }
}

.list__sort-order a.is-current {
  pointer-events: none;
  background: #43abfa;
}

.list__sort-order a.is-current svg path {
  fill: #fff;
}

.search {
  background: url(https://www.kasen.or.jp/senjin/img/common_bg.svg);
}

.search .inner {
  position: relative;
}

.search__btn-list {
  position: absolute;
  top: 80px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.search__btn-list span {
  color: #3090d9;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 4px;
  border-bottom: 1px solid #3090d9;
}

.search__btn-list::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_next.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  .search__btn-list {
    top: 20px;
  }

  .search__btn-list span {
    font-size: 12px;
  }
}

@media (min-width: 1081px) {
  .search__btn-list {
    transition: 0.1s all ease;
  }

  .search__btn-list:hover {
    opacity: 0.7;
  }
}

.search__navi {
  background: #e3f5fe;
  display: flex;
  padding: 24px 100px;
  gap: 16px;
  margin: 24px 0 0;
}

@media (max-width: 900px) {
  .search__navi {
    padding: 24px 32px;
  }
}

@media (max-width: 640px) {
  .search__navi {
    flex-direction: column;
    padding: 16px;
    gap: 8px;
  }
}

.search__navi-btn {
  width: 100%;
  height: 106px;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: #3090d9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 1081px) {
  .search__navi-btn {
    transition: 0.1s all ease;
  }

  .search__navi-btn:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.search__word {
  margin: 32px 0 0;
}

.search__word-title {
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media (max-width: 640px) {
  .search__word-title {
    font-size: 18px;
  }
}

.search__word-wrap {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 640px) {
  .search__word-wrap {
    flex-direction: column;
    gap: 16px;
  }
}

.search__word-wrap__title {
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 130px;
  text-align: right;
}

@media (max-width: 640px) {
  .search__word-wrap__title {
    font-size: 14px;
  }
}

.search__word-wrap__body {
  width: 440px;
}

@media (max-width: 640px) {
  .search__word-wrap__body {
    width: 100%;
  }
}

.search__word-wrap__body-search {
  display: flex;
}

.search__word-wrap__body-search input[type=text] {
  height: 48px;
  width: 313px;
  display: flex;
  align-items: center;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #43abfa;
  border-left: 1px solid #43abfa;
  border-bottom: 1px solid #43abfa;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 16px;
  box-sizing: border-box;
}

.search__word-wrap__body-search input[type=text]::placeholder {
  color: #bfbfbf;
}

@media (max-width: 640px) {
  .search__word-wrap__body-search input[type=text] {
    width: 100%;
  }
}

.search__word-wrap__body-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 48px;
  border-radius: 0px 3px 3px 0px;
  background: #43abfa;
}

.search__word-wrap__body-search__btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_search.svg) no-repeat center center;
  background-size: contain;
}

.search__word-wrap__body-search__btn.is-disable {
  background: #ccc;
}

.search__word-wrap__body-tag {
  display: flex;
  gap: 8px;
}

.search__word-wrap__body-tag a {
  display: block;
  border-radius: 2px;
  background: #43abfa;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 6px 8px;
}

.search__pickup {
  margin: 48px 0 0;
}

.search__block {
  margin: 64px 0 0;
  border: 1px solid #43abfa;
  background: #fff;
  padding: 32px;
}

@media (max-width: 900px) {
  .search__block {
    padding: 32px 16px;
  }
}

@media (max-width: 640px) {
  .search__block {
    padding: 24px 16px;
  }
}

.search__block-title {
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.search__block-title img {
  width: 48px;
  height: 48px;
}

@media (max-width: 640px) {
  .search__block-title {
    font-size: 18px;
  }

  .search__block-title img {
    width: 32px;
    height: 32px;
  }
}

.search__map-body {
  position: relative;
}

.search__map-img {
  width: 518px;
  margin: 20px auto 0;
}

.search__map-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .search__map-img {
    width: 90%;
  }
}

.search__map-box {
  position: absolute;
  background: #fff;
}

@media (max-width: 640px) {
  .search__map-box {
    position: relative;
    margin: 24px 0 0;
  }
}

.search__map-box.is-area1 {
  border: 1px solid #72bde5;
  width: 198px;
  top: 24px;
  right: 0;
}

.search__map-box.is-area1 .search__map-box__title {
  background: #72bde5;
}

.search__map-box.is-area1 .search__map-box__wrap {
  justify-content: center;
}

@media (max-width: 900px) {
  .search__map-box.is-area1 {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area1 {
    top: inherit;
    right: inherit;
    width: 100%;
  }
}

.search__map-box.is-area2 {
  border: 1px solid #5974e2;
  width: 264px;
  top: 124px;
  right: 0;
}

.search__map-box.is-area2 .search__map-box__title {
  background: #5974e2;
}

@media (max-width: 900px) {
  .search__map-box.is-area2 {
    width: 230px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area2 {
    top: inherit;
    right: inherit;
    width: 100%;
  }
}

.search__map-box.is-area3 {
  border: 1px solid #bf75df;
  width: 264px;
  top: 256px;
  right: 0;
}

.search__map-box.is-area3 .search__map-box__title {
  background: #bf75df;
}

@media (max-width: 900px) {
  .search__map-box.is-area3 {
    width: 230px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area3 {
    top: inherit;
    right: inherit;
    width: 100%;
  }
}

.search__map-box.is-area4 {
  border: 1px solid #d567b7;
  width: 264px;
  top: 24px;
  left: 110px;
}

.search__map-box.is-area4 .search__map-box__title {
  background: #d567b7;
}

@media (max-width: 900px) {
  .search__map-box.is-area4 {
    width: 230px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area4 {
    top: inherit;
    left: inherit;
    width: 100%;
  }
}

.search__map-box.is-area5 {
  border: 1px solid #df6079;
  width: 314px;
  top: 388px;
  right: 0;
}

.search__map-box.is-area5 .search__map-box__title {
  background: #df6079;
}

@media (max-width: 900px) {
  .search__map-box.is-area5 {
    width: 280px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area5 {
    top: inherit;
    right: inherit;
    width: 100%;
  }
}

.search__map-box.is-area6 {
  border: 1px solid #df8b69;
  width: 310px;
  top: 24px;
  left: 0;
}

.search__map-box.is-area6 .search__map-box__title {
  background: #df8b69;
}

@media (max-width: 900px) {
  .search__map-box.is-area6 {
    width: 280px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area6 {
    top: inherit;
    left: inherit;
    width: 100%;
  }
}

.search__map-box.is-area7 {
  border: 1px solid #f1c56d;
  width: 310px;
  top: 155px;
  left: 0;
}

.search__map-box.is-area7 .search__map-box__title {
  background: #f1c56d;
}

@media (max-width: 900px) {
  .search__map-box.is-area7 {
    width: 280px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area7 {
    top: inherit;
    left: inherit;
    width: 100%;
  }
}

.search__map-box.is-area8 {
  border: 1px solid #b3d245;
  width: 203px;
  top: 256px;
  left: 0;
}

.search__map-box.is-area8 .search__map-box__title {
  background: #b3d245;
}

@media (max-width: 900px) {
  .search__map-box.is-area8 {
    width: 180px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area8 {
    top: inherit;
    left: inherit;
    right: inherit;
    width: 100%;
  }
}

.search__map-box.is-area9 {
  border: 1px solid #3dd0b2;
  width: 203px;
  top: 388px;
  left: 0;
}

.search__map-box.is-area9 .search__map-box__title {
  background: #3dd0b2;
}

@media (max-width: 900px) {
  .search__map-box.is-area9 {
    width: 180px;
  }
}

@media (max-width: 640px) {
  .search__map-box.is-area9 {
    top: inherit;
    left: inherit;
    width: 100%;
  }
}

.search__map-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.search__map-box__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_next-wh.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 900px) {
  .search__map-box__title {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .search__map-box__title {
    font-size: 14px;
  }
}

@media (min-width: 1081px) {
  .search__map-box__title {
    transition: 0.1s all ease;
  }

  .search__map-box__title:hover {
    opacity: 0.7;
  }
}

.search__map-box__wrap {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search__map-box__wrap a {
  color: #389fee;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.search__map-box__wrap a.is-disable {
  color: #bbb;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 900px) {
  .search__map-box__wrap a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .search__map-box__wrap a {
    font-size: 14px;
  }
}

@media (min-width: 1081px) {
  .search__map-box__wrap a {
    transition: 0.1s all ease;
  }

  .search__map-box__wrap a:hover {
    opacity: 0.7;
  }
}

.search__abc-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
}

.search__abc-block__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  background: #43abfa;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1081px) {
  .search__abc-block__head {
    cursor: pointer;
    transition: 0.1s all ease;
  }

  .search__abc-block__head:hover {
    opacity: 0.7;
  }
}

.search__abc-block__head::before {
  content: "とじる";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.search__abc-block__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_minus.svg) no-repeat center center;
  background-size: contain;
}

.is-close .search__abc-block__head::before {
  content: "ひらく";
  display: block;
  position: absolute;
}

.is-close .search__abc-block__head::after {
  background-image: url(https://www.kasen.or.jp/senjin/img/icon_plus.svg);
}

.search__abc-block__head.is-disable {
  background: #bbb;
}

.search__abc-block__head.is-disable::before,
.search__abc-block__head.is-disable::after {
  display: none;
}

.search__abc-block__body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0 32px;
}

@media (max-width: 640px) {
  .search__abc-block__body {
    gap: 8px;
  }
}

.search__age-tab {
  position: relative;
  margin: 24px 0 0;
  display: flex;
  gap: 8px;
}

.search__age-tab::after {
  content: "";
  width: calc(100% + 24px);
  height: 1px;
  background: #43abfa;
  position: absolute;
  bottom: 0;
  left: -12px;
}

.search__age-tab__btn {
  position: relative;
  width: 100%;
  height: 64px;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #43abfa;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media (max-width: 640px) {
  .search__age-tab__btn {
    font-size: 12px;
  }
}

@media (min-width: 1081px) {
  .search__age-tab__btn {
    cursor: pointer;
    transition: 0.1s all ease;
  }

  .search__age-tab__btn:hover {
    background: #e1f2ff;
  }
}

.search__age-tab__btn span {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .search__age-tab__btn span {
    font-size: 10px;
  }
}

.search__age-tab__btn.is-current {
  background: #43abfa;
  color: #fff;
  border-radius: 0;
}

.search__age-tab__btn.is-disable {
  pointer-events: none;
  color: #bbb;
  border: 1px solid #bbb;
}

.search__age-tab__btn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 35px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_table_arrow.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -8px;
  z-index: 2;
}

.search__age-block {
  display: none;
}

.search__age-block__wrap {
  margin: 24px 0 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.search__card {
  width: fit-content;
  position: relative;
  border: 1px solid #43abfa;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px 16px 16px;
}

@media (max-width: 640px) {
  .search__card {
    width: 100%;
  }
}

@media (min-width: 1081px) {
  .search__card {
    transition: 0.1s all ease;
  }

  .search__card:hover {
    background: #e1f2ff;
  }
}

.search__card::before {
  content: "";
  position: absolute;
  display: block;
  background: #43abfa;
  height: 40px;
  width: 40px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  right: -1px;
}

.search__card::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
  bottom: 6px;
  right: 6px;
}

.search__card-img {
  width: 60px;
}

.search__card-img img {
  width: 100%;
}

.search__card-profile {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search__card-name {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}

.search__card-info {
  display: flex;
  align-items: center;
  gap: 7px;
}

.search__card-pref {
  background: #ddd;
  padding: 4px 6px 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.search__card-pref.is-area1 {
  background: #72bde5;
}

.search__card-pref.is-area2 {
  background: #5974e2;
}

.search__card-pref.is-area3 {
  background: #bf75df;
}

.search__card-pref.is-area4 {
  background: #d567b7;
}

.search__card-pref.is-area5 {
  background: #df6079;
}

.search__card-pref.is-area6 {
  background: #df8b69;
}

.search__card-pref.is-area7 {
  background: #f1c56d;
}

.search__card-pref.is-area8 {
  background: #b3d245;
}

.search__card-pref.is-area9 {
  background: #3dd0b2;
}

.search__card-text {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.worksheet {
  background: url(https://www.kasen.or.jp/senjin/img/common_bg.svg);
}

.worksheet__text {
  margin: 16px 0 0;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.worksheet__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}

@media (max-width: 640px) {
  .worksheet__wrap {
    flex-direction: column;
  }
}

.worksheet__cell {
  position: relative;
  width: calc(25% - 12px);
  border: 1px solid #43abfa;
  background: #fff;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .worksheet__cell {
    width: calc(33.3333333333% - 12px);
  }
}

@media (max-width: 900px) {
  .worksheet__cell {
    width: calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .worksheet__cell {
    width: 100%;
  }
}

.worksheet__cell a {
  color: #0072c9;
  text-decoration: underline;
}

.worksheet__cell img {
  width: 100%;
}

.worksheet__cell-time {
  position: absolute;
  top: 0;
  right: 0;
  background: #43abfa;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.8px;
  padding: 4px;
}

.worksheet__cell-time span {
  font-size: 12px;
}

.worksheet__cell-info {
  padding: 0 16px 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.worksheet__cell-title {
  color: #0072c9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.worksheet__cell-text {
  margin: 8px 0 0;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  flex: 1;
}

.worksheet__cell-btns {
  display: flex;
  gap: 16px;
  margin: 20px 0 0;
}

.worksheet__cell-btns a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 13px 0 14px;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
}

.worksheet__cell-btns a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.worksheet__cell-btns a span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
}

.worksheet__cell-btns a::before {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 33px;
}

.worksheet__cell-btns a.is-pdf {
  color: #ff7474;
  border: 1px solid #ff9393;
  border-bottom: 4px solid #ff9393;
}

.worksheet__cell-btns a.is-pdf::before {
  background: url(https://www.kasen.or.jp/senjin/img/worksheet_icon_pdf.svg) no-repeat center center;
  background-size: contain;
}

.worksheet__cell-btns a.is-pdf span::after {
  background: url(https://www.kasen.or.jp/senjin/img/worksheet_icon_DL_r.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 1081px) {
  .worksheet__cell-btns a.is-pdf {
    transition: 0.1s all ease;
  }

  .worksheet__cell-btns a.is-pdf:hover {
    border-bottom: 2px solid #ff9393;
    background: #fceded;
  }
}

.worksheet__cell-btns a.is-word {
  color: #43abfa;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

.worksheet__cell-btns a.is-word::before {
  background: url(https://www.kasen.or.jp/senjin/img/worksheet_icon_word.svg) no-repeat center center;
  background-size: contain;
}

.worksheet__cell-btns a.is-word span::after {
  background: url(https://www.kasen.or.jp/senjin/img/worksheet_icon_DL_b.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 1081px) {
  .worksheet__cell-btns a.is-word {
    transition: 0.1s all ease;
  }

  .worksheet__cell-btns a.is-word:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.worksheet__info {
  margin: 48px 0 0;
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}

.worksheet__info span {
  position: relative;
  font-weight: 700;
}

.worksheet__info span::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  background: #ffec71;
  mix-blend-mode: multiply;
}

@media (max-width: 640px) {
  .worksheet__info {
    font-size: 12px;
  }
}

.senjin {
  position: relative;
  background: url(https://www.kasen.or.jp/senjin/img/common_bg.svg);
}

.senjin h2 {
  letter-spacing: 0.1em;
}

.senjin__map {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 900px) {
  .senjin__map {
    top: 70px;
    right: 2%;
    width: 160px;
  }

  .senjin__map img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .senjin__map {
    top: 70px;
    right: 2%;
    width: 30%;
  }

  .senjin__map img {
    width: 100%;
  }
}

.senjin__main {
  position: relative;
  display: flex;
  gap: 48px;
  margin: 50px 0 0;
}

@media (max-width: 900px) {
  .senjin__main {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .senjin__main {
    flex-direction: column-reverse;
    gap: 48px;
  }
}

.senjin__main-img img {
  width: 400px;
}

@media (max-width: 900px) {
  .senjin__main-img img {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .senjin__main-img img {
    width: 100%;
  }
}

.senjin__main-img__caption {
  padding: 10px 16px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.senjin__main-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 24px 0 0;
}

.senjin__main-name {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #43abfa;
}

.senjin__main-name__face {
  width: 82px;
}

.senjin__main-name__face img {
  width: 100%;
}

.senjin__main-name__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senjin__main-name__copy {
  margin: 0 0 0 4px;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}

.senjin__main-name__name {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

.senjin__main-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.senjin__main-tag a {
  display: block;
}

.senjin__main-tag span {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: #7b91a7;
  padding: 4px;
  border-radius: 2px;
}

_::-webkit-full-page-media,
_:future,
:root .senjin__main-tag span {
  padding: 2px 4px;
}

.senjin__main-tag span.is-area1 {
  background: #72bde5;
}

.senjin__main-tag span.is-area2 {
  background: #5974e2;
}

.senjin__main-tag span.is-area3 {
  background: #bf75df;
}

.senjin__main-tag span.is-area4 {
  background: #d567b7;
}

.senjin__main-tag span.is-area5 {
  background: #df6079;
}

.senjin__main-tag span.is-area6 {
  background: #df8b69;
}

.senjin__main-tag span.is-area7 {
  background: #f1c56d;
}

.senjin__main-tag span.is-area8 {
  background: #b3d245;
}

.senjin__main-tag span.is-area9 {
  background: #3dd0b2;
}

.senjin__main-tag span.is-age1 {
  background: #00a8c9;
}

.senjin__main-tag span.is-age2 {
  background: #006bc9;
}

.senjin__main-tag span.is-age3 {
  background: #0007c9;
}

.senjin__main-tag span.is-age4 {
  background: #9e00c9;
}

.senjin__main-text {
  margin: -8px 0 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.senjin__step {
  margin: 48px 0 0;
  display: flex;
  gap: 20px;
}

@media (max-width: 900px) {
  .senjin__step {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .senjin__step {
    flex-direction: column;
    gap: 20px;
  }
}

.senjin__step-card {
  position: relative;
  border: 1px solid #43abfa;
  background: #fff;
  width: 33.3333333333%;
}

@media (max-width: 640px) {
  .senjin__step-card {
    width: 100%;
  }
}

@media (min-width: 1081px) {
  .senjin__step-card {
    transition: 0.1s all ease;
  }

  .senjin__step-card:hover {
    border-bottom: 2px solid #43abfa;
    background: #e9f2fa;
  }
}

.senjin__step-card::before {
  content: "";
  position: absolute;
  display: block;
  background: #43abfa;
  height: 40px;
  width: 40px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  right: -1px;
}

.senjin__step-card::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
  bottom: 6px;
  right: 6px;
}

.senjin__step-card:nth-child(2) {
  border: 1px solid #0c84e0;
}

.senjin__step-card:nth-child(2) .senjin__step-card__step {
  background: #0c84e0;
}

.senjin__step-card:nth-child(2)::before {
  background: #0c84e0;
}

.senjin__step-card:nth-child(3) {
  border: 1px solid #0065b2;
}

.senjin__step-card:nth-child(3) .senjin__step-card__step {
  background: #0065b2;
}

.senjin__step-card:nth-child(3)::before {
  background: #0065b2;
}

@media (max-width: 640px) {
  .senjin__step-card:nth-child(3) {
    padding-bottom: 24px;
  }
}

.senjin__step-card__step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #43abfa;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
}

.senjin__step-card__step span {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.senjin__step-card__icon {
  margin: 21px 0 0;
}

.senjin__step-card__icon img {
  display: block;
  margin: auto;
}

.senjin__step-card__title {
  margin: 2px 0 0;
  text-align: center;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

.senjin__step-card__text {
  margin: 40px 0 0;
  text-align: center;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.senjin__step-card__list {
  margin: 24px 0 0;
  padding: 0 24px 32px;
}

.senjin__step-card__list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senjin__step-card__list ul li {
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding-left: 12px;
}

.senjin__step-card__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #43abfa;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.senjin__card {
  position: relative;
  margin: 130px 0 0;
}

.senjin__card::before {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff7f1;
}

.senjin__card::after {
  content: "";
  display: block;
  width: 620px;
  height: 258px;
  position: absolute;
  bottom: -70px;
  right: 0;
  background: url(https://www.kasen.or.jp/senjin/img/bg_dot_or.svg);
  z-index: 0;
}

@media (max-width: 640px) {
  .senjin__card::after {
    width: 310px;
    height: 130px;
  }
}

.senjin__card-inner {
  position: relative;
  width: 800px;
  margin: -16px auto 0;
  padding: 0 0 48px;
  z-index: 1;
}

@media (max-width: 900px) {
  .senjin__card-inner {
    width: 100%;
    padding: 0 2% 48px;
  }
}

@media (max-width: 640px) {
  .senjin__card-inner {
    width: 100%;
    padding: 0 0 48px;
  }
}

.senjin__card-title span {
  display: block;
  width: fit-content;
  background: #ffa743;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.senjin__card-title span:nth-child(1) {
  padding: 16px 32px 0;
}

@media (max-width: 640px) {
  .senjin__card-title span:nth-child(1) {
    padding: 8px 16px 0;
  }
}

.senjin__card-title span:nth-child(2) {
  margin: -10px 0 0;
  padding: 18px 100px 20px 18px;
}

@media (max-width: 640px) {
  .senjin__card-title span:nth-child(2) {
    padding: 12px 60px 8px 10px;
  }
}

@media (max-width: 640px) {
  .senjin__card-title span {
    font-size: 14px;
  }
}

.senjin__card-text {
  margin: 32px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 640px) {
  .senjin__card-text {
    font-size: 12px;
    margin: 24px 5% 0;
  }
}

.senjin__card-btn {
  position: relative;
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 276px;
  height: 64px;
  border: 1px solid #fab743;
  border-bottom: 4px solid #fab743;
  background: #fff;
  color: #d99230;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.senjin__card-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fa9f43;
  border-bottom: 2px solid #fa9f43;
}

@media (max-width: 640px) {
  .senjin__card-btn {
    margin: 24px 5% 0;
  }
}

@media (min-width: 1081px) {
  .senjin__card-btn {
    transition: 0.1s all ease;
  }

  .senjin__card-btn:hover {
    border-bottom: 2px solid #e58a01;
    background: #fffaf4;
  }
}

.senjin__card-img {
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(80px);
  width: 315.357px;
  z-index: 1;
}

.senjin__card-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__card-img {
    width: 100px;
    top: -30px;
  }
}

.senjin__contents-head {
  position: relative;
  margin: -30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Zen Kaku Gothic New";
}

@media (max-width: 900px) {
  .senjin__contents-head {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-head {
    flex-direction: column;
    gap: 16px;
  }
}

.senjin__contents-head__img {
  position: absolute;
  top: -10px;
  right: 0;
  width: 140px;
}

@media (max-width: 640px) {
  .senjin__contents-head__img {
    width: 100px;
  }
}

.senjin__contents-head__title {
  display: flex;
  align-items: baseline;
  color: #0072c9;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid #43abfa;
}

@media (max-width: 640px) {
  .senjin__contents-head__title {
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-head__title {
    transition: 0.1s all ease;
  }

  .senjin__contents-head__title:hover {
    opacity: 0.7;
  }
}

.senjin__contents-head__title-title {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2.4px;
}

@media (max-width: 900px) {
  .senjin__contents-head__title-title {
    font-size: 20px;
  }
}

.senjin__contents-head__title-copy {
  margin: 0 0 0 24px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
}

@media (max-width: 900px) {
  .senjin__contents-head__title-copy {
    margin: 0 0 0 16px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-head__title-copy {
    margin: 0;
  }
}

.senjin__contents-head__title-name {
  margin: 0 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}

.senjin__contents-head__step {
  width: 112px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #43abfa;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
}

.senjin__contents-head__step span {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  line-height: normal;
}

@media (max-width: 900px) {
  .senjin__contents-head__step {
    width: 100px;
    height: 28px;
    font-size: 12px;
  }

  .senjin__contents-head__step span {
    font-size: 18px;
  }
}

.is-step2 .senjin__contents-head__step {
  background: #0c84e0;
}

.is-step3 .senjin__contents-head__step {
  background: #0065b2;
}

.senjin__contents-head__unit {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

@media (max-width: 900px) {
  .senjin__contents-head__unit {
    font-size: 24px;
  }
}

.senjin__contents-navi {
  margin: 32px 0 0;
  display: flex;
  border: 1px solid #43abfa;
}

@media (max-width: 640px) {
  .senjin__contents-navi {
    flex-direction: column;
  }
}

.senjin__contents-navi a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid #43abfa;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 900px) {
  .senjin__contents-navi a {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-navi a {
    height: auto;
    padding: 8px 0;
    font-size: 12px;
    border-right: 0;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-navi a {
    transition: 0.1s all ease;
  }

  .senjin__contents-navi a:hover {
    background: #f1f9ff;
  }
}

.senjin__contents-navi a.is-current {
  background: #43abfa;
  color: #fff;
  font-weight: 700;
}

.is-step2 .senjin__contents-navi a.is-current {
  background: #0c84e0;
}

.senjin__contents-navi a:last-child {
  border: none;
}

.senjin__contents-navi a.is-s {
  font-size: 12px;
}

@media (max-width: 900px) {
  .senjin__contents-navi a.is-s {
    font-size: 10px;
  }
}

.senjin__contents-main {
  position: relative;
  border-left: 1px solid #43abfa;
  border-right: 1px solid #43abfa;
  border-bottom: 1px solid #43abfa;
  background: #fff;
  padding: 60px 100px 40px;
}

@media (max-width: 900px) {
  .senjin__contents-main {
    padding: 48px 64px 40px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-main {
    padding: 48px 16px 40px;
  }
}

.senjin__contents-main strong {
  font-weight: bold;
  color: #43abfa;
}

.senjin__contents-main strong a {
  text-decoration: underline;
}

.senjin__contents-main__title {
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

@media (max-width: 640px) {
  .senjin__contents-main__title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}

.senjin__contents-main__text {
  margin: 8px 0 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .senjin__contents-main__text {
    font-size: 12px;
  }
}

.senjin__contents-main__next {
  position: relative;
  display: block;
  width: fit-content;
  color: #43abfa;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 6px;
  border-bottom: 1px solid #43abfa;
  margin: 40px auto 0;
}

.senjin__contents-main__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -56px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(https://www.kasen.or.jp/senjin/img/icon_next.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 1081px) {
  .senjin__contents-main__next {
    transition: 0.1s all ease;
  }

  .senjin__contents-main__next:hover {
    opacity: 0.7;
  }
}

.senjin__contents-main__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border: 1px solid #43abfa;
  background: #fff;
  border-radius: 50%;
  top: 200px;
  color: #43abfa;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.senjin__contents-main__btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_next.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 1030px) {
  .senjin__contents-main__btn::before {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-main__btn::before {
    width: 24px;
    height: 24px;
  }
}

.senjin__contents-main__btn-prev {
  left: -60px;
}

.senjin__contents-main__btn-prev::before {
  transform: rotate(180deg);
}

@media (max-width: 1030px) {
  .senjin__contents-main__btn-prev {
    left: -30px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-main__btn-prev {
    left: -25px;
  }
}

.senjin__contents-main__btn-next {
  right: -60px;
}

@media (max-width: 1030px) {
  .senjin__contents-main__btn-next {
    right: -30px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-main__btn-next {
    right: -25px;
  }
}

@media (max-width: 1030px) {
  .senjin__contents-main__btn {
    width: 100px;
    height: 100px;
    gap: 4px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-main__btn {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-main__btn {
    display: none;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-main__btn {
    transition: 0.1s all ease;
  }

  .senjin__contents-main__btn:hover {
    background: #e1f2ff;
  }
}

.senjin__contents-main__slide {
  margin: 64px 0 0;
}

.senjin__contents-main__slide-title {
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}

@media (max-width: 640px) {
  .senjin__contents-main__slide-title {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.01em;
  }
}

.senjin__contents-main__slide-point {
  margin: 16px auto 0;
  gap: 8px;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  width: fit-content;
}

@media (max-width: 640px) {
  .senjin__contents-main__slide-point {
    margin: 8px 0 0;
    font-size: 10px;
  }
}

.senjin__contents-main__slide-point.is-align-left {
  text-align: left;
  margin: 16px 0 0;
}

.senjin__contents-main__slide-point.is-align-left .senjin__contents-main__slide-point__title {
  display: block;
}

.senjin__contents-main__slide-point__title {
  color: #fa8043;
  display: inline-block;
}

.senjin__contents-main__slide-point__text {
  color: #333;
  display: inline-block;
}

.senjin__contents-main__slide-point__text span {
  position: relative;
}

.senjin__contents-main__slide-point__text span::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 8px;
  background: #ffec71;
  mix-blend-mode: multiply;
}

.senjin__contents-main__slide-contents {
  margin: 16px 0 0;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  padding: 16px;
  transition: 0.3s all ease;
}

.senjin__contents-main__slide-contents.is-open {
  border-bottom: 1px solid #43abfa;
}

.senjin__contents-main__slide-contents.is-open .senjin__contents-main__slide-contents__head::after {
  transform: rotate(180deg);
}

.senjin__contents-main__slide-contents__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #43abfa;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.senjin__contents-main__slide-contents__head::before {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_tap.svg) no-repeat center center;
  background-size: contain;
}

.senjin__contents-main__slide-contents__head::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_open.svg) no-repeat center center;
  background-size: contain;
  top: 0px;
  right: 0;
  transition: 0.3s all ease;
}

@media (max-width: 640px) {
  .senjin__contents-main__slide-contents__head {
    font-size: 12px;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-main__slide-contents__head {
    cursor: pointer;
    transition: 0.1s all ease;
  }

  .senjin__contents-main__slide-contents__head:hover {
    opacity: 0.7;
  }
}

.senjin__contents-main__slide-contents__body {
  display: none;
  padding: 16px 0 0;
}

.senjin__contents-main__slide-contents__body-ans {
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #43abfa;
  padding-bottom: 8px;
  margin: 0 0 16px;
}

@media (max-width: 640px) {
  .senjin__contents-main__slide-contents__body-ans {
    font-size: 14px;
  }
}

.senjin__contents-main__slide-contents__body p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .senjin__contents-main__slide-contents__body p {
    font-size: 12px;
  }
}

.senjin__contents-main__img-caption {
  margin: 32px auto 0;
  width: 100%;
  max-width: 450px;
}

.senjin__contents-main__img-caption img {
  width: 100%;
}

.senjin__contents-main__img-caption__text {
  background: #f1faff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senjin__contents-main__img-caption__text p {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-left: 15px;
  text-indent: -15px;
  font-feature-settings: "palt" on;
}

.senjin__contents-main__img-caption__text p span {
  margin: 0 4px 0 0;
  color: #3090d9;
  font-weight: bold;
}

.senjin__contents-main__img-caption__text p ruby>rt {
  font-size: 100%;
  zoom: 0.6;
  font-weight: normal;
}

.senjin__contents-1-1__img {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.senjin__contents-1-1__img img {
  width: 250px;
}

@media (max-width: 640px) {
  .senjin__contents-1-1__img {
    flex-direction: column;
    gap: 16px;
  }

  .senjin__contents-1-1__img img {
    width: 100%;
  }
}

.senjin__contents-1-1__map {
  margin: 32px 0 0;
}

.senjin__contents-1-1__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.senjin__contents-1-1__text {
  margin: 32px 0 0;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
}

@media (max-width: 640px) {
  .senjin__contents-1-1__text {
    text-align: left;
  }
}

.senjin__contents-1-2__wrap {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}

@media (max-width: 640px) {
  .senjin__contents-1-2__wrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.senjin__contents-1-2__face {
  position: relative;
  width: 208px;
  border: 1px solid #b5b5b5;
  padding-top: 20px;
}

.senjin__contents-1-2__face img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-1-2__face {
    margin: auto;
  }
}

.senjin__contents-1-2__msg {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #43abfa;
  background: #fff;
  top: -80px;
  left: -200px;
  width: 230px;
  height: auto;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s all ease;
}

.senjin__contents-1-2__msg.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .senjin__contents-1-2__msg {
    font-size: 12px;
    width: 120%;
    left: -120px;
    top: -120px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-1-2__msg {
    font-size: 12px;
    width: 130%;
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translateY(20px) translateX(-50%);
  }

  .senjin__contents-1-2__msg.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
  }
}

.senjin__contents-1-2__msg:before,
.senjin__contents-1-2__msg:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
}

.senjin__contents-1-2__msg:before {
  bottom: -33px;
  right: 40px;
  background: #43abfa;
  height: 33px;
  width: 34px;
  clip-path: polygon(0 0, 70% 0, 100% 100%);
}

@media (max-width: 1200px) {
  .senjin__contents-1-2__msg:before {
    right: 80px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-1-2__msg:before {
    bottom: inherit;
    right: inherit;
    top: -20px;
    left: 30px;
    height: 20px;
    width: 20px;
    clip-path: polygon(100% 0, 80% 100%, 0 100%);
  }
}

.senjin__contents-1-2__msg:after {
  bottom: -29px;
  right: 42.5px;
  background: #fff;
  height: 30px;
  width: 31px;
  clip-path: polygon(0 0, 70% 0, 100% 100%);
}

@media (max-width: 1200px) {
  .senjin__contents-1-2__msg:after {
    right: 82.5px;
  }
}

@media (max-width: 900px) {
  .senjin__contents-1-2__msg:after {
    bottom: inherit;
    right: inherit;
    top: -16px;
    left: 32px;
    height: 16px;
    width: 16px;
    clip-path: polygon(100% 0, 80% 100%, 0 100%);
  }
}

.senjin__contents-1-2__profile {
  width: calc(100% - 208px - 48px);
}

@media (max-width: 640px) {
  .senjin__contents-1-2__profile {
    width: 100%;
  }
}

.senjin__contents-1-2__profile-name {
  margin: 0 0 16px;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

@media (max-width: 640px) {
  .senjin__contents-1-2__profile-name {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

.senjin__contents-1-2__profile p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 8px;
}

.senjin__contents-1-2__profile p:last-child {
  margin-top: 16px;
}

@media (max-width: 640px) {
  .senjin__contents-1-2__profile p {
    font-size: 12px;
  }
}

.senjin__contents-1-2__btn {
  margin: 16px 0 0;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  color: #43abfa;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 228px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
  position: relative;
  transition: 0.3s all ease;
}

@media (max-width: 640px) {
  .senjin__contents-1-2__btn {
    width: 100%;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-1-2__btn {
    transition: 0.1s all ease;
  }

  .senjin__contents-1-2__btn:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.senjin__contents-1-2__btn span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
}

.senjin__contents-1-2__btn.is-show {
  background: #43abfa;
  color: #fff;
}

.senjin__contents-1-3__map {
  margin: 32px 0 0;
}

.senjin__contents-1-3__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.senjin__contents-1-3__map-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1faff;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  padding: 8px 16px;
}

.senjin__contents-1-3__map-caption a {
  color: #0072c9;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .senjin__contents-1-3__map-caption {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 10px;
  }
}

.senjin__contents-1-4__weather {
  margin: 24px;
}

@media (max-width: 640px) {
  .senjin__contents-1-4__weather {
    margin: 24px 0;
  }
}

.senjin__contents-1-4__weather-selector {
  width: fit-content;
  margin: auto;
  position: relative;
}

.senjin__contents-1-4__weather-selector::after {
  content: "";
  display: block;
  position: absolute;
  background: #ddd;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #43abfa;
  height: 6px;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.senjin__contents-1-4__weather select {
  width: 204px;
  height: 44px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}

.senjin__contents-1-4__weather-title {
  margin: 32px 0 0;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}

.senjin__contents-1-4__weather-title span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.senjin__contents-1-4__weather-wrap {
  margin: 16px 0 0;
  display: flex;
  gap: 24px;
}

@media (max-width: 640px) {
  .senjin__contents-1-4__weather-wrap {
    flex-direction: column;
  }
}

.senjin__contents-1-4__weather-graph {
  width: calc(50% - 12px);
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
}

@media (max-width: 640px) {
  .senjin__contents-1-4__weather-graph {
    width: 100%;
    padding: 8px;
  }
}

.senjin__contents-1-4__weather-graph__city {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  margin: 0 0 8px;
}

.senjin__contents-1-5__img {
  margin: 32px auto 0;
  width: 400px;
}

.senjin__contents-1-5__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-1-5__img {
    width: 100%;
  }
}

.senjin__contents-2-1__img {
  margin: 32px auto 0;
  width: 400px;
}

.senjin__contents-2-1__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-2-1__img {
    width: 100%;
  }
}

.senjin__contents-2-1__ans {
  display: flex;
}

.senjin__contents-2-1__ans span {
  color: #43abfa;
  width: 70px;
}

.senjin__contents-2-1__ans p {
  width: 100%;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.senjin__contents-2-2__img {
  margin: 32px auto 0;
  width: 600px;
}

.senjin__contents-2-2__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-2-2__img {
    width: 100%;
  }
}

.senjin__contents-2-3__title {
  margin: 32px 0 0;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}

.senjin__contents-2-3__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0;
}

.senjin__contents-2-3__block {
  border: 1px solid #43abfa;
  background: #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block {
    flex-direction: column;
  }
}

.senjin__contents-2-3__block-img {
  width: 200px;
}

.senjin__contents-2-3__block-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block-img {
    width: 100px;
    margin: auto;
  }
}

.senjin__contents-2-3__block-info {
  width: calc(100% - 220px);
}

.no-img .senjin__contents-2-3__block-info {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block-info {
    width: 100%;
  }
}

.senjin__contents-2-3__block-title {
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block-title {
    font-size: 16px;
  }
}

.senjin__contents-2-3__block-link {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 8px 0 0;
  color: #43abfa;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
}

.senjin__contents-2-3__block-link::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_blank.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block-link {
    font-size: 10px;
  }

  .senjin__contents-2-3__block-link::before {
    flex: 0 0 22px;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-2-3__block-link {
    transition: 0.1s all ease;
  }

  .senjin__contents-2-3__block-link:hover {
    opacity: 0.7;
  }
}

.senjin__contents-2-3__block-text {
  margin: 24px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .senjin__contents-2-3__block-text {
    font-size: 12px;
  }
}

.senjin__contents-2-3__caution {
  margin: 24px 0 0;
  font-size: 12px;
  color: #666;
}

.senjin__contents-2-4__table {
  margin: 48px 0 0;
  border-top: 1px solid #43abfa;
  border-left: 1px solid #43abfa;
}

.senjin__contents-2-4__table-wrap {
  position: relative;
  display: flex;
}

.senjin__contents-2-4__table-wrap::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 35px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_table_arrow.svg) no-repeat center center;
  background-size: contain;
  bottom: -8px;
  left: -9px;
}

.senjin__contents-2-4__table-wrap:last-child::after {
  display: none;
}

@media (max-width: 640px) {
  .senjin__contents-2-4__table-wrap {
    flex-wrap: wrap;
  }
}

.senjin__contents-2-4__table-year {
  border-right: 1px solid #43abfa;
  border-bottom: 1px solid #43abfa;
  width: 150px;
  padding: 16px;
  color: #0072c9;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
}

.senjin__contents-2-4__table-year span {
  display: block;
  margin: 0 0 0 -6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.2px;
}

.is-2col .senjin__contents-2-4__table-year {
  width: 200px;
}

@media (max-width: 640px) {
  .senjin__contents-2-4__table-year {
    width: 40%;
    font-size: 16px;
  }

  .senjin__contents-2-4__table-year span {
    font-size: 10px;
  }
}

.senjin__contents-2-4__table-title {
  border-right: 1px solid #43abfa;
  border-bottom: 1px solid #43abfa;
  width: 180px;
  padding: 16px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.4px;
}

@media (max-width: 640px) {
  .senjin__contents-2-4__table-title {
    width: 60%;
    font-size: 12px;
  }
}

.senjin__contents-2-4__table-text {
  border-right: 1px solid #43abfa;
  border-bottom: 1px solid #43abfa;
  width: calc(100% - 330px);
  padding: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}

.is-2col .senjin__contents-2-4__table-text {
  width: calc(100% - 200px);
}

@media (max-width: 640px) {
  .senjin__contents-2-4__table-text {
    width: 100%;
    font-size: 10px;
  }
}

.senjin__contents-2-5__search {
  margin: 48px 0 0;
}

.senjin__contents-2-5__search-title {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
}

.senjin__contents-2-5__search-wrap {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}

.senjin__contents-2-5__search-wrap input[type=text] {
  height: 48px;
  width: 313px;
  display: flex;
  align-items: center;
  border-radius: 3px 0 0 3px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 16px;
  box-sizing: border-box;
}

.senjin__contents-2-5__search-wrap input[type=text]::placeholder {
  color: #bfbfbf;
}

.senjin__contents-2-5__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 48px;
  border-radius: 0px 3px 3px 0px;
  background: #43abfa;
}

.senjin__contents-2-5__search-btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_search.svg) no-repeat center center;
  background-size: contain;
}

.senjin__contents-2-5__related {
  margin: 64px 0 0;
}

.senjin__contents-2-5__related-title {
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.9px;
}

.senjin__contents-2-5__related .card__wrap {
  justify-content: center;
}

.senjin__contents-3-1 {
  margin: 64px 0 0;
}

.senjin__contents-3-1 .senjin__contents-main__text2 {
  margin: 32px 0 0;
}

.senjin__contents-3-1__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}

.senjin__contents-3-1__cell {
  position: relative;
  width: calc(25% - 12px);
  border: 1px solid #43abfa;
  background: #fff;
  padding: 16px;
}

@media (max-width: 640px) {
  .senjin__contents-3-1__cell {
    width: calc(50% - 12px);
  }
}

@media (min-width: 1081px) {
  .senjin__contents-3-1__cell {
    transition: 0.1s all ease;
  }

  .senjin__contents-3-1__cell:hover {
    background: #e1f2ff;
  }
}

.senjin__contents-3-1__cell img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.senjin__contents-3-1__cell::before {
  content: "";
  position: absolute;
  display: block;
  background: #43abfa;
  height: 40px;
  width: 40px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: -1px;
  right: -1px;
}

.senjin__contents-3-1__cell::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
  bottom: 6px;
  right: 6px;
}

.senjin__contents-quiz {
  margin: 64px 0 0;
}

.senjin__contents-quiz__result {
  position: relative;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.senjin__contents-quiz__result span {
  color: #0072c9;
  font-size: 60.583px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.senjin__contents-quiz__result::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background: #ffec71;
  mix-blend-mode: multiply;
}

.senjin__contents-quiz__link {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.senjin__contents-quiz__link::before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/icon_collection.svg) no-repeat center center;
  background-size: contain;
}

.senjin__contents-quiz__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 54px 0 0;
}

.senjin__contents-quiz__cell {
  position: relative;
  border: 1px solid #43abfa;
  border-top: 6px solid #43abfa;
  background: #fff;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 44px 35px;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell {
    padding: 48px 24px 35px;
  }
}

.senjin__contents-quiz__cell-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #43abfa;
  position: absolute;
  top: -6px;
  left: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 0 16px 4px 32px;
  height: 48px;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-num {
    font-size: 12px;
    height: 40px;
  }
}

.senjin__contents-quiz__cell-num p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.senjin__contents-quiz__cell-num span {
  display: block;
  font-size: 32px;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-num span {
    font-size: 24px;
  }
}

.senjin__contents-quiz__cell-num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -47px;
  background: #43abfa;
  height: 48px;
  width: 48px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-num::after {
    height: 41px;
  }
}

.senjin__contents-quiz__cell-q {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 120px;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-q {
    font-size: 14px;
    padding: 0;
  }
}

.senjin__contents-quiz__cell-a {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}

@media (max-width: 800px) {
  .senjin__contents-quiz__cell-a {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-a {
    margin: 16px 0 0;
  }
}

.senjin__contents-quiz__cell-a__btn {
  position: relative;
  width: calc(33.3333333333% - 11px);
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  text-align: center;
  padding: 14px 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 800px) {
  .senjin__contents-quiz__cell-a__btn {
    width: calc(50% - 4px);
    font-size: 14px;
  }
}

@media (min-width: 1081px) {
  .senjin__contents-quiz__cell-a__btn {
    cursor: pointer;
    transition: 0.1s all ease;
  }

  .senjin__contents-quiz__cell-a__btn:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.senjin__contents-quiz__cell-a__btn.is-selected {
  background: #43abfa;
  color: #fff;
}

.senjin__contents-quiz__cell-a__btn.is-selected::after {
  content: "";
  top: 5px;
  left: 6px;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_icon_check.svg) no-repeat center center;
  background-size: contain;
}

.senjin__contents-quiz__cell-a__btn.is-selected.is-wrong {
  background: #43abfa;
}

.senjin__contents-quiz__cell-a__btn.is-selected.is-wrong::after {
  background-image: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_icon_check.svg);
}

.senjin__contents-quiz__cell-a__btn.is-wrong {
  background: #fef8e3;
}

.senjin__contents-quiz__cell-a__btn.is-wrong::after {
  content: "";
  top: 5px;
  left: 6px;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_icon_wrong.svg) no-repeat center center;
  background-size: contain;
}

.senjin__contents-quiz__cell-hint {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 4px;
  display: none;
}

.senjin__contents-quiz__cell-hint.is-show {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-hint {
    flex-direction: column;
    text-align: left;
    font-size: 10px;
  }
}

.senjin__contents-quiz__cell-hint span {
  color: #fa8043;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}

.senjin__contents-quiz__cell-hint span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_icon_hint.svg);
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-hint span {
    font-size: 14px;
  }
}

.senjin__contents-quiz__cell-hint a {
  color: #43abfa;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .senjin__contents-quiz__cell-hint a {
    font-size: 12px;
  }
}

.senjin__contents-quiz__cell.is-correct {
  pointer-events: none;
}

.senjin__contents-quiz__cell.is-correct .senjin__contents-quiz__cell-a__btn.is-selected {
  border: none;
  background: #ff7474;
}

.senjin__contents-quiz__cell.is-correct .senjin__contents-quiz__cell-a__btn.is-selected::after {
  background-image: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_icon_correct.svg);
}

.senjin__contents-quiz__btn {
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #fab743;
  border-bottom: 4px solid #fab743;
  background: #fff;
  width: 356px;
  height: 64px;
  color: #eba33f;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.senjin__contents-quiz__btn.is-disable {
  pointer-events: none;
  filter: grayscale(1);
}

@media (max-width: 640px) {
  .senjin__contents-quiz__btn {
    width: 100%;
  }
}

.senjin .correct {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 999;
}

.senjin .correct.is-open {
  visibility: visible;
  opacity: 1;
}

.senjin .correct.is-open .correct__content {
  transform: translate(-50%, -50%);
}

.senjin .correct.is-open .correct__content-img {
  opacity: 1;
  transform: rotate(10deg) scale(1);
}

.senjin .correct__bk {
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.senjin .correct__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  transition: 0.6s all cubic-bezier(0.06, 1.48, 0.75, 1.37);
  border: 1px solid #43abfa;
  background: #fff;
  overflow: hidden;
  padding: 24px 0;
}

.senjin .correct__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(https://www.kasen.or.jp/senjin/img/senjin_quiz_correct_bg.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 640px) {
  .senjin .correct__content {
    width: 80%;
  }
}

.senjin .correct__content-title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.senjin .correct__content-title span {
  font-size: 24px;
}

@media (max-width: 640px) {
  .senjin .correct__content-title {
    font-size: 18px;
  }

  .senjin .correct__content-title span {
    font-size: 12px;
  }
}

.senjin .correct__content-img {
  position: relative;
  z-index: 2;
  width: 240px;
  margin: 24px 0 24px;
  opacity: 0;
  transform: rotate(500deg) scale(0.1);
  transition: 0.8s all ease;
}

.senjin .correct__content-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .senjin .correct__content-img {
    width: 120px;
    margin: 12px 0;
  }
}

.senjin .correct__content-text {
  position: relative;
  z-index: 2;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .senjin .correct__content-text {
    font-size: 12px;
  }
}

.senjin .correct__content-btn {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  position: relative;
  width: 250px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

.senjin .correct__content-btn span {
  width: 130px;
}

@media (max-width: 640px) {
  .senjin .correct__content-btn {
    font-size: 14px;
    width: 80%;
    height: 48px;
  }
}

.senjin .correct__content-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

.senjin .correct__content-caution {
  position: relative;
  z-index: 2;
  margin: 12px auto 0;
  width: 620px;
  background: #e3f5fe;
  padding: 16px 40px;
  color: #0072c9;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}

.senjin .correct__content-caution span {
  font-weight: 700;
}

@media (max-width: 640px) {
  .senjin .correct__content-caution {
    width: 90%;
    text-align: left;
    padding: 16px 16px;
    font-size: 10px;
    line-height: 150%;
  }
}

.senjin .correct__close {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #43abfa;
  border-radius: 50%;
  top: -25px;
  right: -25px;
}

.senjin .correct__close::before,
.senjin .correct__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #43abfa;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.senjin .correct__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.senjin .correct__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.senjin__credit {
  position: relative;
  margin-bottom: 32px;
}

.senjin__credit-title {
  font-size: 16px;
  font-weight: bold;
  color: #3090d9;
  text-align: center;
}

.senjin__credit-title a {
  text-decoration: underline;
}

.senjin__credit-title a:hover {
  color: #006bc9;
}

.senjin__credit-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.senjin__credit p {
  font-size: 12px;
  line-height: 2em;
}

.senjin__credit p.is-center {
  text-align: center;
}

@media (max-width: 900px) {
  .senjin__credit p.is-center {
    text-align: left;
  }
}

.senjin__credit p b {
  color: #3090d9;
  font-weight: bold;
}

.senjin__credit p a {
  color: #666;
  text-decoration: underline;
}

.senjin__credit p a:hover {
  color: #006bc9;
}

.collection {
  background: url(https://www.kasen.or.jp/senjin/img/common_bg.svg);
}

.collection .inner {
  position: relative;
}

.collection__character {
  position: absolute;
  top: 60px;
  right: -30px;
  width: 280px;
}

@media (max-width: 940px) {
  .collection__character {
    width: 200px;
  }
}

@media (max-width: 640px) {
  .collection__character {
    width: 110px;
    top: 0;
    right: 0;
  }
}

.collection__text {
  margin: 16px 0 0;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .collection__text {
    font-size: 14px;
  }
}

.collection__result {
  position: relative;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.collection__result span {
  color: #0072c9;
  font-size: 60.583px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.collection__result::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background: #ffec71;
  mix-blend-mode: multiply;
}

.collection__hukkatsu {
  position: relative;
  margin: 24px auto 0;
  width: 620px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 24px 0;
}

.collection__hukkatsu span {
  color: #ff7474;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .collection__hukkatsu {
    width: 100%;
    font-size: 11px;
    flex-direction: column;
  }

  .collection__hukkatsu span {
    font-size: 16px;
  }
}

.collection__hukkatsu-copy {
  position: absolute;
  width: 35px;
  height: 32px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: url(https://www.kasen.or.jp/senjin/img/icon_copy.svg) no-repeat center center;
}

@media (min-width: 1081px) {
  .collection__hukkatsu-copy {
    transition: 0.1s all ease;
    cursor: pointer;
  }

  .collection__hukkatsu-copy:hover {
    opacity: 0.7;
  }
}

.collection__caution {
  margin: 12px auto 0;
  width: 620px;
  background: #e3f5fe;
  padding: 16px 40px;
  color: #0072c9;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}

.collection__caution span {
  font-weight: 700;
}

.collection__caution-btn {
  margin: 12px auto 0;
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  width: fit-content;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #0072c9;
  padding: 4px 16px;
}

@media (min-width: 1081px) {
  .collection__caution-btn {
    transition: 0.1s all ease;
  }

  .collection__caution-btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 640px) {
  .collection__caution {
    width: 100%;
    font-size: 11px;
    text-align: left;
  }
}

.collection__password {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.collection__password-title {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.collection__password-title span {
  color: #ff7474;
}

@media (max-width: 640px) {
  .collection__password-title {
    font-size: 12px;
  }
}

.collection__password input[type=text] {
  height: 48px;
  width: 375px;
  display: flex;
  align-items: center;
  border-radius: 3px 0 0 3px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 16px;
  box-sizing: border-box;
}

.collection__password input[type=text]::placeholder {
  color: #bfbfbf;
}

@media (max-width: 640px) {
  .collection__password input[type=text] {
    width: 90%;
  }
}

.collection__password-btn {
  width: 200px;
  height: 64px;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.collection__password-btn.is-disable {
  pointer-events: none;
  filter: grayscale(1);
}

.collection__block {
  margin: 64px 0 0;
}

.collection__block-title {
  position: relative;
  width: fit-content;
  background: #43abfa;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 10px 16px 10px 70px;
}

.collection__block-title span {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.collection__block-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -51px;
  background: #43abfa;
  height: 100%;
  width: 52px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 640px) {
  .collection__block-title {
    font-size: 18px;
    padding: 10px 16px 10px 16px;
    gap: 8px;
  }

  .collection__block-title span {
    font-size: 12px;
  }
}

.collection__block-text {
  margin: -50px auto 0;
  width: 900px;
  text-align: right;
  color: #0072c9;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 940px) {
  .collection__block-text {
    width: 90%;
    margin: 24px auto 0;
    text-align: center;
    font-size: 12px;
  }
}

.collection__block-secret__wrap {
  width: 900px;
  display: flex;
  gap: 40px;
  margin: 40px auto 0;
}

@media (max-width: 940px) {
  .collection__block-secret__wrap {
    width: 95%;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .collection__block-secret__wrap {
    width: 90%;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.collection__block-secret__card {
  position: relative;
  width: 100%;
}

@media (max-width: 640px) {
  .collection__block-secret__card {
    width: 150px;
  }
}

.collection__block-secret__card img {
  width: 100%;
}

@media (min-width: 1081px) {
  .collection__block-secret__card img {
    transition: 0.2s all ease;
    cursor: pointer;
  }

  .collection__block-secret__card img:hover {
    opacity: 0.7;
  }
}

.collection__block-secret__card span {
  display: block;
  position: absolute;
  background: #d9d9d9;
  top: 250px;
  left: 0;
  padding: 24px 0;
  width: 100%;
  color: #666;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 1.6px;
}

@media (max-width: 940px) {
  .collection__block-secret__card span {
    top: 57%;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .collection__block-secret__card span {
    font-size: 10px;
    top: 130px;
  }
}

.collection__block-secret__card p {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 640px) {
  .collection__block-secret__card p {
    font-size: 12px;
    line-height: 150%;
  }
}

.collection__block-secret__card.is-canget {
  cursor: pointer;
}

.collection__block-secret__card.is-canget::after {
  content: "";
  position: absolute;
  display: block;
  width: 232px;
  height: 74px;
  background: url(https://www.kasen.or.jp/senjin/img/collection_get_card_text.svg) no-repeat center center;
  background-size: contain;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}

@media (max-width: 640px) {
  .collection__block-secret__card.is-canget::after {
    width: 90%;
    top: -20px;
  }
}

@keyframes  floating-y {
  0% {
    transform: translateY(-5%);
  }

  100% {
    transform: translateY(5%);
  }
}

.collection__block-secret__card.is-canget::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 2s ease-in-out infinite;
}

@keyframes  shine {
  0% {
    left: -75%;
  }

  30% {
    left: 130%;
  }

  100% {
    left: 130%;
  }
}

.collection__block-normal__msg {
  position: absolute;
  top: -96px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 64px;
  border: 1px solid #43abfa;
  background: #fff;
  color: #43abfa;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}

.collection__block-normal__msg span {
  font-size: 10px;
}

@media (max-width: 640px) {
  .collection__block-normal__msg {
    position: relative;
    top: inherit;
    width: 100%;
  }
}

.collection__block-normal__wrap {
  position: relative;
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 10px;
  margin: 40px auto 0;
}

@media (max-width: 1080px) {
  .collection__block-normal__wrap {
    width: 95%;
  }
}

@media (max-width: 640px) {
  .collection__block-normal__wrap {
    width: 90%;
    gap: 24px 8px;
    margin: 20px auto 0;
  }
}

.collection__block-normal__card {
  position: relative;
  width: calc(16.6666666667% - 8.5px);
}

@media (max-width: 1080px) {
  .collection__block-normal__card {
    width: calc(20% - 8px);
  }
}

@media (max-width: 880px) {
  .collection__block-normal__card {
    width: calc(25% - 8px);
  }
}

@media (max-width: 640px) {
  .collection__block-normal__card {
    width: calc(33.3333333333% - 6px);
  }
}

.collection__block-normal__card-title {
  color: #0072c9;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}

@media (max-width: 640px) {
  .collection__block-normal__card-title {
    margin: 0 0 8px;
  }
}

.collection__block-normal__card img {
  width: 100%;
}

@media (min-width: 1081px) {
  .collection__block-normal__card img {
    transition: 0.2s all ease;
    cursor: pointer;
  }

  .collection__block-normal__card img:hover {
    opacity: 0.7;
  }
}

.collection__block-normal__card span {
  display: block;
  position: absolute;
  background: #d9d9d9;
  bottom: 54px;
  left: 0;
  padding: 12px 0;
  width: 100%;
  color: #666;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .collection__block-normal__card span {
    font-size: 8px;
  }
}

.collection__block-normal__card a {
  display: block;
  text-align: center;
  margin: 8px 0 0;
  font-size: 12px;
  color: #3090d9;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .collection__block-normal__card a {
    font-size: 10px;
  }
}

@media (min-width: 1081px) {
  .collection__block-normal__card a {
    transition: 0.2s all ease;
    cursor: pointer;
  }

  .collection__block-normal__card a:hover {
    opacity: 0.7;
  }
}

.collection .modal {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 999;
}

.collection .modal.is-open {
  visibility: visible;
  opacity: 1;
}

.collection .modal__bk {
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection .modal__content {
  display: block;
  position: fixed;
  width: fit-content;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .collection .modal__content {
    height: 60%;
  }
}

.collection .modal__img {
  width: auto;
  height: 100%;
}

.collection .modal__close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #43abfa;
  border-radius: 50%;
  top: -25px;
  right: -25px;
}

.collection .modal__close::before,
.collection .modal__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #43abfa;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.collection .modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.collection .modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.collection .delete {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 999;
}

.collection .delete.is-open {
  visibility: visible;
  opacity: 1;
}

.collection .delete__bk {
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection .delete__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  width: 600px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #43abfa;
}

@media (max-width: 640px) {
  .collection .delete__content {
    width: 90%;
    height: auto;
    padding: 32px 0;
  }
}

.collection .delete__text {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .collection .delete__text {
    font-size: 14px;
  }
}

.collection .delete__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 640px) {
  .collection .delete__btns {
    flex-direction: column;
    gap: 8px;
  }
}

.collection .delete__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
  background: #fff;
  color: #3090d9;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .collection .delete__btn {
    width: 200px;
    height: 48px;
  }
}

@media (min-width: 1081px) {
  .collection .delete__btn {
    transition: 0.1s all ease;
  }

  .collection .delete__btn:hover {
    border-bottom: 2px solid #43abfa;
    background: #e1f2ff;
  }
}

.collection .delete__btn:last-child {
  border: 1px solid #aaa;
  border-bottom: 4px solid #aaa;
  color: #666;
}

@media (min-width: 1081px) {
  .collection .delete__btn:last-child {
    transition: 0.1s all ease;
  }

  .collection .delete__btn:last-child:hover {
    border-bottom: 2px solid #a3a3a3;
    background: #e9e9e9;
  }
}

.collection .correct {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 999;
}

.collection .correct.is-open {
  visibility: visible;
  opacity: 1;
}

.collection .correct.is-open .correct__content {
  transform: translate(-50%, -50%);
}

.collection .correct.is-open .correct__content-img {
  opacity: 1;
  transform: rotate(10deg) scale(1);
}

.collection .correct__bk {
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection .correct__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  transition: 0.6s all cubic-bezier(0.06, 1.48, 0.75, 1.37);
  border: 1px solid #43abfa;
  background: #fff;
}

@media (max-width: 640px) {
  .collection .correct__content {
    width: 80%;
  }
}

.collection .correct__content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}

.collection .correct__content-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(https://www.kasen.or.jp/senjin/img/collection_correct_bg.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.collection .correct__content .collection__hukkatsu {
  position: relative;
  z-index: 2;
  margin: 0;
}

.collection .correct__content-title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.collection .correct__content-title span {
  font-size: 24px;
}

@media (max-width: 640px) {
  .collection .correct__content-title {
    font-size: 18px;
  }

  .collection .correct__content-title span {
    font-size: 12px;
  }
}

.collection .correct__content-img {
  position: relative;
  z-index: 2;
  width: 240px;
  margin: 24px 0 24px;
  opacity: 0;
  transform: rotate(500deg) scale(0.1);
  transition: 0.8s all ease;
}

.collection .correct__content-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .collection .correct__content-img {
    width: 120px;
    margin: 12px 0;
  }
}

.collection .correct__content-text {
  position: relative;
  z-index: 2;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .collection .correct__content-text {
    width: 120px;
    margin: 12px 0;
  }
}

.collection .correct__content-btn {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  position: relative;
  width: 250px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #3090d9;
  border: 1px solid #43abfa;
  border-bottom: 4px solid #43abfa;
}

.collection .correct__content-btn span {
  width: 130px;
}

.collection .correct__content-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #43abfa;
  border-bottom: 2px solid #43abfa;
}

.collection .correct__content-caution {
  position: relative;
  z-index: 2;
  margin: 12px auto 0;
  width: 620px;
  background: #e3f5fe;
  padding: 16px 40px;
  color: #0072c9;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
}

.collection .correct__content-caution span {
  font-weight: 700;
}

.collection .correct__close {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #43abfa;
  border-radius: 50%;
  top: -25px;
  right: -25px;
}

.collection .correct__close::before,
.collection .correct__close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #43abfa;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.collection .correct__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.collection .correct__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 640px) {
  .collection .correct .collection__hukkatsu {
    width: 90%;
  }
}

.how-to-use__text {
  margin: 16px 0 0;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .how-to-use__text {
    font-size: 12px;
  }
}

.how-to-use__iframe {
  width: 800px;
  height: 400px;
  margin: 32px auto 0;
}

.how-to-use__iframe iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .how-to-use__iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.how-to-use__about {
  width: 800px;
  margin: auto;
}

@media (max-width: 900px) {
  .how-to-use__about {
    width: 100%;
  }
}

.how-to-use__about h3 {
  margin: 64px 0 0;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 640px) {
  .how-to-use__about h3 {
    font-size: 18px;
    text-align: left;
  }
}

.how-to-use__about h4 {
  margin: 32px 0 0;
  color: #0072c9;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.how-to-use__about h4+p {
  margin-top: 16px;
}

@media (max-width: 640px) {
  .how-to-use__about h4 {
    font-size: 14px;
  }
}

.how-to-use__about h5 {
  margin: 32px 0 0;
  color: #0072c9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.how-to-use__about h5+p {
  margin-top: 16px;
}

@media (max-width: 640px) {
  .how-to-use__about h5 {
    font-size: 14px;
  }
}

.how-to-use__about p {
  position: relative;
  margin: 32px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 640px) {
  .how-to-use__about p {
    font-size: 12px;
  }
}

.how-to-use__about p img {
  width: 100%;
  margin: 24px 0;
}

.how-to-use__about-card {
  position: absolute;
  display: block;
  top: -100px;
  right: 0;
  width: 190px !important;
}

@media (max-width: 640px) {
  .how-to-use__about-card {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 16px auto 0;
  }
}

.how-to-use__about-point {
  margin: 32px 0 0;
  background: #e3f5fe;
  padding: 32px;
  color: #0072c9;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 640px) {
  .how-to-use__about-point {
    font-size: 12px;
    padding: 16px;
  }
}

.how-to-use__about-credit {
  margin: 64px 0 0;
  border: 1px solid #0072c9;
  background: #fff;
  padding: 32px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}

.how-to-use__about-credit span {
  color: #0072c9;
}

@media (max-width: 640px) {
  .how-to-use__about-credit {
    font-size: 12px;
  }
}

.error {
  min-height: calc(100vh - 123px);
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .error {
    min-height: calc(100vh - 342px);
  }
}

.error__title {
  color: #0072c9;
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 640px) {
  .error__title {
    font-size: 120px;
  }
}

.error__sub {
  margin: 8px 0 0;
  color: #0072c9;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 640px) {
  .error__sub {
    font-size: 48px;
  }
}

.error__text {
  margin: 46px 0 80px;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7em;
}

@media (max-width: 640px) {
  .error__text {
    font-size: 14px;
    margin: 32px 0 40px;
  }
}

.error__text a {
  color: #0072c9;
  text-decoration: underline;
}