@charset "UTF-8";
/* ======================================================================= */
/* Table of contents　----------------------------------------------------
01. Color set
02. Fonts settings
03. Basic settings
04. Header styles
05. Page styles
06. Sidebar styles
07. Footer styles
08. Module set
09. Responsive
-------------------------------------------------------------------------- */
/* ======================================================================= */
/* 01. Color set
/* ======================================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
.text-red {
  color: #cd333e; }

.text-lightgreen {
  color: #A3A050; }

.text-green {
  color: #69821b; }

.bg-green {
  color: #FFF !important;
  background-color: #69821b !important; }

/* ======================================================================= */
/* 02. Fonts settings
/* ======================================================================= */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p, span, ul, ol, dl, li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400; }

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
  font-weight: 400; }

h1, .h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
  font-weight: 500; }

h1 span, .h1 span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
  font-weight: 500; }

h2, .h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  font-weight: 500; }

h2 span, .h2 span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  font-weight: 500; }

h3, .h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

h3 span, .h3 span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }

h4, .h4 {
  font-size: 1.3rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1.1rem; }

p {
  font-size: 1rem; }

/* ======================================================================= */
/* 03. Basic settings
/* ======================================================================= */
html {
  background: none #FFF;
  width: 100%; }

body {
  color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/bg-body.png"); }

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

a {
  color: rgba(0, 0, 0, 0.8);
  transition: all .5s; }

a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all .5s; }

a img {
  opacity: 1;
  transition: all .5s; }

a:hover img {
  opacity: 0.8;
  transition: all .5s; }

button:focus {
  outline: 0; }

ol, ul {
  font-size: 1rem; }

li {
  font-size: 1rem; }

.site {
  overflow-x: hidden; }

.navbar {
  padding: 0; }

.strong {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem; }

/* ======================================================================= */
/* 04. Header styles
/* ======================================================================= */
/* Header Top
/* ----------------------------------------------------------------------- */
.header-top {
  padding: 1.5rem 0;
  border-top: 10px solid #69821b;
  background-color: #FFF; }

.header-top .site-description {
  font-size: 0.8rem; }

.header-top .logo {
  max-width: 400px; }

.header-top .access {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem; }

/* Header Middle
/* ----------------------------------------------------------------------- */
.header-middle {
  background-color: #69821b; }

.main-nav .nav-item {
  margin: 0;
  padding: 0; }

.main-nav .nav-link {
  padding: 1.5rem;
  color: #FFF;
  font-size: 1.2rem; }

.main-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/* Header Bottom
/* ----------------------------------------------------------------------- */
.header-bottom {
  background: url("../images/bg-hero.png") repeat-x bottom center #c0f1ff; }

.header-bottom .corporate-identity {
  padding: 3rem 0;
  text-align: right; }

.header-bottom .chief {
  padding: 3rem 0; }

.header-bottom .chief img {
  max-height: 360px; }

/* Mobile nav
/* ----------------------------------------------------------------------- */
.close-button {
  padding: 1.5rem 0;
  text-align: center;
  color: #FFF; }

.close-button .nav-link {
  color: #FFF;
  font-size: 1.2rem; }

/* button */
.navbar-light .navbar-toggler {
  position: relative;
  color: #333631;
  border: none;
  padding: 0px;
  width: 27px;
  height: 30px;
  box-sizing: border-box;
  position: relative; }

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  background-color: #333631;
  width: 27px;
  height: 3px;
  display: block;
  position: absolute;
  transition: ease .5s; }

.navbar-toggler-icon:nth-of-type(1) {
  top: 5px; }

.navbar-toggler-icon:nth-of-type(2) {
  top: 14px; }

.navbar-toggler-icon:nth-of-type(3) {
  top: 23px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg); }

/* ======================================================================= */
/* 05. Page styles
/* ======================================================================= */
/* Common
/* ----------------------------------------------------------------------- */
.headline.normal {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #DDD; }

.headline.normal .title {
  margin: 0; }

.headline.normal .title:first-letter {
  color: #69821b; }

.headline.normal .title span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0 0.25rem;
  vertical-align: super;
  font-size: 0.9rem;
  font-weight: 700; }

.headline.normal .more {
  position: absolute;
  right: 1.5rem;
  top: 1rem; }

.headline.normal2 {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #DDD; }

.headline.normal2 .title {
  position: relative;
  margin: 0; }

.headline.normal2 .title:first-letter {
  color: #69821b; }

.headline.normal2 .title span {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  transform: rotateY(-50%); }

.headline.balloon {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background: url("../images/bg-balloon.png") no-repeat bottom center; }

.headline.balloon .title {
  margin: 0;
  text-align: center; }

.headline.angle-bracket {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background: url("../images/bg-angle-bracket.png") no-repeat center center; }

.headline.angle-bracket .title {
  margin: 0;
  text-align: center;
  color: #69821b; }

.headline.angle-bracket .title span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  font-weight: 700; }

.headline.label {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 7rem 3rem 11rem;
  text-align: center;
  background: url("../images/bg-label.png") no-repeat center center; }

.headline.label .title {
  color: #69821b;
  font-size: 1.6rem;
  letter-spacing: 2px; }

.headline.label span {
  font-weight: 700; }

.headline.step .title {
  padding: 0.5rem 0;
  color: #69821b;
  font-size: 1.6rem;
  letter-spacing: 2px;
  border-bottom: 2px dotted #69821b; }

.headline.step span {
  padding: 0.25rem 0.5rem;
  color: #FFF;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background-color: #b8d200;
  border-radius: 0.25rem; }

.dot-line {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #69821b;
  background: url("../images/bg-dot-line.png") no-repeat bottom center; }

.bg-dot {
  padding: 5rem 0;
  background: url("../images/bg-dot.png") center center rgba(255, 255, 255, 0.5); }

.subhead {
  margin-bottom: 0;
  font-size: 80%;
  color: #999; }

/* News
/* ----------------------------------------------------------------------- */
.home .news {
  margin-top: 50px;
  margin-bottom: 100px; }

/* Merit
/* ----------------------------------------------------------------------- */
.merit {
  margin-bottom: 100px; }

.merit-box {
  margin-bottom: 1rem;
  padding: 3rem 0;
  text-align: center;
  background-color: #FFF;
  border-radius: 1.5rem; }

/* Service
/* ----------------------------------------------------------------------- */
.service .service-box {
  padding: 1.5rem;
  height: 100%;
  background-color: #FFF;
  border-radius: 1.5rem; }

.service .service-box .title {
  color: #69821b; }

.service .service-box .image {
  text-align: center; }

.service .service-box .more {
  text-align: center; }

/* Post
/* ----------------------------------------------------------------------- */
.post {
  padding: 1.5rem;
  border-bottom: 1px dotted #DDD; }

.post p {
  margin: 0; }

.post .date {
  text-align: center; }

.post .title a {
  text-decoration: underline;
  color: #69821b;
  font-size: 1.1rem; }

.post .title a:hover {
  text-decoration: none; }

.post .exordium {
  margin-top: 0.5rem; }

.post-body h2, .post-body .h2 {
  margin-top: 1.5rem;
  padding: 0.75rem 0.5rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #69821b; }

.post-body h2:first-child {
  margin-top: 0; }

.post-body h3, .post-body .h3 {
  margin-top: 1.5rem;
  padding: 0.75rem 0.5rem;
  color: #69821b;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #69821b;
  background-color: rgba(255, 255, 255, 0.4); }

.post-body h4, .post-body .h4 {
  padding: 0.5rem 0.5rem;
  color: #69821b;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid #69821b; }

.post-body h5, .post-body .h5 {
  padding: 0.5rem 0.5rem;
  color: #69821b;
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 1px dotted #69821b; }

.post-body h6, .post-body .h6 {
  padding: 0.25rem 0.5rem;
  color: #69821b;
  font-size: 1rem;
  font-weight: 700;
  border-left: 5px solid #69821b; }

/* Page
/* ----------------------------------------------------------------------- */
.entry-header {
  padding: 4rem 0;
  background: url("../images/bg-entry-header.png") center center rgba(255, 255, 255, 0.5); }

.entry-header .page-title {
  margin-bottom: 0; }

.entry-content {
  padding: 3rem 0; }

.entry-content .underline {
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #69821b;
  border-bottom: 3px solid #69821b; }

.entry-content .dashed {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #69821b;
  border-bottom: 1px dashed #69821b; }

.page .specialty {
  padding: 5rem 0;
  background: url("../images/bg-dot.png") center center rgba(255, 255, 255, 0.5); }

.page .step-arrow {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.2); }

/* ======================================================================= */
/* 06. Sidebar styles
/* ======================================================================= */
.sidebar .widget {
  margin-bottom: 2rem; }

.sidebar .widget-title {
  margin: 0;
  padding: 1rem 0.8rem 0.8rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  background-color: #b8d200;
  border-bottom: 4px solid #69821b; }

.sidebar .widget ul,
.sidebar .widget ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar .widget ul {
  border-bottom: 1px solid #DDD; }

.sidebar .widget ul li {
  position: relative;
  font-size: 0.9rem;
  border-bottom: 1px dashed #DDD; }

.sidebar .widget ul li:last-child {
  border-bottom: none; }

.sidebar .widget ul li a {
  display: block;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.87); }

.sidebar .widget ul li a::before {
  content: "\f152";
  margin-right: 0.25rem;
  color: #b8d200;
  font-size: 0.9rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .5s; }

.sidebar .widget ul li a:hover {
  background-color: #f9f9f9; }

.sidebar .widget ul li a:hover::before {
  color: #b8d200;
  transition: all .5s; }

.sidebar .widget ul ul li a {
  padding-left: 2rem; }

.sidebar .widget ul ul {
  border-top: 1px dashed #DDD;
  border-bottom: none; }

.sidebar .widget ul ul li a::before {
  content: "\f105";
  margin-right: 0.25rem;
  color: #999;
  font-size: 0.9rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* ======================================================================= */
/* 07. Footer styles
/* ======================================================================= */
/* Footer
/* ----------------------------------------------------------------------- */
.footer {
  padding-top: 3rem;
  text-align: center;
  background-color: #726d40; }

.footer p {
  color: #FFF; }

/* Social Nav
/* ----------------------------------------------------------------------- */
.social-icon .nav-link {
  color: #FFF;
  font-size: 1.75rem; }

.social-icon .nav-link.facebook:hover {
  color: rgba(255, 255, 255, 0.8); }

/* Footer Nav
/* ----------------------------------------------------------------------- */
.footer-nav {
  padding-bottom: 3rem; }

.footer-nav .nav-item {
  position: relative; }

.footer-nav .nav-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0.75rem;
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.4); }

.footer-nav .nav-item:last-child::after {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent; }

.footer-nav .nav-link {
  position: relative;
  color: white; }

.footer-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6); }

.footer-nav .nav-link::after {
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  transform: translateX(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: rgba(255, 255, 255, 0);
  transition: all .5s; }

.footer-nav .nav-link:hover::after {
  bottom: -0.25rem;
  color: rgba(255, 255, 255, 0.6); }

/* Copyright
/* ----------------------------------------------------------------------- */
.footer .copyright {
  background-color: #3c4422; }

.footer .copyright p {
  margin: 0;
  padding: 1rem;
  color: #FFF;
  font-size: 0.8rem;
  text-align: center; }

/* page to top
/* ----------------------------------------------------------------------- */
.page-to-top {
  position: fixed;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index: 500;
  color: #FFF;
  line-height: 1; }

.page-to-top a {
  display: block;
  padding-top: 0.75rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  width: 60px;
  height: 60px;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none; }

.page-to-top a span {
  display: block;
  line-height: 1.25; }

.page-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.7); }

/* side fixed
/* ----------------------------------------------------------------------- */
.side-button .social-btn.facebook {
  color: #FFF;
  background-color: #3B5998; }

/* ======================================================================= */
/* 08. Module set
/* ======================================================================= */
/* layout
/* ----------------------------------------------------------------------- */
/* font
/* ----------------------------------------------------------------------- */
.fs11r {
  font-size: 1.1rem; }

.fs12r {
  font-size: 1.2rem; }

.fs13r {
  font-size: 1.3rem; }

.fs14r {
  font-size: 1.4rem; }

.fs15r {
  font-size: 1.5rem; }

/* badge
/* ----------------------------------------------------------------------- */
.badge {
  margin: 2px;
  padding: 0.75rem 1.5rem;
  color: #FFF;
  background-color: #69821b; }

/* button
/* ----------------------------------------------------------------------- */
.button {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  color: #FFF;
  background-color: #69821b;
  border-radius: 0.25rem; }

.button:hover {
  color: #FFF;
  background-color: #333631; }

.button.small {
  padding: 0.5rem; }

/* breadcrumbs
/* ----------------------------------------------------------------------- */
.breadcrumbs {
  padding: 1rem 0; }

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  font-size: 0.8rem; }

.breadcrumbs li::after {
  margin-left: .5rem;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1); }

.breadcrumbs li {
  font-size: 0.8rem; }

.breadcrumbs li:last-child::after {
  display: none;
  content: ""; }

.breadcrumbs li a {
  color: #726d40;
  text-decoration: underline; }

.breadcrumbs li a:hover {
  color: #989367;
  text-decoration: none; }

/* page-nav
/* ----------------------------------------------------------------------- */
.page-nav {
  clear: both;
  margin: 30px 0;
  padding: 10px;
  font-size: 1rem; }

.page-nav a {
  color: #FFF !important;
  text-decoration: none !important; }

.page-nav a, .page-nav span {
  margin: 2px 5px;
  padding: 8px 16px;
  text-decoration: none;
  background: none #69821b;
  color: #FFF;
  border-radius: 4px; }

.page-nav .current,
.page-nav a:hover {
  color: #69821b !important;
  background: none #FFF; }

/* box
/* ----------------------------------------------------------------------- */
.color-box {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.5rem; }

.color-box p:last-child {
  margin-bottom: 0; }

/* table
/* ----------------------------------------------------------------------- */
table.normal {
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px; }

table.normal tr {
  background-color: rgba(255, 255, 255, 0.3); }

table.normal tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.6); }

table.normal th {
  padding: 1rem;
  color: #101010;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1); }

table.normal td {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2); }

table.normal td.strong {
  text-align: center;
  font-weight: bold;
  font-size: 110%; }

/* Google MAP
/* ----------------------------------------------------------------------- */
.google-map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ======================================================================= */
/* 09. Responsive
/* ======================================================================= */
/* responsive
/* ----------------------------------------------------------------------- */
@media (max-width: 992px) {
  html {
    font-size: 14px; }

  .header-top .logo {
    max-width: 200px; }

  .header-middle .corporate-identity {
    text-align: center; }

  .header-middle .chief {
    text-align: center; }

  .header-bottom .container {
    padding: 0; }

  .main-nav .nav-item {
    border-bottom: 1px dotted #b1b6ae; }

  .service .service-box .title {
    margin: 0.75rem 0;
    text-align: center; }

  .post .date {
    text-align: left; }

  .strong {
    font-size: 1.2rem; }

  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }

  .footer {
    padding-bottom: 60px; }

  .side-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    z-index: 500; }

  .side-button .nav-link {
    padding: 0;
    height: 60px;
    line-height: 60px; } }
@media (min-width: 993px) {
  .service .service-box .description {
    width: 60%; }

  .service .service-box .image {
    width: 40%; }

  .side-button {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 500;
    transition: all 0.5s;
    transform: translateY(-50%); }

  .side-button .nav-link {
    padding: 1rem 0.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }
/* ======================================================================= */
