@charset "UTF-8";
/* --------------------------基本------------------------------------- */
img {
  max-width: 100%;
}

a:hover {
  background-color: rgba(255, 208, 0, 0.1);
}

body {
  color: #444444;
  background-color: #FAFAFA;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  header #pc_only {
    display: none;
  }
  header .menu_fixed {
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: relative;
    /* ハンバーガーメニュー */
  }
  header .menu_fixed .logo {
    height: 50px;
  }
  header .menu_fixed .fixed_inquiry ul {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
  }
  header .menu_fixed .fixed_inquiry ul li {
    width: auto;
    padding: 5px 1.5em;
    margin: 5px;
    color: white;
    background-color: brown;
    border: 3px solid white;
    display: flex;
    align-items: center;
  }
  header .menu_fixed .fixed_inquiry ul li img {
    height: 2em;
    margin-right: 0.5em;
  }
  header .menu_fixed .fixed_inquiry ul li p {
    margin: 0;
    font-size: 60%;
  }
  header .menu_fixed .fixed_inquiry ul li p span {
    display: block;
  }
  header .menu_fixed .fixed_inquiry ul .hover_link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
  }
  header .menu_fixed .fixed_inquiry ul .hover_link:hover {
    background-color: rgba(165, 42, 42, 0.7);
  }
  header .menu_fixed .fixed_inquiry ul .hover_link img {
    height: 2em;
    margin-right: 0.5em;
  }
  header .menu_fixed .fixed_inquiry ul .hover_link p {
    margin: 0;
    font-size: 60%;
  }
  header .menu_fixed .fixed_inquiry ul .hover_link p span {
    display: block;
  }
  header .menu_fixed .burger-btn { /* 疑似アイコン */
    position: fixed;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 12px;
    background-color: #aed358;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    display: block;
    z-index: 3;
    border: white solid 2px;
  }
  header .menu_fixed .burger-btn .bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  header .menu_fixed .burger-btn .bar_top {
    top: 15px;
  }
  header .menu_fixed .burger-btn .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .menu_fixed .burger-btn .bar_bottom {
    bottom: 15px;
  }
  header .menu_fixed .burger-btn.close { /* 疑似アイコンを閉じた時”×”に */ }
  header .menu_fixed .burger-btn.close .bar_top {
    transform: translate(-50%, 5px) rotate(45deg);
    transition: transform 0.3s;
  }
  header .menu_fixed .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  header .menu_fixed .burger-btn.close .bar_bottom {
    transform: translate(-50%, -5px) rotate(-45deg);
    transition: transform 0.3s;
  }
  header .menu_fixed .nav-wrapper { /* メニュー中身 */
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
    width: 100vw;
    z-index: 2;
  }
  header .menu_fixed .nav-wrapper > nav {
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 2;
  }
  header .menu_fixed .nav-wrapper > nav > ul {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  header .menu_fixed .nav-wrapper > nav > ul > li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  header .menu_fixed .nav-wrapper.slide-in { /* メニューオープン時 */
    transform: translateX(0);
  }
  header .menu_fixed .noscroll { /* スクロール禁止 */
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) {
  header {
    height: 100px;
  }
  header #sm_only {
    display: none;
  }
  header ul {
    height: 100px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  header .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #FAFAFA;
    z-index: 100;
    border-bottom: 10px solid #aac863;
  }
  header .menu_fixed .logo {
    height: 80px;
    position: absolute;
    top: 10px;
    left: 1rem;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(1) > ul {
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(1) > ul li a {
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(1) > ul li a::before {
    content: "▶";
    padding-right: 0.5em;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(2) img {
    height: 80px;
    margin: 0 1em;
    margin-top: 20px;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(3) {
    background-color: brown;
    background: linear-gradient(#d14a4a, #cc3636);
    padding: 20px;
    padding-top: 40px;
    text-align: center;
    min-width: 50px;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(3) img {
    margin: 0;
    padding: 0;
    height: 30px;
  }
  header .menu_fixed .fixed_inquiry > ul > li:nth-of-type(3) p {
    margin: 0;
    padding: 0;
    line-height: 0;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 20px;
  }
  header .menu_fixed .menu_bottan {
    height: 30px;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

footer {
  background-color: rgba(170, 200, 99, 0.7);
}
footer > *:not(.copy) {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer #area h2 {
  text-align: center;
  margin: 0;
  padding: 1.5em 0;
}
footer #area .area_box_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  footer #area .area_box_cover .area_box {
    width: 25%;
    font-size: 80%;
    text-align: center;
  }
  footer #area .area_box_cover .area_box ul {
    padding-left: 0em;
    list-style-position: inside;
  }
}
@media screen and (min-width: 751px) {
  footer #area .area_box_cover .area_box {
    margin: 1em;
  }
}
footer .copy {
  background-color: #394619;
  color: #d3e3ae;
  padding-bottom: 100px;
}
footer .copy p {
  margin: 0;
  text-align: center;
}

article {
  position: relative;
  z-index: 1;
}
article h2, article h3, article h4 {
  text-align: center;
  line-height: 1.5em;
}
article h2 {
  font-size: 230%;
  margin: 150px 0 75px 0;
}
@media screen and (max-width: 750px) {
  article h2 {
    font-size: 180%;
    margin: 50px 0 50px 0;
  }
}
article h2 strong {
  font-weight: bold;
  color: #ff3336;
  font-size: 120%;
}
article h3 {
  font-size: 180%;
  margin: 125px 0 62px 0;
  color: #667f2d;
}
@media screen and (max-width: 750px) {
  article h3 {
    font-size: 150%;
    margin: 50px 0 30px 0;
  }
}
article h3 strong {
  font-weight: bold;
  font-size: 120%;
}

/* --------------------------html埋め込み用------------------------------------- */
/*-------------------------
リスト関連
--------------------------*/
/* リストマーク無し */
.nolist {
  list-style: none;
  padding-left: 0;
}

/*-------------------------
左空白
--------------------------*/
/* 左1文字分スペース */
.pad_left1 {
  padding-left: 1em;
}

/* 左2文字分スペース */
.pad_left2 {
  padding-left: 2em;
}

/*-------------------------
左スクロール
--------------------------*/
.of_auto {
  overflow: auto;
}

.of_auto > div {
  width: auto;
}

/*-------------------------
リンク全体カバー
--------------------------*/
.link_cover { /* リンクの直接親要素に */
  position: relative;
  z-index: 1;
}
.link_cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.link_cover a:hover {
  background-color: #fffebf;
  opacity: 0.5;
  border: 2px solid #ff9a33;
}

/*-------------------------
リンクボタン
--------------------------*/
.link_bottan > a {
  display: block;
  border: 1px solid;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 80%;
  max-width: 600px;
}
.link_bottan > a:hover {
  background-color: #FEF7D5;
}
.link_bottan > a::before {
  content: ">";
  position: absolute;
  right: 1em;
}

/*-------------------------
テキスト位置
--------------------------*/
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

/*-------------------------
テキストサイズ
--------------------------*/
.font_size_120 {
  font-size: 120%;
}

.font_size_80 {
  font-size: 80%;
}

.font_size_50 {
  font-size: 50%;
}

/*-------------------------
ＰＣ画像センター1
--------------------------*/
@media (min-width: 751px) {
  .pc_img_center {
    text-align: center;
  }
  .pc_img_center img {
    margin: inherit auto;
  }
}
/*-------------------------
グリッド
--------------------------*/
/* pc&sm固定 */
/* PCのみ */
@media screen and (min-width: 751px) {
  .grid7030 {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
  }
  .grid3070 {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
  }
  .grid6040 {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
  }
  .grid4060 {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
  .grid3 {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    align-items: center;
  }
}
.grid7030_hold {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.grid3070_hold {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}

.grid6040_hold {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.grid4060_hold {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}

.grid2_hold {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.grid3_hold {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  align-items: center;
}

/*-------------------------
スマホ用改行
--------------------------*/
@media (max-width: 750px) {
  .sm_return {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}

/*-------------------------
架空画像
--------------------------*/
/*-------------------------
影つけ
-------------------------*/
/* 
明度
lighten($color, 15%);
darken($color, 15%);

彩度
saturate($color, 15%);
desaturate($color, 15%);

補色
complement($color);
 */
@media screen and (min-width: 751px) {
  body {
    display: grid;
    grid: "header_a   header_a" auto "link_a      main_a" auto "footer_a   footer_a" auto/20% 80%;
  }
  body header {
    grid-area: header_a;
  }
  body #link_menu {
    grid-area: link_a;
  }
  body article, body main {
    grid-area: main_a;
  }
  body footer {
    grid-area: footer_a;
  }
}

#link_menu {
  height: 100%;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.3);
}
@media screen and (max-width: 750px) {
  #link_menu {
    display: none;
  }
}

article em, main em {
  background: linear-gradient(transparent 75%, #FFC107 20%);
}
article #h1_box, main #h1_box {
  display: grid;
  grid-template-rows: auto 110px 4em 90px;
  grid-template-columns: auto;
}
article #h1_box #breadcrumb, main #h1_box #breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 1em;
  grid-area: 1/1/2/2;
}
article #h1_box #breadcrumb li::after, main #h1_box #breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin: 0 1em;
}
article #h1_box #breadcrumb li:nth-last-of-type(1)::after, main #h1_box #breadcrumb li:nth-last-of-type(1)::after {
  content: "";
}
article #h1_box > img, main #h1_box > img {
  grid-area: 2/1/5/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article #h1_box h1, main #h1_box h1 {
  grid-area: 3/1/4/2;
  text-align: center;
  font-size: 200%;
  color: white;
}
article p, main p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
article > div > section, main > div > section {
  padding: 0;
  padding-bottom: 30px;
}
article > div > section h2, main > div > section h2 {
  background-color: #ba8b00;
  color: white !important;
  font-size: 30px;
  height: auto;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 80px;
}
article > div > section .in1 > section, main > div > section .in1 > section {
  margin: 30px 10px;
  padding: 30px 0;
  border-radius: 10px;
}
article > div > section .in1 h3, main > div > section .in1 h3 {
  background-color: #94b741;
  color: white !important;
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 0 !important;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 50px;
  font-size: 20px;
  border-left: 10px solid #769233;
}
article > div > section .in1 h3 strong, main > div > section .in1 h3 strong {
  color: #d39e00;
}
article > div > section .in1 h3 + img, main > div > section .in1 h3 + img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 50%;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 10px auto 20px auto;
  border-radius: 10px;
}

#footer {
  margin-top: 0;
}
#footer h3 {
  margin-top: 0;
}/*# sourceMappingURL=about_us.css.map */