@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.spbr {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.overlay:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.list-inline {
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .overlay:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .spcenter {
    text-align: center;
  }
}
body {
  background: #fefdf9;
  font-family: YuGothic, "Yu Gothic", meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1;
  color: #4c4948;
  font-weight: 500;
}

.wrap {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1.site_name {
  font-size: 18px;
  padding: 2rem;
  margin: 0;
}
h1.site_name a {
  color: #fff;
}

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 8px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 80px;
  color: #fff;
}

.table {
  border-collapse: collapse;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.table th {
  display: block;
  text-align: left;
  padding: 8px;
  background: #B5D5A9;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}
.table td {
  display: block;
  padding: 8px;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.mainv {
  position: relative;
  padding: 250px 0;
  z-index: 1;
  background: url("../images/mainv.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.mainv img {
  max-width: 100%;
  position: relative;
  height: auto;
}
.mainv p {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainv {
    background: url("../images/mainv_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

.hamburger {
  left: auto;
  right: 10px;
  top: 10px;
  /* Flexboxで縦並びにする設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 下線を消す */
  text-decoration: none;
  /* タップ領域の調整 */
  padding: 10px;
  width: auto; /* 必要に応じて固定値(50px等)にしてもOK */
  height: auto;
}
.hamburger__icon {
  background-color: #222;
}
.hamburger__icon::after, .hamburger__icon::before {
  background-color: #222;
}
.hamburger__text {
  font-size: 10px;
  color: #222;
  margin-top: 5px;
  font-weight: bold;
  line-height: 1;
  /* 色が変わるのを滑らかにする（アイコンの動き0.4sに合わせる） */
  transition: color 0.4s;
}
.hamburger {
  /* ▼ メニューが開いている時（activeクラスがついた時）の指定 */
}
.hamburger.active {
  /* 文字色を白にする */
}
.hamburger.active .hamburger__text {
  color: #fff;
}
.hamburger.active {
  /* 念のためactive時も下線が出ないようにする */
  text-decoration: none;
}

.fat-nav {
  background: rgba(129, 185, 117, 0.8);
}

.inner__rel {
  position: relative;
  color: #fff;
}
.inner__rel a {
  color: #fff;
}

.concept {
  text-align: center;
  padding: 4rem 0;
  position: relative;
}

.aboutus {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  height: auto;
  background: url("../images/tree.jpg") 0 0;
  background-size: contain;
}

a.aboutMenu {
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #fff;
  font-size: 1.8rem;
}
a.aboutMenu :hover {
  color: #fff;
  text-decoration: none;
}

.infodiy {
  text-align: center;
  background: #B5D5A9;
  padding: 4rem 0;
}
.infodiy h2 {
  color: #fff;
}

.order_works {
  text-align: center;
  padding: 4rem 0;
}

a.icon_link {
  color: #fff;
  width: 240px;
  height: auto;
  display: inline-block;
  padding: 8px 20px;
  background: #81b975;
  border-radius: 40px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
}
a.icon_link i {
  font-size: 28px;
}

.schedule {
  text-align: center;
  padding: 4rem 0;
  position: relative;
  background: url("../images/scheduleback.jpg") no-repeat center center;
  background-size: cover;
}
.schedule ul {
  padding: 0;
}
.schedule li {
  list-style: none;
}

.access {
  text-align: center;
  padding: 4rem 0;
}

.contact {
  background: #fff9f8;
  text-align: center;
  padding: 4rem 0;
}
.contact a.btn {
  background: #ee8c7f;
  color: #fff;
}

footer {
  background: #81b975;
  text-align: center;
  padding-top: 2rem;
}

#copy {
  background-color: #fefdf9;
  margin: 0;
  padding: 1rem 0;
}

img.foot_logo {
  width: 120px;
  height: auto;
}

.ggmap {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.ggcal {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggcal iframe,
.ggcal object,
.ggcal embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 下層ページ **/
.headVisual {
  position: relative;
  padding: 40px 0;
  z-index: 1;
  background: url("../images/page-header.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.headVisual img {
  max-width: 100%;
  position: relative;
  height: auto;
}
.headVisual h1 {
  position: relative;
  color: #fff;
  letter-spacing: 2px;
}

.desc {
  color: #fff;
  position: relative;
  font-weight: bold;
}

.subsection {
  position: relative;
  margin: 6.4rem 0;
  padding-bottom: 3.2rem;
}
.subsection h2 {
  text-align: center;
  margin-bottom: 3.2rem;
}

.subsection:after {
  display: block;
  content: "";
  width: 200px;
  height: 2px;
  border-radius: 1px;
  background: #eaeaea;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}

.subsection:last-child:after {
  display: none !important;
}

/** DIY教室とは **/
.toolItem {
  margin-bottom: 3.2rem;
  text-align: center;
}
.toolItem dl {
  text-align: left;
}
.toolItem dl dt {
  color: #81b975;
  font-weight: 700;
}
.toolItem dl dd {
  margin-left: 0;
}

/** 教室案内 **/
.serviceBox {
  margin-bottom: 4rem;
}
.serviceBox h5 {
  font-size: 1.6rem;
  color: #81b975;
  margin: 8px 0;
}
.serviceBox p {
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 1.6rem;
  min-height: 88px;
}

/** お仕事の依頼 **/
.requestAbout .table {
  margin: 0 auto;
}

.img_link {
  display: block;
  margin-bottom: 2.4rem;
}

.keyword {
  padding: 1rem;
  background: url("../images/request/keyback.png") 0 0;
}

.key_wrap {
  background: #fff;
  padding-top: 1rem;
}
.key_wrap ul {
  padding: 1rem;
  margin: 0;
}
.key_wrap ul li {
  list-style: none;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.key_wrap ul li:last-child {
  border: none;
}

/** お問い合わせ **/
input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], textarea {
  background: #f5f5f5;
  border: none;
  padding: 4px 19px 3px;
  width: 100%;
}

input, textarea, select, button {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

textarea {
  padding: 6px;
}

.form th {
  font-weight: bold;
  padding: 8px;
  width: 280px;
  vertical-align: top;
}

.form td {
  font-weight: 500;
  padding: 15px 0;
}

.form th, .form td {
  border-bottom: 1px dotted #ccc;
}

.form td label {
  display: inline-block;
  min-width: 110px;
  padding: 7px;
}

.mBox {
  width: 480px;
}

.lBox {
  width: 500px;
}

.btnArea {
  margin: 40px 0 115px;
  text-align: center;
}

.btnConfirm {
  background: #ee8c7f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 0;
  width: 300px;
  border: none;
}

.telNum {
  text-align: center;
}
.telNum dt {
  font-weight: bold;
}
.telNum dd {
  font-size: 1.8rem;
  margin-left: 0;
}

dd.number {
  font-size: 2.2rem;
}

/** util + mediaquery **/
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  .headVisual h1 {
    font-size: 2rem;
  }
  .fat-nav li {
    font-size: 16px;
  }
  a.icon_link {
    margin: 1rem 0;
  }
  .ggmap {
    position: relative;
    padding-bottom: 58.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form td, .mBox, .lBox {
    width: 100%;
  }
  .form td {
    font-weight: normal;
    padding: 0 0 20px;
  }
  .form th {
    border-width: 0;
    padding: 14px 0 13px;
  }
  .form th, .form td {
    clear: both;
    text-align: left;
    float: left;
    width: 100%;
  }
  .serviceBox p {
    height: 80px;
  }
  .keyword {
    text-align: center;
  }
  .keyword img {
    width: 200px;
    height: 200px;
  }
  .keyword ul {
    padding: 1rem 0;
  }
}
/**
 * 一緒にDIYリフォーム 追加スタイル
 */
.hero-section {
  margin-top: 40px;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.hero-section__content {
  flex: 1;
  padding: 60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-section__content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.hero-section__content .lead {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  line-height: 1.6;
  border-bottom: 2px solid #ee8c7f;
}
.hero-section__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.hero-section__image {
  flex: 1;
  background-image: url("../images/school/servicePageTop.png");
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
@media (max-width: 767px) {
  .hero-section {
    flex-direction: column-reverse;
  }
  .hero-section__image {
    width: 100%;
    height: 250px;
    flex: none;
  }
  .hero-section__content {
    width: 100%;
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .hero-section__content h3 {
    margin-top: 0;
  }
}

/* チェックリスト・おすすめボックス */
.check_box_wrap {
  padding: 1rem;
  background: url(../images/request/keyback.png) 0 0;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.check_box_wrap .check_box_inner {
  background: #fff;
  padding: 20px;
}
.check_box_wrap {
  /* インラインスタイルで指定していたオレンジ枠線の代替クラス */
}
.check_box_wrap.recommend {
  border-color: #f8b95d;
}
.check_box_wrap h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 20px;
  color: #4c4948;
}

/* カスタムチェックリスト */
.check_list_custom {
  list-style: none;
  padding-left: 0;
}
.check_list_custom li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.check_list_custom li:before {
  content: "✔︎";
  color: #ee8c7f;
  position: absolute;
  left: 0;
  text-shadow: 0.5px 0 0 #ee8c7f, -0.5px 0 0 #ee8c7f, 0 0.5px 0 #ee8c7f, 0 -0.5px 0 #ee8c7f;
}

/* 3つのメリット */
.merit_item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .merit_item {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.merit_item .merit_icon_bg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .merit_item .merit_icon_bg {
    width: 120px;
    height: 120px;
  }
}
.merit_item .merit_icon_bg img {
  width: 80%;
  height: auto;
}
.merit_item .merit_text_body {
  flex: 1;
}

.merit_title {
  color: #ee8c7f;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .merit_title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.process_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .process_layout {
    flex-direction: column;
    gap: 20px;
  }
}
.process_layout .process_content {
  flex: 1;
  width: 100%;
}
.process_layout .process_image {
  flex: 1;
  text-align: right;
}
.process_layout .process_image img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 768px) {
  .process_layout .process_image img {
    max-width: 100%;
    width: auto;
    max-height: 500px;
  }
}

.process_desc {
  margin-bottom: 30px;
  line-height: 1.6;
}

.diy_menu_list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.diy_menu_list li {
  position: relative;
  background: #fff;
  border: 2px solid #81b975;
  border-radius: 50px;
  padding: 12px 20px 12px 45px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.diy_menu_list li::before {
  content: "🔨";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #81b975;
  font-size: 1.6rem;
}

.green_cta_bar {
  background: #81b975;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
}

/* 下部CTAボックス */
.bottom_cta_box {
  border: 3px solid #ee8c7f;
  padding: 30px;
  background: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 56px;
}
.bottom_cta_box .bottom_cta_title {
  color: #ee8c7f;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.bottom_cta_box {
  /* ボタン用スタイル（インラインスタイルからの移行） */
}
.bottom_cta_box .btn {
  display: block;
  background: #ee8c7f;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  text-decoration: none;
}
.bottom_cta_box .btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* スマホ表示調整 */
@media screen and (max-width: 767px) {
  .merit_item .merit_title {
    font-size: 1.6rem;
  }
  .check_box_wrap {
    padding: 15px;
  }
  .check_box_wrap img {
    margin-top: 15px;
    width: 100px; /* スマホでは画像を少し小さく */
  }
}
/* --------------------------------------------------
   DIYリフォーム 固有スタイル
-------------------------------------------------- */
.hybrid_section .hybrid_title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.hybrid_section .highlight_text {
  color: #e56b6f;
}
.hybrid_section .highlight_green {
  color: #6db558;
}

.process_desc {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.diy_menu_list {
  padding-left: 0;
}

.case_box .case_img {
  width: 100%;
  margin-bottom: 10px;
}
.case_box .case_title {
  font-weight: bold;
}
.case_box .case_text {
  font-size: 1.4rem;
}

.bottom_cta_box .btn_consult {
  background: #ee8c7f;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.bottom_cta_box .btn_consult:hover {
  opacity: 0.8;
}
.bottom_cta_box .staff_img {
  margin-top: 10px;
}

.toolItemFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.toolItemFlex .toolItem {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .toolItemFlex .toolItem {
    width: 20%;
    margin-bottom: 0;
  }
}
.toolItemFlex .toolItem img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
}
.toolItemFlex .toolItem dl {
  margin: 0;
}
.toolItemFlex .toolItem dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: var(#81b975);
}
.toolItemFlex .toolItem dd {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* --------------------------------------------------
   リフォーム・リノベーション 固有スタイル
-------------------------------------------------- */
.check_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.check_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 12px;
  height: 12px;
  border: 2px solid #81b975;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

.key_wrap .key_img {
  width: 300px;
  height: 300px;
  max-width: 100%;
  height: auto;
}

.reform_type_img {
  width: 100%;
}

.img_link {
  display: block;
  text-decoration: none;
  color: #333;
}
.img_link:hover {
  opacity: 0.8;
}
.img_link figure {
  margin: 0 0 20px;
}
.img_link figure img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.img_link figure figcaption {
  font-size: 1.4rem;
  text-align: center;
}

.case_box {
  margin-bottom: 20px;
}
.case_box .case_img {
  width: 100%;
  margin-bottom: 10px;
}
.case_box .case_date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
}
.case_box .case_title {
  font-weight: bold;
}

.flow_list {
  border: 3px solid #81b975;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.flow_list .flow_item {
  margin-bottom: 50px;
}
.flow_list .flow_item:last-child {
  margin-bottom: 0;
}
.flow_list .flow_box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .flow_list .flow_box {
    flex-direction: column;
  }
}
.flow_list .flow_step_num {
  color: #6db558;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  margin-right: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.flow_list .flow_step_num::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #6db558;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .flow_list .flow_step_num {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.flow_list .flow_content {
  flex: 1;
  position: relative;
  top: -2px;
}
.flow_list .flow_step_title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.flow_list .flow_text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}

.faq_list .faq_item {
  margin-bottom: 20px;
}
.faq_list .faq_dt {
  font-weight: 500;
  margin-bottom: 5px;
}
.faq_list .faq_dd {
  padding-left: 0;
  margin-left: 26px;
}
.faq_list .mark_q {
  color: #6db558;
  margin-right: 10px;
}
.faq_list .mark_a {
  color: #e56b6f;
  margin-right: 10px;
  margin-left: -25px;
}

.contact .contact_flex_wrap {
  position: relative;
  padding-left: 0;
}
.contact .contact_content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.contact .contact_content::before {
  content: "";
  display: block;
  background-image: url("../images/footer_diy_person.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 300px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .contact .contact_content::before {
    width: 180px;
    height: 220px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact .contact_content {
    margin-top: 20px;
  }
  .contact .contact_content::before {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 auto 20px;
    width: 150px;
    height: 180px;
  }
}

@media (min-width: 768px) {
  .row-flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .row-flex-center::before, .row-flex-center::after {
    display: none;
  }
}

/* =========================================
   トップページ修正用スタイル (Top Page Updates)
   ========================================= */
/* コンセプトセクション: グリッド背景と装飾 */
.concept {
  padding: 6rem 0;
  background-color: #fff;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(90deg, #eee 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.concept h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.concept .concept_text {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept .concept_text {
    text-align: left;
    padding: 12px;
  }
}

.concept_deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 210px;
  z-index: 1;
}
.concept_deco img {
  width: 100%;
  height: auto;
}
.concept_deco.deco_left {
  left: 5%;
}
.concept_deco.deco_right {
  right: 5%;
}
@media (max-width: 991px) {
  .concept_deco {
    width: 120px;
    top: 8%;
    transform: translateY(-12%);
  }
}
@media (max-width: 767px) {
  .concept_deco {
    width: 72px;
    top: 8%;
    transform: translateY(-12%);
  }
}

/* サービス紹介エリア (リボン付き) */
.top_services {
  padding: 4rem 0;
  background: #fff;
}

.service_row {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
}
.service_row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service_row {
    display: block;
    margin-bottom: 4rem;
  }
}

.service_content {
  text-align: left;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .service_content {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

.service_img {
  text-align: center;
}
.service_img img {
  width: 100%;
  max-width: 500px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/* 赤いリボン見出し */
.ribbon_title {
  position: relative;
  display: inline-block;
  background: #ee8c7f;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  width: 100%;
}
.ribbon_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  right: -20px;
  background: #ee8c7f;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ribbon_title i {
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .ribbon_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .ribbon_title {
    font-size: 1.4rem;
    padding: 10px 30px 10px 20px;
  }
}
@media (max-width: 767px) {
  .ribbon_title {
    font-size: 1.5rem;
    width: 90%;
  }
}

.service_desc {
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .service_desc {
    text-align: left;
  }
}

/* 緑色のピル型ボタン (共通) */
.btn_green_pill {
  display: inline-block;
  background: #B5D5A9;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.6rem;
}
.btn_green_pill:hover {
  background: #81b975;
  color: #fff;
  transform: translateY(-2px);
}
.btn_green_pill.small {
  padding: 8px 25px;
  font-size: 1.4rem;
  width: 100%;
  max-width: 200px;
}
.btn_green_pill.contact_btn {
  width: 100%;
  padding: 15px 0;
  font-size: 1.6rem;
  background: #81b975;
}

/* お知らせ・ブログセクション（グレー背景） */
.top_news {
  position: relative;
  background: url(../images/scheduleback.jpg) no-repeat center center;
  background-size: cover;
  padding: 6rem 0;
  text-align: center;
}
.top_news h2 {
  margin-bottom: 3rem;
  color: #fff;
  position: relative;
}
.top_news .news_col {
  margin-bottom: 2rem;
}
.top_news .news_col p {
  margin-bottom: 1.5rem;
  height: auto;
  min-height: 3em;
  color: #fff;
}
.top_news::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* プロフィールセクション（緑背景） */
.top_profile {
  background: #B5D5A9;
  padding: 6rem 0;
  overflow: hidden;
}
.top_profile .row-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_profile .profile_text_area {
  padding: 6rem 3rem;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .top_profile .profile_text_area {
    text-align: center;
    padding: 4rem 2rem;
  }
}
.top_profile .white_title {
  color: #fff;
  margin-bottom: 2rem;
  text-align: left;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .top_profile .white_title {
    text-align: center;
  }
}
.top_profile p {
  color: #fff;
  margin-bottom: 3rem;
}
.top_profile .btn_white_pill {
  display: inline-block;
  background: #fff;
  color: #81b975;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
}
.top_profile .btn_white_pill:hover {
  background: #f0f0f0;
}
.top_profile .profile_img_area {
  padding: 0;
  height: 100%;
  min-height: 400px;
}
.top_profile .profile_img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* =========================================
   投稿一覧スタイル
   ========================================= */
.blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .blog-posts .post-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 768px) {
  .blog-posts {
    flex-direction: column;
    gap: 32px;
  }
  .blog-posts .post-item {
    width: 100%;
  }
}

.post-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}
.post-item a:hover {
  opacity: 0.7;
}

.post-thumb {
  margin-bottom: 12px;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post-item time {
  display: block;
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 8px;
  line-height: 1;
}

.post-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

/* =========================================
   外部リンクセクション　
   ========================================= */
.otherlink {
  margin-bottom: 56px;
}
.otherlink h2 {
  text-align: center;
  margin-bottom: 30px;
}
.otherlink .link-grid {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.otherlink .link-grid li {
  width: 100%;
}
.otherlink .link-grid li a {
  display: block;
  transition: opacity 0.3s ease;
  aspect-ratio: 440/232;
}
.otherlink .link-grid li a:hover {
  opacity: 0.7;
}
.otherlink .link-grid li a img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .otherlink .link-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .otherlink .link-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* =========================================
   ヘルパークラス
   ========================================= */
.conpact_box {
  max-width: 960px;
  margin: 0 auto;
}

.grid_bg {
  padding: 6rem 0;
  background-color: #fff;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(90deg, #eee 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.grid_bg::after {
  display: none;
}

@media (max-width: 767px) {
  .spbr {
    display: inline-block;
  }
}/*# sourceMappingURL=common.css.map */
