@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media (min-width: 981px) {
  a[id] {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 980px) {
  a[id] {
    scroll-margin-top: 70px;
  }
}

:root {
  --col-red:#D03E3E;
  --col-darkred:#8E1313;
  --col-yellow:#FFEC44;
  --col-green:#107D39;
  --col-blue:#202c95;
  --col-lightgreen:#C1E9D1;
  --col-black:#343434;
  --col-gra-green:linear-gradient(0deg, #107d39, #41c071);
  --col-gra-blue:linear-gradient(0deg, #202c95, #5160dc);
  --col-gra-red:linear-gradient(0deg, #981c1b, #ee5151);
}

:root {
  --font-size-30:clamp(23.5px,3.0vw,30px);
  --font-size-29:clamp(23px,2.9vw,29px);
  --font-size-28:clamp(22.5px,2.8vw,28px);
  --font-size-27:clamp(22px,2.7vw,27px);
  --font-size-26:clamp(21.5px,2.6vw,26px);
  --font-size-25:clamp(21px,2.5vw,25px);
  --font-size-24:clamp(20.5px,2.4vw,24px);
  --font-size-23:clamp(20px,2.3vw,23px);
  --font-size-22:clamp(19.5px,2.2vw,22px);
  --font-size-21:clamp(19px,2.1vw,21px);
  --font-size-20:clamp(17.5px,2.0vw,20px);
  --font-size-19:clamp(17px,1.9vw,19px);
  --font-size-18:clamp(16.5px,1.8vw,18px);
  --font-size-17:clamp(16px,1.7vw,17px);
  --font-size-16:clamp(15px,1.6vw,16px);
  --font-size-15:clamp(14px,1.5vw,15px);
  --font-size-14:clamp(13px,1.4vw,14px);
  --font-size-13:clamp(12px,1.3vw,13px);
}

:root {
  --mvalue-120:clamp(75px, 12vw, 120px);
  --mvalue-110:clamp(70px, 11vw, 110px);
  --mvalue-100:clamp(60px, 10vw, 100px);
  --mvalue-90:clamp(50px, 9vw, 90px);
  --mvalue-80:clamp(45px, 8vw, 80px);
  --mvalue-70:clamp(40px, 7vw, 70px);
  --mvalue-60:clamp(35px, 6vw, 60px);
  --mvalue-50:clamp(30px, 5vw, 50px);
  --mvalue-40:clamp(25px, 4vw, 40px);
  --mvalue-30:clamp(20px, 3vw, 30px);
  --mvalue-20:clamp(10px, 2vw, 20px);
  --mvalue-15:15px;
  --mvalue-10:10px;
  --mvalue-5:5px;
}

._mt5 {
  margin-top: var(--mvalue-5) !important;
}

._mt10 {
  margin-top: var(--mvalue-10) !important;
}

._mt15 {
  margin-top: var(--mvalue-15) !important;
}

._mt20 {
  margin-top: var(--mvalue-20) !important;
}

._mt30 {
  margin-top: var(--mvalue-30) !important;
}

._mt40 {
  margin-top: var(--mvalue-40) !important;
}

._mt50 {
  margin-top: var(--mvalue-50) !important;
}

._mt60 {
  margin-top: var(--mvalue-60) !important;
}

._mt70 {
  margin-top: var(--mvalue-70) !important;
}

._mt80 {
  margin-top: var(--mvalue-80) !important;
}

._mt90 {
  margin-top: var(--mvalue-90) !important;
}

._mt100 {
  margin-top: var(--mvalue-100) !important;
}

._mt110 {
  margin-top: var(--mvalue-110) !important;
}

._mt120 {
  margin-top: var(--mvalue-120) !important;
}

._mb5 {
  margin-bottom: var(--mvalue-5) !important;
}

._mb10 {
  margin-bottom: var(--mvalue-10) !important;
}

._mb15 {
  margin-bottom: var(--mvalue-15) !important;
}

._mb20 {
  margin-bottom: var(--mvalue-20) !important;
}

._mb30 {
  margin-bottom: var(--mvalue-30) !important;
}

._mb40 {
  margin-bottom: var(--mvalue-40) !important;
}

._mb50 {
  margin-bottom: var(--mvalue-50) !important;
}

._mb60 {
  margin-bottom: var(--mvalue-60) !important;
}

._mb70 {
  margin-bottom: var(--mvalue-70) !important;
}

._mb80 {
  margin-bottom: var(--mvalue-80) !important;
}

._mb90 {
  margin-bottom: var(--mvalue-90) !important;
}

._mb100 {
  margin-bottom: var(--mvalue-100) !important;
}

._mb110 {
  margin-bottom: var(--mvalue-110) !important;
}

._mb120 {
  margin-bottom: var(--mvalue-120) !important;
}

._pb5 {
  padding-bottom: var(--mvalue-5) !important;
}

._pb10 {
  padding-bottom: var(--mvalue-10) !important;
}

._pb15 {
  padding-bottom: var(--mvalue-15) !important;
}

._pb20 {
  padding-bottom: var(--mvalue-20) !important;
}

._pb30 {
  padding-bottom: var(--mvalue-30) !important;
}

._pb40 {
  padding-bottom: var(--mvalue-40) !important;
}

._pb50 {
  padding-bottom: var(--mvalue-50) !important;
}

._pb60 {
  padding-bottom: var(--mvalue-60) !important;
}

._pb70 {
  padding-bottom: var(--mvalue-70) !important;
}

._pb80 {
  padding-bottom: var(--mvalue-80) !important;
}

._pb90 {
  padding-bottom: var(--mvalue-90) !important;
}

._pb100 {
  padding-bottom: var(--mvalue-100) !important;
}

._pb110 {
  padding-bottom: var(--mvalue-110) !important;
}

._pb120 {
  padding-bottom: var(--mvalue-120) !important;
}

._pt5 {
  padding-top: var(--mvalue-5) !important;
}

._pt10 {
  padding-top: var(--mvalue-10) !important;
}

._pt15 {
  padding-top: var(--mvalue-15) !important;
}

._pt20 {
  padding-top: var(--mvalue-20) !important;
}

._pt30 {
  padding-top: var(--mvalue-30) !important;
}

._pt40 {
  padding-top: var(--mvalue-40) !important;
}

._pt50 {
  padding-top: var(--mvalue-50) !important;
}

._pt60 {
  padding-top: var(--mvalue-60) !important;
}

._pt70 {
  padding-top: var(--mvalue-70) !important;
}

._pt80 {
  padding-top: var(--mvalue-80) !important;
}

._pt90 {
  padding-top: var(--mvalue-90) !important;
}

._pt100 {
  padding-top: var(--mvalue-100) !important;
}

._pt110 {
  padding-top: var(--mvalue-110) !important;
}

._pt120 {
  padding-top: var(--mvalue-120) !important;
}

._txt-l {
  text-align: left;
}

._txt-c {
  text-align: center;
}

._txt-r {
  text-align: right;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--font-size-17);
  color: var(--col-black);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* 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: var(--col-red);
}

/**
 * 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;
}

img {
  max-width: 100%;
}

/* 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 */
}

/**
 * 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"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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;
}

header {
  position: fixed;
  background-color: #FFF9F0;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.16);
}
@media (min-width: 981px) {
  header {
    height: 100px;
  }
}
@media (max-width: 980px) {
  header {
    height: 70px;
  }
}
header > div {
  width: 95%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
header > div > a.header-h1 {
  display: block;
  height: 80%;
}
header > div > a.header-h1 > picture {
  display: block;
  height: 100%;
}
header > div > a.header-h1 > picture > img {
  width: auto;
  height: 100%;
}
header > div > a.header-h1 > h1 {
  display: none;
}

.totop {
  position: fixed;
  bottom: clamp(61px, 16.5vw, 85px);
  right: clamp(8px, 2vw, 24px);
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.totop > a {
  position: absolute;
  width: clamp(55px, 15vw, 68px);
  aspect-ratio: 1 / 1;
}

.is-scrolled .totop {
  opacity: 1;
  pointer-events: auto;
}

footer {
  background-color: #F5EBDD;
  padding-top: var(--mvalue-20);
}
footer > section.fot-box1 {
  width: 100%;
  background-image: url("../img/material/fot-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102% auto;
  padding: clamp(0.75em, 2vw, 3em) 0;
}
@media (max-width: 1920px) {
  footer > section.fot-box1 {
    background-size: auto 102%;
  }
}
footer > section.fot-box1 > div {
  width: 95%;
  max-width: 1200px;
  border: solid 1px #FFFFFF;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (min-width: 769px) {
  footer > section.fot-box1 > div {
    justify-content: space-between;
    padding: 1.5em clamp(2em, 4.2vw, 4em);
  }
}
@media (max-width: 768px) {
  footer > section.fot-box1 > div {
    flex-flow: column;
    grid-gap: 2em;
    padding: 1.5em clamp(1em, 2.2vw, 4em);
  }
}
footer > section.fot-box1 > div > picture {
  max-width: 430px;
}
@media (min-width: 769px) {
  footer > section.fot-box1 > div > picture {
    width: 42%;
  }
}
@media (max-width: 768px) {
  footer > section.fot-box1 > div > picture {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 769px) {
  footer > section.fot-box1 > div > div {
    padding-top: 1em;
    width: 52%;
  }
}
@media (max-width: 768px) {
  footer > section.fot-box1 > div > div {
    width: 100%;
    max-width: 430px;
    order: 1;
  }
}
footer > section.fot-box1 > div > div > strong {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
footer > section.fot-box1 > div > div > h2 {
  margin: 0 0 var(--mvalue-20);
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 768px) {
  footer > section.fot-box1 > div > div > h2 {
    font-size: min(5.1vw, 22px);
  }
}
footer > section.fot-box1 > div > div > address {
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: var(--mvalue-30);
}
@media (max-width: 768px) {
  footer > section.fot-box1 > div > div > address {
    margin-bottom: var(--mvalue-60);
  }
}
footer > section.fot-box1 > div > div > address > p {
  margin: 0.75em 0;
}
footer > section.fot-box1 > div > div > address > p span {
  display: block;
}
footer > section.fot-box1 > div > div > address > p span a {
  color: #fff;
  display: inline-block;
  padding: 0 0.25em;
  transition: 0.3s;
}
footer > section.fot-box1 > div > div > address > p span a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
footer > section.fot-box1 > div > div > p {
  display: flex;
  grid-gap: 1.25em;
}
footer > section.fot-box1 > div > div > p a {
  transition: 0.3s;
}
footer > section.fot-box1 > div > div > p a:hover {
  opacity: 0.7;
}
footer > section.fot-box2 > ul {
  display: flex;
  justify-content: center;
  grid-gap: 0.2em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  footer > section.fot-box2 > ul {
    padding: 2em 0 3em;
  }
}
@media (max-width: 768px) {
  footer > section.fot-box2 > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px 0;
  }
  footer > section.fot-box2 > ul > li {
    padding: 1px;
  }
}
footer > section.fot-box2 > ul a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  grid-gap: 0.5em;
  color: #343434;
  line-height: 1.4;
  font-size: clamp(15px, 1.5vw, 17px);
}
footer > section.fot-box2 > ul a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
@media (min-width: 769px) {
  footer > section.fot-box2 > ul a {
    padding: 0.2em clamp(0.5em, 1.5vw, 1.5em) 0.2em 0;
  }
}
@media (max-width: 768px) {
  footer > section.fot-box2 > ul a {
    padding: 0.5em 1em;
    border: solid 1px #707070;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
footer > section.fot-box2 > ul a:before {
  content: "";
  width: clamp(8px, 1.5vw, 10px);
  min-width: clamp(8px, 1.5vw, 10px);
  aspect-ratio: 1 / 1;
  background-color: #2F4C73;
  border-radius: 50%;
  display: block;
}
footer > small {
  display: block;
  text-align: center;
  width: 100%;
  padding: clamp(1.5em, 1.75vw, 2em) 0 clamp(2em, 2vw, 4em);
  background-color: #E7C768;
}

.box-kv {
  position: relative;
  width: 100%;
  min-height: 450px;
  max-height: 650px;
  border-top: solid 9px #2F4C73;
}
@media (min-width: 981px) {
  .box-kv {
    margin-top: 100px;
  }
}
@media (max-width: 980px) {
  .box-kv {
    margin-top: 70px;
  }
}
@media (min-width: 981px) {
  .box-kv {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 980px) {
  .box-kv {
    width: 100%;
    overflow: hidden;
  }
}
.box-kv > div.kv-img {
  min-height: 450px;
  max-height: 650px;
  display: flex;
}
@media (min-width: 981px) {
  .box-kv > div.kv-img {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 980px) {
  .box-kv > div.kv-img {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1050px) {
  .box-kv > div.kv-img {
    flex-wrap: wrap;
    height: 450px;
  }
}
.box-kv > div.kv-img > picture {
  display: block;
  position: relative;
  height: 100%;
}
@media (min-width: 1351px) {
  .box-kv > div.kv-img > picture {
    width: 25%;
  }
}
@media (max-width: 1350px) and (min-width: 1051px) {
  .box-kv > div.kv-img > picture {
    width: calc(100% / 3);
  }
  .box-kv > div.kv-img > picture:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1050px) {
  .box-kv > div.kv-img > picture {
    width: 50%;
    height: 50%;
  }
}
.box-kv > div.kv-img > picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.box-kv > div.kv-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  grid-gap: clamp(1.5em, 2vw, 3em);
  padding: 0.5em 0 0;
}
.box-kv > div.kv-txt > picture {
  width: 384px;
  aspect-ratio: 1 / 1;
  display: block;
}
@media (min-width: 1351px) {
  .box-kv > div.kv-txt > picture {
    max-width: 21vw;
  }
}
@media (max-width: 1350px) {
  .box-kv > div.kv-txt > picture {
    max-width: clamp(250px, 30vw, 384px);
  }
}
.box-kv > div.kv-txt > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-kv > div.kv-txt > p {
  max-width: 90%;
  background-color: #2F4C73;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  padding: 0.75em 2.5em;
  border-radius: 50px;
  margin: 0;
  text-align: center;
}
@media (min-width: 1351px) {
  .box-kv > div.kv-txt > p {
    font-size: clamp(19px, 1.6vw, 32px);
  }
}
@media (max-width: 1350px) {
  .box-kv > div.kv-txt > p {
    font-size: clamp(19px, 2vw, 32px);
  }
}

.topsec {
  width: 100%;
  position: relative;
}
.topsec.-box1 {
  background-image: url("../img/material/top-bg.png");
  background-repeat: no-repeat;
  background-size: auto 105%;
  background-position: center;
}
@media (min-width: 1950px) {
  .topsec.-box1 {
    background-size: 105% auto;
  }
}
.topsec.-box1 > div {
  width: 90%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.topsec.-box1 .topmenu {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 769px) {
  .topsec.-box1 .topmenu {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .topsec.-box1 .topmenu {
    flex-flow: column;
    grid-gap: 2em;
  }
}
@media (min-width: 769px) {
  .topsec.-box1 .topmenu > picture {
    width: 55%;
    max-width: 525px;
  }
}
@media (max-width: 768px) {
  .topsec.-box1 .topmenu > picture {
    width: 80%;
    max-width: 350px;
  }
}
.topsec.-box1 .topmenu > ul {
  display: flex;
  flex-flow: column;
  grid-gap: clamp(0.5em, 2vw, 1em);
  width: 650px;
}
@media (min-width: 769px) {
  .topsec.-box1 .topmenu > ul {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .topsec.-box1 .topmenu > ul {
    width: 100%;
    max-width: 650px;
  }
}
@media (min-width: 769px) {
  .topsec.-box1 .topmenu > ul li {
    width: 90%;
    max-width: 370px;
    margin-left: auto;
  }
}
.topsec.-box1 .topmenu > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(0.5em, 3.2vw, 1em) clamp(50px, 12vw, 115px) clamp(0.5em, 3.2vw, 1em) clamp(1em, 3vw, 1.5em);
  line-height: 1.4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 500;
  transition: 0.3s;
  background: linear-gradient(90deg, #4472c4 0%, #223962 100%);
  transition: 0.3s;
}
@media (min-width: 980px) {
  .topsec.-box1 .topmenu > ul li a {
    min-height: 78px;
  }
}
.topsec.-box1 .topmenu > ul li a:hover {
  opacity: 0.9;
}
.topsec.-box1 .topmenu > ul li a:after {
  content: "";
  width: clamp(32px, 6.1vw, 59px);
  display: block;
  aspect-ratio: 1 / 1;
  background-image: url("../img/material/icon-arrow_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: clamp(5px, 1vw, 10px);
}
.topsec.-box2 {
  background-image: url("../img/material/contents-bg.png");
  background-size: auto;
  background-position: center;
}
.topsec.-box2 > p.tm-link_2 {
  margin: 0;
}
.topsec.-box2 .topfbox1 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .topsec.-box2 .topfbox1 {
    flex-flow: column;
    grid-gap: 2em;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 2em clamp(1em, 4.3vw, 5em) 3em;
  }
}
.topsec.-box2 .topfbox1 > div {
  max-width: 1000px;
  margin-left: auto;
}
@media (min-width: 981px) {
  .topsec.-box2 .topfbox1 > div {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    width: 73%;
    padding: 2em clamp(2.5em, 4.3vw, 5em) 3em clamp(9em, 15.3vw, 12em);
  }
}
@media (max-width: 980px) {
  .topsec.-box2 .topfbox1 > div {
    width: 100%;
  }
}
.topsec.-box2 .topfbox1 > div > h3 {
  font-size: clamp(19px, 2.1vw, 30px);
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2F4C73;
}
.topsec.-box2 .topfbox1 > div > p {
  margin: 0;
}
.topsec.-box2 .topfbox1 > div > div.tgb1-list {
  border: solid 2px #DC830E;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.25em 1em;
  padding: 1.25em clamp(1em, 3vw, 2.5em);
}
.topsec.-box2 .topfbox1 > div > div.tgb1-list > span {
  display: flex;
  align-items: center;
  grid-gap: 0.5em;
}
@media (min-width: 651px) {
  .topsec.-box2 .topfbox1 > div > div.tgb1-list > span {
    white-space: nowrap;
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  .topsec.-box2 .topfbox1 > div > div.tgb1-list > span {
    line-height: 1.4;
    font-size: 14px;
  }
}
.topsec.-box2 .topfbox1 > div > div.tgb1-list > span:before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1 / 1;
  background-color: #DC830E;
  border-radius: 50%;
}
.topsec.-box2 .topfbox1 > picture {
  max-width: 519px;
}
@media (min-width: 981px) {
  .topsec.-box2 .topfbox1 > picture {
    width: 38%;
    position: absolute;
    margin-right: auto;
  }
}
@media (max-width: 980px) {
  .topsec.-box2 .topfbox1 > picture {
    width: 100%;
  }
}
.topsec.-box2 .topfbox2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 769px) {
  .topsec.-box2 .topfbox2 {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .topsec.-box2 .topfbox2 {
    flex-flow: column;
    grid-gap: 1px;
    width: 90%;
    max-width: 519px;
  }
}
.topsec.-box2 .topfbox2 > a {
  display: flex;
  background-color: #2F4C73;
  color: #fff;
  transition: 0.3s;
}
.topsec.-box2 .topfbox2 > a:hover {
  opacity: 0.925;
}
@media (min-width: 769px) {
  .topsec.-box2 .topfbox2 > a {
    width: calc(50% - 1px);
    padding: clamp(1em, 3vw, 3em) clamp(1em, 2vw, 2em);
  }
}
@media (max-width: 768px) {
  .topsec.-box2 .topfbox2 > a {
    width: 100%;
    padding: 1.25em 0.75em 1.25em 1.15em;
  }
}
.topsec.-box2 .topfbox2 > a > div {
  height: 100%;
  width: 80%;
}
.topsec.-box2 .topfbox2 > a > div h3 {
  margin: 0 0 0.5em;
  font-weight: 600;
  display: flex;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media (min-width: 651px) {
  .topsec.-box2 .topfbox2 > a > div h3 {
    font-size: clamp(18px, 2.1vw, 29px);
  }
}
@media (max-width: 650px) {
  .topsec.-box2 .topfbox2 > a > div h3 {
    flex-flow: column;
    font-size: min(6.5vw, 22px);
  }
}
.topsec.-box2 .topfbox2 > a > div h3 > span {
  font-size: clamp(12px, 1.6vw, 19px);
  font-weight: 500;
  color: #CECECE;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (min-width: 651px) {
  .topsec.-box2 .topfbox2 > a > div h3 > span {
    border-left: solid 1px #fff;
    margin-left: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 650px) {
  .topsec.-box2 .topfbox2 > a > div h3 > span {
    margin-top: 5px;
  }
}
.topsec.-box2 .topfbox2 > a > div p {
  margin: 0;
  line-height: 1.5;
  font-size: clamp(14px, 1.5vw, 15px);
  letter-spacing: 0.04em;
}
.topsec.-box2 .topfbox2 > a:before {
  content: "";
  display: block;
  width: 20%;
  background-repeat: no-repeat;
  background-position: center left;
}
.topsec.-box2 .topfbox2 > a.-icon_1:before {
  background-image: url("../img/material/icon-hukidashi.png");
  background-size: 69%;
}
.topsec.-box2 .topfbox2 > a.-icon_2:before {
  background-image: url("../img/material/icon-file.png");
  background-size: 52%;
}

.loopSwiper {
  width: 100%;
  overflow: hidden;
}
.loopSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.loopSwiper .swiper-slide {
  width: clamp(225px, 30vw, 384px);
  flex-shrink: 0;
}
.loopSwiper .swiper-slide img {
  display: block;
  width: clamp(225px, 30vw, 384px);
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

#wrapper.-bg1 {
  background-image: url(../img/material/contents-bg.png);
  background-size: auto;
  background-position: top;
  padding: 0.1px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.page-title {
  position: relative;
  width: 100%;
}
@media (min-width: 981px) {
  .page-title {
    margin-top: 100px;
  }
}
@media (max-width: 980px) {
  .page-title {
    margin-top: 70px;
  }
}
.page-title > div.-img {
  width: 100%;
  background-color: #EDEFF3;
  padding: 0.5em 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.16) inset;
}
.page-title > div.-img > picture {
  display: block;
  width: 25%;
  aspect-ratio: 1.22 / 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1250px) and (min-width: 411px) {
  .page-title > div.-img > picture {
    width: calc(100% / 3);
  }
  .page-title > div.-img > picture:last-child {
    display: none;
  }
}
@media (max-width: 410px) {
  .page-title > div.-img > picture {
    width: calc(100% / 2);
  }
}
.page-title > div.-img > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.page-title > div.-title {
  width: 95%;
  max-width: 1335px;
  margin-left: auto;
  margin-right: auto;
  border-radius: clamp(10px, 3vw, 30px);
  margin-top: -65px;
  position: relative;
  background-color: #fff;
  padding: clamp(1em, 2.4vw, 2.5em) 1em clamp(2em, 3.7vw, 3.5em);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1250px) {
  .page-title > div.-title {
    margin-top: -45px;
  }
}
@media (max-width: 410px) {
  .page-title > div.-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
  }
}
.page-title > div.-title > h2 {
  margin: 0 0 0.7em;
  font-size: clamp(24.5px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-title > div.-title > p {
  margin: 0;
  font-size: clamp(16px, 2vw, 30px);
  width: 100%;
  max-width: 1100px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-title > div.-title > p {
    text-align: left;
  }
  .page-title > div.-title > p br {
    display: none;
  }
}

.page-title_2 {
  width: 100%;
  background-color: #0C2648;
  position: relative;
  overflow: hidden;
  padding: 0.1px 0 1em;
  border-bottom: solid 6px #940000;
}
.page-title_2:before {
  content: "";
  display: block;
  width: min(60vw, 384px);
  aspect-ratio: 1 / 1;
  background-image: url("../img/material/kv-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.15;
}
.page-title_2 > h1 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: clamp(25px, 4.7vw, 47px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: var(--mvalue-110);
  position: relative;
}
@media (max-width: 550px) {
  .page-title_2 > h1 {
    margin-top: var(--mvalue-70);
  }
}
@media (min-width: 551px) {
  .page-title_2 > h1 > br {
    display: none;
  }
}
.page-title_2 > ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 5px;
  position: relative;
}
@media (max-width: 550px) {
  .page-title_2 > ul {
    margin-top: var(--mvalue-50);
  }
}
.page-title_2 > ul > li a {
  display: flex;
  align-items: center;
  line-height: 1;
  grid-gap: 0.5em;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: underline;
  font-size: var(--font-size-16);
}
.page-title_2 > ul > li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page-title_2 > ul > li a:before {
  content: "";
  width: 10px;
  aspect-ratio: 1 / 1;
  display: block;
  background-color: #FF4444;
  border-radius: 50%;
}

.pan {
  width: 95%;
  max-width: 1335px;
  font-size: var(--font-size-15);
  display: flex;
  flex-wrap: wrap;
  grid-gap: 7px 9px;
}
.pan > * {
  color: #343434;
  display: flex;
  line-height: 1.3;
}
.pan > *:not(:first-child):before {
  content: "";
  display: block;
  background-image: url("../img/material/icon-arrow_4.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9px;
  min-width: 9px;
  height: 14px;
  margin-right: 9px;
  transform: translateY(3px);
}
.pan a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.contents-box {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.mem-directive {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.mem-directive .-movlist {
  width: 100%;
}
@media (max-width: 650px) {
  .mem-directive .-movlist {
    max-width: 90%;
  }
}
@media (min-width: 651px) {
  .mem-directive .-movlist._va1 {
    max-width: 700px;
  }
}
.mem-directive .-movlist._va2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em 1em;
}
@media (max-width: 980px) {
  .mem-directive .-movlist._va2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .mem-directive .-movlist._va2 {
    grid-template-columns: 1fr;
  }
}
.mem-directive .-movlist._va2 .-list > li {
  font-size: var(--font-size-14);
}
.mem-directive .-movlist._va2 .-list > li > strong {
  width: 4.5rem;
}
.mem-directive .-movlist._va2 .-list > li > p {
  width: calc(100% - 5.5rem);
}
.mem-directive .-movlist .-video {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  margin-bottom: 15px;
}
.mem-directive .-movlist .-video iframe {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}
.mem-directive .-movlist .-list {
  display: flex;
  flex-flow: column;
  grid-gap: 5px;
}
.mem-directive .-movlist .-list > li {
  background-color: #F1F1F1;
  display: flex;
  font-size: clamp(14px, 1.4vw, 16px);
  padding: 0.25em 1em;
}
.mem-directive .-movlist .-list > li > strong {
  width: 5rem;
  position: relative;
  font-weight: 500;
}
.mem-directive .-movlist .-list > li > strong:after {
  content: ":";
  position: absolute;
  right: 0;
}
.mem-directive .-movlist .-list > li > p {
  width: calc(100% - 6rem);
  font-weight: 500;
  margin: 0 0 0 auto;
}

@media (min-width: 981px) {
  .menu-button {
    display: none;
  }
}
@media (max-width: 980px) {
  .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border: solid 2px #000;
    width: 70px;
    aspect-ratio: 1 / 1;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.3s;
    z-index: 11;
  }
  .menu-button > span {
    width: 65%;
    height: 3px;
    position: absolute;
    background-color: #fff;
  }
  .menu-button > span:before, .menu-button > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: #fff;
    transform: rotate(0);
    transition: top 0.2s ease 0.2s, bottom 0.2s ease 0.2s, transform 0.2s ease 0s;
  }
  .menu-button > span:before {
    top: clamp(7px, 2vw, 10px);
  }
  .menu-button > span:after {
    bottom: clamp(7px, calc(2vw - 1px), 10px);
  }

  .is-menu-open .menu-button {
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #000;
    top: 10px;
    right: 10px;
  }
  .is-menu-open .menu-button > span {
    width: 50%;
    background-color: transparent;
  }
  .is-menu-open .menu-button > span:before, .is-menu-open .menu-button > span:after {
    background-color: #000;
    transition: top 0.2s ease 0s, bottom 0.2s ease 0s, transform 0.2s ease 0.2s;
  }
  .is-menu-open .menu-button > span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .is-menu-open .menu-button > span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
@media (min-width: 981px) {
  #global-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
  }
  #global-nav > ul {
    margin-right: 3%;
    height: 100px;
  }
  #global-nav > ul.global-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 3px;
  }
  #global-nav > ul.global-nav__list > li {
    height: 100%;
    position: relative;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn) {
    z-index: 1;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn) > a,
  #global-nav > ul.global-nav__list > li:not(.gm-btn) > span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(15px, 1.35vw, 17px);
    padding: 0 clamp(0.5em, 1vw, 1em);
    cursor: pointer;
    color: #343434;
    text-decoration: none;
    grid-gap: 0.5em;
    font-weight: 500;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn) > a:before,
  #global-nav > ul.global-nav__list > li:not(.gm-btn) > span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F5BB35;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn).sub-menu > div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    width: max-content;
    height: 0;
    opacity: 0;
    position: absolute;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn).sub-menu > div > button.spac {
    display: none;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn).sub-menu > div a {
    display: block;
    white-space: nowrap;
    padding: 0.5em 1em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: #000;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn).sub-menu > div a:hover {
    opacity: 0.8;
  }
  #global-nav > ul.global-nav__list > li:not(.gm-btn):hover > a,
  #global-nav > ul.global-nav__list > li:not(.gm-btn):hover > span {
    opacity: 0.8;
  }
  #global-nav > ul.global-nav__list > li.gm-btn {
    position: absolute;
    display: flex;
    flex-flow: column;
    grid-gap: 1em;
    right: 0;
    top: 115px;
    height: initial;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    background-color: #000;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 1em 0 2em;
    grid-gap: 0.5em;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 0px 6px 1px white;
    letter-spacing: 0.04em;
    font-weight: 500;
    transition: 0.3s;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a:hover {
    opacity: 0.9;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a:before {
    content: "";
    width: 21px;
    height: 24px;
    display: block;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a.-icon1 {
    background-color: #C84B4B;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a.-icon1:before {
    background-image: url("../img/material/icon-arrow_3.png");
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a.-icon2 {
    background-color: #DC830E;
  }
  #global-nav > ul.global-nav__list > li.gm-btn > a.-icon2:before {
    background-image: url("../img/material/icon-mail.png");
  }
}
@media (max-width: 980px) {
  .is-menu-open #global-nav {
    right: 0;
  }

  #global-nav {
    position: fixed;
    width: 95%;
    max-width: 760px;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #000;
    transition: 0.5s;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #global-nav::-webkit-scrollbar {
    display: none;
  }
  #global-nav > ul {
    width: 100%;
    margin-top: 100px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  #global-nav > ul > li {
    position: relative;
  }
  #global-nav > ul > li:not(.gm-btn) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  #global-nav > ul > li:not(.gm-btn) > a,
  #global-nav > ul > li:not(.gm-btn) > span {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 1em 0.75em;
    width: calc(100% - 50px);
  }
  #global-nav > ul > li:not(.gm-btn) > a:before,
  #global-nav > ul > li:not(.gm-btn) > span:before {
    content: "";
    width: 8px;
    aspect-ratio: 1 / 1;
    transform: rotate(45deg);
    border-top: solid 2px rgba(255, 255, 255, 0.5);
    border-right: solid 2px rgba(255, 255, 255, 0.5);
    margin-right: 1em;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.link {
    position: absolute;
    right: 15px;
    top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    aspect-ratio: 1 / 1;
    border: solid 1px #fff;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.link:before, #global-nav > ul > li.sub-menu-sp > div > button.spac.link:after {
    content: "";
    width: 60%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: 0.3s;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.link:after {
    transform: rotate(90deg);
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.nolink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.nolink > span {
    position: absolute;
    right: 15px;
    top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    aspect-ratio: 1 / 1;
    border: solid 1px #fff;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.nolink > span:before, #global-nav > ul > li.sub-menu-sp > div > button.spac.nolink > span:after {
    content: "";
    width: 60%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: 0.3s;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.spac.nolink > span:after {
    transform: rotate(90deg);
  }
  #global-nav > ul > li.sub-menu-sp > div > button.is-open:after {
    width: 0 !important;
  }
  #global-nav > ul > li.sub-menu-sp > div > button.is-open span:after {
    width: 0 !important;
  }
  #global-nav > ul > li.sub-menu-sp > div ul {
    display: none;
    overflow: hidden;
    padding: 0 1em 1em;
    position: relative;
    z-index: 1;
  }
  #global-nav > ul > li.sub-menu-sp > div ul.is-open {
    display: block;
  }
  #global-nav > ul > li.sub-menu-sp > div ul a {
    display: flex;
    align-items: center;
    padding: 0.25em 0 0.25em 0.75em;
    color: #fff;
    text-decoration: underline;
  }
  #global-nav > ul > li.sub-menu-sp > div ul a:before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-right: 1em;
  }
  #global-nav > ul > li.gm-btn {
    display: flex;
    flex-flow: column;
    grid-gap: 0.75em;
    margin-top: 20px;
    padding: 0 0.5em;
  }
  #global-nav > ul > li.gm-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 1.5em 1em;
    grid-gap: 0.5em;
    border-radius: 5px;
    letter-spacing: 0.04em;
    font-weight: 500;
    transition: 0.3s;
  }
  #global-nav > ul > li.gm-btn > a:hover {
    opacity: 0.9;
  }
  #global-nav > ul > li.gm-btn > a:before {
    content: "";
    width: 21px;
    height: 24px;
    display: block;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #global-nav > ul > li.gm-btn > a.-icon1 {
    background-color: #C84B4B;
  }
  #global-nav > ul > li.gm-btn > a.-icon1:before {
    background-image: url("../img/material/icon-arrow_3.png");
  }
  #global-nav > ul > li.gm-btn > a.-icon2 {
    background-color: #DC830E;
  }
  #global-nav > ul > li.gm-btn > a.-icon2:before {
    background-image: url("../img/material/icon-mail.png");
  }
}
.tm-link_1 > a {
  display: flex;
  align-items: center;
  padding: clamp(0.5em, 3.2vw, 1em) clamp(50px, 12vw, 115px) clamp(0.5em, 3.2vw, 1em) clamp(1em, 6vw, 2.5em);
  line-height: 1.4;
  color: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 500;
  transition: 0.3s;
}
.tm-link_1 > a:hover {
  opacity: 0.85;
}
.tm-link_1 > a.-red {
  background-color: #C84B4B;
}
.tm-link_1 > a.-icon1 {
  position: relative;
}
@media (min-width: 981px) {
  .tm-link_1 > a.-icon1 {
    min-height: 78px;
  }
}
.tm-link_1 > a.-icon1:before {
  content: "";
  width: clamp(32px, 6.1vw, 59px);
  display: block;
  aspect-ratio: 1 / 1;
  background-image: url("../img/material/icon-arrow_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: clamp(5px, 1vw, 10px);
}

.tm-link_2 {
  width: 100%;
}
.tm-link_2 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(19px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1.5;
  padding: 1.1em 1em 1em;
  grid-column-gap: 1em;
  box-shadow: 0px 3px 10px black inset;
  transition: 0.3s;
}
.tm-link_2 > a:hover {
  opacity: 0.9;
}
.tm-link_2 > a.-red {
  background-color: #C84B4B;
}
.tm-link_2 > a:before, .tm-link_2 > a:after {
  content: "";
  background-image: url("../img/material/icon-arrow_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: clamp(17px, 3vw, 28px);
  aspect-ratio: 1 / 1.57;
}
.tm-link_2 > a:after {
  transform: rotate(180deg);
}

.tm-link_3 {
  width: 100%;
}
.tm-link_3 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1em;
  color: #fff;
  font-weight: 600;
  font-size: var(--font-size-18);
  height: 70px;
  padding: 1em 0.5em;
  transition: 0.3s;
}
.tm-link_3 > a:hover {
  opacity: 0.85;
}
.tm-link_3 > a.-orange {
  background-color: #DC830E;
}
.tm-link_3 > a:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1.32 / 1;
  background-image: url("../img/material/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tmsec.-box1 {
  width: 98%;
  max-width: 1335px;
  border-radius: clamp(10px, 3vw, 30px);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-top: solid 22px #2F4C73;
}
.tmsec.-box1 > div {
  background-color: #EDEFF3;
  padding: clamp(20px, 4vw, 60px) clamp(15px, 4vw, 80px) clamp(25px, 5.1vw, 70px);
}
.tmsec.-box1 > div.-bgw {
  background-color: #fff;
}

.tm-fbox_1 {
  display: flex;
}
@media (min-width: 769px) {
  .tm-fbox_1 {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .tm-fbox_1 {
    flex-flow: column;
    grid-gap: 1.5em;
    align-items: center;
  }
}
.tm-fbox_1 > div.-img1 {
  max-width: 396px;
}
@media (min-width: 769px) {
  .tm-fbox_1 > div.-img1 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .tm-fbox_1 > div.-img1 {
    order: 2;
  }
}
.tm-fbox_1 > div.-img1 > picture {
  display: flex;
  justify-content: center;
}
.tm-fbox_1 > div.-img1 > p {
  text-align: center;
  font-size: var(--font-size-20);
  color: #2F4C73;
  font-weight: 600;
  margin: 0.75em 0;
}
.tm-fbox_1 > div.-txt1 {
  width: 56%;
}
@media (max-width: 768px) {
  .tm-fbox_1 > div.-txt1 {
    width: 100%;
    order: 1;
  }
}
.tm-fbox_1 > div.-txt1 p {
  font-size: var(--font-size-20);
  line-height: 1.8;
}
.tm-fbox_1 > div.-txt1 p.tm-link_1 {
  max-width: 573px;
}
.tm-fbox_1 > div.-txt1 p:first-child {
  margin-top: 0;
}
.tm-fbox_1 > div.-txt1 p .-txt1red {
  color: #BF1D1D;
}

.tm-fbox_2 {
  display: flex;
}
@media (min-width: 551px) {
  .tm-fbox_2 {
    justify-content: space-between;
  }
}
@media (max-width: 550px) {
  .tm-fbox_2 {
    flex-flow: column;
    grid-gap: 5px;
  }
}
.tm-fbox_2 > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  padding: 0 0 1.25em;
}
@media (min-width: 551px) {
  .tm-fbox_2 > div {
    width: calc(50% - 2px);
  }
}
@media (max-width: 550px) {
  .tm-fbox_2 > div {
    width: 100%;
  }
}
.tm-fbox_2 > div > h3 {
  width: 100%;
  background-color: #0F9ED5;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: var(--font-size-20);
  margin: 0 0 0.75em;
}
.tm-fbox_2 > div > strong {
  color: #2F4C73;
  font-weight: 600;
  margin: 0 0 0.95em;
}
.tm-fbox_2 > div > dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tm-fbox_2 > div > dl._va1 {
  max-width: 165px;
}
.tm-fbox_2 > div > dl._va2 {
  max-width: 190px;
}
.tm-fbox_2 > div > dl > dt {
  background-color: #EBEBEB;
  color: #585858;
  line-height: 1;
  padding: 0.2em 0;
  width: 2.75rem;
  text-align: center;
}
.tm-fbox_2 > div > dl > dd {
  width: calc(100% - 2.75rem);
  text-align: right;
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.4;
}
.tm-fbox_2 > div > dl > dd > strong {
  font-size: var(--font-size-24);
  margin-right: 3px;
  font-weight: 700;
}

.tm-list_1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tm-list_1 > ul {
  display: flex;
  flex-flow: column;
  grid-gap: 1em;
}
.tm-list_1 > ul > li {
  width: 100%;
}
.tm-list_1 > ul > li > a {
  width: 100%;
  min-height: 66px;
  display: flex;
  background-color: #fff;
  border: solid 1px #C3CCCF;
  align-items: center;
  color: #2F4C73;
  line-height: 1.4;
  padding: 0.8em clamp(65px, 11.5vw, 95px) 0.8em clamp(1em, 5vw, 3em);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.tm-list_1 > ul > li > a:hover {
  opacity: 0.7;
}
.tm-list_1 > ul > li > a:after {
  content: "";
  background-image: url("../img/material/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(30px, 5vw, 36px);
  aspect-ratio: 1 / 1.03;
  display: block;
  position: absolute;
  right: clamp(0.5em, 4.1vw, 2em);
}
.tm-list_1 .tm-link_1 {
  max-width: 573px;
  margin-left: auto;
}

.tm-faq {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.tm-faq > dl {
  width: 100%;
  max-width: 1000px;
  border: solid 1px #C2C2C2;
}
.tm-faq > dl:not(:first-child) {
  border-top-width: 0;
}
.tm-faq > dl > dt {
  background-color: #EFF5FF;
  font-size: var(--font-size-22);
  color: #2F4C73;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.75em 1em 0.75em clamp(50px, 8.7vw, 4em);
  border-bottom: solid 1px #C2C2C2;
  display: flex;
  position: relative;
}
.tm-faq > dl > dt:before {
  content: "";
  width: clamp(40px, 5vw, 52px);
  background: #4472C4 url("../img/page-img/icon-q.png");
  background-repeat: no-repeat;
  background-size: 46%;
  background-position: 54% 56%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.tm-faq > dl > dd {
  padding: clamp(1em, 2vw, 2em) clamp(1em, 2vw, 2em) 2em clamp(10px, 2.7vw, 3em);
  position: relative;
  display: flex;
  grid-gap: clamp(0.5em, 1.5vw, 1.75em);
}
.tm-faq > dl > dd:before {
  content: "";
  display: block;
  width: clamp(18px, 2vw, 22px);
  min-width: clamp(18px, 2vw, 22px);
  aspect-ratio: 1 / 1.11;
  background-image: url("../img/page-img/icon-a.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.tm-faq > dl > dd > p {
  font-size: var(--font-size-20);
}
.tm-faq > dl > dd > p:first-child {
  margin-top: 0;
}
.tm-faq > dl > dd > p:last-child {
  margin-bottom: 0;
}

.tm-news {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tm-news > ul.-newslist > li {
  border-bottom: dashed 1px #707070;
}
.tm-news > ul.-newslist > li > a {
  display: flex;
  color: #2F4C73;
}
@media (min-width: 769px) {
  .tm-news > ul.-newslist > li > a {
    align-items: center;
    padding: 0.8em 1em;
  }
}
@media (max-width: 768px) {
  .tm-news > ul.-newslist > li > a {
    flex-flow: column;
    padding: 0.8em 0;
  }
}
.tm-news > ul.-newslist > li > a > strong {
  font-size: var(--font-size-18);
  font-weight: 600;
}
@media (min-width: 769px) {
  .tm-news > ul.-newslist > li > a > strong {
    width: clamp(12rem, 27vw, 18.5rem);
  }
}
@media (max-width: 768px) {
  .tm-news > ul.-newslist > li > a > strong {
    font-size: var(--font-size-15);
  }
}
.tm-news > ul.-newslist > li > a > p {
  font-size: var(--font-size-20);
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .tm-news > ul.-newslist > li > a > p {
    width: calc(100% - clamp(12rem,27vw,18.5rem));
  }
}
@media (max-width: 768px) {
  .tm-news > ul.-newslist > li > a > p {
    margin-top: 0.25em;
  }
}

.tm-htitle_1 {
  border-bottom: solid 1px #2F5E9C;
  display: flex;
  align-items: flex-end;
  font-size: clamp(20px, 2.9vw, 28px);
  color: #2F5E9C;
  padding-bottom: 10px;
  margin: 0;
}
.tm-htitle_1 > strong {
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(20px, 2.9vw, 29px);
  font-weight: 700;
  line-height: 1;
  margin-right: 0.25em;
}
.tm-htitle_1 > span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 700;
  line-height: 1;
  transform: translateY(2px);
}

.tm-htitle_2 {
  font-size: clamp(24.5px, 3.4vw, 34px);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 650px) {
  .tm-htitle_2 {
    letter-spacing: -0.06em;
  }
  .tm-htitle_2 br {
    display: none;
  }
}
.tm-htitle_2 > span {
  font-size: 110%;
}
.tm-htitle_2 > span.-red {
  color: #BF1D1D;
}

.tm-htitle_3 {
  width: 100%;
  border-bottom: solid 1px #949494;
  display: flex;
  align-items: center;
  grid-gap: 1.5em;
}
.tm-htitle_3:before {
  content: "";
  background-image: url("../img/material/icon-arrow_7.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  aspect-ratio: 1 / 1;
  display: block;
}
.tm-htitle_3 > h3 {
  margin: 0;
  padding-bottom: 0.5em;
  font-size: clamp(22px, 2.9vw, 29px);
  line-height: 1.4;
}

.tm-htitle_4 {
  width: 100%;
  padding: 0 min(1vw, 1em);
  display: flex;
  align-items: center;
  position: relative;
}
.tm-htitle_4:before {
  content: "";
  width: calc(100% - 1em);
  height: 1px;
  background-color: #949494;
  display: block;
  position: absolute;
  right: 0;
}
.tm-htitle_4 > h3 {
  background-color: #fff;
  line-height: 1.4;
  font-size: var(--font-size-23);
  padding-right: clamp(1em, 5vw, 2.5em);
  position: relative;
}

.tmn-detail.-title h2 {
  font-size: clamp(22px, 2.8vw, 35px);
  color: #2F4C73;
  line-height: 1.4;
  padding-bottom: clamp(1em, 2vw, 1.75em);
  border-bottom: solid 6px #2F4C73;
}
.tmn-detail.-title span {
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #2F4C73;
  text-align: right;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .tmn-detail.-title span {
    font-size: var(--font-size-16);
  }
}
.tmn-detail.-contents {
  font-size: var(--font-size-20);
  margin: 2em 0 3em;
}
.tmn-detail.-fot {
  border-top: solid 1px #2F4C73;
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
.tmn-detail.-fot > a {
  display: flex;
  grid-gap: 1.5em;
  align-items: center;
  color: #637996;
  font-size: var(--font-size-20);
  border-bottom: solid 1px #637996;
  padding: 0.5em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .tmn-detail.-fot > a {
    font-size: var(--font-size-16);
  }
}
.tmn-detail.-fot > a:hover {
  opacity: 0.8;
}
.tmn-detail.-fot > a.-next:before, .tmn-detail.-fot > a.-prev:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1 / 2;
  background-image: url("../img/material/icon-arrow_5.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tmn-detail.-fot > a.-prev {
  margin-left: auto;
}
.tmn-detail.-fot > a.-prev:after {
  transform: rotate(180deg);
}
.tmn-detail.-fot p.tm-link_1 {
  width: 100%;
}
.tmn-detail.-fot p.tm-link_1 a {
  max-width: 573px;
  color: #fff;
  margin-left: auto;
}

.tm-contact {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.tm-contact .tmc-box1 {
  background-color: #2F4C73;
  padding: 0.5em 0.5em 1.75em;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 10px;
}
.tm-contact .tmc-box1 > h3 {
  width: 98%;
  color: #fff;
  font-size: clamp(19px, 2.5vw, 29px);
  font-weight: 600;
  line-height: 1.4;
  border-bottom: solid 1px #fff;
  margin: 0;
  padding: 0.75em 0 1em;
  text-align: center;
}
.tm-contact .tmc-box1 > ul {
  width: 98%;
  max-width: 650px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 30px;
}
.tm-contact .tmc-box1 > ul > li {
  display: flex;
}
.tm-contact .tmc-box1 > ul > li.-l1 {
  width: 100%;
}
@media (min-width: 769px) {
  .tm-contact .tmc-box1 > ul > li.-l2 {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .tm-contact .tmc-box1 > ul > li.-l2 {
    width: 100%;
  }
}
.tm-contact .tmc-box1 > ul > li strong {
  font-weight: 500;
  padding-right: 0.5em;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .tm-contact .tmc-box1 > ul > li strong {
    font-size: var(--font-size-20);
  }
}
@media (max-width: 768px) {
  .tm-contact .tmc-box1 > ul > li strong {
    font-size: var(--font-size-16);
    width: 6rem;
    text-align: right;
  }
}
.tm-contact .tmc-box1 > ul > li p {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-size-20);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .tm-contact .tmc-box1 > ul > li p {
    width: calc(100% - 6rem);
    font-size: var(--font-size-18);
  }
}
.tm-contact .tmc-box2 {
  background-color: #2F4C73;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .tm-contact .tmc-box2 {
    padding: 5px 2.5em;
  }
}
@media (max-width: 769px) {
  .tm-contact .tmc-box2 {
    padding: 1em 0.5em;
    flex-flow: column;
    grid-gap: 5px;
  }
}
.tm-contact .tmc-box2 > span {
  width: clamp(100px, 17vw, 175px);
  color: #fff;
  font-size: var(--font-size-18);
  font-weight: 600;
}
@media (max-width: 769px) {
  .tm-contact .tmc-box2 > span {
    width: 96%;
  }
}
.tm-contact .tmc-box2 > div {
  width: calc(100% - clamp(100px,17vw,175px));
  background-color: #fff;
  position: relative;
}
@media (max-width: 769px) {
  .tm-contact .tmc-box2 > div {
    width: 100%;
  }
}
.tm-contact .tmc-box2 > div select,
.tm-contact .tmc-box2 > div input[type="text"] {
  width: 100%;
  height: clamp(47px, 12vw, 55px);
  display: flex;
  align-items: center;
  border: solid 1px #C3CCCF;
  padding: 0 0.5em;
}
.tm-contact .tmc-box2 > div select {
  cursor: pointer;
}
.tm-contact .tmc-box2.-sel1 > div:after {
  content: "";
  background-image: url("../img/material/icon-arrow_6.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 17px;
  height: 55px;
  position: absolute;
  right: 30px;
  top: 0;
  pointer-events: none;
}
.tm-contact .tmc-form1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tm-contact .tmc-seltxt {
  background-color: #FFEBEB;
  border: solid 2px #C84B4B;
  border-radius: 10px;
  padding: min(2.5vw, 2.5em) clamp(0.5em, 6vw, 4em);
  color: #8A1616;
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .tm-contact .tmc-seltxt {
    font-size: var(--font-size-18);
    padding: 0.5em 1em;
    line-height: 1.7;
  }
}
.tm-contact .tmc-list1 {
  display: flex;
  flex-flow: column;
  grid-gap: 5px;
}
.tm-contact .tmc-list1 > li {
  display: flex;
  padding: 5px 3em;
  background-color: #EFF5FF;
}
@media (min-width: 769px) {
  .tm-contact .tmc-list1 > li {
    padding: 5px 2.5em;
  }
}
@media (max-width: 769px) {
  .tm-contact .tmc-list1 > li {
    align-items: center;
    padding: 1em 0.5em;
    flex-flow: column;
    grid-gap: 5px;
  }
}
.tm-contact .tmc-list1 > li > label {
  width: clamp(100px, 17vw, 175px);
  font-size: var(--font-size-17);
  color: #2F4C73;
  font-weight: 600;
}
.tm-contact .tmc-list1 > li > label span {
  font-size: 15px;
  margin-left: 1.5em;
}
@media (min-width: 769px) {
  .tm-contact .tmc-list1 > li > label {
    padding-top: 0.65em;
  }
}
@media (max-width: 768px) {
  .tm-contact .tmc-list1 > li > label {
    width: 96%;
  }
}
.tm-contact .tmc-list1 > li > div {
  width: calc(100% - clamp(100px,17vw,175px));
}
@media (max-width: 769px) {
  .tm-contact .tmc-list1 > li > div {
    width: 100%;
  }
}
.tm-contact .tmc-list1 > li > div input[type="text"],
.tm-contact .tmc-list1 > li > div input[type="email"],
.tm-contact .tmc-list1 > li > div input[type="tel"],
.tm-contact .tmc-list1 > li > div textarea {
  width: 100%;
  height: clamp(47px, 12vw, 55px);
  display: flex;
  align-items: center;
  border: solid 1px #C3CCCF;
  padding: 0 0.5em;
  background-color: #fff;
}
.tm-contact .tmc-list1 > li > div textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 170px;
}
.tm-contact .tmc-list1 > li > div._va1 {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 8px;
}
.tm-contact .tmc-list1 > li > div._va1 > span {
  width: 25vw;
  max-width: 175px;
}
.tm-contact .tmc-list1 > li > div._va1 > div {
  width: 100%;
}
.tm-contact .tmc-submit {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  padding: 0 1em;
}
.tm-contact .tmc-submit input {
  background-color: #C84B4B;
  display: block;
  width: 45vw;
  max-width: 274px;
  color: #fff;
  align-items: center;
  font-size: var(--font-size-24);
  font-weight: 600;
  text-align: center;
  padding: 0.259em 1em;
  border-radius: 5px;
}
.tm-contact ._txt1 {
  font-size: var(--font-size-22);
  color: #2F4C73;
  font-weight: 600;
}
.tm-contact ._txt2 {
  margin-bottom: 0.5em;
  font-size: var(--font-size-17);
  color: #2F4C73;
  font-weight: 600;
}
.tm-contact ._txt3 {
  margin: 0;
  font-size: var(--font-size-15);
  color: #CA4D57;
  font-weight: 600;
  line-height: 1.6;
}
.tm-contact._va1 {
  background-color: #EDEFF3;
  padding-top: var(--mvalue-40);
  padding-bottom: var(--mvalue-70);
}
.tm-contact._va1 .tmc-list1 > li {
  background-color: transparent;
}
@media (max-width: 768px) {
  .tm-contact._va1 .tmc-list1 > li {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}
.tm-contact._va1 .tmc-list1 > li > div._sbox1 {
  background-color: #fff;
  border: solid 1px #C3CCCF;
  padding: 1em clamp(0.7em, 4vw, 2em);
}
.tm-contact._va1 .tmc-list1 > li > div._sbox1 label {
  display: block;
  font-size: var(--font-size-16);
}
.tm-contact._va1 .tmc-list1 > li > div._sbox1 label input[type="radio"] {
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  border: solid 1px #707070;
  margin-right: 0.5em;
  position: relative;
}
.tm-contact._va1 .tmc-list1 > li > div._sbox1 label input[type="radio"]:checked:after {
  content: "";
  width: calc(100% - 4px);
  aspect-ratio: 1 / 1;
  display: block;
  background-color: #CA4D57;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.mem-btn {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mem-btn > dt {
  min-height: 60px;
  background-color: #2F4C73;
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 27px);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.mem-btn > dt:hover {
  opacity: 0.8;
}
.mem-btn > dt > span {
  font-size: clamp(22px, 3vw, 35px);
  color: #CA4D57;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: clamp(5rem, 14vw, 12rem);
}
.mem-btn > dt:after {
  content: "";
  width: clamp(32px, 6.1vw, 49px);
  display: block;
  aspect-ratio: 1 / 1;
  background-image: url(../img/material/icon-arrow_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: clamp(5px, 2vw, 20px);
  transition: 0.35s;
}
.mem-btn > dt.active {
  background-color: #940000;
  border-radius: 10px 10px 0 0;
}
.mem-btn > dt.active:after {
  transform: rotate(90deg);
}
.mem-btn > dt.active > span {
  color: #E4BFBF;
}
.mem-btn > dt.active + dd {
  opacity: 1;
}
.mem-btn dd {
  height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  transition: 0.35s;
}
