@charset "UTF-8";
/*
* Theme Name: 聖心会 みこころセンター
* Version: 0.0.0
* Text Domain: mikokoro
*/
:root {
  --color_font: #161C2D;
  --color_primary: #EEFED9;
  --color_border: #eeeeee;
  --color_background: #F1FCF2;
  --swiper-navigation-color: #72e07d;
  --color_dark: #3F7652;
}

/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, header, footer,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

strong {
  font-weight: normal;
}

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

ul {
  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;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.75 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 汎用クラス */
.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.tL {
  text-align: left;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.att {
  color: #F00;
}
.att a {
  color: #F00;
}

.mb00 {
  margin-bottom: 0 !important;
}

.size_l {
  font-size: 113%;
}

ul.disc li {
  list-style: disc;
  margin: 0 1.4em;
}
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em;
}

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1;
}
.clearfix:after, ul.disc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
	VW 計算
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  color: var(--color_font);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* html body, * html input, * html textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
  color: var(--color_font);
}
a img {
  transition: all 0.4s ease;
}
a:hover, a:focus, a:visited, a:active {
  color: var(--color_font);
}
a:hover img {
  opacity: 0.7;
}

img, picture, video {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  margin: 0 auto;
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

strong {
  font-weight: 700;
}

hr {
  border-color: var(--color_border);
  margin-top: 10px;
  margin-bottom: 10px;
}

p:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.container {
  position: relative;
  margin: 0 auto;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  width: 1140px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.link, a.link {
  text-decoration: none;
  display: inline-block;
  background: url("assets/img/ico_link.svg") no-repeat right center;
  background-size: 0.75em auto;
  padding-right: 1.25em;
}
.link:hover, a.link:hover {
  text-decoration: underline;
}

a.button, input.button, span.button, .button a {
  border-radius: 4px;
  background: var(--color_primary, #EEFED9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
  padding: 0.4em 2em;
  display: inline-block;
}
a.button:hover, input.button:hover, span.button:hover, .button a:hover {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
a.button--pdf, input.button--pdf, span.button--pdf, .button a--pdf {
  border-radius: 4px;
  background: url("assets/img/ico_pdf.svg") no-repeat left 0.8em center #FFFFFF;
  background-size: 1.5em auto;
  border: 2px solid var(--color_dark);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  text-align: center;
  padding: 0.4em 2em 0.4em 3em;
  display: inline-block;
}
a.button--pdf:hover, input.button--pdf:hover, span.button--pdf:hover, .button a--pdf:hover {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
a.button--instagram, input.button--instagram, span.button--instagram, .button a--instagram {
  font-weight: 700;
  display: inline-block;
}
a.button--instagram:before, input.button--instagram:before, span.button--instagram:before, .button a--instagram:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("assets/img/ico_sns_instagram.svg") no-repeat left center #FFFFFF;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section .section__title {
  margin-bottom: calc(40px / 2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section .section__title {
    margin-bottom: 40px;
  }
}
.section .section__bottom {
  text-align: center;
  margin-top: 40px;
}
.section .section__bottom span.button {
  opacity: 0.2 !important;
}

.entry__header {
  margin-bottom: 40px;
}
.entry__title {
  text-align: center;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .entry__title {
    font-size: calc(36 / 16 * 1rem);
  }
}
.entry__title .title--em {
  color: var(--color_sub);
}

.breadcrumb {
  text-align: right;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 10px;
  color: #444;
  font-size: calc(11 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .breadcrumb ul {
    font-size: calc(11 / 16 * 1rem);
  }
}
.breadcrumb ul li {
  list-style-type: none !important;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb ul li:last-of-type:after {
  display: none;
}

.menu__sns_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}
.menu__sns_menu a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("assets/img/ico_sns_facebook.svg") no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.menu__sns_menu .instagram a {
  background-image: url("assets/img/ico_sns_instagram.svg");
}
.menu__sns_menu .youtube a {
  background-image: url("assets/img/ico_sns_youtube.svg");
}

#contents {
  overflow: hidden;
}

#pageHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: var(--color_primary);
}
#pageHeader .section {
  padding-top: 0;
  padding-bottom: 0;
}
#pageHeader .container {
  width: auto;
}
#pageHeader .section__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  #pageHeader .section__contents {
    column-gap: 40px;
  }
}
#pageHeader .header__logo {
  flex-shrink: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
#pageHeader .header__logo img {
  width: 330px;
}
@media screen and (max-width: 767px) {
  #pageHeader .header__logo img {
    width: 55px;
  }
  #pageHeader .header__logo__text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #pageHeader .header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #pageHeader .header__logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
  }
  #pageHeader .header__logo__text {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 16 * 1rem);
    color: var(--color_dark);
  }
}
#pageHeader .header__menu {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #pageHeader .header__menu {
    position: fixed;
    right: -80vw;
    top: 0;
    width: 80vw;
    height: 100vh;
    background: var(--color_background);
    z-index: 99;
    padding: 40px 0;
    transition: all 0.4s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #pageHeader .header__menu.show {
    right: 0;
  }
  #pageHeader .header__menu .menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  #pageHeader .header__menu .menu__item {
    width: 100%;
    border-top: 1px solid #C7C7C7;
    padding: 6.6666666667px 0;
  }
  #pageHeader .header__menu .menu__item a {
    font-size: calc(16 / 375 * 100vw);
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #pageHeader .header__menu .menu__item.has_submenu {
    padding-bottom: 0;
  }
  #pageHeader .header__menu .menu__item .submenu .menu__item {
    padding-left: 1em;
  }
  #pageHeader .header__menu .menu__item.button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #pageHeader .header__menu .menu__item.link--client {
    background: rgba(223, 228, 255, 0.65);
    text-align: center;
    border-top: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #pageHeader .header__menu .menu__item.link--client a {
    display: inline-block;
    color: var(--color_primary);
    text-align: center;
    line-height: 1.4;
  }
  #pageHeader .header__menu .menu__item.link--client a .subtitle {
    display: block;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #pageHeader .header__menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  #pageHeader .header__menu .menu__list {
    display: flex;
    justify-content: flex-end;
    column-gap: 32px;
    flex-wrap: wrap;
  }
  #pageHeader .header__menu .menu__item {
    font-size: calc(17 / 16 * 1rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
  }
}
#pageHeader .header__sns__menu {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #pageHeader .header__sns__menu {
    display: none;
  }
}
#pageHeader .header__buttons {
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  #pageHeader .header__buttons {
    display: none;
  }
}
#pageHeader .header__button {
  display: inline-block;
  position: relative;
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: -0.05em;
  line-height: 1;
}
#pageHeader .header__button:before, #pageHeader .header__button:after, #pageHeader .header__button span {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--color_font);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#pageHeader .header__button span {
  top: 6px;
}
#pageHeader .header__button:after {
  top: 12px;
}
#pageHeader .header__button__close {
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #pageHeader .header__button__close {
    display: none;
  }
}
#pageHeader .header__button__close:before, #pageHeader .header__button__close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--color_font);
  position: absolute;
  left: 8px;
  top: 8px;
  transform: rotate(-45deg);
}
#pageHeader .header__button__close:after {
  transform: rotate(45deg);
}

#pageFooter {
  background: var(--color_background);
  background: linear-gradient(180deg, rgba(238, 254, 217, 0) 0%, #EEFED9 50%);
  position: relative;
}
#pageFooter .section {
  padding: 0;
}
#pageFooter .footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  column-gap: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #pageFooter .footer__main {
    flex-direction: row;
    column-gap: 80px;
    padding-top: 40px;
  }
}
#pageFooter .footer__widget .widget__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #pageFooter .footer__widget .widget__title {
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
  }
}
#pageFooter .footer__widget .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}
#pageFooter .footer__widget .menu a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("assets/img/ico_sns_facebook.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
#pageFooter .footer__widget .menu .instagram a {
  background-image: url("assets/img/ico_sns_instagram.svg");
}
#pageFooter .footer__widget .menu .youtube a {
  background-image: url("assets/img/ico_sns_youtube.svg");
}
@media screen and (min-width: 768px) {
  #pageFooter .footer__company {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
}
#pageFooter .footer__company__logo {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #pageFooter .footer__company__logo {
    width: 80px;
    margin: 0 auto;
  }
}
#pageFooter .footer__company__contents {
  font-size: calc(14 / 16 * 1rem);
}
#pageFooter .footer__company__contents dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
}
#pageFooter .footer__company__contents dl dt {
  width: 60px;
}
#pageFooter .footer__company__contents dl dd {
  width: calc(100% - 60px - 10px);
}
#pageFooter .footer__menu .menu__list {
  column-count: 2;
}
#pageFooter .footer__menu .menu__list a {
  text-decoration: none;
  display: inline-block;
  background: url("assets/img/ico_link.svg") no-repeat left top 0.45em;
  background-size: 0.75em auto;
  padding-left: 1.25em;
}
#pageFooter .footer__menu .menu__list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pageFooter .footer__menu .menu__list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #pageFooter .footer__menu .menu__list {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 40px;
  }
}
#pageFooter .footer__copyright {
  padding: 10px;
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
}

#pageSNSNav {
  position: fixed;
  top: 100px;
  right: 4px;
}
@media screen and (max-width: 767px) {
  #pageSNSNav {
    display: none;
  }
}
#pageSNSNav .menu__sns_menu {
  flex-direction: column;
  row-gap: 10px;
}
#pageSNSNav .menu__sns_menu a {
  background-color: #FFFFFF;
  background-size: 60%;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 64px;
  height: 64px;
  border: 1px solid var(--color_border);
}

#pageMain {
  position: relative;
}
@media screen and (max-width: 767px) {
  #pageMain {
    min-height: calc(100vh - 64px - 452px);
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  #pageMain {
    min-height: calc(100vh - 72px - 260px);
    margin-top: 72px;
  }
}
#pageMain mark {
  font-style: normal;
  font-weight: bold;
}
#pageMain strong {
  font-weight: 700;
}
#pageMain html :where(.wp-block) {
  margin-top: 0;
  margin-bottom: 0;
}
#pageMain h1, #pageMain h2, #pageMain h3, #pageMain h4, #pageMain h5, #pageMain h6 {
  font-weight: 700;
}
#pageMain h1:nth-child(n+2), #pageMain h2:nth-child(n+2), #pageMain h3:nth-child(n+2), #pageMain h4:nth-child(n+2), #pageMain h5:nth-child(n+2), #pageMain h6:nth-child(n+2) {
  margin-top: 2em;
}
#pageMain h4:nth-child(n+2), #pageMain h5:nth-child(n+2), #pageMain h6:nth-child(n+2) {
  margin-top: 1em;
}
#pageMain h1 {
  font-size: calc(20 / 375 * 100vw);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #pageMain h1 {
    font-size: calc(32 / 16 * 1rem);
  }
}
#pageMain h2 {
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.2;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #pageMain h2 {
    font-size: calc(20 / 16 * 1rem);
  }
}
#pageMain h3 {
  font-size: calc(16 / 375 * 100vw);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #pageMain h3 {
    font-size: calc(24 / 16 * 1rem);
  }
}
#pageMain p:nth-child(n+2) {
  margin-top: 1em;
}
#pageMain table {
  width: 100%;
  border-collapse: collapse;
  height: auto !important;
}
#pageMain table:nth-child(n+2) {
  margin-top: 1em;
}
#pageMain table thead, #pageMain table tbody, #pageMain table tr, #pageMain table th, #pageMain table td {
  height: auto !important;
}
#pageMain table th, #pageMain table td {
  padding: 0.5em 0;
  vertical-align: top;
}
#pageMain table th + th, #pageMain table th + td, #pageMain table td + th, #pageMain table td + td {
  padding-left: 1em;
}
#pageMain table tr {
  border-top: 1px dashed var(--color_border);
}
#pageMain table tr:first-child {
  border-top: none;
}
#pageMain table tr > th:nth-child(1), #pageMain table tr > td:nth-child(1) {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #pageMain table {
    display: block;
  }
  #pageMain table thead, #pageMain table tbody, #pageMain table tr, #pageMain table th, #pageMain table td {
    display: block;
    width: auto !important;
  }
  #pageMain table tr + tr {
    margin-top: 1em;
    padding-top: 1em;
  }
  #pageMain table th, #pageMain table td {
    padding: 0;
  }
  #pageMain table th + th, #pageMain table th + td, #pageMain table td + th, #pageMain table td + td {
    padding-left: 0;
    margin-top: 0.5em;
  }
}
#pageMain ul, #pageMain ol {
  margin-left: 1.5em;
}
#pageMain ul > li {
  list-style: disc;
}
#pageMain .link--external {
  background: url("assets/img/ico_external.svg") no-repeat right bottom 0.1em;
  background-size: 0.8em auto;
  padding-right: 1.2em;
  text-decoration: underline;
}
#pageMain .link--external.button {
  text-decoration: none;
}
#pageMain .link--pdf {
  background: url("assets/img/ico_pdf.svg") no-repeat right bottom 0.1em;
  background-size: 0.8em auto;
  padding-right: 1.2em;
}
#pageMain .link--word {
  background: url("assets/img/ico_word.svg") no-repeat right bottom 0.1em;
  background-size: 0.8em auto;
  padding-right: 1.2em;
}
#pageMain .link--excel {
  background: url("assets/img/ico_xls.svg") no-repeat right bottom 0.1em;
  background-size: 0.8em auto;
  padding-right: 1.2em;
}
#pageMain .link--powerpoint {
  background: url("assets/img/ico_ppt.svg") no-repeat right bottom 0.1em;
  background-size: 0.8em auto;
  padding-right: 1.2em;
}
#pageMain .text--center {
  text-align: center;
}
#pageMain .text--right {
  text-align: right;
}
#pageMain .text--link {
  text-decoration: underline;
}
#pageMain .text--mention {
  font-size: calc(13 / 16 * 1rem);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #pageMain .text--mention {
    font-size: calc(12 / 375 * 100vw);
  }
}
#pageMain .content__block, #pageMain .content__block__imgText, #pageMain .content__group, #pageMain .content__block__imgList {
  margin-top: 20px;
}
#pageMain .content__block:first-child, #pageMain .content__block__imgText:first-child, #pageMain .content__group:first-child, #pageMain .content__block__imgList:first-child {
  margin-top: 0;
}
#pageMain .content__group {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#pageMain .content__group > * {
  flex: 1;
}
#pageMain .content__group > .content__block {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #pageMain .content__group {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #pageMain .content__group--reverse {
    flex-direction: row-reverse;
  }
}
#pageMain .content__block__title {
  font-weight: 700;
}
#pageMain .content__block__title + p {
  margin-top: 10px;
}
#pageMain .content__block__imgText, #pageMain .content__block__imgText--reverse {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
#pageMain .content__block__imgText__image, #pageMain .content__block__imgText--reverse__image {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #pageMain .content__block__imgText, #pageMain .content__block__imgText--reverse {
    flex-direction: column;
  }
  #pageMain .content__block__imgText__image, #pageMain .content__block__imgText--reverse__image {
    width: 90%;
    margin: 40px auto 0;
  }
}
#pageMain .content__block__imgText--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #pageMain .content__block__imgText--reverse {
    flex-direction: column;
  }
}
#pageMain .content__block__imgList {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #pageMain .content__block__imgList {
    column-gap: 10px;
  }
}
#pageMain .content__block__imgList__item {
  width: calc((100% - 60px) / 4);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #pageMain .content__block__imgList__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  #pageMain .content__block__imgList__item {
    text-align: center;
  }
}
#pageMain .box--bg {
  background: var(--color_background);
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #pageMain .box--bg {
    border-radius: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
#pageMain .box--bg .content__block__imgText__image {
  text-align: center;
}
#pageMain .box--bg .content__block__imgText__image img {
  width: 180px;
}
#pageMain .box--bg .button.link--external {
  background-color: var(--color_primary);
  padding: 0.4em 2em;
}
#pageMain .box--border {
  border: 2px soli var(--color_border);
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #pageMain .box--border {
    border-radius: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
#pageMain #page_title {
  background: var(--color_background);
  padding-top: 20px;
  padding-bottom: 10px;
}
#pageMain #page_title h1 {
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #pageMain #page_title {
    padding-top: 40px;
  }
}
#pageMain .wp-block-embed iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#pageMain .map__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  #pageMain .map__wrapper {
    padding-bottom: 66.66%;
  }
}
#pageMain .map__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#pageMain .calendar__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
#pageMain .calendar__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#pageMain .news__list .news__contents {
  display: flex;
  column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #pageMain .news__list .news__contents {
    font-size: calc(18 / 16 * 1rem);
  }
}
#pageMain .news__date {
  flex-shrink: 0;
}
#pageMain .news__title {
  flex-grow: 1;
}
#pageMain .news__title a {
  text-decoration: underline;
}
#pageMain .lecture__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #pageMain .lecture__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #pageMain .lecture__list {
    column-gap: 20px;
  }
  #pageMain .lecture__list .lecture__block {
    width: calc((100% - 20px * 3) / 4);
  }
}
#pageMain .lecture__block {
  position: relative;
  display: flex;
  flex-direction: column;
}
#pageMain .lecture__image {
  margin-bottom: 10px;
}
#pageMain .lecture__image a {
  cursor: pointer;
  overflow: hidden;
  display: block;
}
#pageMain .lecture__image a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#pageMain .lecture__image a:hover {
  opacity: 1;
}
#pageMain .lecture__image a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
#pageMain .lecture__image img {
  width: 100%;
  aspect-ratio: 240/340;
  object-fit: cover;
}
#pageMain .lecture__contents {
  background: var(--color_background);
  border-radius: 0 10px 10px 0;
  margin-bottom: 10px;
  flex-grow: 1;
}
#pageMain .lecture__contents a {
  display: block;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 767px) {
  #pageMain .lecture__contents a {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
#pageMain .lecture__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
#pageMain .lecture__details {
  font-size: calc(14 / 16 * 1rem);
}
#pageMain .lecture__details dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#pageMain .lecture__details dl dt {
  width: 40px;
  font-weight: 700;
}
#pageMain .lecture__details dl dd {
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  #pageMain .lecture__details dl dt {
    width: 45px;
  }
  #pageMain .lecture__details dl dd {
    width: calc(100% - 45px);
  }
}
#pageMain .lecture__labels {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#pageMain .lecture__status {
  background: rgba(255, 251, 217, 0.9);
  padding: 0.3em 1em;
  flex-shrink: 0;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  #pageMain .lecture__status {
    font-size: calc(10 / 16 * 1rem);
  }
}
#pageMain .lecture__delivery_type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px 2px 0 0;
}
@media screen and (max-width: 767px) {
  #pageMain .lecture__delivery_type {
    font-size: calc(10 / 375 * 100vw);
  }
}
#pageMain .lecture__links {
  text-align: center;
  flex-shrink: 0;
}
#pageMain .lecture_category__nav {
  margin-bottom: 40px;
}
#pageMain .lecture_category__nav__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #pageMain .lecture_category__nav__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#pageMain .lecture_category__nav__block {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  #pageMain .lecture_category__nav__block {
    width: calc((100% - 10px) / 2);
  }
}
#pageMain .lecture_category__nav__block a, #pageMain .lecture_category__nav__block span {
  display: block;
  padding: 0.3em 2em 0.3em 0.5em;
  text-align: center;
  background: url("assets/img/ico_link.svg") no-repeat right 10px center var(--color_primary);
  background-size: 0.75em auto;
  text-decoration: none;
  border: 2px solid var(--color_primary);
  font-size: calc(18 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  #pageMain .lecture_category__nav__block a, #pageMain .lecture_category__nav__block span {
    font-size: calc(14 / 375 * 100vw);
  }
}
#pageMain .lecture_category__nav__block a:before, #pageMain .lecture_category__nav__block span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.25em;
  background: url("assets/img/ico_cross_green.svg") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
#pageMain .lecture_category__nav__block span {
  background-color: #FFFFFF;
  background-image: url("assets/img/ico_arrow_down.svg");
}
#pageMain .delivery_type__offline, #pageMain .delivery_type__online, #pageMain .delivery_type__ondemand {
  display: inline-block;
  font-size: calc(10 / 16 * 1rem);
  background: url("assets/img/ico_delivery_type_offline.svg") no-repeat left 0.5em center #FFFFFF;
  background-size: 1.3em auto;
  padding: 0.1em 0.7em 0.1em 2.3em;
  border: 2px solid #FFECD9;
  border-radius: 2em;
}
#pageMain .delivery_type__online {
  background-image: url("assets/img/ico_delivery_type_online.svg");
  border-color: #D9F6FF;
}
#pageMain .delivery_type__ondemand {
  background-image: url("assets/img/ico_delivery_type_ondemand.svg");
  border-color: #F9D9FF;
}
#pageMain .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#pageMain .pagination a, #pageMain .pagination span {
  background: var(--color_sub);
  border: 2px solid var(--color_sub);
  width: 36px;
  height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 50%;
  font-size: 17px;
  line-height: 2;
}
#pageMain .pagination a.current, #pageMain .pagination span.current {
  background-color: #FFFFFF;
  color: var(--color_sub);
}
@media screen and (min-width: 768px) {
  #pageMain .pagination a, #pageMain .pagination span {
    font-size: calc(18 / 16 * 1rem);
    line-height: 1.6;
  }
}

body.home #pageSNSNav {
  display: none !important;
}
body.home #mv {
  position: relative;
  padding: 0;
  overflow: hidden;
}
body.home #mv .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
}
body.home #mv .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
body.home #mv .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.home #mv .swiper-container .slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.home #mv .container {
  position: relative;
  z-index: 1;
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.home #mv .container {
    height: calc(100vh - 72px);
  }
}
body.home #mv .container .section__title {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.home #mv .section__contents {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
}
body.home #mv .section__contents:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(-50%);
}
body.home #mv .section__contents > * {
  position: relative;
}
body.home #mv .mv__lead {
  flex-grow: 1;
  text-align: center;
}
body.home #mv .mv__lead__text {
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(30 / 16 * 1rem);
  font-style: 400;
  display: inline-block;
  text-align: left;
}
body.home #mv .mv__lead__text__sub {
  text-align: right;
  font-size: calc(22 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  body.home #mv .mv__lead__text {
    font-size: calc(16 / 375 * 100vw);
  }
  body.home #mv .mv__lead__text__sub {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.home #mv .mv__sns {
    display: none;
  }
}
body.home #mv .mv__sns .menu__sns_menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
  margin: 0;
  padding: 0;
}
body.home #mv .mv__sns a {
  display: block;
  border-radius: 4px;
  background: #FEFFD9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--color_font);
  padding: 0.5em 1.5em;
  text-decoration: none;
  width: 160px;
  height: auto;
  text-indent: 0;
}
body.home #mv .mv__sns .facebook a:before {
  content: "";
  display: inline-block;
  background: url("assets/img/ico_sns_facebook.svg") no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
body.home #mv .mv__sns .instagram a:before {
  content: "";
  display: inline-block;
  background: url("assets/img/ico_sns_instagram.svg") no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
body.home #mv .mv__sns .youtube a:before {
  content: "";
  display: inline-block;
  background: url("assets/img/ico_sns_youtube.svg") no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  body.home .lead__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.home .lead__wrapper > .container {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  body.home #news {
    padding-top: 0;
    padding-bottom: 0;
    width: 6666.6666666667%;
  }
}
body.home #news .section__title {
  text-align: left;
  margin-bottom: 10px;
}
body.home #news .section__title h2 {
  font-size: calc(16 / 16 * 1rem);
  border: 1px solid var(--color_font);
  padding: 0.2em 0.5em;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.home #news .section__title h2 {
    font-size: calc(14 / 375 * 100vw);
  }
}
body.home #news .section__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home #invitation {
  border-radius: 20px;
  background: var(--color_primary);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  body.home #invitation {
    width: 3333.3333333333%;
  }
}
body.home #invitation .section__title {
  margin-bottom: 10px;
}
body.home #invitation h2 {
  margin-bottom: 0;
  text-align: left;
}
body.home #invitation .invitation__block a {
  cursor: pointer;
  overflow: hidden;
  display: block;
}
body.home #invitation .invitation__block a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.home #invitation .invitation__block a:hover {
  opacity: 1;
}
body.home #invitation .invitation__block a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
body.home #invitation .invitation__links {
  text-align: right;
}
body.home #lecture .container {
  background: url("assets/img/home/lecture_title.svg") no-repeat left -4px top -4px;
}
@media screen and (max-width: 767px) {
  body.home #lecture .container {
    background-position-y: top;
    background-position-x: left 10px;
    background-size: 16px auto;
    padding-top: 20px;
  }
}
body.home #lecture .section__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.home #lecture h2 {
  font-weight: 400;
  font-size: calc(28 / 16 * 1rem);
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.home #lecture h2 {
    font-size: calc(18 / 375 * 100vw);
  }
}
body.home #aboutus {
  position: relative;
}
body.home #aboutus:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(114, 224, 125, 0.1);
}
@media screen and (max-width: 767px) {
  body.home #aboutus:before {
    height: 80vw;
  }
}
body.home #aboutus .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.home #aboutus .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 40px;
  }
}
body.home #aboutus .section__title {
  flex-shrink: 0;
}
body.home #aboutus h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.home #aboutus h2 {
    font-size: calc(18 / 375 * 100vw);
  }
}
body.home #aboutus .aboutus__lead {
  margin-bottom: 20px;
}
body.home #aboutus .aboutus__activity__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
body.home #aboutus .aboutus__activity__block {
  width: 180px;
}
@media screen and (max-width: 767px) {
  body.home #aboutus .aboutus__activity__block {
    width: 140px;
  }
}
body.home #aboutus .aboutus__activity__block--youth .aboutus__activity__title a {
  background-color: #FFFBD9;
}
body.home #aboutus .aboutus__activity__block--youth .aboutus__activity__title a:before {
  background-image: url("assets/img/home/aboutus_activity_02.svg");
}
body.home #aboutus .aboutus__activity__block--volunteer .aboutus__activity__title a {
  background-color: #FEFFD9;
}
body.home #aboutus .aboutus__activity__block--volunteer .aboutus__activity__title a:before {
  background-image: url("assets/img/home/aboutus_activity_03.svg");
}
body.home #aboutus .aboutus__activity__title {
  margin-bottom: 10px;
}
body.home #aboutus .aboutus__activity__title a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("assets/img/ico_link.svg") no-repeat center bottom 10px var(--color_primary);
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.4;
  font-weight: 700;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home #aboutus .aboutus__activity__title a {
    font-size: calc(18 / 16 * 1rem);
    height: 140px;
  }
}
body.home #aboutus .aboutus__activity__title a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 16px;
  height: 20px;
  background: url("assets/img/home/aboutus_activity_01.svg") no-repeat center center;
  background-size: contain;
}
body.home #aboutus .aboutus__activity__title a:hover {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
body.home #aboutus .aboutus__activity__description {
  text-align: center;
}
body.home #banners {
  padding-top: 0;
  padding-bottom: 0;
}
body.home #access .section__contents {
  border-radius: 4px;
  background: #FEFFD9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 60px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.home #access .section__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    padding: 40px;
  }
}
body.home #access .section__contents:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 64px;
  height: 56px;
  background: url("assets/img/home/access_bg.png") no-repeat left top;
  background-size: contain;
}
body.home #access .access__contents {
  flex-grow: 1;
}
body.home #access .access__contents dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}
body.home #access .access__contents dl dt {
  width: 70px;
}
body.home #access .access__contents dl dd {
  width: calc(100% - 70px - 10px);
}
body.home #access .access__subtext {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  body.home #access .access__map {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.home #access .access__map {
    width: 36.9649805447%;
    flex-shrink: 0;
  }
}
body.page #page_contents .container {
  width: 820px;
}
body.single #page_contents .container {
  width: 820px;
}
body.single #page_contents .section__title {
  text-align: left;
  margin-bottom: 20px;
}
body.single #page_contents .section__contents {
  border-top: 2px dashed #D7D7D7;
  padding-top: 20px;
}
body.single #page_contents .post__date {
  text-align: right;
  margin-bottom: 10px;
}
body.single #page_contents .lecture__date {
  display: none;
}
body.single #page_contents .lecture__image {
  display: none;
}
body.single #page_contents .lecture__buttons {
  margin-top: 40px;
  text-align: center;
}
body.single #page_contents .lecture__button {
  background-color: var(--color_primary);
  padding: 0.5em 3em;
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: 0.05em;
}
body.single #page_navigation .section__contents {
  border-top: 1px solid #D7D7D7;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body.single #page_navigation .section__contents {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  body.single #page_navigation .page__navigation__previous, body.single #page_navigation .page__navigation__next {
    width: calc((100% - 20px) / 2);
  }
}
body.single #page_navigation .page__navigation__previous a, body.single #page_navigation .page__navigation__next a {
  text-decoration: none;
  display: inline-block;
  background: url("assets/img/ico_link.svg") no-repeat right center;
  background-size: 0.75em auto;
  padding-right: 1.25em;
}
body.single #page_navigation .page__navigation__previous a:hover, body.single #page_navigation .page__navigation__next a:hover {
  text-decoration: underline;
}
body.single #page_navigation .page__navigation__previous a {
  background-position-x: left;
  padding-left: 1.25em;
  padding-right: 0;
}
body.single #page_navigation .page__navigation__next {
  text-align: right;
}
body.single #page_navigation .page__navigation__list {
  text-align: center;
  width: 100%;
}
body.single #page_navigation .button {
  padding: 1em 3em;
}
body.post-type-archive-invitation #page_contents .invitation__slider__main {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
body.post-type-archive-invitation #page_contents .invitation__slider__main .swiper-button-prev {
  left: -20px;
}
body.post-type-archive-invitation #page_contents .invitation__slider__main .swiper-button-next {
  right: -20px;
}
body.post-type-archive-invitation #page_contents .invitation__slider__buttons {
  text-align: right;
}
body.post-type-archive-invitation #page_contents .invitation__slider__buttons a {
  font-size: calc(14 / 16 * 1rem);
  text-decoration: none;
  display: inline-block;
  background: url("assets/img/ico_download.svg") no-repeat right center;
  background-size: 1.3em auto;
  padding-right: 1.6em;
}
body.post-type-archive-invitation #page_contents .invitation__slider__buttons a:hover {
  text-decoration: underline;
}
body.post-type-archive-invitation #page_contents .invitation__slider .sliderThumbs {
  margin-top: 40px;
}
body.page_aboutus #page_contents .aboutus__lead, body.page_english #page_contents .aboutus__lead {
  font-size: calc(16 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  body.page_aboutus #page_contents .aboutus__lead, body.page_english #page_contents .aboutus__lead {
    font-size: calc(18 / 16 * 1rem);
  }
}
body.page_aboutus #page_contents .aboutus__statement, body.page_english #page_contents .aboutus__statement {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.page_aboutus #page_contents .aboutus__statement, body.page_english #page_contents .aboutus__statement {
    padding-left: 10%;
    padding-right: 10%;
  }
}
body.page_aboutus #page_contents .aboutus__statement__title, body.page_english #page_contents .aboutus__statement__title {
  text-align: center;
}
body.page_aboutus #page_contents .aboutus__statement__vision, body.page_english #page_contents .aboutus__statement__vision {
  width: 75%;
  border-radius: 20px;
  background: #EEFED9;
  padding: 20px 20px 40px 20px;
}
body.page_aboutus #page_contents .aboutus__statement__mission, body.page_english #page_contents .aboutus__statement__mission {
  width: 75%;
  border-radius: 20px;
  background: rgba(255, 251, 217, 0.9);
  padding: 20px;
  margin: -40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  body.page_aboutus #page_contents .aboutus__logo__title, body.page_english #page_contents .aboutus__logo__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.page_aboutus #page_contents .aboutus__logo__image, body.page_english #page_contents .aboutus__logo__image {
    width: 160px;
  }
}
body.page_aboutus #page_contents .aboutus__greeting, body.page_english #page_contents .aboutus__greeting {
  margin-top: 40px;
  border-top: 2px dashed #D7D7D7;
  padding-top: 40px;
}
body.page_aboutus #page_contents .aboutus__greeting__title, body.page_english #page_contents .aboutus__greeting__title {
  text-align: center;
}
body.page_aboutus #page_contents .aboutus__greeting__title__sub, body.page_english #page_contents .aboutus__greeting__title__sub {
  font-size: calc(16 / 16 * 1rem);
}
body.page_aboutus #page_contents .aboutus__greeting__contents, body.page_english #page_contents .aboutus__greeting__contents {
  align-items: flex-start;
}
body.page_aboutus #page_contents .aboutus__greeting__image, body.page_english #page_contents .aboutus__greeting__image {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  body.page_aboutus #page_contents .aboutus__greeting__image, body.page_english #page_contents .aboutus__greeting__image {
    width: 200px;
  }
}
body.page_aboutus #page_contents .aboutus__chronology, body.page_english #page_contents .aboutus__chronology {
  margin-top: 40px;
  border-top: 2px dashed #D7D7D7;
  padding-top: 40px;
}
body.page_aboutus #page_contents .aboutus__chronology dl, body.page_english #page_contents .aboutus__chronology dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  body.page_aboutus #page_contents .aboutus__chronology dl dt, body.page_english #page_contents .aboutus__chronology dl dt {
    font-weight: 700;
    margin-top: 10px;
  }
  body.page_aboutus #page_contents .aboutus__chronology dl dt:first-child, body.page_english #page_contents .aboutus__chronology dl dt:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body.page_aboutus #page_contents .aboutus__chronology dl dt, body.page_english #page_contents .aboutus__chronology dl dt {
    width: 100px;
  }
  body.page_aboutus #page_contents .aboutus__chronology dl dd, body.page_english #page_contents .aboutus__chronology dl dd {
    width: calc(100% - 100px - 10px);
  }
}
body.page_activity #page_contents .activity__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  body.page_activity #page_contents .activity__list {
    flex-direction: column;
  }
}
body.page_activity #page_contents .activity__block {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.page_activity #page_contents .activity__block {
    width: 100%;
  }
}
body.page_activity #page_contents .activity__date {
  background: var(--color_background);
  padding: 0.3em 0.8em;
  margin-bottom: 10px;
  flex-shrink: 0;
}
body.page_activity #page_contents .activity__text {
  margin-bottom: 10px;
  flex-grow: 1;
}
body.page_activity #page_contents .activity__image {
  flex-shrink: 0;
  width: 90%;
  margin: 0 auto;
}
body.page_activity #page_contents .activity__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
body.page_activity #page_contents .activity__image--vertical {
  width: 50%;
}
body.page_activity #page_contents .activity__image--vertical img {
  aspect-ratio: 240/340;
}
body.page_youthministory #page_contents .content__group + .content__group {
  margin-top: 40px;
  border-top: 2px dashed #D7D7D7;
  padding-top: 40px;
}

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