@charset "UTF-8";
/*
MOE'ｓ Garden 2024.10.08
*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html, body {
  overflow-x: hidden;
  margin: 0; }

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1rem;
  margin: 0;
  font-feature-settings: "palt"; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a[href^="tel:"] {
  cursor: default; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible;
  max-width: 100%; }

input, select, textarea {
  max-width: 100%; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button {
  height: auto; }
input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button {
  height: auto; }
input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button {
  height: auto; }
input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button {
  height: auto; }
input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button {
  height: auto; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }
fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

section {
  height: 100%;
  position: relative; }
section .home-part-inner {
  margin: 0 auto;
  height: calc(100vh - 3rem); }
@media only screen and (max-width: 480px) {
  section .home-part-inner {
    margin: 0;
    height: auto; } }

br.mb-br {
  display: none; }
@media only screen and (max-width: 480px) {
  br.mb-br {
    display: block; } }

/**
 * 3.0 - Typography
 */
body, button, input, select, textarea {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 .5rem 1.5rem;
  line-height: 1.8; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
  quotes: none; }

q {
  quotes: none; }

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

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

blockquote p {
  margin-bottom: 1.4736842105em; }
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0"; }
blockquote em, blockquote i, blockquote cite {
  font-style: normal; }
blockquote strong, blockquote b {
  font-weight: 400; }
blockquote > :last-child {
  margin-bottom: 0; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace; }

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }
*:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: #FFFFFF; }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul, li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table, th, td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  background-color: antiquewhite; }

td {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  width: auto !important; }

th, td {
  padding: 0.4375em; }
th p, td p {
  margin: 0.5rem 0;
  font-size: 0.75rem; }

/**
 * 5.0 - Forms
 */
input {
  line-height: normal; }

button {
  font-family: "Noto Sans JP", sans-serif;
  color: #326698;
  border: 1px #326698 solid;
  font-weight: 700;
  letter-spacing: .5rem;
  line-height: 1.5;
  width: 640px;
  margin: 0 auto;
  display: block;
  background-color: transparent; }
button a {
  color: #326698; }

input[type="button"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"] {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }

input[type="button"]:hover, input[type="button"]:focus {
  background: #007acc; }
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #007acc; }
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc; }

button:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

textarea {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: black;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.post-password-form {
  margin-bottom: 1.75em; }
.post-password-form label {
  color: black;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }
.post-password-form input[type="password"] {
  margin-top: 0.4375em; }
.post-password-form > :last-child {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px); }

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px; }

.ml30 {
  margin-left: 30px;
  margin-bottom: 2rem; }

/**
 * 6.1 - Links
 */
a {
  color: black;
  text-decoration: none; }
a img:not(.no-image-effect) {
  filter: brightness(100%);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
a:hover, a:focus, a:active {
  color: black; }
a:hover img:not(.no-image-effect), a:focus img:not(.no-image-effect), a:active img:not(.no-image-effect) {
  filter: brightness(105%); }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  display: none; }

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 - Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

blockquote:before, blockquote:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.entry-summary:before, .entry-summary:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-main > article:before, .site-main > article:after {
  content: "";
  display: table; }

.primary-menu:before, .primary-menu:after {
  content: "";
  display: table; }

.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

body.open {
  overflow: hidden; }

/*
 * プログレス表示
 */
.progress {
  background-color: #d46974;
  color: #fafafa;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.more-btn {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  background-color: white;
  border: 1px black solid;
  color: black;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.85;
  width: 335px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
@media only screen and (max-width: 480px) {
  .more-btn {
    width: calc(100vw * 0.75);
    font-size: 1rem; } }
.more-btn a {
  color: black;
  display: block;
  padding: .6rem 0 .8rem; }
@media only screen and (max-width: 480px) {
  .more-btn a {
    padding: .7rem 0; } }
.more-btn a:hover {
  color: white; }

.more-btn.full {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  background-color: white;
  border: 1px #326698 solid;
  color: #326698;
  font-weight: 400;
  letter-spacing: .1rem;
  width: 640px;
  margin: 0 auto 4rem;
  display: block;
  position: relative;
  padding: 0; }
@media only screen and (max-width: 480px) {
  .more-btn.full {
    font-size: 1rem;
    letter-spacing: 0;
    width: 90vw;
    line-height: 2; } }
.more-btn.full a {
  color: #326698; }

.yoyaku-btn {
  width: 370px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: .5rem;
  background-color: transparent;
  border: 1px white solid;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 48%;
  display: block;
  margin: 1rem auto 0; }
@media only screen and (max-width: 480px) {
  .yoyaku-btn {
    width: calc(100vw * 0.77);
    font-size: .85rem;
    letter-spacing: .2rem;
    background-size: 15px 15px;
    line-height: 1.2; } }
.yoyaku-btn:hover {
  background-position-x: 99%;
  background-position-y: 48%; }
.yoyaku-btn a {
  color: white;
  display: block; }
.yoyaku-btn a:hover {
  color: white; }

.progress-bar {
  border-top: 1px solid #ccc;
  position: absolute;
  top: 50vh;
  width: 0%; }

.progress-text {
  font-family: "Menlo", "Consolas", monospace;
  font-size: 10px;
  margin-top: 5px;
  color: #ccc;
  position: absolute;
  text-align: center;
  top: 46vh;
  width: 100%; }
@media print, screen and (min-width: 737px) {
  .progress-text {
    top: 466px; } }

.progress-complete .progress-bar {
  border-top-color: white; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.hide {
  display: none !important; }

/**
 * 11.0 - Content
 */
.collapse-button {
  display: none; }
@media only screen and (max-width: 480px) {
  .collapse-button {
    display: block;
    width: 72px;
    height: 75px;
    background-color: #a18d5c;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200; }
  .collapse-button #Gmenu {
    width: 72px;
    height: 75px; }
  .collapse-button #Gmenu .btnline {
    width: 36px;
    height: 3px;
    margin: 0;
    border-radius: 3px;
    background-color: white;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in-out; }
  .collapse-button #Gmenu .btnline.top {
    position: absolute;
    transform: rotate(0deg);
    top: 15px;
    left: 18px; }
  .collapse-button #Gmenu .btnline.center {
    position: absolute;
    top: 28px;
    left: 18px; }
  .collapse-button #Gmenu .btnline.bottom {
    position: absolute;
    transform: rotate(0deg);
    top: 41px;
    left: 18px; }
  .collapse-button #Gmenu .text {
    display: block;
    font-size: .75rem;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 19px; }
  .collapse-button #Gmenu.open .text {
    display: none; }
  .collapse-button #Gmenu.open .btnline.center {
    background-color: transparent; }
  .collapse-button #Gmenu.open .btnline.top {
    transform: rotate(45deg);
    position: absolute;
    width: 46px;
    top: 38px;
    left: 13px; }
  .collapse-button #Gmenu.open .btnline.bottom {
    transform: rotate(-45deg);
    position: absolute;
    width: 46px;
    top: 38px;
    left: 13px; } }

.red {
  background-color: #d46974; }

.red2 {
  background-color: #dc898e; }

.green {
  background-color: #77954b; }

.green2 {
  background-color: #91a96c; }

#index-ctrl.site-header {
  padding: 0;
  opacity: 1; }
#index-ctrl.site-header .bl_sitelogo {
  position: absolute;
  top: 24px;
  left: 28px; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header .bl_sitelogo {
    top: 15px;
    left: 14px; } }
#index-ctrl.site-header .home-part-inner {
  width: 100vw;
  margin: 0;
  text-align: center;
  padding: 0; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header .home-part-inner {
    width: 100vw; } }
#index-ctrl.site-header .home-part-inner .bl_full-image {
  background-image: url(images/index-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 100vh; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header .home-part-inner .bl_full-image {
    background-image: url(images/index-top-mb.jpg); } }
#index-ctrl.site-header .home-part-inner h1.site-logo {
  position: absolute;
  top: calc(53vh - 141px);
  left: calc(50vw - 195px);
  width: 390px;
  height: 282px;
  margin: 0;
  text-align: center; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header .home-part-inner h1.site-logo {
    width: 244px;
    height: 131px;
    top: calc(50vh - 70px);
    left: calc(50vw - 122px);
    margin: 0; } }
#index-ctrl.site-header #main-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header #main-menu {
    width: 100vw;
    height: 56px;
    background-color: #333333;
    top: 0; } }
#index-ctrl.site-header #main-menu .bl_flex {
  width: 108px;
  height: 256px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header #main-menu .bl_flex {
    width: 100vw;
    height: calc(100vw*0.15);
    margin: 0; } }
#index-ctrl.site-header #main-menu .bl_flex .fl_item {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .785625rem;
  line-height: 1.25;
  text-align: center;
  width: 108px;
  height: 64px;
  position: relative; }
@media only screen and (max-width: 480px) {
  #index-ctrl.site-header #main-menu .bl_flex .fl_item {
    font-size: .785625rem;
    line-height: 1.25;
    text-align: center;
    width: 25vw;
    height: calc(25vw*0.6); } }
#index-ctrl.site-header #main-menu .bl_flex .fl_item a {
  width: 100%;
  display: block;
  color: white; }
#index-ctrl.site-header #main-menu .bl_flex .fl_item a:hover {
  color: white; }

.link-btn {
  position: absolute;
  top: 504px;
  left: calc(50vw - 152px);
  width: 304px;
  height: 44px;
  border: 1px white solid;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(images/button-bk-2col-black-orcar.svg);
  background-position: top 0 right -310px;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .25rem;
  padding: 0 0 .1rem 0;
  transition: background-position .5s ease-in-out;
  -webkit-transition: background-position .5s ease-in-out;
  -moz-transition: background-position .5s ease-in-out; }
@media only screen and (max-width: 480px) {
  .link-btn {
    top: 76vh; } }
.link-btn:hover {
  background-position: top 0 right -10px; }
.link-btn:before {
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url(images/button-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 10px; }
@media only screen and (max-width: 480px) {
  .link-btn:before {
    top: 11px;
    right: 8px; } }
.link-btn a {
  color: white;
  display: block; }
.link-btn a:hover {
  color: white; }

.link-btn.other {
  top: 226px; }
@media only screen and (max-width: 480px) {
  .link-btn.other {
    top: 172px; } }

.section {
  position: relative; }

h2 {
  margin-bottom: 4.4rem; }
@media only screen and (max-width: 480px) {
  h2 {
    margin-bottom: 3.4rem; } }
h2 .el_box {
  display: block;
  text-align: center; }
h2 .el_box .text {
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: .2rem;
  display: inline-block;
  padding: 0 0 .3rem; }
@media only screen and (max-width: 480px) {
  h2 .el_box .text {
    font-size: 2rem;
    letter-spacing: .1rem; } }
h2 .el_box .text .last {
  letter-spacing: 0; }
h2 .el_box .en {
  font-size: .875rem;
  letter-spacing: .25rem;
  font-weight: 400;
  display: block;
  padding: 0; }
@media only screen and (max-width: 480px) {
  h2 .el_box .en {
    font-size: .875rem;
    letter-spacing: .2rem; } }
h2 .el_box .en .last {
  letter-spacing: 0; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.site-main {
  margin-bottom: 0; }
.site-main > :last-child {
  margin-bottom: 0; }

/**
 * 11.1 - Header
 */
@media only screen and (max-width: 480px) {
  .mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .mobile img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 481px) {
  .mobile {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 481px) {
  .pc {
    display: inline-block; } }

.hide {
  display: none; }

.large-btn {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0; }
@media only screen and (max-width: 768px) {
  .large-btn {
    display: none !important; } }
.large-btn img {
  width: 100%;
  height: auto; }

.hd_subtitle {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .3rem;
  margin-bottom: 3.5rem; }
@media only screen and (max-width: 480px) {
  .hd_subtitle {
    font-size: 1.25rem; } }

.bl_full img {
  width: 100vw;
  height: auto; }

#part1 .section-inner {
  width: 98%;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner {
    height: auto; } }
#part1 .section-inner .bl_flex {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  padding: 3.625rem 0 2.125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .bl_flex {
    flex-wrap: wrap;
    width: 86vw;
    max-width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 8.125rem 0 2.125rem; } }
#part1 .section-inner .bl_flex .fl_item.banner {
  width: 246px;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .bl_flex .fl_item.banner {
    width: 162px;
    height: auto;
    margin: 0 auto; } }
#part1 .section-inner .bl_flex .fl_item.banner img {
  position: absolute;
  width: 100%;
  top: -130px; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .bl_flex .fl_item.banner img {
    top: -290px; } }
#part1 .section-inner .bl_flex .fl_item.mess {
  font-size: 1.125rem;
  color: white;
  width: 65%;
  max-width: 550px;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .bl_flex .fl_item.mess {
    width: 100%;
    height: auto; } }
#part1 .section-inner .bl_flex .fl_item.mess p {
  margin: 0 0 1.5rem;
  text-align: justify; }

#part1-2 {
  background-color: white; }
#part1-2 .bl_frame.entry {
  width: 92%;
  max-width: 340px;
  margin: 4rem auto 5rem; }
@media only screen and (max-width: 480px) {
  #part1-2 .bl_frame.entry {
    width: 100%; } }
#part1-2 .bl_frame.entry h2 {
  color: #d46974;
  margin-bottom: 3rem; }
#part1-2 .bl_frame.entry .bl_flex {
  display: flex;
  align-items: baseline;
  margin-bottom: .875rem; }
#part1-2 .bl_frame.entry .bl_flex a {
  color: #d46974; }
#part1-2 .bl_frame.entry .bl_flex .fl_item.head {
  width: 17.6%;
  color: black;
  font-size: 1.25rem;
  font-weight: 700; }
#part1-2 .bl_frame.entry .bl_flex .fl_item.text {
  width: 82.4%;
  color: #d46974;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 0; }
#part1-2 .bl_frame.entry .bl_flex .fl_item.text.mail {
  width: 82.4%;
  color: #d46974;
  font-size: 1.25rem;
  font-weight: 700; }
@media only screen and (max-width: 480px) {
  #part1-2 .bl_frame.entry .bl_flex .fl_item.text.mail {
    font-size: 1.2rem; } }
#part1-2 .bl_frame.entry .bl_flex.mail {
  margin-bottom: 1.4125rem; }
#part1-2 .bl_frame.entry .bl_flex.small {
  width: 92%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 1.8125rem; }
#part1-2 .bl_frame.entry .bl_flex.small .fl_item.text {
  width: 100%;
  color: #d46974;
  font-size: .875rem;
  font-weight: 700;
  margin: 0; }

#part2 {
  background-image: url(images/dot-bk.png);
  padding: 4rem 0 0; }
#part2 h2 {
  color: #d46974; }
#part2 .section-inner {
  width: 98%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 480px) {
  #part2 .section-inner {
    width: 84%;
    height: auto; } }
#part2 .section-inner .hd_subtitle {
  color: #d46974; }
#part2 .section-inner .bl_flex {
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
  padding: 0 0 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part2 .section-inner .bl_flex {
    width: 100%;
    height: auto;
    padding: 0 0 4rem; } }
#part2 .section-inner .bl_flex .bl_item {
  width: 24%;
  max-width: 182px;
  height: auto;
  background-color: white;
  padding: 1rem;
  position: relative; }
@media only screen and (max-width: 480px) {
  #part2 .section-inner .bl_flex .bl_item {
    width: 48%;
    max-width: 158px;
    margin-bottom: 1rem; } }

#part3 {
  padding: 4rem 0 5rem; }
@media only screen and (max-width: 480px) {
  #part3 {
    padding: 4rem 0 2rem; } }
#part3 h2 {
  color: #77954b; }
#part3 .section-inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner {
    height: auto;
    padding-bottom: 1rem; } }
#part3 .section-inner .hd_subtitle {
  color: #77954b;
  margin-bottom: 6.125rem; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .hd_subtitle {
    margin-bottom: 5.125rem; } }
#part3 .section-inner .bl_frame {
  width: 98%;
  max-width: 1064px;
  height: auto;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame {
    width: 87.2%;
    height: auto;
    margin: 0 auto; } }
#part3 .section-inner .bl_frame .bl_flex {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex {
    margin: 0 auto 5.5rem; } }
#part3 .section-inner .bl_frame .bl_flex .fl_item.image {
  width: 47.36842%;
  max-width: 504px;
  height: auto;
  padding: 0;
  margin-right: 6%;
  position: relative; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex .fl_item.image {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin-right: 0; } }
#part3 .section-inner .bl_frame .bl_flex .fl_item.image .el_no {
  position: absolute;
  top: -36px;
  left: 12px; }
#part3 .section-inner .bl_frame .bl_flex .fl_item.text {
  width: 31%;
  max-width: 326px;
  height: auto;
  padding: 4.625rem 0 0; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex .fl_item.text {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    padding: 1rem 0 0; } }
#part3 .section-inner .bl_frame .bl_flex .fl_item.text h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  color: #77954b;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: .75rem; }
#part3 .section-inner .bl_frame .bl_flex .fl_item.text p {
  font-size: 1.125rem;
  color: #4d4d4d;
  font-weight: 400;
  margin: 0;
  text-align: justify; }
#part3 .section-inner .bl_frame .bl_flex.item1 {
  background-image: url(images/env-pic01.svg);
  background-repeat: no-repeat;
  background-position: right 20px bottom 10px; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex.item1 {
    background-image: none; } }
#part3 .section-inner .bl_frame .bl_flex.item2 {
  flex-direction: row-reverse;
  background-image: url(images/env-pic02.svg);
  background-repeat: no-repeat;
  background-position: left 10px bottom 10px; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex.item2 {
    flex-direction: initial;
    background-image: none; } }
#part3 .section-inner .bl_frame .bl_flex.item2 .fl_item.image {
  margin-right: 0;
  margin-left: 6%; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex.item2 .fl_item.image {
    margin-left: 0; } }
#part3 .section-inner .bl_frame .bl_flex.item2 .fl_item.text .mapbtn {
  text-align: center;
  margin-top: 1rem; }
#part3 .section-inner .bl_frame .bl_flex.item3 {
  background-image: url(images/env-pic03.svg);
  background-repeat: no-repeat;
  background-position: right 20px bottom 10px; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl_frame .bl_flex.item3 {
    background-image: none;
    margin: 0 auto 1rem; } }

#part4 {
  padding: 4rem 0 5rem;
  background-image: url(images/dot-bk-light.png); }
@media only screen and (max-width: 480px) {
  #part4 {
    padding: 4rem 0 2rem; } }
#part4 h2 {
  color: #d46974; }
#part4 .section-inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }
@media only screen and (max-width: 480px) {
  #part4 .section-inner {
    width: 87.5%;
    margin: 0 auto; } }
#part4 .section-inner .bl_flex {
  width: 100%;
  max-width: 1064px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part4 .section-inner .bl_flex {
    width: 100%;
    max-width: 100%; } }
#part4 .section-inner .bl_flex .fl_item {
  background-color: white;
  width: 47.36842%;
  max-width: 504px;
  height: auto;
  padding: 2.875rem 2.625rem;
  position: relative; }
@media only screen and (max-width: 480px) {
  #part4 .section-inner .bl_flex .fl_item {
    width: 100%;
    max-width: 100%;
    padding: 4.75rem 1rem .75rem;
    margin: 0 0 6rem; } }
#part4 .section-inner .bl_flex .fl_item .el_no {
  position: absolute;
  top: -36px;
  left: 12px; }
#part4 .section-inner .bl_flex .fl_item .hd_box {
  background-image: url(images/h3-bk-red.svg);
  background-repeat: no-repeat;
  width: 296px;
  height: 133px;
  margin: 0 auto 2.875rem;
  padding: 1rem 0 0;
  text-align: center; }
#part4 .section-inner .bl_flex .fl_item .hd_box h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 1.375rem;
  color: #d46974;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: .75rem; }
#part4 .section-inner .bl_flex .fl_item .hd_box p {
  font-size: 1.125rem;
  color: #d46974;
  font-weight: 400;
  margin: 0;
  text-align: center; }
#part4 .section-inner .bl_flex .fl_item p {
  font-size: 1.125rem;
  color: #4d4d4d;
  font-weight: 200;
  margin: 0;
  text-align: justify; }
@media only screen and (max-width: 480px) {
  #part4 .section-inner .bl_flex .fl_item:last-child {
    margin: 0 0 3.25rem; } }

.section.part.join {
  background-image: url(images/dot-bk-dgray.png);
  padding: 4rem 0; }
@media only screen and (max-width: 480px) {
  .section.part.join {
    padding: 4rem 0; } }
.section.part.join h2 {
  color: white;
  margin-bottom: 1.4rem; }
.section.part.join .section-inner {
  width: 98%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0;
  color: #666; }
@media only screen and (max-width: 480px) {
  .section.part.join .section-inner {
    width: 96%;
    height: auto; } }
.section.part.join .section-inner .bl_flex {
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  .section.part.join .section-inner .bl_flex {
    width: 87.5%;
    height: auto;
    margin: 0 auto; } }
.section.part.join .section-inner .bl_flex .fl_item {
  width: 48%;
  height: 67px;
  margin-bottom: 1.5rem;
  text-align: center;
  border-radius: 34px; }
@media only screen and (max-width: 480px) {
  .section.part.join .section-inner .bl_flex .fl_item {
    width: 100%; } }
.section.part.join .section-inner .bl_flex .fl_item a {
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: .2rem; }
.section.part.join .section-inner .bl_flex .fl_item a:hover {
  color: white; }
.section.part.join .section-inner .bl_flex .fl_item a .last {
  letter-spacing: 0; }

#part6 {
  background-color: white;
  padding: 4rem 0 1rem; }
#part6 .section-inner {
  width: 100%;
  height: auto;
  color: black;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner {
    padding-top: 0rem;
    width: 87.5%;
    margin: 0 auto; } }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .gmap iframe {
    height: 220px; } }
#part6 .section-inner .bl_flex {
  width: 98%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .bl_flex {
    height: auto;
    margin: 0 auto; } }
#part6 .section-inner .bl_flex .fl_item.logo {
  width: 188px;
  height: auto;
  margin: 0 4rem 1.5rem 0; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .bl_flex .fl_item.logo {
    margin-bottom: 2rem; } }
#part6 .section-inner .bl_flex .fl_item.text {
  width: 50%;
  height: auto;
  margin: 0 0 1rem 0;
  text-align: left;
  display: flex;
  align-items: end; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .bl_flex .fl_item.text {
    width: 100%;
    margin-bottom: 1rem; } }
#part6 .section-inner .bl_flex .fl_item.text p {
  margin: 0; }
#part6 .section-inner .bl_frame.entry {
  width: 92%;
  max-width: 340px;
  margin: 4rem auto 0; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .bl_frame.entry {
    width: 100%; } }
#part6 .section-inner .bl_frame.entry h2 {
  color: #d46974;
  margin-bottom: 3rem; }
#part6 .section-inner .bl_frame.entry .bl_flex {
  display: flex;
  align-items: baseline;
  margin-bottom: .875rem; }
#part6 .section-inner .bl_frame.entry .bl_flex a {
  color: #d46974; }
#part6 .section-inner .bl_frame.entry .bl_flex .fl_item.head {
  width: 17.6%;
  color: black;
  font-size: 1.25rem;
  font-weight: 700; }
#part6 .section-inner .bl_frame.entry .bl_flex .fl_item.text {
  width: 82.4%;
  color: #d46974;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 0; }
#part6 .section-inner .bl_frame.entry .bl_flex .fl_item.text.mail {
  width: 82.4%;
  color: #d46974;
  font-size: 1.25rem;
  font-weight: 700; }
@media only screen and (max-width: 480px) {
  #part6 .section-inner .bl_frame.entry .bl_flex .fl_item.text.mail {
    font-size: 1.2rem; } }
#part6 .section-inner .bl_frame.entry .bl_flex.mail {
  margin-bottom: 1.4125rem; }
#part6 .section-inner .bl_frame.entry .bl_flex.small {
  width: 92%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 1.8125rem; }
#part6 .section-inner .bl_frame.entry .bl_flex.small .fl_item.text {
  width: 100%;
  color: #d46974;
  font-size: .875rem;
  font-weight: 700;
  margin: 0; }
#part6 .section-inner .bl_foot_logo {
  width: 98%;
  max-width: 1064px;
  margin: 5.6875rem auto 0;
  padding: 0; }
#part6 .section-inner .bl_foot_logo img {
  width: 327px;
  height: auto; }

/**
 * 12.0 - Media
 */
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none; }

/**
 * 13.0 - Multisites
 */
.cleartext {
  display: none; }

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*----------------------------------------------------------------------------
 ***   page top icon
----------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 38%;
  z-index: 11000;
  transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -moz-transition: bottom .3s ease-in-out; }
@media only screen and (max-width: 480px) {
  #page-top {
    display: none; } }

#page-top span {
  display: none; }

#page-top a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block; }

/**
 * 15.0 - Print
 */
@media print {
  @page {
    margin: 5mm; }
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none; }

  a[href]:after {
    content: ""; } }

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