@charset "UTF-8";
/*! =========================================================================
// base
========================================================================== */
html {
  height: 100%;
  font-size: 10px;
}

body {
  background-color: #fff;
  height: 100%;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body,
input,
textarea,
select,
option,
button {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.7rem;
  color: #312f2f;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body,
  input,
  textarea,
  select,
  option,
  button {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body, p, form,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

p {
  margin-top: 1em;
  word-wrap: break-word;
}

b, em, strong {
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #312f2f;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

label {
  display: block;
  cursor: pointer;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

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

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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: 1em; /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/*! =========================================================================
// layout
========================================================================== */
.l-footer {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 50px 0 55px;
  border: 4px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.l-footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.l-footer_copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.l-footer_copyright span {
  color: #999;
  font-size: 10px;
  line-height: 1;
}

.l-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    transform: translate(0px, 65px);
  }
}
.l-header_inner {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}
.l-header_inner .m-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header {
    position: static;
    padding: 6.5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header__logo {
    height: 24px;
  }
}
.l-header_inner .m-header__logo h1 {
  height: 34px;
}
.l-header_inner .m-header__logo img {
  width: 72.258px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header__logo img {
    width: 80px;
    height: 24px;
  }
}
.l-header_inner .m-header__logo img a {
  line-height: 1;
}
.l-header_inner .m-header__text {
  display: none;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #F00;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header__text {
    display: flex;
    align-items: center;
  }
}
.l-header_inner .m-header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.l-header_inner .m-header__menu span {
  font-size: 10px;
  color: #999996;
  line-height: 1.2;
}
.l-header_inner .m-header__menu__box {
  display: flex;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.l-header_inner .m-header__menu__box > span, .l-header_inner .m-header__menu__box:before, .l-header_inner .m-header__menu__box:after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 2px;
  background: #CCCAC0;
  transition: 0.5s;
  position: absolute;
}
.l-header_inner .m-header__menu__box:before {
  bottom: 0px;
}
.l-header_inner .m-header__menu__box:after {
  top: 0px;
}
.l-header_inner .m-header_drop {
  position: absolute;
  top: 60px;
  right: -40px;
  transform: translate(-8%, 0);
  width: 345px;
  padding: 0 15px;
  overflow-y: hidden;
  max-height: 0%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 110vh;
    max-height: 100vh;
    padding: 0;
    top: 0px;
    right: 0px;
    transform: translate(0, 0);
  }
}
.l-header_inner .m-header_drop.open {
  padding: 10px 15px;
  max-height: 600px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop.open {
    visibility: visible;
    padding: 0;
    max-height: 110vh;
    overflow: hidden;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop.open .m-header_drop_inner {
    transform: translate(0, 0);
    animation-delay: 0.4s;
  }
}
.l-header_inner .m-header_drop_inner {
  position: relative;
  margin-left: 15px;
  background: rgb(255, 255, 255);
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop_inner {
    width: calc(100% - 50px);
    transform: translate(100%, 0);
    transition: all 0.4s ease;
    animation-delay: 0.4s;
    margin-left: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-header_inner .m-header_drop_inner:before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -10px;
  right: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop_inner:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop_inner > span {
    background: rgb(232, 232, 226);
    color: #999996;
    font-size: 12px;
    padding: 7px 12px;
  }
}
.l-header_inner .m-header_drop ul li {
  border-bottom: 1px solid #E7E7E7;
}
.l-header_inner .m-header_drop ul li a, .l-header_inner .m-header_drop ul li span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
}
.l-header_inner .m-header_drop ul li a:after, .l-header_inner .m-header_drop ul li span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: translateX(-25%) rotate(45deg);
}
.l-header_inner .m-header_drop ul li a[target=_blank]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #666;
  border: none;
  transform: translateX(-25%) rotate(0);
}
.l-header_inner .m-header_drop ul li.paragraph {
  padding-left: 15px;
}
.l-header_inner .m-header_drop__overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop__overlay {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
}
.l-header_inner .m-header_drop__overlay .close-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header_inner .m-header_drop__overlay .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.active {
    transform: translate(0px, 0);
  }
}
.l-header.active .l-header_inner {
  border-top: 10px solid #F44040;
}
@media screen and (max-width: 767px) {
  .l-header.active .l-header_inner {
    border-top: 0;
  }
}
.l-header.active .m-header {
  padding: 22px 0 19.5px;
}
@media screen and (max-width: 767px) {
  .l-header.active .m-header {
    padding: 6.5px 10px;
  }
}
.l-header.active .m-header__logo h1 {
  height: auto;
}
.l-header.active .m-header__logo img {
  width: 112px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .l-header.active .m-header__logo img {
    width: 80px;
    height: 24px;
  }
}
.l-header.active .m-header_drop {
  transform: translate(0px, 65px);
}

@media screen and (max-width: 767px) {
  .page .l-header {
    transform: translate(0px, 0);
  }
}
@media screen and (max-width: 767px) {
  .page .m-header {
    padding: 6.5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .page .m-header__logo img {
    width: 80px;
    height: 24px;
  }
}

body {
  position: relative;
  background: #E8E8E2;
}
body.overflow {
  overflow: hidden;
}

.l-wrapper {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-wrapper_inner {
    transform: translate(0px, -65px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper.page .l-wrapper_inner {
    transform: translate(0px, 0px);
  }
}

.l-body {
  max-width: 790px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .l-body {
    margin: 40px auto;
  }
}
.l-body.noMargin {
  margin: 0 auto;
}
.l-body.tabTop {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-body.tabTop {
    margin: 10px auto 0;
  }
}
.l-body.top {
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  .l-body.top {
    margin: 20px auto 40px;
  }
}

/*! =========================================================================
// module
========================================================================== */
.m-shadowbox {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-shadowbox {
    padding: 30px 20px;
    border-radius: 0px;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*! =========================================================================
// pages
========================================================================== */
.m-section {
  display: block;
}

.m-page-visual__inner {
  position: relative;
}
.m-page-visual__title {
  padding: 10px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
}
.m-page-visual__title h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .m-page-visual__title h1 {
    font-size: 18px;
  }
}
.m-page-visual__banner img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .m-page-visual__banner img {
    height: 132px;
  }
}

.m-pagelead {
  text-align: center;
  padding: 0 10px;
  max-width: 790px;
  width: 100%;
  margin: 50px auto 20px;
}
@media screen and (max-width: 767px) {
  .m-pagelead {
    text-align: left;
    margin: 20px auto;
    padding: 0 20px;
  }
}
.m-pagelead span {
  font-size: 15px;
}

.m-flexBlock__title {
  text-align: center;
  margin-bottom: 10px;
}
.m-flexBlock__title h2 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__title h2 {
    font-size: 24px;
  }
}
.m-flexBlock__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-flexBlock__content_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-flexBlock__content_block.twoColum {
  width: calc(50% - 10px);
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.twoColum {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.m-flexBlock__content_block.twoColum:nth-child(2n) {
  margin-right: 0;
}
.m-flexBlock__content_block.thiredColum {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.thiredColum {
    width: 100%;
  }
}
.m-flexBlock__content_block.bg_gray {
  background: #F7F6F5;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.bg_gray {
    padding: 30px 15px 0;
  }
}
.m-flexBlock__content_block.bg_gray:last-child {
  padding-bottom: 30px;
}
.m-flexBlock__content_block > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.spOrder_1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.spOrder_2 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.spOrder_3 {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.spOrder_4 {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block.spOrder_5 {
    order: 5;
  }
}
.m-flexBlock__content_block_ttl {
  width: 100%;
  padding: 5px 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #13131E;
}
.m-flexBlock__content_block_body {
  width: 100%;
}
.m-flexBlock__content_block_body img {
  margin-top: 10px;
}
.m-flexBlock__content_block img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content_block:last-child {
    margin-bottom: 0;
  }
}
.m-flexBlock__content .note {
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-flexBlock__content .note {
    font-size: 12px;
  }
}

.m-pagetrip {
  margin: 20px auto 50px;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-pagetrip {
    margin: 20px auto 40px;
  }
}

.m-waku__ttl{
  display: inline-block;
  background-color: #FFF;
  border: 3px double#312f2f;
  padding: 10px;
  margin: 0 auto;

}
.m-pagetrip__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-pagetrip__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-pagetrip__content {
    margin-top: 20px;
  }
}
.m-pagetrip__content_txt {
  margin: 15px 0 0;
}
.m-pagetrip__content_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-pagetrip__content_btn {
    justify-content: center;
  }
}
.m-pagetrip__content_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F00;
  border-radius: 10px;
  width: 375px;
  padding: 16px 10px;
  color: #F00;
  box-shadow: 0px 1px 0px 0px #DF241E;
  transition: all 0.4s ease;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .m-pagetrip__content_btn a {
    width: 75%;
    max-width: 250px;
    padding: 11.5px 10px;
    max-height: 50px;
  }
}
.m-pagetrip__content_btn a span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-pagetrip__content_btn a span {
    font-size: 16px;
  }
}
.m-pagetrip__content_btn a img {
  width: 12px;
  height: 12px;
}
.m-pagetrip__content_btn a:hover {
  opacity: 0.6;
}

.m-pageheading {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 50px;
}
@media screen and (max-width: 767px) {
  .m-pageheading {
    padding: 30px 20px 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-pageheading_ttl {
  text-align: center;
}
.m-pageheading_ttl h1 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-pageheading_ttl h1 {
    font-size: 24px;
  }
}
.m-pageheading_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.m-pageheading_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-pageheading_video_btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  cursor: pointer;
}

.m-archive {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-archive {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
  }
}
.m-archive_ttl {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-archive_ttl {
    padding: 0 0 20px;
  }
}
.m-archive_ttl h1 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-archive_ttl h1 {
    font-size: 24px;
  }
}
.m-archive_content {
  position: relative;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .m-archive_content {
    padding: 0;
  }
}
.m-archive_carousel {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.m-archive_carousel.slick-initialized {
  opacity: 1;
}
.m-archive_carousel_prev {
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 2;
  cursor: pointer;
  transform: translate(0, -50%);
}
.m-archive_carousel_prev img {
  width: 30px;
  height: 30px;
}
.m-archive_carousel_next {
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  cursor: pointer;
  transform: translate(0, -50%);
}
.m-archive_carousel_next img {
  width: 30px;
  height: 30px;
}
.m-archive_carousel .slick-dots {
  display: flex;
  position: absolute;
  bottom: -120px;
  gap: 10px;
}
.m-archive_carousel .slick-dots li {
  width: auto;
  height: 104px;
}
.m-archive_detail_ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .m-archive_detail_ttl {
    font-size: 18px;
  }
}
.m-archive_detail_ttl span {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .m-archive_detail_ttl span {
    font-size: 15px;
  }
}
.m-archive_detail_body {
  padding: 15px 0 0;
}
.m-archive .slick-dotted.slick-slider {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m-archive .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
}
.m-archive .slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.m-evaluation {
  max-width: 790px;
  margin: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .m-evaluation {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 0;
  }
}
.m-evaluation_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-evaluation_ttl {
    text-align: center;
  }
}
.m-evaluation_ttl h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-evaluation_ttl h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.m-evaluation_content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-evaluation_content {
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }
}
.m-evaluation_content_item {
  display: flex;
  display: flex;
  gap: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.m-evaluation_content_item:last-child {
  border-bottom: 0;
}
.m-evaluation_content_text {
  flex: 1;
}
.m-evaluation_content_img {
  width: 80px;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .m-evaluation_content_img {
    width: 60px;
  }
}

.m-section {
  display: block;
}
.m-section.white {
  background: #fff;
}

.m-breadcrumb {
  width: 100%;
  padding: 15px 0 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-breadcrumb {
    display: none;
  }
}
.m-breadcrumb_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.m-breadcrumb_inner ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-breadcrumb_inner ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 11px;
}
.m-breadcrumb_inner ul li a {
  color: #0860C0;
}
.m-breadcrumb_inner ul li:after {
  content: ">";
  font-size: 10px;
}
.m-breadcrumb_inner ul li:last-child:after {
  display: none;
}

.m-visual__inner {
  position: relative;
}
.m-visual__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-visual__title {
    position: relative;
  }
}
.m-visual__title_inner {
  position: absolute;
  top: 41px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #E7E7E7;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .m-visual__title_inner {
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    border: none;
    gap: 10px;
    padding: 40px 0px 0px;
  }
}
.m-visual__title img {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .m-visual__title img {
    width: 138px;
  }
}
.m-visual__title h1 {
  color: #EF0000;
  font-size: 45px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-visual__title h1 {
    font-size: 30px;
  }
}
.m-visual__title_txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .m-visual__title_txt {
    font-size: 15px;
    text-align: center;
  }
}
.m-visual__title_txt span {
  color: #EF0000;
  font-weight: 700;
}
.m-visual__banner img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .m-visual__banner img {
    height: auto;
    width: 100%;
  }
}

.m-tab {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-tab {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-tab_area {
  display: flex;
  align-items: center;
  gap: 3px;
}
.m-tab_area li {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 10px 10px;
  background: #D1D1CB;
  border-bottom: 4px solid #D1D1CB;
  border-radius: 10px 10px 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-tab_area li {
    padding: 10px;
  }
}
.m-tab_area li span {
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-tab_area li span {
    font-size: 15px;
    line-height: 1;
  }
}
.m-tab_area li.on {
  border-bottom: 4px solid #E8E8E2;
  background: #fff;
}
.m-tab_area li.on span {
  color: #F00;
  font-weight: 700;
}
.m-tab_content {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.m-tab_content li {
  display: none;
  opacity: 0;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-tab_content li {
    padding: 30px;
  }
}
.m-tab_content li.on {
  display: block;
  animation: fadeIn 0.4s ease-in alternate forwards;
}
.m-tab_content li > span {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .m-tab_content li > span {
    font-size: 15px;
    line-height: 1.5;
  }
}
.m-tab_content li > a {
  display: block;
  margin-top: 15px;
  color: #288DC7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .m-tab_content li > a {
    font-size: 12px;
  }
}
.m-tab_content_btn {
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto 20px;
}
.m-tab_content_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F00;
  border-radius: 10px;
  font-size: 19px;
  width: 375px;
  padding: 16px 10px;
  box-shadow: 0px 1px 0px 0px #DF241E;
  color: #fff;
  max-height: 60px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .m-tab_content_btn > a {
    max-width: 250px;
    font-size: 16px;
    max-height: 50px;
  }
}
.m-tab_content_btn > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.m-tab_content_btn > a img {
  width: 12px;
  height: 12px;
}
.m-tab_content_btn > a:hover {
  opacity: 0.6;
}
.m-tab_content_btn .note {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-tab_content_btn .note {
    max-width: 250px;
  }
}
.m-tab_content_btn .note span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-tab_content_btn .note span {
    font-size: 12px;
  }
}
.m-tab_content_btn .note a {
  color: #288DC7;
  text-decoration-line: underline;
}

.m-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.m-lead span {
  color: #13131E;
  font-size: 18px;
  line-height: 24px;
}
.m-lead a {
  color: var(--link, #288DC7);
  font-size: 14px;
  text-decoration: underline;
}

.m-doubt {
  margin-bottom: 40px;
}
.m-doubt .order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .m-doubt .order_1 {
    order: 2;
  }
}
.m-doubt .order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .m-doubt .order_2 {
    order: 1;
  }
}
.m-doubt__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m-doubt__ttl {
    margin-bottom: 20px;
  }
}
.m-doubt__ttl span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-doubt__ttl span {
    display: none;
  }
}
.m-doubt__ttl h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-doubt__ttl h2 {
    font-size: 20px;
  }
}
.m-doubt__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .m-doubt__head {
    padding: 0 15px;
  }
}
.m-doubt__head_bubble {
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .m-doubt__head_bubble {
    padding: 15px 20px;
    max-height: 66px;
    flex: 1;
  }
}
.m-doubt__head_bubble span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-doubt__head_bubble span {
    font-size: 15px;
  }
}
.m-doubt__head_bubble:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.m-doubt__head img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .m-doubt__content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.m-doubt__content.twoColum {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content.twoColum {
    flex-direction: column;
  }
}
.m-doubt__content__inner {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.m-doubt__content__inner p {
  width: 100%;
  margin-top: 0;
}
.m-doubt__content__inner ul {
  width: 49%;
  margin-top: 20px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__inner ul {
    width: 100%;
    margin-top: 10px;
  }
}
.m-doubt__content__inner ul li {
  margin-left: 20px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__inner ul + ul {
    margin-top: 0;
  }
}
.m-doubt__content__inner a {
  color: #288DC7;
  text-decoration: underline;
  font-size: 14px;
}
.m-doubt__content__inner.width {
  width: 100%;
}
.m-doubt__content__block {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block {
    width: 100%;
    flex-wrap: wrap;
  }
}
.m-doubt__content__block > p {
  flex: 1;
}
.m-doubt__content__block_inner {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block_inner {
    width: 100%;
    flex: auto;
  }
}
.m-doubt__content__block_inner p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block_inner p {
    width: 100%;
  }
}
.m-doubt__content__block_result {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block_result {
    display: none;
  }
}
.m-doubt__content__block_result img {
  width: 280px;
}
.m-doubt__content__block_result li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.m-doubt__content__block_result li dl dt {
  width: 50px;
}
.m-doubt__content__block_result li dl dd {
  width: 35px;
  text-align: right;
  line-height: 1.4;
}
.m-doubt__content__block__img {
  width: 191px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block__img {
    width: 100%;
    order: 2;
  }
}
.m-doubt__content__block .note {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0;
}
.m-doubt__content__block .note a {
  color: #288DC7;
  text-decoration: underline;
}
.m-doubt__content__block + .m-doubt__content__block {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__block + .m-doubt__content__block {
    margin-top: 0;
  }
}
.m-doubt__content__colum {
  width: 365px;
}
@media screen and (max-width: 767px) {
  .m-doubt__content__colum {
    width: 100%;
  }
}

.m-ranking {
  width: 100%;
}
.m-ranking__ttl {
  font-weight: 700;
  border-bottom: 1px solid #13131E;
}
@media screen and (max-width: 767px) {
  .m-ranking__ttl {
    font-size: 15px;
  }
}
.m-ranking ul {
  margin-top: 10px;
}
.m-ranking ul li {
  display: flex;
  gap: 10px;
}
.m-ranking ul li img {
  margin-top: 4px;
  width: 30px;
}
.m-ranking ul li span {
  display: block;
  flex: 1;
  padding: 5px 0px;
  line-height: 1.4;
  border-bottom: 2px solid #E7E7E7;
}
@media screen and (max-width: 767px) {
  .m-ranking ul li span {
    font-size: 15px;
  }
}
.m-ranking ul li:first-child span {
  color: #F00;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .readme {
    position: relative;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .readme_btn {
    right: 0;
    left: 0;
    bottom: 0;
    color: #288DC7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    font-size: 15px;
    margin: auto;
    padding: 15px;
    position: absolute;
    text-align: center;
    transition: all 0.2s;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .readme_btn:before {
    content: "もっと見る";
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .readme_btn:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-top: solid 2px #288DC7;
    border-right: solid 2px #288DC7;
    transition: all 0.4s ease;
    transform: translateX(-25%) rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .readme_btn.is-show:before {
    content: "閉じる";
  }
}
@media screen and (max-width: 767px) {
  .readme_btn.is-show:after {
    transform: translateX(-25%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .readme_btn.is-show + .readme_text:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .readme_text {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .readme_text.is-hide {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .readme_text.is-hide.zero {
    height: 0px;
  }
}
@media screen and (max-width: 767px) {
  .readme_text:before {
    background-image: linear-gradient(180deg, transparent 0 0%, #FFF 100%);
    bottom: 0;
    content: "";
    height: 60px;
    position: absolute;
    width: 100%;
  }
}

.m-Ministry {
  max-width: 444px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .m-Ministry {
    max-width: 95%;
  }
}
.m-Ministry_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #F5F3F0;
}
@media screen and (max-width: 767px) {
  .m-Ministry_inner {
    padding: 20px 10px;
  }
}
.m-Ministry_ttl h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .m-Ministry_ttl h2 {
    font-size: 20px;
  }
}
.m-Ministry_ttl h2 span {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.m-Ministry_text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .m-Ministry_text {
    font-size: 15px;
    text-align: start;
  }
}
.m-Ministry_link {
  line-height: 1.2;
}
.m-Ministry_link a {
  color: #288DC7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .m-Ministry_link a {
    font-size: 11.8px;
  }
}

.m-result__inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .m-result__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.m-result__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-result__ttl {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-result__img img {
    height: auto;
  }
}
.m-result__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .m-result__detail {
    gap: 20px;
  }
}
.m-result__detail__txt {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .m-result__detail__txt {
    line-height: normal;
    font-size: 15px;
  }
}
.m-result__detail__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .m-result__detail__btn {
    justify-content: center;
  }
}
.m-result__detail__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F00;
  border-radius: 10px;
  width: 375px;
  padding: 16px 10px;
  color: #F00;
  box-shadow: 0px 1px 0px 0px #DF241E;
  transition: all 0.4s ease;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .m-result__detail__btn a {
    width: 75%;
    max-width: 250px;
    padding: 11.5px 10px;
    max-height: 50px;
  }
}
.m-result__detail__btn a span {
  flex: 1;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-result__detail__btn a span {
    font-size: 16px;
  }
}
.m-result__detail__btn a img {
  width: 12px;
  height: 12px;
}
.m-result__detail__btn a:hover {
  opacity: 0.6;
}

.m-jobdescription {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .m-jobdescription {
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-jobdescription_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.m-jobdescription_ttl h2, .m-jobdescription_ttl h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_ttl h2, .m-jobdescription_ttl h3 {
    font-size: 24px;
  }
}
.m-jobdescription_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_block {
    margin-top: 20px;
    gap: 10px;
  }
}
.m-jobdescription_block + .m-jobdescription_block {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_img img {
    height: auto;
  }
}
.m-jobdescription_detail p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_detail p {
    font-size: 15px;
  }
}
.m-jobdescription_detail p span {
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_detail p span {
    font-size: 15px;
  }
}
.m-jobdescription_detail p .bold {
  font-weight: bold;
}
.m-jobdescription_detail p:nth-child(1) {
  margin-top: 0;
}
.m-jobdescription_btn {
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto 20px;
}
.m-jobdescription_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F00;
  border-radius: 10px;
  font-size: 19px;
  width: 375px;
  padding: 16px 10px;
  box-shadow: 0px 1px 0px 0px #DF241E;
  color: #fff;
  max-height: 60px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_btn > a {
    max-width: 250px;
    font-size: 16px;
    max-height: 50px;
  }
}
.m-jobdescription_btn > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.m-jobdescription_btn > a img {
  width: 12px;
  height: 12px;
}
.m-jobdescription_btn > a:hover {
  opacity: 0.6;
}
.m-jobdescription_btn .note {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_btn .note {
    max-width: 250px;
  }
}
.m-jobdescription_btn .note span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-jobdescription_btn .note span {
    font-size: 12px;
  }
}
.m-jobdescription_btn .note a {
  color: #288DC7;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .m-voice {
    border-radius: 0;
    background: #FFF;
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-voice_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.m-voice_ttl h2, .m-voice_ttl h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-voice_ttl h2, .m-voice_ttl h3 {
    font-size: 24px;
  }
}
.m-voice_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-voice_body {
    padding: 0;
    box-shadow: none;
  }
}
.m-voice_item_title {
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 700;
  background: #E7E7E7;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .m-voice_item_title {
    font-size: 15px;
  }
}
.m-voice_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m-voice_item_head_detail {
  flex: 1;
}
.m-voice_item_head_detail_ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-voice_item_head_detail_ttl {
    font-size: 16px;
  }
}
.m-voice_item_head_detail_name {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .m-voice_item_head_detail_name {
    padding-top: 5px;
    font-size: 12px;
  }
}
.m-voice_item_head_img {
  width: 68px;
}
.m-voice_item_text {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .m-voice_item_text {
    font-size: 15px;
  }
}

.m-inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .m-inquiry {
    padding: 30px 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-inquiry_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F00;
  margin-bottom: 20px;
}
.m-inquiry_ttl span {
  font-size: 24px;
  font-weight: 700;
}
.m-inquiry_ttl h2 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-inquiry_ttl h2 {
    font-size: 24px;
  }
}
.m-inquiry_txt {
  font-size: 17px;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-inquiry_txt {
    font-size: 15px;
  }
}
.m-inquiry_btn {
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 767px) {
  .m-inquiry_btn {
    width: 80%;
  }
}
.m-inquiry_btn_text {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.m-inquiry_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F00;
  border-radius: 10px;
  font-size: 19px;
  width: 375px;
  padding: 16px 10px;
  box-shadow: 0px 1px 0px 0px #DF241E;
  color: #fff;
  max-height: 60px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .m-inquiry_btn > a {
    width: 100%;
    font-size: 16px;
    max-width: 250px;
    max-height: 50px;
  }
}
.m-inquiry_btn > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.m-inquiry_btn > a img {
  width: 12px;
  height: 12px;
}
.m-inquiry_btn > a:hover {
  opacity: 0.6;
}
.m-inquiry_btn_note {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-inquiry_btn_note {
    max-width: 250px;
  }
}
.m-inquiry_btn_note span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-inquiry_btn_note span {
    font-size: 12px;
  }
}
.m-inquiry_btn_note a {
  color: #288DC7;
  text-decoration-line: underline;
}
.m-inquiry_btn + .m-inquiry_btn {
  padding-top: 20px;
  border-top: 1px solid #E7E7E7;
}

.m-question {
  display: inline-flex;
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .m-question {
    border-radius: 0;
  }
}
.m-question_ttl {
  text-align: center;
}
.m-question_ttl h2, .m-question_ttl h3 {
  display: flex;
  flex-direction: column;
  color: #F00;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .m-question_ttl h2, .m-question_ttl h3 {
    line-height: 1.6;
  }
}
.m-question_ttl span {
  color: #F00;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .m-question_ttl span {
    font-size: 24px;
  }
}
.m-question_item {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #E7E7E7;
}
.m-question_title {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .m-question_title {
    font-size: 15px;
  }
}
.m-question_title .ques {
  width: 20px;
}
.m-question_title .text {
  font-size: 17px;
  flex: 1;
  font-weight: 400;
}
.m-question_title .icon {
  width: 20px;
}
.m-question_title .icon span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #13131E;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.m-question_title .icon span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #13131E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-question_title .icon span:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #13131E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-question_title .icon.on span {
  transform: rotate(360deg);
}
.m-question_title .icon.on span:after {
  display: none;
}
.m-question_body {
  display: none;
  line-height: 1.7;
}
.m-question_body > span {
  width: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #F00;
}
.m-question_body > a {
  color: #288DC7;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.m-question_body .note {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-question_body .note {
    max-width: 250px;
  }
}
.m-question_body .note > span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-question_body .note > span {
    font-size: 12px;
  }
}
.m-question_body .note > span > a {
  color: #288DC7;
  text-decoration-line: underline;
}

.m-snsArea {
  display: flex;
  justify-content: center;
  padding: 40px 0 60px;
  background: #fff;
  border-bottom: 2px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .m-snsArea {
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.m-snsArea__txt {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.m-snsArea__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.m-pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  .m-pageTop {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
.m-pageTop a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #EF4D4D;
  border-radius: 50px;
  transition: all 0.4s ease;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .m-pageTop a {
    width: 50px;
    height: 50px;
  }
}
.m-pageTop a:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .m-pageTop a:before {
    top: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.m-pageTop a span {
  transform: translate(0, 10px);
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-pageTop a span {
    font-size: 12px;
    transform: translate(0, 5px);
  }
}
.m-pageTop a:hover {
  opacity: 0.6;
}

.m-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.m-modal__overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
}
.m-modal__inner {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .m-modal__inner {
    width: 90%;
  }
}
.m-modal__content {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #FFF;
}
.m-modal__content__btn {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.m-modal__content__ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: #F00;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  animation-duration: 2s;
}
@media screen and (max-width: 767px) {
  .m-modal__content__ttl {
    font-size: 24px;
  }
}
.m-modal__content__banner {
  margin-top: 20px;
  animation-duration: 2s;
}
.m-modal__content__banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-modal__content__banner img {
    height: auto;
  }
}
.m-modal__content__display {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  animation-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  .m-modal__content__display {
    font-size: 15px;
  }
}
.m-modal__content__txt {
  margin-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  animation-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  .m-modal__content__txt {
    font-size: 13px;
  }
}
.m-modal__content__closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  width: 250px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #BCBCB3;
  background: #FFF;
  box-shadow: 0px 1px 0px 0px #BCBCB3;
  animation-duration: 2.5s;
  cursor: pointer;
}
.m-modal__content__closeBtn span {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.m-modal__content .m-modal__content__ttl,
.m-modal__content .m-modal__content__banner,
.m-modal__content .m-modal__content__display,
.m-modal__content .m-modal__content__txt,
.m-modal__content .m-modal__content__closeBtn {
  transition: all 0.2s ease-in-out;
  max-height: 400px;
  opacity: 0;
}
.m-modal__content.start {
  padding: 30px 20px 20px;
}
.m-modal__content.start .m-modal__content__ttl,
.m-modal__content.start .m-modal__content__banner,
.m-modal__content.start .m-modal__content__display,
.m-modal__content.start .m-modal__content__txt,
.m-modal__content.start .m-modal__content__closeBtn {
  opacity: 1;
}
.m-modal__content.start .m-modal__content__display {
  animation-name: fadeUpAnime;
  animation-duration: 0.4a;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*! =========================================================================
// top追加
========================================================================== */

.graph_bg_gray{
  background: #F7F6F5;
  padding: 10px 15px;
}
.graph_bg_gray .title{
  text-align: center;
  font-weight: bold;
}
.graph_bg_gray .m-flexBlock__content_block.twoColum{
  width: calc(100%);
}
.mgrt20{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .graph_bg_gray .m-inquiry_btn_note {
    max-width: 100%;
  }
}
.graph_bg_gray .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
 .graph_bg_gray .sp-only {
    display: block;
  }
}
.graph_bg_gray .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .graph_bg_gray .pc-only {
    display: none;
  }
}
/*! =========================================================================
// about
========================================================================== */
.about > h2 {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .about > h2{
  font-size: 24px;
  }
}
.about a {
    color: #288DC7 !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
  }
@media screen and (max-width: 767px) {
  .about {
    border-radius: 0;
    background: #FFF;
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.about > p {
  font-size: 15px;
}
