@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}

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

.wrapper {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper-s {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .wrapper-s {
    padding-left: 0px;
    padding-right: 0px;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.headline-01 {
  font-size: clamp(18px, 54 / 1200 * 100 * 1vw, 36px);
  font-weight: 500;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .headline-01 {
    font-size: 36px;
  }
}
.headline-01.center {
  text-align: center;
}

.btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 1em 2em;
  font-size: clamp(15px, 30 / 1200 * 100 * 1vw, 20px);
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #e31821;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .btn a {
    font-size: 20px;
  }
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/img_btn01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .btn a::after {
    width: 12px;
    height: 23px;
  }
}
.btn--cv a {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  color: #fff;
  background-color: #e31821;
  position: relative;
  border-radius: 10px;
  border: solid 2px #e31821;
  transition: color 0.5s ease;
}
.btn--cv a:hover {
  color: #e31821;
}
.btn--cv a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn--cv a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn--cv a .text {
  position: relative;
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
  transition: 0.3s;
}
.btn--full a:hover {
  opacity: 0.7;
}
.btn.center a {
  margin: 0 auto;
}

.sample_btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #fff;
  background-color: #e31821;
  position: relative;
  border-radius: 10px;
  transition: color 0.5s ease;
}

.sample_btn:hover {
  color: #fff;
}

.sample_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.sample_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B85FB;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.text {
  position: relative;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.table-01, .table-02 {
  width: 100%;
}
.table-01 tr, .table-02 tr {
  border-bottom: solid 2px #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .table-01 tr, .table-02 tr {
    flex-direction: row;
  }
}
.table-01 th, .table-02 th {
  padding: 14px 23px 14px 10px;
  vertical-align: top;
  font-weight: 200;
  background-color: #e31821;
  color: #FFF;
}
@media screen and (min-width: 1200px) {
  .table-01 th, .table-02 th {
    padding: 28px 46px 28px 20px;
    width: 20%;
  }
}
.table-01 td, .table-02 td {
  padding: 20px 23px 40px;
  vertical-align: top;
  line-height: 2.5;
}
.table-01 td::before, .table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.table-01 td::after, .table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-01 td, .table-02 td {
    padding: 38px 56px;
    width: 80%;
  }
}
.table-02 {
  height: 100%;
}
.table-02 tr {
  border: solid 1px #eeeeee;
}
.table-02 th {
  padding: 10px 23px;
  line-height: 1.4;
}
.table-02 th::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 th::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-02 th {
    padding: 1em;
    width: 30%;
  }
}
.table-02 td {
  padding: 20px 23px 40px;
  line-height: 1.4;
}
.table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1200px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}
.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (min-width: 1200px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}

.ecb-footer {
  background-color: #212121;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.ecb-footer ul li a {
  font-size: clamp(11px, 16.5 / 1200 * 100 * 1vw, 11px);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .ecb-footer ul li a {
    font-size: 11px;
  }
}
.ecb-footer ul li a:hover {
  opacity: 0.8;
}
.ecb-footer .ecb-copyright {
  font-size: clamp(9px, 13.5 / 1200 * 100 * 1vw, 9px);
}
@media screen and (min-width: 1200px) {
  .ecb-footer .ecb-copyright {
    font-size: 9px;
  }
}

header {
  background-color: #fff !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.top-sec01 .page-head {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .page-head {
    padding: 0;
  }
}
.top-sec01 .page-head dl {
  margin: 75px auto 30px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .page-head dl {
    margin: 80px auto 40px;
  }
}
.top-sec01 .page-head dl dt {
  margin: 0 auto 30px;
  max-width: 320px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .page-head dl dt {
    margin-bottom: 30px;
  }
}
.top-sec01 .page-head dl dd {
  color: #e3930e;
  font-weight: bold;
  font-size: clamp(13px, 37.5 / 1200 * 100 * 1vw, 25px);
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .page-head dl dd {
    font-size: 25px;
  }
}
.top-sec01 .page-head dl dd span {
  display: inline-block;
  background-color: #e3930e;
  border-radius: 6px;
  padding: 4px 20px 2px;
  color: #fff;
  font-size: clamp(10px, 30 / 1200 * 100 * 1vw, 20px);
}
@media screen and (min-width: 1200px) {
  .top-sec01 .page-head dl dd span {
    font-size: 20px;
  }
}
.top-sec02 {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 {
    padding: 0;
  }
}
.top-sec02 .ec-list {
  padding: 0;
  border: solid 3px #e3930e;
  border-radius: 10px;
  padding: 20px 20px !important;
  max-height: 937px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .ec-list {
    overflow-y: auto;
    max-height: 1033px;
    padding: 40px 0 !important;
  }
}
.top-sec02 .ec-list__toggle {
  display: block;
  margin: 16px auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #e3930e;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  display: none;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .ec-list__toggle {
    cursor: pointer;
    display: none;
  }
}
.top-sec02 .ec-list__toggle.show {
  display: block;
}
.top-sec02 .ec-list ul {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, 140px);
  gap: 20px 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .ec-list ul {
    grid-template-columns: repeat(3, 280px);
    gap: 20px 60px;
  }
}
.top-sec02 .ec-list ul li a {
  transition: 0.3s;
}
.top-sec02 .ec-list ul li a figure {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.top-sec02 .ec-list ul li a span {
  display: block;
  text-align: center;
}
.top-sec02 .ec-list ul li a:hover figure {
  background-color: #000;
}
.top-sec02 .ec-list ul li a:hover figure img {
  opacity: 0.5;
  transition: 0.3s;
}
.top-sec02 .expanded {
  max-height: 3000px;
}
.top-sec03 {
  background-color: #393939;
  padding: 30px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .top-sec03 {
    padding: 60px 0;
    margin-top: 80px;
  }
}
.top-sec03 .bnr_link {
  display: grid;
  gap: 20px;
  place-content: center;
  padding: 0 !important;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .bnr_link {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
.top-sec03 .bnr_link li a {
  display: grid;
  background-color: #fff;
  place-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .bnr_link li a {
    height: 120px;
  }
}
.top-sec03 .bnr_link li a:hover {
  opacity: 0.5;
}
.top-sec03 .bnr_link li a img {
  width: 50%;
  margin: auto;
}
.top-sec04 {
  background-color: #f1b95d;
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec04 {
    padding: 80px 0;
  }
}
.top-sec04 .about-ecboard {
  display: grid;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .top-sec04 .about-ecboard {
    grid-template-columns: 1fr 378px;
    gap: 65px;
    padding: 60px;
  }
}
.top-sec04 .about-ecboard dl dt {
  font-size: clamp(12px, 36 / 1200 * 100 * 1vw, 24px);
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .top-sec04 .about-ecboard dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec04 .about-ecboard dl dt {
    text-align: left;
    margin-bottom: 30px;
  }
}
.top-sec04 .about-ecboard dl dd {
  font-size: clamp(10px, 24 / 1200 * 100 * 1vw, 16px);
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 1200px) {
  .top-sec04 .about-ecboard dl dd {
    font-size: 16px;
  }
}
.top-sec05 {
  background-color: #fddda9;
  padding: 0 0 40px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 {
    padding: 0 0 80px;
  }
}
.top-sec05 .about-possible h3 {
  background-color: #fff;
  padding: 30px 0;
  font-size: clamp(15px, 45 / 1200 * 100 * 1vw, 30px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .about-possible h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec05 .about-possible h3 {
    padding: 60px 0;
    margin: 0 0 100px;
  }
}
.top-sec05 .about-possible h3::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .top-sec05 .about-possible h3::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #fff;
    border-bottom: 0;
    bottom: -40px;
  }
}
.top-sec05 .possible-detail {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-detail {
    padding: 0;
  }
}
.top-sec05 .possible-readTxt {
  font-weight: bold;
  text-align: center;
  font-size: clamp(12px, 27 / 1200 * 100 * 1vw, 18px);
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-readTxt {
    font-size: 18px;
  }
}
.top-sec05 .possible-wrapper {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-wrapper {
    margin-top: 30px;
    gap: 20px;
  }
}
.top-sec05 .possible-col {
  background-color: #fff;
  border: solid 2px #e3930e;
  border-radius: 10px;
  overflow: hidden;
}
.top-sec05 .possible-col .task-list {
  background-color: #e3930e;
  padding: 20px;
  position: relative;
}
.top-sec05 .possible-col .task-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col .task-list ul {
    display: flex;
  }
}
.top-sec05 .possible-col .task-list ul li {
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  color: #e3930e;
  border-radius: 5px;
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col .task-list ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col .task-list ul li {
    width: 16.6666666667%;
  }
}
.top-sec05 .possible-col .task-list::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #e3930e;
  border-bottom: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.top-sec05 .possible-col dl {
  padding: 10px 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col dl {
    padding: 20px 40px;
  }
}
.top-sec05 .possible-col dl dt {
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: bold;
  border-bottom: solid 2px #e3930e;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col dl dt {
    font-size: 20px;
  }
}
.top-sec05 .possible-col dl dd {
  font-size: clamp(10px, 24 / 1200 * 100 * 1vw, 16px);
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-col dl dd {
    font-size: 16px;
  }
}
.top-sec05 .possible-first p {
  text-align: center;
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: bold;
  padding: 30px 0 15px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-first p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-first p {
    padding: 40px 0 30px;
  }
}
.top-sec05 .possible-first p span {
  font-size: clamp(15px, 45 / 1200 * 100 * 1vw, 30px);
  color: #e3930e;
  letter-spacing: 0.025em;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec05 .possible-first p span {
    font-size: 30px;
  }
}
.top-sec06 {
  background-color: #f1b95d;
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec06 {
    padding: 80px 0;
  }
}
.top-sec06 .merit-readTxt {
  font-size: clamp(12px, 27 / 1200 * 100 * 1vw, 18px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .merit-readTxt {
    font-size: 18px;
  }
}
.top-sec06 figure {
  padding: 28px 0 0;
}
@media screen and (min-width: 1200px) {
  .top-sec06 figure {
    padding: 56px 0 0;
  }
}
.top-sec06 .howto-container {
  background-color: #fff;
  padding: 20px 20px;
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-container {
    padding: 40px 0;
    margin-top: 80px;
  }
}
.top-sec06 .howto-readTxt {
  font-size: clamp(12px, 27 / 1200 * 100 * 1vw, 18px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-readTxt {
    font-size: 18px;
  }
}
.top-sec06 .howto-step {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 30px 15px 0;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 30px 30px 0;
  }
}
.top-sec06 .howto-step::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 5px;
    margin: 0 30px;
    background-color: #f1b95d;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
  }
}
.top-sec06 .howto-step dl {
  text-align: center;
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.top-sec06 .howto-step dl dt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f1b95d;
  display: grid;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 27 / 1200 * 100 * 1vw, 18px);
  place-content: center;
  line-height: 1.2;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dt {
    width: 120px;
    height: 120px;
  }
}
.top-sec06 .howto-step dl dt span {
  font-size: clamp(14px, 36 / 1200 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dt span {
    font-size: 24px;
  }
}
.top-sec06 .howto-step dl dd {
  font-size: clamp(12px, 24 / 1200 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dd {
    font-size: 16px;
  }
}
.top-sec06 .howto-step dl dd .howto-txt {
  height: 40px;
  display: grid;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dd .howto-txt {
    height: 60px;
  }
}
.top-sec06 .howto-step dl dd span {
  display: block;
  background-color: #fddda9;
  border-radius: 100px;
  font-weight: bold;
  font-size: clamp(10px, 21 / 1200 * 100 * 1vw, 14px);
  margin: 15px 0 0;
  line-height: 1.4;
  padding: 4px 0;
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dd span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec06 .howto-step dl dd span {
    margin: 30px 0 0;
    padding: 0;
  }
}
.top-sec07 {
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec07 {
    padding: 80px 0;
  }
}
.top-sec07 .results-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: center;
  text-align: center;
}
.top-sec07 .results-list li {
  display: inline-block;
  background-color: #fddda9;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .top-sec07 .results-list li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-sec07 .results-list li {
    padding: 20px 40px;
  }
}
.top-sec08 {
  padding: 40px 20px;
  background-color: #393939;
}
@media screen and (min-width: 1200px) {
  .top-sec08 {
    padding: 80px 0;
  }
}

.ttl-common {
  font-size: clamp(15px, 45 / 1200 * 100 * 1vw, 30px);
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .ttl-common {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-common {
    margin-bottom: 40px;
  }
}
.ttl-common.txt-white {
  color: #fff;
}
.ttl-common span {
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
}
@media screen and (min-width: 1200px) {
  .ttl-common span {
    font-size: 20px;
  }
}

.btn-contact a {
  display: grid;
  align-items: center;
  text-align: center;
  background-color: #e3930e;
  color: #fff;
  border-radius: 100px;
  margin: auto;
  font-weight: bold;
  height: 50px;
  transition: 0.3s;
  font-size: clamp(12px, 30 / 1200 * 100 * 1vw, 20px);
}
.btn-contact a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .btn-contact a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-contact a {
    max-width: 600px;
    height: 60px;
  }
}

#externalLinkModal, #externalLinkModal02 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

#modalContent, #modalContent02 {
  background-color: #fff;
  padding: 20px;
  margin: auto 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  #modalContent, #modalContent02 {
    margin: auto auto;
  }
}

.modal-button, .modal-button02 {
  margin: 10px;
}

.notfound {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .notfound {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 80px 0;
    gap: 80px;
  }
}
.notfound-sec__inner {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .notfound-sec__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    gap: 60px;
  }
}
.notfound-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    gap: 40px;
  }
}
.notfound-sec__text {
  text-align: center;
}
.notfound-sec__text > * {
  margin-bottom: 0.5em;
}
.notfound-sec__text > *:last-child {
  margin-bottom: 0;
}
.notfound-sec__btn {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0 auto;
}