@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 2 */
  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

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

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

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 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 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #343535;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 6rem;
  }
}

.inner {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 2rem;
  }
}

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

@media screen and (min-width: 769px) {
  p {
    text-align: justify;
  }
}

a {
  text-decoration: none;
  color: #343535;
}
a:hover {
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

address {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
li {
  list-style: none;
}

.title {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.5em;
  color: #84c4a2;
  font-weight: 300;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2.4rem;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  border: 2px solid #84c4a2;
  color: #84c4a2;
  font-size: 1.8rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .btn a {
    border-width: 1px;
    font-size: 1.6rem;
  }
}
.btn a:hover {
  background-color: #84c4a2;
  color: #fff;
  opacity: 1;
}

/* ヘッダー
---------------------------------------------- */
#header {
  width: 100%;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #header {
    padding: 3rem 0 3rem;
  }
}
@media screen and (max-width: 1023px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 6rem;
  }
}
#header #headerInner {
  position: relative;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 1023px) {
  #header #headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6rem;
    padding: 0 0 0 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  #header #headerInner #headerLogo {
    max-width: 18rem;
  }
}
#header #headerInner #menuBtn {
  position: absolute;
  top: 1.9rem;
  right: 1.6rem;
  width: 40px;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #menuBtn.pcNone {
    display: block;
  }
}
#header #headerInner #menuBtn a {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: block;
}
#header #headerInner #menuBtn a span {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #84c4a2;
  transition: all 0.4s;
  right: 0;
}
#header #headerInner #menuBtn a span:first-child {
  top: 0;
}
#header #headerInner #menuBtn a span:nth-child(2) {
  top: 1rem;
}
#header #headerInner #menuBtn a span:last-child {
  top: 2rem;
}
#header #headerInner #menuBtn .open span:first-child {
  transform: translateY(10px) rotate(-40deg);
}
#header #headerInner #menuBtn .open span:nth-child(2) {
  opacity: 0;
}
#header #headerInner #menuBtn .open span:last-child {
  transform: translateY(-10px) rotate(40deg);
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu {
    position: fixed;
    display: none;
    width: 100%;
    top: 6rem;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1024px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList {
    padding: 0 1.6rem;
  }
}
#header #headerInner #mainMenu #mainMenuWrap #menuList li {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li {
    border-top: 1px dashed #84c4a2;
  }
}
@media screen and (min-width: 1024px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li:not(:first-of-type) {
    padding-left: 3rem;
  }
}
#header #headerInner #mainMenu #mainMenuWrap #menuList li a {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #84c4a2;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li a {
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}

/* フッター
---------------------------------------------- */
#footer {
  padding: 10rem 0 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 7rem 0 1.5rem;
  }
}
#footer #footerContent {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
#footer #footerContent .footerLogo {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent .footerLogo {
    max-width: 17rem;
    margin-bottom: 1rem;
  }
}
#footer #footerContent #footerAddress address {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerAddress address {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerNav {
    display: none;
  }
}
#footer #footerContent #footerNav ul {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  gap: 3%;
}
#footer #footerContent #footerNav ul li {
  font-weight: 500;
  font-size: 1.8rem;
}
#footer #footerContent #footerNav ul li a {
  color: #84c4a2;
  font-weight: 300;
}
#footer .copyright {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
}

/* フェードイン
---------------------------------------------- */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* 準備中ページ
---------------------------------------------- */
#preparation {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #preparation {
    padding-top: 12rem;
  }
}
#preparation h1 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #preparation h1 {
    font-size: 2rem;
  }
}
#preparation p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 2rem 0 2.5rem;
}
@media screen and (min-width: 769px) {
  #preparation p {
    text-align: center;
    font-size: 1.8rem;
  }
}

.preparation #footer {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* aboutmeページ /* 25/2/21追加*/
---------------------------------------------- */
#aboutme {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  #aboutme {
    padding-top: 12rem;
  }
}
#aboutme h1 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  #aboutme h1 {
    font-size: 2rem;
    padding: 0;
  }
}
#aboutme p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 2rem 0 2.5rem;
  text-align: left !important; 
  padding: 0 250px 0px 250px;

}

@media screen and (max-width: 1023px) {
  #aboutme p {
    text-align: center;
    font-size: 1.8rem;
    padding: 0;
  }
}

.aboutme #footer {
  opacity: 1;
  visibility: visible;
  transform: none;
}


/* 基本のリンクデザイン */
#aboutme a {
  color: #84c4a2; /* メニューと同じ緑色 */
  text-decoration: none; /* 下線を消す（必要に応じて） */
  font-weight: 300; /* メニューと同じ軽めのフォント */
  transition: color 0.3s ease-in-out; /* なめらかに色が変わる */
}

@media screen and (max-width: 1023px) {
  #aboutme a {
    text-align: left;
    padding: 0 !important;
  }
}

/* ホバー時のデザイン（カーソルを当てたとき） */
#aboutme a {
  color: #6fa88b; /* 少し濃い緑に変わる */
  transition: color 0.3s ease-in-out;
  padding: 0 250px 0 250px;
}

/*　リンクのフォントサイズ */
#aboutme a{
  font-size: 24px;
}



/*----------------------------------------
	共通
----------------------------------------*/
body {
  overflow-x: hidden;
}

/* ファーストビュー
---------------------------------------------- */
#fv {
  background: url(../images/top/fv.jpg) no-repeat right 45% bottom/cover;
  width: 100%;
  height: 60rem;
  margin-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #fv {
    background-position: right 25% center;
  }
  #fv .pcNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #fv {
    background: url(../images/top/fv_sp.jpg) no-repeat right 35% center/cover;
    height: 35rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 320px) {
  #fv {
    background: url(../images/top/fv_sp.jpg) no-repeat right 20% center/cover;
  }
}
#fv h1 {
  position: absolute;
  font-size: 3.2rem;
  top: 35%;
  left: 4%;
  z-index: 100;
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
  animation: catch 0.8s forwards 0.5s;
}
@media screen and (max-width: 1023px) {
  #fv h1 {
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #fv h1 {
    font-size: 2.3rem;
    top: 32%;
    left: 5%;
  }
}

@keyframes catch {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* オーガニック農業にかける思い
---------------------------------------------- */
#vision {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  #vision {
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 769px) {
  #vision .image {
    width: 50%;
  }
}
#vision .image img {
  width: 100%;
}
#vision .textBox {
  color: #494949;
}
@media screen and (min-width: 769px) {
  #vision .textBox {
    color: #656665;
    width: 63%;
    margin-left: -15%;
  }
}
@media screen and (min-width: 1024px) {
  #vision .textBox {
    width: 60%;
    margin-left: -8.5%;
  }
}
@media screen and (max-width: 768px) {
  #vision .textBox {
    padding: 2.5rem 1.8rem;
    background-color: #e5e5e2;
    text-align: center;
  }
}
#vision .textBox .textInner {
  display: inline-block;
}
#vision .textBox .text {
  font-size: 2.3rem;
  line-height: 1.8;
  font-size: clamp(2rem, 2vw, 2.3rem);
}
@media screen and (max-width: 1023px) {
  #vision .textBox .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #vision .textBox .text {
    font-size: 1.64rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  #vision .textBox .text br {
    display: none;
  }
}
#vision .textBox h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4.6rem;
  font-size: clamp(4.1rem, 4vw, 4.6rem);
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  #vision .textBox h2 {
    font-size: clamp(3.35rem, 4.3vw, 4.1rem);
  }
}
@media screen and (max-width: 768px) {
  #vision .textBox h2 {
    font-size: 2.36rem;
    font-weight: 400;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  #vision .textBox h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#vision .textBox .president {
  font-size: 2rem;
  text-align: right;
  padding: 1.2rem 0.8rem 0 0;
}
@media screen and (max-width: 768px) {
  #vision .textBox .president {
    text-align: center;
    font-size: 1.64rem;
    padding: 0.8rem 0 0;
  }
}
#vision .textBox .president span {
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #vision .textBox .president span {
    padding: 0 1rem 0 0;
    font-size: 1.2rem;
  }
}

/* information
---------------------------------------------- */
#information .title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #information .title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  #information .inner {
    padding-right: 0;
  }
}
#information .swiper {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #information .swiper {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #information .swiper .swiper-wrapper {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #information .swiper .swiper-slide {
    width: 100% !important;
  }
}
#information .swiper .swiper-slide .video {
  padding: 56.25% 0 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  #information .swiper .swiper-slide .video:hover {
    opacity: 0.7;
  }
}
#information .swiper .image {
  border-radius: 1rem;
}
#information .swiper .image img {
  width: 100%;
}
#information .swiper p {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  #information .swiper p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #information .swiper p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  #information .swiper p {
    font-size: 1.4rem;
  }
}
