@charset "utf-8";

/* reset */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-delay: -1ms !important;
    animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
main,
details {
  display: block;
}
audio,
video,
canvas,
progress {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
audio,
video,
canvas,
iframe,
img,
svg {
  vertical-align: bottom;
}
iframe,
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.05em;
}
sup {
  top: -.25em;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help;
}
address {
  font-style: normal;
}
mark {
  padding: .2em .3em;
  background-color: #ff0;
}
ul:where(:not([class])) {
  margin-left: 1.25em;
}
ol:where(:not([class])) {
  margin-left: 1.5em;
}
ul:where([class]),
ol:where([class]),
nav ul,
nav ol {
  list-style: none;
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
pre {
  display: block;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
code {
  word-wrap: break-word;
}
pre code {
  word-break: normal;
}
hr {
  height: 1px;
  background-color: currentColor;
  border: none;
  overflow: visible;
}
template {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: inherit;
  border: solid;
  color: inherit;
}
dialog:not([open]) {
  display: none;
}
a {
  background-color: transparent;
  text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
  cursor: pointer;
}
a:active,
a:hover {
  outline-width: 0;
}
a,
area,
button,
input,
label,
select,
textarea,
summary,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
[role="button"] {
  cursor: pointer;
}
fieldset {
  border: 1px solid #ccc;
  padding: .5em 1em 1em;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0 .5em;
  border: 0;
  color: inherit;
  white-space: normal;
}
input,
textarea,
button,
select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  -ms-overflow-style: scrollbar;
}
input,
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
optgroup {
  color: inherit;
  font: inherit;
  font-weight: bold;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
output {
  display: inline-block;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
[type="color"]::-webkit-color-swatch {
  border: none;
}
[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
[type="search"] {
  border-radius: 0;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
input,
textarea,
button,
select,
option,
optgroup {
  font-size: 16px;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed !important;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
:focus:not(:focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: none;
}


/* base */
body {
	width: 100%;
	color: #582D08;
	font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	line-height: 1.5;
	overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
a {
  text-decoration: none;
}
a img {
  pointer-events: none;
}
::-moz-selection {
  background-color: #582D08;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #582D08;
  color: #fff;
  text-shadow: none;
}

@media (min-width: 992px) {
  a,
  button {
    transition: .3s;
  }
  a:hover,
  button:hover {
    opacity: .8;
  }
}


/* hidden style */
.xs-hidden {
  display: none;
}
@media (min-width: 375px) {
  .xs-hidden {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .sm-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .md-hidden {
    display: block;
  }
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lg-hidden {
    display: block;
  }
  .xl-hidden {
    display: none;
  }
}


/* slick */
.slick-arrow {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 10;
  display: block;
  width: 21px;
  height: 21px;
  padding: 0;
  background: url(../../img/pages/top/arrow_icn_01.svg) 0 0 / cover no-repeat;
  border: none;
  font-size: 0;
  outline: none;
}
.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.slick-next {
  right: 0;
}
.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -15px;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  background: #F2F0E9;
  border-radius: 100%;
  border: none;
  font-size: 0;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #582D08;
}

@media (min-width: 768px) {
  .slick-arrow {
    top: calc(50% - 17px);
    width: 35px;
    height: 35px;
    background: url(../../img/pages/top/arrow_icn_02.svg) 0 0 / cover no-repeat;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}


/* wrapper */
.wrap-content-1020 {
	display: block;
	width: 100%;
	max-width: 1050px;
	padding: 0 15px;
	margin: 0 auto;
}


/* header */
.l-site-header {
	padding: 10px 0 8px;
	border-bottom: 1px solid #EEE;
	background-color: #FFF;
}
.l-site-header-image {
	height: 43px;
}

@media (min-width: 768px) {
  .l-site-header-image {
    height: 75px;
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .l-site-header {
    padding: 12px 0;
  }
}


/* breadcrumb */
.breadcrumb {
	padding: 10px 0;
	background-color: #FFF;
}
.breadcrumb .breadcrumb-list {
	display: flex;
}
.breadcrumb .breadcrumb-list-item {
	position: relative;
  padding-right: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 400;
	white-space: nowrap;
}
.breadcrumb .breadcrumb-list-item:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 1em;
	height: 1em;
	font-size: .8em;
	background-image: url("../../img/share/icon_arrow_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
.breadcrumb .breadcrumb-list-item:last-child:after {
	display: none;
}
.breadcrumb .breadcrumb-list-item-link {
	color: #004ea2;
	font-size: 10px;
	padding-right: 2px;
}

@media (min-width: 768px) {
  .breadcrumb .breadcrumb-list-item {
    font-size: 13px;
    padding-left: 9px;
  }
  .breadcrumb .breadcrumb-list-item-link {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 11px 0;
  }
}


/* banner */
.l-top-banner {
	padding: 55px 15px 80px;
	text-align: center;
}
.l-top-banner-link {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
.l-top-banner-link img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
  .l-top-banner {
    padding: 72px 0 105px;
  }
}


/* pagetop */
.page-to-top {
	position: relative;
}
.page-to-top-link {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 40px;
	height: auto;
	line-height: 40px;
	background-color: #0071eb;
	transition: .3s;
}
.page-to-top-link-image {
	display: inline-block;
	background-image: url("../../img/share/icon_arrow_white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
	font-size: 14px;
}


/* footer */
.l-site-footer {
	background-color: #004EA2;
}
.l-site-footer-list {
	display: flex;
	flex-wrap: wrap;
}
.l-site-footer-list .l-site-footer-list-item {
	width: 50%;
	background-color: #004EA2;
	text-align: center;
	border-bottom: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item:nth-child(odd) {
	border-right: 1px solid rgba(238, 238, 238, 0.4);
}
.l-site-footer-list .l-site-footer-list-item-link {
	display: block;
	padding: 20px 15px;
	color: #FFF;
	font-size: 14px;
}
.l-site-footer-copyright {
	background-color: #FFF;
	padding: 20px 15px;
  text-align: center;
  color: #000;
  font-size: 8px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .l-site-footer-list .l-site-footer-list-item {
    width: 25%;
    border-right: 1px solid rgba(238, 238, 238, 0.4);
  }
  .l-site-footer-list .l-site-footer-list-item:first-child {
    border-left: 1px solid rgba(238, 238, 238, 0.4);
  }
  .l-site-footer-list .l-site-footer-list-item-link {
    transition: .3s;
  }
  .l-site-footer-list .l-site-footer-list-item-link:hover {
    background-color: #0071eb;
    opacity: .8;
    transition: .3s;
  }
  .l-site-footer-copyright {
    padding: 40px 15px;
  }
}


/* main contents area */
.l-top-contents {
  padding: 40px 15px;
  background: #F2F0E9;
}

@media (min-width: 768px) {
  .l-top-contents {
    padding: 72px 15px;
  }
}


/* section common style */
.l-top-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 15px;
  background: #FFF;
  border-radius: 10px;
}
.l-top-section-heading {
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
}
.l-top-section-heading span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  letter-spacing: .1em;
}
.l-top-section-column {
  margin-top: 32px;
}
.l-top-section-column-slider img {
  width: 100%;
}
.l-top-section-column-text {
  margin-top: 45px;
}
.l-top-section-column-heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
}
.l-top-section-column-text p {
  font-size: 13px;
  font-weight: 300;
}
.l-top-section-course {
  margin-top: 32px;
}
.l-top-section-course-heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.l-top-section-course-heading span {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
.l-top-section-course-heading span::before,
.l-top-section-course-heading span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #582D08;
}
.l-top-section-course-heading span::before {
  left: 0;
}
.l-top-section-course-heading span::after {
  right: 0;
}
.l-top-section-course-list {
  padding: 0 7px;
}
.l-top-section-course-item {
  text-align: center;
}
.l-top-section-course-item:not(:first-child) {
  margin-top: 20px;
}
.l-top-section-course-item-heading {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}
.l-top-section-course-item-note {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 300;
}
.l-top-section-button {
  max-width: 480px;
  margin: 36px auto 0;
}
.l-top-section-button a {
  position: relative;
  display: block;
  padding: 10px;
  background: #5E834E;
  border-radius: 100px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-indent: 1em;
}
.l-top-section-button a::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../../img/pages/top/arrow_icn_03.svg) 0 0 / cover no-repeat;
}

@media (min-width: 375px) {
  .l-top-section-button a {
    font-size: 14px;
  }
  .l-top-section-button a::after {
    top: calc(50% - 11px);
    right: 17px;
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .l-top-section {
    padding: 80px 15px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .05);
  }
  .l-top-section-heading {
    font-size: 40px;
  }
  .l-top-section-heading span {
    font-size: 12px;
  }
  .l-top-section-column {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
  }
  .l-top-section-column-slider {
    width: 50%;
  }
  .l-top-section-column-text {
    flex: 1;
    margin: 0 0 0 30px;
  }
  .l-top-section-column-heading {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.42;
  }
  .l-top-section-column-text p {
    line-height: 2;
  }
  .l-top-section-column.-reverse .l-top-section-column-slider {
    order: 2;
  }
  .l-top-section-column.-reverse .l-top-section-column-text {
    order: 1;
    margin: 0 30px 0 0;
  }
  .l-top-section-course {
    margin-top: 85px;
  }
  .l-top-section-course-heading {
    font-size: 24px;
  }
  .l-top-section-course-heading span {
    padding: 0 52px;
  }
  .l-top-section-course-heading span::before,
  .l-top-section-course-heading span::after {
    width: 36px;
  }
  .l-top-section-course-list {
    display: flex;
  }
  .l-top-section-course-item:not(:first-child) {
    margin: 0 0 0 20px;
  }
  .l-top-section-course-item-heading {
    margin-top: 16px;
  }
  .l-top-section-course-item-note {
    margin-top: 12px;
    font-size: 12px;
  }
  .l-top-section-button {
    margin-top: 56px;
  }
  .l-top-section-button a {
    padding: 18px;
    font-size: 18px;
    text-indent: 0;
  }
}
@media (min-width: 992px) {
  .l-top-section {
    padding: 80px 53px;
  }
  .l-top-section:first-of-type {
    padding: 130px 53px 140px;
  }
  .l-top-section-heading {
    font-size: 48px;
  }
  .l-top-section-column-text {
    margin: 0 0 0 50px;
  }
  .l-top-section-column-heading {
    font-size: 28px;
  }
  .l-top-section-column-text p {
    font-size: 15px;
  }
  .l-top-section-column.-reverse .l-top-section-column-text {
    margin: 0 50px 0 0;
  }
  .l-top-section-course-item:not(:first-child) {
    margin-left: 40px;
  }
  .l-top-section-course-item-heading {
    font-size: 18px;
  }
  .l-top-section-course-item-note {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .l-top-section-column-slider {
    width: 523px;
  }
}


/* kv */
.l-top-kv {
  padding-top: 146.66667%;
  font-size: 0;
  background: url(../../img/pages/top/kv_sp.jpg) center center / cover no-repeat;
}

@media (min-width: 768px) {
  .l-top-kv {
    padding-top: 450px;
    background: url(../../img/pages/top/kv_pc.jpg) center center / cover no-repeat;
  }
}
@media (min-width: 992px) {
  .l-top-kv {
    padding-top: 550px;
  }
}


/* point */
.l-top-point {
  padding: 32px 15px;
}
.l-top-point-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 15px 26px;
  border-radius: 10px;
  background: #F2F0E9;
}
.l-top-point .l-top-section-heading {
  font-size: 24px;
}
.l-top-point-list {
  max-width: 900px;
  margin: 18px auto 0;
}
.l-top-point-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px 14px 17px;
  background: #FFF;
  border-radius: 5px;
}
.l-top-point-item:not(:first-child) {
  margin-top: 10px;
}
.l-top-point-item-image {
  width: 62px;
}
.l-top-point-item-text {
  flex: 1;
  max-width: 160px;
  margin-left: 20px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.l-top-point-item-heading {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}
.l-top-point-item-heading + p {
  font-size: 12px;
}
.l-top-point-item-note {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 300;
}
.l-top-point-link {
  max-width: 900px;
  margin: 24px auto 0;
}
.l-top-point-link-item:not(:first-child) {
  margin-top: 15px;
}
.l-top-point-link-item a {
  display: block;
  padding: 10px;
  background: #B5A393;
  border-radius: 5px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 375px) {
  .l-top-point-list {
    padding: 0 15px;
  }
  .l-top-point-link-item a {
    letter-spacing: .05em;
  }
}
@media (min-width: 768px) {
  .l-top-point {
    padding: 70px 15px 80px;
  }
  .l-top-point-inner {
    padding: 64px 40px;
    border-radius: 10px;
  }
  .l-top-point .l-top-section-heading {
    font-size: 40px;
  }
  .l-top-point-list {
    display: flex;
    margin: 40px auto 0;
    padding: 0;
  }
  .l-top-point-item {
    flex: 1;
    display: block;
    padding: 30px 10px;
    border-radius: 10px;
  }
  .l-top-point-item:not(:first-child) {
    margin: 0 0 0 20px;
  }
  .l-top-point-item-image {
    width: 110px;
    margin: 0 auto 24px;
  }
  .l-top-point-item-text {
    max-width: none;
    margin: 0;
  }
  .l-top-point-item-heading {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .l-top-point-item-heading + p {
    font-size: 14px;
  }
  .l-top-point-item-note {
    margin-top: 12px;
    font-size: 12px;
  }
  .l-top-point-link {
    margin: 40px auto 0;
  }
  .l-top-point-link-item:not(:first-child) {
    margin-top: 20px;
  }
  .l-top-point-link-item a {
    padding: 8px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .l-top-point .l-top-section-heading {
    font-size: 48px;
  }
  .l-top-point-item {
    padding: 50px 10px;
  }
  .l-top-point-item:not(:first-child) {
    margin: 0 0 0 30px;
  }
  .l-top-point-item-heading {
    font-size: 25px;
  }
  .l-top-point-item-heading + p {
    font-size: 17px;
  }
  .l-top-point-link {
    display: flex;
  }
  .l-top-point-link-item {
    flex: 1;
  }
  .l-top-point-link-item:not(:first-child) {
    margin: 0 0 0 30px;
  }
}


/* map */
.l-top-map {
  max-width: 845px;
  margin: 0 auto 56px;
}
.l-top-map-inner {
  margin-top: 32px;
}
.l-top-map .l-top-section-heading {
  font-size: 24px;
}
.l-top-map-image img {
  width: 100%;
}
.l-top-map-text {
  margin: 40px auto 0;
}
.l-top-map-heading {
  padding: 10px 16px;
  background: #F2F0E9;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.l-top-map-list {
  margin-top: 16px;
  padding: 0 13px;
}
.l-top-map-item {
  position: relative;
  padding-left: 39px;
  font-size: 16px;
}
.l-top-map-item::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 29px;
  height: 20px;
  background: url(../../img/pages/top/ship_icn_01.svg) 0 0 / cover no-repeat;
}
.l-top-map-item:not(:first-child) {
  margin-top: 16px;
}
.l-top-map-note {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  font-weight: 100;
}

@media (min-width: 375px) {
  .l-top-map-text {
    width: 79.61783%;
  }
}
@media (min-width: 768px) {
  .l-top-map {
    margin: 0 auto 60px;
  }
  .l-top-map-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .l-top-map .l-top-section-heading {
    font-size: 40px;
  }
  .l-top-map-image {
    flex: 1;
    margin-right: 45px;
  }
  .l-top-map-text {
    width: 36.21302%;
    margin: 0;
  }
  .l-top-map-heading {
    padding: 16px;
  }
  .l-top-map-list {
    margin-top: 24px;
    padding: 0;
  }
  .l-top-map-note {
    margin-top: 24px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .l-top-map .l-top-section-heading {
    font-size: 48px;
  }
  .l-top-map-image {
    margin-right: 57px;
  }
  .l-top-map-heading {
    font-size: 20px;
  }
  .l-top-map-item {
    font-size: 18px;
  }
  .l-top-map-note {
    font-size: 15px;
  }
}


/* anchor */
.l-top-anchor {
  max-width: 1100px;
  margin: 56px auto;
  padding: 0 15px;
}
.l-top-anchor-heading {
  margin-bottom: 32px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.l-top-anchor-list {
  max-width: 400px;
  margin: 0 auto;
}
.l-top-anchor-item:not(:first-child) {
  margin-top: 20px;
}
.l-top-anchor-item a {
  display: block;
}

@media (min-width: 768px) {
  .l-top-anchor {
    margin: 100px auto 150px;
    padding: 0;
  }
  .l-top-anchor-heading {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .l-top-anchor-list {
    display: flex;
    max-width: none;
  }
  .l-top-anchor-item:not(:first-child) {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  .l-top-anchor-heading {
    font-size: 38px;
  }
}


/* iriomote section */
.l-top-iriomote {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .l-top-iriomote {
    margin-top: 56px;
  }
  .l-top-iriomote .l-top-section-column + .l-top-section-course {
    margin-top: 65px;
  }
  .l-top-iriomote .l-top-section-button + .l-top-section-course {
    margin-top: 56px;
  }
}