@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;
          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;
          appearance: none;
  border: 0;
  background: none;
  padding: 0;
}

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

[type="search"] {
  -webkit-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 (max-width: 1169px) {
  .header.ver03 .header-sub {
    display: flex !important;
    align-items: flex-end;
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 5px 5px;
    box-shadow: none;
    background: none;
  }
}

@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;
  }
}

@media print, screen and (max-width: 1169px) {
  .header.ver03 .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-size: 2.4rem;
  font-weight: bold;
  align-items: center;
  color: #555555;
}

@media print, screen and (min-width: 1170px) {
  .header-tel-num {
    letter-spacing: 0;
    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: #F2F4F7;
    border-radius: 4px;
    padding: 8px;
    line-height: 1;
    color: #0066CC;
    font-weight: bold;
    font-size: 1.6rem;
    align-items: center;
  }
  .header.ver02 .header-tel02-num::before {
    content: "";
    background: url("../img/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;
  }
}

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

.header-action-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 4px solid #0073E6;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #0080FF 0%, #0080FF 100%);
  color: #fff;
  line-height: 1.2;
  transition: .3s;
}

.header-action-btn.wide {
  width: 180px;
  border-bottom: 4px solid #1E64AA;
  background-image: linear-gradient(180deg, #2D75BC 0%, #2D75BC 100%);
  color: #fff;
}

@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.ver03 .header-action-btn {
  position: relative;
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
  border-bottom-width: 4px;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (max-width: 1169px) {
  .header.ver03 .header-action-btn {
    padding: 12px 5px 11px 11px;
    width: 160px;
  }
  .header.ver03 .header-action-btn.wide {
    padding: 12px 5px 11px 11px;
    width: 250px;
  }
}

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

@media print, screen and (max-width: 768px) {
  .header.ver03 .header-action-btn {
    flex-flow: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 4px 5px;
    width: 96px;
  }
  .header.ver03 .header-action-btn.wide {
    padding: 5px 4px 5px;
    width: 96px;
  }
}

.header-action-btn:hover .header-action-btn-inner, .header-action-btn:active .header-action-btn-inner, .header-action-btn:focus .header-action-btn-inner {
  transform: translateY(2px);
}

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

.header-action-btn.wide::before {
  background-image: linear-gradient(180deg, #2D75BC 0%, #2D75BC 100%);
}

.header-action-btn:hover, .header-action-btn:active, .header-action-btn:focus {
  border-bottom-color: #2C90F3;
  border-bottom-width: 2px;
  margin-top: 2px;
  color: #0066CC;
  opacity: 1;
}

.header-action-btn.wide:hover, .header-action-btn.wide:active, .header-action-btn.wide:focus {
  border-bottom-color: #2B74BC;
  color: #0080FF;
  margin-top: 2px;
}

.header-action-btn:hover::before, .header-action-btn:active::before, .header-action-btn:focus::before {
  transform: translateY(2px);
  opacity: 1;
}

.header-action-btn.wide:hover::before, .header-action-btn.wide:active::before, .header-action-btn.wide:focus::before {
  transform: translateY(2px);
  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%;
  }
}

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

.header-action-btn.ver02 {
  border-bottom-color: #015AB3;
  background-image: linear-gradient(180deg, #0079F2 0%, #0073E6 100%);
  border-bottom-width: 4px;
}

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

.header-action-btn.ver03 {
  border-bottom-color: #0073E6;
  background-image: linear-gradient(180deg, #0080FF 0%, #0080FF 100%);
  border-bottom-width: 4px;
}

.header-action-btn.ver03:hover, .header-action-btn.ver03:active, .header-action-btn.ver03:focus {
  border-bottom-color: #0073E6;
}

.header.ver03 .header-action-btn-inner {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .header.ver03 .header-action-btn-inner {
    flex-flow: column;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.header-action-btnIcon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  z-index: 3;
}

@media print, screen and (max-width: 768px) {
  .header-action-btnIcon {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
  }
}

.header-action-btn-inner::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  margin-right: 8px;
  background: url("../img/icon-btnArrow-03.svg");
  background-size: 18px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

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

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

@media print, screen and (max-width: 768px) {
  .header-action-btn-inner::after {
    display: none;
  }
}

.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;
    font-size: 1.2rem;
  }
}

.header.ver03 .header-action-btnLead {
  padding-right: 0;
  padding-left: 0;
  margin: auto;
  font-size: 1.6rem;
}

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

@media print, screen and (max-width: 768px) {
  .header.ver03 .header-action-btnLead {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

@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.ver03 .header-action-btn-icon {
  display: block;
}

.header-accordion-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 28px 0 10px;
  width: 174px;
  height: 60px;
  background-image: linear-gradient(180deg, #3399FF 0%, #006CD7 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, #0079F2 0%, #0073E6 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("../img/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: 67px;
}

@media print, screen and (max-width: 768px) {
  .header-accordion-btn02 {
    height: 62px;
  }
}

@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: #0066CC;
  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: 67px;
    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;
    z-index: 100;
  }
}

@media print, screen and (max-width: 768px) {
  .globalNav {
    top: 62px;
  }
}

.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: #0076EB;
    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 #007DF9;
    border-right: 2px solid #007DF9;
    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: #0066CC;
  }
  .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: #0080FF;
    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("../img/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("../img/icon-btnSearch-01.svg");
    width: 26px;
    height: 26px;
  }
}

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

@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: #0066CC;
  }
}

.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 #0080FF;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 1170px) {
  .footer-nav {
    padding: 0 5.333vw;
  }
}

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

@media print, screen and (min-width: 1170px) {
  .footer-contents01 {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 66%;
    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 {
    display: block;
    width: calc(50% - 24px);
  }
  .footer-contents01-list:not(:first-child) {
    margin-left: 24px;
  }
  .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 #007DF9;
    border-right: 2px solid #007DF9;
    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 #007DF9;
    border-right: 2px solid #007DF9;
    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 #007DF9;
    border-right: 2px solid #007DF9;
    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);
  }
}

.footer-contents01-list .footer-toggle .footer-toggle-btn-hide-pc {
  display: inherit;
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-list .footer-toggle .footer-toggle-btn-hide-pc {
    display: none;
  }
}

@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;
  }
}

.footer-contents01-sub {
  display: flex;
  flex-wrap: wrap;
}

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

.footer-contents01-sub > li {
  margin-left: 11.62791%;
  font-weight: normal;
  font-size: 1.4rem;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents01-sub > li {
    margin-left: 2.5em;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub > li > a::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #007DF9;
    border-right: 2px solid #007DF9;
    height: .5rem;
    margin: auto 17px auto 8px;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
    vertical-align: middle;
    width: .5rem;
    top: -.01em;
    position: relative;
  }
}

@media print, screen and (min-width: 1170px) {
  .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 > li.footer-contents01-sub-topic {
  margin-left: 1em;
  font-weight: bold;
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub > li.footer-contents01-sub-topic {
    width: 100%;
    margin-left: 11.62791%;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

.footer-contents01-sub > li.footer-contents01-sub-topic-sp {
  margin-left: 1em;
  font-weight: bold;
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub > li.footer-contents01-sub-topic-sp {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub--row-reverse-pc {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 1170px) {
  .footer-contents01-sub--column-pc {
    flex-direction: column;
    justify-content: flex-end;
  }
}

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

@media print, screen and (max-width: 1169px) {
  .footer-contents02 {
    background: #f8f8f8;
    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: #0080FF;
  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: 0;
  }
}

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

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

.footer-contents02-btn::after {
  border-top: 2px solid #007DF9;
  border-right: 2px solid #007DF9;
  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.4rem;
  margin-top: 30px;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list {
    width: 100%;
  }
}

.footer-contents02-list > li {
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list > li {
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
  }
}

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

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

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list > li:not(:first-child) {
    margin-top: 0;
  }
}

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

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list a {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
}

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

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list a::after {
    margin-inline: 8px;
    width: .7rem;
    height: .7rem;
  }
}

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

.footer-contents02-list .footer-toggle .footer-toggle-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list .footer-toggle .footer-toggle-btn {
    width: 100%;
    padding: 14px 0;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-list .footer-toggle .footer-toggle-btn::after {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #007DF9;
    border-right: 2px solid #007DF9;
    height: .7rem;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
    width: .7rem;
    top: 0;
    bottom: 0;
    margin: auto 8px;
    right: 0;
    position: absolute;
    vertical-align: middle;
  }
}

.footer-contents02-list .footer-toggle .footer-toggle-btn.is-open::after {
  transform: rotate(-135deg);
}

.footer-contents02-sub {
  margin-left: 10.49345%;
  font-size: 1.4rem;
  font-weight: normal;
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-sub {
    display: none;
    margin-left: 1em;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-sub a {
    display: inline-block;
    width: auto;
  }
}

@media print, screen and (max-width: 1169px) {
  .footer-contents02-sub a::after {
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin-block: auto;
    margin-inline: 6px 0;
    border-top: 2px solid #555555;
    border-right: 2px solid #555555;
    transform: translateX(0%) rotate(45deg);
    transition: .3s;
  }
}

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

@media print, screen and (max-width: 1169px) {
  .footer-relate {
    padding-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 #007DF9;
    border-right: 2px solid #007DF9;
    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;
  }
}

/* ===== New Footer Layout ===== */
.footer-main {
  background: #f8f8f8;
  border-top: 8px solid #0080FF;
  padding: 48px 5.333vw 56px;
}

.footer-main-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.footer-main-logo {
  flex-shrink: 0;
  width: 200px;
  padding-top: 4px;
}

.footer-main-logo img {
  width: 100%;
  height: auto;
}

.footer-main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  flex: 1;
}

.footer-main-nav-col {
  min-width: 140px;
}

.footer-main-nav-head {
  font-weight: bold;
  font-size: 1.4rem;
  color: #222;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.footer-main-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main-nav-col ul li {
  margin-top: 8px;
}

.footer-main-nav-col ul li a {
  font-size: 1.3rem;
  color: #555;
  text-decoration: none;
  transition: color .2s;
}

.footer-main-nav-col ul li a:hover {
  color: #0080FF;
}

.footer-bottom {
  background: #222;
  padding: 16px 5.333vw;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-links li a {
  font-size: 1.2rem;
  color: #aaa;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-links li a:hover {
  color: #fff;
}

.footer-bottom-copyright {
  font-size: 1.2rem;
  color: #aaa;
  margin: 0;
}

@media print, screen and (max-width: 768px) {
  .footer-main {
    padding: 32px 5.333vw 40px;
  }
  .footer-main-inner {
    flex-direction: column;
    gap: 24px;
  }
  .footer-main-logo {
    width: 160px;
  }
  .footer-main-nav {
    gap: 24px 32px;
    width: 100%;
  }
  .footer-main-nav-col {
    min-width: calc(50% - 16px);
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.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: 117px;
}

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

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

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: #F2F4F7;
}

.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: #ECF6FF;
  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: #0066CC;
  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, #0080FF 50%, transparent 50%);
  font-weight: bold;
}

.m-txt-strong {
  color: #0068CF;
}

.m-txt-strong-b {
  color: #0066CC;
}

.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, #DFEDFB 25%, transparent 25%);
  }
}

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

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

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

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

@media print, screen and (max-width: 768px) {
  .m-txt-lede.high > b {
    background: linear-gradient(to top, #CFDDEA 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, #CCE1F5 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, #CCE1F5 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: #3399FF;
  font-size: 1.8rem;
  font-weight: bold;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #0066CC;
}

.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: #5EA3E9;
}

.m-icon-label.junior {
  background-color: #0053A7;
}

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

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

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

.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%;
    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: 12px;
  }
}

@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;
  transition: .3s;
}

.m-link-menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  border-radius: 8px;
  background: #2D75BC;
  border-bottom: 4px solid #1E64AA;
  color: #ffffff;
  line-height: 1.2;
  transition: .3s;
}

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

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

.m-link-menu-btn.ver02 {
  background-image: linear-gradient(180deg, #0358AC 0%, #0358AC 100%);
  border-bottom: 4px solid #094C8F;
}

.m-link-menu-btn.ver02::before {
  background: #0358AC;
}

.m-link-menu-btn.ver02::after {
  background: url("../img/icon-btnArrow-05.svg");
}

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

.m-link-menu-btn.ver02:hover, .m-link-menu-btn.ver02:active, .m-link-menu-btn.ver02:focus {
  border-bottom: 4px solid #094C8F;
}

.m-link-menu-btn.ver02:hover::before, .m-link-menu-btn.ver02:active::before, .m-link-menu-btn.ver02:focus::before {
  transform: translateY(2px);
}

.m-link-menu-btn.ver03 {
  background: #6CADEE;
  border-bottom: 4px solid #5297DB;
}

.m-link-menu-btn.ver03::before {
  background: #6CADEE;
}

.m-link-menu-btn.ver03::after {
  background: url("../img/icon-btnArrow-04.svg");
}

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

.m-link-menu-btn.ver03:hover, .m-link-menu-btn.ver03:active, .m-link-menu-btn.ver03:focus {
  border-bottom: 4px solid #5297DB;
}

.m-link-menu-btn.ver03:hover::before, .m-link-menu-btn.ver03:active::before, .m-link-menu-btn.ver03:focus::before {
  transform: translateY(2px);
}

.m-link-menu-btn::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(180deg, #2D75BC 0%, #2D75BC 100%);
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 8px;
  z-index: 1;
  transition: .3s;
  opacity: 1;
}

.m-link-menu-btn:hover, .m-link-menu-btn:active, .m-link-menu-btn:focus {
  margin-top: 2px;
  margin-bottom: 0;
  border-bottom: 4px solid #1E64AA;
  opacity: 1;
}

.m-link-menu-btn:hover::before, .m-link-menu-btn:active::before, .m-link-menu-btn:focus::before {
  opacity: 1;
  transform: translateY(2px);
}

.m-link-menu-btn:hover::after, .m-link-menu-btn:active::after, .m-link-menu-btn:focus::after {
  transform: translateY(2px);
}

.m-link-menu-btn:hover .m-link-menu-btn-inner, .m-link-menu-btn:active .m-link-menu-btn-inner, .m-link-menu-btn:focus .m-link-menu-btn-inner {
  transform: translateY(2px);
}

.m-link-menu-btn::after {
  position: relative;
  content: "";
  margin-top: 0;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("../img/icon-btnArrow-03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: .3s;
}

@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 .m-link-menu-btn-inner {
  margin: 0 0;
  transition: .3s;
}

.m-link-menu-btn-text {
  display: flex;
  justify-content: center;
  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;
  }
}

.m-link-menu-btn-lead span {
  line-height: 1.4;
  font-size: 3rem;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-btn-lead span {
    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 (max-width: 1169px) {
  .m-link-menu-sub {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 48.65672%;
    margin-top: 2px;
    margin-left: 2.98507%;
  }
}

@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 li {
    border-bottom: 1px solid #d3d3d4;
    font-size: 1.4rem;
    text-align: center;
  }
}

.m-link-menu-sub > li + li {
  margin-top: 0;
  margin-left: 12px;
}

@media print, screen and (max-width: 1169px) {
  .m-link-menu-sub > li + li {
    margin-top: 8px;
    margin-left: 0;
  }
}

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

.m-link-menu-sub a::after {
  content: "";
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: auto 0 auto 6px;
  background: url("../img/icon-btnArrow-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  vertical-align: middle;
  transition: .3s;
}

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

@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 {
    position: absolute;
    right: 10px;
    width: 14px;
    height: 14px;
    max-width: 14px;
  }
}

.m-link-menu-sub .m-link-menu-sub-btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: #B7D8F9;
  border-radius: 8px;
  border-bottom: 4px solid #95BEE6;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub .m-link-menu-sub-btn:not(:first-child) {
    margin-top: 4px;
  }
}

@media print, screen and (max-width: 1169px) {
  .m-link-menu-sub .m-link-menu-sub-btn {
    display: flex;
    width: 100%;
  }
}

.m-link-menu-sub .m-link-menu-sub-btn:hover::before, .m-link-menu-sub .m-link-menu-sub-btn:active::before, .m-link-menu-sub .m-link-menu-sub-btn:focus::before {
  transform: translateY(2px);
}

.m-link-menu-sub .m-link-menu-sub-btn:hover > .m-link-menu-sub-btn-inner, .m-link-menu-sub .m-link-menu-sub-btn:active > .m-link-menu-sub-btn-inner, .m-link-menu-sub .m-link-menu-sub-btn:focus > .m-link-menu-sub-btn-inner {
  transform: translateY(2px);
  opacity: 1.0;
}

@media print, screen and (max-width: 1169px) {
  .m-link-menu-sub .m-link-menu-sub-btn:nth-of-type(n + 2) {
    margin-top: 8px;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub .m-link-menu-sub-btn:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}

.m-link-menu-sub .m-link-menu-sub-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: #B7D8F9;
  border-radius: 8px;
  transition: .3s;
  z-index: 1;
}

.m-link-menu-sub .m-link-menu-sub-btn .m-link-menu-sub-btn-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-block: 0.8rem;
  padding-inline: 1rem;
  z-index: 2;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub .m-link-menu-sub-btn .m-link-menu-sub-btn-inner {
    padding-inline: 8px;
  }
}

.m-link-menu-sub .m-link-menu-sub-btn .m-link-menu-sub-btn-inner::after {
  position: relative;
  content: "";
  background: url("../img/icon-btnArrow-03.svg");
  background-size: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: auto;
  top: -1px;
  bottom: 0;
  right: 0;
  transition: .3s;
}

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

.m-link-menu-sub .m-link-menu-sub-btn .m-link-menu-sub-btn-text {
  display: block;
  width: 100%;
  margin-block: 0;
  padding-right: 20px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub .m-link-menu-sub-btn .m-link-menu-sub-btn-text {
    padding-right: 4px;
  }
}

.m-link-menu-sub.ver02 .m-link-menu-sub-btn {
  background: #BCD3EB;
  border-bottom: 4px solid #8EAAC6;
}

.m-link-menu-sub.ver02 .m-link-menu-sub-btn::before {
  background: #BCD3EB;
}

.m-link-menu-sub.ver02 .m-link-menu-sub-btn > .m-link-menu-sub-btn-inner::after {
  background: url("../img/icon-btnArrow-05.svg");
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub.ver02 .m-link-menu-sub-btn > .m-link-menu-sub-btn-inner::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: auto;
    top: -1px;
    right: 0;
  }
}

.m-link-menu-sub.ver03 .m-link-menu-sub-btn {
  background: #DDEBF9;
  border-bottom: 4px solid #B0CDE9;
}

.m-link-menu-sub.ver03 .m-link-menu-sub-btn::before {
  background: #DDEBF9;
}

.m-link-menu-sub.ver03 .m-link-menu-sub-btn > .m-link-menu-sub-btn-inner::after {
  background: url("../img/icon-btnArrow-04.svg");
}

@media print, screen and (max-width: 768px) {
  .m-link-menu-sub.ver03 .m-link-menu-sub-btn > .m-link-menu-sub-btn-inner::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: auto;
    top: -1px;
    right: 0;
  }
}

@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 #0066CC;
  border-right: 2px solid #0066CC;
  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("../img/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("../img/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-03._small {
  font-size: 1.3rem;
  font-weight: 200;
}

.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("../img/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("../img/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: #F2F4F7;
}

@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("../img/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: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 769px) {
  .m-link-anchor-02-list.col3 {
    -ms-grid-columns: repeat(3, 1fr);
    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: repeat(2, 1fr);
    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: #5EA3E9;
}

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

.m-btn.elementary .m-btn-inner {
  border-color: #5EA3E9;
  background-color: #E0F0FF;
}

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

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

.m-btn.junior .m-btn-lede > span {
  color: #0053A7;
}

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

.m-btn.junior .m-btn-inner {
  border-color: #0053A7;
  background-color: #E5EEF6;
}

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

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

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

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

.m-btn.high .m-btn-inner {
  border-color: #0F5398;
  background-color: #E3EBF2;
}

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

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

.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: #0066CC;
}

.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: #0066CC;
}

.m-btn:not(.elementary):not(.junior):not(.high) .m-btn-inner {
  border-color: #0066CC;
  background-color: #F1F8FF;
}

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

.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: #0080FF;
  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("../img/icon-btnSearch-01.svg");
  width: 26px;
  height: 26px;
}

.m-btn-class-search-btn::after {
  border-top: 2px solid #007DF9;
  border-right: 2px solid #007DF9;
  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 #2D75BC;
  border-right: 2px solid #2D75BC;
  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: #0066CC;
  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 #0068CF;
  background: #0068CF;
  display: flex;
}

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

.m-box-alert-icon {
  background: #0068CF;
  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: #0068CF;
}

.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: #F1F8FF;
}

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

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

.m-box-contact-title {
  color: #0066CC;
  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: 1.55rem;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}

.m-box-contact-title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.m-box-contact-title > span::before, .m-box-contact-title > span::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #0066CC;
}

.m-box-contact-title > span::before {
  left: 1px;
  transform: rotate(-25deg);
}

.m-box-contact-title > span::after {
  right: 1px;
  transform: rotate(25deg);
}

.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: 0;
  }
}

.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;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btnList.col2-02 {
    flex-flow: column;
  }
}

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

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

.m-box-contact-btnList.col2-02 > li:not(:first-child) {
  margin-top: 10px;
}

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

.m-box-contact-btnList.col2-02 > li .m-box-contact-btn {
  position: relative;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 20px 20px 20px 34px;
  transition: 0.3s;
  opacity: 1;
}

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

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

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

.m-box-contact-btnList._soudan {
  margin-top: 23px;
}

.m-box-contact-btnList._soudan > li > .m-box-contact-btn {
  border-radius: 50px;
  padding-right: 5%;
  justify-content: center;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btnList._soudan {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .m-box-contact-btnList._soudan > li {
    min-width: 220px;
  }
}

.m-box-contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 4px solid #1E64AA;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #2D75BC 0%, #2D75BC 100%);
  color: #fff;
  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: "";
  display: block;
  position: absolute;
  background: #2D75BC;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 50px;
  transition: .3s;
  opacity: 1;
  z-index: 1;
}

.m-box-contact-btn.ver02 {
  border-bottom: 4px solid #0060BF;
  background: #0080FF;
  color: #fff;
}

.m-box-contact-btn.ver02::before {
  background: #0080FF;
}

.m-box-contact-btn.ver02:hover, .m-box-contact-btn.ver02:active, .m-box-contact-btn.ver02:focus {
  color: #fff;
}

.m-box-contact-btn.ver02 > .m-box-contact-btn-inner::before {
  background-image: url("../img/icon-document-02.svg");
  filter: brightness(0) invert(1);
  width: 69px;
  height: 48px;
}

.m-box-contact-btn.ver02,
.m-box-contact-btn.ver02::before,
.m-box-contact-btn.ver02::after,
.m-box-contact-btn.ver02 > .m-box-contact-btn-inner {
  transition: none;
}

.m-box-contact-btn:hover, .m-box-contact-btn:active, .m-box-contact-btn:focus {
  color: #0080FF;
  opacity: 1;
}

.m-box-contact-btn:hover::before, .m-box-contact-btn:active::before, .m-box-contact-btn:focus::before {
  background: #2D75BC;
}

._soudan .m-box-contact-btn:hover::before, ._soudan .m-box-contact-btn:active::before, ._soudan .m-box-contact-btn:focus::before {
  border-radius: 50px;
}

.m-box-contact-btn:hover::before, .m-box-contact-btn:hover::after,
.m-box-contact-btn:active::before, .m-box-contact-btn:active::after,
.m-box-contact-btn:focus::before, .m-box-contact-btn:focus::after {
  transform: translateY(2px);
}

.m-box-contact-btn:hover.ver02::before, .m-box-contact-btn:active.ver02::before, .m-box-contact-btn:focus.ver02::before {
  background: #0080FF;
}

.m-box-contact-btn::after {
  content: "";
  position: relative;
  background: url("../img/icon-btnArrow-03.svg");
  background-size: 28px;
  background-position-x: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
  min-width: 28px;
  width: 28px;
  height: 28px;
  z-index: 2;
  transition: .3s;
}

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

.m-box-contact-btn-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-block: 0;
  text-align: center;
  z-index: 2;
  transition: .3s;
}

.m-box-contact-btn-inner::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url("../img/icon-pencil-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn-inner::before {
    left: 10px;
    width: 78px;
    height: 30px;
  }
}

.m-box-contact-btn-lead {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
}

.m-box-contact-btn-lead > span {
  font-size: 3rem;
}

.m-box-contact-btn-text {
  width: 100%;
  padding-left: 4px;
  margin-top: 2px;
  white-space: nowrap;
  opacity: 0.9;
}

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

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn-text {
    display: block;
    font-size: 1.1rem;
    padding-left: 4px;
  }
}

.m-box-contact-btn.ver02 .m-box-contact-btn-text {
  padding-left: 52px;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-btn.ver02 .m-box-contact-btn-text {
    padding-left: 40px;
  }
}

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

.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: 26px;
    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: #0066CC;
  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;
  color: #0066CC;
  font-weight: bold;
  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: #0066CC;
  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("../img/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%;
  padding-block: 12px;
  padding-inline: 20px 12px;
  border-bottom: 4px solid #1E64AA;
  border-radius: 100vw;
  background-color: #2D75BC;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-box-contact-02-btn {
    padding-block: 16px;
    padding-inline: 28px 16px;
  }
}

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

.m-box-contact-02-btn:hover, .m-box-contact-02-btn:active, .m-box-contact-02-btn:focus {
  opacity: 1;
}

.m-box-contact-02-btn:hover::before, .m-box-contact-02-btn:active::before, .m-box-contact-02-btn:focus::before {
  transform: translateY(2px);
}

.m-box-contact-02-btn:hover .m-box-contact-02-btn-inner::before, .m-box-contact-02-btn:hover .m-box-contact-02-btn-inner::after, .m-box-contact-02-btn:active .m-box-contact-02-btn-inner::before, .m-box-contact-02-btn:active .m-box-contact-02-btn-inner::after, .m-box-contact-02-btn:focus .m-box-contact-02-btn-inner::before, .m-box-contact-02-btn:focus .m-box-contact-02-btn-inner::after {
  transform: translateY(2px);
}

.m-box-contact-02-btn:hover .m-box-contact-02-btn-lead, .m-box-contact-02-btn:active .m-box-contact-02-btn-lead, .m-box-contact-02-btn:focus .m-box-contact-02-btn-lead {
  transform: translateY(2px);
}

.m-box-contact-02-btn::before {
  content: "";
  display: block;
  position: absolute;
  background: #2D75BC;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 50px;
  transition: .3s;
  z-index: 1;
}

.m-box-contact-02-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: .3s;
}

.m-box-contact-02-btn-inner::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/icon-pencil-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  max-width: 48px;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-box-contact-02-btn-inner::before {
    width: 36px;
    height: 36px;
    max-width: 36px;
    top: 0;
  }
}

.m-box-contact-02-btn-inner::after {
  content: "";
  position: relative;
  background: url("../img/icon-btnArrow-03.svg");
  background-size: 28px;
  background-position-x: right;
  min-width: 28px;
  min-height: 28px;
  z-index: 2;
  transition: .3s;
}

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

.m-box-contact-02-btn-lead {
  position: relative;
  width: 100%;
  color: #0076EB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  z-index: 2;
  transition: 0.3s;
}

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

@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 #7D98B3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #F2F4F7;
}

@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: #3399FF;
  background-color: #CCE3FB;
}

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

.m-box.emergency {
  border-top-color: #0068CF;
  background-color: #E5F0FA;
}

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

.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("../img/icon-emergency-01.svg") 0 0;
}

.m-box.message_yellow {
  border-top: 10px solid #6096CC;
  background-color: #DDEEFF;
  max-width: 70%;
  margin: 0 auto;
}

.m-box.message_yellow .m-box-title {
  color: #4686C5;
}

.m-box.message_yellow .m-lists-center {
  text-align: center;
}

.m-box.message_yellow .m-lists, .m-box.message_yellow .m-list-note {
  display: inline-block;
  text-align: left;
}

.m-box.message_yellow .m-txt {
  margin-top: 0;
}

@media print, screen and (max-width: 768px) {
  .m-box.message_yellow {
    border-top: 6px solid #6096CC;
    max-width: 100%;
    margin: 0;
  }
  .m-box.message_yellow .m-box-title {
    font-weight: bold;
    font-size: 1em;
  }
  .m-box.message_yellow .m-txt {
    font-size: 90%;
  }
}

.m-box.message_green {
  border-top: 10px solid #0D5EAE;
  background-color: #DEE9F4;
  max-width: 70%;
  margin: 0 auto;
}

.m-box.message_green .m-box-title {
  color: #222;
}

@media print, screen and (max-width: 768px) {
  .m-box.message_green {
    border-top: 6px solid #0D5EAE;
    max-width: 100%;
    margin: 0;
  }
  .m-box.message_green .m-box-title {
    font-weight: bold;
    font-size: 1em;
  }
  .m-box.message_green .m-txt {
    font-size: 90%;
  }
}

.m-box.border {
  border: 1px solid #7D98B3;
  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("../img/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("../img/icon-more-02.svg");
}

.m-box-03 {
  border: 1px solid #0066CC;
  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: #0066CC;
  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: #0066CC;
  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: #7D98B3;
  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 #7D98B3;
  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 #F2F4F7 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 #F2F4F7 transparent;
    z-index: -1;
  }
}

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

@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("../img/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("../img/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: #F2F4F7;
}

@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: #7D98B3;
}

@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%, #7D98B3 50%) 0 0/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #7D98B3 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: #0066CC;
}

@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: #7D98B3;
}

.m-box-flow-item.after .m-box-flow-content {
  border-color: #0066CC;
}

@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("../img/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: #0066CC;
  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("../img/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: #7D98B3;
}

@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: #F2F4F7;
}

@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 #0F5398;
}

@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: #0F5398;
}

@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 #0F5398;
  color: #0F5398;
  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 #0F5398;
  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: #0F5398;
  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: #0053A7;
}

.m-box-pass-item._high .m-box-pass-titleMainTxt01 {
  color: #0053A7;
}

.m-box-pass-item._high .m-box-pass-txt {
  color: #0053A7;
  border-color: #0053A7;
}

.m-box-pass-item._high .m-box-pass-listItem > span {
  border-color: #0053A7;
}

.m-box-pass-item._high .m-box-pass-txt02Name {
  color: #0053A7;
}

.m-box-pass-item._middle + .m-box-pass-item._middle {
  border-color: #5EA3E9;
}

.m-box-pass-item._middle .m-box-pass-titleMainTxt01 {
  color: #5EA3E9;
}

.m-box-pass-item._middle .m-box-pass-txt {
  color: #5EA3E9;
  border-color: #5EA3E9;
}

.m-box-pass-item._middle .m-box-pass-listItem > span {
  border-color: #5EA3E9;
}

.m-box-pass-item._middle .m-box-pass-txt02Name {
  color: #5EA3E9;
}

.m-box-plan {
  border: 1px solid #0066CC;
  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: #F1F8FF;
}

@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("../img/bg-sea-01.jpg");
  background-size: cover;
  background-position: center center;
}

.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("../img/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("../img/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 #0066CC;
  border-top: 2px solid #0066CC;
  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 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.m-box-search-title::before {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("../img/icon-btnSearch-01.svg");
  background-size: 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 10px;
}

@media print, screen and (max-width: 768px) {
  .m-box-search-title::before {
    background-size: 36px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}

@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;
  }
}

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

.m-box-search-lead {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  margin: 10px 0 24px;
  line-height: 1.8;
}

.m-box-search-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 28px;
  gap: 12px;
}

.m-box-search-cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #0066CC, #f07ab0);
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 18px 56px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(0,102,204,0.25);
  transition: opacity 0.2s;
}

.m-box-search-cta-btn:hover {
  opacity: 0.85;
}

.m-box-search-cta-note {
  font-size: 1.2rem;
  color: #666;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .m-box-search-cta-btn {
    font-size: 1.6rem;
    padding: 16px 32px;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

@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: #0080FF;
  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: #0080FF;
  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%;
  }
}

.m-box-school-history {
  border-radius: 4px;
  border: 1px solid #0066CC;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 22px;
}

@media print, screen and (min-width: 769px) {
  .m-box-school-history {
    display: flex;
    margin-top: 24px;
  }
}

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

.m-box-school-history .titleWrap {
  background: #F1F8FF;
}

@media print, screen and (min-width: 769px) {
  .m-box-school-history .titleWrap {
    display: flex;
    justify-content: center;
    width: 14.84375%;
    padding: 0 3px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-school-history .titleWrap {
    padding: 10px 5px;
  }
}

.m-box-school-history .title {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  color: #222222;
}

.m-box-school-history .title::before {
  background: url("../img/icon-check-01.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  min-width: 20px;
  width: 20px;
}

@media print, screen and (max-width: 768px) {
  .m-box-school-history .title {
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-school-history .block {
    width: 38.82813%;
    padding: 0 1.875%;
    margin: 1.875% 0;
  }
  .m-box-school-history .block + .block {
    border-left: 1px solid #7D98B3;
  }
}

@media print, screen and (max-width: 768px) {
  .m-box-school-history .block {
    margin: 0 6.4%;
    padding-top: 27px;
  }
  .m-box-school-history .block + .block {
    border-top: 2px solid #7D98B3;
    margin-top: 27px;
  }
}

.m-box-school-history .title02 {
  font-size: 1.8rem;
}

.m-box-school-history .title02 a {
  display: inline-flex;
  align-items: center;
}

.m-box-school-history .title02 a::after {
  background: url("../img/icon-arrow-01.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  min-width: 16px;
  width: 16px;
}

.m-box-school-history .number {
  display: flex;
  background: #F2F4F7;
  border-radius: 4px;
  padding: 1px 5px;
  align-items: center;
}

.m-box-school-history .number img {
  margin-right: 5px;
  width: 20px;
  height: 28px;
}

.m-box-school-history .item {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}

.m-box-school-history .label {
  background: #7D98B3;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 2px;
  min-width: 64px;
  text-align: center;
  margin-right: 10px;
}

.m-box-school-history .contents {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

@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: #0066CC;
  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: #5EA3E9;
}

.m-box-merit.elementary .m-box-merit-content {
  background-color: #EEF6FD;
}

.m-box-merit.junior .m-box-merit-title > b {
  background-color: #0053A7;
}

.m-box-merit.junior .m-box-merit-content {
  background-color: #E5EEF6;
}

.m-box-merit.high .m-box-merit-title > b {
  background-color: #0F5398;
}

.m-box-merit.high .m-box-merit-content {
  background-color: #E3EBF2;
}

.m-box-merit:not(.elementary):not(.junior):not(.high) .m-box-merit-title > b {
  background-color: #0066CC;
}

.m-box-merit:not(.elementary):not(.junior):not(.high) .m-box-merit-content {
  background-color: #F1F8FF;
}

@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%;
  }
}

.m-box-soudan {
  position: relative;
  background-color: #E5F2FF;
  background-repeat: no-repeat;
  background-image: url("../img/cv-bg.png");
  background-size: 50%;
  background-position: bottom right;
}

.m-box-soudan::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #0066CC;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media print, screen and (max-width: 768px) {
  .m-box-soudan::before {
    width: 70px;
    height: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-box-soudan {
    background-size: auto;
  }
}

.m-box-soudan-inner {
  padding: 24px 5.333vw;
}

.m-box-soudan-inner > h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .m-box-soudan-inner > h2 {
    font-size: 3.8rem;
    margin-top: 32px;
  }
}

.m-box-soudan-inner > h2 > ._blue {
  color: #0066CC;
}

.m-box-soudan-media {
  margin-top: 18px;
  text-align: center;
}

.m-box-soudan-media img {
  height: auto;
}

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

.m-box-soudan-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .m-box-soudan-text {
    font-size: 2.4rem;
    margin-top: 25px;
  }
}

.m-box-soudan-text > ._blue {
  color: #0066CC;
}

.m-box-soudan-btn {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media print, screen and (min-width: 769px) {
  .m-box-soudan-btn {
    flex-direction: row;
    margin-top: 24px;
    gap: 37px;
  }
}

.m-box-support {
  background-color: #E5F2FF;
  margin-top: 48px;
  margin-bottom: 100px;
}

.m-box-support-inner {
  padding: 22px 22px 0 22px;
}

.m-box-support-lead {
  font-weight: 700;
  text-align: center;
}

.m-box-support-lead > .sub {
  font-size: 1.6rem;
}

.m-box-support-lead > .main {
  margin-top: 11px;
  font-size: 2rem;
  color: #0066CC;
  line-height: 38px;
  letter-spacing: .2rem;
}

.m-box-support-lead > .main > .text-large {
  font-size: 3rem;
}

.m-box-support-media {
  text-align: center;
}

.m-box-support-media img {
  margin-top: 23px;
  margin-bottom: -50px;
  height: auto;
}

@media print, screen and (min-width: 1170px) {
  .m-box-support {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .m-box-support-inner {
    padding: 50px 42px 0;
  }
  .m-box-support-lead > .sub {
    font-size: 3rem;
  }
  .m-box-support-lead > .main {
    margin-top: 11px;
    font-size: 3rem;
  }
  .m-box-support-lead > .main > .text-large {
    font-size: 4rem;
  }
}

.m-box-profile {
  background-color: #F1F8FF;
  margin-top: 32px;
}

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

.m-box-profile-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 16px;
  gap: 10px;
}

@media print, screen and (min-width: 769px) {
  .m-box-profile-inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
    padding: 24px;
  }
}

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

.m-box-profile-contents > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .m-box-profile-contents {
    flex: 1;
  }
}

.m-box-profile-img {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media print, screen and (min-width: 769px) {
  .m-box-profile-img {
    flex-direction: column-reverse;
    gap: 8px;
    width: 140px;
  }
}

@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: #F2F4F7;
  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;
  }
}

.m-tbl--txt-small th,
.m-tbl--txt-small td {
  font-size: 1.4rem;
}

.m-tbl--txt-small .m-list-note > .m-list-note-item {
  font-size: 1.2rem;
}

@media print, screen and (max-width: 768px) {
  .m-tbl--border-sp th {
    border-top: 1px solid #c2c2c2;
    border-bottom: 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: #F2F4F7;
}

.m-tbl-02-inner th:has(> ._vertical-txt) {
  padding: 14px 0;
}

.m-tbl-02-inner th > span._vertical-txt {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: pre;
  letter-spacing: .5em;
}

.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: #F2F4F7;
}

.m-tbl-02-inner > tbody > tr > th,
.m-tbl-02-inner > tbody > tr > td {
  padding: 14px 16px;
}

.m-tbl-02--txt-small th,
.m-tbl-02--txt-small td {
  font-size: 1.4rem;
}

.m-tbl-02--txt-small .m-list-note > .m-list-note-item {
  font-size: 1.2rem;
}

@media print, screen and (max-width: 768px) {
  .m-tbl-02--narrow-sp > .m-tbl-02-inner {
    width: calc(375px / 2 + 375px * 2);
  }
}

@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: #0066CC;
  color: #ffffff;
}

.m-tbl-schedule-inner > tbody > tr > td {
  background-color: #ffffff;
  vertical-align: top;
}

.m-tbl-schedule-cell {
  background-color: #F2F4F7 !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: #7D98B3;
}

@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: #E9F4FF;
  color: #3399FF;
}

.m-form-block-hdgLabel:not(.required) {
  background-color: #F2F4F7;
  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: #0066CC;
}

[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: #F2F4F7;
  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: #0066CC;
  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;
          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 #0066CC;
  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: #0066CC;
  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: #E9F4FF;
  color: #3399FF;
}

.m-form-icon:not(.required) {
  background-color: #F2F4F7;
  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: #0068CF;
}

.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 #0066CC;
  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: #0066CC;
}

.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: #F2F4F7;
  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, 102, 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: #5EA3E9;
  color: #5EA3E9;
}

.m-tab-listItem.elementary > a:hover, .m-tab-listItem.elementary > a:active, .m-tab-listItem.elementary > a:focus {
  background-color: #5EA3E9;
  color: #ffffff;
}

.m-tab-listItem.elementary.is-current::after {
  background-color: #5EA3E9;
}

.m-tab-listItem.elementary.is-current > a {
  background-color: #5EA3E9;
  color: #ffffff;
}

.m-tab-listItem.junior > a {
  border-color: #0053A7;
  color: #0053A7;
}

.m-tab-listItem.junior > a:hover, .m-tab-listItem.junior > a:active, .m-tab-listItem.junior > a:focus {
  background-color: #0053A7;
  color: #ffffff;
}

.m-tab-listItem.junior.is-current::after {
  background-color: #0053A7;
}

.m-tab-listItem.junior.is-current > a {
  background-color: #0053A7;
  color: #ffffff;
}

.m-tab-listItem.high > a {
  border-color: #0F5398;
  color: #0F5398;
}

.m-tab-listItem.high > a:hover, .m-tab-listItem.high > a:active, .m-tab-listItem.high > a:focus {
  background-color: #0F5398;
  color: #ffffff;
}

.m-tab-listItem.high.is-current::after {
  background-color: #0F5398;
}

.m-tab-listItem.high.is-current > a {
  background-color: #0F5398;
  color: #ffffff;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high) > a {
  border-color: #0066CC;
  color: #0066CC;
}

.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: #0066CC;
  color: #ffffff;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high).is-current::after {
  background-color: #0066CC;
}

.m-tab-listItem:not(.elementary):not(.junior):not(.high).is-current > a {
  background-color: #0066CC;
  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, 152, 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, 102, 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: #7D98B3;
  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: #0066CC;
  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 #0066CC;
}

.m-list-feature-icon img {
  width: 8px;
  height: 27px;
}

.m-list-feature-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2F4F7;
  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: #0066CC;
  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: #2D75BC;
}

@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: #7D98B3;
}

.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: #0066CC;
  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: #5EA3E9;
}

.m-list-point.junior .m-list-point-mark {
  background-color: #0053A7;
}

.m-list-point.high .m-list-point-mark {
  background-color: #0F5398;
}

@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 #7D98B3;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.m-list-faq-markQ {
  background: #7D98B3;
  color: #ffffff;
}

.m-list-faq-markA {
  background: #ffffff;
  color: #7D98B3;
}

.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-faq._col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .m-list-faq._col2 > li {
    width: 48%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media print, screen and (max-width: 768px) {
  .m-list-faq._col2 > li {
    border-top: none;
  }
}

@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: #DEEDFC;
}

@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: #0066CC transparent transparent transparent;
}

.m-list-flow-inner {
  background: #F1F8FF;
}

@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;
  }
}

.m-list-flow-lyt.img-swap {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "media title" "media content";
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-lyt.img-swap {
        grid-template-areas: "title" "media" "content";
  }
}

.img-swap .m-list-flow-content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: content;
}

@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;
}

.img-swap .m-list-flow-media {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: media;
}

@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;
}

.img-swap .m-list-flow-media img {
  max-width: none;
}

@media print, screen and (max-width: 768px) {
  .img-swap .m-list-flow-media img {
    max-width: 100%;
  }
}

.img-swap .m-list-flow-title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}

@media print, screen and (max-width: 768px){
  .img-swap .m-list-flow-content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-swap .m-list-flow-media {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .img-swap .m-list-flow-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@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;
  }
  ._title-flex .m-list-flow-title {
    display: flex;
    align-items: flex-start;
  }
}

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

.m-list-flow-title > span {
  position: relative;
  padding: 9px 15px;
  border-radius: 4px;
  background: #0066CC;
  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: #7D98B3;
  border: solid 2px #7D98B3;
  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("../img/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;
  }
  ._title-flex .m-list-flow-title > span {
    display: flex;
    padding: 15px 4px;
  }
}

@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;
  }
  ._title-flex .m-list-flow-title > span + b {
    margin-top: 10px;
    margin-left: 8px;
  }
}

.m-list-flow-title > b {
  color: #0066CC;
  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;
  }
  ._title-flex .m-list-flow-title > b {
    display: flex;
  }
}

.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 {
  position: relative;
  width: 100%;
  border-bottom: 4px solid #1E64AA;
  border-radius: 100vw;
  background-color: #2D75BC;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken {
    max-width: 548px;
  }
}

.m-list-flow-taiken:hover::before, .m-list-flow-taiken:active::before, .m-list-flow-taiken:focus::before {
  transform: translateY(2px);
}

.m-list-flow-taiken:hover .m-list-flow-taiken-inner, .m-list-flow-taiken:active .m-list-flow-taiken-inner, .m-list-flow-taiken:focus .m-list-flow-taiken-inner {
  opacity: 1;
}

.m-list-flow-taiken:hover .m-list-flow-taiken-inner::before, .m-list-flow-taiken:hover .m-list-flow-taiken-inner::after, .m-list-flow-taiken:active .m-list-flow-taiken-inner::before, .m-list-flow-taiken:active .m-list-flow-taiken-inner::after, .m-list-flow-taiken:focus .m-list-flow-taiken-inner::before, .m-list-flow-taiken:focus .m-list-flow-taiken-inner::after {
  transform: translateY(2px);
}

.m-list-flow-taiken:hover .m-list-flow-taiken-text, .m-list-flow-taiken:active .m-list-flow-taiken-text, .m-list-flow-taiken:focus .m-list-flow-taiken-text {
  transform: translateY(2px);
}

.m-list-flow-taiken::before {
  content: "";
  display: block;
  position: absolute;
  background: #2D75BC;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 50px;
  transition: .3s;
  z-index: 1;
}

.m-list-flow-taiken-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 12px;
  padding-inline: 20px 12px;
  text-align: center;
  z-index: 2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken-inner {
    padding-block: 12px;
    padding-inline: 28px 16px;
  }
}

.m-list-flow-taiken-inner::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/icon-pencil-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  max-width: 36px;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-list-flow-taiken-inner::before {
    width: 36px;
    height: 36px;
    max-width: 36px;
    top: 0;
  }
}

.m-list-flow-taiken-inner::after {
  content: "";
  position: relative;
  background: url("../img/icon-btnArrow-03.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 20px;
  min-width: 20px;
  min-height: 20px;
  z-index: 2;
  transition: .3s;
}

.m-list-flow-taiken-text {
  position: relative;
  width: 100%;
  color: #0076EB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  z-index: 2;
  transition: 0.3s;
}

@media print, screen and (min-width: 769px) {
  .m-list-flow-taiken-text {
    font-size: 2rem;
  }
}

@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: #0066CC;
}

@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: #0066CC;
  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 #0066CC;
}

@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("../img/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: #0068CF;
}

.m-list-news-label.release {
  background-color: #6699CC;
}

.m-list-news-label.announcement {
  background-color: #6699CC;
}

.m-list-news-label.event {
  background-color: #6699CC;
}

.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("../img/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: #F1F8FF;
}

@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("../img/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("../img/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: #0066CC;
  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: #5EA3E9;
}

.m-hdg-l1.junior {
  background-color: #0053A7;
}

.m-hdg-l1.high {
  background-color: #0F5398;
}

@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: #F7FBFE;
}

.m-hdg-l1-02.elementary .m-hdg-l1-02-headInner {
  background-color: #5EA3E9;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.elementary .m-hdg-l1-02-headInner::before {
    background-color: #5EA3E9;
  }
}

.m-hdg-l1-02.junior {
  background-color: #E5EEF6;
}

.m-hdg-l1-02.junior .m-hdg-l1-02-headInner {
  background-color: #0053A7;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.junior .m-hdg-l1-02-headInner::before {
    background-color: #0053A7;
  }
}

.m-hdg-l1-02.high {
  background-color: #E3EBF2;
}

.m-hdg-l1-02.high .m-hdg-l1-02-headInner {
  background-color: #0F5398;
}

@media print, screen and (min-width: 981px) {
  .m-hdg-l1-02.high .m-hdg-l1-02-headInner::before {
    background-color: #0F5398;
  }
}

.m-hdg-l1-02:not(.elementary):not(.junior):not(.high) {
  background-color: #F2F4F7;
}

.m-hdg-l1-02:not(.elementary):not(.junior):not(.high) .m-hdg-l1-02-headInner {
  background-color: #0066CC;
}

@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: #0066CC;
  }
}

@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: #5EA3E9;
}

.m-hdg-l1-03.elementary .m-hdg-l1-03-media {
  background-color: #F7FBFE;
}

.m-hdg-l1-03.junior .m-hdg-l1-03-main {
  background-color: #0053A7;
}

.m-hdg-l1-03.junior .m-hdg-l1-03-media {
  background-color: #E5EEF6;
}

.m-hdg-l1-03.high .m-hdg-l1-03-main {
  background-color: #0F5398;
}

.m-hdg-l1-03.high .m-hdg-l1-03-media {
  background-color: #E3EBF2;
}

.m-hdg-l1-03:not(.elementary):not(.junior):not(.high) .m-hdg-l1-03-main {
  background-color: #0066CC;
}

.m-hdg-l1-03:not(.elementary):not(.junior):not(.high) .m-hdg-l1-03-media {
  background-color: #F2F4F7;
}

@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: #5EA3E9;
}

.m-hdg-l1-04.junior .m-hdg-l1-04-main {
  background-color: #0053A7;
}

.m-hdg-l1-04.high .m-hdg-l1-04-main {
  background-color: #0F5398;
}

.m-hdg-l1-04:not(.elementary):not(.junior):not(.high) .m-hdg-l1-04-main {
  background-color: #0066CC;
}

.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 {
    bottom: 4%;
    min-width: 280px;
  }
}

.m-hdg-l1-05-absolute-exam {
  position: absolute;
  right: 88px;
  bottom: 40px;
  width: 480px;
  z-index: 2;
}

@media print, screen and (max-width: 1280px) {
  .m-hdg-l1-05-absolute-exam {
    right: 6.875vw;
    bottom: 3.125vw;
    width: 37.5vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-05-absolute-exam {
    position: relative;
    right: 0;
    left: 0;
    bottom: -40px;
    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-exam {
    min-width: 280px;
  }
}

.m-hdg-l1-05-absolute-exam._left {
  left: 88px;
  right: 0;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-05-absolute-exam._left {
    left: 0;
  }
}

.m-hdg-l1-05-btn {
  position: relative;
  width: 100%;
  border-bottom: 4px solid #1E64AA;
  border-radius: 100vw;
  background-color: #2D75BC;
  line-height: 1.2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn {
    max-width: 548px;
  }
}

.m-hdg-l1-05-btn:hover::before, .m-hdg-l1-05-btn:active::before, .m-hdg-l1-05-btn:focus::before {
  transform: translateY(2px);
}

.m-hdg-l1-05-btn:hover .m-hdg-l1-05-btn-inner, .m-hdg-l1-05-btn:active .m-hdg-l1-05-btn-inner, .m-hdg-l1-05-btn:focus .m-hdg-l1-05-btn-inner {
  opacity: 1;
}

.m-hdg-l1-05-btn:hover .m-hdg-l1-05-btn-inner::before, .m-hdg-l1-05-btn:hover .m-hdg-l1-05-btn-inner::after, .m-hdg-l1-05-btn:active .m-hdg-l1-05-btn-inner::before, .m-hdg-l1-05-btn:active .m-hdg-l1-05-btn-inner::after, .m-hdg-l1-05-btn:focus .m-hdg-l1-05-btn-inner::before, .m-hdg-l1-05-btn:focus .m-hdg-l1-05-btn-inner::after {
  transform: translateY(2px);
}

.m-hdg-l1-05-btn:hover .m-hdg-l1-05-btn-text, .m-hdg-l1-05-btn:active .m-hdg-l1-05-btn-text, .m-hdg-l1-05-btn:focus .m-hdg-l1-05-btn-text {
  transform: translateY(2px);
}

.m-hdg-l1-05-btn::before {
  content: "";
  display: block;
  position: absolute;
  background: #2D75BC;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 50px;
  transition: .3s;
  z-index: 1;
}

.m-hdg-l1-05-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 12px;
  padding-inline: 20px 12px;
  text-align: center;
  z-index: 2;
  transition: .3s;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn-inner {
    padding-block: 16px;
    padding-inline: 28px 16px;
  }
}

.m-hdg-l1-05-btn-inner::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/icon-pencil-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  max-width: 48px;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-05-btn-inner::before {
    width: 36px;
    height: 36px;
    max-width: 36px;
    top: 0;
  }
}

.m-hdg-l1-05-btn-inner::after {
  content: "";
  position: relative;
  background: url("../img/icon-btnArrow-03.svg");
  background-size: 28px;
  background-position-x: right;
  min-width: 28px;
  min-height: 28px;
  z-index: 2;
  transition: .3s;
}

@media print, screen and (max-width: 768px) {
  .m-hdg-l1-05-btn-inner::after {
    background-size: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}

.m-hdg-l1-05-btn-text {
  position: relative;
  width: 100%;
  color: #0076EB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  z-index: 2;
  transition: 0.3s;
}

@media print, screen and (min-width: 769px) {
  .m-hdg-l1-05-btn-text {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-hdg-l1-05-btn-text {
    font-size: 2.6rem;
  }
}

.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: #0076EB;
}

@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: #0076EB;
}

.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: #0076EB;
}

.m-hdg-l2-02-num {
  background-color: #0066CC;
  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: #0076EB;
}

@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 #0066CC;
  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: #0066CC;
  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: #0066CC;
}

.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, 152, 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, 152, 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("../img/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: #7D98B3;
}

.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("../img/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 #0066CC;
  color: #0066CC;
}

@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, 152, 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("../img/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: #CCE1F5;
}

.m-media-movie-02-inner::before, .m-media-movie-02-inner::after {
  display: block;
  position: absolute;
  content: "";
  width: 7%;
  height: 100%;
  background-image: url("../img/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: #F2F4F7;
  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("../img/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: #0066CC;
  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: #5EA3E9;
}

.m-panel-point.junior .m-panel-point-mark {
  background-color: #0053A7;
}

.m-panel-point.high .m-panel-point-mark {
  background-color: #0F5398;
}

.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: #E5F2FF;
}

.m-panel-school-titleLink::after {
  display: inline-block;
  content: "";
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("../img/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: #0066CC;
  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: #7D98B3;
  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: #F2F4F7;
  border-radius: 4px;
  color: #555555;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.m-panel-school-itemNum img {
  margin-right: 5px;
}

.m-panel-data {
  margin: 32px 0;
}

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

.m-panel-data + * {
  margin-top: 32px;
}

.m-panel-data-item {
  border-bottom: solid 1px #0066CC;
}

.m-panel-data-hdg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-panel-data-hdgText {
  font-weight: 700;
  font-size: 2rem;
  flex-shrink: 0;
}

.m-panel-data-label {
  text-align: right;
}

.m-panel-data-label > img {
  height: auto;
}

.m-panel-data-media {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.m-panel-data-media > img {
  height: auto;
}

.m-panel-data-lyt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.m-panel-data-note {
  margin-top: 15px;
  font-size: 1.4rem;
}

@media print, screen and (max-width: 1169px) {
  .m-panel-data .m-txt > .m-link-03 {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .m-panel-data-label > img {
    width: 80%;
  }
  .m-panel-data-hdgText {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 1170px) {
  .m-panel-data .m-txt > .m-link-03 + .m-link-03 {
    margin-left: 10px;
  }
  .m-panel-data-hdgText {
    font-size: 2.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-panel-data-item {
    padding: 24px 0;
  }
  .m-panel-data-parallel {
    margin-top: 0;
  }
  .m-panel-data-parallel > .m-panel-data-item:first-child {
    border-bottom: solid 1px #0066CC;
  }
}

@media print, screen and (min-width: 769px) {
  .m-panel-data {
    margin: 50px 0;
  }
  .m-panel-data-parallel {
    display: flex;
    justify-content: center;
  }
  .m-panel-data-parallel > .m-panel-data-item {
    width: 50%;
  }
  .m-panel-data-parallel > .m-panel-data-item:first-child {
    position: relative;
  }
  .m-panel-data-parallel > .m-panel-data-item:first-child::after {
    display: block;
    position: absolute;
    content: "";
    border-right: solid 1px #0066CC;
    right: 0;
    top: 52px;
    height: calc(100% - 106px);
  }
  .m-panel-data-media {
    flex-direction: row;
  }
  .m-panel-data-media._col3 > img {
    width: calc(100% / 3);
  }
  .m-panel-data-item {
    padding: 52px 32px;
  }
  .m-panel-data-hdg {
    align-items: flex-start;
  }
}

.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: #E5F2FE;
    color: #0066CC;
    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("../img/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("../img/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("../img/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("../img/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("../img/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("../img/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("../img/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 #086ACC;
  }
  .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("../img/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, 125, 249, 0.1);
  }
  .m-map-list .m-map-item.is-open .m-map-btn > span::after {
    background: url("../img/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 #7D98B3;
  }
  .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 #007DF9;
    border-right: 2px solid #007DF9;
    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: #F2F4F7;
}

.ugc_area.o-box {
  margin-top: 32px;
  border: 1px solid #7D98B3;
  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;
}

.u-sp-br { display: none; }
@media screen and (max-width: 768px) {
  .u-sp-br { display: inline; }
}
