@charset "UTF-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-display: swap;
  font-family: Noto Sans JP Subset;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NS-400.woff2) format("woff2"), url(fonts/NS-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Noto Sans JP Subset;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NS-700.woff2) format("woff2"), url(fonts/NS-700.woff) format("woff");
}

/* CSS Document */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
small,
span,
ul {
  font-size: 100%;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}


button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

/*--------------------------------------
　Base
---------------------------------------*/
body {
  color: #1a3b56;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #1a3b56;
  transition-property: opacity;
}

a:hover {
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ct {
  text-align: center;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

span.marker {
  background: linear-gradient(transparent 50%, #ccc 0);
}

/*--------------------------------------
　Header
---------------------------------------*/
header .mainArea {
  margin: 0 0 15px;
}

header .inner {
  margin: 0 auto;
  padding: 35px 0 0;
  width: 1100px;
}

header .boxInner {
  float: right;
}

header .logo {
  float: left;
  font-size: 18px;
  font-weight: 700;
  width: 250px;
}

header .logo a {
  text-decoration: none;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
header nav ul {
  margin: 0;
  padding: 0;
}

header nav li {
  float: left;
  font-size: 14px;
  margin: 0 40px 0 0;
  padding: 0;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  font-size: 13px;
  margin: 0 auto;
  padding: 30px 6px 0;
  width: 1110px;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
/*--------------------------------------
　Side
---------------------------------------*/
#side .sideBox {
  margin: 0 0 25px;
}

#side .sideBox .sttl {
  background-color: #f9f9f9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}

#side .sideBox .sttl a {
  display: block;
  padding: 20px;
}

#side .sideBox ul {
  margin: 15px 15px 0;
  padding: 0;
}

#side .sideBox li a {
  border-bottom: 1px dotted #d5d5d5;
  display: block;
  margin: 0 0 10px;
  padding: 0 5px 10px;
}

/*--------------------------------------
　Footer
---------------------------------------*/
footer {
  background-color: #e5e5e5;
  margin: 0;
  padding: 0;
}

footer .inner {
  position: relative;
}

footer .inner,
footer .inner p {
  margin: 0 auto;
  width: 1100px;
}

footer p.copy {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

footer p.copy a {
  color: #444;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
.pagetop {
  font-size: 11px;
  position: absolute;
  right: 0;
  top: -30px;
}

.pagetop a {
  display: block;
  padding: 15px 0;
}

/*--------------------------------------
　検索フォーム
---------------------------------------*/
#searchArea {
  border-top: 1px solid #d9d9d9;
  margin: 20px auto 100px;
  padding: 30px 0 0;
  width: auto;
}

#searchArea .boxTtl {
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}

#searchform {
  background: #f0f0f1;
  border: none;
  box-shadow: none;
  margin: 0 35px;
  padding: 20px 30px;
}

#searchform .trParts {
  background: #fff;
  border-radius: 4px;
  display: table;
  margin: 20px 0;
  width: 100%;
}

#searchform .thParts {
  background: #ddd;
  text-align: center;
  width: 20%;
}

#searchform .tdParts,
#searchform .thParts {
  display: table-cell;
  vertical-align: middle;
}

#searchform .tdParts {
  padding: 16px;
}

#searchform .tdParts .checkParts {
  display: inline-block;
  padding: 0 20px 0 0;
}

/* checkboxボタン01 */
#searchform .tdParts input[type=checkbox] {
  display: none;
}

#searchform .tdParts label.checkbox01 {
  cursor: pointer;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  position: relative;
}

#searchform .tdParts label.checkbox01::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  height: 14px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 14px;
}

#searchform .tdParts input[type=checkbox]:checked+label.checkbox01::after {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 13px;
}

/* radioボタン01 */
label.radio01 {
  cursor: pointer;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  position: relative;
}

label.radio01::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  content: "";
  height: 14px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 14px;
}

#searchform .tdParts input[type=radio] {
  display: none;
}

#searchform .tdParts input[type=radio]:checked+label.radio01::after {
  background: #333;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}

#searchform input[type=submit] {
  background: 97% 50% no-repeat #333;
  background-size: 8px auto;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 auto;
  padding: 10px 26px 10px;
  text-decoration: none;
  width: 200px;
}

#searchform input[type=submit]:hover {
  opacity: 0.7;
}

/*--------------------------------------
　検索結果
---------------------------------------*/
#resultArea .exBox {
  background-color: #eee;
  display: block;
  margin: 0 0 30px;
  padding: 30px;
}

#resultArea a.exBox {
  color: #444;
  text-decoration: none;
}

#resultArea .exBox .leftArea {
  float: left;
  width: 500px;
}

#resultArea .exBox .leftArea .boxTtl {
  border-bottom: 1px dashed #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

#resultArea .exBox .rightArea {
  float: right;
  width: 220px;
}

#resultArea .exBox .rightArea img {
  height: 120px;
  margin: 0 0 10px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 220px;
}

#resultArea .exBox .rightArea .btnParts {
  background: 97% 50% no-repeat #333;
  background-size: 8px auto;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 auto;
  padding: 10px 26px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
/*
#index a,
#category a,
#page a {
  color: #03C;
  text-decoration: underline;
}

#index a:hover,
#category a:hover,
#page a:hover {
  color: #09F;
  text-decoration: underline;
}

#index h2,
#category h1,
#page h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
  border: 2px solid #666;
  line-height: 1.4;
  padding: 15px 10px 10px;
  background: #fff;
}

#index h3,
#category h2,
#page h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  line-height: 1.4;
  padding: 15px 10px 10px;
  background: #fff;
}

#index h4,
#category h3,
#page h3 {
  font-size: 20px;
  margin: 30px 0 10px;
  border-left: 5px solid #666;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 15px 0px 10px 15px;
  line-height: 1.5;
  background: #fff;
}

#index h5,
#category h4,
#page h4 {
  font-size: 18px;
  margin: 30px 0 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 8px 10px;
  background: #fff;
  line-height: 1.6;
}

#index h6,
#category h5,
#page h5 {
  font-size: 16px;
  margin: 30px 0 10px;
  border-bottom: 2px solid #666;
  padding: 8px 10px;
  line-height: 1.6;
}

#category h6,
#page h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 30px 0 10px;
  border-left: 5px solid #666;
  border-bottom: 1px dotted #666;
  padding: 8px 10px;
  line-height: 1.6;
}

#index p,
#category p,
#page p {
  margin: 0px 0px 15px 0px;
}

#index ul,
#category ul,
#page ul {
  margin: 0px 0px 15px 40px;
  list-style: decimal outside none;
}

#index ul li,
#category ul li,
#page ul li {
  list-style: square;
}

#index ol li,
#icategory ol li,
#page ol li {
  list-style: decimal;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 14px;
  margin: 20px 0px;
}

th {
  background-color: #f5f5f5;
  text-align: center;
}

td,
th {
  border: 1px solid #ccc;
  padding: 10px;
}

td {
  background: #fff;
}

/* ================== */
/*  目次　　　　　*/
/* ================== */
/* ================== */
/*  関連記事　　　　　*/
/* ================== */
.relations {
  margin: 30px auto;
  max-width: 1100px;
}

.relations-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.relations-box {
  display: flex;
  height: auto;
  text-decoration: none;
}

.relations-box:hover {
  cursor: pointer;
  opacity: 0.6;
}

.relations-box__pic {
  width: 50%;
}

.relations-box__pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.relations-box__body {
  flex: 1;
  padding: 20px 40px;
}

.relations-box__body .subtitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.relations-box__body p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.relations-box+.relations-box {
  margin-top: 30px;
}

.relations-box--column {
  border: 1px solid #ccc;
  flex-direction: column;
}

.relations-box--column .relations-box__pic {
  width: 100%;
}

.relations-box--column .relations-box__pic img {
  height: auto;
  width: 100%;
}

.relations-box--column .relations-box__body {
  border: none;
  padding: 20px;
}

.relations-box--column+.relations-box--column {
  margin-top: 0;
}

.relations--narrow {
  padding: 0 90px;
}

@media screen and (min-width:768px) {
  .relations .relations-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}

/*
$font-sizes: (
  xs: v.$font-xs,
  sm: v.$font-sm,
  lg: v.$font-lg,
  xl: v.$font-xl,
  "2xl": v.$font-2xl,
);

$heading-sizes: (
  h1: 26px,
  h2: 24px,
  h3: 25px,
  h4: 18px,
  h5: 16px,
  h6: 16px,
);

$heading-sizes-sp: (
  h1: 24px,
  h2: 22px,
  h3: 20px,
  h4: 18px,
  h5: 14px,
  h6: 16px,
);
*/
.link-btn {
  margin: 10px 0;
  max-width: 364px;
}

.link-btn a {
  border-radius: 47px;
  display: grid;
  font-size: 1rem;
  padding: 20px 54px 20px 20px;
  place-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

.external-btn a {
  background: #e9902b url(img/common/icon-external.svg) no-repeat 94%/26px;
  border: 1px solid #e9902b;
  color: #fff;
}

.external-btn a:hover {
  opacity: 0.8;
}

.internal-btn a {
  background: #fff url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  border: 1px solid #1a3b56;
  color: #1a3b56;
}

.internal-btn a:hover {
  background: #1a3b56 url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  color: #fff;
}

.tel-btn a {
  background: #62add1 url(img/common/icon-tel.svg) no-repeat 6%/30px;
  border: 1px solid #62add1;
  color: #fff;
}

.tel-btn a:hover {
  opacity: 0.8;
}

/*
@mixin underline-rounded($color, $width, $position: "bottom", $isBefore: false) {
  position: relative;
  padding-inline: 0.1em;

  @if $isBefore {
    &::before {
      position: absolute;
      width: 100%;
      height: $width;
      content: "";
      background: $color;
      border-radius: calc(0.5 * $width);

      @if $position == "left" {
        width: $width;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
      }
      @else if $position == "bottom" {
        width: 100%;
        height: $width;
        left: 0;
        right: 0;
        bottom: calc(-0.75 * $width);
      }
    }
  }
  @else {
    &::after {
      position: absolute;
      width: 100%;
      height: $width;
      content: "";
      bottom: calc(-0.75 * $width);
      left: 0;
      right: 0;
      background: $color;
      border-radius: calc(0.5 * $width);
    }
  }
}
*/
.sp-only {
  display: none !important;
}

@media screen and (max-width:750px) {
  .sp-only {
    display: revert !important;
  }

  .pc-only {
    display: none !important;
  }
}

.u-upper {
  text-transform: uppercase;
}

.u-nowrap {
  white-space: nowrap;
}

.bg-lightblue {
  background: #fafbfc;
}

.bg-blue {
  background: #e9f4f9;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary-light: #eef5f7;
  --color-primary: #0456a8;
  --color-primary-dark: #03316a;
  --color-text: #1a3b56;
  --color-gray-light: #f4f4f4;
  --color-gray: #f5f5f5;
  --leading-trim: calc(0.5em - 0.5lh);
  --header-size: 79px;
  --scroll-margin: var(--header-size);
  --border-radius: 20px;
  --border-radius-infinity: 9999px;
}

/* ページ内リンクで飛んだときにヘッダーに隠れないように調整 */
.topLogic-qblock,
#toc>div,
#logics>.l-container-wide>.topLogic-qblock {
  scroll-margin-top: var(--scroll-margin);
}


@media screen and (max-width:750px) {
  :root {
    --header-size: 0;
    --border-radius: 10px;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
  min-height: 0vw;
}

body,
html {
  /*   scroll-behavior: smooth; */
  text-underline-offset: 0.3em;
}

@media screen and (max-width:750px) {

  body,
  html {
    overflow-x: clip;
  }
}

body {
  color: var(--color-text);
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  min-width: 1100px;
  overflow-x: clip;
  overflow-y: scroll;
  position: relative;
  scroll-behavior: smooth;
}

@media screen and (max-width:750px) {
  body {
    min-width: 100%;
    overflow: hidden;
  }
}

:target {
  scroll-margin-top: var(--scroll-margin);
}

.js-fade-up:not(.-js-animation-active) {
  --scroll-margin-offset: 35px;
  /* 非アクティブの時は35px！ */
}

[id^=chapter-] {
  scroll-margin-top: calc(var(--scroll-margin) + var(--scroll-margin-offset, 5px));
}

body.debug::after,
body.debug::before {
  border-left: 1px solid;
  border-right: 1px solid;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: clamp(16px, 5vw, 50px);
  z-index: 100000000;
}

body.debug::before {
  border-left-color: red;
  border-right-color: #adff2f;
  left: clamp(16px, 5vw, 50px);
}

@media print,
screen and (min-width:600px) {
  body.debug::before {
    left: calc(50% - 550px);
  }
}

body.debug::after {
  border-left-color: #adff2f;
  border-right-color: red;
  right: clamp(16px, 5vw, 50px);
}

@media print,
screen and (min-width:600px) {
  body.debug::after {
    right: calc(50% - 550px);
  }
}

dd,
dl,
dt,
li,
ol,
p,
ul {
  font-size: 15px;
}

p {
  letter-spacing: normal;
  line-height: 1.9;
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: clamp(1.2rem, calc(1.2rem + 1.66vw - 6.225px), 3rem);
}

h1,
h2 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

h2 {
  font-size: clamp(1.6rem, calc(1.6rem + 0.41vw - 1.5375px), 1.8rem);
}

h3 {
  font-size: clamp(1.47rem, calc(1.47rem + 0.28vw - 1.05px), 1.6rem);
}

h3,
h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

h4 {
  font-size: 21px;
}

h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

summary {
  cursor: pointer;
}

div:not(.btn-*) a:-moz-any-link {
  text-decoration: underline;
  text-decoration-color: oklch(67% 0 0deg);
  text-decoration-thickness: 1px;
}

div:not(.btn-*) a:any-link {
  text-decoration: underline;
  text-decoration-color: oklch(67% 0 0deg);
  text-decoration-thickness: 1px;
}

a {
  color: inherit;
  transition-duration: 0.5s;
}

a:hover,
button:hover {
  cursor: pointer;
}

a img {
  transition-duration: 0.5s;
}

a img,
a img:hover {
  transition-property: opacity;
}

a img:hover {
  opacity: 0.5;
}

b,
strong {
  font-weight: 700;
}

#category,
#index,
#page {
  width: 100%;
}

span.inline-block {
  display: inline-block;
}

a span.inline-block {
  text-decoration: inherit;
}

.dragscroll {
  cursor: grab;
}

.dragscroll:active {
  cursor: grabbing;
}

.aos-init[data-aos=fade-up] {
  transform: translateY(30px);
}

.c-hamburger {
  align-items: center;
  aspect-ratio: 1;
  background-color: #1a3b56;
  border-radius: 50px;
  display: grid;
  gap: 5px;
  justify-content: center;
  padding-block: 15.5px;
  place-items: center;
  position: relative;
  width: 50px;
}

@media screen and (max-width:750px) {
  .c-hamburger {
    padding-block: 16.5px;
    width: 50px;
  }
}

.c-hamburger span {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 1px;
  transition: transform 0.3s, opacity 0.3s;
  width: 20px;
}

@media screen and (max-width:750px) {
  .c-hamburger span {
    width: 18px;
  }
}

.c-hamburger.-isActive span:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}

.c-hamburger.-isActive span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.-isActive span:nth-of-type(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.toc-rightMenu {
  max-width: 390px;
  position: fixed;
  right: 0;
  top: 17%;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .toc-rightMenu {
    bottom: 25%;
    max-width: 320px;
    height: 0;
    top: 12%;
  }
}

.toc-rightMenu-details {
  align-items: flex-start;
  display: block;
  display: grid;
  grid-template-columns: 80px 1fr;
}

.toc-rightMenu summary::-webkit-details-marker {
  display: none;
}

.toc-rightMenu .toc_button {
  background: #1a3b56;
  border: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-right: none;
  border-top-left-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
  color: #fff;
  padding: 10px 0px 10px 10px;

  position: relative;
  transition-duration: 0.5s;
  transition-property: opacity;
  white-space: nowrap;
  width: 80px;

}

@media screen and (max-width:750px) {
  .toc-rightMenu-details {
    grid-template-columns: 40px 1fr;
  }

  .toc-rightMenu .toc_button {
    width: 40px;
    font-size: 15px;
    padding: 10px 5px 10px 10px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.toc-rightMenu .toc_button::before {
  background: url(img/common/icon-mokuji.svg) no-repeat 50%/14px;
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 14px;
}

.toc-rightMenu .toc_button::after {
  content: "＋";
  display: inline-block;
  display: grid;
  text-align: center;
}

.toc-rightMenu .toc_button:hover {
  opacity: 0.8;
}

.toc-rightMenu .toc-rightContents {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
  max-height: 60vh;
  overflow-y: scroll;
  padding: 30px 24px;
  z-index: 1000;
}

@media screen and (max-width:750px) {
  .toc-rightMenu .toc_button::before {
    top: 0;
    margin: 0 auto 5px;
  }

  .toc-rightMenu .toc_button::after {
    display: none;
    margin-top: 5px;
  }

  .toc-rightMenu .toc-rightContents {
    padding: 20px 20px;
  }
}

.toc-rightMenu-details[open] .toc_button {
  width: 80px;
}

@media screen and (max-width:750px) {
  .toc-rightMenu-details[open] .toc_button {
    width: 40px;
  }
}

.toc-rightMenu-details[open] .toc_button::after {
  content: "－";
}

@-moz-document url-prefix() {
  .toc-rightMenu-details[open] .toc_button {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100px;
  }

  .toc-rightMenu-details[open] .toc_button::after {
    display: inline-block;
    margin-left: 5px;
  }
}

#toc .chapter a {
  color: #1a3b56;
  text-decoration: none;
}

#toc .chapter .chapter-h-two {
  background: url(img/common/icon-arrow-down-gray.svg) no-repeat 100%/11px;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding-right: 6%;
}

@media screen and (max-width:750px) {
  #toc .chapter .chapter-h-two {
    font-size: 15px;
  }
}

#toc .chapter .chapter-h-two::before {
  background: none;
  border-radius: 0;
  content: "";
  height: auto;
  margin-right: 0;
  width: 0;
}

#toc .chapter .chapter-h-two:first-of-type {
  margin-top: 0;
}

#toc .chapter .chapter-h-three {
  background: url(img/common/icon-arrow-down-gray.svg) no-repeat 100%/11px;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 5px;
  padding-right: 6%;
  text-indent: -15px;
}

#toc .chapter .chapter-h-three:before {
  background: none;
  border-radius: 0;
  content: "−";
  display: inline;
  margin-right: 5px;
  width: auto;
}

#toc .chapter .chapter-h-three:first-of-type {
  margin-top: 15px;
}

.js-tocSticky {
  display: none;
}

.js-tocSticky.-isSticky {
  display: inline;
}

.related-article01-frame {
  background: #f5f5f5;
  border-radius: var(--border-radius);
  margin-block: 60px;
  padding: 34px 50px;
}

@media screen and (max-width:750px) {
  .related-article01-frame {
    padding: 30px 28px;
  }
}

.related-article01-title {
  font-size: clamp(1.6rem, calc(1.6rem + 0.83vw - 3.1125px), 2rem);
  font-weight: 700;
  position: relative;
}

.related-article01-title::before {
  background: #147ad7;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  content: "";
  display: block;
  height: 8px;
  left: -50px;
  position: absolute;
  top: 20px;
  width: 36px;
}

@media screen and (max-width:750px) {
  .related-article01-title::before {
    left: -28px;
    top: 16px;
    width: 18px;
  }
}

.related-article01-list {
  margin-top: 20px;
}

.related-article01-list li::before {
  content: none;
}

.relations-box--column {
  border: none;
  text-decoration: none !important;
}

.relations-box--column:hover {
  text-decoration: underline !important;
}

.relations-box--column .relations-box__body {
  padding: 0;
}

.relations-box--column .relations-box__body .subtitle {
  display: none;
}

.relations-box__body .catch-01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.relations-box__body .catch-01 strong {
  color: #147ad7;
}

.related-article01-list li {
  align-items: center;
  display: flex;
}

#page .related-article01-list li::before,
.related-article01-list li::before {
  content: "";
  flex-shrink: 0;
  height: 24px;
  margin-right: 14px;
  width: 24px;
}

.c-relationarticle {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 50px 40px 50px;
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width:750px) {
  .c-relationarticle {
    padding: 60px 25px 25px 25px;
  }
}

.c-relationarticle:after {
  background: #2ac3bf;
  content: "";
  display: block;
  height: 100px;
  left: -60px;
  position: absolute;
  top: -60px;
  transform: rotate(45deg);
  width: 100px;
}

.c-relationarticleTitle-en {
  width: 128px;
}

.c-relationarticleTitle-main {
  font-size: clamp(1.2rem, calc(1.2rem + 0.69vw - 2.5875px), 1.53rem);
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}

.c-relationarticleList li {
  align-items: center;
  display: grid;
  grid-template-columns: 30px 1fr;
}

.c-relationarticleList li a {
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}

.c-relationarticleList li a:hover {
  text-decoration: none !important;
}

.c-relationarticleList li a::after {
  background: url(img/common/icon-arrow-gray.svg) no-repeat 100%/13px;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

#page .c-relationarticle li::before {
  height: 16px;
  width: 16px;
}

.c-check {
  align-items: start;
  background: #1069b9;
  border-radius: 40px;
  color: #fff;
  display: grid;
  gap: 24px 48px;
  grid-template-areas: "image title" "image text" "image button" "image link" "image .";
  grid-template-columns: 41.5555555556% 1fr;
  grid-template-rows: repeat(5, auto);
  padding: 100px 56px 60px;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-check {
    border-radius: 10px;
    gap: 20px;
    grid-template-areas: "image" "title" "text" "button" "link";
    grid-template-columns: 1fr;
    padding: 84px 16px 40px;
  }
}

.c-check_image {
  grid-area: image;
}

.c-check_heading {
  color: #fff;
  font-size: clamp(1.47rem, calc(1.47rem + 1.93vw - 7.2375px), 2.4rem);
  font-weight: 700;
  grid-area: title;
  line-height: 1.78;
}

@media screen and (max-width:750px) {
  .c-check_heading {
    text-align: center;
  }
}

.c-check_text {
  grid-area: text;
}

.c-check_text p {
  color: #fff;
}

.c-check_button {
  grid-area: button;
}

.c-check_link {
  grid-area: link;
}

.c-check_title {
  background-color: #133160;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1em;
  margin-inline: auto;
  padding: 8px 80px 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.c-check_buttons [class^=btn-] a {
  width: auto;
}

@media screen and (max-width:750px) {
  .c-check_buttons [class^=btn-] a {
    width: 100%;
  }
}

.c-sponsor {
  background: #1069b9;
  border-radius: var(--border-radius);
  color: #fff;
  margin-top: 120px !important;
  padding-top: 180px;
  padding: 160px 76px 60px;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-sponsor {
    margin-top: 180px !important;
    padding-inline: 20px;
  }
}

.c-sponsorHeader {
  align-items: center;
  border-radius: var(--border-radius);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.2rem, calc(1.2rem + 0.83vw - 3.1125px), 1.6rem);
  font-weight: 700;
  left: 0;
  margin-inline: auto;
  padding: 32px 24px 42px;
  right: 0;
  text-align: center;
  top: -100px;
  width: 86.2222222222%;
}

.c-sponsorHeader,
.c-sponsorHeader::after {
  background: #133160;
  position: absolute;
}

.c-sponsorHeader::after {
  bottom: -41px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 42px;
  width: 70px;
}

.c-sponsorHeader strong {
  display: inline-block;
  font-size: clamp(1.47rem, calc(1.47rem + 1.93vw - 7.2375px), 2.4rem);
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width:750px) {
  .c-sponsorHeader strong {
    margin-top: 8px;
  }
}

.c-sponsorContents_hgroup {
  align-items: center;
  display: grid;
  flex-wrap: wrap;
  gap: 1rem;
  grid-template-areas: "label label" "text name";
  grid-template-columns: auto auto;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width:750px) {
  .c-sponsorContents_hgroup {
    grid-template-areas: "label text" "name name";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
}

.c-sponsorContents_label {
  background: #fff;
  border-radius: 20px;
  color: #133160;
  font-size: clamp(1.07rem, calc(1.07rem + 0.83vw - 3.1125px), 1.47rem);
  font-weight: 700;
  grid-area: label;
  letter-spacing: 0.2em;
  margin-inline: auto;
  padding: 3px 20px 3px calc(20px + 0.2em);
  width: -moz-fit-content;
  width: fit-content;
}

.c-sponsorContents_sponsorText {
  font-optical-sizing: auto;
  font-size: clamp(0.8rem, calc(0.8rem + 0.55vw - 2.0625px), 1.07rem);
  font-style: normal;
  font-weight: 700;
  grid-area: text;
}

.c-sponsorContents_sponsorName,
.c-sponsorContents_sponsorText {
  color: #fff;
  font-family: Noto Sans JP Subset, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-sponsorContents_sponsorName {
  font-optical-sizing: auto;
  font-size: clamp(1.2rem, calc(1.2rem + 1.1vw - 4.125px), 1.73rem);
  font-style: normal;
  font-weight: 700;
  grid-area: name;
}

.c-sponsorContents_catch {
  color: #fff;
  font-family: Noto Sans JP Subset, sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.2rem, calc(1.2rem + 1.66vw - 6.225px), 2rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 54px;
  margin-top: 24px;
  text-align: center;
}

.c-sponsorContents_catch strong {
  display: block;
  font-size: clamp(1.47rem, calc(1.47rem + 1.79vw - 6.7125px), 2.33rem);
}

.c-sponsorContents_image {
  display: block;
  margin-inline: auto;
  margin-bottom: 70px;
}

.c-sponsorContents_text {
  color: #fff;
  margin-inline: auto;
  margin-bottom: 70px;
  margin-top: 40px;
  max-width: 657px;
}

.c-sponsorButtons {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width:750px) {
  .c-sponsorContents_hgroup {
    gap: 4px 10px;
    justify-content: start;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
  }

  .c-sponsorContents_image {
    margin-bottom: 24px;
  }

  .c-sponsorContents_catch {
    margin-bottom: 20px;
  }

  .c-sponsorContents_text {
    margin-bottom: 28px;
  }
}

.c-sponsorTasks {
  background: #fff;
  border-radius: var(--border-radius);
  margin-bottom: 60px;
  padding: 34px;
}

.c-sponsorTasks_title {
  background: #147ad7;
  border-radius: var(--border-radius);
  color: #fff;
  font-size: clamp(1.07rem, calc(1.07rem + 0.28vw - 1.05px), 1.2rem);
  margin-inline: auto;
  padding: 8px 28px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-sponsorTasks_taskList {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  justify-content: center;
  margin-top: 24px;
}

.c-sponsorTasks_taskList li {
  margin-top: 0 !important;
}

.c-sponsorTasks_taskList li::before {
  content: none !important;
}

.c-sponsorTasks_taskList figure {
  text-align: center;
}

.c-sponsorTasks_taskList figure img {
  display: inline-block;
  height: 92px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 92px;
}

.c-sponsorTasks_taskList figure figcaption {
  color: #133160;
  font-size: clamp(0.8rem, calc(0.8rem + 0.55vw - 2.0625px), 1.07rem);
  font-weight: 700;
  margin-top: 12px;
}

.c-sponsorContents_text {
  letter-spacing: normal;
  line-height: 2.125;
}

@media screen and (max-width:750px) {
  .c-sponsorTasks {
    padding: 24px 16px;
  }

  .c-sponsorTasks_title {
    padding: 8px;
  }

  .c-sponsorTasks_taskList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .c-sponsorTasks_taskList li {
    width: calc(33.33333% - 10.66667px);
  }

  .c-sponsorButtons {
    flex-direction: column;
    gap: 0;
  }
}

.c-aboutMe {
  display: grid;
  gap: 30px 50px;
  grid-template-areas: "logo title" "logo text" "logo link";
  grid-template-columns: 14.7465437788% 1fr;
  margin: 100px auto 0 auto;
  max-width: 1135px;
  padding: 80px 68px;
}

@media screen and (max-width:750px) {
  .c-aboutMe {
    gap: 20px;
    grid-template-areas: "logo" "title" "text" "link";
    grid-template-columns: 1fr;
    margin: 70px auto 0 auto;
    padding: 40px 38px;
    width: 94%;
  }
}

.c-aboutMe_logo {
  grid-area: logo;
}

.c-aboutMe_title {
  grid-area: title;
}

.c-aboutMe_text {
  grid-area: text;
}

.c-aboutMe_link {
  grid-area: link;
}

.c-aboutMe_title {
  align-items: center;
  display: flex;
  font-size: clamp(1.13rem, calc(1.13rem + 1.1vw - 4.125px), 1.67rem);
  font-weight: 700;
}

@media screen and (max-width:750px) {
  .c-aboutMe_title {
    justify-content: center;
  }
}

.c-aboutMe_link {
  text-align: right;
}

.c-aboutMe_link a {
  color: #345ca7;
  display: inline;
  font-size: 0.875rem;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
}

.c-aboutMe_link a:after {
  background: url(img/common/icon-arrowcircle-navy.svg) no-repeat 100%/100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(5%, -50%);
  width: 30px;
}

@media screen and (max-width:750px) {
  .c-aboutMe_title {
    justify-content: center;
  }

  .c-aboutMe_logo {
    display: inline-block;
    margin-block: 40px;
    margin-inline: auto;
    width: 130px;
  }
}

@media screen and (max-width:750px) and (max-width:750px) {
  .c-aboutMe_logo {
    margin-block: 20px;
  }
}

.c-summary {
  background: #fafbfc;
  display: grid;
  gap: 25px;
  grid-template-columns: 67px 165px 1fr;
  padding: 60px 60px 60px 0;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-summary {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }
}

.c-summary::before {
  background: #2ac3bf;
  border-radius: 0 152px 152px 0;
  content: "";
  display: block;
  height: 152px;
  width: 76px;
}

@media screen and (max-width:750px) {
  .c-summary::before {
    height: 100px;
    position: absolute;
    top: 10px;
    width: 50px;
  }
}

.c-summaryTitle {
  display: grid;
  place-content: center;
  text-align: center;
}

@media screen and (max-width:750px) {
  .c-summaryTitle {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
  }
}

.c-summaryTitle-ja {
  font-size: clamp(1.2rem, calc(1.2rem + 0.28vw - 1.05px), 1.33rem);
  font-weight: 700;
  margin-top: 0;
}

.c-summaryCatch {
  font-size: clamp(1.33rem, calc(1.33rem + 0.55vw - 2.0625px), 1.3rem);
  font-weight: 700;
}

.c-summaryText {
  grid-area: text;
}

.c-commentItem {
  align-items: start;
  display: grid;
  gap: 50px;
  grid-template-areas: "image bubble";
  grid-template-columns: 160px 1fr;
}

.c-commentItem.-typeRight {
  grid-template-areas: "bubble image";
  grid-template-columns: 1fr 160px;
}

.c-commentItem+.c-commentItem {
  margin-top: 20px;
}

.c-commentItme_image {
  text-align: center;
}

.c-commentItem_name {
  font-size: 18px;
  font-weight: 700;
  grid-area: image;
  margin-top: 8px;
}

.c-commentItem_position {
  font-size: 10px;
  margin-top: 4px;
  margin-inline: auto;
  max-width: 120px;
  text-align: left;
}

.c-commentItem_bubble {
  background: #f5f5f5;
  border-radius: 20px;
  grid-area: bubble;
  padding: 36px 50px;
}

.c-commentItem_catch {
  font-size: clamp(1.33rem, calc(1.33rem + 0.55vw - 2.0625px), 1.6rem);
  font-weight: 700;
}

.c-commentItem_text {
  margin-top: 24px;
}

@media screen and (max-width:750px) {

  .c-commentItem,
  .c-commentItem.-typeRight {
    background: #f5f5f5;
    border-radius: var(--border-radius);
    gap: 16px;
    grid-template-areas: "image" "bubble";
    grid-template-columns: 1fr;
    padding: 45px 25px;
  }

  .c-commentItme_image {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 55.1724137931% 1fr;
  }

  .c-commentItem_name,
  .c-commentItem_position {
    text-align: left;
  }

  .c-commentItem_position {
    margin-left: 0;
  }

  .c-commentItem_bubble {
    padding: 0;
  }
}

.l-section {
  margin-bottom: 120px;
  padding-inline: 50px;
}

@media screen and (max-width:750px) {
  .l-section {
    padding-inline: 20px;
    margin-bottom: 70px;
  }
}

.l-container {
  max-width: 1110px;
}

.l-container,
.l-container-wide {
  margin-inline: auto;
  width: 100%;
}

.l-container-wide {
  max-width: 1230px;
}

.floatingHeader {
  align-items: center;
  background: var(--color-white);
  display: flex;
  gap: 60px;
  height: 80px;
  opacity: 0;
  padding: 0 10px;
  position: sticky;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
}

.floatingHeader.-isSticky {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:750px) {
  .floatingHeader {
    background: hsla(0, 0%, 100%, .8);
    opacity: 1;
    transform: translateY(0);
  }
}

.floatingHeader.-isLower {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.floatingHeader_Btn>p {
  font-size: 14px;
  text-align: center;
}

.floatingHeader_Btn .external-btn {
  margin: 0;
}

.floatingHeader_Btn .external-btn a {
  background: url(img/mainvisual/img-person02.png) no-repeat 23px 5px/38px, url(img/common/icon-external.svg) no-repeat 94%/20px, #e9902b;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 64px 8px 64px;
}

.floatingHeader_information div,
.floatingHeader_information h1,
.floatingHeader_information p {
  font-size: 11px;
  font-weight: 400;
  line-height: 15/11;
  margin-block: 0;
}

.floatingHeader_information a {
  text-decoration: none;
}

.floatingHeader_information a:hover {
  text-decoration: underline;
}

.floatingHeader_navigation {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-left: auto;
}

.floatingHeader_navigation .btn-tel a {
  font-size: 28px;
}

.floatingHeader_navigation .c-hamburger {
  flex-shrink: 0;
}

.floatingHeader_navigation .c-hamburger:after {
  background: url(img/common/ttl-menu.svg) no-repeat 0 0/contain;
  content: "";
  display: block;
  height: 10px;
  margin-top: 0px;
  width: 30px;
}

@media screen and (max-width:750px) {
  .floatingHeader_navigation .c-hamburger:after {
    margin-top: 0px;
    width: 30px;
  }

  .floatingHeader_navigation-sp {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 5, 20, .3);
    left: 0;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    transform: translateY(calc(-100% - 100px));
    transform: translateY(100%);
    width: 100%;
    z-index: 1100;
  }

  .floatingHeader_navigation-sp.-isSticky {
    transform: translateY(0);
  }

  .floatingHeader_Btn-sp {
    width: 100%;
  }

  .floatingHeader_Btn-sp .link-btn {
    margin: 0px auto;
    width: 80%;
  }
}

.floatingHeader_logo {
  width: 150px;
}

.floatingHeader_logo img {
  width: 100%;
}

.floatingHeader_logo a:hover>img {
  opacity: 0.8;
}

.floatingHeader_tel {
  color: #0069ca;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.floatingHeader_tel small {
  font-size: 20px;
}

.floatingHeader_web {
  padding-block: 0 !important;
}

.floatingHeader_web a {
  padding-block: 2px;
}

.headerBar {
  background: var(--color-primary-dark);
  color: #fff;
  padding: 8px 30px;
  text-align: right;
}

@media screen and (max-width:750px) {
  .headerBar {
    padding: 8px 12px;
    text-align: left;
  }
}

.sitename {
  color: #fff;
  font-size: clamp(0.87rem, calc(0.87rem + 0.41vw - 1.5375px), 1.07rem);
}

.sitename.-isHome {
  font-weight: 400;
}

.sitename a {
  text-decoration: none;
}

.sitename a:hover {
  opacity: 0.6;
}

.headerMain {
  align-items: center;
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  padding: 18px 28px;
  position: relative;
}

@media screen and (min-width:751px) and (max-width:1099.98px) {
  .headerMain {
    flex-wrap: wrap;
    padding: 16px;
  }
}

@media screen and (max-width:750px) {
  .headerMain {
    background-color: var(--color-primary-dark);
    padding: 8px 16px;
  }
}

header.js-headerSticky {
  align-items: center;
  background: var(--color-white);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .35);
  display: none;
  display: flex;
  left: 0;
  padding: 7px 30px;
  position: fixed;
  top: 0;
  transform: translateY(calc(-100% - 100px));
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width:750px) {
  header.js-headerSticky {
    background: none;
    box-shadow: none;
    padding: 15px 20px;
  }
}

header.js-headerSticky.-isSticky {
  transform: translateY(0);
}

header.-isSticky {
  left: 0;
  width: 100%;
  z-index: 1000;
}

.headerMain_logo .logo img {
  height: clamp(37px, calc(33.8875px + 0.83vw), 43px);
}

.headerMain_logo a:hover img {
  opacity: 0.7;
}

.headerMain_sponsor {
  color: #2354a2;
  font-size: clamp(0.67rem, calc(0.67rem + 1.1vw - 4.125px), 1.2rem);
  font-weight: 900;
  letter-spacing: 0;
}

@media screen and (max-width:750px) {
  .headerMain_sponsor {
    color: var(--color-white);
  }
}

.headerMain_nav {
  margin-left: auto;
  max-width: 1000px;
}

@media screen and (max-width:750px) {
  .headerMain_nav {
    display: none;
  }
}

.headerMain_nav>nav>ul {
  display: flex;
}

.headerMain_nav li {
  border-right: 1px solid var(--color-primary-dark);
  margin-right: 0;
  width: 20%;
}

.headerMain_nav li a {
  align-items: center;
  color: var(--color-primary-dark);
  display: flex;
  font-weight: 900;
  height: 100%;
  padding: 4px 20px;
  text-decoration: none;
}

@media screen and (min-width:751px) and (max-width:1099.98px) {
  .headerMain_nav li a {
    padding: 4px 8px;
  }
}

.headerMain_nav li a {
  overflow: clip;
  position: relative;
  transition: color 0.3s ease;
  z-index: 0;
}

.headerMain_nav li a::before {
  background: var(--color-white);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}

.headerMain_nav li a:hover {
  color: var(--color-primary-dark);
}

.headerMain_nav li a:hover::before {
  background: var(--color-primary-light);
  transform: scale(1);
}

.headerMain_spNav {
  background-color: var(--color-primary-dark);
  color: #fff;
  display: none;
  overflow-y: auto;
}

@media screen and (max-width:750px) {
  .headerMain_spNav.-isActive {
    display: block;
    max-height: calc(100vh - var(--header-height, 96px));
    position: fixed;
    z-index: 999;
  }
}

.spNav {
  padding: 1rem;
}

.spNav>li {
  border-bottom: 1px solid var(--color-white);
  font-size: 15px;
  width: 100%;
}

.spNav>li>ul {
  padding-left: 1rem;
}

.spNav a {
  align-items: center;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  text-decoration: none;
}

.spNav a::after {
  background: url(img/icon-link-arrow.svg) no-repeat 50%/contain;
  content: "";
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}

.spNav a:hover {
  opacity: 0.7;
}

.spNav_close {
  display: inline-block;
  margin-inline: auto;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.spNav_close::before {
  background: url(img/icon-close.svg) no-repeat 50%/contain;
  content: "";
  height: 14px;
  margin-right: 0.5rem;
  width: 14px;
}

.headerMain_hamburger {
  display: none;
}

@media screen and (max-width:750px) {
  .headerMain_hamburger {
    display: block;
  }
}

.mainMenuWrapper {
  --width: min(100%, 500px);
  padding-left: 80px;
  position: fixed;
  right: calc(var(--width)*-1);
  top: 0;
  transition: right 0.3s ease;
  width: var(--width);
  z-index: 10000;
}

.mainMenuWrapper .c-hamburger {
  left: 10px;
  position: absolute;
  top: 10px;
}

.mainMenuWrapper .c-hamburger.-isActive {
  display: none;
}

.mainMenu {
  background: #1a3b56;
  height: 100vh;
  overflow-y: auto;
  padding: 24px 16px 88px;
}

.mainMenu_logo {
  display: block;
  margin-inline: auto;
  margin-bottom: 24px;
  width: 109px;
}

.mainMenu nav ul li {
  color: #fff;
  float: none;
}

.mainMenu nav ul li a {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 30px;
  padding: 16px 0;
  text-decoration: none;
}

.mainMenu nav ul li a:not(.hasChild):after {
  background: url(img/common/icon-arrow-white.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}

.mainMenu nav ul li a:hover {
  opacity: 0.8;
}

.mainMenu nav ul li a.hasChild::after {
  transform: none;
}

.mainMenu nav .sitemapLowerGroup {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.mainMenu nav .-isActive+.sitemapLowerGroup {
  max-height: 1000px;
}

.mainMenu nav .sitemapLowerGroup li {
  border-top: none;
}

.mainMenu nav .sitemapLowerGroup li a {
  padding: 5px 8px 5px 32px;
}

.mainMenuClose-btn {
  border-top: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  margin-top: 160px;
  padding: 16px 0;
  text-align: center;
}

.mainMenuClose-btn::before {
  color: #fff;
  content: "✕";
  margin-right: 5px;
}

.sitemapGroup,
.sitemapGroup li {
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, .5);
  display: none;
  inset: 0;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s;
  visibility: hidden;
  z-index: 9999;
}

body.-isMenuActive {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

body.-isMenuActive .overlay {
  display: block;
  visibility: visible;
}

body.-isMenuActive .floatingHeader_menu {
  right: 0;
}

.gnavi_sitemapGroup>li a {
  border-bottom: 1px solid #fff;
}

.gnavi_sitemapGroup>li a.hasChild {
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  transition: transform 0.3s;
}

.gnavi_sitemapGroup>li a.hasChild::after {
  color: #fff;
  content: "＋";
}

.gnavi_sitemap li a.hasChild.-isActive {
  margin-bottom: 10px;
}

.gnavi_sitemap li a.hasChild.-isActive::after {
  color: #fff;
  content: "－";
}

.gnavi_sitemapLowerGroup {
  padding-left: 30px;
}

.gnavi_sitemapLowerGroup li a {
  border-bottom: none;
  font-size: 15px;
  padding: 8px 8px 8px 8px !important;
}

.gnavi_sitemapGroup li a.-isActive+ul {
  max-height: 1000px;
}

.gnavi_sitemapLowerGroup {
  display: none;
  transition: max-height 0.3s;
}

.hasChild.-isActive+.gnavi_sitemapLowerGroup {
  display: block;
}

.floatingFooter {
  bottom: 0;
  left: 0;
  position: sticky;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 500;
}

.floatingFooter.-isSticky {
  transform: translateY(0);
}

.floatingFooter_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.floatingFooter_nav .floatingFooter-btn-tel a,
.floatingFooter_nav .floatingFooter-btn-web a {
  align-items: center;
  border-top-right-radius: 30px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 100%;
  padding: 4px 37px 4px 10px;
  position: relative;
  text-decoration: none;
}

.floatingFooter_nav .floatingFooter-btn-tel a::after,
.floatingFooter_nav .floatingFooter-btn-web a::after {
  aspect-ratio: 1;
  background-position: 50%;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 27px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 27px;
}

.floatingFooter_nav .floatingFooter-btn-tel a span,
.floatingFooter_nav .floatingFooter-btn-web a span {
  display: inline-block;
}

.floatingFooter_nav .floatingFooter-btn-tel a span:nth-of-type(2),
.floatingFooter_nav .floatingFooter-btn-web a span:nth-of-type(2) {
  margin-top: -0.5em;
}

.floatingFooter_nav .floatingFooter-btn-web a {
  background: #07b53b;
}

.floatingFooter_nav .floatingFooter-btn-web a::after {
  background-image: url(img/icon-link-external.svg);
}

.floatingFooter_nav .floatingFooter-btn-web a span:nth-of-type(1) {
  font-size: 12px;
}

.floatingFooter_nav .floatingFooter-btn-web a span:nth-of-type(2) {
  font-size: 15px;
}

.floatingFooter_nav .floatingFooter-btn-tel a {
  background: #3f24cc;
}

.floatingFooter_nav .floatingFooter-btn-tel a::after {
  background-image: url(img/icon-link-tel.svg);
}

.floatingFooter_nav .floatingFooter-btn-tel a span:nth-of-type(1) {
  font-size: 15px;
}

.floatingFooter_nav .floatingFooter-btn-tel a span:nth-of-type(2) {
  font-size: 12px;
}

.footer {
  background: #1a3b56 url(img/bg-footer.png) no-repeat top/100% 260px;
  color: #fff;
  padding-top: 130px;
  position: relative;
}

@media screen and (max-width:750px) {
  .footer {
    background: #1a3b56 url(img/bg-footer.png) no-repeat top/contain;
    padding-top: 96px;
  }
}

.footer_container {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width:750px) {
  .footer_container {
    padding-bottom: 80px;
    width: 90%;
  }
}

.footer_logo {
  margin: 0 auto 77px auto;
  text-align: center;
  width: 100%;
}

.footer_logo a:hover .footer_logoImage {
  opacity: 0.7;
}

.footer_logoImage {
  width: clamp(109px, 29.0666666667%, 214px);
}

.footer_about p {
  font-size: clamp(1rem, calc(1rem + 0.14vw - 0.525px), 1.07rem);
  margin-top: 23px;
}

.footer_about {
  position: relative;
}

.footer_about::before {
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 1px;
}

@media screen and (max-width:750px) {
  .footer_about::before {
    content: none;
  }
}

.footer_aboutHeading {
  font-size: clamp(1.2rem, calc(1.2rem + 1.38vw - 5.175px), 1.87rem);
  font-weight: 700;
  margin-top: 38px;
  padding: 4px 4px 4px 4px;
  position: relative;
}

.footer_aboutHeading::before {
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 4px;
}

@media screen and (max-width:750px) {
  .footer_aboutHeading::before {
    left: -8px;
    width: 2px;
  }
}

.footer_buttons {
  gap: 12px;
  margin-top: 42px;
}

.footer_buttons .btn-internal a,
.footer_buttons .btn-web a {
  font-size: clamp(1rem, calc(1rem + 1.79vw - 6.7125px), 1.87rem);
}

.footer_sitemap {
  padding: 0 1rem 90px;
}

.footer_sitemap a {
  color: var(--color-white);
  text-decoration: none;
}

@media screen and (max-width:750px) {
  .footer_sitemap {
    padding: 0;
    width: 100%;
  }

  .footer_sitemapGroup:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}

.footer_sitemapGroup li a {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 35px;
  padding: 0;
}

.footer_sitemapGroup li a:after {
  background: url(img/common/icon-arrow-white.svg) no-repeat 50%/100%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

@media screen and (max-width:750px) {
  .footer_sitemapGroup li a.hasChild:after {
    background: none;
    content: "＋";
  }
}

.footer_sitemapGroup li a.hasChild.-isActive::after {
  background: url(img/common/icon-arrow-white.svg) no-repeat 50%/100%;
  content: "";
}

@media screen and (max-width:750px) {
  .footer_sitemapGroup li a.hasChild.-isActive::after {
    background: none;
    content: "－";
  }
}

.footer_sitemapGroup+.footer_sitemapGroup {
  margin-top: 36px;
}

@media screen and (max-width:750px) {
  .footer_sitemapGroup+.footer_sitemapGroup {
    margin-top: 0;
  }
}

.footer_sitemapGroup>li>a {
  display: inline-block;
  font-size: clamp(0.93rem, calc(0.93rem + 0.28vw - 1.05px), 1.07rem);
  font-size: 0.875rem;
  font-weight: 700;
  padding-block: 5px;
  border-bottom: solid #fff 1px;
  width: 100%;
}

@media screen and (max-width:750px) {
  .footer_sitemapGroup>li>a {
    display: grid;
    padding: 20px 10px;
  }

  .footer_sitemapGroup>li>a.hasChild.-isActive {
    border-bottom: 1px solid #fff;
  }
}

.footer_sitemapGroup>li>a:after {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.footer_sitemapLowerGroup {
  /* border-top: 1px solid #fff; */
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  padding-top: 10px;
}

@media screen and (max-width:750px) {
  .footer_sitemapLowerGroup {
    border-top: none;
    padding-top: 0;
  }
}

.footer_sitemapLowerGroup>li>a {
  font-size: clamp(0.8rem, calc(0.8rem + 0.41vw - 1.5375px), 1rem);
  font-size: 0.75rem;
  gap: 2px;
}

.footer_sitemapLowerGroup>li>a:after {
  height: 10px;
  width: 10px;
}

@media screen and (max-width:750px) {
  .footer_sitemapGroup {
    border-bottom: 1px solid #fff;
  }

  .footer_sitemapGroup:last-of-type {
    border: none;
  }

  .footer_sitemapGroup a::after {
    transition: transform 0.3s;
  }

  .footer_sitemapLowerGroup {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .footer_sitemapLowerGroup>li>a {
    display: grid;
    font-size: clamp(0.88rem, 0.88rem + 0.28vw - 1.05px, 1rem);
    grid-template-columns: 1fr 19px;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }

  .footer_sitemapLowerGroup>li>a:after {
    background: url(img/common/icon-arrow-white.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 15px;
    width: 15px;
  }

  .footer_sitemapGroup li a.-isActive+ul {
    max-height: 1000px;
  }
}

.footer_disclaimer {
  background: #37566d;
  border-radius: 1rem;
  border-radius: 10px;
  color: var(--color-white);
  margin: 0 auto 27px auto;
  max-width: 536px;
  padding: 14px 24px;
}

@media screen and (max-width:750px) {
  .footer_disclaimer {
    margin: 20px 0;
  }
}

.footer_disclaimer p {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.footer_unauthorized {
  margin-bottom: 30px;
  text-align: center;
}

.footer_unauthorized p {
  color: var(--color-white);
  font-size: 0.75rem;
}

@media screen and (max-width:750px) {
  .footer_unauthorized p {
    margin-bottom: 35px;
  }
}

.footer_bottom {
  display: flex;
  justify-content: center;
}

.footer_bottom .copyright {
  font-size: 0.75rem;
  padding-bottom: 10px;
  text-align: center;
}

.footer_bottom .copyright_link {
  color: var(--color-white);
  font-size: 0.75rem;
  text-decoration: none;
}

@media screen and (max-width:750px) {
  .footer_bottom .copyright_link {
    display: none;
  }
}

.footer_bottom .footerBar_link {
  font-size: 0.75rem;
  margin-left: 20px;
}

@media screen and (max-width:750px) {
  .footer_bottom .footerBar_link {
    display: none;
  }
}

.footer_bottom .footerBar_link a {
  text-decoration: none;
}

.toTop {
  aspect-ratio: 1;
  bottom: 32px;
  display: block;
  position: fixed;
  right: 16px;
  width: clamp(46px, 12.2666666667%, 75px);
  z-index: 499;
}

@media screen and (max-width:750px) {
  .toTop {
    bottom: 15%;
  }
}

.toTop img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.toTop:hover img {
  opacity: 0.8;
}

body {
  background: url(img/common/bg-header.png) no-repeat 0 0/1010px;
}

@media screen and (max-width:750px) {
  body {
    background: url(img/common/bg-header.png) no-repeat 0 0/100%;
  }
}

#category,
#page {
  padding: 0 !important;
}

#category main,
#page main {
  padding-inline: 15px;
}


#contents #category,
#contents #page {
  margin-inline: auto;
  max-width: 1100px;
}


#category main>*+*,
#page main>*+* {
  margin-top: 20px;
}

#category h2:not([class]),
#page h2:not([class]) {
  align-items: center;
  background: #e9f4f9;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 32px 1fr;
  margin-bottom: 30px;
  padding: 20px 20px 20px 0px;
  margin-top: 60px;
}

#category h2:not([class]):before,
#page h2:not([class]):before {
  background: #ea902b;
  content: "";
  display: block;
  height: 1px;
  width: 27px;
}

#category h2:not([class]):has(a),
#page h2:not([class]):has(a) {
  grid-template-columns: 32px 1fr 24px;
}

#category h2:not([class]):has(a)::after,
#page h2:not([class]):has(a)::after {
  aspect-ratio: 1;
  background: url(img/common/icon-arrow-gray.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0.5em;
  transition: margin 0.3s;
  width: 24px;
}

#category h2:not([class]):has(a):hover::after,
#page h2:not([class]):has(a):hover::after {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

#category h2:not([class]) a,
#page h2:not([class]) a {
  text-decoration: none !important;
  transition: color 0.3s;
}

#category h2:not([class]) a:hover,
#page h2:not([class]) a:hover {
  opacity: 0.8;
}

#category h3:not([class]),
#page h3:not([class]) {
  align-items: center;
  display: flex;
  font-size: 24px;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  margin-top: 60px;
}

#category h3:not([class]):has(a)::after,
#page h3:not([class]):has(a)::after {
  aspect-ratio: 1;
  background: url(img/common/icon-arrow-gray.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
  transition: margin 0.3s;
  width: 24px;
}

#category h3:not([class]):has(a):hover::after,
#page h3:not([class]):has(a):hover::after {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

#category h3:not([class]) a,
#page h3:not([class]) a {
  text-decoration: none !important;
  transition: color 0.3s;
}

#category h3:not([class]) a:hover,
#page h3:not([class]) a:hover {
  opacity: 0.8;
}

#category h3:not([class])::before,
#page h3:not([class])::before {
  aspect-ratio: 1;
  background: url(img/common/icon-h3.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 40px;
}

@media screen and (max-width:750px) {

  #category h1:not([class]),
  #page h1:not([class]) {
    font-size: 28px;
  }

  #category h2:not([class]),
  #page h2:not([class]) {
    font-size: 24px;
  }

  #category h3:not([class]),
  #page h3:not([class]) {
    margin: 40px auto 10px;
    font-size:22px;
  }
}

#category h4:not([class]),
#page h4:not([class]) {
  align-items: center;
  border-bottom: 2px solid #c9c9c9;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}

#category h4:not([class]):before,
#page h4:not([class]):before {
  background: #345ca7;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}

#category h4:not([class]):has(a)::after,
#page h4:not([class]):has(a)::after {
  aspect-ratio: 1;
  background: url(img/common/icon-arrow-gray.svg) no-repeat 50%/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
  transition: margin 0.3s;
  width: 24px;
}

#category h4:not([class]):has(a):hover,
#page h4:not([class]):has(a):hover {
  opacity: 0.8;
}

#category h4:not([class]):has(a):hover::after,
#page h4:not([class]):has(a):hover::after {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

#category h4:not([class]) a,
#page h4:not([class]) a {
  text-decoration: none !important;
  transition: color 0.3s;
}

#category h4:not([class]) a:hover,
#page h4:not([class]) a:hover {
  color: #989898;
}

#category h1:not([class]) a,
#category h2:not([class]) a,
#category h3:not([class]) a,
#category h4:not([class]) a,
#page h1:not([class]) a,
#page h2:not([class]) a,
#page h3:not([class]) a,
#page h4:not([class]) a {
  text-decoration: none;
}

#category .h-point,
#page .h-point {
  border-bottom: 1px solid #1a3b56;
  border-top: 1px solid #1a3b56;
  font-size: 20px;
  margin-top: 80px;
  padding: 20px 0;
  position: relative;
}

#category .h-point::before,
#page .h-point::before {
  background: #2ac3bf url(img/ttl-point.svg) no-repeat 50%/44px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: -31px;
  width: 116px;
}

#category .h-check,
#page .h-check {
  border-bottom: 1px solid #1a3b56;
  border-top: 1px solid #1a3b56;
  font-size: 23px;
  margin-top: 80px;
  padding: 20px 0;
  position: relative;
}

#category .h-check::before,
#page .h-check::before {
  background: #2ac3bf url(img/ttl-check.svg) no-repeat 50%/44px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: -31px;
  width: 116px;
}

#category p+div,
#category p+ol,
#category p+p,
#category p+ul,
#page p+div,
#page p+ol,
#page p+p,
#page p+ul {
  margin-top: 1rem;
}

#category ul li::before,
#page ul li::before {
  background: #1a3b56;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 0.5rem;
  width: 10px;
}

#category ul li+li,
#page ul li+li {
  margin-top: 0.5rem;
}

#category ol,
#page ol {
  counter-reset: ol 0;
  padding-left: 0;
}

#category ol li::before,
#page ol li::before {
  align-items: baseline;
  background: #345ca7;
  border-radius: 3px;
  color: #fff;
  content: counter(ol);
  counter-increment: ol;
  display: inline-grid;
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  margin-right: 24px;
  place-content: center;
  width: 24px;
}

#category ol li+li,
#page ol li+li {
  margin-top: 18px;
}

#category table,
#page table {
  margin-block: 1rem;
  max-width: 100%;
}

#category table td,
#category table th,
#page table td,
#page table th {
  border: 2px solid #fff;
  padding: 1rem;
  text-align: center;
}

#category table th,
#page table th {
  background: #e9f4f9;
  font-weight: 700;
  width: 30%;
}

#category table.vertical,
#page table.vertical {
  display: table;
}

#category table.vertical td,
#category table.vertical th,
#page table.vertical td,
#page table.vertical th {
  display: table-cell;
}

@media screen and (max-width:750px){
  #page table.vertical tr th:first-child{
    width:20%;
  }

  #page table.vertical tr th{
    width:auto;
  }
}

#category a:not(.btn-internal > a):not(.btn-web > a):not(.btn-tel > a):not(.text-link > a):not(.pageindex-list li > a):not(.c-relationarticleList li > a):not(.toc-rightMenu li > a):not(.pageHeader_sponsor > a):not(.pageindex #toc .chapter .chapter-h-two > a),
#page a:not(.btn-internal > a):not(.btn-web > a):not(.btn-tel > a):not(.text-link > a):not(.pageindex-list li > a):not(.c-relationarticleList li > a):not(.toc-rightMenu li > a):not(.pageHeader_sponsor > a):not(.pageindex #toc .chapter .chapter-h-two > a) {
  text-decoration: underline;
}

#category a:not(.btn-internal > a):not(.btn-web > a):not(.btn-tel > a):not(.text-link > a):not(.pageindex-list li > a):not(.c-relationarticleList li > a):not(.toc-rightMenu li > a):not(.pageHeader_sponsor > a):not(.pageindex #toc .chapter .chapter-h-two > a):hover,
#page a:not(.btn-internal > a):not(.btn-web > a):not(.btn-tel > a):not(.text-link > a):not(.pageindex-list li > a):not(.c-relationarticleList li > a):not(.toc-rightMenu li > a):not(.pageHeader_sponsor > a):not(.pageindex #toc .chapter .chapter-h-two > a):hover {
  text-decoration: none;
}

.pageHeader {
  position: relative;
}

.pageHeader_logo {
  margin: 30px auto;
  max-width: 214px;
  transition-duration: 0.5s;
  transition-property: opacity;
}

@media screen and (max-width:750px) {
  .pageHeader_logo {
    margin: 15px 0 15px 15px;
    max-width: 240px;
    width: 37%;
  }
}

.pageHeader_logo:hover {
  opacity: 0.5;
  transition-property: opacity;
}

.pageHeader_title {
  font-size: clamp(2.13rem, calc(2.13rem + 1.1vw - 4.125px), 2.67rem);
  margin-top: 4px;
  text-align: center;
}

.pageHeader_sponsor {
  font-size: 11px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -15px;
}

@media screen and (max-width:750px) {
  .pageHeader_sponsor {
    margin-top: 10px;
  }
}

.pageHeader_sponsor a {
  text-decoration: none;
}

#pankuzu {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-top: 0 !important;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

#pankuzu a {
  text-decoration: none !important;
}

#pankuzu a:hover {
  text-decoration: underline !important;
}

.pageindex {
  background: #fff;
  border: 1px solid #1a3b56;
  border-radius: 10px;
  margin: 0 auto 100px auto;
  max-width: 750px;
  padding: 20px 43px 20px 43px;
}

@media screen and (max-width:750px) {
  .pageindex {
    padding: 15px;
    margin-bottom: 50px;
  }
}

.pageindexTitle {
  cursor: pointer;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

@media screen and (max-width:750px) {
   .pageindexTitle {
    font-size:18px;
  }
}


.pageindexTitle span {
  display: block;
}

.pageindexTitle::after {
  color: #c9c9c9;
  content: "＋";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 17px;
}

.pageindexTitle.-open::after {
  content: "－";
}

.pageindexList {
  margin-top: 30px;
}

.pageindexList a {
  font-weight: 600;
  padding: 3px 0px 3px 0;
  text-decoration: none;
  width: 97%;
}

.pageindex #toc .chapter .chapter-h-two {
  background: url(img/common/icon-down-gray.svg) no-repeat 100%/13px;
  margin-left: 17px;
  text-indent: -17px;
}

.pageindex #toc .chapter .chapter-h-two::before {
  background: #1a3b56;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 0.5rem;
  width: 10px;
}

@media screen and (max-width:750px) {
  .float-img img {
    width: 100%;
  }
}

.float-wrap p.catch {
  color: #1a3b56;
  font-size: 18px;
  font-weight: 700;
}

.float-wrap.ct p {
  text-align: left;
}

.float-wrap.ct p.catch {
  text-align: center;
}

.float-img.ct {
  margin-bottom: 28px;
}

.float-img.ct img {
  width: min(680px, 100%);
}

.float-img.fl {
  margin-bottom: 28px;
  margin-right: 28px;
}

@media screen and (max-width:750px) {
  .float-img.fl {
    margin-right: 0;
  }
}

.float-img.fr {
  margin-bottom: 28px;
  margin-left: 28px;
}

@media screen and (max-width:750px) {
  .float-img.fr {
    margin-left: 0;
  }
}

.catch {
  font-family: Noto Sans JP Subset, sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: "regular";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.caption {
  color: #c2c2c2;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  word-break: break-all;
	margin-top: 10px;
}

.flame+.caption {
  margin-top: 6px;
}

.sponsor-text {
  color: #7d7d7d;
  font-size: 13px;
  margin: 0 !important;
  padding-top: 10px;
}

@media screen and (max-width:750px) {
  .sponsor-text {
    font-size: 12px;
    padding-top: 0;
  }
}

.buttons {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.buttons .btn-internal,
.buttons .btn-tel,
.buttons .btn-text,
.buttons .btn-web,
.buttons .text-link {
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

@media screen and (max-width:750px) {

  .buttons .btn-internal,
  .buttons .btn-tel,
  .buttons .btn-text,
  .buttons .btn-web,
  .buttons .text-link {
    width: 100%;
  }

  .buttons {
    flex-direction: column;
  }
}

.buttons-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.btn-internal,
.btn-tel,
.btn-text,
.btn-web {
  margin: 50px auto;
  max-width: 400px;
  text-align: center;
}

.btn-internal a,
.btn-tel a,
.btn-text a,
.btn-web a {
  display: grid;
  font-size: 1rem;
  padding: 20px 54px 20px 20px;
  place-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

.btn-internal a:has(span),
.btn-tel a:has(span),
.btn-text a:has(span),
.btn-web a:has(span) {
  line-height: 1.1;
}

@media screen and (max-width:750px) {

  .btn-internal a,
  .btn-tel a,
  .btn-text a,
  .btn-web a {
    min-width: min(270px, 100%);
    width: 100%;
  }
}

.btn-internal {
  background: #e9902b url(img/common/icon-external.svg) no-repeat 94%/26px;
  border: 1px solid #e9902b;
  border-radius: 50vw;
  color: #fff;
}

.btn-internal:hover {
  opacity: 0.8;
}

.btn-web {
  background: #fff url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  border: 1px solid #1a3b56;
  border-radius: 50vw;
  color: #1a3b56;
}

.btn-web:hover {
  background: #1a3b56 url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  color: #fff;
}

.btn-tel {
  background: #62add1 url(img/common/icon-tel.svg) no-repeat 6%/30px;
  border: 1px solid #62add1;
  border-radius: 47px;
  color: #fff;
}

@media screen and (max-width:750px) {
  .btn-tel {
    display: block;
    width: 100%;
  }
}

.btn-tel a {
  padding-right: 43px;
}

.btn-tel a::after {
  left: 10px;
  position: absolute;
}

.btn-tel a:hover {
  background-color: #3f24cc;
  border-color: #fff;
  color: #fff;
}

.btn-tel a:hover::before {
  content: none;
}

@media screen and (max-width:750px) {
  .btn-tel a {
    min-width: min(270px, 100%);
    width: 100%;
  }

  .btn-tel a span:nth-of-type(1) {
    font-size: 20px;
  }

  .btn-tel a span:nth-of-type(2) {
    font-size: 16px;
  }
}

.btn-tel small {
  font-size: 0.7142857143em;
  line-height: 1.1;
}

.btn-text {
  justify-self: end;
  padding-block: 0.5rem;
  text-align: right;
}

.btn-text a {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  justify-content: end;
  min-height: auto;
}

.btn-text a::after {
  background: url(img/icon-link-h3.svg) 50% no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition: margin 0.3s;
  width: 24px;
}

.btn-text a:hover::after {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (max-width:750px) {
  .btn-text {
    text-align: revert;
    width: 100%;
  }

  .btn-text a {
    background: #fff;
    border: 3px solid #147ad7;
    border-radius: 9999px;
    color: #147ad7;
    display: grid;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    font-size: 18px;
    justify-content: center;
    padding: 27px 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  .btn-text a::after {
    content: none;
  }
}

.text-link,
.text-link a {
  text-align: right;
}

.text-link a {
  display: inline-block;
  padding-right: 50px;
  position: relative;
  text-decoration: none;
}

.text-link a::after {
  background: url(img/common/icon-arrowcircle-navy.svg) no-repeat 50%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.text-link a:hover::after {
  margin-left: 1rem;
  margin-right: 0;
}

.link-text a {
  align-items: center;
  display: inline-flex;
  margin-left: auto;
}

.link-text a::after {
  background: url(img/icon-link.svg) 50% no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 0.5rem;
  width: 18px;
}

.link-text a:hover {
  text-decoration: none;
}

table {
  width: 100%;
}

table th {
  background: #e9f4f9;
  font-weight: 700;
}

table td {
  background: #fafbfc;
}

@media screen and (max-width:750px) {

  table td,
  table th {
    display: block;
  }
}

span.marker {
  background: linear-gradient(transparent 60%, #b4e7e6 40%);
  font-weight: 700;
}

span.txt_bold {
  color: #e9902b;
  font-weight: 700;
}

span.underline {
  background-image: linear-gradient(#8bdedc, #8bdedc), linear-gradient(#8bdedc, #8bdedc), linear-gradient(#8bdedc, #8bdedc);
  background-position: 0 100%, 100% 100%, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 4px 4px, 4px 4px, 100% 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding-bottom: 4px;
}

@media screen and (max-width:750px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width:750px) {
  .sp_br {
    display: inline;
  }
}

.footer_sticky_nav {
  bottom: 0;
  height: 50vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease;
  width: 190px;
  z-index: 999;
}

.footer_sticky_nav.-isSticky {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width:750px) {
  .footer_sticky_nav {
    height: auto;
    position: sticky;
    width: 100%;
  }
}

.footer_sticky_nav_container {
  align-items: end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 1rem;
  width: 100%;
}

@media screen and (max-width:750px) {
  .footer_sticky_nav_container {
    flex-direction: row;
  }
}

.button-to-official {
  position: relative;
  z-index: 0;
}

.button-to-official::before {
  background-color: var(--color-white);
  border-bottom-left-radius: 12px;
  bottom: -12px;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  width: calc(100% - 16px);
  z-index: -1;
}

@media screen and (max-width:750px) {
  .button-to-official::before {
    content: none;
  }
}

.button-to-official:hover::before {
  opacity: 0.7;
}

.button-to-official a {
  align-items: end;
  background: var(--color-accent-orange);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: var(--color-white);
  display: grid;
  font-size: 18;
  font-weight: 700;
  gap: 0.5rem;
  grid-template-columns: 1fr 25px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 5;
}

.button-to-official a::after {
  background: url(img/icon-link-external.svg) 50% no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  margin-bottom: 2px;
  width: 25px;
}

.button-to-official a:hover {
  opacity: 0.9;
}

.button-to-official a img {
  aspect-ratio: 1;
  position: absolute;
  right: 16px;
  top: -20px;
  width: 63px;
}

@media screen and (max-width:750px) {
  .button-to-official a {
    align-items: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    grid-template-columns: 77px 1fr 25px;
    padding: 8px 20px 8px 4px;
    width: 260px;
  }

  .button-to-official a::after {
    height: 32px;
    margin-bottom: 0;
    width: 32px;
  }

  .button-to-official a img {
    margin-top: -2rem;
    position: static;
    width: 77px;
  }
}

.c-interview {
  background: #e9f4fa;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  margin-right: 15px;
  margin-top: 50px!important;
  margin-bottom: 100px;
  padding: 35px 56px;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-interview {
    padding: 35px 25px;
  }
}

.c-interview::before {
  background: url(img/common/icon-wquote.svg) no-repeat 0 0;
  height: 37px;
  left: 40px;
  top: -20px;
  width: 44px;
}

.c-interview::after,
.c-interview::before {
  content: "";
  display: block;
  position: absolute;
}

.c-interview::after {
  background: url(img/common/bg-dot.svg) repeat 0 0;
  border-radius: 10px;
  height: 100%;
  left: 15px;
  top: 15px;
  width: 100%;
  z-index: -2;
}

.c-interview-block {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 160px;
  margin-bottom: 30px;
}

@media screen and (max-width:750px) {
  .c-interview-block {
    gap: 0;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
}

.c-interview-ttl {
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 15px 30px;
}

@media screen and (max-width:750px) {
  .c-interview-about {
    order: 2;
  }
}

.c-interview-profile {
  text-align: center;
}

@media screen and (max-width:750px) {
  .c-interview-profile {
    align-items: end;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 91px;
    order: 1;
    position: absolute;
    right: 30px;
    top: -20px;
  }
}

.c-interview-profile img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}

.c-interview-profile .profile-photo {
  margin-bottom: 5px;
}

@media screen and (max-width:750px) {
  .c-interview-profile .profile-photo {
    order: 2;
  }
}

.c-interview-profile p {
  line-height: 1.5em;
}

@media screen and (max-width:750px) {
  .c-interview-profile p {
    order: 1;
    text-align: right;
  }
}

.c-interview-profile p span {
  display: block;
  font-weight: 600;
}

.c-interview .btn-area .btn-internal {
  margin: 0.5em auto !important;
  font-weight: 600;
}

.c-case {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 30px 60px 30px 0;
}

@media screen and (max-width:750px) {
  .c-case {
    padding: 35px 25px 35px 0px;
  }
}

.c-caseTitle {
  align-items: center;
  background: #fafbfc;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: 56px 1fr;
  padding: 14px 60px 14px 60px;
}

@media screen and (max-width:750px) {
  .c-caseTitle {
    gap: 10px;
    padding: 14px 20px 14px 20px;
  }
}

.c-caseTitlecopy {
  font-size: 22px;
  font-weight: 700;
}

.c-caseText {
  margin-left: 60px;
  margin-top: 20px;
}

@media screen and (max-width:750px) {
  .c-caseText {
    margin-left: 25px;
    margin-top: 20px;
  }
}

.c-Sponsor_contents {
  display: grid;
  gap: 30px;
  grid-template-columns: 334px 1fr;
}

@media screen and (max-width:750px) {
  .c-Sponsor_contents {
    grid-template-columns: 1fr;
  }
}

.c-Sponsor_block01Item {
  border-bottom: 1px solid #1a3b56;
  border-left: 1px solid #1a3b56;
  padding: 37px 0px 37px 35px;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-Sponsor_block01Item {
    margin-bottom: 10px;
    padding: 12px 0px 16px 20px;
  }
}

.c-Sponsor_block01Item:after {
  bottom: 1px;
  color: #2ac3bf;
  content: "●";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}

.c-Sponsor_block01Itemviser {
  font-size: clamp(1.13rem, calc(1.13rem + 0.41vw - 1.5375px), 1.33rem);
  font-weight: 600;
  margin-bottom: 37px;
}

@media screen and (max-width:750px) {
  .c-Sponsor_block01Itemviser {
    margin-bottom: 10px;
  }
}

.c-Sponsor_block01Itemoffice {
  font-size: clamp(1.47rem, calc(1.47rem + 0.83vw - 3.1125px), 1.87rem);
  font-weight: 600;
  line-height: 1.4em;
}

.c-Sponsor_block01Itemoffice span {
  color: #3779b9;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.c-Sponsor_block02 {
  background: #e9f4fa;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  margin-right: 15px;
  padding: 35px 56px;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-Sponsor_block02 {
    padding: 35px 25px;
  }
}

.c-Sponsor_block02::before {
  background: url(img/common/icon-wquote.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 37px;
  left: 40px;
  position: absolute;
  top: -20px;
  width: 44px;
}

@media screen and (max-width:750px) {
  .c-Sponsor_block02::before {
    width: 31px;
  }
}

.c-Sponsor_block02::after {
  background: url(img/common/bg-dot.svg) repeat 0 0;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -2;
}

.c-Sponsor_block02-btn {
  background: #1a3b56;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -45px;
  color: #fff;
  cursor: pointer;
  padding: 10px 0 10px 20px;
  position: absolute;
  right: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  width: 137px;
}

@media screen and (max-width:750px) {
  .c-Sponsor_block02-btn {
    padding: 10px 36px 10px 20px;
  }
}

.c-Sponsor_block02-btn:hover {
  opacity: 0.7;
}

.c-Sponsor_block02-btn::after {
  color: #fff;
  content: "＋";
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.c-Sponsor_block02-btn.-open::after {
  content: "－";
}

.c-Sponsor_block02 .text-link {
  margin-top: 20px;
}

.c-Sponsor_about {
  display: grid;
  grid-template-columns: 1fr 165px;
  grid-template-rows: max-content max-content 1fr auto;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
}

@media screen and (max-width:750px) {
  .c-Sponsor_about {
    display: block;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.c-Sponsor_aboutItem {
  padding: 30px 0 0 0;
}

@media screen and (max-width:750px) {
  .c-Sponsor_aboutItem {
    padding: 10px 0 20px 0;
  }
}

.c-Sponsor_aboutItemNumber {
  font-size: clamp(1.33rem, calc(1.33rem + 0.69vw - 2.5875px), 1.67rem);
  font-weight: 600;
  margin-bottom: 25px;
}

@media screen and (max-width:750px) {
  .c-Sponsor_aboutItemNumber {
    margin-bottom: 0px;
  }
}

.c-Sponsor_aboutItemNumber span {
  font-size: 25px;
}

.c-Sponsor_aboutItemArea {
  font-size: clamp(0.87rem, calc(0.87rem + 0.41vw - 1.5375px), 1.07rem);
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width:750px) {
  .c-Sponsor_aboutItemArea {
    text-align: center;
  }

  .c-Sponsor_aboutItemArea .link-btn {
    margin: 10px auto;
  }
}

.c-Sponsor_aboutItemArea .btn-internal {
  margin: 0 auto;
  margin-top: 10px !important;
}

.c-Sponsor_about-name {
  text-align: center;
}

.c-Sponsor_about-name img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}

.c-Sponsor_about-name .specialty {
  background: #1a3b56;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(0.87rem, calc(0.87rem + 0.14vw - 0.525px), 0.93rem);
  font-weight: 600;
  margin: 10px auto 0 auto;
  max-width: 180px;
  padding: 6px 0;
}

.c-Sponsor_about-name .name {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width:750px) {
  .c-Sponsor_about-name .name {
    margin-bottom: 20px;
  }
}

.c-Sponsor_consullist {
  grid-area: 2/1/3/3;
  margin-left: 20px;
  margin-top: 20px;
}

.c-Sponsor_consullist li {
  font-size: 14px;
  margin: 0 0 8px 0;
  text-align: left;
  text-indent: -1.3em;
}

.c-Sponsor_consullist li:before {
  background: #1a3b56;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 0.5rem;
  width: 10px;
}

/*# sourceMappingURL=common.css.map */