@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*
Theme Name: 有限会社児玉紙器
Theme URL: https://www.kodama-shiki.co.jp
Description: ダンボールを作るなら、広島市の「有限会社児玉紙器」へ | プラスチックケース,アルミフレーム,化粧箱など
Version: 1.0
License: 有限会社児玉紙器
License URI: https://www.kodama-shiki.co.jp
*/
/****************************************

_reset.scss リセットCSS

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1220px;
  background: #fff9de;
  color: #000;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

li,
dt,
dd,
p {
  transform: rotate(0.03deg);
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
/* PCやマウス操作環境でクリック無効化 */
@media (pointer: fine) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* タッチ操作環境（スマホなど）では通常通り有効 */
@media (pointer: coarse) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header__inner {
  width: 100%;
  margin-inline: auto;
  padding: 30px 50px 14px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__top {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
.l-header__info {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__tel {
  margin-top: 10px;
}
.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 230px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-top-news {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 999;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  padding: 14px 50px 14px 50px;
  max-width: 855px;
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .l-header-top-news {
    position: initial;
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 0 auto 40px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
  }
}
.l-header-top-news__head {
  position: relative;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bb8c58;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head {
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
}
.l-header-top-news__item {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__item {
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.l-header-top-news__date {
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__date {
    font-size: 1.4rem;
  }
}
.l-header-top-news__ttl {
  max-width: 391px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-header-top-news__btn {
  margin: 0 0 0 auto;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__btn {
    margin: 0 auto;
    width: 120px;
  }
}
.l-header-top-news__btn a {
  display: block;
  width: 130px !important;
  padding: 2px 5px;
  border-radius: 50vh;
  border: 1px solid #00582d;
  background: #00582d;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .l-header-top-news__btn a {
    width: 120px !important;
    padding: 5px 5px;
    font-size: 1.2rem;
  }
}
.l-header-top-news__btn a:is(:link, :visited) {
  color: #fff;
}
.l-header-top-news__btn a:is(:hover, :active) {
  color: #00582d;
  border: 1px solid #00582d;
  background: #fff;
}

.l-header-top-news__ttl.u-link-fade-out a::after {
  transition: all 0.5s ease-in-out;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 65px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 10px;
  text-align: center;
  text-decoration: none;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  min-width: 200px;
  width: max-content;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #6f4b24;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #00582d;
  color: #fff;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #6f4b24;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #6f4b24;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #6f4b24;
    opacity: 0.95;
    z-index: 8888;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#slider .l-mv-top__pic img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 2000px) {
  #slider .l-mv-top__pic img {
    left: calc(50% - 1000px);
    width: 2000px;
  }
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__pic img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
#slider .l-mv-top__ttl {
  position: absolute;
  bottom: 11%;
  left: 15%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl {
    bottom: 7%;
    left: 2%;
    width: 160px;
    height: auto;
    aspect-ratio: 518/196;
  }
}
#slider .l-mv-top__ttl-year {
  padding-left: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.36), -3px 3px 6px rgba(255, 255, 255, 0.36), 3px -3px 6px rgba(255, 255, 255, 0.36), -3px -3px 6px rgba(255, 255, 255, 0.36), 3px 0px 6px rgba(255, 255, 255, 0.36), 0px 3px 6px rgba(255, 255, 255, 0.36), -3px 0px 6px rgba(255, 255, 255, 0.36), 0px -3px 6px rgba(255, 255, 255, 0.36);
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl-year {
    padding-left: 6px;
    font-size: 1.8rem;
  }
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 2000px) {
  .l-mv-page__pic-img {
    left: calc(50% - 1000px);
    width: 2000px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--about {
    width: auto;
    height: 45px;
    aspect-ratio: 250/70;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--product {
    width: auto;
    height: 45px;
    aspect-ratio: 179/70;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--blog {
    width: auto;
    height: 45px;
    aspect-ratio: 140/69;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: auto;
    height: 45px;
    aspect-ratio: 360/66;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 150px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 5px 0 25px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #000;
}
.breadcrumb a:is(:hover, :active) {
  color: #000;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  padding: 80px 10px;
  background: url(images/btm_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    padding: 60px 10px;
  }
}
.l-btm-sec__inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 100px;
  background: #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 30px 10px 40px;
  }
}
.l-btm-sec__btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 10px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__btn-box {
    flex-flow: wrap row;
    gap: 10px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__btn {
    max-width: 250px;
  }
}

.l-btm-sec-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 20px;
    margin-inline: auto;
    max-width: 315px;
    width: auto;
    height: 50px;
    aspect-ratio: 315/89;
  }
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
  background: url(images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 10px 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px;
  }
}

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 15px;
}
.l-footer__logo a {
  display: block;
}
.l-footer__txt {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 1.4rem;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #6f4b24;
  letter-spacing: 0.08em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 45px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__list:first-child .l-footer-sitemap__cat:not(:last-child) {
  margin-bottom: 8px;
}
.l-footer-sitemap__cat {
  margin-bottom: 0px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-footer-sitemap__cat a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-sitemap__cat a:is(:link, :visited) {
  color: #000;
}
.l-footer-sitemap__cat a:is(:hover, :active) {
  color: #6f4b24;
}
.l-footer-sitemap__cat a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #6f4b24;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__cat a:hover::before {
  width: 100%;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 0px;
  line-height: 1.7;
}
.l-footer-sitemap__page a {
  font-size: 1.6rem;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #000;
}
.l-footer-link a:is(:hover, :active) {
  color: #000;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #6f4b24;
  }
  .sp_btn_list_item {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sp_btn_list_item a:link, .sp_btn_list_item a:visited, .sp_btn_list_item a:hover, .sp_btn_list_item a:active {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03,
  .sp_btn_list_item_icon_04 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after,
  .sp_btn_list_item_icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_access.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_04::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_home.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #6f4b24;
  border: 1px solid #6f4b24;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #6f4b24;
  background: #6f4b24;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #00582d;
  border: solid 1px #00582d;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #000;
}
.nav-below a:is(:hover, :active) {
  color: #6f4b24;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #6f4b24;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  border-radius: 100vh;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}

.c-btn01--dark-brown a {
  border: 2px solid #6f4b24;
  background: #6f4b24;
}
.c-btn01--dark-brown a:hover {
  color: #6f4b24;
  background: #fff;
}

.c-btn01--light-brown a {
  border: 2px solid #bb8c58;
  background: #bb8c58;
}
.c-btn01--light-brown a:hover {
  color: #bb8c58;
  background: #fff;
}

.c-btn01--green a {
  border: 2px solid #00582d;
  background: #00582d;
}
.c-btn01--green a:hover {
  color: #00582d;
  background: #fff;
}

.c-btn01--top-sec01 {
  margin: 90px auto 0;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 {
    margin: 30px auto 0;
    width: 250px;
  }
}
.c-btn01--top-sec01 a {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a {
    padding: 11px 10px;
  }
}

.c-btn01--top-sec02 {
  margin: 75px auto 0;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 {
    margin: 40px auto 0;
  }
}

.c-btn01--top-sec02,
.c-btn01--list,
.c-btn01--list-sec07,
.c-btn01--requirements,
.c-btn01--faq {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02,
  .c-btn01--list,
  .c-btn01--list-sec07,
  .c-btn01--requirements,
  .c-btn01--faq {
    width: 250px;
  }
}
.c-btn01--top-sec02 a,
.c-btn01--list a,
.c-btn01--list-sec07 a,
.c-btn01--requirements a,
.c-btn01--faq a {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 a,
  .c-btn01--list a,
  .c-btn01--list-sec07 a,
  .c-btn01--requirements a,
  .c-btn01--faq a {
    padding: 11px 10px;
  }
}

.c-btn01--top-sec03 {
  margin: 20px auto 0;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec03 {
    order: 3;
    margin: 30px auto 0;
  }
}
.c-btn01--top-sec03 a {
  padding: 8px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec03 a {
    font-size: 1.4rem;
  }
}
.c-btn01--top-sec03 a::after {
  right: 15px;
  width: 6px;
  height: 6px;
}

.c-btn01--list {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn01--list {
    margin: 30px auto 0;
  }
}

.c-btn01--list-sec07 {
  margin: auto auto 0;
}

.c-btn02 a {
  position: relative;
  border: 2px solid #6f4b24;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.4rem;
  }
}
.c-btn02 a:is(:link, :visited) {
  background: #fff;
  color: #2c2c2c;
}
.c-btn02 a:is(:hover, :active) {
  background: #6f4b24;
  color: #fff;
}

.c-btn02--list {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .c-btn02--list {
    width: calc((100% - 10px) / 2);
  }
}
.c-btn02--list a {
  padding: 15px 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn02--list a {
    padding: 11px 5px;
    font-size: 1.2em;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 40px;
  }
}
.c-headline__en {
  display: block;
  margin-bottom: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #6f4b24;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-headline__en {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.c-headline__jp {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-headline__jp {
    font-size: 1.4rem;
  }
}

.c-ttl01 {
  position: relative;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #00582d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding: 0 0 8px 20px;
    font-size: 1.8rem;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: auto;
  aspect-ratio: 10/30;
  top: 0;
  left: 0;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl01::before {
    width: 8px;
    top: 1px;
  }
}

.c-ttl02 {
  padding: 5px 30px;
  background: #6f4b24;
  border-radius: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    padding: 5px 20px;
    font-size: 1.7rem;
  }
}

.c-ttl03 {
  position: relative;
  padding: 0 0 10px 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 1.6rem;
  }
}
.c-ttl03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #00582d, #00582d 10px, transparent 10px, transparent 14px);
  background-size: 14px 2px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt720,
.c-flex-r__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt720,
  .c-flex-r__txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  max-width: 440px;
  width: 100%;
}
.c-flex__fig440 img,
.c-flex-r__fig440 img {
  border-radius: 15px;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt720,
.c-flex-r-order__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt720,
  .c-flex-r-order__txt720 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border-top: 1px solid #00582d;
  border-left: 1px solid #00582d;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #b0d5c3;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00582d;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-table tbody th {
    font-size: 1.6rem;
  }
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border-bottom: 1px solid #00582d;
  border-right: 1px solid #00582d;
  padding: 16px 20px 16px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}
.c-table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
}
.c-table tbody tr:first-child td {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:first-child td {
    border-radius: 0;
  }
}
.c-table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child th {
    border-radius: 0;
  }
}
.c-table tbody tr:last-child td {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}

/*---------- pages-table ----------*/
@media screen and (max-width: 767px) {
  .p-overview-table {
    margin-top: 20px;
  }
}
.p-overview-table tbody th {
  width: 27.7777777778%;
}
.p-overview-table tbody td {
  width: 72.2222222222%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

.p-requirements-table tbody th {
  width: 29.1666666667%;
}
.p-requirements-table tbody td {
  width: 70.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-requirements-table tbody th,
  .p-requirements-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
@media screen and (max-width: 767px) {
  .c-tel {
    width: 200px;
    height: auto;
    aspect-ratio: 229/21;
  }
}

@media screen and (max-width: 767px) {
  .c-fax {
    width: 205px;
    height: auto;
    aspect-ratio: 233/25;
  }
}
.c-fax img {
  display: block;
  width: 100%;
  height: auto;
}

.c-tel-time {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-tel-time {
    font-size: 1.2rem;
  }
}

/*---------- 製品投稿ページ共通 ここから ----------*/
.c-product-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-product-list {
    gap: 40px 10px;
  }
}
.c-product-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-product-list__item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
  }
}
.c-product-list__fig380 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 380px;
  height: 285px;
}
@media screen and (max-width: 767px) {
  .c-product-list__fig380 {
    max-width: 380px;
    width: 100%;
    height: auto;
    max-height: 285px;
  }
}
.c-product-list__fig380 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-product-list__ttl {
    width: 100%;
  }
}
.c-product-list__txt,
.c-product-list div,
.c-product-list p {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-product-list__txt,
  .c-product-list div,
  .c-product-list p {
    font-size: 1.4rem;
  }
}

/*---------- 製品投稿ページ共通 ここまで----------*/
/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  padding: 130px 10px;
  background: url(images/top_sec01_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 40px 10px 60px;
  }
}

.p-top-sec01-ttl {
  margin-bottom: 30px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #00582d;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 20px;
    font-size: clamp(1.7rem, 5.3vw, 2.2rem);
  }
}

.p-top-sec02 {
  background: url(images/top_sec02_bg.jpg) no-repeat center top;
  background-size: cover;
}
.p-top-sec02__inner {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__inner {
    padding: 60px 10px;
  }
}
.p-top-sec02__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list {
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
}
.p-top-sec02__item {
  width: 23.2857142857%;
  height: auto;
  aspect-ratio: 326/411;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec02__item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.2));
}

.p-top-sec02-ttl {
  margin-bottom: 25px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #00582d;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.p-top-sec02-ttl__inner {
  position: relative;
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__inner {
    padding-left: 55px;
  }
}
.p-top-sec02-ttl__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: auto;
  aspect-ratio: 64/42;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_sec02_ttl.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__inner::before {
    width: 44px;
  }
}

.p-top-sec03 {
  background: #fff;
}
.p-top-sec03__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner {
    flex-flow: nowrap column;
    padding: 40px 10px 60px;
  }
}
.p-top-sec03__box {
  padding-left: 30px;
  width: 214px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__box {
    display: contents;
  }
}

.p-top-sec03-ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    order: 1;
    margin-bottom: 20px;
  }
}
.p-top-sec03-ttl__en {
  font-size: 2rem;
  font-weight: bold;
  color: #797979;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__en {
    font-size: 1.4rem;
  }
}
.p-top-sec03-ttl__jp {
  font-size: 3.4rem;
  font-weight: bold;
  color: #00582d;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__jp {
    font-size: 2.2rem;
  }
}

.p-top-sec04__inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__inner {
    padding: 60px 10px;
  }
}

.p-top-sec04-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list {
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.p-top-sec04-list__item {
  width: calc((100% - 30px) / 3);
  height: auto;
  aspect-ratio: 330/230;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec04-list__item img {
  display: block;
  width: 100%;
  height: auto;
}

/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  width: 790px;
  height: 100%;
  max-height: 185px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    order: 2;
    width: 100%;
    max-height: 220px;
  }
}
.p-diary-list__item {
  border-bottom: 1px solid #7f7f7f;
  width: 100%;
}
.p-diary-list__item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 14px 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item a {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item a:is(:hover, :active) {
  background: rgba(255, 249, 222, 0.7);
}
.p-diary-list__date {
  width: 24%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #6f4b24;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 76%;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss ご挨拶

*****************************************/
.p-greeting-sec03__list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03__list {
    flex-flow: nowrap column;
  }
}
.p-greeting-sec03__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03__item {
    width: 100%;
  }
}

/****************************************

_p-page-name.scss 製品一覧

*****************************************/
.p-list-btn-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-list-btn-box {
    gap: 10px;
  }
}

.p-list-contact-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 30px 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-list-contact-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 20px;
  }
}

.p-list-sec07-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-list-sec07-list {
    gap: 40px 10px;
  }
}
.p-list-sec07-list__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-list-sec07-list__item {
    width: 100%;
  }
}
.p-list-sec07-list__fig380 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}
.p-list-sec07-list__fig380 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-list-sec07-list__txt {
  margin-bottom: 30px;
}

/****************************************

_p-page-name.scss ダンボール製品

*****************************************/
/****************************************

_p-page-name.scss プラスチックダンボール製品

*****************************************/
/****************************************

_p-page-name.scss 化粧箱・変形箱

*****************************************/
/****************************************

_p-page-name.scss その他製品

*****************************************/
/****************************************

_p-blog.scss 児玉ブログ

*****************************************/
.p-journal-list {
  width: 100%;
  height: 100%;
}
.p-journal-list__item {
  border-bottom: 1px dashed #00582d;
  width: 100%;
}
.p-journal-list__item a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 24px 80px 24px 70px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item a {
    flex-flow: column nowrap;
    padding: 10px 45px 10px 10px;
  }
}
.p-journal-list__item a:is(:hover, :active) {
  background: rgba(143, 215, 180, 0.2);
}
.p-journal-list__item a::after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(images/blog_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item a::after {
    width: 25px;
    right: 10px;
  }
}
.p-journal-list__date {
  width: 220px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00582d;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-journal-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-journal-list__ttl {
  width: calc(100% - 220px);
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-journal-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss 募集要項

*****************************************/
.p-requirements-btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-requirements-btn-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 20px;
  }
}

/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
.p-faq-btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq-btn-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 20px;
  }
}

.p-faq-box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq-box:not(:first-of-type) {
    margin-top: 20px;
  }
}

.p-faq-box {
  padding: 30px;
  background: rgba(176, 213, 195, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq-box {
    padding: 20px 15px;
  }
}
.p-faq-box__ttl {
  position: relative;
  margin-bottom: 10px;
  padding: 0px 0px 5px 50px;
  border-bottom: 1px solid #002010;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl {
    padding: 0px 0px 5px 40px;
    font-size: 1.6rem;
  }
}
.p-faq-box__ttl::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 0px;
  left: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #00582d;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl::before {
    font-size: 2.4rem;
  }
}
.p-faq-box__txt {
  position: relative;
  padding: 0px 0px 10px 50px;
}
@media screen and (max-width: 767px) {
  .p-faq-box__txt {
    padding: 0 0 0 40px;
  }
}
.p-faq-box__txt::before {
  display: block;
  content: "A";
  position: absolute;
  top: 0px;
  left: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #cd8617;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-box__txt::before {
    font-size: 2.4rem;
  }
}

/****************************************

_p-overview.scss 会社概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

.p-overview-sec03__fig-txt {
  margin-top: 5px;
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
.p-form-tel-box {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 5px 0;
}

.p-form-select select.wpcf7-form-control {
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-form-select select.wpcf7-form-control {
    font-size: 1.2rem;
  }
}

/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: rgba(143, 215, 180, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.6rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.4rem;
  }
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  line-height: 1.8;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #00582d;
  border-radius: 50vh;
  background-color: #00582d;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #00582d;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc-pc {
    text-align: center;
  }
}

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

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
/* ホバー時に下線が出てくる */
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #000;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #6f4b24;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #6f4b24;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

/* 線が閉じる */
.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #000;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

/* 元から下線付き */
.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #000;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #6f4b24;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #6f4b24;
}

/* 下線そのまま、改行しても全ての行に下線が付く */
.u-link-stay a {
  position: relative;
  text-decoration: none;
  color: #000;
  background-image: linear-gradient(#000, #000);
  background-size: 100% 1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  .u-link-stay a {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #000;
}

.u-main-color {
  color: #6f4b24;
}

.u-accent-color {
  color: #00582d;
}

.u-red {
  color: #ff0000;
}

.u-dark-brown {
  color: #6f4b24;
}

.u-light-brown {
  color: #bb8c58;
}

.u-green {
  color: #00582d;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-medium {
  font-weight: 500;
}

.u-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-font-en {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

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