@charset "UTF-8";
/* ----------------------------------
    共通パーツ読み込み 
------------------------------------ */
/* ----------------------------------
	index
	baseディレクトリのファイルを@forwardしてまとめる
------------------------------------ */
/* ----------------------------------
	font-family
	フォントファミリーの変数
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ----------------------------------
	index
	globalディレクトリのファイルを@forwardしてまとめる
------------------------------------ */
/* ----------------------------------
	mediaquery
	メディアクエリのmixin
------------------------------------ */
.font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Overpass", sans-serif;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* ==================================================
   基本設定
================================================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-padding-top: 100px;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
  html.open {
    height: 100vh;
  }
}
main {
  display: block;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

a,
a:visited {
  text-decoration: none;
}

h2 {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg {
  margin-right: 4px;
  margin-bottom: 4px;
}

svg line,
svg path {
  transition-duration: 0.3s;
}

::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

:-ms-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

::-ms-input-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

::placeholder {
  font-size: 0.8em;
  color: #ccc;
}

/*clearfix*/
.cf::before,
.cf::after {
  display: table;
  content: "";
}

.cf::after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media print, screen and (min-width: 768px) {
  body {
    margin: 0;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "MyYuGothicM", "游ゴシック体", "YuGothic", "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1em;
    color: #174268;
    background-color: #F0F3F5;
    letter-spacing: 0;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "MyYuGothicM", "游ゴシック体", "YuGothic", "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    line-height: 1.875;
    color: #174268;
    letter-spacing: 0;
    background-color: #F0F3F5;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    height: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-size: 1.6rem;
  }
  body.open {
    overflow: hidden;
    inset: 0px;
  }
}
.pageMain {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .pageMain {
    padding-top: 60px;
  }
}

.body__inner {
  overflow: hidden;
}

/* PCとSPの表示切り替え設定
  --------------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 768px) {
  .-u-SpNonePcBlock {
    display: inline-block !important;
  }
  .-u-PcNoneSpBlock {
    display: none !important;
  }
  .-u-SpNonePcinline {
    display: inline !important;
  }
  .-u-PcNoneSpinline {
    display: none !important;
  }
  .-u-SpNonePcflex {
    display: flex !important;
  }
  .-u-PcNoneSpflex {
    display: none !important;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .-u-SpNonePcBlock {
    display: none !important;
  }
  .-u-PcNoneSpBlock {
    display: block !important;
  }
  .-u-SpNonePcinline {
    display: none !important;
  }
  .-u-PcNoneSpinline {
    display: inline !important;
  }
  .-u-SpNonePcflex {
    display: none !important;
  }
  .-u-PcNoneSpflex {
    display: flex !important;
  }
}
/* ホバー時のスタイル設定
  --------------------------------------------------------- */
.hover-o {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover-o:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .hover-o:hover {
    opacity: 1;
  }
}

.hover-s {
  transition: all 0.5s;
}
.hover-s:hover {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  .hover-s:hover {
    transform: none;
  }
}

.hover-u {
  transition: all 0.5s;
}
.hover-u:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .hover-u:hover {
    text-decoration: none;
  }
}

/* JSによるスタイル設定
  --------------------------------------------------------- */
.is-hidden {
  display: none;
}

/* focus
  --------------------------------------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #fff;
  transition: none;
}

/* ----------------------------------
	index
	common-blocksディレクトリのファイルを@forwardしてまとめる
------------------------------------ */
/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* header
--------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 84px;
  z-index: 100;
  padding: 0 27px 0 41px;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .header {
    width: 100vw;
    height: 60px;
    padding: 16px 12px 16px 20px;
    align-items: center;
  }
}
.headerTitle img {
  display: block;
  width: 269px;
  margin-bottom: 18px;
  aspect-ratio: 269/44;
}
@media (max-width: 767px) {
  .headerTitle img {
    width: 160px;
    margin: 0;
  }
}
.headerTitle h1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .headerTitle h1 {
    font-size: 1rem;
    letter-spacing: -0.1em;
  }
}
.headerBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 42px;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .headerBtn {
    gap: 10px;
  }
}
.headerBtn__backMain {
  height: fit-content;
  display: flex;
  align-items: center;
}
.headerBtn__backMain p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 6px;
  border-bottom: 1px solid #174268;
}
@media (max-width: 767px) {
  .headerBtn__backMain p {
    font-size: 1rem;
  }
}
.headerBtn__backMain span.arrow {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #174268;
  position: relative;
  border-radius: 9999px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .headerBtn__backMain span.arrow {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
}
.headerBtn__backMain span.arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("../img/common/arrow-white-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.headerBtn__toggle {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #174268;
  border-radius: 12px;
  position: relative;
  z-index: 80;
  top: -6px;
}
@media (max-width: 767px) {
  .headerBtn__toggle {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    top: 0px;
  }
}
.headerBtn__toggle span {
  position: absolute;
  left: 20px;
  height: 2px;
  background-color: #FFF;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .headerBtn__toggle span {
    left: 13px;
    height: 1px;
  }
}
.headerBtn__toggle span:nth-child(1) {
  top: 26px;
  width: 32px;
}
@media (max-width: 767px) {
  .headerBtn__toggle span:nth-child(1) {
    top: 16px;
    width: 21px;
  }
}
.headerBtn__toggle span:nth-child(2) {
  top: 34px;
  width: 29px;
  opacity: 1;
}
@media (max-width: 767px) {
  .headerBtn__toggle span:nth-child(2) {
    top: 22px;
    width: 19px;
  }
}
.headerBtn__toggle span:nth-child(3) {
  top: 42px;
  width: 17px;
}
@media (max-width: 767px) {
  .headerBtn__toggle span:nth-child(3) {
    top: 28px;
    width: 11px;
  }
}
.headerBtn__toggle:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/common/toggle_icon.svg");
  background-size: cover;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .headerBtn__toggle:after {
    width: 10px;
    height: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.headerBtn__toggle.js-open span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.headerBtn__toggle.js-open span:nth-of-type(2) {
  opacity: 0;
}
.headerBtn__toggle.js-open span:nth-of-type(3) {
  width: 32px;
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 767px) {
  .headerBtn__toggle.js-open span:nth-of-type(3) {
    width: 21px;
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
.headerBtn__toggle.js-open:after {
  opacity: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb__item {
  font-size: 1.4rem;
  align-items: center;
}
.breadcrumb__separator {
  font-size: 1.4rem;
  align-items: center;
  margin: 0 5px;
}

.c-inner {
  max-width: 1024px;
  margin: 0 auto;
}

/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* headerMenu
--------------------------------------------------------- */
.headerMenu {
  background-color: #fff;
  width: 420px;
  padding: 120px 40px 50px;
  padding-top: clamp(100px, 14vh, 120px);
  border-radius: 0 0 0 12px;
  position: fixed;
  top: 0;
  right: -420px;
  z-index: 70;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .headerMenu {
    width: 100vw;
    height: 100vh;
    padding: 115px 24px 10px;
    border-radius: 0;
    right: -100vw;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.headerMenu.open {
  right: 0;
}
.headerMenu.no-transition {
  transition: none !important;
}
.headerMenu__logo {
  width: 182px;
  position: absolute;
  top: 25px;
  left: 20px;
}
.headerMenu__logo a {
  width: 100%;
}
.headerMenu .search__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.headerMenu .search__field {
  width: 100%;
  height: 58px;
  border-radius: 9999px;
  border: 2px solid #EDEDED;
  padding: 0 42px 0 24px;
  color: #174268;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .headerMenu .search__field {
    height: 51px;
    font-size: 1.5rem;
    padding: 0 24px;
  }
}
.headerMenu .search__field::placeholder {
  color: #ABABAB;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.headerMenu .search__submit {
  position: absolute;
  right: 0;
  width: 58px;
  height: 58px;
}
@media (max-width: 767px) {
  .headerMenu .search__submit {
    width: 51px;
    height: 51px;
  }
}
.headerMenu .search__submit img {
  display: block;
  margin: 0 auto;
  width: 19px;
}
@media (max-width: 767px) {
  .headerMenu .search__submit img {
    width: 17px;
  }
}
.headerMenuLink {
  margin-top: min(54px, 3vh);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.headerMenuLink li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 8px;
}
.headerMenuLink li a p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.headerMenuLink li a span.arrow {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #174268;
  position: relative;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .headerMenuLink li a span.arrow {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
.headerMenuLink li a span.arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("../img/common/arrow-white-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.headerMenuLink--external {
  margin-top: min(54px, 3vh);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.headerMenuLink--external li {
  width: calc(50% - 10px);
}
.headerMenuLink--external li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 4px;
}
.headerMenuLink--external li a p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.25;
}
.headerMenuLink--external li a span.external {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_external.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .headerMenuLink--external li a span.external {
    margin-right: 8px;
  }
}
.headerMenuLink--sns {
  margin-top: min(48px, 4vh);
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 30px;
}
.headerMenuLink--sns a {
  display: flex;
  align-items: center;
}
.headerMenuLink--sns a:nth-child(1) {
  width: 28.411px;
}
.headerMenuLink--sns a:nth-child(2) {
  width: 34.499px;
}
.headerMenuLink--sns a:nth-child(3) {
  width: 36.268px;
}
.headerMenuLink--small {
  margin-top: min(40px, 2vh);
  display: flex;
  justify-content: center;
  gap: 24px;
}
.headerMenuLink--small li a {
  display: flex;
  align-items: center;
}
.headerMenuLink--small li a p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3;
}
.headerMenuLink--small li a span.external {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_external.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .headerMenuLink--small li a span.external {
    margin-right: 8px;
  }
}

/* headerMenuBg
--------------------------------------------------------- */
.headerMenuBg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 30, 40, 0.6);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.headerMenuBg.open {
  opacity: 1;
  visibility: visible;
}
.headerMenuBg.no-transition {
  transition: none !important;
}

/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* 基本共通設定センタリングなど
--------------------------------------------------------- */
section {
  scroll-margin: 60px 0 0;
}
@media (max-width: 767px) {
  section {
    scroll-margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  main {
    width: auto;
  }
}

.wrap {
  overflow: hidden;
  width: 100%;
  transition: opacity 0.3s;
}

.centerWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.centerWrap--pcfull {
  padding: 0;
}
@media (max-width: 767px) {
  .centerWrap--spfull {
    padding: 0;
  }
}

/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* 下層ページ共通
--------------------------------------------------------- */
/* body */
.underPage .wrap {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .underPage .wrap {
    min-width: auto;
  }
}
.underPage .footer {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .underPage .footer {
    min-width: auto;
  }
}

/* header */
.pageHeader {
  min-width: 1200px;
  position: relative;
  padding-top: 132px;
}
@media (max-width: 767px) {
  .pageHeader {
    min-width: auto;
    width: 100%;
  }
}
.pageHeader__bg {
  width: 260px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .pageHeader__bg {
    width: 90px;
  }
}
.pageHeader__bg-l {
  left: 0;
}
.pageHeader__bg-r {
  right: 0;
}

/* main */
.underPage .centerWrap {
  width: 1000px;
  padding: 0;
}
@media (max-width: 767px) {
  .underPage .centerWrap {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }
}

/* 見出し */
.c-h2--under {
  color: #174268;
  text-align: center;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-h2--under {
    font-size: 3.6rem;
  }
}
.c-h2--under span {
  content: "";
  width: 48px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #174268;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-h2--under span {
    width: 40px;
    margin-top: 12px;
  }
}

/* Section SNS */
.snsTtl {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .snsTtl {
    font-size: 2rem;
  }
}
.snsTtl:before {
  content: "";
  background: #174268;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0px;
  transform: rotate(-31deg);
}
.snsTtl:after {
  content: "";
  background: #174268;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  right: -30px;
  top: 0px;
  transform: rotate(31deg);
}

.snsLists {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .snsLists {
    width: 216px;
  }
}

.snsList {
  display: inline-block;
  width: 293px;
  position: relative;
}
.snsList .success-msg {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.65px;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #174268;
  border-radius: 8px;
  display: none;
  position: absolute;
  top: -20px;
  left: 10px;
}
@media (max-width: 767px) {
  .snsList .success-msg {
    font-size: 1.4rem;
    padding: 6px 14px;
    top: -18px;
    left: -30px;
    width: 140px;
  }
}
.snsList:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .snsList {
    width: 56px;
    height: 56px;
  }
}
.snsList a {
  display: block;
  line-height: 64px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 32px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .snsList a span {
    display: none;
  }
}
.snsList a:before {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .snsList a:before {
    width: 56px;
    height: 56px;
    top: 0;
    transform: none;
  }
}

.snsX:before {
  background: url(../img/thyroid/icon_x.png) no-repeat;
  background-size: contain;
}

.snsLine:before {
  background: url(../img/thyroid/icon_line.png) no-repeat;
  background-size: contain;
}

.snsLink:before {
  background: url(../img/thyroid/icon_link.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .snsLink:before {
    background: url(../img/thyroid/icon_link-w.png) no-repeat;
    background-size: contain;
  }
}

/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* ==================================================
    フッター設定
================================================== */
.footer {
  padding: 70px 100px 36px;
  background-color: #174268;
  color: #fff;
  border-radius: 36px 36px 0 0;
  /*  @include mq_max_xl {
    padding: 70px 20px 36px;
  } */
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 45px;
    border-radius: 20px 20px 0 0;
  }
}
.footerTop {
  display: flex;
  justify-content: space-between;
  position: relative;
  /*  @include mq_max_lg {
    flex-direction: column;
  } */
}
@media (max-width: 767px) {
  .footerTop {
    flex-direction: column;
  }
}
.footerTop .footerTitle {
  width: 223px;
  /*  @include mq_max_lg {
    margin: 0 auto;
    margin-bottom: 60px;
  } */
}
@media (max-width: 767px) {
  .footerTop .footerTitle {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 182px;
  }
}
.footerTop .footerLinks {
  display: flex;
  gap: 54px;
  /*  @include mq_max_xl {
    gap: 30px;
  }

  @include mq_max_lg {
    justify-content: center;
  } */
}
@media (max-width: 767px) {
  .footerTop .footerLinks {
    gap: 0;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.footerTop .footerLinks__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .footerTop .footerLinks__block {
    width: 50%;
    gap: 28px;
  }
}
.footerTop .footerLinks__block a {
  display: flex;
}
.footerTop .footerLinks__block a p {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .footerTop .footerLinks__block a p {
    font-size: 1.4rem;
  }
}
.footerTop .footerLinks__block a span.external {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/common/icon_external-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footerTop .footerLinks__block a span.external {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .footerTop .footerLinks__block:nth-child(2), .footerTop .footerLinks__block:nth-child(3) {
    padding-left: 20px;
  }
  .footerTop .footerLinks__block:nth-child(2) a p, .footerTop .footerLinks__block:nth-child(3) a p {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
  .footerTop .footerLinks__block:nth-child(3) {
    margin-top: 48px;
  }
}
.footerTop .pageTop {
  display: flex;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .footerTop .pageTop {
    right: 12px;
    bottom: -75px;
  }
}
.footerTop .pageTop p {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.footerTop .pageTop img {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-left: 7px;
}
.footerBottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 46px;
  border-top: 1px solid #326591;
  padding-top: 36px;
  padding-top: 42px;
}
@media (max-width: 767px) {
  .footerBottom {
    margin-top: 40px;
    padding-top: 45px;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 48px;
  }
}
.footerBottom .copyright {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.footerBottom .footerIcons {
  display: flex;
  align-items: end;
  gap: 56px;
}
.footerBottom .footerIcons__sns {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footerBottom .footerIcons__sns a {
  display: flex;
  align-items: center;
}
.footerBottom .footerIcons__sns a img {
  width: 100%;
}
.footerBottom .footerIcons__sns a:nth-child(1) {
  width: 28.411px;
}
.footerBottom .footerIcons__sns a:nth-child(2) {
  width: 34.499px;
}
.footerBottom .footerIcons__sns a:nth-child(3) {
  width: 38.376px;
}
.footerBottom .footerIcons__kuma {
  width: 203px;
}
@media (max-width: 767px) {
  .footerBottom .footerIcons__kuma {
    width: 190px;
  }
}
.footerBottom .footerIcons__kuma img {
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footerIcons__sns {
    margin-top: 48px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .footer .footerIcons__sns a {
    display: flex;
    align-items: center;
  }
  .footer .footerIcons__sns a img {
    width: 100%;
  }
  .footer .footerIcons__sns a:nth-child(1) {
    width: 25.904px;
  }
  .footer .footerIcons__sns a:nth-child(2) {
    width: 31.455px;
  }
  .footer .footerIcons__sns a:nth-child(3) {
    width: 34.99px;
  }
}

@media (max-width: 1199px) {
  body:not(.underPage) .footer {
    padding: 70px 20px 36px;
  }
}
@media (max-width: 767px) {
  body:not(.underPage) .footer {
    padding: 30px 0 45px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 1001px) {
  body:not(.underPage) .footerTop {
    flex-direction: column;
  }
}
@media (max-width: 1001px) {
  body:not(.underPage) .footerTop .footerTitle {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body:not(.underPage) .footerTop .footerTitle {
    width: 182px;
  }
}
body:not(.underPage) .footerTop .footerTitle img {
  aspect-ratio: 223/232;
}
@media (max-width: 1199px) {
  body:not(.underPage) .footerTop .footerLinks {
    gap: 30px;
  }
}
@media (max-width: 1001px) {
  body:not(.underPage) .footerTop .footerLinks {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body:not(.underPage) .footerTop .footerLinks {
    gap: 0;
    flex-wrap: wrap;
    justify-content: end;
  }
}

/* ----------------------------------
	共通パーツ読み込み
------------------------------------ */
/* wp-block
--------------------------------------------------------- */
:where(.wp-block-columns.is-layout-grid) {
  gap: 1em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 1em;
}

/* single-disease
--------------------------------------------------------- */
.pageHeader {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .pageHeader {
    padding-bottom: 130px;
  }
}
.pageHeader .lead {
  margin-top: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .pageHeader .lead {
    margin-top: 44px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.14px;
  }
}

.underMain {
  background-color: #fff;
  width: 100%;
  border-radius: 28px;
  padding-bottom: 106px;
  position: relative;
}
@media (max-width: 767px) {
  .underMain {
    border-radius: 12px;
  }
}
.underMain .begin {
  width: 190px;
  height: 190px;
  background-color: #70A3EA;
  border: 6px solid #5C8FD7;
  box-shadow: 0px 3.482px 11.608px 0px rgba(99, 102, 111, 0.2);
  border-radius: 9999px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: block;
}
.underMain .begin.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .underMain .begin {
    width: 118px;
    height: 118px;
    border: 3px solid #5C8FD7;
    right: 10px;
    bottom: 10px;
  }
}
.underMain .begin a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.underMain .begin a .beginTxt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.underMain .begin a .beginTxt .beginDeco {
  width: fit-content;
  margin: 0 auto;
}
.underMain .begin a .beginTxt .beginDeco p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.14px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .underMain .begin a .beginTxt .beginDeco p {
    font-size: 1rem;
    letter-spacing: 0.1px;
  }
}
.underMain .begin a .beginTxt .beginDeco:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  left: 20px;
  top: 4px;
  transform: rotate(-31deg);
}
@media (max-width: 767px) {
  .underMain .begin a .beginTxt .beginDeco:before {
    left: 10px;
    height: 12px;
  }
}
.underMain .begin a .beginTxt .beginDeco:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 4px;
  transform: rotate(31deg);
}
@media (max-width: 767px) {
  .underMain .begin a .beginTxt .beginDeco:after {
    right: 10px;
    height: 12px;
  }
}
.underMain .begin a .beginTxt .beginTitle {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .underMain .begin a .beginTxt .beginTitle {
    font-size: 1.4rem;
    letter-spacing: 0.14px;
    margin-top: 4px;
  }
}
.underMain .begin a span.arrow {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #174268;
  border-radius: 9999px;
  background-size: cover;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .underMain .begin a span.arrow {
    width: 14px;
    height: 14px;
    top: 83%;
  }
}
.underMain .begin a span.arrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("../img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .underMain .begin a span.arrow:after {
    background-image: url("../img/common/arrow-white-b.svg");
    width: 6px;
    height: 5px;
  }
}

.contents .flex {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contents .flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 54px;
  }
  .contents .flex::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin: 0 auto;
    margin-top: 54px;
  }
}
.contents .flex .centerWrap--l {
  width: 190px;
}
@media (max-width: 767px) {
  .contents .flex .centerWrap--l {
    width: 100%;
  }
}
.contents .flex .centerWrap--r {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .contents .flex .centerWrap--r {
    width: 100%;
  }
}
.contents .centerWrap--l h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents .centerWrap--l h2 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.12px;
    padding-left: 16px;
  }
}
.contents .centerWrap--l h2:before {
  content: "";
  background-blend-mode: soft-light, normal;
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
  top: 2px;
}
@media (max-width: 767px) {
  .contents .centerWrap--l h2:before {
    width: 6px;
  }
}
.contents .centerWrap--l h2.blue:before {
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
}
.contents .centerWrap--l h2.orange:before {
  background: linear-gradient(292.16deg, #F6B93B 44.44%, #F6C8A7 92.67%);
}
.contents img {
  width: 100%;
  margin-bottom: 16px;
}
.contents p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.14px;
  }
}
.contents p > a {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents p > a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.14px;
  }
}
.contents p > a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents p > a:hover {
  opacity: 0.7;
}
.contents p.is-style-note {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.contents p.is-style-note a {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.contents a.external-link {
  width: fit-content;
}
.contents a.external-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/single/icon_external.png");
  margin-left: 8px;
  margin-bottom: 5px;
  margin-right: 4px;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents a.external-link::after {
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
  }
}
.contents a.file-link {
  width: fit-content;
}
.contents a.file-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("../img/single/icon_file.png");
  margin-left: 8px;
  margin-bottom: 4px;
  margin-right: 4px;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents a.file-link::after {
    width: 10px;
    height: 12px;
    margin-bottom: 3px;
  }
}
.contents {
  /* wp-block-heading */
}
.contents h1 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.12px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents h1 {
    font-size: 2.2rem;
    letter-spacing: 0.88px;
    padding-left: 16px;
  }
}
.contents h1:before {
  content: "";
  background-blend-mode: soft-light, normal;
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
  top: 2px;
}
@media (max-width: 767px) {
  .contents h1:before {
    width: 6px;
  }
}
.contents h1.is-style-blue:before {
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
}
.contents h1.is-style-orange:before {
  background: linear-gradient(292.16deg, #F6B93B 44.44%, #F6C8A7 92.67%);
}
.contents h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contents h3 {
    font-size: 2rem;
    padding-bottom: 12px;
  }
}
.contents h4 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.88px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .contents h4 {
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: 0.76px;
    padding-left: 16px;
  }
}
.contents h4:before {
  content: "";
  background-blend-mode: soft-light, normal;
  width: 8px;
  height: 100%;
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 767px) {
  .contents h4:before {
    width: 6px;
  }
}
.contents h4.is-style-blue:before {
  background: linear-gradient(292.16deg, #70A3EA 44.44%, #ADBFE4 92.67%);
}
.contents h4.is-style-orange:before {
  background: linear-gradient(292.16deg, #F6B93B 44.44%, #F6C8A7 92.67%);
}
.contents h5 {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contents h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 8px;
  }
}
.contents h6 {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contents h6 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
.contents {
  /* wp-block-buttons */
}
.contents .wp-block-buttons .wp-block-button {
  margin-bottom: 24px;
}
.contents .wp-block-buttons .wp-block-button a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.64px;
  display: block;
  position: relative;
  width: fit-content;
  min-width: 260px;
  color: #174268;
  background-color: #EDEDED;
  padding: 15px 64px 15px 24px;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .contents .wp-block-buttons .wp-block-button a {
    font-size: 1.3rem;
    letter-spacing: 0.52px;
    min-width: auto;
    padding: 15px 42px 15px 18px;
  }
}
.contents .wp-block-buttons .wp-block-button a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.7;
}
.contents .wp-block-buttons .wp-block-button a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/single/linkbtn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .contents .wp-block-buttons .wp-block-button a::after {
    right: 18px;
  }
}
.contents {
  /* wp-block-list */
}
.contents ul {
  margin-bottom: 24px;
}
.contents ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .contents ul li {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.contents ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .contents ul li a {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.contents ul li a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents ul li a:hover {
  opacity: 0.7;
}
.contents ul li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  position: absolute;
  background-color: #70A3EA;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .contents ul li:after {
    width: 8px;
    height: 8px;
    top: 8px;
  }
}
.contents ul.is-style-blue li:after {
  background-color: #70A3EA;
}
.contents ul.is-style-orange li:after {
  background-color: #EBB285;
}
.contents ul li + li {
  margin-top: 4px;
}
.contents ol {
  counter-reset: list-counter;
  list-style-type: none;
  margin-bottom: 24px;
}
.contents ol li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .contents ol li {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.contents ol li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .contents ol li a {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.contents ol li a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents ol li a:hover {
  opacity: 0.7;
}
.contents ol li:before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  position: absolute;
  left: 0;
}
.contents {
  /* 囲み記事 */
}
.contents .wp-block-custom-blocks-box {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 9px;
  padding: 40px 40px 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents .wp-block-custom-blocks-box {
    padding: 24px 24px 8px;
  }
}
.contents .wp-block-custom-blocks-box h2,
.contents .wp-block-custom-blocks-box h4 {
  border-bottom: 1px solid #DFDFDF;
}
.contents {
  /* 囲み記事(線) */
}
.contents .wp-block-custom-blocks-box-l {
  width: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 9px;
  padding: 40px 40px 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents .wp-block-custom-blocks-box-l {
    padding: 24px 24px 8px;
  }
}
.contents {
  /* 囲み記事(warning) */
}
.contents .box-w {
  width: 100%;
  background-color: #FBE8C8;
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contents .box-w {
    padding: 24px;
  }
}
.contents .box-w .box-w-heading {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contents .box-w .box-w-heading {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 8px;
    padding-left: 22px;
  }
}
.contents .box-w .box-w-heading::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/single/warning_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 767px) {
  .contents .box-w .box-w-heading::before {
    width: 16px;
    height: 16px;
  }
}
.contents .box-w p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .contents .box-w p {
    font-size: 1.4rem;
  }
}
.contents {
  /* テーブル */
}
.contents table {
  margin-bottom: 24px;
  border: 2px solid #EDEDED;
}
.contents table tr td,
.contents table tr th {
  border: 2px solid #EDEDED;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.286px;
  padding: 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contents table tr td,
  .contents table tr th {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.contents table tr th {
  background-color: #f4f4f4;
}
.contents table thead th {
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.308px;
  background-color: #5886D5;
}
@media (max-width: 767px) {
  .contents table thead th {
    font-size: 1.3rem;
    letter-spacing: 0.286px;
  }
}
.contents table tfoot td {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.308px;
  background-color: #ADBFE4;
}
.contents table ul {
  margin-bottom: 0;
}
.contents table ul li {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.contents table ul li::after {
  top: 6px;
}
.contents .wp-block-table.is-style-orange thead th {
  background-color: #EBB285;
}
.contents .wp-block-table.is-style-orange tfoot td {
  background-color: #EAC99B;
}
.contents .checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .contents .checkList {
    gap: 6px;
  }
}
.contents .checkList li + li {
  margin-top: 0;
}
.contents .checkList li {
  position: relative;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 10px 18px 10px 40px;
  width: fit-content;
}
.contents .checkList li:after {
  display: none;
}
.contents .checkList li span.check {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../img/single/checkbox_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contents .checkList li span.check {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
.contents .checkList li p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contents .checkList li p {
    font-size: 1.3rem;
  }
}
.contents {
  /* ----------------------------------
    wp-block
    ------------------------------------ */
}
.contents .wp-block-columns {
  margin-bottom: 0;
}
.contents .wp-block-table thead {
  border-bottom: none;
}
.contents .wp-block-table tfoot {
  border-top: none;
}
.contents .mv {
  background-color: #FBE8C8;
  border-radius: 16px;
  box-shadow: 8px 8px 0px rgba(117, 117, 117, 0.15);
  padding: 54px 90px 75px;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
@media (max-width: 767px) {
  .contents .mv {
    padding: 30px 20px 20px;
    border-radius: 6px;
    top: -110px;
    margin-bottom: -110px;
    box-shadow: 2.736px 2.736px 0px rgba(117, 117, 117, 0.15);
  }
}
.contents .mv::before {
  content: "";
  display: block;
  width: 908px;
  aspect-ratio: 227/7;
  background-image: url(../img/single/mv_deco.png);
  background-size: cover;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contents .mv::before {
    width: 90%;
    aspect-ratio: 296/17;
    background-image: url(../img/single/mv_deco-sp.png);
    top: -1.6vw;
  }
}
.contents .mv .mvTitle {
  position: relative;
  font-size: 2.8rem;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .contents .mv .mvTitle {
    font-size: 1.5rem;
    margin: 0 auto 10px;
  }
}
.contents .mv .mvTitle::before {
  content: "";
  display: block;
  width: 28px;
  height: 44px;
  background-image: url(../img/single/mvTitle_deco-l.png);
  background-size: cover;
  position: absolute;
  top: 8px;
  left: -50px;
}
@media (max-width: 767px) {
  .contents .mv .mvTitle::before {
    width: 10px;
    height: 15px;
    background-image: url(../img/single/mvTitle_deco-l-sp.png);
    top: 7px;
    left: -20px;
  }
}
.contents .mv .mvTitle::after {
  content: "";
  display: block;
  width: 28px;
  height: 44px;
  background-image: url(../img/single/mvTitle_deco-r.png);
  background-size: cover;
  position: absolute;
  top: 8px;
  right: -50px;
}
@media (max-width: 767px) {
  .contents .mv .mvTitle::after {
    width: 10px;
    height: 15px;
    background-image: url(../img/single/mvTitle_deco-r-sp.png);
    top: 7px;
    right: -20px;
  }
}
.contents .mv .youtubeWrap {
  width: 100%;
}
.contents .mv .youtubeWrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.contents .index {
  background-color: #F4F4F4;
  margin-top: 72px;
  margin-bottom: 100px;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 500px);
}
@media (max-width: 1199px) {
  .contents .index {
    width: 1200px;
    left: -100px;
  }
}
@media (max-width: 767px) {
  .contents .index {
    margin-top: 54px;
    margin-bottom: 56px;
    padding: 36px 0;
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contents .index .flex {
  margin-bottom: 0;
}
.contents .index .flex::after {
  display: none;
}
.contents .index h2 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 2;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .contents .index h2 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.contents .index ul {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .contents .index ul {
    margin-top: 20px;
    border-top: 1px solid #DFDFDF;
  }
}
.contents .index ul li {
  width: 100%;
  padding-left: 0;
}
.contents .index ul li a {
  display: flex;
  width: 100%;
  padding: 10px 0;
  text-decoration-line: none;
  border-bottom: 1px solid #DFDFDF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .index ul li a:hover {
  opacity: 0.7;
}
.contents .index ul li a .num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  width: 20px;
  padding-top: 2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contents .index ul li a .num {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    padding-top: 3px;
  }
}
.contents .index ul li a .title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contents .index ul li a .title {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    width: 85%;
  }
}
.contents .index ul li a span {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../img/single/index-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 8px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .contents .index ul li a span {
    width: 8px;
    height: 5px;
    margin-right: 9px;
  }
}
.contents .index ul li::after {
  display: none;
}
.contents {
  /* 用語解説 */
}
.contents .words {
  background-color: #F4F4F4;
  box-shadow: 8px 8px 0px 0px rgba(117, 117, 117, 0.15);
  border-radius: 12px;
  padding: 72px 50px 32px;
  margin-bottom: 54px;
  position: relative;
}
@media (max-width: 767px) {
  .contents .words {
    border-radius: 6px;
    padding: 40px 20px 16px;
    box-shadow: 2.736px 2.736px 0px 0px rgba(117, 117, 117, 0.15);
    margin-bottom: 16px;
  }
}
.contents .words::before {
  content: "";
  display: block;
  width: 908px;
  aspect-ratio: 227/7;
  background-image: url(../img/single/word_deco.png);
  background-size: cover;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contents .words::before {
    width: 90%;
    aspect-ratio: 296/17;
    background-image: url(../img/single/word_deco-sp.png);
    top: -1.6vw;
  }
}
@media (max-width: 767px) {
  .contents .words::after {
    display: none;
  }
}
.contents {
  /* 監修 */
}
.contents .author {
  background: #FBE8C8;
  border-radius: 8px;
  padding: 22px 0 22px 106px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contents .author {
    padding: 18px 0 18px 66px;
    margin-bottom: 40px;
  }
}
.contents .author:before {
  content: "";
  background: url(../img/common/kuma_logo_s.png) no-repeat;
  background-size: contain;
  width: 69px;
  height: 58px;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contents .author:before {
    left: 12px;
    width: 43px;
    height: 30px;
  }
}
.contents .author .authTxt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.7px;
  margin: 0;
}
@media (max-width: 767px) {
  .contents .author .authTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}
.contents {
  /* backBtn */
}
.contents .backBtn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
}
.contents .backBtn a {
  display: block;
  position: relative;
  width: fit-content;
  border: 1px solid #EDEDED;
  padding: 15px 32px 15px 62px;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contents .backBtn a {
    padding: 15px 22px 15px 48px;
  }
}
.contents .backBtn a p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .contents .backBtn a p {
    font-size: 1.3rem;
    letter-spacing: 0.52px;
  }
}
.contents .backBtn a span.arrow {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #174268;
  transition: all 0.5s;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contents .backBtn a span.arrow {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
.contents .backBtn a span.arrow::after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background-image: url("../img/common/arrow-white-b-l.svg");
  transition: all 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contents .backBtn a span.arrow::after {
    width: 9px;
    height: 6px;
  }
}
.contents .backBtn a:hover {
  background-color: #174268;
  border: 1px solid #174268;
  color: #fff;
}
.contents .backBtn a:hover span.arrow {
  background-color: #fff;
}
.contents .backBtn a:hover span.arrow::after {
  background-image: url("../img/common/arrow-blue-b-l.svg");
}

/* secSns
--------------------------------------------------------- */
.secSnsW {
  padding: 80px 0 110px;
  text-align: center;
}
@media (max-width: 767px) {
  .secSnsW {
    padding: 60px 0 50px;
  }
}

/*# sourceMappingURL=single-disease.css.map */
