@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* 呼び出し

@include mq(tab) {//999px以下
    //コード
}
*/
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 57.5%;
  }
}

/* 変数 */
/* フォントサイズ */
/* フォントファミリー */
/* max-width */
/* 左右の空白 */
/* 色 */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.wrap {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.5;
}

.pc-none {
  display: none;
}

.mob {
  display: none;
}

@media screen and (max-width: 999px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mob {
    display: block;
  }
  .mob-none {
    display: none;
  }
}

.header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tit {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
}

.header__tit img {
  height: 60px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
}

.header__list a {
  color: #333333;
  line-height: 80px;
}

.header__list a:hover {
  border-bottom: solid 2px #55A133;
}

.header__item {
  margin-right: 20px;
}

.header__contact {
  width: 240px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #55A133;
  color: #ffffff;
}

.header__contact-box {
  margin: 0 auto;
  text-align: center;
}

.header__contact-box p {
  color: #ffffff;
  margin: 0;
}

.header__contact-box a {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 20px;
}

.header__contact-box a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 8px;
  line-height: 1;
}

.header__contact-time {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .header {
    display: none;
  }
}

.smenu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.smenu__nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #55A133;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
}

.smenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smenu__item {
  font-size: 2.8rem;
  text-align: center;
  padding: 0 14px;
}

.smenu__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.smenu__item a:hover {
  color: #333333;
  background-color: #ffffff;
}

.hamburger {
  position: fixed;
  right: 8px;
  top: 0;
  width: 40px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 1000;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 3px;
  background-color: #333333;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 22px;
}

.hamburger__line--3 {
  top: 30px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .smenu__nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

.smenu {
  display: none;
}

.smenu__item a {
  font-size: 2rem;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 999px) {
  .smenu {
    display: block;
  }
  .hamburger {
    display: block;
  }
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 100;
  background-color: #333238;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.scroll-top a {
  color: #fff;
  display: block;
}

.scroll-top:hover {
  cursor: pointer;
  line-height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 999px) {
  .scroll-top {
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .scroll-top:hover {
    line-height: 40px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #55A133;
}

.footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container-left {
  width: 340px;
}

.footer__box {
  text-align: left;
}

.footer__box-menu {
  margin-right: 50px;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo img {
  width: 100%;
  max-width: 340px;
}

.footer__tit {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.5;
  border-bottom: solid 1px #ffffff;
}

.footer__txt {
  color: #ffffff;
}

.footer__item {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer__item a {
  font-size: 1.6rem;
  color: #ffffff;
}

.footer__item a:hover {
  border-bottom: solid 2px #ffffff;
}

.copyright {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 999px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__container {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__container-left {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 40px 20px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__box {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__box-menu {
    margin-right: 0;
  }
}

.top {
  width: 100%;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/top.jpg);
  background-position: bottom;
}

.top__tit {
  margin-bottom: 40px;
  font-size: 3.6rem;
  color: #ffffff;
}

.top__box {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .top {
    height: 480px;
  }
  .top__tit {
    margin-bottom: 40px;
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 2;
  }
  .top__logo img {
    width: 60%;
  }
}

.message {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/message.jpg);
  background-position: center;
}

.message__box {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.message__tit {
  margin-bottom: 40px;
  font-size: 3.6rem;
  color: #333333;
}

.message__txt {
  text-align: left;
  font-size: 1.6rem;
}

@media screen and (max-width: 999px) {
  .message__box {
    width: 80%;
  }
}

.greeting {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #F7F7F7;
}

.greeting__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.greeting__tit {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  position: relative;
  margin-bottom: 85px;
}

.greeting__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.greeting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.greeting__container-top {
  margin-bottom: 80px;
}

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

.greeting__box-left {
  padding-right: 40px;
  min-width: 380px;
  width: 70%;
}

.greeting__box-right {
  padding-left: 40px;
  min-width: 380px;
  width: 70%;
}

.greeting__txt {
  margin-bottom: 40px;
}

.greeting__pic {
  margin-bottom: 12px;
}

.greeting__pic img {
  max-width: 400px;
  width: 100%;
}

.greeting__name {
  font-size: 2rem;
}

@media screen and (max-width: 999px) {
  .greeting__tit {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
  }
  .greeting__inner {
    padding: 0 40px;
  }
  .greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting__container-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .greeting__box-left {
    padding-right: 0px;
    width: 100%;
    min-width: 200px;
  }
  .greeting__box-right {
    padding-left: 0px;
    width: 100%;
    min-width: 200px;
  }
  .greeting__box-img {
    margin-bottom: 40px;
  }
  .greeting__pic img {
    max-width: 300px;
  }
  .greeting__name {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .greeting__inner {
    padding: 0 20px;
  }
}

.philosophy {
  width: 100%;
  padding-top: 120px;
}

.philosophy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.philosophy__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.philosophy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.philosophy__outer {
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  -ms-grid-rows: 25vw 25vw 25vw;
      grid-template-rows: 25vw 25vw 25vw;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.philosophy__box1 {
  background-color: #55A133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.philosophy__box2 {
  background-image: url(../image/dinner.jpg);
  background-size: cover;
  background-position: center;
}

.philosophy__box3 {
  background-image: url(../image/gootouch.jpg);
  background-size: cover;
  background-position: center;
}

.philosophy__box4 {
  background-color: #55A133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.philosophy__box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-image: url(../image/philosophy.jpg);
  background-size: cover;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.philosophy__box-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.philosophy__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.philosophy__center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.philosophy__tit {
  display: block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}

.philosophy__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.philosophy__txt {
  max-width: 600px;
  color: #ffffff;
}

.philosophy__txt-lg {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.philosophy__txt-white {
  color: #ffffff;
}

.philosophy__pic img {
  width: 100%;
  max-width: 400px;
}

.philosophy__mission {
  padding: 0 10px;
}

.philosophy__mission img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 999px) {
  .philosophy__center {
    width: 100%;
    padding: 0 40px;
  }
  .philosophy__outer {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 400px 400px 400px 400px 400px;
        grid-template-rows: 400px 400px 400px 400px 400px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .philosophy__box1 {
    padding: 0 40px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .philosophy__box2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .philosophy__box4 {
    padding: 0 40px;
  }
  .philosophy__box5 {
    padding: 0 40px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__center {
    padding: 0 20px;
  }
  .philosophy__box1 {
    padding: 0 20px;
  }
  .philosophy__box4 {
    padding: 0 20px;
  }
  .philosophy__box5 {
    padding: 0 20px;
  }
}

.content {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

.content__inner-bottom {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.content__tit {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  position: relative;
  margin-bottom: 85px;
}

.content__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.content__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}

.content__box {
  width: 100%;
}

.content__box-tit {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
}

.content__box-tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #55A133;
}

.content__box-tit span {
  position: relative;
  padding: 0 1em;
  background: #F7F7F7;
}

.content__box-imgl {
  width: 50%;
  background-image: url(../image/exhibition2.jpg);
  background-size: cover;
}

.content__box-imgr {
  width: 50%;
  background-image: url(../image/world.jpg);
  background-size: cover;
}

.content__pic img {
  width: 100%;
  margin-bottom: 20px;
}

.content__txt-mid {
  margin-bottom: 80px;
  padding: 0 80px;
  font-size: 2rem;
}

.content__txt-lg {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.content__txt-white {
  color: #ffffff;
}

.content__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32.5vw;
  min-height: 300px;
  margin-bottom: 80px;
  background-image: url(../image/online.jpg);
  background-size: cover;
}

.content__outer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32.5vw;
  max-height: 400px;
  margin-bottom: 80px;
}

.content__center {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.content__center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .content__inner {
    padding: 0 20px;
  }
  .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .content__tit {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
  }
  .content__box {
    width: 100%;
    margin-bottom: 80px;
  }
  .content__box-imgl {
    width: 100%;
  }
  .content__box-imgr {
    width: 100%;
  }
  .content__box-tit {
    font-size: 2rem;
  }
  .content__pic img {
    width: 100%;
  }
  .content__txt-mid {
    padding: 0;
    font-size: 1.6rem;
  }
  .content__center {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .content__container {
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.contact {
  padding-top: 120px;
  background-color: #E8F5E9;
  position: relative;
}

.contact__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contact__tit {
  display: block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.contact__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.contact__box {
  width: 100%;
  height: 100px;
  background-color: #E8F5E9;
  position: absolute;
  bottom: 0;
}

.abouttop {
  width: 100%;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/about_top.jpg);
  background-position: bottom;
}

.abouttop__tit {
  font-size: 3.6rem;
  color: #ffffff;
}

.abouttop__box {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .abouttop {
    height: 480px;
  }
  .abouttop__tit {
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 2;
  }
}

.about {
  padding: 120px 80px;
}

.about__tit {
  display: block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}

.about__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.about__table {
  width: auto;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}

.about__table th,
.about__table td {
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  padding: 20px;
}

.about__table th {
  font-weight: bold;
  background-color: #dedede;
}

.about__table img {
  margin-top: 10px;
}

.about__pic {
  margin: 0 auto;
  text-align: center;
}

.about__pic img {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 999px) {
  .about {
    padding: 120px 20px;
  }
  .about__table {
    width: auto;
    vertical-align: middle;
  }
  .about__table tr, .about__table td, .about__table th {
    display: block;
  }
}

.history {
  padding: 120px 80px;
}

.history__tit {
  display: block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}

.history__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #55A133;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history__list {
  font-size: 2rem;
}

.history__item {
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}

.history__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history__date {
  min-width: 130px;
}

@media screen and (max-width: 999px) {
  .history {
    padding: 80px 20px;
  }
  .history__list {
    font-size: 1.6rem;
  }
  __date {
    min-width: 100px;
  }
}

.privactop {
  width: 100%;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/about_top.jpg);
  background-position: bottom;
}

.privactop__tit {
  font-size: 3.6rem;
  color: #ffffff;
}

.privactop__box {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .privacytop {
    height: 480px;
  }
  .privacytop__tit {
    font-size: 3.6rem;
    color: #ffffff;
    line-height: 2;
  }
}

.privacy {
  padding: 120px 120px;
  background-color: #F7F7F7;
}

.privacy__tit {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: normal;
  color: #333333;
  position: relative;
  margin-bottom: 85px;
}

.privacy h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.privacy p, .privacy strong {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.privacy__sec {
  padding: 40px;
}

.privacy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy__flex ol {
  width: 80%;
}

.privacy__item {
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.privacy__end {
  text-align: end;
}

@media screen and (max-width: 999px) {
  .privacy {
    padding: 120px 20px;
  }
  .privacy__sec {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .privacy__sec {
    padding: 40px 0;
  }
  .privacy ol {
    width: 90%;
  }
}
/*# sourceMappingURL=stylesheet.css.map */