@charset "UTF-8";
/* ==========================================
 Normalize
========================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==========================================
 Base
========================================== */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}

:root {
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #ffffff;
  color: #222222;
  min-width: 320px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

main {
  display: block;
}

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

a {
  color: #222222;
  transition: .3s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  opacity: .8;
}

a:hover img, a:active img, a:focus img {
  opacity: 1;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

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

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

dfn,
cite {
  font-style: normal;
}

small {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
}

input[type="reset"],
input[type="image"],
input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

:-ms-input-placeholder {
  color: #6c6c6c;
}

:placeholder-shown {
  color: #6c6c6c;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-offset: 0;
}

audio {
  width: 100%;
}

/* ==========================================
 Structure
========================================== */
/* ==========================================
 Header
========================================== */
.header {
  position: fixed;
  margin-bottom: 22px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  z-index: 100;
}

.header.ver02 {
  margin-bottom: 0;
}

.is-header-static .header {
  position: static;
  margin-bottom: 0;
}

.header-contents {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

@media print, screen and (min-width: 1170px) {
  .header-contents {
    padding: 0 10px;
  }
}

.header.ver02 .header-contents {
  padding: 0 10px;
}

.header-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

@media print, screen and (min-width: 1170px) {
  .header-inner {
    padding: 16px 0 8px;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-inner {
    box-shadow: none;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .header.ver02 .header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media print, screen and (max-width: 768px) {
  .header.ver02 .header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.header-logo {
  line-height: 1;
}

@media print, screen and (min-width: 1170px) {
  .header-logo {
    margin-right: 12px;
    min-width: 200px;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-logo {
    flex: auto;
    margin: 0 2.66667% 0 2.93333%;
    min-width: 128px;
    width: 32%;
  }
}

@media print, screen and (min-width: 1170px) {
  .header.ver02 .header-logo {
    margin-left: 1.70455%;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-logo {
    margin: 0 0 0 1.70455%;
    max-width: 201px;
    width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .header.ver02 .header-logo {
    max-width: 128px;
    width: 128px;
  }
}

@media print, screen and (min-width: 1170px) {
  .header-sub {
    display: flex !important;
    align-items: center;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-sub {
    display: none;
    flex-direction: column-reverse;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 3.2% 33px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    background-color: #ebebeb;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-sub {
    display: flex;
    flex-direction: row;
    position: static;
    left: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    background-color: #ffffff;
  }
}

@media print, screen and (min-width: 1170px) {
  .header-tel {
    order: 1;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-tel {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 1170px) {
  .header.ver02 .header-tel {
    padding-top: 0;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-tel {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .header.ver02 .header-tel {
    display: none;
  }
}

.header-tel-inner {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 1170px) {
  .header-tel-inner {
    justify-content: flex-end;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-tel-inner {
    display: block;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-tel-inner {
    justify-content: flex-end;
    margin: 0;
    border-bottom: none;
  }
}

.header-tel-item {
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 1169px) {
  .header-tel-item {
    justify-content: center;
    margin: 0;
  }
}

.header-tel-text {
  line-height: 1;
}

.header-tel-text02 {
  color: #555555;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1170px) {
  .header-tel-text02 {
    margin-top: 4px;
    text-align: right;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-tel-text02 {
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    line-height: .5;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-tel-text02 {
    margin-top: 8px;
    font-weight: normal;
  }
}

.header-tel-text03 {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1170px) {
  .header-tel-text03 {
    margin-right: 6px;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-tel-text03 {
    text-align: center;
    font-size: 1.6rem;
    line-height: .7;
  }
}

.header-tel-num {
  display: flex;
  font-family: "Lora", sans-serif;
  font-size: 2.4rem;
  align-items: center;
  color: #555555;
}

@media print, screen and (min-width: 1170px) {
  .header-tel-num {
    letter-spacing: .05em;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-tel-num {
    font-size: 2.6rem;
    letter-spacing: .05em;
  }
  .header-tel-num::before {
    background-size: 24px;
    height: 24px;
    width: 24px;
  }
}

.header-tel-text + .header-tel-num {
  margin-left: 2px;
}

.header.ver02 .header-tel-num {
  line-height: 1;
}

@media print, screen and (max-width: 1169px) {
  .header.ver02 .header-tel-num {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .header.ver02 .header-tel02-num {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .header.ver02 .header-tel02-num {
    display: flex;
    background: #f2f5f7;
    border-radius: 4px;
    padding: 8px;
    line-height: 1;
    color: #0081cc;
    font-weight: bold;
    font-size: 1.6rem;
    align-items: center;
  }
  .header.ver02 .header-tel02-num::before {
    content: "";
    background: url(/assets/images/common/icon-tel-01.svg) no-repeat;
    background-size: cover;
    height: 14px;
    width: 14px;
    margin-right: 4px;
  }
}

.header-action {
  display: flex;
  align-items: flex-start;
}

@media print, screen and (min-width: 1170px) {
  .header-action {
    margin-left: 12px;
    order: 2;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action {
    padding-top: 95px;
  }
}

.header-action-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 4px solid #bd3900;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

.header-action-btn.wide {
  width: 180px;
}

@media print, screen and (max-width: 1169px) {
  .header-action-btn.wide {
    padding: 23px 5px 23px;
    width: calc(100% / 3 * 2);
  }
}

@media print, screen and (min-width: 1170px) {
  .header-action-btn {
    padding: 12px 8px 11px 12px;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action-btn {
    padding: 23px 5px 23px;
    width: calc(100% / 3);
  }
}

.header-action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #ffea00 0%, #e6d900 100%);
  opacity: 0;
  z-index: 1;
  transition: .3s;
}

.header-action-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  min-width: 14px;
  width: 14px;
  height: 14px;
  background: url(/assets/images/common/icon-btnArrow-01.svg);
  background-size: 14px;
  z-index: 2;
}

@media print, screen and (min-width: 1170px) {
  .header-action-btn::after {
    right: 8px;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action-btn::after {
    right: 5px;
  }
}

.header-action-btn:hover, .header-action-btn:active, .header-action-btn:focus {
  margin-top: 2px;
  border-bottom-color: #bfb500;
  border-bottom-width: 2px;
  color: #d74100;
}

.header-action-btn:hover::before, .header-action-btn:active::before, .header-action-btn:focus::before {
  opacity: 1;
}

@media print, screen and (min-width: 1170px) {
  .header-action-btn + .header-action-btn {
    margin-left: 4px;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action-btn + .header-action-btn {
    margin-left: 1.33333%;
  }
}

.header-action-btn.ver02 {
  border-bottom-color: #b36f01;
  background-image: linear-gradient(180deg, #f2b600 0%, #e67300 100%);
}

.header-action-btn.ver02:hover, .header-action-btn.ver02:active, .header-action-btn.ver02:focus {
  border-bottom-color: #bfb500;
}

.header-action-btnLead {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}

@media print, screen and (min-width: 1170px) {
  .header-action-btnLead {
    padding-right: 24px;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action-btnLead {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 768px) {
  .header-action-btnLead {
    padding-left: 6px;
  }
}

@media print, screen and (min-width: 1170px) {
  .header-action-btnText {
    display: none;
  }
}

@media print, screen and (max-width: 1169px) {
  .header-action-btnText {
    position: absolute;
    top: -68px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 9px 0 10px;
    max-width: 214px;
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    color: #555555;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    z-index: 3;
  }
  .header-action-btnText::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
  }
}

.header-accordion-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 28px 0 10px;
  width: 174px;
  height: 60px;
  background-image: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
  transition: background-color .4s;
}

@media print, screen and (min-width: 1170px) {
  .header-accordion-btn {
    display: none;
  }
}

.header-accordion-btn.ver02 {
  background: transparent linear-gradient(180deg, #f2b600 0%, #e67300 100%) 0% 0% no-repeat;
}

.header-accordion-btn.ver02::after {
  transform: rotate(0deg);
}

.header-accordion-btn.ver03::after {
  transform: rotate(0deg);
}

.header-accordion-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 8px;
  width: 14px;
  height: 14px;
  background: url(/assets/images/common/icon-btnArrow-01.svg);
  background-size: cover;
  transform: rotate(90deg);
  transition: .4s;
}

.header-accordion-btn.is-open {
  position: relative;
  box-shadow: none;
  background: #ebebeb;
  color: #999999;
  z-index: 1;
}

.header-accordion-btn.is-open::after {
  transform: rotate(-90deg);
}

.header-accordion-btn span {
  display: block;
  margin: auto;
}

.header-accordion-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 42px;
  width: 52px;
  height: 60px;
}

@media print, screen and (min-width: 1170px) {
  .header-accordion-btn02 {
    display: none;
  }
}

.header-accordion-btn02 span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #0081cc;
  transition: all .4s;
}

.header-accordion-btn02 span:nth-of-type(1) {
  top: 24px;
}

.header-accordion-btn02 span:nth-of-type(2) {
  top: 29px;
}

.header-accordion-btn02 span:nth-of-type(3) {
  top: 34px;
}

.header-accordion-btn02.is-open {
  background: #ebebeb;
  position: relative;
  z-index: 1;
}

.header-accordion-btn02.is-open span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}

.header-accordion-btn02.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-accordion-btn02.is-open span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}

@media print, screen and (min-width: 1170px) {
  .globalNav {
    display: block !important;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.9);
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    padding: 25px 5.33333% 35px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    background: #ebebeb;
    font-size: 1.5rem;
  }
}

.globalNav-contents {
  margin: 0 auto;
  max-width: 1280px;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-contents {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-wrapper {
    display: flex;
  }
  .globalNav-wrapper > .globalNav-list {
    position: relative;
  }
  .globalNav-wrapper + li {
    position: relative;
  }
  .globalNav-wrapper + li::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #d3d3d4;
  }
}

.globalNav-list::after {
  display: none;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list {
    display: flex;
    align-items: center;
  }
}

.globalNav-list > li {
  position: relative;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #c2c2c2;
  }
}

.globalNav-list > li > a {
  width: 100%;
  color: #222222;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li > a {
    display: flex;
    justify-content: center;
    padding: 10px 16px;
    transition: .3s;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li > a {
    position: relative;
    display: block;
    padding: 8px 0;
  }
}

.globalNav-list > li > a::after {
  bottom: 0;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li > a::after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 4px;
    background-color: #ebde00;
    transition: .3s;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li > a::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    margin: auto 8px;
    width: .7rem;
    height: .7rem;
    border-top: 2px solid #009df9;
    border-right: 2px solid #009df9;
    vertical-align: middle;
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li > a:hover, .globalNav-list > li > a:active, .globalNav-list > li > a:focus {
    opacity: .8;
    color: #0081cc;
  }
  .globalNav-list > li > a:hover::after, .globalNav-list > li > a:active::after, .globalNav-list > li > a:focus::after {
    width: 100%;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li > a > span {
    display: none;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li + li::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #d3d3d4;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li.globalNav-search {
    border: none;
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li.globalNav-search > a {
    height: 56px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff100;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li.globalNav-search > a::before {
    display: inline-block;
    content: "";
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url("/assets/images/common/icon-btnSearch-03.svg") no-repeat 0 0;
    background-size: cover;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list > li.globalNav-search > a::before {
    content: "";
    position: relative;
    margin-right: 8px;
    display: inline-block;
    background: url("/assets/images/common/icon-btnSearch-01.svg");
    width: 26px;
    height: 26px;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list > li.is-current > a {
    color: #0081cc;
  }
  .globalNav-list > li.is-current > a::after {
    transition: none;
    width: 100%;
    background-color: #ebde00;
  }
}

@media print, screen and (min-width: 769px) {
  .globalNav-list--row-reverse-pc {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 1170px) {
  .globalNav-list--row-reverse-pc > li::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #d3d3d4;
  }
  .globalNav-list--row-reverse-pc > li:first-child::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #d3d3d4;
  }
  .globalNav-list--row-reverse-pc > li:last-child::before {
    display: none;
  }
}

.globalNav-list-sub {
  display: flex;
}

.globalNav-list-sub::after {
  display: none;
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub {
    margin-top: 24px;
  }
}

.globalNav-list-sub > li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub > li {
    padding: 0 3.2%;
    width: 33.333%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
  }
}

.globalNav-list-sub > li > a {
  position: relative;
  display: flex;
  width: 100%;
  color: #222222;
  transition: .3s;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list-sub > li > a {
    justify-content: center;
    padding: 10px 16px;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub > li > a {
    align-items: center;
    height: 100%;
    font-weight: bold;
    text-align: left;
  }
  .globalNav-list-sub > li > a::after {
    display: inline-block;
    content: "";
    margin: auto 0 auto 1px;
    padding-left: 4px;
    width: .7rem;
    height: .7rem;
    border-right: 2px solid #555555;
    border-top: 2px solid #555555;
    transform: rotate(45deg);
  }
}

.globalNav-list-sub > li > a:hover, .globalNav-list-sub > li > a:active, .globalNav-list-sub > li > a:focus {
  opacity: .8;
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list-sub > li > a:hover, .globalNav-list-sub > li > a:active, .globalNav-list-sub > li > a:focus {
    color: #0081cc;
  }
}

.globalNav-list-sub > li + li::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #d3d3d4;
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub > li + li::before {
    height: 100%;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub > li:first-child {
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list-sub > li:first-child > a {
    padding-left: 0;
  }
}

@media print, screen and (max-width: 1169px) {
  .globalNav-list-sub > li:last-child {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 1170px) {
  .globalNav-list-sub > li:last-child > a {
    padding-right: 0;
  }
}

/* ==========================================
 Breadcrumb
========================================== */
.breadcrumb {
  background-color: #f8f8f8;
  padding: 0 5.333vw;
}

@media print, screen and (max-width: 1169px) {
  .breadcrumb {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb-list {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.breadcrumb-list > li {
  letter-spacing: normal;
  font-size: 1.2rem;
  padding: 12px 0;
}

.breadcrumb-list > li:first-child {
  line-height: 1;
  min-width: 14px;
}

.breadcrumb-list > li::before {
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  content: "";
  display: inline-block;
  height: .5rem;
  margin: auto 15px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .5rem;
  top: -.12em;
}

.breadcrumb-list > li:first-child::before {
  display: none;
}

.breadcrumb-list a {
  color: #666666;
}

.breadcrumb-list a:not([href]):hover, .breadcrumb-list a:not([href]):active, .breadcrumb-list a:not([href]):focus {
  opacity: 1;
}

/* ==========================================
 Footer
========================================== */
.footer-nav {
  margin-top: 8px;
  border-top: 8px solid #fff100;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 1170px) {
  .footer-nav {
    padding: 0 5.333vw;
  }
  .footer-nav::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 71.33333%;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer-nav::after {
    left: 65%;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01 {
    width: 540px;
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents01 {
    padding: 0 5.333vw;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-list > li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .footer-contents01-list > li > a::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #009df9;
    border-right: 2px solid #009df9;
    height: .7rem;
    margin: auto 0 auto 6px;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
    vertical-align: middle;
    width: .7rem;
    top: -.12em;
  }
  .footer-contents01-list > li > a:hover::after, .footer-contents01-list > li > a:active::after, .footer-contents01-list > li > a:focus::after {
    transform: translateX(5px) rotate(45deg);
  }
  .footer-contents01-list.ver01 {
    display: flex;
    border-bottom: 1px solid #c2c2c2;
    padding: 48px 0 32px;
  }
  .footer-contents01-list.ver01 li:not(:first-child) {
    margin-left: 38px;
  }
  .footer-contents01-list.ver02 > li {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents01-list > li {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
  }
  .footer-contents01-list > li::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #009df9;
    border-right: 2px solid #009df9;
    height: .7rem;
    margin: auto 8px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .7rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .footer-contents01-list > li a,
  .footer-contents01-list > li span {
    padding: 14px 0;
    width: 100%;
    color: #222222;
    display: block;
  }
}

.footer-contents01-list a {
  color: #222222;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents01-list .footer-toggle::after {
    display: none;
  }
  .footer-contents01-list .footer-toggle .footer-toggle-btn {
    cursor: pointer;
    position: relative;
  }
  .footer-contents01-list .footer-toggle .footer-toggle-btn::after {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #009df9;
    border-right: 2px solid #009df9;
    height: .7rem;
    margin: auto 8px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .7rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: .4s;
  }
  .footer-contents01-list .footer-toggle .footer-toggle-btn.is-open::after {
    transform: rotate(-135deg);
  }
  .footer-contents01-list .footer-toggle .footer-contents01-sub a::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #555555;
    border-right: 2px solid #555555;
    height: .5rem;
    margin: auto 17px auto 8px;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
    vertical-align: middle;
    width: .5rem;
    top: -.01em;
    position: relative;
  }
  .footer-contents01-list .footer-toggle .footer-contents01-sub a:hover::after, .footer-contents01-list .footer-toggle .footer-contents01-sub a:active::after, .footer-contents01-list .footer-toggle .footer-contents01-sub a:focus::after {
    transform: translateX(5px) rotate(45deg);
  }
}

@media print, screen and (min-width: 769px) {
  .footer-contents01-list--row-reverse-pc {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .footer-contents01-list--row-reverse-pc.ver01 li:not(:first-child) {
    margin: 0 38px 0 0;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub {
    display: flex !important;
    flex-wrap: wrap;
  }
  .footer-contents01-sub > li {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .footer-contents01-sub > li > a::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #555555;
    border-right: 2px solid #555555;
    height: .5rem;
    margin: auto 17px auto 8px;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
    vertical-align: middle;
    width: .5rem;
    top: -.01em;
    position: relative;
  }
  .footer-contents01-sub > li > a:hover::after, .footer-contents01-sub > li > a:active::after, .footer-contents01-sub > li > a:focus::after {
    transform: translateX(5px) rotate(45deg);
  }
  .footer-contents01-sub--row-reverse-pc {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents01-sub {
    display: none;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents02 {
    background: #f3f3f3;
    padding: 48px 0;
    position: relative;
    width: 28.66667%;
    z-index: 1;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02 {
    background: #ffffff;
    padding: 50px 5.333vw 0;
  }
}

.footer-contents02-btn {
  height: 56px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff100;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 1170px) {
  .footer-contents02-btn {
    margin-left: 11.62791%;
  }
}

.footer-contents02-btn::before, .footer-contents02-btn::after {
  display: inline-block;
  content: "";
}

.footer-contents02-btn::before {
  position: relative;
  margin-right: 8px;
  background: url("/assets/images/common/icon-btnSearch-01.svg");
  width: 26px;
  height: 26px;
}

.footer-contents02-btn::after {
  border-top: 2px solid #009df9;
  border-right: 2px solid #009df9;
  height: .7rem;
  margin: auto 8px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .7rem;
  top: 0;
  right: 12px;
  bottom: 0;
  position: absolute;
}

.footer-contents02-list {
  font-size: 1.2rem;
  margin-top: 30px;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents02-list li {
    margin: 0 0 0 11.62791%;
  }
}

.footer-contents02-list li:not(:first-child) {
  margin-top: 10px;
}

.footer-contents02-list a {
  color: #222222;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.footer-contents02-list a::after {
  display: inline-block;
  content: "";
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  height: .5rem;
  transform: translateX(0%) rotate(45deg);
  transition: .3s;
  width: .5rem;
  top: .7em;
  right: 0;
  position: absolute;
}

.footer-contents02-list a:hover::after, .footer-contents02-list a:active::after, .footer-contents02-list a:focus::after {
  transform: translateX(5px) rotate(45deg);
}

.footer-relate {
  padding: 10px 0 9px;
}

@media print, screen and (max-width: 1169px) {
  .footer-relate {
    margin-top: 20px;
    background: #f8f8f8;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-relate dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer-relate dt {
  font-size: 1.4rem;
  font-weight: bold;
}

@media print, screen and (max-width: 1169px) {
  .footer-relate dt {
    font-size: 1.6rem;
    padding: 10px 5.333vw;
    position: relative;
  }
  .footer-relate dt::after {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #009df9;
    border-right: 2px solid #009df9;
    height: .7rem;
    margin: auto 8px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .7rem;
    top: 0;
    bottom: 0;
    right: 22px;
    position: absolute;
    transition: .4s;
  }
  .footer-relate dt.is-open::after {
    transform: rotate(-135deg);
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-relate dd {
    display: none;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-relate li {
    margin-left: 16px;
  }
}

.footer-relate a {
  display: inline-block;
  font-size: 1.2rem;
  color: #222222;
}

@media print, screen and (min-width: 1170px) {
  .footer-relate-list {
    display: flex;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-relate-list {
    padding: 0 5.333vw;
  }
}

.footer-logo {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #c2c2c2;
}

@media print, screen and (max-width: 1169px) {
  .footer-logo {
    padding-top: 32px;
  }
}

.footer-logo img {
  width: 280px;
  height: 44px;
}

@media print, screen and (max-width: 1169px) {
  .footer-logo img {
    width: 159px;
    height: 25px;
  }
}

.footer-nav-sub {
  font-size: 1.2rem;
  background: #f8f8f8;
  margin-top: 40px;
  padding: 18px 5.333vw;
}

@media print, screen and (max-width: 1169px) {
  .footer-nav-sub {
    margin-top: 30px;
    padding-top: 8px;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-nav-sub ul {
    display: flex;
    justify-content: center;
  }
}

.footer-nav-sub li:not(:last-child) {
  padding-right: 32px;
}

@media print, screen and (max-width: 1169px) {
  .footer-nav-sub li:not(:last-child) {
    padding-right: 4%;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-nav-sub li {
    padding-top: 10px;
    display: inline-block;
  }
}

.footer-nav-sub a {
  color: #555555;
}

.footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 18px 0;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media print, screen and (min-width: 1170px) {
  .footer-logo + .footer-copyright {
    padding-top: 40px;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-logo + .footer-copyright {
    padding-top: 30px;
  }
}

.page-top {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.page-top img {
  transition: all .3s ease;
}

@media print, screen and (min-width: 1170px) {
  .page-top {
    padding: 60px 0 20px;
  }
}

.page-top a:hover img, .page-top a:active img, .page-top a:focus img {
  transform: translateY(-5px);
}

/* ==========================================
 Section
========================================== */
body:not([class="is-header-static"]) .str-main {
  padding-top: 106px;
}

@media print, screen and (max-width: 1169px) {
  body:not([class="is-header-static"]) .str-main {
    padding-top: 60px;
  }
}

body:not([class="is-header-static"]) .header.ver02 + .str-main {
  padding-top: 80px;
}

@media print, screen and (max-width: 768px) {
  body:not([class="is-header-static"]) .header.ver02 + .str-main {
    padding-top: 68px;
  }
}

@media print, screen and (min-width: 769px) {
  .str-section {
    padding: 0 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section {
    padding: 0 5.33333%;
  }
}

.str-section.ver02 {
  background: #f2f5f7;
}

.str-section-inner {
  max-width: 1280px;
  margin: auto;
}

.str-section-inner.ver02 {
  max-width: 1200px;
}

.str-section-02 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media print, screen and (min-width: 769px) {
  .str-section-02 {
    padding-right: 5.333vw;
    padding-left: 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section-02 {
    padding-right: 5.33333%;
    padding-left: 5.33333%;
  }
}

.str-section-02.ver02 {
  background: #ecf4ff;
  padding-top: 20px !important;
  padding-bottom: 30px;
}

.str-section-02-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.str-section-02-inner > :first-child {
  margin-top: 0;
}

.str-section-02-inner > :last-child {
  margin-bottom: 0;
}

.str-section-02:last-child {
  padding-bottom: 0;
}

[class^="m-hdg-l1"] + .str-section-02 {
  padding-top: 0;
}

.str-section + .str-section-cv {
  margin-top: 48px;
}

/* ==========================================
Modules
========================================== */
.m-txt {
  margin-top: 24px;
}

.m-txt > a {
  text-decoration: underline;
}

.m-txt > a:hover, .m-txt > a:active, .m-txt > a:focus {
  text-decoration: none;
}

.m-box-voice .m-txt {
  margin-top: 16px;
}

.m-txt.blue {
  color: #0080cc;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-txt.blue {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt.blue {
    font-size: 1.7rem;
  }
}

.m-txt-em {
  background: linear-gradient(to top, #fff100 50%, transparent 50%);
  font-weight: bold;
}

.m-txt-strong {
  color: #cf0000;
}

.m-txt-lede {
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede > b {
    font-size: 2.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-lede > b {
    font-size: 1.8rem;
    font-weight: normal;
  }
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede.elementary > b {
    background: linear-gradient(to top, #fbdfe2 25%, transparent 25%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-lede.elementary > b {
    background: linear-gradient(to top, #fbdfe2 20%, transparent 20%);
  }
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede.junior > b {
    background: linear-gradient(to top, #ccede0 25%, transparent 25%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-lede.junior > b {
    background: linear-gradient(to top, #ccede0 20%, transparent 20%);
  }
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede.high > b {
    background: linear-gradient(to top, #cfe0ea 25%, transparent 25%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-lede.high > b {
    background: linear-gradient(to top, #cfe0ea 20%, transparent 20%);
  }
}

@media print, screen and (min-width: 769px) {
  .m-txt-lede:not(.elementary):not(.junior):not(.high) > b {
    background: linear-gradient(to top, #cce6f5 25%, transparent 25%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-lede:not(.elementary):not(.junior):not(.high) > b {
    background: linear-gradient(to top, #cce6f5 20%, transparent 20%);
  }
}

.m-txt-note {
  margin-top: 24px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .m-txt-note {
    text-align: center;
    line-height: 1.5;
  }
}

@media print, screen and (max-width: 768px) {
  .m-txt-note {
    text-align: left;
  }
}

.m-txt-school {
  color: #ff7133;
  font-size: 1.8rem;
  font-weight: bold;
}

.color-white {
  color: #ffffff;
}

.m-icon-label {
  display: inline-block;
  padding: 7px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.m-icon-label.elementary {
  background-color: #e95e71;
}

.m-icon-label.junior {
  background-color: #00a764;
}

.m-icon-label.high {
  background-color: #0f6698;
}

.m-icon-label.cv {
  background-color: #ff7133;
}

.m-icon-label:not(.elementary):not(.junior):not(.high):not(.cv) {
  background-color: #7d9eb3;
}

.m-hdg-l2-02 .m-icon-label,
.m-hdg-l3-02 .m-icon-label {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02 .m-icon-label,
  .m-hdg-l3-02 .m-icon-label {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02 .m-icon-label,
  .m-hdg-l3-02 .m-icon-label {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-icon-label {
    padding: 4px;
    font-size: 1rem;
  }
}

.m-tbl-schedule .m-icon-label {
  margin-bottom: 4px;
}

@media print, screen and (max-width: 768px) {
  .m-tbl-schedule .m-icon-label {
    padding: 4px;
    font-size: 1rem;
  }
}

.m-icon-blank,
.m-icon-pdf,
.m-icon-modal {
  margin: 0 4px calc((1em - 1rem) / 2);
  vertical-align: middle;
}

.m-media-link .m-icon-modal-02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-link-menu {
  margin-top: 32px;
}

@media print, screen and (min-width: 769px) {
  .m-link-menu {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-menu > li {
    width: 33.333%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
  }
  .m-link-menu > li:not(:first-child) {
    margin-left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu > li {
    display: flex;
  }
  .m-link-menu > li:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-menu--row-reverse-pc {
    flex-direction: row-reverse;
  }
  .m-link-menu--row-reverse-pc > li:not(:last-child) {
    margin-left: 16px;
  }
  .m-link-menu--row-reverse-pc > li:last-child {
    margin-left: 0;
  }
}

.m-link-menu-btn-inner {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.m-link-menu-btn {
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-image: linear-gradient(180deg, #1692d9 0%, #0f6698 100%);
  color: #ffffff;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-link-menu-btn {
    padding: 25px 2.88462% 25px 10.09615%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn {
    width: 48.65672%;
    min-width: 148px;
    padding: 18px 8px 18px 28px;
  }
}

.m-link-menu-btn.ver02 {
  background-image: linear-gradient(180deg, #28d974 0%, #00a764 100%);
}

.m-link-menu-btn.ver03 {
  background-image: linear-gradient(180deg, #fe99a7 0%, #e95e71 100%);
}

.m-link-menu-btn::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: .3s;
  opacity: 0;
  border-radius: 4px;
}

.m-link-menu-btn:hover, .m-link-menu-btn:active, .m-link-menu-btn:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.m-link-menu-btn:hover::before, .m-link-menu-btn:active::before, .m-link-menu-btn:focus::before {
  background-image: linear-gradient(180deg, #1692d9 20%, #0f6698 100%);
  opacity: 1;
}

.m-link-menu-btn:hover.ver02::before, .m-link-menu-btn:active.ver02::before, .m-link-menu-btn:focus.ver02::before {
  background-image: linear-gradient(180deg, #28d974 20%, #00a764 100%);
}

.m-link-menu-btn:hover.ver03::before, .m-link-menu-btn:active.ver03::before, .m-link-menu-btn:focus.ver03::before {
  background-image: linear-gradient(180deg, #fe99a7 20%, #e95e71 100%);
}

.m-link-menu-btn::after {
  content: "";
  background: url("/assets/images/common/icon-btnArrow-01.svg");
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn::after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: 20px;
    margin-left: 0;
  }
}

.m-link-menu-btn-text {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 1.4rem;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn-text {
    display: none;
  }
}

.m-link-menu-btn-lead {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn-lead {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn-lead span {
    line-height: 1.4;
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-menu-btn-lead br {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn-lead br {
    display: block;
  }
}

.m-link-menu-sub {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-link-menu-sub {
    display: flex;
    margin-top: 20px;
  }
  .m-link-menu-sub li {
    width: 48.55769%;
    line-height: 1.4;
    font-size: 1.6rem;
    justify-content: flex-end;
    display: flex;
  }
  .m-link-menu-sub li + li {
    margin-left: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub {
    width: 48.65672%;
    margin-left: 2.98507%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub li {
    border-bottom: 1px solid #d3d3d4;
    font-size: 1.4rem;
    text-align: center;
  }
}

.m-link-menu-sub a {
  color: #222222;
  width: 100%;
  justify-content: space-around;
  display: inline-flex;
  transition: .3s;
}

.m-link-menu-sub a::after {
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  content: "";
  display: inline-block;
  height: .7rem;
  margin: auto 0 auto 6px;
  transform: translateX(0%) rotate(45deg);
  transition: .3s;
  vertical-align: middle;
  width: .7rem;
  top: 0;
  bottom: 0;
}

.m-link-menu-sub a:hover, .m-link-menu-sub a:active, .m-link-menu-sub a:focus {
  opacity: .8;
}

.m-link-menu-sub a:hover::after, .m-link-menu-sub a:active::after, .m-link-menu-sub a:focus::after {
  transform: translateX(5px) rotate(45deg);
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
  }
  .m-link-menu-sub a::after {
    transform: rotate(45deg);
    right: 10px;
    position: absolute;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu.ver02 .m-link-menu > li {
    justify-content: stretch;
  }
}

.m-link-menu.ver02 .m-link-menu-sub li {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu.ver02 .m-link-menu-sub li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.m-link-menu.ver02 .m-link-menu-sub a {
  display: block;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .m-link-menu.ver02 .m-link-menu-sub a {
    padding: 0 30px;
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu.ver02 .m-link-menu-sub a {
    right: 8px;
    font-size: 1.7rem;
  }
}

.m-link-menu.ver02 .m-link-menu-sub a::after {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .m-link-menu.ver02 .m-link-menu-sub a::after {
    right: 23px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu.ver02 .m-link-menu-sub a::after {
    right: 8px;
  }
}

.m-link {
  font-size: 1.6rem;
  color: #222222;
  display: inline-flex;
  font-weight: bold;
}

.m-link::after {
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  content: "";
  display: inline-block;
  height: .7rem;
  margin: auto 0 auto 6px;
  transform: translateX(0%) rotate(45deg);
  transition: .3s;
  width: .7rem;
  top: 0;
  bottom: 0;
}

.m-link:hover::after, .m-link:active::after, .m-link:focus::after {
  transform: translateX(5px) rotate(45deg);
}

.m-link-02 {
  text-decoration: underline;
}

.m-link-02.ver02 {
  display: inline-flex;
}

.m-link-02-icon {
  margin: 0 5px;
}

.m-link-03 {
  position: relative;
  font-weight: bold;
  text-decoration: none !important;
}

.m-link-03::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: transform .2s;
  transform: translate(0, -2px);
}

.m-link-03:hover::after, .m-link-03:active::after, .m-link-03:focus::after {
  transform: translate(2px, -2px);
}

.m-link-03[target="_blank"]::after, .m-link-03.js-modal::after {
  display: none;
}

.m-link-03.prev {
  display: inline-block;
  padding-left: 14px;
}

.m-link-03.prev::after {
  display: none;
}

.m-link-03.prev::before {
  display: block;
  position: absolute;
  content: "";
  top: .59375em;
  left: 0;
  width: 6px;
  height: 9px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: left .2s;
  transform: rotate(-180deg);
}

.m-link-03.prev:hover::before, .m-link-03.prev:active::before, .m-link-03.prev:focus::before {
  left: -2px;
}

.m-link-03.anchor::after {
  transform: translate(0, -2px) rotate(90deg);
}

.m-link-03.anchor:hover::after, .m-link-03.anchor:active::after, .m-link-03.anchor:focus::after {
  transform: translate(0, 0) rotate(90deg);
}

.m-link-list {
  margin-top: 24px;
}

.m-link-list-item > a {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.m-link-list-item > a::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: transform .2s;
  transform: translate(0, -2px);
}

.m-link-list-item > a:hover::after, .m-link-list-item > a:active::after, .m-link-list-item > a:focus::after {
  transform: translate(2px, -2px);
}

.m-link-list-item > a[target]::after, .m-link-list-item > a.js-modal::after {
  display: none;
}

.m-link-list-item > a + .m-link-list {
  margin-top: 16px;
}

.m-link-list-item > a + .m-link-list .m-link-list-item > a {
  font-weight: normal;
  font-size: 1.4rem;
}

.m-link-list-item > a + .m-link-list .m-link-list-item > a::after {
  background-image: url("/assets/images/common/icon-arrow-03.svg");
}

@media print, screen and (min-width: 769px) {
  .m-link-list-item > a + .m-link-list .m-link-list {
    margin-left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-list-item > a + .m-link-list .m-link-list {
    margin-left: 14px;
  }
}

.m-link-list:not(.line):not([class*="col"]) .m-link-list-item + .m-link-list-item {
  margin-top: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-link-list.line .m-link-list-inner {
    margin-top: -16px;
    margin-left: -28px;
    letter-spacing: -.4em;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-list.line .m-link-list-item {
    display: inline-block;
    margin-top: 16px;
    margin-left: 28px;
    letter-spacing: normal;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-list.line .m-link-list-item + .m-link-list-item {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-list[class*="col"] .m-link-list-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-list[class*="col"] .m-link-list-item {
    margin-top: 16px;
    margin-left: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-list.col2 .m-link-list-item {
    width: calc(50% - 24px);
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-list.col3 .m-link-list-item {
    width: calc(33.333% - 24px);
  }
}

.m-link-anchor {
  border-radius: 4px;
  background: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor {
    margin-top: 40px;
    padding: 16px 37px 32px 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor {
    margin-top: 32px;
    padding: 8px 26px 24px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
  }
}

.m-link-anchor-item {
  border-bottom: 1px solid #c2c2c2;
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-item {
    width: calc(50% - 32px);
    margin-left: 32px;
  }
}

.m-link-anchor-item > a {
  position: relative;
  padding: 16px 32px 16px 0;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-item > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-item > a {
    display: block;
  }
}

.m-link-anchor-item > a::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -4.5px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: top .2s;
  transform: rotate(90deg);
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-item > a::after {
    right: 9px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-item > a::after {
    right: 4.5px;
  }
}

.m-link-anchor-item > a:hover::after, .m-link-anchor-item > a:active::after, .m-link-anchor-item > a:focus::after {
  top: calc(50% + 2px);
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-02 {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-02 {
    margin-top: 18px;
  }
}

.m-link-anchor-02-list {
  display: -ms-grid;
  display: grid;
  align-items: stretch;
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-02-list {
    gap: 20px 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-02-list {
    gap: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-02-list.col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-02-list.col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-02-list.sp-col1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-anchor-02-list.sp-col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.m-link-bnr-02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 782px;
}

@media print, screen and (min-width: 769px) {
  .m-link-bnr-02 {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-bnr-02 {
    margin-top: 32px;
  }
}

.m-link-bnr-02-item {
  max-width: 375px;
}

.m-link-bnr-02-item > a {
  display: block;
}

.m-link-bnr-02-item img {
  height: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-link-bnr-02-item + .m-link-bnr-02-item {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-bnr-02.col2 .m-link-bnr-02-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-bnr-02.col2 .m-link-bnr-02-item {
    margin-top: 32px;
    margin-left: 32px;
    width: calc(50% - 32px);
  }
  .m-link-bnr-02.col2 .m-link-bnr-02-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-bnr-02.col2 .m-link-bnr-02-item {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-link-bnr-02:not(.col2) .m-link-bnr-02-item {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .m-link-bnr-02:not(.col2) .m-link-bnr-02-item + .m-link-bnr-02-item {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}

.m-btn-lede {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  max-width: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-btn-lede {
    display: block;
  }
}

.m-btn-lede > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.m-btn-lede > span::before, .m-btn-lede > span::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
}

.m-btn-lede > span::before {
  left: 1px;
  transform: rotate(-25deg);
}

.m-btn-lede > span::after {
  right: 1px;
  transform: rotate(25deg);
}

.m-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 26px;
  padding-right: 26px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-btn-inner {
    padding-top: 22px;
    padding-bottom: 22px;
    min-width: 340px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
}

.m-btn-inner::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 11px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-style: solid;
  border-top-width: 2px;
  transform: rotate(45deg);
}

.m-btn-inner:hover, .m-btn-inner:active, .m-btn-inner:focus {
  background-color: #fafdff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  opacity: .8;
}

.m-btn-inner[target="_blank"]::after, .m-btn-inner.js-modal::after {
  display: none;
}

.m-btn-innerLabel, .m-btn-innerTxt {
  max-width: 100%;
}

.m-btn-innerLabel {
  line-height: 1;
}

.m-btn-innerLabel + .m-btn-innerTxt {
  margin-top: 8px;
}

.m-btn-innerTxt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.m-btn.elementary .m-btn-lede > span {
  color: #e95e71;
}

.m-btn.elementary .m-btn-lede > span::before, .m-btn.elementary .m-btn-lede > span::after {
  background-color: #e95e71;
}

.m-btn.elementary .m-btn-inner {
  border-color: #e95e71;
  background-color: #ffe0e4;
}

.m-btn.elementary .m-btn-inner::after {
  border-top-color: #e95e71;
  border-right-color: #e95e71;
}

.m-btn.elementary .m-btn-inner:hover, .m-btn.elementary .m-btn-inner:active, .m-btn.elementary .m-btn-inner:focus {
  background-color: #ffebed;
}

.m-btn.junior .m-btn-lede > span {
  color: #00a764;
}

.m-btn.junior .m-btn-lede > span::before, .m-btn.junior .m-btn-lede > span::after {
  background-color: #00a764;
}

.m-btn.junior .m-btn-inner {
  border-color: #00a764;
  background-color: #e5f6ef;
}

.m-btn.junior .m-btn-inner::after {
  border-top-color: #00a764;
  border-right-color: #00a764;
}

.m-btn.junior .m-btn-inner:hover, .m-btn.junior .m-btn-inner:active, .m-btn.junior .m-btn-inner:focus {
  background-color: #f2fcf8;
}

.m-btn.high .m-btn-lede > span {
  color: #0f6698;
}

.m-btn.high .m-btn-lede > span::before, .m-btn.high .m-btn-lede > span::after {
  background-color: #0f6698;
}

.m-btn.high .m-btn-inner {
  border-color: #0f6698;
  background-color: #e3ecf2;
}

.m-btn.high .m-btn-inner::after {
  border-top-color: #0f6698;
  border-right-color: #0f6698;
}

.m-btn.high .m-btn-inner:hover, .m-btn.high .m-btn-inner:active, .m-btn.high .m-btn-inner:focus {
  background-color: #f2f7fa;
}

.m-btn.prev .m-btn-inner::after {
  right: 0;
  left: 11px;
  transform: rotate(-135deg);
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-lede > span {
  color: #0081cc;
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-lede > span::before, .m-btn:not(.elementary):not(.junior):not(.high) .m-btn-lede > span::after {
  background-color: #0081cc;
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner {
  border-color: #0081cc;
  background-color: #f1faff;
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner::after {
  border-top-color: #0081cc;
  border-right-color: #0081cc;
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner:hover, .m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner:active, .m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner:focus {
  background-color: #fafdff;
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt[class*="col"] .m-btn {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt[class*="col"] .m-btn .m-btn-inner {
    min-width: auto;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt.col2 .m-btn {
    max-width: 410px;
  }
}

.m-btn-lyt.cv .m-btn {
  width: 100%;
}

.m-btn-lyt.cv .m-btn .m-btn-inner {
  min-width: auto;
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-btn .m-btn-inner {
    padding: 8px 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-btn .m-btn-inner::after {
    right: 6px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-btn .m-btn-innerLabel + .m-btn-innerTxt {
    margin-top: 6px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-btn .m-btn-innerTxt {
    font-size: 1.3rem;
  }
}

.m-btn-class-search {
  width: 340px;
  margin: auto;
}

.m-btn-class-search-btn {
  border-bottom: 2px solid #c2c2c2;
  height: 56px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff100;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.m-btn-class-search-btn::before, .m-btn-class-search-btn::after {
  display: inline-block;
  content: "";
}

.m-btn-class-search-btn::before {
  position: relative;
  margin-right: 8px;
  background: url("/assets/images/common/icon-btnSearch-01.svg");
  width: 26px;
  height: 26px;
}

.m-btn-class-search-btn::after {
  border-top: 2px solid #009df9;
  border-right: 2px solid #009df9;
  height: .7rem;
  margin: auto 8px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .7rem;
  top: 0;
  right: 12px;
  bottom: 0;
  position: absolute;
}

@media print, screen and (max-width: 768px) {
  .m-btn-class-search {
    width: 100%;
  }
}

.m-btn-plan {
  display: block;
  margin: 32px auto 0;
  width: min(100%, 500px);
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt {
    margin-top: 32px;
  }
}

.m-btn-lyt:not([class*="col"]):not(.cv) {
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt:not([class*="col"]):not(.cv) {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt[class*="col"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt[class*="col"] {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt[class*="col"] .m-btn-lyt-item {
    margin-top: 24px;
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt[class*="col"] .m-btn-lyt-item + .m-btn-lyt-item {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt.col2 .m-btn-lyt-item {
    width: calc(50% - 24px);
  }
  .m-btn-lyt.col2 .m-btn-lyt-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-btn-lyt.col2 .m-btn-lyt-item:nth-child(odd) {
    text-align: right;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt.col3 .m-btn-lyt-item {
    width: calc(33.333% - 24px);
  }
  .m-btn-lyt.col3 .m-btn-lyt-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt[class*="col"].content-end {
    align-items: flex-end;
  }
}

.m-btn-lyt.cv {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt.cv {
    margin-left: -24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv {
    margin-top: 24px;
    margin-left: -8px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn-lyt.cv .m-btn-lyt-item {
    margin-top: 24px;
    margin-left: 24px;
    width: calc(33.333% - 24px);
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-lyt.cv .m-btn-lyt-item {
    margin-top: 8px;
    margin-left: 8px;
    width: calc(33.333% - 8px);
  }
}

.m-btn-lyt.cv .m-btn-lyt-item:nth-child(-n+3) {
  margin-top: 0;
}

.m-btn-02 {
  width: 100%;
  height: 100%;
}

.m-btn-02-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: box-shadow .3s, transform .3s;
}

@media print, screen and (min-width: 769px) {
  .m-btn-02-inner {
    padding: 8px 8px 15px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-02-inner {
    padding: 8px 8px 13px;
  }
}

.m-btn-02-innerTxt {
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .m-btn-02-innerTxt {
    padding-right: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-02-innerTxt {
    font-size: 1.2rem;
    padding-right: 28px;
  }
}

.m-btn-02-inner:hover, .m-btn-02-inner:active, .m-btn-02-inner:focus {
  transform: translateY(3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.m-btn-02-item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}

.m-btn-02-item::before {
  display: block;
  position: absolute;
  content: "";
  border-top: 2px solid #2d82bc;
  border-right: 2px solid #2d82bc;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  .m-btn-02-item::before {
    width: 10px;
    height: 10px;
    bottom: -6px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-02-item::before {
    width: 7px;
    height: 7px;
    left: 50%;
    bottom: -5px;
  }
}

.m-btn-02-num {
  background-color: #0081cc;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .m-btn-02-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn-02-num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-grid {
    margin-top: 16px;
  }
}

.m-grid-col > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-grid-col {
    margin-top: 40px;
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-grid-col + .m-grid-col {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-grid.col2 .m-grid-col {
    width: calc(50% - 24px);
  }
  .m-grid.col2 .m-grid-col:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-grid.col3 .m-grid-col {
    width: calc(33.333% - 24px);
  }
  .m-grid.col3 .m-grid-col:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-grid.col3 .m-grid-col {
    width: calc(50% - 24px);
  }
  .m-grid.col3 .m-grid-col:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-grid.col4 .m-grid-col {
    width: calc(25% - 24px);
  }
  .m-grid.col4 .m-grid-col:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-grid.col4 .m-grid-col {
    width: calc(50% - 24px);
  }
  .m-grid.col4 .m-grid-col:nth-child(-n+2) {
    margin-top: 0;
  }
}

.m-box-alert {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media print, screen and (max-width: 768px) {
  .m-box-alert {
    margin-bottom: 16px;
  }
}

.m-box-alert-item {
  border: 1px solid #cf0000;
  background: #cf0000;
  display: flex;
}

.m-box-alert-item.is-open .m-box-alert-title::before {
  transform: rotate(90deg);
}

.m-box-alert-icon {
  background: #cf0000;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 768px) {
  .m-box-alert-icon {
    min-width: 40px;
  }
}

.m-box-alert-body {
  width: 100%;
  background: #ffffff;
}

.m-box-alert-title {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 13px 55px 13px 16px;
  width: 100%;
  color: #cf0000;
}

.m-box-alert-title::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #222222;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: translateY(0%) rotate(0deg);
  transition: .5s;
}

.m-box-alert-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #222222;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-box-alert-title span {
  display: block;
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-box-alert-title {
    font-size: 1.3rem;
    padding: 13px 24px 13px 8px;
  }
  .m-box-alert-title::before {
    right: 15px;
  }
  .m-box-alert-title::after {
    right: 10px;
  }
}

.m-box-alert-inner {
  border-top: 1px solid #d3d3d4;
  padding: 15px 0;
  margin: 0 16px;
  font-size: 1.4rem;
}

.m-box-alert-text a {
  text-decoration: underline;
}

.m-box-alert-text a:hover, .m-box-alert-text a:active, .m-box-alert-text a:focus {
  text-decoration: none;
}

[data-script-enabled] .m-box-alert .m-box-alert-contents {
  display: none;
}

.m-box-contact {
  background: #0081cc;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact {
    padding: 20px 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact {
    padding: 15px 3.2% 15px;
  }
}

.m-box-contact-title {
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.m-box-contact-inner {
  max-width: 1280px;
  margin: auto;
}

.m-box-contact-btnList {
  display: flex;
  justify-content: center;
}

.m-box-contact-btnList li:not(:first-child) {
  margin-left: 16px;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btnList li:not(:first-child) {
    margin-left: 8px;
  }
}

.m-box-contact-btnList > li {
  width: 33.333%;
}

.m-box-contact-btnList.col2 > li {
  width: 50%;
}

.m-box-contact-btnList.col2-02 {
  max-width: 776px;
  margin: 0 auto;
}

.m-box-contact-btnList.col2-02 > li {
  width: 27.16418%;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btnList.col2-02 > li {
    width: 32.21649%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btnList.col2-02 > li:not(:first-child) {
    margin-left: 26px;
  }
}

.m-box-contact-btnList.col2-02 > li .m-box-contact-btn {
  padding: 20px 6px 20px;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btnList.col2-02 > li .m-box-contact-btn {
    padding: 23px 2.88462% 23px 28px;
  }
}

.m-box-contact-btnList.col2-02 > li.wide {
  width: 72.83582%;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btnList.col2-02 > li.wide {
    width: 64.43299%;
  }
}

.m-box-contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 4px solid #bd3900;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btn {
    padding: 23px 2.88462% 23px 10.09615%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn {
    padding: 20px 6px 20px 13%;
  }
}

.m-box-contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}

.m-box-contact-btn.ver02 {
  border-bottom: 4px solid #b36f01;
  background-image: linear-gradient(180deg, #f2b600 0%, #e67300 100%);
}

.m-box-contact-btn:hover, .m-box-contact-btn:active, .m-box-contact-btn:focus {
  border-bottom: 2px solid #bfb500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #d74100;
  opacity: 1;
}

.m-box-contact-btn:hover::before, .m-box-contact-btn:active::before, .m-box-contact-btn:focus::before {
  background-image: linear-gradient(180deg, #ffea00 0%, #e6d900 100%);
  opacity: 1;
}

.m-box-contact-btn:hover.ver02::before, .m-box-contact-btn:active.ver02::before, .m-box-contact-btn:focus.ver02::before {
  background-image: linear-gradient(180deg, #ffea00 0%, #e6d900 100%);
}

.m-box-contact-btn::after {
  content: "";
  position: relative;
  margin-left: 2px;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background: url("/assets/images/common/icon-btnArrow-01.svg");
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn::after {
    min-width: 14px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}

.m-box-contact-btn-inner {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.m-box-contact-btn-lead {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btn-lead {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn-lead {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-btn-text {
    display: block;
    margin-top: 2px;
    width: 100%;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn-text {
    display: none;
  }
}

.m-box-contact-tel {
  color: #ffffff;
}

.m-box-contact-tel-item {
  display: flex;
}

@media print, screen and (max-width: 1169px) {
  .m-box-contact-tel-item {
    margin-top: 12px;
    padding: 0 2.66667%;
    text-align: center;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-contact-tel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-contact-tel {
    margin-top: 12px;
    padding: 0 2.66667%;
    text-align: center;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-contact-telText03 {
    margin-right: 6px;
    line-height: 1;
  }
}

.m-box-contact-telInner {
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 1;
}

@media print, screen and (max-width: 1169px) {
  .m-box-contact-telInner {
    justify-content: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-telInner {
    position: relative;
  }
}

.m-box-contact-telLabel {
  line-height: 1;
}

.m-box-contact-telLabel + .m-box-contact-telText {
  margin-left: 4px;
}

.m-box-contact-telText {
  display: flex;
  font-family: "Lora", sans-serif;
  align-items: center;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-telText {
    font-size: 2.6rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-telText {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-contact-telText02 {
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-contact-telText02 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1.1rem;
  }
}

.m-box-contact-link {
  margin-top: 16px;
  text-align: right;
}

.m-box-contact-linkInner {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
}

.m-box-contact-linkInner::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-04.svg") 0 0;
  transition: transform .2s;
  transform: translate(0, -1px);
}

.m-box-contact-linkInner:hover::after, .m-box-contact-linkInner:active::after, .m-box-contact-linkInner:focus::after {
  transform: translate(2px, -1px);
}

@media print, screen and (min-width: 769px) {
  .str-section-02 .m-box-contact {
    margin-top: 56px;
    margin-bottom: 56px;
    border-radius: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section-02 .m-box-contact {
    margin: 32px -5.33333%;
  }
}

.m-box-contact-02 {
  background: #ffffff;
  padding: 32px;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02 {
    padding: 15px;
  }
}

.m-box-contact-02-inner {
  max-width: 1280px;
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-02-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 350px;
    grid-template-columns: 1fr 350px;
    gap: 32px;
    align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.m-box-contact-02-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.m-box-contact-02-btn {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), 0 4px 0 #bd3900;
  background: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-02-btn {
    padding: 23px 2.88462%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-btn {
    padding: 20px 6px;
    max-width: 400px;
    margin: 0 auto;
  }
}

.m-box-contact-02-btn:hover, .m-box-contact-02-btn:active, .m-box-contact-02-btn:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 0 #bfb500;
  color: #d74100;
  opacity: 1;
  transform: translateY(2px);
  background-image: linear-gradient(180deg, #ffea00 0%, #e6d900 100%);
}

.m-box-contact-02-btn::after {
  content: "";
  position: absolute;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background: url("/assets/images/common/icon-btnArrow-01.svg");
  z-index: 2;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-btn::after {
    min-width: 14px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}

.m-box-contact-02-btn-inner {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.m-box-contact-02-btn-lead {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-02-btn-lead {
    font-size: 2.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-btn-lead {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-02-btn-text {
    display: block;
    margin-top: 2px;
    width: 100%;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-btn-text {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .str-section-02 .m-box-contact-02 {
    margin-top: 56px;
    margin-bottom: 56px;
    border-radius: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section-02 .m-box-contact-02 {
    margin: 32px -5.33333%;
  }
}

.m-box {
  margin-top: 32px;
  border-top: 1px solid #7d9eb3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .m-box {
    padding: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box {
    padding: 24px;
  }
}

.m-box > :first-child {
  margin-top: 0;
}

.m-box-title {
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-box-title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-title {
    margin-bottom: 17px;
    font-size: 2rem;
    font-weight: normal;
  }
}

.m-box-title > span {
  position: relative;
  display: inline-block;
}

.m-box-title + * {
  margin-top: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-box-txt {
    text-align: center;
  }
}

.m-box.alert {
  border-top-color: #ff7133;
  background-color: #fbf9cc;
}

.m-box.alert .m-box-title {
  color: #cf0000;
}

.m-box.emergency {
  border-top-color: #cf0000;
  background-color: #fae5e5;
}

.m-box.emergency .m-box-title {
  color: #cf0000;
}

.m-box.emergency .m-box-title > span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}

.m-box.emergency .m-box-title > span::before {
  display: block;
  position: absolute;
  content: "";
  top: .3125em;
  left: 0;
  width: 24px;
  height: 21px;
  background: url("/assets/images/common/icon-emergency-01.svg") 0 0;
}

.m-box.border {
  border: 1px solid #7d9eb3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #ffffff;
}

.m-box.border > .m-txt._font-small {
  font-size: 1.4rem;
}

.m-grid-col .m-box {
  height: 100%;
}

.m-box-02 {
  position: relative;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .m-box-02 {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-02 {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-02-inner {
    padding: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-02-inner {
    padding: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-02-item:not(:first-child) {
    padding-top: 32px;
  }
  .m-box-02-item:not(:last-child) {
    padding-bottom: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-02-item:not(:first-child) {
    padding-top: 24px;
  }
  .m-box-02-item:not(:last-child) {
    padding-bottom: 24px;
  }
}

.m-box-02-item > :first-child {
  margin-top: 0;
}

.m-box-02-item + .m-box-02-item {
  border-top: 1px solid #c2c2c2;
}

.m-box-02-title {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-box-02-title {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-02-title {
    font-size: 2rem;
    font-weight: normal;
  }
}

.m-box-02-btn {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 93px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.m-box-02-btnInner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}

.m-box-02-btnInner::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("/assets/images/top/icon-more-01.svg") 0 0;
}

[data-script-enabled] .m-box-02.js-more-root02 {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  [data-script-enabled] .m-box-02.js-more-root02 {
    height: 444px;
  }
}

@media print, screen and (max-width: 768px) {
  [data-script-enabled] .m-box-02.js-more-root02 {
    height: 642px;
  }
}

[data-script-enabled] .m-box-02.js-more-root02 .m-box-02-inner {
  padding-bottom: 0;
}

[data-script-enabled] .m-box-02.js-more-root02 .m-box-02-btn {
  display: block;
}

[data-script-enabled] .m-box-02.js-more-root02.is-open {
  height: auto;
}

[data-script-enabled] .m-box-02.js-more-root02.is-open .m-box-02-btn {
  position: static;
}

[data-script-enabled] .m-box-02.js-more-root02.is-open .m-box-02-btnInner::after {
  background-image: url("/assets/images/common/icon-more-02.svg");
}

.m-box-03 {
  border: 1px solid #0081cc;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .m-box-03 {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-03 {
    margin-top: 48px;
  }
}

.m-box-03-title {
  background-color: #0081cc;
  color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-box-03-title {
    padding: 12px 23px 13px;
    font-size: 2rem;
    line-height: 1.44;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-03-title {
    padding: 6px 11px 5px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.m-box-03-lede {
  margin-top: 24px;
  color: #0081cc;
  font-size: 1.8rem;
}

.m-box-03-lede + * {
  margin-top: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .m-box-03-content {
    padding: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-03-content {
    padding: 24px;
  }
}

.m-box-03-content > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-box-03-item {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-03-item {
    margin-top: 16px;
  }
}

.m-box-03-item > :first-child {
  margin-top: 0;
}

.m-box-03-item + .m-box-03-item {
  padding-top: 24px;
  border-top: 1px dashed #c2c2c2;
}

@media print, screen and (min-width: 769px) {
  .m-box-04 {
    width: 86%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}

.m-box-04 *:first-child {
  margin-top: 0;
}

.m-box-review {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .m-box-review {
    margin-top: 64px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review {
    margin-top: 40px;
  }
}

.m-box-review-title {
  position: relative;
  line-height: 1.5;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title {
    margin-bottom: -36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 542px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title {
    margin-bottom: -20px;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.m-box-review-title::before, .m-box-review-title::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title::before, .m-box-review-title::after {
    width: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title::before, .m-box-review-title::after {
    width: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title::before {
    left: -8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title::before {
    left: -4px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title::after {
    right: -8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title::after {
    right: -4px;
  }
}

.m-box-review-title > span {
  position: relative;
  display: block;
  color: #ffffff;
  background: #7d9eb3;
  border-radius: 4px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title > span {
    padding: 18px;
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title > span {
    padding: 8px 54px;
    font-size: 1.6rem;
  }
}

.m-box-review-content {
  position: relative;
  border: 1px solid #7d9eb3;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-title + .m-box-review-content .m-box-review-body {
    padding-top: 74px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-title + .m-box-review-content .m-box-review-body {
    padding-top: 43px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-review-body {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-box-review-body {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-body {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-body {
    padding: 32px 24px;
  }
}

.m-box-review-body > :first-child {
  margin-top: 0;
}

.m-box-review-body > :last-child {
  margin-bottom: 0;
}

.m-box-review-lyt {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lyt {
    flex-direction: row-reverse;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lyt {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lyt + .m-box-review-lyt {
    margin-top: -16px;
  }
}

.m-box-review-lytContent {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lytContent {
    padding-left: 24px;
    width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytContent {
    padding-top: 10px;
  }
}

.m-box-review-lytContent::before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lytContent::before {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-width: 12px 24px 12px 0;
    border-color: transparent #f2f5f7 transparent transparent;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytContent::before {
    top: 0;
    left: 12px;
    border-width: 0 12px 24px 12px;
    border-color: transparent transparent #f2f5f7 transparent;
    z-index: -1;
  }
}

.m-box-review-lytContentInner {
  background: #f2f5f7;
}

@media print, screen and (min-width: 1170px) {
  .m-box-review-lytContentInner {
    padding: 24px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-box-review-lytContentInner {
    padding: 24px 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lytContentInner {
    height: 100%;
    border-radius: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytContentInner {
    padding: 20px 22px;
    border-radius: 4px;
  }
}

.m-box-review-lytContentInner > :first-child {
  margin-top: 0;
}

.m-box-review-lytContentTxt {
  font-size: 1.6rem;
}

.m-box-review-lytContentTxt + .m-box-review-lytContentTxt {
  margin-top: 24px;
}

.m-box-review-lytMedia {
  display: flex;
}

@media print, screen and (min-width: 1170px) {
  .m-box-review-lytMedia {
    width: 148px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-box-review-lytMedia {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lytMedia {
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-right: 24px;
    text-align: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytMedia {
    align-items: center;
    margin-bottom: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytMedia > img {
    flex-shrink: 0;
    margin-right: 8px;
    width: 32px;
    height: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-lytMediaCaption {
    margin-top: 8px;
    text-align: center;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-review-lytMediaCaption {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-review-txt {
    text-align: center;
  }
}

.m-box-review-btn {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 93px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.m-box-review-btnInner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}

.m-box-review-btnInner::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("/assets/images/top/icon-more-01.svg") 0 0;
}

[data-script-enabled] .m-box-review.js-more-root02 .m-box-review-content {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  [data-script-enabled] .m-box-review.js-more-root02 .m-box-review-content {
    height: 444px;
  }
}

@media print, screen and (max-width: 768px) {
  [data-script-enabled] .m-box-review.js-more-root02 .m-box-review-content {
    height: 648px;
  }
}

[data-script-enabled] .m-box-review.js-more-root02 .m-box-review-body {
  padding-bottom: 0;
}

[data-script-enabled] .m-box-review.js-more-root02 .m-box-review-btn {
  display: block;
}

[data-script-enabled] .m-box-review.js-more-root02.is-open .m-box-review-content {
  height: auto;
}

[data-script-enabled] .m-box-review.js-more-root02.is-open .m-box-review-btn {
  position: static;
}

[data-script-enabled] .m-box-review.js-more-root02.is-open .m-box-review-btnInner::after {
  background-image: url("/assets/images/common/icon-more-02.svg");
}

@media print, screen and (min-width: 769px) {
  .m-box-voice {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice {
    margin-top: 32px;
  }
}

.m-box-voice-item + .m-box-voice-item {
  margin-top: 24px;
}

.m-box-voice-inner {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-inner {
    padding: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice-inner {
    padding: 40px 24px 24px;
  }
}

.m-box-voice-lyt {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-lyt {
    flex-direction: row-reverse;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice-lyt {
    flex-direction: column-reverse;
  }
}

.m-box-voice-lytContent {
  width: 100%;
}

.m-box-voice-lytContent > :first-child {
  margin-top: 0;
}

.m-box-voice-lytLede {
  font-size: 2rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-lytMedia {
    flex-shrink: 0;
    margin-right: 32px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-voice-lytMedia {
    max-width: 200px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-box-voice-lytMedia {
    max-width: 100px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice-lytMedia {
    margin-bottom: 32px;
    text-align: center;
  }
}

.m-box-voice-lytMedia img {
  height: auto;
}

.m-box-voice-lyt + .m-box-voice-box {
  margin-top: 24px;
}

.m-box-voice-box {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 8px;
  background: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-box {
    display: flex;
    align-items: center;
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.m-box-voice-boxTitle {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-boxTitle {
    flex-shrink: 0;
  }
}

.m-box-voice-boxContent {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-box-voice-boxContent {
    margin-left: 29px;
    padding-left: 32px;
    border-left: 1px solid #c2c2c2;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-voice-boxContent {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #c2c2c2;
  }
}

.m-box-voice-boxContent > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 980px) {
  .m-box-voice.col2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }
}

@media print, screen and (min-width: 980px) {
  .m-box-voice.col2 .m-box-voice-item {
    width: calc(50% - 24px);
    margin-left: 24px;
  }
  .m-box-voice.col2 .m-box-voice-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 980px) {
  .m-box-voice.col2 .m-box-voice-inner {
    height: 100%;
  }
}

@media print, screen and (min-width: 980px) {
  .m-box-voice.col2 .m-box-voice-box {
    display: block;
  }
}

@media print, screen and (min-width: 980px) {
  .m-box-voice.col2 .m-box-voice-boxContent {
    margin-top: 16px;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid #c2c2c2;
    border-left: none;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow {
    display: flex;
    margin-left: -24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-flow {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-flow {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-item {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    width: calc(50% - 24px);
  }
}

.m-box-flow-title {
  position: relative;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-title {
    padding: 24px 32px;
    font-size: 2.2rem;
    line-height: 1.30909;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-title {
    line-height: 1.5;
  }
}

.m-box-flow-item.before .m-box-flow-title {
  background-color: #7d9eb3;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-item.before .m-box-flow-title::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to bottom left, transparent 50%, #7d9eb3 50%) 0 0/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #7d9eb3 50%) 0 100%/100% 50% no-repeat;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-item.before .m-box-flow-title {
    padding: 18px 16px 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}

.m-box-flow-item.after .m-box-flow-title {
  background-color: #0081cc;
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-item.after .m-box-flow-title {
    padding: 33px 16px 23px;
  }
}

.m-box-flow-item.after .m-box-flow-title::before {
  display: block;
  position: absolute;
  content: "";
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-item.after .m-box-flow-title::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to bottom left, transparent 50%, #ffffff 50%) 0 0/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #ffffff 50%) 0 100%/100% 50% no-repeat;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-item.after .m-box-flow-title::before {
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -54px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 54px 0 54px;
    border-color: #ffffff transparent transparent transparent;
  }
}

.m-box-flow-content {
  height: 100%;
  border-style: solid;
  border-width: 1px;
}

.m-box-flow-item.before .m-box-flow-content {
  border-color: #7d9eb3;
}

.m-box-flow-item.after .m-box-flow-content {
  border-color: #0081cc;
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-item.after .m-box-flow-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-content {
    padding: 30px 24px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-content {
    padding: 16px;
  }
}

.m-box-flow-content > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-listItem {
    padding: 26px 8px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-listItem {
    padding: 16px 0 14px;
    line-height: 1.5;
  }
}

.m-box-flow-listItem:first-child {
  padding-top: 0;
}

.m-box-flow-listItem:last-child {
  padding-bottom: 0;
}

.m-box-flow-listItem > span {
  position: relative;
  display: block;
  padding-left: 32px;
}

.m-box-flow-listItem > span::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/assets/images/common/icon-check-02.svg") no-repeat 0;
  background-size: cover;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-listItem > span::before {
    top: .2333em;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-listItem > span::before {
    top: 0;
  }
}

.m-box-flow-listItem + .m-box-flow-listItem {
  border-top: 1px solid #c2c2c2;
}

.m-box-flow-list02Item {
  display: flex;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-list02Item {
    align-items: baseline;
    padding: 26px 8px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-list02Item {
    padding: 16px 0 14px;
    line-height: 1.5;
  }
}

.m-box-flow-list02Item:first-child {
  padding-top: 0;
}

.m-box-flow-list02Item:last-child {
  padding-bottom: 0;
}

.m-box-flow-list02ItemMark {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #0081cc;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-list02ItemMark {
    top: -2px;
  }
}

.m-box-flow-list02Item + .m-box-flow-list02Item {
  border-top: 1px solid #c2c2c2;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-list03Item {
    padding: 26px 8px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-list03Item {
    padding: 16px 0 14px;
    line-height: 1.5;
  }
}

.m-box-flow-list03Item:first-child {
  padding-top: 0;
}

.m-box-flow-list03Item:last-child {
  padding-bottom: 0;
}

.m-box-flow-list03Item > span {
  position: relative;
  display: block;
  padding-left: 17px;
}

.m-box-flow-list03Item > span::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 21px;
  background: url("/assets/images/common/icon-mark-02.svg") no-repeat 0;
  background-size: cover;
}

@media print, screen and (min-width: 1170px) {
  .m-box-flow-list03Item > span::before {
    top: .31666em;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-box-flow-list03Item > span::before {
    top: .1em;
  }
}

.m-box-flow-list03Item + .m-box-flow-list03Item {
  border-top: 1px solid #c2c2c2;
}

@media print, screen and (min-width: 769px) {
  .m-box-price {
    display: flex;
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-price {
    margin-top: 32px;
  }
}

.m-box-price-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 32px;
  padding-left: 32px;
  min-width: 220px;
  border-top-left-radius: 4px;
  background: #7d9eb3;
}

@media print, screen and (min-width: 769px) {
  .m-box-price-title {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom-left-radius: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-price-title {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 4px;
  }
}

.m-box-price-titleInner {
  color: #ffffff;
  font-size: 1.8rem;
}

.m-box-price-content {
  padding-right: 32px;
  padding-left: 32px;
  width: 100%;
  border-bottom-right-radius: 4px;
  background: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .m-box-price-content {
    padding-top: 27px;
    padding-bottom: 27px;
    border-top-right-radius: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-price-content {
    padding-top: 18px;
    padding-bottom: 19px;
    border-bottom-left-radius: 4px;
  }
}

.m-box-price-txt {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
}

@media print, screen and (min-width: 769px) {
  .m-box-price-txt {
    justify-content: center;
  }
}

.m-box-price-txtItem {
  margin-left: 17px;
}

.m-box-price-txtItem span {
  font-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.m-box-pass-item + .m-box-pass-item {
  border-top: 1px solid #0f6698;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-item + .m-box-pass-item {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-item + .m-box-pass-item {
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-head {
    display: flex;
    align-items: flex-start;
  }
}

.m-box-pass-title {
  display: flex;
}

.m-box-pass-titleMark {
  margin-right: 16px;
  flex-shrink: 0;
}

.m-box-pass-titleMain {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  width: 100%;
  line-height: 1.2;
}

.m-box-pass-titleMainTxt01 {
  color: #0f6698;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-titleMainTxt01 {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-titleMainTxt01 {
    font-size: 2.6rem;
  }
}

.m-box-pass-titleMainTxt02 {
  font-size: 1.6rem;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-titleMainTxt02 {
    margin-top: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-titleMainTxt02 {
    margin-top: 2px;
    line-height: 1.25;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-title + .m-box-pass-txt {
    margin-left: 24px;
  }
}

.m-box-pass-txt {
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 1px solid #0f6698;
  color: #0f6698;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-txt {
    margin-top: 11px;
    padding-left: 12px;
    line-height: 1.25;
    white-space: nowrap;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-txt {
    margin-top: 16px;
    padding-left: 8px;
    line-height: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-list {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-list {
    margin-top: 8px;
  }
}

.m-box-pass-listInner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}

.m-box-pass-listItem {
  margin-top: 8px;
  margin-left: 8px;
  line-height: 1;
}

.m-box-pass-listItem > span {
  display: inline-block;
  padding: 6px 12px 4px;
  min-width: 80px;
  border: 1px solid #0f6698;
  font-size: 1.2rem;
  text-align: center;
}

.m-box-pass-list + .m-box-pass-content {
  margin-top: 16px;
}

.m-box-pass-lyt {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-lyt {
    flex-direction: row-reverse;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-lyt {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-lytContent {
    width: 100%;
  }
}

.m-box-pass-lytContent > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-box-pass-lytMedia {
    flex-shrink: 0;
    margin-right: 24px;
    max-width: 250px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-pass-lytMedia {
    margin-bottom: 21px;
    text-align: center;
  }
}

.m-box-pass-lytMedia > img {
  height: auto;
}

.m-box-pass-txt02 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-left: -16px;
  line-height: 1.55556;
}

.m-box-pass-txt02 > span {
  margin-left: 16px;
}

.m-box-pass-txt02 + * {
  margin-top: 20px;
}

.m-box-pass-txt02Name {
  color: #0f6698;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-box-pass-txt02Name > span {
  margin-left: .5em;
  font-size: 1.4rem;
}

.m-box-pass-item._high + .m-box-pass-item._high {
  border-color: #00a764;
}

.m-box-pass-item._high .m-box-pass-titleMainTxt01 {
  color: #00a764;
}

.m-box-pass-item._high .m-box-pass-txt {
  color: #00a764;
  border-color: #00a764;
}

.m-box-pass-item._high .m-box-pass-listItem > span {
  border-color: #00a764;
}

.m-box-pass-item._high .m-box-pass-txt02Name {
  color: #00a764;
}

.m-box-pass-item._middle + .m-box-pass-item._middle {
  border-color: #e95e71;
}

.m-box-pass-item._middle .m-box-pass-titleMainTxt01 {
  color: #e95e71;
}

.m-box-pass-item._middle .m-box-pass-txt {
  color: #e95e71;
  border-color: #e95e71;
}

.m-box-pass-item._middle .m-box-pass-listItem > span {
  border-color: #e95e71;
}

.m-box-pass-item._middle .m-box-pass-txt02Name {
  color: #e95e71;
}

.m-box-plan {
  border: 1px solid #0081cc;
  border-radius: 4px;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .m-box-plan {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-plan {
    margin-top: 32px;
  }
}

.m-box-plan-title {
  background: #f1faff;
}

@media print, screen and (min-width: 769px) {
  .m-box-plan-title {
    padding: 22px 40px;
    font-size: 2rem;
    text-align: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-plan-title {
    padding: 16px 24px;
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-plan-content {
    padding: 32px 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-plan-content {
    padding: 24px;
  }
}

.m-box-plan-content > :first-child {
  margin-top: 0;
}

.m-box-plan-contentInner {
  padding-top: 24px;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.m-box-plan-contentInner > :first-child {
  margin-top: 0;
}

.m-box-plan-txt {
  margin-top: 24px;
}

@media print, screen and (min-width: 359px) {
  .m-box-plan-txt {
    text-align: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-plan-txt + .m-box-plan-txt {
    margin-top: 16px;
  }
}

.m-box-plan-txtInner > b {
  font-size: 2.2rem;
  line-height: 1.44;
}

.m-box-plan-txtInner > span {
  font-weight: bold;
  font-size: 1.8rem;
}

.m-box-plan-txt02 {
  margin-top: 24px;
  font-size: 1.4rem;
}

.m-box-plan-txt02 > a {
  text-decoration: underline;
  transition: opacity .3s;
}

.m-box-plan-txt02 > a:hover, .m-box-plan-txt02 > a:active, .m-box-plan-txt02 > a:focus {
  opacity: .8;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .m-box-plan-txt02 + .m-box-plan-txt02 {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-plan-txt02 + .m-box-plan-txt02 {
    margin-top: 8px;
  }
}

.m-box-search {
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/bg-sea-01.jpg");
  background-size: cover;
}

.m-box-search-wrapper {
  background: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 769px) {
  .m-box-search {
    padding: 24px 5.333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search {
    padding: 30px 5.33333% 24px;
    background-image: url("/assets/images/common/bg-sea-01-sp.jpg");
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-search dl {
    display: flex;
    margin-top: 16px;
    width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search dl {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 22px;
  }
}

.m-box-search dt {
  display: flex;
  align-items: center;
  min-width: 140px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-box-search dt::before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url("/assets/images/common/icon-check-01.svg") no-repeat;
}

.m-box-search dd {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}

@media print, screen and (max-width: 768px) {
  .m-box-search dd {
    margin: 0 0 0 -15px;
  }
}

.m-box-search dd a {
  display: inline-flex;
  position: relative;
  margin-top: 15px;
  padding: 10px 20px 10px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-box-search dd a {
    margin-left: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search dd a {
    margin-left: 15px;
  }
}

.m-box-search dd a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #0081cc;
  border-top: 2px solid #0081cc;
  transform: rotate(45deg);
  vertical-align: middle;
}

.m-box-search-box {
  margin: auto;
  max-width: 1280px;
  background-color: transparent;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  .m-box-search-box {
    padding: 24px 32px;
  }
}

.m-box-search-title {
  text-align: center;
  padding-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .m-box-search-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search-title {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-search-form-wrap {
    display: flex;
    justify-content: center;
    margin-left: -23px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search-form-wrap {
    padding: 22px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-search-form {
    margin-left: 23px;
    width: calc(33.3333% - 23px);
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search-form {
    display: inline-block;
    width: 100%;
  }
  .m-box-search-form:not(:last-child) {
    padding-bottom: 18px;
  }
}

.m-box-search-form-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-box-search-form-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}

.m-box-search-form-inner {
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .m-box-search-form-inner {
    width: 100%;
  }
}

.m-box-search-form-inner input {
  padding: 13px 16px;
  width: 100%;
  border-bottom: 2px solid #c2c2c2;
  border-radius: 4px 0 0 4px;
  border-right: none;
  color: #555555;
}

.m-box-search-form-inner input:-ms-input-placeholder {
  color: #888888;
  font-size: 1.4rem;
}

.m-box-search-form-inner input::placeholder {
  color: #888888;
  font-size: 1.4rem;
}

.m-box-search-form-inner button {
  min-width: 48px;
  background: #fff100;
  border-bottom: 2px solid #c2c2c2;
  border-radius: 0 4px 4px 0;
}

.m-box-search-form-inner button img {
  width: 40px;
}

@media print, screen and (max-width: 768px) {
  .m-box-search-form-inner button {
    min-width: 40px;
  }
  .m-box-search-form-inner button img {
    width: 30px;
  }
}

.m-box-search-select {
  position: relative;
  width: 100%;
}

.m-box-search-select select {
  position: relative;
  padding: 0 30px 0 16px;
  width: 100%;
  height: 48px;
  border-bottom: 2px solid #c2c2c2;
  border-radius: 4px 0 0 4px;
  border-right: none;
  background: #ffffff;
  color: #555555;
  font-size: 1.6rem;
  line-height: 48px;
  transition: border .2s;
  z-index: 3;
}

.m-box-search-select::before, .m-box-search-select::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.m-box-search-select::before {
  right: 21px;
  margin: auto 0 auto 6px;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #8d8d8d;
  border-top: 2px solid #8d8d8d;
  vertical-align: middle;
  transform: rotate(135deg);
}

.m-box-search-select::after {
  right: 48px;
  margin: auto;
  width: 1px;
  height: 60%;
  border-left: 1px solid #c2c2c2;
}

@media print, screen and (max-width: 768px) {
  .m-box-search-select select {
    padding-left: 13px;
    padding-right: 36px;
  }
  .m-box-search-select::before {
    right: 14px;
  }
  .m-box-search-select::after {
    right: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-search-form-area {
    display: flex;
  }
  .m-box-search-form-area .top-search-form-inner {
    width: 100%;
  }
}

.m-box-search-form-areaBtnWrap {
  margin-left: 10px;
  min-width: 130px;
  width: 35.2%;
}

@media print, screen and (min-width: 769px) {
  .m-box-search-form-areaBtnWrap {
    display: none;
  }
}

.m-box-search-form-areaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff100;
  color: #555555;
  font-size: 1.3rem;
  border-bottom: 2px solid #c2c2c2;
}

.m-box-search-form-areaBtn::after {
  display: inline-block;
  content: "";
  position: relative;
  top: -.03em;
  margin: auto 8px auto 3px;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid #555555;
  border-top: 2px solid #555555;
  transform: rotate(45deg);
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .str-section-cv .m-box-search {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section-cv .m-box-search {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .str-section-02 .m-box-search {
    margin-top: 56px;
    margin-bottom: 56px;
    border-radius: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .str-section-02 .m-box-search {
    margin: 32px -5.33333%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-merit {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-merit {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-merit-item + .m-box-merit-item {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-merit-item + .m-box-merit-item {
    margin-top: 24px;
  }
}

.m-box-merit-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -20px;
}

.m-box-merit-title > b {
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 20px;
  background-color: #0081cc;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3125;
}

@media print, screen and (min-width: 769px) {
  .m-box-merit-title > b {
    min-width: 160px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-merit-title > b {
    min-width: 150px;
  }
}

.m-box-merit-content {
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
  .m-box-merit-content {
    padding-top: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-merit-content {
    padding-top: 44px;
  }
}

.m-box-merit-content > :first-child {
  margin-top: 0;
}

.m-box-merit.elementary .m-box-merit-title > b {
  background-color: #e95e71;
}

.m-box-merit.elementary .m-box-merit-content {
  background-color: #fdeef0;
}

.m-box-merit.junior .m-box-merit-title > b {
  background-color: #00a764;
}

.m-box-merit.junior .m-box-merit-content {
  background-color: #e5f6ef;
}

.m-box-merit.high .m-box-merit-title > b {
  background-color: #0f6698;
}

.m-box-merit.high .m-box-merit-content {
  background-color: #e3ecf2;
}

.m-box-merit:not(.elementary):not(.junior):not(.high) .m-box-merit-title > b {
  background-color: #0081cc;
}

.m-box-merit:not(.elementary):not(.junior):not(.high) .m-box-merit-content {
  background-color: #f1faff;
}

@media print, screen and (min-width: 769px) {
  .m-box-merit.col2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-merit.col2 .m-box-merit-item {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    width: calc(50% - 24px);
  }
  .m-box-merit.col2 .m-box-merit-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-merit.col2 .m-box-merit-content {
    height: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-tbl {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-tbl-inner {
    border-top: 1px solid #c2c2c2;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner > tbody {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner > tbody > tr {
    display: block;
  }
  .m-tbl-inner > tbody > tr:last-child > td {
    padding-bottom: 0;
  }
}

.m-tbl-inner > tbody > tr > th,
.m-tbl-inner > tbody > tr > td {
  color: #333333;
}

@media print, screen and (min-width: 769px) {
  .m-tbl-inner > tbody > tr > th,
  .m-tbl-inner > tbody > tr > td {
    padding: 32px;
    border-bottom: 1px solid #c2c2c2;
    vertical-align: top;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner > tbody > tr > th,
  .m-tbl-inner > tbody > tr > td {
    display: block;
  }
}

.m-tbl-inner > tbody > tr > th > :first-child,
.m-tbl-inner > tbody > tr > td > :first-child {
  margin-top: 0;
}

.m-tbl-inner > tbody > tr > th > a,
.m-tbl-inner > tbody > tr > td > a {
  text-decoration: underline;
}

.m-tbl-inner > tbody > tr > th > a:hover, .m-tbl-inner > tbody > tr > th > a:active, .m-tbl-inner > tbody > tr > th > a:focus,
.m-tbl-inner > tbody > tr > td > a:hover,
.m-tbl-inner > tbody > tr > td > a:active,
.m-tbl-inner > tbody > tr > td > a:focus {
  text-decoration: none;
}

.m-tbl-inner > tbody > tr > th {
  background: #f2f5f7;
  text-align: left;
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner > tbody > tr > th {
    padding: 10px 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-inner > tbody > tr > td {
    padding: 16px 0 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-tbl-inner > tbody > tr > td + td {
    border-left: 1px solid #c2c2c2;
  }
}

@media print, screen and (min-width: 769px) {
  .m-tbl-02 {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-02 {
    margin-top: 32px;
    margin-right: -5.33333%;
    overflow-x: auto;
  }
}

.m-tbl-02-inner {
  table-layout: fixed;
  border: 1px solid #c2c2c2;
}

@media print, screen and (max-width: 768px) {
  .m-tbl-02-inner {
    width: 1280px;
  }
}

.m-tbl-02-inner th,
.m-tbl-02-inner td {
  border: 1px solid #c2c2c2;
  color: #333333;
}

.m-tbl-02-inner th > :first-child,
.m-tbl-02-inner td > :first-child {
  margin-top: 0;
}

.m-tbl-02-inner th {
  background: #f2f5f7;
}

.m-tbl-02-inner > thead > tr > th,
.m-tbl-02-inner > thead > tr > td {
  padding-right: 16px;
  padding-left: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-tbl-02-inner > thead > tr > th,
  .m-tbl-02-inner > thead > tr > td {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-02-inner > thead > tr > th,
  .m-tbl-02-inner > thead > tr > td {
    padding-top: 9px;
    padding-bottom: 10px;
  }
}

.m-tbl-02-inner > thead > tr > td {
  background: #f2f5f7;
}

.m-tbl-02-inner > tbody > tr > th,
.m-tbl-02-inner > tbody > tr > td {
  padding: 14px 16px;
}

@media print, screen and (min-width: 769px) {
  .m-tbl-schedule {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-schedule {
    margin-top: 32px;
  }
}

.m-tbl-schedule-inner {
  table-layout: fixed;
  border: 1px solid #c2c2c2;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-tbl-schedule-inner {
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-schedule-inner {
    font-size: 1rem;
  }
}

.m-tbl-schedule-inner th,
.m-tbl-schedule-inner td {
  border: 1px solid #c2c2c2;
}

@media print, screen and (min-width: 769px) {
  .m-tbl-schedule-inner th,
  .m-tbl-schedule-inner td {
    padding: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tbl-schedule-inner th,
  .m-tbl-schedule-inner td {
    padding: 5px 3px;
  }
}

.m-tbl-schedule-inner th > :first-child,
.m-tbl-schedule-inner td > :first-child {
  margin-top: 0;
}

.m-tbl-schedule-inner > thead > tr > th,
.m-tbl-schedule-inner > thead > tr > td {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #0081cc;
  color: #ffffff;
}

.m-tbl-schedule-inner > tbody > tr > td {
  background-color: #ffffff;
  vertical-align: top;
}

.m-tbl-schedule-cell {
  background-color: #f2f5f7 !important;
}

.m-form-search {
  display: flex;
  width: 100%;
}

.m-form-search-input {
  font-size: 1.6rem;
  border: 2px solid #c2c2c2;
  border-right-width: 0;
  flex: 1 1 1px;
  padding: 0 16px;
  min-width: 0;
  height: 50px;
  border-radius: 4px 0 0 4px;
}

.m-form-search-button {
  width: 50px;
  height: 50px;
  background-color: #555555;
  border-radius: 0 4px 4px 0;
}

@media print, screen and (min-width: 769px) {
  .m-form-block {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-block {
    margin-top: 32px;
  }
}

.m-form-block-hdg {
  display: flex;
  padding: 10px 12px;
  background: #7d9eb3;
}

@media print, screen and (min-width: 769px) {
  .m-form-block-hdg {
    align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-block-hdg {
    align-items: center;
  }
}

.m-form-block-hdgLabel {
  flex-shrink: 1;
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 6px;
  min-width: 54px;
  border-radius: 2px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

.m-form-block-hdgLabel.required {
  background-color: #fff0e9;
  color: #ff7133;
}

.m-form-block-hdgLabel:not(.required) {
  background-color: #f2f5f7;
  color: #555555;
}

.m-form-block-hdgLabel + .m-form-block-hdgMain {
  margin-left: 10px;
}

.m-form-block-hdgMain {
  width: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .m-form-block-content {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-block-content {
    margin-top: 16px;
  }
}

.m-form-block-content > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-form-block-row {
    display: flex;
  }
}

.m-form-block-row + .m-form-block-row {
  margin-top: 16px;
}

.m-form-block-rowItem > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-form-block-rowItem + .m-form-block-rowItem {
    margin-left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-block-rowItem + .m-form-block-rowItem {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 1199px) {
  .m-form-block-row.sp-col2 {
    display: flex;
    margin-left: -9px;
  }
}

@media print, screen and (max-width: 1199px) {
  .m-form-block-row.sp-col2 .m-form-block-rowItem {
    margin-left: 9px;
    width: calc(50% - 9px);
  }
}

@media print, screen and (max-width: 1199px) {
  .m-form-block-row.sp-col2 .m-form-block-rowItem + .m-form-block-rowItem {
    margin-top: 0;
  }
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdg {
  position: relative;
  cursor: pointer;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdg::before, [data-script-enabled] .m-form-block.js-accordion .m-form-block-hdg::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
  background: #0081cc;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdg::before {
  right: 21px;
  width: 2px;
  height: 12px;
  transform: translateY(0%) rotate(0deg);
  transition: .5s;
  z-index: 10;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdg::after {
  right: 16px;
  width: 12px;
  height: 2px;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdgMain {
  position: relative;
  padding-right: 32px;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-hdgMain::after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  background: #f2f5f7;
  transition: .5s;
}

[data-script-enabled] .m-form-block.js-accordion .m-form-block-content {
  display: none;
}

[data-script-enabled] .m-form-block.js-accordion.is-open .m-form-block-hdg::before {
  transform: rotate(90deg);
}

.m-form-txt {
  padding: 14px 16px;
  width: 100%;
  height: 48px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background: #ffffff;
}

.m-form-txt::-webkit-input-placeholder {
  color: #555555;
}

.m-form-txt::-moz-placeholder {
  color: #555555;
}

.m-form-txt:-ms-input-placeholder {
  color: #555555;
}

@media print, screen and (min-width: 769px) {
  .m-form-txt.size01 {
    width: 340px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-form-txt.size02 {
    width: 412px;
  }
}

@media print, screen and (max-width: 1199px) {
  .m-form-block-row.sp-col2 .m-form-txt.size01 {
    width: 100%;
  }
}

.m-form-textarea {
  padding: 14px 16px;
  width: 100%;
  min-height: 200px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background: #ffffff;
  resize: none;
}

.m-form-select {
  position: relative;
  height: 48px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background: #ffffff;
}

.m-form-select::after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-color: #0081cc;
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
  border-right-width: 2px;
  border-bottom-width: 2px;
  pointer-events: none;
}

.m-form-select-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 9px 36px 9px 16px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media print, screen and (min-width: 769px) {
  .m-form-select.size01 {
    width: 340px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-form-select.size02 {
    width: 412px;
  }
}

.m-form-radio {
  display: block;
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.m-form-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.m-form-radio-input:checked + .m-form-radio-content::after {
  opacity: 1;
}

.m-form-radio-content {
  display: flex;
  padding: 8px 16px 8px 52px;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-form-radio-content {
    padding-left: 52px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-radio-content {
    padding-left: 44px;
  }
}

.m-form-radio-content::before, .m-form-radio-content::after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.m-form-radio-content::before {
  width: 20px;
  height: 20px;
  border: 1px solid #0081cc;
  background-color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-form-radio-content::before {
    left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-radio-content::before {
    left: 12px;
  }
}

.m-form-radio-content::after {
  width: 12px;
  height: 12px;
  background-color: #0081cc;
  opacity: .1;
}

@media print, screen and (min-width: 769px) {
  .m-form-radio-content::after {
    left: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-radio-content::after {
    left: 16px;
  }
}

.m-form-radio-txt {
  display: block;
  border-left: 1px solid #d3d3d4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 769px) {
  .m-form-radio-txt {
    padding: 10px 0 9px 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-radio-txt {
    padding: 8px 0 7px 16px;
  }
}

.m-form-radio-txt > span {
  display: block;
  color: #555555;
  font-size: 1.4rem;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .m-form-list-inner {
    display: flex;
    margin-top: -16px;
    margin-left: -16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-form-list-item {
    display: flex;
    margin-top: 16px;
    margin-left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-list-item + .m-form-list-item {
    margin-top: 8px;
  }
}

.m-form-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 6px;
  min-width: 54px;
  border-radius: 2px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

.m-form-icon.required {
  background-color: #fff0e9;
  color: #ff7133;
}

.m-form-icon:not(.required) {
  background-color: #f2f5f7;
  color: #555555;
}

.m-form-lyt {
  margin-top: 24px;
}

.m-form-lyt-hdg {
  display: flex;
  align-items: flex-start;
}

.m-form-lyt-hdgLabel {
  flex-shrink: 1;
  line-height: 1;
}

.m-form-lyt-hdgLabel + .m-form-lyt-hdgMain {
  margin-left: 10px;
}

.m-form-lyt-hdgMain {
  width: 100%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-form-lyt-hdgMain {
    font-size: 1.8rem;
    line-height: 1.42222;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-lyt-hdgMain {
    font-size: 1.5rem;
    line-height: 1.70667;
  }
}

.m-form-lyt-hdg + .m-form-lyt-content {
  margin-top: 6px;
}

.m-form-age {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-left: -16px;
}

.m-form-age-item {
  margin-left: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-form-age-item:not(.unit) {
    width: 120px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-age-item:not(.unit) {
    flex-grow: 1;
  }
}

.m-form-tel {
  display: flex;
  margin-top: 24px;
  margin-left: -26px;
}

.m-form-tel-item {
  margin-left: 26px;
}

@media print, screen and (min-width: 769px) {
  .m-form-tel-item {
    width: 120px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-form-tel-item {
    flex-grow: 1;
  }
}

.m-form-tel-item:not(:first-child) {
  position: relative;
}

.m-form-tel-item:not(:first-child)::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 10px;
  height: 1px;
  background-color: #c2c2c2;
}

.error_list_wrapper {
  margin-top: 24px;
}

.error_list_item {
  color: #cf0000;
}

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

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

.m-toggle {
  border: 1px solid #0081cc;
  border-radius: 4px;
  background: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-toggle {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-toggle {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-toggle + .m-toggle {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-toggle + .m-toggle {
    margin-top: 10px;
  }
}

.m-toggle-title {
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.625;
  cursor: pointer;
  transition: .5s;
}

@media print, screen and (min-width: 769px) {
  .m-toggle-title {
    padding: 15px 55px 15px 15px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-toggle-title {
    padding: 11px 55px 11px 15px;
  }
}

.m-toggle-title::before, .m-toggle-title::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
  background: #0081cc;
}

.m-toggle-title::before {
  right: 25px;
  width: 2px;
  height: 12px;
  transform: translateY(0%) rotate(0deg);
  transition: .5s;
  z-index: 10;
}

.m-toggle-title::after {
  right: 20px;
  width: 12px;
  height: 2px;
}

.m-toggle-title > span {
  display: block;
  width: 100%;
}

.m-toggle-title > span::after {
  display: block;
  position: absolute;
  content: "";
  right: 16px;
  bottom: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  background: #f2f5f7;
  transition: .5s;
}

@media print, screen and (min-width: 769px) {
  .m-toggle-inner {
    padding: 16px 15px 18px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-toggle-inner {
    padding: 16px 15px 16px 16px;
  }
}

.m-toggle-inner > :first-child {
  margin-top: 0;
}

.m-toggle.is-open .m-toggle-title {
  background: rgba(0, 129, 204, 0.1);
}

.m-toggle.is-open .m-toggle-title::before {
  transform: rotate(90deg);
}

.m-toggle.is-open .m-toggle-title > span::after {
  background-color: #ffffff;
}

[data-script-enabled] .m-toggle .m-toggle-content {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .m-tab {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tab {
    margin-top: 32px;
  }
}

.m-tab-list {
  display: flex;
  position: relative;
  margin-left: -8px;
}

.m-tab-listItem {
  flex: 1 0 0%;
  margin-left: 8px;
}

.m-tab-listItem > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid solid none solid;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.33333;
}

@media print, screen and (min-width: 769px) {
  .m-tab-listItem > a {
    padding: 18px 4px 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tab-listItem > a {
    padding: 12px 4px;
  }
}

.m-tab-listItem > a:hover, .m-tab-listItem > a:active, .m-tab-listItem > a:focus {
  opacity: 1;
}

.m-tab-listItem.is-current::after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: calc(100% - 8px);
  height: 4px;
}

.m-tab-listItem.elementary > a {
  border-color: #e95e71;
  color: #e95e71;
}

.m-tab-listItem.elementary > a:hover, .m-tab-listItem.elementary > a:active, .m-tab-listItem.elementary > a:focus {
  background-color: #e95e71;
  color: #ffffff;
}

.m-tab-listItem.elementary.is-current::after {
  background-color: #e95e71;
}

.m-tab-listItem.elementary.is-current > a {
  background-color: #e95e71;
  color: #ffffff;
}

.m-tab-listItem.junior > a {
  border-color: #00a764;
  color: #00a764;
}

.m-tab-listItem.junior > a:hover, .m-tab-listItem.junior > a:active, .m-tab-listItem.junior > a:focus {
  background-color: #00a764;
  color: #ffffff;
}

.m-tab-listItem.junior.is-current::after {
  background-color: #00a764;
}

.m-tab-listItem.junior.is-current > a {
  background-color: #00a764;
  color: #ffffff;
}

.m-tab-listItem.high > a {
  border-color: #0f6698;
  color: #0f6698;
}

.m-tab-listItem.high > a:hover, .m-tab-listItem.high > a:active, .m-tab-listItem.high > a:focus {
  background-color: #0f6698;
  color: #ffffff;
}

.m-tab-listItem.high.is-current::after {
  background-color: #0f6698;
}

.m-tab-listItem.high.is-current > a {
  background-color: #0f6698;
  color: #ffffff;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high) > a {
  border-color: #0081cc;
  color: #0081cc;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high) > a:hover, .m-tab-listItem:not(.elementary):not(.junior):not(.high) > a:active, .m-tab-listItem:not(.elementary):not(.junior):not(.high) > a:focus {
  background-color: #0081cc;
  color: #ffffff;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high).is-current::after {
  background-color: #0081cc;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high).is-current > a {
  background-color: #0081cc;
  color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-tab-content {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tab-content {
    margin-top: 24px;
  }
}

.m-tab-item > :first-child {
  margin-top: 0;
}

.m-modal-overlay {
  background: rgba(125, 158, 179, 0.8);
}

.m-modal-inner {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  min-height: calc(100% - (20px * 2));
}

.m-modal-content {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 122, 204, 0.5);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 769px) {
  .m-modal-content {
    padding: 56px 80px;
    max-width: 960px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-modal-content {
    padding: 32px 24px 24px;
  }
}

.m-modal-content > :first-child {
  margin-top: 0;
}

.m-modal-title {
  border-bottom: 1px solid #d3d3d4;
  font-size: 2rem;
  text-align: center;
  line-height: 1.44;
}

@media print, screen and (min-width: 769px) {
  .m-modal-title {
    padding-bottom: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-modal-title {
    padding-bottom: 16px;
  }
}

.m-modal-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 16px;
  height: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-modal-btn {
    top: 22px;
    right: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-modal-btn {
    top: 14px;
    right: 14px;
  }
}

.m-modal-btn > button {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  color: transparent;
}

.m-modal-btn > button::before, .m-modal-btn > button::after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  background: #7d9eb3;
  transform: rotate(45deg);
}

.m-modal-btn > button::before {
  top: 7px;
  left: -2px;
  width: 20px;
  height: 2px;
}

.m-modal-btn > button::after {
  top: -2px;
  left: 7px;
  width: 2px;
  height: 20px;
}

.fn-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  opacity: 0;
  transition: opacity .2s;
}

.fn-modal-overlay.is-overlay-animate {
  will-change: opacity;
}

.fn-modal-overlay.is-overlay-render {
  opacity: 0;
}

.fn-modal-overlay.is-overlay-show {
  opacity: 1;
}

.fn-modal-overlay.is-overlay-hide {
  transition-delay: .2s;
}

[data-script-enabled] .fn-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  transition: opacity .2s;
}

[data-script-enabled] .fn-modal.is-modal-animate {
  will-change: opacity;
}

[data-script-enabled] .fn-modal.is-modal-render {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

[data-script-enabled] .fn-modal.is-modal-show {
  opacity: 1;
}

[data-script-enabled] .fn-modal.is-modal-hide {
  transition-delay: 0s;
}

[data-script-enabled] .fn-modal-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-slider-bnr {
  position: relative;
}

@media print, screen and (max-width: 980px) {
  .m-slider-bnr {
    margin-left: -5.33333%;
    margin-right: -5.33333%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-slider-bnr {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-slider-bnr {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.m-slider-bnr-btnPrev, .m-slider-bnr-btnNext {
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media print, screen and (min-width: 1300px) {
  .m-slider-bnr-btnPrev, .m-slider-bnr-btnNext {
    margin-top: -20px;
  }
}

@media print, screen and (max-width: 1299px) {
  .m-slider-bnr-btnPrev, .m-slider-bnr-btnNext {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}

@media print, screen and (max-width: 980px) {
  .m-slider-bnr-btnPrev, .m-slider-bnr-btnNext {
    display: none;
  }
}

@media print, screen and (max-width: 1299px) {
  .m-slider-bnr-btnPrev > img, .m-slider-bnr-btnNext > img {
    width: 30px;
    height: 30px;
  }
}

.m-slider-bnr-btnPrev {
  transform: rotate(-180deg);
}

@media print, screen and (min-width: 1300px) {
  .m-slider-bnr-btnPrev {
    left: -60px;
  }
}

@media print, screen and (max-width: 1299px) {
  .m-slider-bnr-btnPrev {
    left: -30px;
  }
}

@media print, screen and (min-width: 1300px) {
  .m-slider-bnr-btnNext {
    right: -60px;
  }
}

@media print, screen and (max-width: 1299px) {
  .m-slider-bnr-btnNext {
    right: -30px;
  }
}

.m-slider-bnr-item > span {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}

.m-slider-bnr-item img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .m-list-feature {
    display: flex;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-feature {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-feature li {
    flex: 1;
  }
  .m-list-feature li:not(:last-child) {
    margin-right: 2.34375%;
    padding-right: 2.34375%;
    padding-bottom: 10px;
    border-right: 1px dashed #d3d3d4;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-feature li {
    padding: 20px 0;
    border-bottom: 1px dashed #d3d3d4;
  }
  .m-list-feature li:first-child {
    padding-top: 0;
  }
  .m-list-feature li:last-child {
    border-bottom: none;
  }
}

.m-list-feature-inner {
  display: flex;
  margin-bottom: 20px;
}

.m-list-feature-icon {
  border-radius: 10px 0 0 10px;
  background: #0081cc;
  width: 16.18497%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 5px;
  margin-right: 8px;
  position: relative;
}

.m-list-feature-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #0081cc;
}

.m-list-feature-icon img {
  width: 8px;
  height: 27px;
}

.m-list-feature-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f5f7;
  width: 81.50289%;
  position: relative;
  padding: 12px 2.89017% 13px 2.89017%;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}

.m-list-feature-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.m-list-feature-text {
  color: #007acc;
  font-size: 1.8rem;
  line-height: 1.2;
}

.m-list-feature-text + .m-list-feature-text02 {
  margin-bottom: 7px;
}

.m-list-feature-text02 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.m-list-feature-02-item {
  display: flex;
}

.m-list-feature-02-txt-block {
  margin-left: 12px;
}

.m-list-feature-02-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #2d82bc;
}

@media print, screen and (min-width: 769px) {
  .m-list-feature-02 {
    display: flex;
    flex-wrap: wrap;
    gap: 85px 28px;
    margin-bottom: 156px;
  }
  .m-list-feature-02-item {
    max-width: calc((100% / 3) - 19px);
    width: 100%;
  }
  .m-list-feature-02-icon {
    width: 86px;
    height: 86px;
  }
  .m-list-feature-02-lead-txt {
    font-size: 2.1rem;
  }
  .m-list-feature-02-lead-txt-small {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-feature-02 {
    margin-bottom: 55px;
  }
  .m-list-feature-02-item {
    margin-top: 30px;
  }
  .m-list-feature-02-icon {
    width: 50px;
    height: 50px;
  }
  .m-list-feature-02-icon > img {
    width: 26px;
  }
  .m-list-feature-02-lead-txt {
    font-size: 1.8rem;
  }
  .m-list-feature-02-lead-txt-small {
    font-size: 1.4rem;
  }
}

.m-list {
  margin-top: 24px;
}

.m-list-item {
  position: relative;
  padding-left: 18px;
}

.m-list-item::before {
  display: block;
  position: absolute;
  content: "";
  top: .5625em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #7d9eb3;
}

.m-list-item > a {
  text-decoration: underline;
}

.m-list-item > a:hover, .m-list-item > a:active, .m-list-item > a:focus {
  text-decoration: none;
}

.m-list-item > [class^="m-list"] {
  margin-top: 8px;
}

.m-list-item + .m-list-item {
  margin-top: 8px;
}

.m-list-note {
  margin-top: 24px;
}

.m-list-note-item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-list-note-item + .m-list-note-item {
    margin-top: 6px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-note-item + .m-list-note-item {
    margin-top: 8px;
  }
}

.m-list-note-mark {
  flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .m-list-note-mark {
    padding-right: 4px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-note-mark {
    padding-right: 8px;
  }
}

.m-list-note-txt {
  width: 100%;
}

.m-list-note-txt > small > a {
  text-decoration: underline;
}

.m-list-note-txt > small > a:hover, .m-list-note-txt > small > a:active, .m-list-note-txt > small > a:focus {
  text-decoration: none;
}

.m-list-order {
  margin-top: 24px;
  counter-reset: num;
}

.m-list-order-item {
  display: flex;
  counter-increment: num;
}

.m-list-order-item::before {
  content: counter(num) ".";
  min-width: 2.5rem;
  text-align: right;
  white-space: nowrap;
}

.m-list-order-item + .m-list-order-item {
  margin-top: 8px;
}

.m-list-order-txt {
  margin-left: 8px;
  width: 100%;
}

.m-list-order-txt > a {
  text-decoration: underline;
}

.m-list-order-txt > a:hover, .m-list-order-txt > a:active, .m-list-order-txt > a:focus {
  text-decoration: none;
}

.m-list-order-txt > [class^="m-list-"] {
  margin-top: 8px;
}

.m-list-mark {
  margin-top: 24px;
}

.m-list-mark-item {
  display: flex;
}

.m-list-mark-item + .m-list-mark-item {
  margin-top: 8px;
}

.m-list-mark-mark {
  flex-shrink: 0;
  padding-right: 8px;
}

.m-list-mark-txt {
  width: 100%;
}

.m-list-mark-txt > a {
  text-decoration: underline;
}

.m-list-mark-txt > a:hover, .m-list-mark-txt > a:active, .m-list-mark-txt > a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .m-list-desc {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-desc {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-desc-item + .m-list-desc-item {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-desc-item + .m-list-desc-item {
    margin-top: 21px;
  }
}

.m-list-desc-title {
  font-weight: bold;
}

.m-list-desc-content {
  margin-top: 16px;
}

.m-list-desc-content > :first-child {
  margin-top: 0;
}

.m-list-desc-content > a {
  text-decoration: underline;
}

.m-list-desc-content > a:hover, .m-list-desc-content > a:active, .m-list-desc-content > a:focus {
  text-decoration: none;
}

.m-list-point {
  margin-top: 40px;
}

.m-list-point-title {
  display: flex;
}

.m-list-point-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #0081cc;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .m-list-point-mark {
    margin-right: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-point-mark {
    margin-right: 10px;
  }
}

.m-list-point-txt {
  width: 100%;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-list-point-txt {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-point-txt {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-point-title + .m-list-point-content {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-point-title + .m-list-point-content {
    margin-top: 16px;
  }
}

.m-list-point-content > :first-child {
  margin-top: 0;
}

.m-list-point:not([class*="col"]) .m-list-point-item + .m-list-point-item {
  margin-top: 24px;
}

@media print, screen and (min-width: 769px) {
  .m-list-point[class*="col"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-point[class*="col"] .m-list-point-item {
    margin-top: 24px;
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-point[class*="col"] .m-list-point-item + .m-list-point-item {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-point.col2 .m-list-point-item {
    width: calc(50% - 24px);
  }
  .m-list-point.col2 .m-list-point-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-point.col3 .m-list-point-item {
    width: calc(33.333% - 24px);
  }
  .m-list-point.col3 .m-list-point-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.m-list-point.elementary .m-list-point-mark {
  background-color: #e95e71;
}

.m-list-point.junior .m-list-point-mark {
  background-color: #00a764;
}

.m-list-point.high .m-list-point-mark {
  background-color: #0f6698;
}

@media print, screen and (min-width: 769px) {
  .m-list-faq {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-faq {
    margin-top: 16px;
  }
}

.m-list-faq-item + .m-list-faq-item {
  border-top: 1px solid #d3d3d4;
}

@media print, screen and (min-width: 769px) {
  .m-list-faq-item + .m-list-faq-item {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-faq-item + .m-list-faq-item {
    margin-top: 16px;
    padding-top: 18px;
  }
}

.m-list-faq-title, .m-list-faq-content {
  display: flex;
  align-items: flex-start;
}

.m-list-faq-title {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .m-list-faq-content {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-faq-content {
    margin-top: 8px;
  }
}

.m-list-faq-markQ, .m-list-faq-markA {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 2px;
  border: 1px solid #7d9eb3;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.m-list-faq-markQ {
  background: #7d9eb3;
  color: #ffffff;
}

.m-list-faq-markA {
  background: #ffffff;
  color: #7d9eb3;
}

.m-list-faq-txt {
  width: 100%;
  margin-left: 8px;
  line-height: 1.625;
}

.m-list-faq-txt > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow {
    margin-top: 32px;
  }
}

.m-list-flow._bg-yellow > li > .m-list-flow-inner {
  background-color: #fcfbde;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow._has-watch > li .m-list-flow-title > b {
    text-align: left;
  }
}

.m-list-flow-item {
  position: relative;
}

.m-list-flow-item + .m-list-flow-item {
  padding-top: 52px;
}

.m-list-flow-item + .m-list-flow-item .m-list-flow-inner::before {
  display: block;
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #0081cc transparent transparent transparent;
}

.m-list-flow-inner {
  background: #f1faff;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-inner {
    padding: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-inner {
    padding: 16px;
  }
}

.m-list-flow-inner > :first-child {
  margin-top: 0;
}

.m-list-flow-lyt {
  position: relative;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-lyt {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
}

.m-list-flow-content > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-media {
    flex-shrink: 0;
    margin-left: 24px;
    max-width: 326px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-media {
    margin: 16px -8px -8px;
    text-align: center;
  }
}

.m-list-flow-media img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-title {
    display: flex;
    align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title {
    position: relative;
  }
}

.m-list-flow-title + * {
  margin-top: 16px;
}

.m-list-flow-title > span {
  position: relative;
  padding: 9px 15px;
  border-radius: 4px;
  background: #0081cc;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.m-list-flow-title > span.m-list-flow-title_watch {
  position: relative;
  color: #7d9eb3;
  border: solid 2px #7d9eb3;
  border-radius: 50px;
  background-color: #ffffff;
  padding-left: 30px;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title > span.m-list-flow-title_watch {
    position: absolute;
    width: 70px;
    right: 0;
    bottom: 0;
    padding: 10px 0 10px 10px;
    font-size: 1rem;
  }
}

.m-list-flow-title > span.m-list-flow-title_watch > sup {
  color: #222222;
  top: 0;
}

.m-list-flow-title > span.m-list-flow-title_watch::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/assets/images/qa/taiken/ico-01.svg");
  background-size: cover;
  left: 5%;
  top: 20%;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title > span.m-list-flow-title_watch::before {
    width: 13px;
    height: 13px;
    top: 27%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-title > span {
    flex-shrink: 0;
    min-width: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title > span {
    display: block;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-title > span + b {
    margin-left: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title > span + b {
    margin-top: 16px;
  }
}

.m-list-flow-title > b {
  color: #0081cc;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-title > b {
    width: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-title > b {
    display: block;
    text-align: center;
  }
}

.m-list-flow-btn {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

@media print, screen and (min-width: 1200px) {
  .m-list-flow-btn {
    flex-direction: row;
  }
}

.m-list-flow-taiken {
  width: 100%;
}

.m-list-flow-taiken-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4.37956% 8px 10.0365%;
  border-bottom: 4px solid #bd3900;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (max-width: 1199px) {
  .m-list-flow-taiken-inner {
    padding: 10px 1.82482% 10px 5.47445%;
  }
}

@media print, screen and (min-width: 1200px) {
  .m-list-flow-taiken-inner {
    padding: 16px 1.82482% 16px 5.47445%;
  }
}

.m-list-flow-taiken-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}

.m-list-flow-taiken-inner::after {
  content: "";
  position: relative;
  margin-left: 12px;
  min-width: 14px;
  width: 14px;
  height: 14px;
  background: url("/assets/images/common/icon-btnArrow-01.svg") no-repeat;
  background-size: 14px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken-inner::after {
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-size: auto;
    margin-left: 6.56934%;
  }
}

.m-list-flow-taiken-inner:hover, .m-list-flow-taiken-inner:active, .m-list-flow-taiken-inner:focus {
  padding-bottom: 11px;
  border: 1px solid #d74100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #d74100;
  opacity: 1;
}

@media print, screen and (max-width: 1199px) {
  .m-list-flow-taiken-inner:hover, .m-list-flow-taiken-inner:active, .m-list-flow-taiken-inner:focus {
    padding-bottom: 13px;
  }
}

@media print, screen and (min-width: 1200px) {
  .m-list-flow-taiken-inner:hover, .m-list-flow-taiken-inner:active, .m-list-flow-taiken-inner:focus {
    padding-bottom: 19px;
  }
}

.m-list-flow-taiken-inner:hover::before, .m-list-flow-taiken-inner:active::before, .m-list-flow-taiken-inner:focus::before {
  background-color: #ffea00;
  opacity: 1;
}

.m-list-flow-taiken-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 4vw, 2rem);
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken-text {
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  .m-list-flow-taiken-text {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken {
    width: 340px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 1199px) {
  .m-list-flow-taiken {
    margin: 20px auto 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back {
    padding-left: 50px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back {
    padding-left: 22px;
  }
}

.m-list-flow.back .m-list-flow-item::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 4px;
  height: 100%;
  background: #0081cc;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item::before {
    left: -50px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item::before {
    left: -22px;
  }
}

.m-list-flow.back .m-list-flow-item:first-child::after, .m-list-flow.back .m-list-flow-item:last-child::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  background: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item:first-child::after, .m-list-flow.back .m-list-flow-item:last-child::after {
    left: -52px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item:first-child::after, .m-list-flow.back .m-list-flow-item:last-child::after {
    left: -24px;
  }
}

.m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::after, .m-list-flow.back .m-list-flow-item:last-child .m-list-flow-inner::after {
  display: block;
  position: absolute;
  content: "";
  top: calc((100% - 4px) / 2);
  left: -50px;
  height: 4px;
  background: #0081cc;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::after, .m-list-flow.back .m-list-flow-item:last-child .m-list-flow-inner::after {
    left: -50px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::after, .m-list-flow.back .m-list-flow-item:last-child .m-list-flow-inner::after {
    left: -22px;
  }
}

.m-list-flow.back .m-list-flow-item:first-child::after {
  top: 0;
  height: 50%;
}

.m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #0081cc;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::before {
    left: -28px;
    margin-top: -20px;
    border-width: 20px 0 20px 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::before {
    left: -14px;
    margin-top: -12px;
    border-width: 12px 0 12px 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::after {
    width: 36px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item:first-child .m-list-flow-inner::after {
    width: 10px;
  }
}

.m-list-flow.back .m-list-flow-item:last-child::after {
  bottom: 0;
  height: calc((100% - 4px) / 2);
}

@media print, screen and (min-width: 769px) {
  .m-list-flow.back .m-list-flow-item:last-child .m-list-flow-inner::after {
    width: 42px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.back .m-list-flow-item:last-child .m-list-flow-inner::after {
    width: 16px;
  }
}

.m-list-flow.side-rev .m-list-flow-lyt {
  flex-direction: row-reverse;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.side-rev .m-list-flow-lyt {
    flex-direction: column;
  }
}

.m-list-flow.side-rev .m-list-flow-media {
  margin-left: 0;
  margin-right: 24px;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow.side-rev .m-list-flow-media {
    margin: 16px -8px -8px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-news {
    margin: 80px auto 0;
    max-width: 1052px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-news {
    margin-top: 32px;
  }
}

.m-list-news-link {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #222222;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-list-news-link {
    padding-right: 45px;
    padding-left: 26px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-news-link {
    padding-right: 22px;
  }
}

.m-list-news-link::after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -4.5px;
  background: url("/assets/images/common/icon-arrow-03.svg") 0 0;
  transition: transform .2s;
}

@media print, screen and (min-width: 769px) {
  .m-list-news-link::after {
    right: 19px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-news-link::after {
    right: 0;
  }
}

.m-list-news-link:hover, .m-list-news-link:active, .m-list-news-link:focus {
  opacity: .8;
}

.m-list-news-link:hover::after, .m-list-news-link:active::after, .m-list-news-link:focus::after {
  transform: translate(2px, 0);
}

.m-list-news-link:not([href])::after {
  display: none;
}

.m-list-news-link:not([href]):hover, .m-list-news-link:not([href]):active, .m-list-news-link:not([href]):focus {
  opacity: 1;
}

.m-list-news-item:not(:first-child) {
  border-top: 1px solid #c2c2c2;
}

.m-list-news-item:first-child .m-list-news-link {
  padding-top: 0;
}

.m-list-news-item:last-child .m-list-news-link {
  padding-bottom: 0;
}

.m-list-news-head {
  display: flex;
  align-items: center;
}

.m-list-news-date {
  font-size: 1.4rem;
  line-height: 1.2;
}

.m-list-news-label {
  min-width: 60px;
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .m-list-news-label {
    margin-left: 19px;
    padding-bottom: 2px;
    font-size: 1.3rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-news-label {
    margin-left: 14px;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
}

.m-list-news-label.important {
  background-color: #cf0000;
}

.m-list-news-label.release {
  background-color: #cc9966;
}

.m-list-news-label.announcement {
  background-color: #6699cc;
}

.m-list-news-label.event {
  background-color: #ccbb66;
}

.m-list-news-text {
  display: block;
  margin-top: 13px;
}

@media print, screen and (min-width: 769px) {
  .m-list-news-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-news-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.m-list-check {
  margin-top: 24px;
}

.m-list-check-item {
  position: relative;
  padding-left: 34px;
}

.m-list-check-item::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: .125em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/images/common/icon-check-02.svg) no-repeat 0 0;
  background-size: cover;
}

.m-list-check-item > a {
  text-decoration: underline;
}

.m-list-check-item > a:hover, .m-list-check-item > a:active, .m-list-check-item > a:focus {
  text-decoration: none;
}

.m-list-check-item > [class^="m-list"] {
  margin-top: 10px;
}

.m-list-check-item + .m-list-check-item {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02 {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
    margin-left: -24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-item {
    margin-top: 40px;
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02-item + .m-list-check-02-item {
    margin-top: 8px;
  }
}

.m-list-check-02-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f1faff;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-inner {
    align-items: center;
    padding: 121px 49px 0;
    width: 264px;
    height: 264px;
    border-radius: 50%;
    text-align: center;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02-inner {
    padding: 15px 29px 16px 70px;
    border-radius: 4px;
  }
}

.m-list-check-02-inner::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/assets/images/common/icon-check-03.svg) no-repeat 0 0;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-inner::before {
    top: 61px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02-inner::before {
    top: 50%;
    left: 16px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-size: cover;
  }
}

.m-list-check-02-inner > * {
  max-width: 100%;
}

.m-list-check-02-main {
  font-size: 2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-main + .m-list-check-02-sub {
    margin-top: 7px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02-main + .m-list-check-02-sub {
    margin-top: 4px;
  }
}

.m-list-check-02-sub {
  color: #555555;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02-sub {
    line-height: 1.8;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02-sub {
    line-height: 1.5;
  }
}

.m-list-check-02.ver02 .m-list-check-02-main {
  position: relative;
}

.m-list-check-02.ver02 .m-list-check-02-main::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/assets/images/common/icon-check-03.svg) no-repeat 0 0;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02.ver02 .m-list-check-02-main::before {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-check-02.ver02 .m-list-check-02-main::before {
    top: 0;
    left: -50px;
    width: 32px;
    height: 32px;
    margin-top: 0;
    background-size: cover;
  }
}

.m-list-check-02.ver02 .m-list-check-02-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .m-list-check-02.ver02 .m-list-check-02-inner {
    padding: 0 49px;
  }
}

.m-list-check-02.ver02 .m-list-check-02-inner::before {
  display: none;
}

.m-list-label {
  margin-top: 24px;
}

.m-list-label-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}

.m-list-label-item {
  margin-top: 8px;
  margin-left: 8px;
  line-height: 1;
}

.m-hdg-l1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: #0081cc;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 48px;
  padding: 20px 10px;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1 {
    font-size: 1.6rem;
    padding: 9px 5.33333%;
    margin-bottom: 32px;
  }
}

.m-hdg-l1.elementary {
  background-color: #e95e71;
}

.m-hdg-l1.junior {
  background-color: #00a764;
}

.m-hdg-l1.high {
  background-color: #0f6698;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02 {
    padding: 0 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-02 {
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-02 {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 240px;
  }
  .m-hdg-l1-02-inner::before {
    display: block;
    content: "";
    min-height: 240px;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-head {
    position: relative;
    margin: 50px 0;
    max-width: 50%;
    z-index: 1;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-headInner {
    position: relative;
    padding: 16px 24px 16px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media print, screen and (max-width: 980px) {
  .m-hdg-l1-02-headInner {
    padding: 12px 5.33333%;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-headInner::before {
    display: block;
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 100vw;
    height: 100%;
  }
}

.m-hdg-l1-02-main {
  position: relative;
  color: #ffffff;
  line-height: 1.5;
  z-index: 1;
}

@media print, screen and (max-width: 980px) {
  .m-hdg-l1-02-main {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-02-main {
    font-size: 3.2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-02-main {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02-img > img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
  }
}

@media print, screen and (max-width: 980px) {
  .m-hdg-l1-02-img > img {
    width: 100%;
  }
}

.m-hdg-l1-02.elementary {
  background-color: #fef7f8;
}

.m-hdg-l1-02.elementary .m-hdg-l1-02-headInner {
  background-color: #e95e71;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.elementary .m-hdg-l1-02-headInner::before {
    background-color: #e95e71;
  }
}

.m-hdg-l1-02.junior {
  background-color: #e5f6ef;
}

.m-hdg-l1-02.junior .m-hdg-l1-02-headInner {
  background-color: #00a764;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.junior .m-hdg-l1-02-headInner::before {
    background-color: #00a764;
  }
}

.m-hdg-l1-02.high {
  background-color: #e3ecf2;
}

.m-hdg-l1-02.high .m-hdg-l1-02-headInner {
  background-color: #0f6698;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.high .m-hdg-l1-02-headInner::before {
    background-color: #0f6698;
  }
}

.m-hdg-l1-02:not(.elementary):not(.junior):not(.high) {
  background-color: #f2f5f7;
}

.m-hdg-l1-02:not(.elementary):not(.junior):not(.high) .m-hdg-l1-02-headInner {
  background-color: #0081cc;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02:not(.elementary):not(.junior):not(.high) .m-hdg-l1-02-headInner::before {
    background-color: #0081cc;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-03 {
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-03 {
    margin-bottom: 32px;
  }
}

.m-hdg-l1-03-main {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-03-main {
    padding: 19px 10px;
    font-size: 2.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-03-main {
    padding: 12px 5.33333%;
    font-size: 1.6rem;
  }
}

.m-hdg-l1-03-media {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-03-mediaInner {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 350px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-03-mediaInner {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-03-mediaInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-03-mediaPc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-03-mediaSp {
    display: none;
  }
}

.m-hdg-l1-03.elementary .m-hdg-l1-03-main {
  background-color: #e95e71;
}

.m-hdg-l1-03.elementary .m-hdg-l1-03-media {
  background-color: #fef7f8;
}

.m-hdg-l1-03.junior .m-hdg-l1-03-main {
  background-color: #00a764;
}

.m-hdg-l1-03.junior .m-hdg-l1-03-media {
  background-color: #e5f6ef;
}

.m-hdg-l1-03.high .m-hdg-l1-03-main {
  background-color: #0f6698;
}

.m-hdg-l1-03.high .m-hdg-l1-03-media {
  background-color: #e3ecf2;
}

.m-hdg-l1-03:not(.elementary):not(.junior):not(.high) .m-hdg-l1-03-main {
  background-color: #0081cc;
}

.m-hdg-l1-03:not(.elementary):not(.junior):not(.high) .m-hdg-l1-03-media {
  background-color: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-04 {
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-04 {
    margin-bottom: 32px;
  }
}

.m-hdg-l1-04-main {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-04-main {
    padding: 19px 10px;
    font-size: 2.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-04-main {
    padding: 12px 5.33333%;
    font-size: 1.6rem;
  }
}

.m-hdg-l1-04-mediaInner {
  margin: 0 auto;
  max-width: 1280px;
}

.m-hdg-l1-04-mediaInner img {
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-04-mediaPc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-04-mediaSp {
    display: none;
  }
}

.m-hdg-l1-04.elementary .m-hdg-l1-04-main {
  background-color: #e95e71;
}

.m-hdg-l1-04.junior .m-hdg-l1-04-main {
  background-color: #00a764;
}

.m-hdg-l1-04.high .m-hdg-l1-04-main {
  background-color: #0f6698;
}

.m-hdg-l1-04:not(.elementary):not(.junior):not(.high) .m-hdg-l1-04-main {
  background-color: #0081cc;
}

.m-hdg-l1-05 {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 32px;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05 {
    margin-bottom: 48px;
  }
}

.m-hdg-l1-05-media img {
  width: 100%;
  height: auto;
}

.m-hdg-l1-05-absolute {
  position: absolute;
  right: 88px;
  bottom: 40px;
  width: 548px;
  z-index: 2;
}

@media print, screen and (max-width: 1280px) {
  .m-hdg-l1-05-absolute {
    right: 6.875vw;
    bottom: 3.125vw;
    width: 42.8125vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-05-absolute {
    right: 0;
    left: 0;
    bottom: 8.47458vmin;
    margin: auto;
    width: clamp(280px, 88.65711vmin, 400px);
    min-width: clamp(280px, 74.66667vmin, 400px);
  }
}

@media print, screen and (max-width: 500px) {
  .m-hdg-l1-05-absolute {
    min-width: 280px;
    width: 71.4472vmin;
  }
}

.m-hdg-l1-05-btn {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn {
    max-width: 548px;
    margin: auto;
  }
}

.m-hdg-l1-05-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4.37956% 8px 10.0365%;
  border-bottom: 4px solid #bd3900;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, #ff7133 0%, #d74100 100%);
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (max-width: 1199px) {
  .m-hdg-l1-05-btn-inner {
    padding: 10px 1.82482% 10px 5.47445%;
  }
}

@media print, screen and (min-width: 1200px) {
  .m-hdg-l1-05-btn-inner {
    padding: 16px 1.82482% 16px 5.47445%;
  }
}

.m-hdg-l1-05-btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}

.m-hdg-l1-05-btn-inner::after {
  content: "";
  position: relative;
  margin-left: 12px;
  min-width: 14px;
  width: 14px;
  height: 14px;
  background: url("/assets/images/common/icon-btnArrow-01.svg") no-repeat;
  background-size: 14px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn-inner::after {
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-size: auto;
    margin-left: 6.56934%;
  }
}

.m-hdg-l1-05-btn-inner:hover, .m-hdg-l1-05-btn-inner:active, .m-hdg-l1-05-btn-inner:focus {
  padding-bottom: 11px;
  border: 1px solid #d74100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #d74100;
  opacity: 1;
}

@media print, screen and (max-width: 1199px) {
  .m-hdg-l1-05-btn-inner:hover, .m-hdg-l1-05-btn-inner:active, .m-hdg-l1-05-btn-inner:focus {
    padding-bottom: 13px;
  }
}

@media print, screen and (min-width: 1200px) {
  .m-hdg-l1-05-btn-inner:hover, .m-hdg-l1-05-btn-inner:active, .m-hdg-l1-05-btn-inner:focus {
    padding-bottom: 19px;
  }
}

.m-hdg-l1-05-btn-inner:hover::before, .m-hdg-l1-05-btn-inner:active::before, .m-hdg-l1-05-btn-inner:focus::before {
  background-color: #ffea00;
  opacity: 1;
}

.m-hdg-l1-05-btn-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 4vw, 2rem);
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn-text {
    font-size: clamp(1.5rem, 2.1875vw, 2.8rem);
  }
}

@media (max-width: 500px) {
  .m-hdg-l1-05-btn-text {
    font-size: 1.5rem;
  }
}

.m-hdg-l2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2 {
    font-size: 2.2rem;
  }
}

.m-hdg-l2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: auto;
  background: #ebde00;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2.sp-mt-32 {
    margin-top: 32px;
  }
}

.m-hdg-l2-02 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02 {
    padding-bottom: 9px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02 {
    padding-bottom: 7px;
  }
}

.m-hdg-l2-02::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  margin-left: -40px;
  background: #ebde00;
}

.m-hdg-l2-02-sub, .m-hdg-l2-02-main {
  display: block;
}

.m-hdg-l2-02-sub {
  font-size: 1.6rem;
}

.m-hdg-l2-02-sub + .m-hdg-l2-02-main {
  margin-top: 4px;
}

.m-hdg-l2-02-main {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02-main {
    font-size: 3.2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02-main {
    font-size: 2.2rem;
  }
}

.m-hdg-l2-02.num {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02.num {
    gap: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02.num {
    gap: 12px;
  }
}

.m-hdg-l2-02.num::after {
  display: none;
}

.m-hdg-l2-02.num .m-hdg-l2-02-main {
  position: relative;
  padding-bottom: 9px;
}

.m-hdg-l2-02.num .m-hdg-l2-02-main::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  margin-left: -40px;
  background: #ebde00;
}

.m-hdg-l2-02-num {
  background-color: #0081cc;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;
  border-radius: 4px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.8rem;
    top: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02-num {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.2rem;
    top: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-02.icon .m-hdg-l2-02-sub + .m-hdg-l2-02-main {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-02.icon .m-hdg-l2-02-sub + .m-hdg-l2-02-main {
    margin-top: 4px;
  }
}

.m-hdg-l2-03 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-hdg-l2-03::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  background: #ebde00;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03::after {
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-03 {
    padding-bottom: 9px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03 {
    display: block;
    padding-bottom: 7px;
  }
}

.m-hdg-l2-03-icon {
  display: inline-block;
  font-size: 1.6rem;
  border: solid 4px #0081cc;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 20px;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03-icon {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
  }
}

.m-hdg-l2-03-icon > span {
  display: inline-block;
  background-color: #0081cc;
  border: solid 2px #ffffff;
  border-radius: 4px;
  line-height: 1.1;
  padding: 5px;
  width: 65px;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03-icon > span {
    width: 50px;
  }
}

.m-hdg-l2-03-icon > span b {
  font-size: 2.8rem;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03-icon > span b {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}

.m-hdg-l2-03-txt {
  color: #0081cc;
}

.m-hdg-l2-03-sub, .m-hdg-l2-03-main {
  display: block;
}

.m-hdg-l2-03-sub {
  font-size: 1.6rem;
}

.m-hdg-l2-03-sub + .m-hdg-l2-03-main {
  margin-top: 4px;
}

.m-hdg-l2-03-main {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l2-03-main {
    font-size: 3.2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l2-03-main {
    font-size: 2.2rem;
  }
}

.m-hdg-l3 {
  margin-top: 48px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(125, 158, 179, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3 {
    font-size: 2rem;
  }
}

.m-hdg-l3-02 {
  margin-top: 48px;
  margin-bottom: 32px;
  border-bottom: 2px solid rgba(125, 158, 179, 0.4);
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l3-02 {
    padding-bottom: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3-02 {
    padding-bottom: 9px;
  }
}

.m-hdg-l3-02-sub, .m-hdg-l3-02-main {
  display: block;
}

.m-hdg-l3-02-sub {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l3-02-sub + .m-hdg-l3-02-main {
    margin-top: 1px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3-02-sub + .m-hdg-l3-02-main {
    margin-top: 3px;
  }
}

.m-hdg-l3-02-main {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l3-02-main {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3-02-main {
    font-size: 2rem;
  }
}

.m-hdg-l3-02-link {
  display: inline-block;
}

.m-hdg-l3-02-link .m-hdg-l3-02-main {
  position: relative;
}

.m-hdg-l3-02-link .m-hdg-l3-02-main::after {
  display: inline-block;
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-01.svg") no-repeat;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l3-02-link .m-hdg-l3-02-main::after {
    top: -1px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3-02-link .m-hdg-l3-02-main::after {
    top: 1px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l3-02.icon .m-hdg-l3-02-sub + .m-hdg-l3-02-main {
    margin-top: 5px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l3-02.icon .m-hdg-l3-02-sub + .m-hdg-l3-02-main {
    margin-top: 7px;
  }
}

.m-hdg-l4 {
  position: relative;
  padding-left: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l4 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l4 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.m-hdg-l4::before {
  display: block;
  position: absolute;
  content: "";
  top: 3.5px;
  left: 0;
  margin: auto 0;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #7d9eb3;
}

.m-hdg-l5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l5 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l5 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.m-hdg-pickup {
  position: relative;
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-pickup {
    padding-top: 30px;
    padding-bottom: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-pickup {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

.m-hdg-pickup::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url("/assets/images/common/icon-mark-02.svg") 0 0;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-pickup::before {
    margin-left: -19px;
    width: 38px;
    height: 108px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-pickup::before {
    margin-left: -11.5px;
    width: 23px;
    height: 64px;
    background-size: cover;
  }
}

.m-hdg-pickup > span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #0081cc;
  color: #0081cc;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-pickup > span {
    padding-bottom: 8px;
    font-size: 4.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-pickup > span {
    padding-bottom: 9px;
    font-size: 3.2rem;
  }
}

.m-hdg-school {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
  border-bottom: 2px solid rgba(125, 158, 179, 0.4);
}

@media print, screen and (min-width: 769px) {
  .m-hdg-school {
    margin-top: 80px;
    padding-bottom: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-school {
    margin-top: 48px;
    padding-bottom: 10px;
  }
}

.m-hdg-school-main {
  width: 100%;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-school-main {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-school-main {
    font-size: 2rem;
  }
}

.m-hdg-school-main + .m-hdg-school-link {
  margin-left: 10px;
}

.m-hdg-school-link {
  flex-shrink: 0;
}

.m-hdg-school-link > a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-hdg-school-link > a::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: transform .2s;
  transform: translate(0, -2px);
}

.m-hdg-school-link > a:hover::after, .m-hdg-school-link > a:active::after, .m-hdg-school-link > a:focus::after {
  transform: translate(2px, -2px);
}

@media print, screen and (min-width: 981px) {
  .m-hdg-video {
    padding: 0 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-hdg-video {
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-video {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 981px) {
  .m-hdg-video-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 240px;
    aspect-ratio: 16 / 6;
  }
}

@media print, screen and (max-width: 980px) {
  .m-hdg-video-inner {
    position: relative;
    aspect-ratio: 16 / 9;
  }
}

.m-hdg-video-box {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.m-hdg-video-catch {
  width: 100%;
  margin: auto;
  text-align: center;
}

@media print, screen and (max-width: 980px) {
  .m-hdg-video-catch {
    width: 70%;
  }
}

.m-hdg-video-catch img {
  width: 45%;
}

@media print, screen and (max-width: 980px) {
  .m-hdg-video-catch img {
    width: 100%;
  }
}

.m-hdg-video-main {
  text-align: center;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
  line-height: 4.7rem;
}

@media print, screen and (max-width: 980px) {
  .m-hdg-video-main {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
}

.m-hdg-video .loopVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .m-media {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media {
    margin-top: 32px;
  }
}

.m-media-inner {
  margin: 0 auto;
  max-width: 628px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-media-inner {
    max-width: none;
  }
}

.m-media-link {
  display: inline-block;
  position: relative;
}

.m-media-link img:not(.m-icon-modal-02) {
  width: 100%;
}

@media print, screen and (max-width: 359px) {
  .m-media-link {
    display: block;
  }
}

.m-media-caption {
  display: block;
  margin-top: 22px;
  line-height: 1.5;
}

.m-media img:not(.m-icon-modal-02) {
  height: auto;
}

@media print, screen and (max-width: 359px) {
  .m-media img:not(.m-icon-modal-02) {
    width: 100%;
  }
}

.m-media.wide .m-media-inner {
  max-width: none;
}

.m-media.wide02 .m-media-inner {
  max-width: 900px;
}

.m-media.wide02 .m-media-inner img {
  width: 100%;
}

.m-media.sp-scroll .m-media-inner {
  max-width: none;
}

@media print, screen and (max-width: 768px) {
  .m-media.sp-scroll {
    overflow-x: auto;
  }
  .m-media.sp-scroll .m-media-inner {
    max-width: 815px;
    width: -webkit-max-content;
    width: max-content;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media.sp-scroll.short .m-media-inner {
    max-width: 630px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-grid .m-media img:not(.m-icon-modal-02) {
    width: 100%;
  }
}

.m-media-02 {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-media-02 {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-02 {
    margin-top: 32px;
  }
}

.m-media-02 img {
  height: 100%;
}

@media print, screen and (max-width: 768px) {
  .m-media-02 img {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-media-02.wide02 .m-media-02-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .m-media-movie {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-movie {
    margin-top: 32px;
  }
}

.m-media-movie-inner {
  margin: 0 auto;
  max-width: 628px;
  text-align: center;
}

.m-media-movie-content {
  position: relative;
  padding-top: 66.6666666667%;
}

.m-media-movie-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.m-media-movie-02 {
  max-width: 628px;
}

@media print, screen and (min-width: 769px) {
  .m-media-movie-02 {
    margin: 40px auto 0;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-movie-02 {
    margin: 32px auto 0;
  }
}

.m-media-movie-02-inner {
  text-align: center;
  position: relative;
  padding: 0 7%;
  background-color: #cce6f5;
}

.m-media-movie-02-inner::before, .m-media-movie-02-inner::after {
  display: block;
  position: absolute;
  content: "";
  width: 7%;
  height: 100%;
  background-image: url("/assets/images/taiken/film.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
}

.m-media-movie-02-inner::before {
  left: 0;
}

.m-media-movie-02-inner::after {
  right: 0;
}

.m-media-movie-02-content {
  position: relative;
  padding-top: 56.25%;
}

.m-media-movie-02-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.m-media-audio {
  margin-top: 24px;
  background-color: #f2f5f7;
  text-align: center;
}

.m-media-audio > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-media-audio {
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    max-width: 456px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-audio {
    padding: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-media-audio * + audio {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-audio * + audio {
    margin-top: 12px;
  }
}

.m-media-lyt {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt {
    margin-top: 32px;
  }
}

.m-media-lyt > * > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt-content {
    width: 100%;
  }
}

.m-media-lyt-item {
  flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt-item {
    max-width: 326px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt-item {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt.media-left {
    flex-direction: row-reverse;
  }
  .m-media-lyt.media-left > .m-media-lyt-item {
    margin-right: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt.media-right > .m-media-lyt-item {
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt:not([class*="sp-media-bottom"]) {
    flex-direction: column-reverse;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt:not([class*="sp-media-bottom"]) > .m-media-lyt-item {
    margin-bottom: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt.sp-media-bottom {
    flex-direction: column;
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt.sp-media-bottom > .m-media-lyt-item {
    margin-top: 16px;
  }
}

.m-media-lyt.align-center {
  align-items: center;
}

.m-media-lyt.justify-center {
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt.justify-center .m-media-lyt-content {
    width: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .m-media-lyt .m-media-lyt-item.w-50 {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media print, screen and (max-width: 768px) {
  .m-media-lyt .m-media-lyt-item.w-50 {
    width: auto;
  }
}

.m-media-lyt .m-media-lyt-item.w-50 img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-panel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-item {
    margin-left: 24px;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-item + .m-panel-item {
    margin-top: 32px;
  }
}

.m-panel-link {
  display: flex;
  flex-direction: column-reverse;
}

.m-panel-link:hover .m-panel-title::after, .m-panel-link:active .m-panel-title::after, .m-panel-link:focus .m-panel-title::after {
  transform: translate(2px, -2px);
}

.m-panel-link[target="_blank"] .m-panel-title::after, .m-panel-link.js-modal .m-panel-title::after {
  display: none;
}

.m-panel-title {
  position: relative;
  line-height: 1.5;
}

.m-panel-title::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-02.svg") 0 0;
  transition: transform .2s;
  transform: translate(0, -2px);
}

.m-panel-title + * {
  margin-top: 22px;
}

.m-panel-media {
  margin-bottom: 21px;
  text-align: center;
}

.m-panel-media img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .m-panel-media img {
    width: 100%;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-panel.col4 .m-panel-item {
    width: calc(25% - 24px);
  }
  .m-panel.col4 .m-panel-item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-panel.col4 .m-panel-item {
    width: calc(50% - 24px);
  }
  .m-panel.col4 .m-panel-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-point {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-point-item {
    margin-top: 40px;
  }
}

.m-panel-point-inner > :first-child {
  margin-top: 0;
}

.m-panel-point-title {
  display: flex;
}

.m-panel-point-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #0081cc;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .m-panel-point-mark {
    margin-right: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-point-mark {
    margin-right: 10px;
  }
}

.m-panel-point-txt {
  width: 100%;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m-panel-point-txt {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-point-txt {
    font-size: 1.8rem;
  }
}

.m-panel-point-title + .m-panel-point-content {
  margin-top: 16px;
}

.m-panel-point-content {
  display: flex;
  flex-direction: column-reverse;
}

.m-panel-point-content > :first-child {
  margin-top: 0;
}

.m-panel-point-contentBody {
  width: 100%;
}

.m-panel-point-contentBody > :first-child {
  margin-top: 0;
}

.m-panel-point-contentMedia {
  flex-shrink: 0;
  margin-bottom: 24px;
}

@media print, screen and (max-width: 768px) {
  .m-panel-point-contentMedia {
    text-align: center;
  }
}

.m-panel-point-contentMedia img {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .m-panel-point-contentMedia img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point-btn {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-point-btn {
    margin-top: 16px;
  }
}

.m-panel-point-btn > :first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item {
    border-top: 1px solid #d3d3d4;
    width: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(odd) .m-panel-point-inner {
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(even) {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(even)::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #d3d3d4;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(even) .m-panel-point-inner {
    padding-left: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(-n+2) {
    border-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-child(-n+2) .m-panel-point-inner {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item:nth-last-child(-n+2) .m-panel-point-inner {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item.colWide {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item.colWide .m-panel-point-inner {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item.colWide .m-panel-point-content {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 1280px) {
  .m-panel-point.col2 .m-panel-point-item.colWide .m-panel-point-contentMedia {
    margin-left: 48px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1279px) {
  .m-panel-point.col2 .m-panel-point-item.colWide .m-panel-point-contentMedia {
    width: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col2 .m-panel-point-item.colWide .m-panel-point-contentMedia {
    margin-left: 32px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col3 {
    margin-left: -32px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-panel-point.col3 .m-panel-point-item {
    width: calc(33.333% - 32px);
  }
  .m-panel-point.col3 .m-panel-point-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-panel-point.col3 .m-panel-point-item {
    width: calc(50% - 32px);
  }
  .m-panel-point.col3 .m-panel-point-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col3 .m-panel-point-item {
    margin-top: 32px;
    margin-left: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col4 {
    margin-left: -32px;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-panel-point.col4 .m-panel-point-item {
    width: calc(25% - 32px);
  }
  .m-panel-point.col4 .m-panel-point-item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1169px) {
  .m-panel-point.col4 .m-panel-point-item {
    width: calc(50% - 32px);
  }
  .m-panel-point.col4 .m-panel-point-item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-point.col4 .m-panel-point-item {
    margin-top: 32px;
    margin-left: 32px;
  }
}

.m-panel-point.elementary .m-panel-point-mark {
  background-color: #e95e71;
}

.m-panel-point.junior .m-panel-point-mark {
  background-color: #00a764;
}

.m-panel-point.high .m-panel-point-mark {
  background-color: #0f6698;
}

.m-panel-school {
  margin-top: 32px;
}

@media print, screen and (min-width: 769px) {
  .m-panel-school {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-school-col {
    width: calc(33.333% - 32px);
    margin-left: 32px;
  }
  .m-panel-school-col:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-school-col {
    margin-bottom: 32px;
  }
  .m-panel-school-col:last-child {
    margin-bottom: 0;
  }
}

.m-panel-school-title {
  margin-bottom: 16px;
}

.m-panel-school-titleLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 10px 10px;
  background: #e5f5ff;
}

.m-panel-school-titleLink::after {
  display: inline-block;
  content: "";
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("/assets/images/common/icon-arrow-01.svg") no-repeat;
}

.m-panel-school-titleTxt {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.18182;
}

.m-panel-school-titleNum {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 4px;
  background: #0081cc;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}

.m-panel-school-item {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}

.m-panel-school-itemLabel {
  margin-right: 10px;
  min-width: 80px;
  padding: 8px;
  background: #7d9eb3;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.m-panel-school-itemContents {
  display: flex;
  flex-wrap: wrap;
}

.m-panel-school-itemNum {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  background: #f2f5f7;
  border-radius: 4px;
  color: #555555;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.m-panel-school-itemNum img {
  margin-right: 5px;
}

.m-arrow {
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .m-arrow {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-arrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media print, screen and (max-width: 1030px) {
  .m-map {
    overflow-x: scroll;
  }
}

@media print, screen and (max-width: 1030px) {
  .m-map {
    overflow-x: scroll;
  }
}

@media print, screen and (min-width: 769px) {
  .m-map {
    padding-top: 48px;
    padding-bottom: 130px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-map {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-map-inner {
    position: relative;
    width: 921px;
    margin: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .m-map-img {
    margin-right: 136px;
    text-align: right;
  }
}

@media print, screen and (max-width: 768px) {
  .m-map-img {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .m-map-list .m-map-item {
    position: absolute;
    background: #ffffff;
    z-index: 2;
  }
  .m-map-list .m-map-item .m-map-btn {
    pointer-events: none;
    background: #e5f5fe;
    color: #0081cc;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-flex;
    padding: 7px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    width: 100%;
  }
  .m-map-list .m-map-item .m-map-content {
    background: #ffffff;
  }
  .m-map-list .m-map-item .m-map-content > li {
    display: inline-block;
  }
  .m-map-list .m-map-item .m-map-content > li > a {
    text-decoration: underline;
  }
  .m-map-list .m-map-item::before {
    display: block;
    position: absolute;
    content: "";
    position: absolute;
    background: url("/assets/images/common/img-map-02.svg") no-repeat 0 0;
    z-index: -1;
  }
  .m-map-list .m-map-item.hokkaido {
    width: 68px;
    right: 50px;
    top: 54px;
  }
  .m-map-list .m-map-item.hokkaido::before {
    right: 75px;
    top: 15px;
    width: 130px;
    height: 5px;
  }
  .m-map-list .m-map-item.tohoku {
    width: 216px;
    top: 159px;
    right: -14px;
  }
  .m-map-list .m-map-item.tohoku::before {
    top: 14px;
    right: 224px;
    width: 130px;
    height: 5px;
  }
  .m-map-list .m-map-item.kanto {
    width: 216px;
    top: 284px;
    right: -14px;
  }
  .m-map-list .m-map-item.kanto::before {
    top: 14px;
    right: 224px;
    width: 156px;
    height: 5px;
    background: url("/assets/images/common/img-map-03.svg") no-repeat 0 0;
  }
  .m-map-list .m-map-item.koshinetsu {
    width: 215px;
    top: -11px;
    right: 387px;
  }
  .m-map-list .m-map-item.koshinetsu::before {
    top: 95px;
    right: 19px;
    width: 5px;
    height: 211px;
    background: url("/assets/images/common/img-map-04.svg") no-repeat 0 0;
  }
  .m-map-list .m-map-item.tokai {
    width: 232px;
    top: 407px;
    right: 30px;
  }
  .m-map-list .m-map-item.tokai::before {
    top: -63px;
    left: -165px;
    width: 157px;
    height: 79px;
    background: url("/assets/images/common/img-map-05.svg") no-repeat 0 0;
  }
  .m-map-list .m-map-item.kinki {
    width: 344px;
    top: 114px;
    left: 128px;
  }
  .m-map-list .m-map-item.kinki::before {
    top: 73px;
    right: 21px;
    width: 5px;
    height: 160px;
    background: url("/assets/images/common/img-map-04.svg") no-repeat 0 100%;
  }
  .m-map-list .m-map-item.chugoku {
    width: 272px;
    top: 203px;
    left: 128px;
  }
  .m-map-list .m-map-item.chugoku::before {
    top: 69px;
    right: 21px;
    width: 5px;
    height: 85px;
    background: url("/assets/images/common/img-map-04.svg") no-repeat 0 100%;
  }
  .m-map-list .m-map-item.shikoku {
    width: 215px;
    top: 485px;
    left: 386px;
  }
  .m-map-list .m-map-item.shikoku::before {
    top: -104px;
    right: 198px;
    width: 5px;
    height: 93px;
    background: url("/assets/images/common/img-map-04.svg") no-repeat 0 100%;
    transform: rotate(180deg);
  }
  .m-map-list .m-map-item.kyushu {
    width: 216px;
    top: 409px;
    left: 14px;
  }
  .m-map-list .m-map-item.kyushu::before {
    top: 14px;
    left: 226px;
    width: 100px;
    height: 5px;
    transform: rotate(180deg);
  }
  .m-map-list .m-map-item.okinawa {
    width: 56px;
    top: 302px;
    left: 80px;
  }
  .m-map-list .m-map-item.okinawa::before {
    top: 14px;
    left: 64px;
    width: 96px;
    height: 5px;
    transform: rotate(180deg);
  }
}

@media print, screen and (max-width: 768px) {
  .m-map-list .m-map-item {
    border-radius: 4px;
    border: 1px solid #087acc;
  }
  .m-map-list .m-map-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .m-map-list .m-map-item .m-map-btn {
    padding: 14px 16px;
    display: block;
    width: 100%;
  }
  .m-map-list .m-map-item .m-map-btn > span {
    display: flex;
    justify-content: space-between;
  }
  .m-map-list .m-map-item .m-map-btn > span::after {
    content: "";
    background: url("/assets/images/common/icon-more-01.svg") no-repeat 0 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .m-map-list .m-map-item.is-open .m-map-btn {
    background: rgba(0, 157, 249, 0.1);
  }
  .m-map-list .m-map-item.is-open .m-map-btn > span::after {
    background: url("/assets/images/common/icon-more-02.svg") no-repeat 0 0;
  }
  .m-map-list .m-map-item.hokkaido .m-map-btn, .m-map-list .m-map-item.okinawa .m-map-btn {
    display: none;
  }
  .m-map-list .m-map-item.hokkaido .m-map-content, .m-map-list .m-map-item.okinawa .m-map-content {
    display: block;
  }
  .m-map-list .m-map-content {
    display: none;
  }
  .m-map-list .m-map-content > li {
    margin: 0 16px;
    font-size: 1.6rem;
  }
  .m-map-list .m-map-content > li:not(:first-child) {
    border-top: 1px solid #7d9eb3;
  }
  .m-map-list .m-map-content > li > a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  .m-map-list .m-map-content > li > a::after {
    border-top: 2px solid #009df9;
    border-right: 2px solid #009df9;
    content: "";
    height: .7rem;
    margin: auto 8px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .7rem;
  }
}

.ugc_area a {
  text-decoration: underline;
}

.ugc_area a:hover, .ugc_area a:active, .ugc_area a:focus {
  text-decoration: none;
}

.ugc_area strong {
  color: #222222;
}

.ugc_area table {
  table-layout: fixed;
  border: 1px solid #c2c2c2;
}

.ugc_area table th,
.ugc_area table td {
  padding: 14px 16px;
  border: 1px solid #c2c2c2;
  color: #333333;
  text-align: center;
  vertical-align: middle;
}

.ugc_area table th {
  background: #f2f5f7;
}

.ugc_area.o-box {
  margin-top: 32px;
  border: 1px solid #7d9eb3;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .ugc_area.o-box {
    padding: 32px;
  }
}

@media print, screen and (max-width: 768px) {
  .ugc_area.o-box {
    padding: 24px;
  }
}

.ugc_area.o-box strong {
  display: block;
  text-align: center;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .ugc_area.o-box strong > span {
    font-size: 2.4rem !important;
  }
}

@media print, screen and (max-width: 768px) {
  .ugc_area.o-box strong > span {
    font-size: 2rem !important;
    font-weight: normal;
  }
}

.m-adj-center {
  text-align: center !important;
}

.m-adj-right {
  text-align: right !important;
}

.m-adj-left {
  text-align: left !important;
}

.m-adj-top {
  vertical-align: top !important;
}

.m-adj-middle {
  vertical-align: middle !important;
}

.m-adj-bottom {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 769px) {
  .m-adj-pc-none {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .m-adj-pc-none {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .m-adj-sp-none {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .m-adj-sp-mb-0 {
    margin-bottom: 0;
  }
}

.m-w-5 {
  width: 5% !important;
}

.m-w-10 {
  width: 10% !important;
}

.m-w-15 {
  width: 15% !important;
}

.m-w-20 {
  width: 20% !important;
}

.m-w-25 {
  width: 25% !important;
}

.m-w-30 {
  width: 30% !important;
}

.m-w-35 {
  width: 35% !important;
}

.m-w-40 {
  width: 40% !important;
}

.m-w-45 {
  width: 45% !important;
}

.m-w-50 {
  width: 50% !important;
}

.m-w-55 {
  width: 55% !important;
}

.m-w-60 {
  width: 60% !important;
}

.m-w-65 {
  width: 65% !important;
}

.m-w-70 {
  width: 70% !important;
}

.m-w-75 {
  width: 75% !important;
}

.m-w-80 {
  width: 80% !important;
}

.m-w-85 {
  width: 85% !important;
}

.m-w-90 {
  width: 90% !important;
}

.m-w-95 {
  width: 95% !important;
}

.m-w-100 {
  width: 100% !important;
}

.m-mt-0 {
  margin-top: 0px !important;
}

.m-mt-5 {
  margin-top: 5px !important;
}

.m-mt-10 {
  margin-top: 10px !important;
}

.m-mt-15 {
  margin-top: 15px !important;
}

.m-mt-20 {
  margin-top: 20px !important;
}

.m-mt-25 {
  margin-top: 25px !important;
}

.m-mt-30 {
  margin-top: 30px !important;
}

.m-mt-35 {
  margin-top: 35px !important;
}

.m-mt-40 {
  margin-top: 40px !important;
}

.m-mt-45 {
  margin-top: 45px !important;
}

.m-mt-50 {
  margin-top: 50px !important;
}

.m-mt-55 {
  margin-top: 55px !important;
}

.m-mt-60 {
  margin-top: 60px !important;
}

.m-mt-65 {
  margin-top: 65px !important;
}

.m-mt-70 {
  margin-top: 70px !important;
}

.m-mt-75 {
  margin-top: 75px !important;
}

.m-mt-80 {
  margin-top: 80px !important;
}

.m-mt-85 {
  margin-top: 85px !important;
}

.m-mt-90 {
  margin-top: 90px !important;
}

.m-mt-95 {
  margin-top: 95px !important;
}

.m-mt-100 {
  margin-top: 100px !important;
}

.m-mb-0 {
  margin-bottom: 0px !important;
}

.m-mb-5 {
  margin-bottom: 5px !important;
}

.m-mb-10 {
  margin-bottom: 10px !important;
}

.m-mb-15 {
  margin-bottom: 15px !important;
}

.m-mb-20 {
  margin-bottom: 20px !important;
}

.m-mb-25 {
  margin-bottom: 25px !important;
}

.m-mb-30 {
  margin-bottom: 30px !important;
}

.m-mb-35 {
  margin-bottom: 35px !important;
}

.m-mb-40 {
  margin-bottom: 40px !important;
}

.m-mb-45 {
  margin-bottom: 45px !important;
}

.m-mb-50 {
  margin-bottom: 50px !important;
}

.m-mb-55 {
  margin-bottom: 55px !important;
}

.m-mb-60 {
  margin-bottom: 60px !important;
}

.m-mb-65 {
  margin-bottom: 65px !important;
}

.m-mb-70 {
  margin-bottom: 70px !important;
}

.m-mb-75 {
  margin-bottom: 75px !important;
}

.m-mb-80 {
  margin-bottom: 80px !important;
}

.m-mb-85 {
  margin-bottom: 85px !important;
}

.m-mb-90 {
  margin-bottom: 90px !important;
}

.m-mb-95 {
  margin-bottom: 95px !important;
}

.m-mb-100 {
  margin-bottom: 100px !important;
}

.m-mr-0 {
  margin-right: 0px !important;
}

.m-mr-5 {
  margin-right: 5px !important;
}

.m-mr-10 {
  margin-right: 10px !important;
}

.m-mr-15 {
  margin-right: 15px !important;
}

.m-mr-20 {
  margin-right: 20px !important;
}

.m-mr-25 {
  margin-right: 25px !important;
}

.m-mr-30 {
  margin-right: 30px !important;
}

.m-mr-35 {
  margin-right: 35px !important;
}

.m-mr-40 {
  margin-right: 40px !important;
}

.m-mr-45 {
  margin-right: 45px !important;
}

.m-mr-50 {
  margin-right: 50px !important;
}

.m-mr-55 {
  margin-right: 55px !important;
}

.m-mr-60 {
  margin-right: 60px !important;
}

.m-mr-65 {
  margin-right: 65px !important;
}

.m-mr-70 {
  margin-right: 70px !important;
}

.m-mr-75 {
  margin-right: 75px !important;
}

.m-mr-80 {
  margin-right: 80px !important;
}

.m-mr-85 {
  margin-right: 85px !important;
}

.m-mr-90 {
  margin-right: 90px !important;
}

.m-mr-95 {
  margin-right: 95px !important;
}

.m-mr-100 {
  margin-right: 100px !important;
}

.m-ml-0 {
  margin-left: 0px !important;
}

.m-ml-5 {
  margin-left: 5px !important;
}

.m-ml-10 {
  margin-left: 10px !important;
}

.m-ml-15 {
  margin-left: 15px !important;
}

.m-ml-20 {
  margin-left: 20px !important;
}

.m-ml-25 {
  margin-left: 25px !important;
}

.m-ml-30 {
  margin-left: 30px !important;
}

.m-ml-35 {
  margin-left: 35px !important;
}

.m-ml-40 {
  margin-left: 40px !important;
}

.m-ml-45 {
  margin-left: 45px !important;
}

.m-ml-50 {
  margin-left: 50px !important;
}

.m-ml-55 {
  margin-left: 55px !important;
}

.m-ml-60 {
  margin-left: 60px !important;
}

.m-ml-65 {
  margin-left: 65px !important;
}

.m-ml-70 {
  margin-left: 70px !important;
}

.m-ml-75 {
  margin-left: 75px !important;
}

.m-ml-80 {
  margin-left: 80px !important;
}

.m-ml-85 {
  margin-left: 85px !important;
}

.m-ml-90 {
  margin-left: 90px !important;
}

.m-ml-95 {
  margin-left: 95px !important;
}

.m-ml-100 {
  margin-left: 100px !important;
}

.m-pt-0 {
  padding-top: 0px !important;
}

.m-pt-5 {
  padding-top: 5px !important;
}

.m-pt-10 {
  padding-top: 10px !important;
}

.m-pt-15 {
  padding-top: 15px !important;
}

.m-pt-20 {
  padding-top: 20px !important;
}

.m-pt-25 {
  padding-top: 25px !important;
}

.m-pt-30 {
  padding-top: 30px !important;
}

.m-pt-35 {
  padding-top: 35px !important;
}

.m-pt-40 {
  padding-top: 40px !important;
}

.m-pt-45 {
  padding-top: 45px !important;
}

.m-pt-50 {
  padding-top: 50px !important;
}

.m-pt-55 {
  padding-top: 55px !important;
}

.m-pt-60 {
  padding-top: 60px !important;
}

.m-pt-65 {
  padding-top: 65px !important;
}

.m-pt-70 {
  padding-top: 70px !important;
}

.m-pt-75 {
  padding-top: 75px !important;
}

.m-pt-80 {
  padding-top: 80px !important;
}

.m-pt-85 {
  padding-top: 85px !important;
}

.m-pt-90 {
  padding-top: 90px !important;
}

.m-pt-95 {
  padding-top: 95px !important;
}

.m-pt-100 {
  padding-top: 100px !important;
}

.m-pb-0 {
  padding-bottom: 0px !important;
}

.m-pb-5 {
  padding-bottom: 5px !important;
}

.m-pb-10 {
  padding-bottom: 10px !important;
}

.m-pb-15 {
  padding-bottom: 15px !important;
}

.m-pb-20 {
  padding-bottom: 20px !important;
}

.m-pb-25 {
  padding-bottom: 25px !important;
}

.m-pb-30 {
  padding-bottom: 30px !important;
}

.m-pb-35 {
  padding-bottom: 35px !important;
}

.m-pb-40 {
  padding-bottom: 40px !important;
}

.m-pb-45 {
  padding-bottom: 45px !important;
}

.m-pb-50 {
  padding-bottom: 50px !important;
}

.m-pb-55 {
  padding-bottom: 55px !important;
}

.m-pb-60 {
  padding-bottom: 60px !important;
}

.m-pb-65 {
  padding-bottom: 65px !important;
}

.m-pb-70 {
  padding-bottom: 70px !important;
}

.m-pb-75 {
  padding-bottom: 75px !important;
}

.m-pb-80 {
  padding-bottom: 80px !important;
}

.m-pb-85 {
  padding-bottom: 85px !important;
}

.m-pb-90 {
  padding-bottom: 90px !important;
}

.m-pb-95 {
  padding-bottom: 95px !important;
}

.m-pb-100 {
  padding-bottom: 100px !important;
}

.m-pr-0 {
  padding-right: 0px !important;
}

.m-pr-5 {
  padding-right: 5px !important;
}

.m-pr-10 {
  padding-right: 10px !important;
}

.m-pr-15 {
  padding-right: 15px !important;
}

.m-pr-20 {
  padding-right: 20px !important;
}

.m-pr-25 {
  padding-right: 25px !important;
}

.m-pr-30 {
  padding-right: 30px !important;
}

.m-pr-35 {
  padding-right: 35px !important;
}

.m-pr-40 {
  padding-right: 40px !important;
}

.m-pr-45 {
  padding-right: 45px !important;
}

.m-pr-50 {
  padding-right: 50px !important;
}

.m-pr-55 {
  padding-right: 55px !important;
}

.m-pr-60 {
  padding-right: 60px !important;
}

.m-pr-65 {
  padding-right: 65px !important;
}

.m-pr-70 {
  padding-right: 70px !important;
}

.m-pr-75 {
  padding-right: 75px !important;
}

.m-pr-80 {
  padding-right: 80px !important;
}

.m-pr-85 {
  padding-right: 85px !important;
}

.m-pr-90 {
  padding-right: 90px !important;
}

.m-pr-95 {
  padding-right: 95px !important;
}

.m-pr-100 {
  padding-right: 100px !important;
}

.m-pl-0 {
  padding-left: 0px !important;
}

.m-pl-5 {
  padding-left: 5px !important;
}

.m-pl-10 {
  padding-left: 10px !important;
}

.m-pl-15 {
  padding-left: 15px !important;
}

.m-pl-20 {
  padding-left: 20px !important;
}

.m-pl-25 {
  padding-left: 25px !important;
}

.m-pl-30 {
  padding-left: 30px !important;
}

.m-pl-35 {
  padding-left: 35px !important;
}

.m-pl-40 {
  padding-left: 40px !important;
}

.m-pl-45 {
  padding-left: 45px !important;
}

.m-pl-50 {
  padding-left: 50px !important;
}

.m-pl-55 {
  padding-left: 55px !important;
}

.m-pl-60 {
  padding-left: 60px !important;
}

.m-pl-65 {
  padding-left: 65px !important;
}

.m-pl-70 {
  padding-left: 70px !important;
}

.m-pl-75 {
  padding-left: 75px !important;
}

.m-pl-80 {
  padding-left: 80px !important;
}

.m-pl-85 {
  padding-left: 85px !important;
}

.m-pl-90 {
  padding-left: 90px !important;
}

.m-pl-95 {
  padding-left: 95px !important;
}

.m-pl-100 {
  padding-left: 100px !important;
}
