@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #434343;
}

a {
  color: #319f2d;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

.layout-container .layout-container-inner {
  width: 860px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .layout-container .layout-container-inner {
    width: auto;
    padding: 0 20px;
  }
}
.layout-container .layout-container-inner .banner-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .layout-container .layout-container-inner .banner-list {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }
  .layout-container .layout-container-inner .banner-list .banner-item {
    margin: 0 !important;
    width: calc(50% - 8px);
  }
  .layout-container .layout-container-inner .banner-list .banner-item img {
    width: 100%;
    height: auto;
  }
}
.layout-container img {
  max-width: 100%;
  height: auto;
}

.mobile-main-image {
  display: none;
  background: url("../img/sp/main_image.png") no-repeat center/cover;
  height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mobile-main-image {
    display: block;
  }
}

.mobile-main-image-inner {
  position: relative;
}

.mobile-main-image-10th {
  position: absolute;
  top: 25px;
  left: calc(50% - 170px);
}
.mobile-main-image-10th img {
  width: 230px;
  aspect-ratio: 650/410;
}

.mobile-main-image-character {
  position: absolute;
  top: 25px;
  left: calc(50% + 50px);
}
.mobile-main-image-character img {
  width: 160px;
  aspect-ratio: 960/816;
}

.global-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 565px;
}
@media screen and (max-width: 767px) {
  .global-header {
    display: none;
  }
}
.global-header .site-description {
  background: #f8e9f0;
  height: 35px;
  font-size: 1.6rem;
  line-height: 35px;
  text-align: right;
}
.global-header .site-description .layout-container {
  padding-left: 245px;
}
@media screen and (max-width: 767px) {
  .global-header .site-description .layout-container {
    padding-left: 0;
  }
}
.global-header .site-description .site-description-inner {
  display: flex;
}
.global-header .site-description .site-description-text {
  color: #9c6780;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-header .site-description .site-description-text img {
  width: auto;
  height: 26px;
}
.global-header .font-size {
  margin-left: auto;
  display: flex;
  align-items: stretch;
}
.global-header .font-size .font-size-title {
  font-size: 1.3rem;
  margin-right: 10px;
}
.global-header .font-size .font-size-list {
  display: flex;
  align-items: stretch;
}
.global-header .font-size .font-size-item {
  border-right: 1px solid #ccc;
  padding: 0 10px;
  display: flex;
  line-height: 1;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  color: #333;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.global-header .font-size .font-size-item.current {
  border-bottom-color: #c23f51;
}
.global-header .font-size .font-size-item:first-child {
  border-left: 1px solid #ccc;
}
.global-header .site-main-image {
  background: #e4e8ed url("../img/common/main_image.png") no-repeat center left;
  height: 530px;
}
.global-header .site-main-image img {
  vertical-align: top;
}
.global-header .site-main-image-inner {
  position: relative;
  left: 240px;
  width: calc(100% - 240px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .global-header .site-main-image-inner {
    width: 100%;
  }
}
.global-header .site-main-image-10th {
  position: absolute;
  top: 50px;
  left: calc(50% - 600px);
}
.global-header .site-main-image-10th img {
  width: 650px;
  aspect-ratio: 650/410;
}
.global-header .site-main-image-character {
  position: absolute;
  top: 80px;
  left: calc(50% + 50px);
}
.global-header .site-main-image-character img {
  width: 430px;
  aspect-ratio: 960/816;
}
.global-header .site-header-nav {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.6);
}
.global-header .site-header-nav .layout-container {
  padding-left: 245px;
}
@media screen and (max-width: 767px) {
  .global-header .site-header-nav .layout-container {
    padding-left: 0;
  }
}
.global-header .site-header-nav ul {
  text-align: right;
  font-size: 0;
  height: 40px;
  letter-spacing: -0.4em;
}
.global-header .site-header-nav ul li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 40px;
  letter-spacing: normal;
}
.global-header .site-header-nav ul li a {
  display: block;
  background: url("../img/common/icon_02.png") no-repeat left center;
  padding-left: 18px;
  margin-left: 15px;
  text-decoration: none;
  color: #fff;
}
.global-header .site-header-nav ul li a:hover {
  opacity: 0.7;
}

.mobile-header {
  height: 70px;
  align-items: center;
  padding: 0 15px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: flex;
    z-index: 100;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.mobile-header .mobile-logo {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
}
.mobile-header .mobile-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1808/150;
}
.mobile-header .mobile-menu {
  margin-left: auto;
  width: 44px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f19ec2;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.mobile-header .mobile-menu span {
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  transition: transform 0.4s ease;
}
.mobile-header .mobile-menu span + span {
  margin-top: 4px;
}
.mobile-header .mobile-menu.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
.mobile-header .mobile-menu.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 4px;
}
.mobile-header .mobile-menu.is-open span:nth-child(2) {
  display: none;
}

.content-wrapper {
  display: flex;
  align-items: stretch;
}

.global-sidebar {
  background: url("../img/common/bg_01.png") repeat-y left top;
  width: 240px;
  flex-shrink: 0;
  padding-right: 5px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .global-sidebar {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    padding: 0;
    top: 70px;
    height: calc(100vh - 70px) !important;
    display: block;
    overflow: scroll;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .global-sidebar.is-open {
    pointer-events: auto;
    opacity: 1;
  }
}
.global-sidebar .site-logo {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .global-sidebar .site-logo {
    display: none;
  }
}
.global-sidebar .site-logo img {
  width: 150px;
}
.global-sidebar .font-size {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-sidebar .font-size {
    margin: 10px auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .global-sidebar .font-size .font-size-title {
    font-size: 1.3rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .global-sidebar .font-size .font-size-list {
    display: flex;
    align-items: stretch;
  }
  .global-sidebar .font-size .font-size-item {
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    display: flex;
    line-height: 1;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    color: #333;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .global-sidebar .font-size .font-size-item.current {
    border-bottom-color: #c23f51;
  }
  .global-sidebar .font-size .font-size-item:first-child {
    border-left: 1px solid #ccc;
  }
}
.global-sidebar .global-navi {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .global-sidebar .global-navi {
    margin-top: 0;
    border-top: 1px solid #efefef;
  }
}
.global-sidebar .global-navi li {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .global-sidebar .global-navi li {
    margin-top: 0;
    border-bottom: 1px solid #efefef;
  }
}
.global-sidebar .global-navi a:hover img {
  opacity: 0.7;
}
.global-sidebar .global-navi a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-sidebar .global-navi a span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .global-sidebar .global-navi a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global-sidebar .global-navi a {
    display: block;
    text-decoration: none;
    padding: 18px 20px;
    position: relative;
  }
  .global-sidebar .global-navi a::after {
    right: 20px;
    top: calc(50% - 10px);
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/sp/right_arrow.png") no-repeat center/20px;
  }
  .global-sidebar .global-navi a span {
    color: #333;
    display: block;
  }
  .global-sidebar .global-navi a span + span {
    margin-top: 3px;
    color: #f19ec2;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}
.global-sidebar .banner-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .global-sidebar .banner-list {
    padding: 0 20px;
    display: flex;
    gap: 0 16px;
  }
}
.global-sidebar .banner-list .banner-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .global-sidebar .banner-list .banner-item {
    margin-top: 0 !important;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .global-sidebar .banner-list .banner-item img {
    width: 100%;
  }
}
.global-sidebar .banner-list .banner-item a:hover img {
  opacity: 0.7;
}
.global-sidebar .sub-banner-list {
  width: 210px;
  margin: 20px auto 0;
  padding: 15px 0;
  border: 1px solid #f9e7ef;
  background: #fcf7f7;
}
@media screen and (max-width: 767px) {
  .global-sidebar .sub-banner-list {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
.global-sidebar .sub-banner-list .sub-banner-item {
  text-align: center;
  margin-top: 15px;
}
.global-sidebar .sub-banner-list .sub-banner-item:first-child {
  margin-top: 0;
}
.global-sidebar .sub-banner-list .sub-banner-item .sub-banner-item:first-child {
  margin-top: 0;
}
.global-sidebar .sub-banner-list .sub-banner-item a:hover img {
  opacity: 0.7;
}
.global-sidebar .sub-banner-list .sub-banner-item img {
  vertical-align: top;
}

.global-content {
  padding-top: 605px;
  padding-bottom: 40px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .global-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.global-content .section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .global-content .section {
    margin-top: 40px;
  }
}
.global-content .section:first-child {
  margin-top: 0;
}
.global-content .section .section-header {
  border-bottom: 1px dotted #ddd;
}
.global-content .section .section-header .section-header-text {
  display: inline-block;
  margin-bottom: -1px;
  font-size: 2.4rem;
  vertical-align: top;
  border-bottom: 4px #f4d1e0 solid;
  background: url("../img/common/icon_01.png") no-repeat left 3px;
  padding: 0 0 6px 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .global-content .section .section-header .section-header-text {
    font-size: 1.8rem;
    background-position: left 1px;
  }
}
.global-content .section .section-header .icon {
  margin-left: 10px;
  margin-top: -5px;
  vertical-align: top;
}
.global-content .section .section-body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .global-content .section iframe {
    width: 100%;
  }
  .global-content .section table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .global-content .section table col {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .global-content .section table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .global-content .section table tr th {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 4px 8px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .global-content .section table tr td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 8px 0;
    box-sizing: border-box;
  }
}

.global-footer {
  position: relative;
}
.global-footer .footer-navi {
  border-top: 1px #eee solid;
  padding: 12px 0;
}
.global-footer .footer-navi .layout-container {
  padding-left: 245px;
}
@media screen and (max-width: 767px) {
  .global-footer .footer-navi .layout-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .footer-navi {
    display: none;
  }
}
.global-footer .footer-navi ul {
  text-align: right;
  font-size: 0;
  letter-spacing: -0.4em;
}
.global-footer .footer-navi ul li {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.global-footer .footer-navi ul li a {
  display: block;
  background: url("../img/common/icon_02.png") no-repeat left center;
  padding-left: 18px;
  margin-left: 15px;
  text-decoration: none;
  color: #313131;
}
.global-footer .footer-navi ul li a:hover {
  opacity: 0.7;
}
.global-footer .footer-meta {
  background: #f19ec2;
  padding: 20px calc((100% - 955px) / 2) 20px 0;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .global-footer .footer-meta {
    padding: 20px;
  }
}
.global-footer .footer-meta .copyright {
  margin-left: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .global-footer .footer-meta .copyright {
    margin-left: 0;
    text-align: center;
    font-size: 1rem;
  }
}
.global-footer .footer-meta .footer-meta-navi {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .global-footer .footer-meta .footer-meta-navi {
    display: none;
  }
}
.global-footer .footer-meta .footer-meta-navi ul {
  text-align: right;
  font-size: 0;
  letter-spacing: -0.4em;
}
.global-footer .footer-meta .footer-meta-navi ul li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: normal;
}
.global-footer .footer-meta .footer-meta-navi ul li a {
  display: block;
  padding-left: 8px;
  border-left: 1px solid #fff;
  margin-left: 8px;
  text-decoration: none;
  color: #fff;
}
.global-footer .footer-meta .footer-meta-navi ul li a:hover {
  opacity: 0.7;
}
.global-footer .footer-meta .footer-meta-navi ul li:first-child a {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}

.anniversary {
  border: 3px solid #f4d1e0;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .anniversary {
    padding: 16px;
  }
}

.anniversary-text {
  font-size: 1.6rem;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .anniversary-text {
    font-size: 1.4rem;
  }
}

.anniversary-sign {
  margin-top: 10px;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.6rem;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .anniversary-sign {
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}

.anniversary-sign-company {
  aspect-ratio: 1576/106;
  height: 14px !important;
}
@media screen and (max-width: 767px) {
  .anniversary-sign-company {
    height: 13px !important;
  }
}

.anniversary-sign-president {
  aspect-ratio: 1858/724;
  height: 40px !important;
}
@media screen and (max-width: 767px) {
  .anniversary-sign-president {
    height: 30px !important;
  }
}

/*# sourceMappingURL=style.css.map */
