@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap');
/*  font-family: "Cardo", serif;*/
/*  font-family: "Noto Sans JP", sans-serif;*/


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  color: #222;
  min-width: 1040px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }
}


/*============================
Clearfix float
============================*/

.clearfix {
  zoom: 1;
  /* for IE */
}

.clearfix:after {
  content: "";
  /*空のコンテンツを挿入 これがないとafterが機能しない*/
  display: block;
  /*表示形式はブロックレベルに指定しないとうまく機能しないブラウザがある*/
  clear: both;
  /*そして、floatの解除をする*/
}

.left {
  float: left;
}

.right {
  float: right;
}


/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Cardo", serif;
}

.min {
  font-size: 13px;
  color: #999;
}

.min-info {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: 0;
  color: #999;
  position: relative;
}

.min-info::before {
  position: absolute;
  content: '※';
  top: 0;
  left: 0;
}

.lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

a.text_link {
  color: #00832e;
  font-weight: 700;
  border-bottom: 1px solid #00832e;
}


/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 768px) {

  /*============================
Clearfix float
============================*/

  .right,
  .left {
    float: none;
    padding: 0;
  }


  /*============================
脚注文字表記etc.
============================*/

  .min {
    font-size: 12px;
  }

  .lead {
    font-size: 18px;
    margin-bottom: 15px;
  }


  /*============================
表示切り替え
============================*/

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/*============================
wrapper
============================*/

.wrapper {
  position: relative;
}


/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}


/*============================
header
============================*/

#top {
  position: relative;
  width: 100%;
  z-index: 80000;
}

#top .top-bar {
  padding: 10px 20px;
  background-color: #f8f8f8;
  line-height: 1;
}

#top .announce {
  font-size: 13px;
  font-weight: 500;
}

#top .top-bar .info .mail {
  font-size: 15px;
  font-weight: 600;
  color: #00832e;
}

#top .top-bar .info .mail i {
  font-size: 17px;
  font-weight: 900;
}

#top .top-bar .info .tel {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fd7406;
}

#top .top-bar .info .tel i {
  font-size: 16px;
  font-weight: 900;
}

#top .site-header {
  transition: .7s;
  padding: 0 30px;
  width: 100%;
  position: relative;
}

.siteTitle {
  width: 288px;
}

.siteTitle a {
  padding-top: 19.0972%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**header 途中から*****/

#top .site-header.transform {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.05);
}

#top .site-header.transform .siteTitle {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  #top {
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 8px;
    background-color: #fff;
  }

  #top .top-bar {
    padding: 0;
    background-color: transparent;
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 1000;
  }

  #top .announce {
    display: none;
  }

  #top .top-bar .info .mail i,
  #top .top-bar .info .tel {
    color: #fff;
    background-color: #00832e;
    padding: 8px;
    border-radius: 5px;
  }

  #top .top-bar .info .mail i {
    font-size: 17px;
  }

  #top .top-bar .info .tel {
    margin-left: 8px;
    background-color: #fd7406;
  }

  #top .top-bar .info .tel i {
    font-size: 16px;
  }

  #top .top-bar .info .line img {
    display: block;
    margin-left: 8px;
    width: 35px;
    height: 35px;
  }

  #top .site-header {
    padding: 0;
    width: 100%;
    position: relative;
  }

  .siteTitle {
    width: 140px;
  }

  /**header 途中から*****/
  #top .site-header.transform {
    position: static;
    background-color: transparent;
  }

  #top .site-header.transform .siteTitle {
    width: 140px;
  }
}


/*============================
nav
============================*/

#top .globalNav > li:nth-of-type(n+2) {
  padding-left: 20px;
}

#top .globalNav > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  padding: 28px 0;
}

#top .globalNav > li > a.line {
  padding: 0;
}

#top .globalNav > li > a.line img {
  display: block;
  width: 42px;
  height: 42px;
}

#top .globalNav li.custom > a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fd7406;
}

@media only screen and (max-width: 768px) {
  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 56px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    max-height: calc(100vh - 56px);
    -webkit-overflow-scrolling: touch;
    /* iOSでの慣性スクロール */
    overscroll-behavior: contain;
    /* 親ページへのスクロール伝播を防ぐ */
  }

  #top .globalNav > li:nth-of-type(n+2) {
    padding-left: 0;
  }

  #top .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
  }

  #top .globalNav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #00832e;
    border-right: solid 2px #00832e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }

  #top .globalNav li.custom {
    border-bottom: none;
  }

  #top .globalNav li.custom > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  #top .globalNav li.custom > a::after {
    display: block;
    content: '';
    position: absolute;
    left: auto;
    right: 18px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: solid 2px #00832e;
    border-right: solid 2px #00832e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
  }
}


/*============================
ドロップダウン部分 (.second-level)
============================*/

li.custom .second-level {
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  padding: 30px 0 25px;
}

/*ホバー時のtransition*/
.second-level {
  display: none;
  transition: all .2s ease;
}

.second-level.show {
  display: block;
  animation: show 0.15s linear 0s;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

li.custom .second-level ul {
  width: 1040px;
  margin: 0 auto;
}

li.custom .second-level li {
  float: left;
}

li.custom .second-level li:not(:last-child) {
  margin-right: 20px;
}

li.custom .second-level li a {
  display: inline-block;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}

li.custom .second-level li a img {
  display: block;
  width: 245px;
  margin-bottom: 10px;
}

li.custom .second-level li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  li.custom .second-level {
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: block !important;
  }

  li.custom .second-level ul {
    width: 100%;
    margin: 0 auto;
  }

  li.custom .second-level li {
    width: 100%;
    float: none;
  }

  li.custom .second-level li a {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }

  li.custom .second-level li a:hover {
    opacity: 1;
  }

  li.custom .second-level li a img {
    display: none;
  }

  li.custom .second-level li a i {
    display: none;
  }
}


/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    z-index: 1000;
    width: 30px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00832e;
    border-radius: 50px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #00832e;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}


/*============================
cont_img
============================*/

.cont_img {
  text-align: center;
  position: relative;
  background: url(../images/common/cont_img.jpg) no-repeat center center;
  background-size: cover;
  height: 325px;
  align-items: center;
  justify-content: center;
}

.cont_img h1 {
  line-height: 1.3;
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #fff;
}

.cont_img h1 span {
  display: block;
}

.cont_img h1 span.eng {
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .cont_img {
    margin-top: 56px;
    height: 180px;
  }

  .cont_img h1 {
    font-size: 20px;
  }
}


/*============================
パンくず
============================*/

.root {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #f8f8f8;
}

.root ul {
  display: flex;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before {
  content: '>';
  margin: 0 5px;
}

.root li:first-child {
  margin-left: 0;
}

.root li:first-child:before {
  display: none;
}


@media only screen and (max-width: 768px) {

  .root {
    overflow-x: auto;
    font-size: 13px;
  }
}


/*============================
container
============================*/

.cont .container {
  width: 1040px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {

  .cont .container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}


/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link li {
  width: 350px;
  margin: 0 20px;
}

.link li a,
.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  background-color: #00832e;
  position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.cont .link li {
  width: 350px;
}

@media only screen and (max-width: 768px) {

  .link {
    padding-top: 20px;
  }

  .link li {
    width: 90%;
    margin: 0;
    margin-top: 20px
  }

  .cont .link li {
    width: 80%;
  }
}


/*============================
primary
============================*/

.primary {
  width: 760px;
  float: left;
}

.cont .primary article {
  padding-top: 60px;
}

.cont .primary article:first-of-type {
  padding-top: 0;
}

.primary .inner p {
  margin-top: 15px;
}

.primary .inner p:first-of-type {
  margin-top: 0;
}

.cont .primary .inner {
  width: 100%;
}

.cont h2 {
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 10;
}

.cont h2::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fd7406;
  top: 50%;
  z-index: -1;
}

.cont h2 span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
}

.cont h3 {
  padding: 15px 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  border-left: 4px solid #fd7406;
  background-color: #f8f8f8;
}

.cont h4 {
  font-size: 16px;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 768px) {

  .primary {
    width: 90.625%;
    margin: auto;
    float: none;
  }

  .cont .primary article {
    padding-top: 40px;
  }

  .cont h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
  }

  .cont h2 span {
    padding-right: 10px;
  }

  .cont h3 {
    margin: 40px 0 20px;
  }
}


/*============================
table
============================*/

table.info {
  width: 100%;
}

table.info tr {
  display: block;
}

table.info tr:nth-of-type(n+2) {
  margin-top: 10px;
}

table.info th {
  width: 140px;
  text-align: center;
  vertical-align: middle;
  background: #00832e;
  color: #fff;
}

table.info th,
table.info td {
  padding: 15px 0;
}

table.info tr:first-child {
  padding-top: 0;
}

table.info td {
  width: 620px;
  background-color: #f8f8f8;
  text-align: left;
  padding: 20px;
}

table.info td dt {
  padding-top: 10px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

table.info td strong {
  display: block;
}

a.google::before {
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
  color: #00832e;
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 500;
}

/* googlemap */

#map {
  width: 100%;
  height: 260px;
}

#map iframe {
  width: 100%;
  height: 100%;
}

.cont #map {
  margin-top: 40px;
}


@media only screen and (max-width: 768px) {
  table.info tr {
    width: 100%;
  }

  table.info tbody:nth-of-type(2) tr:first-child {
    padding-top: 10px;
  }

  table.info th,
  table.info td {
    font-size: 14px;
  }

  table.info th {
    padding: 12px 5px;
    width: 28%;
  }

  table.info td {
    padding: 12px 5px 12px 10px;
  }

  /* googlemap */
  #map {
    height: 150px;
  }

  .cont #map {
    margin-top: 10px;
  }
}


/*============================
.list-box
============================*/
.list-box {
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  background: #f8f8f8;
}

.list-box dl {
  counter-increment: number;
}

.list-box dl:nth-of-type(n+2) {
  margin-top: 30px;
}

.list-box dl dt {
  padding-left: 65px;
  margin-bottom: 15px;
  position: relative;
  color: #00832e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.list-box dl dt::before {
  position: absolute;
  display: block;
  content: counter(number, decimal-leading-zero)'　|';
  top: 2px;
  left: 5px;
  font-size: 18px;
  font-family: "Cardo", serif;
  color: #00832e;
}

@media only screen and (max-width: 768px) {

  .list-box {
    margin-top: 20px;
    padding: 25px 20px;
  }

  .list-box dl dt {
    padding-left: 55px;
    margin-bottom: 5px;
    position: relative;
    color: #00832e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .list-box dl dt::before {
    font-size: 15px;
  }

  .list-box dl dd {
    font-size: 15px;
  }
}


/*============================
 ul.list li（緑丸）
============================*/
ul.list li {
  position: relative;
  padding-left: 14px;
}

ul.list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #00832e;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {

  ul.list li::before {
    top: 9px;
  }
}


/*============================
.table-grid（表）
============================*/

.table-grid {
  width: 100%;
}

.table-grid tr {
  background-color: #f8f8f8;
  text-align: center;
}

.table-grid th,
.table-grid td {
  padding: 12px 20px;
}

.table-grid th {
  background: #00832e;
  color: #fff;
}

.table-grid th:first-child {
  width: 300px;
  font-weight: 700;
}

.table-grid tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.table-grid tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-grid tr td:not(:last-child) {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .table-box {
    overflow-x: auto;
    font-size: 14px;
  }

  .table-grid {
    width: 640px;
  }
}


/*============================
.episode
============================*/

.episode {
  margin-top: 50px;
  padding: 40px 30px;
  background: #f7fffa;
}

.episode p.title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #00832e;
  position: relative;
}

.episode p.title span {
  position: relative;
  padding: 0 25px;
}

.episode p.title span::before,
.episode p.title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #2e7d32;
}

.episode p.title span::before {
  left: 0;
  transform: rotate(-110deg);
}

.episode p.title span::after {
  right: 0;
  transform: rotate(110deg);
}

@media only screen and (max-width: 768px) {

  .episode {
    margin-top: 30px;
    padding: 20px;
  }

  .episode p.title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #00832e;
    position: relative;
  }

  .episode p.title span::before,
  .episode p.title span::after {
    width: 18px;
  }
}


/*============================
#faq
============================*/

.qaContainer .box {
  position: relative;
}

.qaContainer .box:nth-of-type(n+2) {
  margin-top: 20px;
}

.qaContainer .box:before,
.qaContainer .answer .text:before {
  top: 0;
  left: 30px;
  position: absolute;
  content: "Q";
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  z-index: 10;
  font-family: "Cardo", serif;
}

.qaContainer .answer .text:before {
  top: 20px;
  left: 30px;
  content: "A";
  line-height: 1.7;
}

.qaContainer .toggle {
  display: none;
}

.qaContainer .Label {
  padding: 18px 40px 18px 70px;
  display: block;
  line-height: 1;
  background-color: #f8f8f8;
  border-radius: 3px;
  cursor: pointer;
}

.qaContainer .Label::before {
  content: '\2b';
  font-weight: 900;
  font-size: 17px;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 52px;
  color: #00832e;
}

.qaContainer .answer {
  height: 0;
  overflow: hidden;
}

.qaContainer .Label,
.qaContainer .answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qaContainer .answer .text {
  padding: 20px 40px 20px 70px;
  font-size: 15px;
  background-color: #f7fffa;
  position: relative;
}

.qaContainer .toggle:checked + .Label + .answer {
  /*開閉時*/
  padding: 0 30px;
  height: auto;
  transition: all .3s;
}

.qaContainer .toggle:checked + .Label + .answer {
  padding: 0;
}

.qaContainer .toggle:checked + .Label::before {
  content: '\f068';
}

.qaContainer .answer .text dl {
  margin-top: 20px;
}

.qaContainer .answer .text dl dt {
  font-weight: 700;
  color: #00832e;
}

.qaContainer .answer .text dl dt:nth-of-type(n+2) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .qaContainer .box:before {
    top: 0;
    left: 5%;
    font-size: 15px;
    line-height: 47px;
  }

  .qaContainer .Label {
    padding: 3% 10% 3% 13%;
    display: block;
    font-size: 15px;
    line-height: 1.7;
  }

  .qaContainer .Label::before {
    font-size: 13px;
    top: 0;
    right: 3%;
    line-height: 47px;
  }

  .qaContainer .answer .text {
    padding: 3% 3% 3% 13%;
    font-size: 14px;
  }

  .qaContainer .answer .text:before {
    font-size: 15px;
    top: 15px;
    left: 5%;
    line-height: 1;
  }
}


/*============================
secondary
============================*/

.secondary {
  width: 245px;
  float: right;
}

/* バナー */

.secondary > a {
  display: block;
}

.secondary > a img {
  width: 100%;
}

/* 会社概要 */

.secondary .company {
  margin-top: 30px;
}

.secondary .company .photo img {
  width: 100%;
}

.secondary .company dl {
  background: #f8f8f8;
  padding: 30px 20px;
  font-size: 15px;
}

.secondary .company a.google i {
  margin-bottom: 15px;
}

.secondary .company li.btn {
  margin-top: 15px;
}

.secondary .company .btn a {
  padding: 12px;
  display: block;
  text-align: center;
  color: #00832e;
  font-weight: 700;
  background-color: #fff;
}

.secondary .company .btn.tel a {
  font-size: 18px;
  color: #fd7406;
}

@media only screen and (max-width: 768px) {
  .secondary {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    margin-top: 70px;
  }

  .secondary .banner {
    width: 90.625%;
    margin: auto;
    padding: 30px 0;
  }

  .secondary .banner img {
    padding-top: 50.75%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: url(../images/common/secondary/banner01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  .secondary .company {
    margin: 0;
  }

  .secondary .company dl {
    padding-bottom: 30px;
  }

  .secondary .company .btn.contact a {
    padding: 15px;
  }
}


/*============================
toTop
============================*/

.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.toTop li a {
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top #00832e;
}

@media only screen and (max-width: 768px) {
  .toTop li a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-image: url(../images/common/footer/totop_sp.png);
    background-size: 40px;
  }
}


/*============================
footer
============================*/

footer {
  background: #f8f8f8;
}

footer .inner {
  padding: 80px 0 0;
}

footer .detail {
  font-size: 15px;
}

footer .siteTitle a {
  margin-bottom: 30px;
  background: url(../images/common/footer/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.footer-nav .flex {
  max-width: 562px;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
}

.footer-nav_title {
  margin-bottom: 10px;
}

.footer-nav li {
  margin-bottom: 5px;
}

.footer-nav a {
  font-size: 15px;
}

.footer-nav .list-dot li {
  position: relative;
  padding-left: 14px;
}

.footer-nav .list-dot li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #fd7406;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 1px;
}

.footer-nav .list-dot li a {
  font-size: 14px;
}

.footer-nav .sublink {
  display: flex;
}

.footer-nav .sublink li {
  margin: 0 30px 0 0;
}

.footer-nav .sublink li a {
  font-size: 13px;
  line-height: 1;
  color: #999;
}

.footer-nav .cta {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 0;
}

.footer-nav .cta li {
  margin-bottom: 0;
}

.footer-nav .cta .contact {
  display: inline-block;
  background-color: #00832e;
  color: #fff;
  padding: 8px 30px;
  font-weight: 700;
  text-align: center;
}

.footer-nav .cta .line {
  display: block;
  width: 40px;
  margin-left: 20px;
}

.footer-nav .cta .line img {
  width: 100%;
}

footer .banner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .banner a {
  display: block;
}

footer .banner li:nth-of-type(2) a {
  width: 191px;
}

footer .banner li:nth-of-type(3) a {
  width: 300px;
}

footer .banner li:nth-of-type(2) a img,
footer .banner li:nth-of-type(3) a img {
  display: block;
  width: 100%;
}

footer .banner li:nth-of-type(n+2) {
  margin-top: 20px;
}

footer .copyright {
  margin-top: 80px;
  font-size: 12px;
  padding: 13px 0;
  color: #fd7406;
}

@media only screen and (max-width: 768px) {

  footer .inner {
    position: relative;
    width: 90.625%;
    padding: 40px 0 0;
    display: block;
  }

  footer .inner > .flex {
    display: block;
  }

  footer .detail {
    font-size: 14px;
  }

  footer .detail .siteTitle {
    width: 80%;
    margin: 0;
  }

  footer .detail .siteTitle a {
    margin-bottom: 15px;
  }

  footer .footer-nav .sitelink {
    padding: 20px 0;
    display: block;
    width: 100%;
  }

  footer .footer-nav .sitelink li a {
    padding: 10px;
    display: block;
    background: #fff;
    width: 100%;
    margin-bottom: 2%;
    border-radius: 3px;
  }

  footer .footer-nav .sitelink ul:nth-of-type(2) > li,
  footer .footer-nav .sitelink ul:nth-of-type(2) > li a {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
  }

  .footer-nav .list-dot {
    padding: 10px;
    margin-bottom: 2%;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
  }

  .footer-nav .list-dot li {
    position: relative;
    padding-left: 0;
  }

  .footer-nav .list-dot li::before {
    display: none;
  }

  .footer-nav .sitelink ul .list-dot li a {
    font-size: 14px;
    background-color: #f8f8f8;
  }

  .footer-nav .list-dot li:last-of-type,
  .footer-nav .list-dot li:last-of-type a {
    margin-bottom: 0;
  }

  footer .footer-nav .contact {
    display: block;
    padding: 15px 0;
  }

  footer .banner {
    margin-top: 20px;
    align-items: flex-start;
  }

  footer .banner li:nth-of-type(2) a,
  footer .banner li:nth-of-type(3) a {
    width: 50%;
  }

  footer .banner li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  footer .copyright {
    margin-top: 40px;
  }
}


/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
