@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Zen+Kaku+Gothic+New:wght@700&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0 !important;
  }
  .column-2n.sp2n,
  .thumbnail-2n.sp2n {
    display: flex;
  }
  .column-2n.sp2n .column-box,
  .column-2n.sp2n .thumbnail-box,
  .thumbnail-2n.sp2n .column-box,
  .thumbnail-2n.sp2n .thumbnail-box {
    width: calc((100% + 15px) / 2 - 15px);
    margin: 20px 15px 0 0 !important;
  }
  .column-2n.sp2n .column-box:nth-child(2n), .column-2n.sp2n .column-box:last-child,
  .column-2n.sp2n .thumbnail-box:nth-child(2n),
  .column-2n.sp2n .thumbnail-box:last-child,
  .thumbnail-2n.sp2n .column-box:nth-child(2n),
  .thumbnail-2n.sp2n .column-box:last-child,
  .thumbnail-2n.sp2n .thumbnail-box:nth-child(2n),
  .thumbnail-2n.sp2n .thumbnail-box:last-child {
    margin-right: 0 !important;
  }
}
.column-3n,
.thumbnail-3n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 60px) / 3 - 60px);
  margin: 60px 60px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0 !important;
  }
  .column-3n.sp2n,
  .thumbnail-3n.sp2n {
    display: flex;
  }
  .column-3n.sp2n .column-box,
  .column-3n.sp2n .thumbnail-box,
  .thumbnail-3n.sp2n .column-box,
  .thumbnail-3n.sp2n .thumbnail-box {
    width: calc((100% + 15px) / 3 - 15px);
    margin: 20px 15px 0 0 !important;
  }
  .column-3n.sp2n .column-box:nth-child(2n), .column-3n.sp2n .column-box:last-child,
  .column-3n.sp2n .thumbnail-box:nth-child(2n),
  .column-3n.sp2n .thumbnail-box:last-child,
  .thumbnail-3n.sp2n .column-box:nth-child(2n),
  .thumbnail-3n.sp2n .column-box:last-child,
  .thumbnail-3n.sp2n .thumbnail-box:nth-child(2n),
  .thumbnail-3n.sp2n .thumbnail-box:last-child {
    margin-right: 0 !important;
  }
}
.column-4n,
.thumbnail-4n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 60px) / 4 - 60px);
  margin: 60px 60px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0 !important;
  }
  .column-4n.sp2n,
  .thumbnail-4n.sp2n {
    display: flex;
  }
  .column-4n.sp2n .column-box,
  .column-4n.sp2n .thumbnail-box,
  .thumbnail-4n.sp2n .column-box,
  .thumbnail-4n.sp2n .thumbnail-box {
    width: calc((100% + 15px) / 4 - 15px);
    margin: 20px 15px 0 0 !important;
  }
  .column-4n.sp2n .column-box:nth-child(2n), .column-4n.sp2n .column-box:last-child,
  .column-4n.sp2n .thumbnail-box:nth-child(2n),
  .column-4n.sp2n .thumbnail-box:last-child,
  .thumbnail-4n.sp2n .column-box:nth-child(2n),
  .thumbnail-4n.sp2n .column-box:last-child,
  .thumbnail-4n.sp2n .thumbnail-box:nth-child(2n),
  .thumbnail-4n.sp2n .thumbnail-box:last-child {
    margin-right: 0 !important;
  }
}
.column-5n,
.thumbnail-5n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 60px) / 5 - 60px);
  margin: 60px 60px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0 !important;
  }
  .column-5n.sp2n,
  .thumbnail-5n.sp2n {
    display: flex;
  }
  .column-5n.sp2n .column-box,
  .column-5n.sp2n .thumbnail-box,
  .thumbnail-5n.sp2n .column-box,
  .thumbnail-5n.sp2n .thumbnail-box {
    width: calc((100% + 15px) / 5 - 15px);
    margin: 20px 15px 0 0 !important;
  }
  .column-5n.sp2n .column-box:nth-child(2n), .column-5n.sp2n .column-box:last-child,
  .column-5n.sp2n .thumbnail-box:nth-child(2n),
  .column-5n.sp2n .thumbnail-box:last-child,
  .thumbnail-5n.sp2n .column-box:nth-child(2n),
  .thumbnail-5n.sp2n .column-box:last-child,
  .thumbnail-5n.sp2n .thumbnail-box:nth-child(2n),
  .thumbnail-5n.sp2n .thumbnail-box:last-child {
    margin-right: 0 !important;
  }
}
.column-6n,
.thumbnail-6n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 60px) / 6 - 60px);
  margin: 60px 60px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0 !important;
  }
  .column-6n.sp2n,
  .thumbnail-6n.sp2n {
    display: flex;
  }
  .column-6n.sp2n .column-box,
  .column-6n.sp2n .thumbnail-box,
  .thumbnail-6n.sp2n .column-box,
  .thumbnail-6n.sp2n .thumbnail-box {
    width: calc((100% + 15px) / 6 - 15px);
    margin: 20px 15px 0 0 !important;
  }
  .column-6n.sp2n .column-box:nth-child(2n), .column-6n.sp2n .column-box:last-child,
  .column-6n.sp2n .thumbnail-box:nth-child(2n),
  .column-6n.sp2n .thumbnail-box:last-child,
  .thumbnail-6n.sp2n .column-box:nth-child(2n),
  .thumbnail-6n.sp2n .column-box:last-child,
  .thumbnail-6n.sp2n .thumbnail-box:nth-child(2n),
  .thumbnail-6n.sp2n .thumbnail-box:last-child {
    margin-right: 0 !important;
  }
}
/******************************************
[check] チェックボックス 
******************************************/
.check {
  /* sp */
}
.check li {
  font-size: 1em;
  line-height: 1.4;
  text-indent: -1.5em;
  padding: 0 0 20px 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.check li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.check li:before {
  color: #5aae3f;
  content: "\e901";
  font-family: "icomoon";
  margin-right: 0.5em;
}
.check.inline li {
  display: inline-block;
  margin: 1% 2% 1% 2%;
  padding: 0 0 10px 1.5em;
}
.check.inline li:last-child {
  border-bottom: 1px dotted #b9b9b9;
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0;
  clear: both;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #b9b9b9 !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #5aae3f;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 769px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
[frame] BOXフレーム
******************************************/
.frame {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #5aae3f;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #333;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #5aae3f;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #f39938;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  /* sp */
}
table.basic tr {
  border-bottom: 1px dashed #b9b9b9;
}
table.basic tr > th, table.basic tr td {
  vertical-align: top;
  padding: 20px 0;
}
table.basic tr > th {
  text-align: left;
}
table.basic tr > td {
  padding-left: 20px;
}
table.basic tr:first-child {
  border-top: 1px dashed #b9b9b9;
}
@media screen and (max-width: 769px) {
  table.basic tr > th, table.basic tr td {
    font-size: 0.875rem;
    padding: 15px 0;
  }
  table.basic tr > th {
    width: 80px;
  }
  table.basic tr > td {
    padding-left: 20px;
  }
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  background: #FBFAF6;
  /* sp */
}
@media screen and (max-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

main {
  background-image: url(../img/bg-l.png), url(../img/bg-r.png);
  background-size: 200px 1781px, 200px 1781px;
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}

/* sp */
@media screen and (max-width: 769px) {
  main {
    background-size: 100px 890px, 100px 890px;
  }
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: black;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.8;
  text-align: justify;
}
p a {
  color: #5aae3f;
  text-decoration: underline;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0;
  padding: 20px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #f5f5f5;
}

.tel {
  display: flex;
  align-items: center;
}
.tel i {
  font-size: 55%;
  background: #5aae3f;
  color: #fff;
  margin: 0 5px -3px 0;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt21 {
  margin-top: 21px;
}

.mb21 {
  margin-bottom: 21px;
}

.mt22 {
  margin-top: 22px;
}

.mb22 {
  margin-bottom: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mb23 {
  margin-bottom: 23px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt26 {
  margin-top: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.mt27 {
  margin-top: 27px;
}

.mb27 {
  margin-bottom: 27px;
}

.mt28 {
  margin-top: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.mt29 {
  margin-top: 29px;
}

.mb29 {
  margin-bottom: 29px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt31 {
  margin-top: 31px;
}

.mb31 {
  margin-bottom: 31px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mb33 {
  margin-bottom: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mb34 {
  margin-bottom: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.mt37 {
  margin-top: 37px;
}

.mb37 {
  margin-bottom: 37px;
}

.mt38 {
  margin-top: 38px;
}

.mb38 {
  margin-bottom: 38px;
}

.mt39 {
  margin-top: 39px;
}

.mb39 {
  margin-bottom: 39px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt41 {
  margin-top: 41px;
}

.mb41 {
  margin-bottom: 41px;
}

.mt42 {
  margin-top: 42px;
}

.mb42 {
  margin-bottom: 42px;
}

.mt43 {
  margin-top: 43px;
}

.mb43 {
  margin-bottom: 43px;
}

.mt44 {
  margin-top: 44px;
}

.mb44 {
  margin-bottom: 44px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt46 {
  margin-top: 46px;
}

.mb46 {
  margin-bottom: 46px;
}

.mt47 {
  margin-top: 47px;
}

.mb47 {
  margin-bottom: 47px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.mt49 {
  margin-top: 49px;
}

.mb49 {
  margin-bottom: 49px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt51 {
  margin-top: 51px;
}

.mb51 {
  margin-bottom: 51px;
}

.mt52 {
  margin-top: 52px;
}

.mb52 {
  margin-bottom: 52px;
}

.mt53 {
  margin-top: 53px;
}

.mb53 {
  margin-bottom: 53px;
}

.mt54 {
  margin-top: 54px;
}

.mb54 {
  margin-bottom: 54px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.mt56 {
  margin-top: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.mt57 {
  margin-top: 57px;
}

.mb57 {
  margin-bottom: 57px;
}

.mt58 {
  margin-top: 58px;
}

.mb58 {
  margin-bottom: 58px;
}

.mt59 {
  margin-top: 59px;
}

.mb59 {
  margin-bottom: 59px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt61 {
  margin-top: 61px;
}

.mb61 {
  margin-bottom: 61px;
}

.mt62 {
  margin-top: 62px;
}

.mb62 {
  margin-bottom: 62px;
}

.mt63 {
  margin-top: 63px;
}

.mb63 {
  margin-bottom: 63px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.mt66 {
  margin-top: 66px;
}

.mb66 {
  margin-bottom: 66px;
}

.mt67 {
  margin-top: 67px;
}

.mb67 {
  margin-bottom: 67px;
}

.mt68 {
  margin-top: 68px;
}

.mb68 {
  margin-bottom: 68px;
}

.mt69 {
  margin-top: 69px;
}

.mb69 {
  margin-bottom: 69px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt71 {
  margin-top: 71px;
}

.mb71 {
  margin-bottom: 71px;
}

.mt72 {
  margin-top: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.mt73 {
  margin-top: 73px;
}

.mb73 {
  margin-bottom: 73px;
}

.mt74 {
  margin-top: 74px;
}

.mb74 {
  margin-bottom: 74px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.mt76 {
  margin-top: 76px;
}

.mb76 {
  margin-bottom: 76px;
}

.mt77 {
  margin-top: 77px;
}

.mb77 {
  margin-bottom: 77px;
}

.mt78 {
  margin-top: 78px;
}

.mb78 {
  margin-bottom: 78px;
}

.mt79 {
  margin-top: 79px;
}

.mb79 {
  margin-bottom: 79px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt81 {
  margin-top: 81px;
}

.mb81 {
  margin-bottom: 81px;
}

.mt82 {
  margin-top: 82px;
}

.mb82 {
  margin-bottom: 82px;
}

.mt83 {
  margin-top: 83px;
}

.mb83 {
  margin-bottom: 83px;
}

.mt84 {
  margin-top: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.mt86 {
  margin-top: 86px;
}

.mb86 {
  margin-bottom: 86px;
}

.mt87 {
  margin-top: 87px;
}

.mb87 {
  margin-bottom: 87px;
}

.mt88 {
  margin-top: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.mt89 {
  margin-top: 89px;
}

.mb89 {
  margin-bottom: 89px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt91 {
  margin-top: 91px;
}

.mb91 {
  margin-bottom: 91px;
}

.mt92 {
  margin-top: 92px;
}

.mb92 {
  margin-bottom: 92px;
}

.mt93 {
  margin-top: 93px;
}

.mb93 {
  margin-bottom: 93px;
}

.mt94 {
  margin-top: 94px;
}

.mb94 {
  margin-bottom: 94px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.mt96 {
  margin-top: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.mt97 {
  margin-top: 97px;
}

.mb97 {
  margin-bottom: 97px;
}

.mt98 {
  margin-top: 98px;
}

.mb98 {
  margin-bottom: 98px;
}

.mt99 {
  margin-top: 99px;
}

.mb99 {
  margin-bottom: 99px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline-block !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120%;
  font-weight: 600;
  /* sp */
}
@media screen and (max-width: 769px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #5aae3f;
}

.color-sub {
  color: #f39938;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.red {
  color: #c11717;
}

.orange {
  color: #f8e8ab;
}

.yellow {
  color: #fff9a1;
}

.green {
  color: #e4f3bf;
}

.blue {
  color: #e5eef4;
}

.brown {
  color: #734b30;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 2.5rem;
  text-align: center;
  color: #5aae3f;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-indent: -5px;
  margin-bottom: 40px;
}
h3 .eng {
  font-size: 1rem;
  font-weight: 400;
  color: #b9b9b9;
  display: block;
  margin-top: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  h3 {
    font-size: 1.5625rem;
    letter-spacing: 0;
    text-indent: 0;
    margin-bottom: 30px;
  }
  h3 .eng {
    font-size: 1rem;
  }
}
h4 {
  font-size: 1.5625rem;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  margin: 30px 0 20px;
  padding: 0 5px;
  display: inline-block;
}
h4:after {
  content: "";
  width: 100%;
  height: 15px;
  background: rgba(90, 174, 63, 0.3);
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
h4:first-of-type {
  margin-top: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.25rem;
    margin: 30px 0 20px;
  }
  h4:after {
    height: 12px;
  }
}
/******************************************
[header]
******************************************/
header {
  width: calc(100% - 80px);
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  transition: 0.1s;
}
header.posi {
  top: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  header {
    width: calc(100% - 10px);
    top: 5px;
    border-radius: 5px;
  }
  header.posi {
    top: 5px;
  }
}
.header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: 1;
}
.header-left {
  width: 237px;
}
.header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-right-contact {
  margin-left: 20px;
}
.header-right-contact .tel {
  font-size: 1.5625rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1;
  font-weight: 900;
  color: #5aae3f;
}
.header-right-contact .btn {
  justify-content: flex-end;
  margin-top: 10px;
}
.header-right-contact .btn a {
  font-size: 0.875rem;
  width: 100%;
  padding: 8px 30px 10px 30px;
  margin: 0;
  justify-content: center;
}
.header-right-contact .btn a:after {
  display: none;
}

/* sp */
@media screen and (max-width: 769px) {
  .header {
    height: 60px;
    display: block;
    padding: 10px 15px;
  }
  .header-left {
    width: 100%;
  }
  .header-left .logo {
    text-align: center;
  }
  .header-left .logo a img {
    width: auto;
    height: 40px;
  }
  .header-right {
    position: absolute;
  }
  .header-right-contact {
    margin-left: 20px;
  }
  .header-right-contact .tel {
    display: none;
  }
  .header-right-contact .btn {
    width: 96%;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header-right-contact .btn a {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background: #5aae3f;
  padding: 60px 0 0;
}
footer p {
  color: #fff;
}

/* sp */
@media screen and (max-width: 769px) {
  footer {
    padding: 40px 0 0;
  }
}
.footer {
  display: flex;
}
.footer-left, .footer-right {
  width: 50%;
}
.footer-left .footer-logo {
  margin-bottom: 20px;
}
.footer-left .tel {
  font-size: 1.875rem;
  font-weight: 600;
}
.footer-left .tel i {
  background: #fff;
  color: #5aae3f;
}
.footer-left dl.info {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.footer-left dl.info dt, .footer-left dl.info dd {
  color: #fff;
}
.footer-left dl.info dt {
  font-size: 0.9375rem;
  background: #f39938;
  padding: 3px 10px 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.footer-left dl.info dd {
  font-size: 1rem;
}
.footer-bnr {
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
  display: inline-block;
}
.footer-bnr a, .footer-bnr img {
  display: block;
}
.footer-nav {
  margin-top: 40px;
  background: #e4f3bf;
  display: flex;
  justify-content: center;
}
.footer-nav li a {
  font-size: 1rem;
  line-height: 1;
  padding: 15px;
  display: block;
}

/* sp */
@media screen and (max-width: 769px) {
  .footer {
    display: block;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-left .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-left .footer-logo img {
    width: auto;
    height: 50px;
  }
  .footer-left .add {
    text-align: center;
  }
  .footer-left .tel {
    justify-content: center;
  }
  .footer-left dl.info dt {
    font-size: 0.75rem;
    padding: 3px 10px 5px;
    width: 69px;
  }
  .footer-left dl.info dd {
    font-size: 0.9375rem;
  }
  .footer-bnr {
    margin: 20px auto;
    text-align: center;
  }
  .footer-nav {
    display: none;
  }
}
/* コピーライト */
.copy {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  margin: auto;
  background: #fff;
}

/* sp */
@media screen and (max-width: 769px) {
  .copy {
    margin-top: 40px;
    padding: 20px 0 68px;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 100px 0;
  overflow: hidden;
}

/* sp */
@media screen and (max-width: 769px) {
  section {
    padding: 40px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav ul {
  display: flex;
  justify-content: space-between;
}
nav ul li a {
  padding: 10px 15px;
  font-weight: 600;
}
nav .spNav-info {
  display: none;
}

/* sp */
@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #5aae3f;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav ul li {
    border-bottom: 1px dashed #fff;
  }
  nav ul li a {
    color: #fff;
    display: block;
    padding: 15px;
  }
  nav ul li.sp {
    display: block !important;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
  }
  nav .spNav-info p {
    color: #fff;
    margin-top: 10px;
    line-height: 1.2;
  }
  nav .spNav-info p a {
    color: #f39938;
  }
  nav .spNav-info-logo {
    text-align: center;
    margin: 0 auto;
  }
  nav .spNav-info-logo img {
    width: 100%;
    height: auto;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1.5625rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b9b9b9;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #5aae3f;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    bottom: 3px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 10px;
  }
  .button {
    left: 10px;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: rgba(51, 51, 51, 0.7);
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
    bottom: 1px;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    right: 10px;
    padding: 5px 0;
    text-align: center;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.75rem;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.1s;
  bottom: -65px;
  right: 10px;
  background: #5aae3f;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
}
@media screen and (min-width: 770px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 10px;
}
@media screen and (min-width: 770px) {
  .pagetop.fade:hover {
    bottom: 5px;
  }
}
.pagetop:before {
  font-size: 0.875rem;
  text-align: center;
  font-family: "icomoon";
  content: "\e90b";
  color: #f8e8ab;
  transition: 0.1s;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
}
.pagetop a {
  font-size: 0.875rem;
  color: #f8e8ab;
  font-weight: 700;
  text-align: center;
  border-width: 0;
  display: block;
  width: 100%;
  padding: 23px 0 12px;
}

/* sp */
@media screen and (max-width: 769px) {
  .pagetop {
    bottom: -55px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .pagetop.fade {
    bottom: 60px;
  }
  .pagetop:before {
    font-size: 0.875rem;
    top: 2px;
  }
  .pagetop a {
    font-size: 0.875rem;
    padding: 18px 0 0;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  height: 410px;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  padding: 5px;
}
.gmap iframe {
  width: 100%;
  border-radius: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .gmap {
    height: 310px;
  }
  .gmap iframe {
    width: 100%;
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(243, 153, 56, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(243, 153, 56, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(243, 153, 56, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0 !important;
  display: block;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}

/* sp */
@media screen and (max-width: 769px) {
  .note {
    font-size: 0.75rem;
  }
}
/******************************************
コンタクトエリア　.contact
******************************************/
/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
  border-top: 1px dashed #b9b9b9;
}
.topics.news ul li:first-child {
  border-top-width: 0;
}
.topics.news ul li:first-child a {
  padding-top: 0;
}
.topics.news ul li .topics_date {
  font-weight: 600;
  display: block;
  /*color: $white;
  background: $black;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.topics.news ul li a {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.topics.news .btn {
  margin-top: 10px;
}
.topics.detail {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 30px;
  background: #fff;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 700;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 10px;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  margin-top: 20px;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.thumbnail ul {
  display: flex;
}
.topics.thumbnail ul li {
  width: 25%;
  margin: 0 2% 0 0;
}
.topics.thumbnail ul li:last-child {
  margin-right: 0;
}
.topics.thumbnail ul li a {
  display: block;
  line-height: 1.2;
}
.topics.thumbnail ul li .topics_thumb {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  background: url("../img/_dummy.jpg") center no-repeat;
  background-size: cover;
}
.topics.thumbnail ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics.thumbnail ul li .topics_title {
  font-size: 1rem;
  padding: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .topics.news {
    margin-bottom: 80px !important;
  }
  .topics.news ul li:first-child {
    border-top-width: 1px;
  }
  .topics.news ul li:first-child a {
    padding-top: 5px;
  }
  .topics.news ul li:last-child {
    border-bottom: 1px dashed #b9b9b9;
  }
  .topics.news ul li .topics_date {
    display: inline-block;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
  }
  .topics.news ul li a {
    font-size: 0.875rem;
    line-height: 1.2;
    display: block;
    padding: 5px 0;
  }
  .topics.news .btn {
    margin-top: 20px;
  }
  .topics.detail {
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 30px;
    background: #f6f5f3;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
  }
  .topics.detail .topics_date {
    font-size: 0.875rem;
    text-align: right;
    margin-top: 10px;
  }
  .topics.detail .topics_thumb img {
    height: auto;
    max-height: 400px;
    display: block;
    margin: auto;
  }
  .topics.detail .topics_body {
    margin-top: 20px;
  }
  .topics.detail .topics_body a {
    text-decoration: underline;
  }
  .topics.thumbnail ul {
    flex-wrap: wrap;
  }
  .topics.thumbnail ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .topics.thumbnail ul li:nth-child(2n) {
    margin-right: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    height: 35vw;
  }
  .topics.thumbnail ul li .topics_title {
    font-size: 0.875rem;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  right: -60px;
  /* sp */
}
.sideBnr:hover {
  right: -10px !important;
}
.sideBnr.fade {
  right: -15px;
}
.sideBnr a {
  color: #fff;
  background: #f39938;
}
.sideBnr a i {
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

.radius {
  border-radius: 10px;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: center;
  background: #fff;
}
.imgTxt-img {
  font-size: 0;
  width: 500px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
  box-shadow: 10px 10px 0px 0px #5aae3f;
}
.imgTxt-img.right {
  margin: 0 0 0 40px;
  order: 2;
}
.imgTxt-txt {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 20px 20px 20px 0;
}
.imgTxt-txt.left {
  order: 1;
}
.imgTxt .ttl {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  color: #5aae3f;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  margin: 0 0 0 40px;
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  padding: 20px 0 20px 20px;
  order: 1;
}
.imgTxt:nth-of-type(n+2) {
  margin-top: 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .imgTxt {
    display: block;
    max-width: 600px;
    margin: auto;
  }
  .imgTxt-img {
    width: 97%;
    margin: 0 0 20px !important;
  }
  .imgTxt-txt {
    padding: 15px 0 0;
  }
  .imgTxt .ttl {
    font-size: 1.25rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
  .imgTxt:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
.contactSec {
  text-align: center;
  padding: 20px 40px;
  background: rgba(115, 75, 48, 0.9);
  border-radius: 20px;
}
.contactSec .contactBox-txt {
  text-align: left;
  line-height: 2.5;
}
.contactSec p, .contactSec h3 {
  color: #fff;
}
.contactSec p span, .contactSec h3 span {
  color: #fff;
}

/* sp */
@media screen and (max-width: 769px) {
  .contactSec {
    padding: 20px;
    border-radius: 10px;
  }
  .contactSec .contactBox-txt {
    line-height: 1.7;
  }
  .contactSec h3 {
    line-height: 1.3;
  }
}
.contactBox {
  display: flex;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.contactBox > div {
  width: 50%;
  padding: 0 40px;
}
.contactBox > div p {
  line-height: 1;
  text-align: center;
}
.contactBox > div .ttl {
  font-size: 1.25rem;
  font-weight: 700;
}
.contactBox-left {
  border-right: 1px solid #fff;
}
.contactBox .contact-tel {
  font-family: "Oswald";
  font-size: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.contactBox .contact-tel i {
  font-size: 2.5rem;
  margin-right: 5px;
}
.contactBox .btn {
  margin-top: 20px;
}
.contactBox .btn a {
  font-size: 1.25rem;
  justify-content: center;
  padding: 20px 0;
  color: #333;
  background: #fff;
  width: 100%;
}

/* lt */
@media screen and (max-width: 1200px) {
  .contactBox {
    display: block;
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .contactBox > div {
    width: 100%;
    padding: 20px;
  }
  .contactBox-left {
    border-right-width: 0;
  }
  .contactBox-right {
    border-top: 1px solid #fff;
  }
}
/* sp */
@media screen and (max-width: 769px) {
  .contactBox .contact-tel {
    font-size: 1.875rem;
  }
  .contactBox .contact-tel i {
    font-size: 1.875rem;
  }
  .contactBox .btn {
    margin-top: 20px;
  }
  .contactBox .btn a {
    font-size: 1.125rem;
    padding: 10px 20px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background: #f39938;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 13px 50px 15px 35px;
  margin: 0 10px;
  transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.3);
}
.btn a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.3);
}
.btn a:after {
  font-family: "icomoon";
  font-weight: lighter;
  content: "\e903";
  display: inline-block;
  position: absolute;
  right: 10px;
  margin: auto;
}
.btn a i {
  margin-right: 5px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn a {
    font-size: 0.875rem;
    padding: 10px 40px 10px 30px;
    line-height: 1.2;
  }
  .btn a:after {
    right: 15px;
  }
}
@media screen and (max-width: 769px) {
  .telNum a {
    color: #fff;
  }
}
.twitter {
  width: 149px;
  height: 32px;
  background: url(../img/twitter_off.png) center no-repeat;
  background-size: contain;
}
.twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
.twitter:hover {
  background-image: url(../img/twitter_on.png);
}

/******************************************
[works] サムネ付きトピックス
******************************************/
.works ul {
  display: flex;
  flex-wrap: wrap;
}
.works ul li {
  width: 22%;
  margin: 0 4% 3% 0;
}
.works ul li:nth-child(4n), .works ul li:last-child {
  margin-right: 0;
}
.works ul li span {
  display: block;
}
.works ul li .topics_thumb {
  background: url(../img/_dummy.jpg) center no-repeat;
  background-size: cover;
  height: 150px;
  border-width: 0;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .topics_title {
  font-size: 0.875rem;
  padding: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .works ul li {
    width: 47%;
    margin: 4% 6% 0 0;
  }
  .works ul li:nth-child(-n+5) {
    margin-top: 4%;
  }
  .works ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .works ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .works ul li:nth-child(2n) {
    margin-right: 0;
  }
  .works ul li .topics_thumb {
    height: 120px;
  }
  .works ul li .topics_title {
    font-size: 0.75rem;
  }
}
/******************************************
[.schedule] 診療時間
******************************************/
.schedule {
  background: #fff;
  padding: 0 10px 5px;
  border-radius: 15px;
}
.schedule table {
  width: 100%;
}
.schedule table tr {
  border-top: 1px solid #e5eef4;
}
.schedule table tr:first-child {
  border-top-width: 0;
}
.schedule table tr:first-child th {
  width: 51px;
  text-align: center;
}
.schedule table tr:first-child th:first-child {
  width: 100px;
}
.schedule table tr th, .schedule table tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 5px;
  line-height: 1;
}
.schedule table tr th {
  text-align: right;
}
.schedule table tr td {
  color: #5aae3f;
  text-align: center;
}
.schedule table tr td.tri {
  color: #f39938;
}
.schedule table .holiday {
  color: #c11717;
}

/* sp */
@media screen and (max-width: 769px) {
  .schedule {
    border-radius: 10px;
  }
  .schedule table tr {
    width: 100%;
  }
  .schedule table tr:first-child th {
    width: 10%;
  }
  .schedule table tr:first-child th:first-child {
    width: 27%;
  }
  .schedule table tr:first-child th:last-child {
    width: 13%;
  }
  .schedule table tr th, .schedule table tr td {
    font-size: 0.75rem;
    padding: 10px 0;
  }
  .schedule table tr td {
    font-size: 0.875rem;
  }
  .schedule table tr td span {
    font-size: 0.625rem;
  }
  .schedule table tr td.tri {
    padding: 5px 0;
  }
}
.number {
  padding-left: 2em;
}
.number li {
  list-style-type: decimal;
  margin-top: 20px;
}
.number li:first-child {
  margin-top: 10px;
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1] 重要なお知らせ
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [sec2]  トップお知らせ
  ******************************************/
  /*#topicsSec {
    width: calc(100% - 40px);
    margin: auto;
    padding: 0;
    .left,
    .right {
      padding: 60px 0;
    }
    .left {
      background: $blue-2;
      border-radius: 20px 0 0 20px;
    }
    .right {
      background: $blue;
      border-radius: 0 20px 20px 0;
    }
  }*/
  /* sp */
  /******************************************
  [sec3]  イントロ
  ******************************************/
  /* sp */
  /******************************************
  [sec4] 税理士法人エルムの業務案内
  ******************************************/
  /* sp */
  /******************************************
  [sec5] 採用情報
  ******************************************/
  /* sp */
}
#index .mv {
  height: 100vh;
  max-height: 900px;
  padding: 20px;
}
#index .mv-box {
  width: 100%;
  height: 100%;
  background: url(../img/mv-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
#index .mv-ttl {
  width: 100%;
  height: 100%;
}
#index .mv-ttl h2 {
  height: 100%;
  margin: auto;
  position: absolute;
  top: 200px;
  left: 30px;
}
@media screen and (max-width: 769px) {
  #index .mv {
    height: 300px;
    padding: 0;
  }
  #index .mv-box {
    border-radius: 0;
  }
  #index .mv-ttl h2 {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#index #importantSec {
  padding: 20px 0 40px;
}
#index #importantSec .inner {
  background: #e4f3bf;
  padding: 20px;
  border-radius: 20px;
}
#index #importantSec h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #index #importantSec {
    padding: 40px 15px;
  }
  #index #importantSec .inner {
    padding: 15px;
    border-radius: 15px;
  }
}
#index .important {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
#index .important ul li a {
  pointer-events: none;
}
#index .important .topics_date {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #index .important .topics_date,
  #index .important .topics_body {
    font-size: 0.875rem;
    display: block;
  }
}
#index #topicsSec {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(90deg, #f5f8fa 50%, #e5eef4 50%);
  padding: 60px 0;
}
#index #topicsSec .note {
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  #index #topicsSec {
    width: calc(100% - 30px);
    border-radius: 15px;
    background: linear-gradient(180deg, #f5f8fa 50%, #e5eef4 50%);
    padding: 20px 0;
  }
  #index #topicsSec .note {
    font-size: 0.875rem;
    text-indent: -59px;
    padding: 0 0 0 59px;
  }
}
@media screen and (min-width: 770px) {
  #index #introSec {
    padding: 80px 0 0;
  }
}
#index .intro {
  display: flex;
  align-items: center;
}
#index .intro-img {
  order: 2;
  width: 380px;
}
#index .intro-img img {
  border-radius: 15px;
}
#index .intro-txt {
  order: 1;
  flex: 1;
  padding: 0 40px 0 0;
}
#index .intro .ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #5aae3f;
  margin-bottom: 20px;
}
#index .intro .txt {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #index .intro {
    display: block;
  }
  #index .intro-img {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  #index .intro-img img {
    border-radius: 10px;
  }
  #index .intro-txt {
    padding: 20px 0 0 0;
  }
  #index .intro .ttl {
    font-size: 1.875rem;
  }
  #index .intro .txt {
    font-size: 1rem;
  }
}
#index .menu {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #e4f3bf;
  padding: 20px;
  border-radius: 20px;
}
#index .menu-box {
  width: 33%;
  padding-top: 50px;
}
#index .menu-box .menu-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#index .menu-box .menu-img {
  font-size: 0;
}
#index .menu-box .menu-txt {
  background: #fff;
  padding: 15px 15px 25px;
  font-weight: 600;
}
#index .menu-box .menu-txt .ttl {
  font-size: 1.5625rem;
  text-align: center;
}
#index .menu-box .menu-txt .txt {
  font-size: 1rem;
  margin-top: 10px;
}
#index .menu-box:nth-child(1) .menu-img img {
  border-radius: 15px 0 0 0;
}
#index .menu-box:nth-child(1) .menu-txt {
  border-radius: 0 0 0 15px;
}
#index .menu-box:nth-child(3) .menu-img img {
  border-radius: 0 15px 0 0;
}
#index .menu-box:nth-child(3) .menu-txt {
  border-radius: 0 0 15px 0;
}
@media screen and (max-width: 769px) {
  #index .menu {
    display: block;
    padding: 15px;
    border-radius: 15px;
  }
  #index .menu-box {
    width: 100%;
    padding-top: 70px;
  }
  #index .menu-box .menu-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    padding: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
  #index .menu-box .menu-img {
    height: 200px;
  }
  #index .menu-box .menu-img img {
    border-radius: 15px 15px 0 0 !important;
  }
  #index .menu-box .menu-txt {
    padding: 20px;
    border-radius: 0 0 15px 15px !important;
  }
  #index .menu-box .menu-txt .ttl {
    line-height: 1;
  }
  #index .menu-box .menu-txt .txt {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  #index .menu-box .menu-txt .btn {
    margin-top: 20px;
  }
}
#index #sec5 {
  background: url(../img/index_sec5-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#index #sec5 .inner {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 769px) {
  #index #sec5 {
    background-attachment: inherit;
  }
  #index #sec5 .inner {
    padding: 0 15px;
  }
}

#second {
  /* sp */
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [about.html] 当院について
  ******************************************/
  /* 共有箇所 */
  /* sp */
  /* 医院の歴史 */
  /* sp */
  /* 院内風景 */
  /* sp */
  /******************************************
  [guide.html]  診療案内
  ******************************************/
  /* sp */
  /******************************************
  [summary.html]  病院概要
  ******************************************/
  /* ご挨拶 */
  /* sp */
  /******************************************
  [faq.html]  よくある質問
  ******************************************/
  /* sp */
  /******************************************
  [access.html]  アクセス
  ******************************************/
  /* sp */
  /******************************************
  [info.html]  会社概要
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [list.html] トピックスリスト
  ******************************************/
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /******************************************
  [access.html] 
  ******************************************/
  /******************************************
  [.frame] フレーム
  ******************************************/
  /* sp */
}
#second section {
  padding: 80px 0;
  overflow: hidden;
}
#second section:nth-child(even) {
  background: #fff;
}
@media screen and (max-width: 769px) {
  #second section {
    padding: 30px 0;
  }
}
#second .mv {
  height: 400px;
  padding: 20px;
}
#second .mv-box {
  background: #333;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#second .mv-box::after {
  content: "";
  /*背景画像をぼかす*/
  filter: blur(5px);
  -webkit-filter: blur(5px);
  display: block;
  width: 102%;
  height: 102%;
  background: url(../img/mv-bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#second .mv-ttl {
  width: 100%;
  height: 100%;
  z-index: 10;
}
#second .mv-ttl h2 {
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: 600;
  color: #fff;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 190px;
  left: 30px;
}
@media screen and (max-width: 769px) {
  #second .mv {
    height: 180px;
    padding: 0;
  }
  #second .mv-box {
    border-radius: 0;
  }
  #second .mv-ttl {
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  #second .mv-ttl h2 {
    font-size: 1.5625rem;
    letter-spacing: 0;
    text-indent: 0;
    top: 95px;
    left: 20px;
  }
}
#second .secondIntro {
  display: flex;
  width: 100%;
  margin: auto;
  background: #e4f3bf;
  padding: 20px;
  border-radius: 20px;
}
#second .secondIntro-img {
  width: 40%;
  order: 2;
  margin: 0 0 0 30px;
  border-radius: 20px;
  overflow: hidden;
}
#second .secondIntro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#second .secondIntro-txt {
  width: 60%;
  order: 1;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
#second .secondIntro-txt .ttl {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #5aae3f;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
#second .secondIntro-txt .txt {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #second .secondIntro {
    display: block;
  }
  #second .secondIntro-img, #second .secondIntro-txt {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  #second .secondIntro-img {
    margin: 0 0 20px 0;
    border-radius: 15px;
  }
  #second .secondIntro-txt .ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #second .secondIntro-txt .txt {
    font-size: 1rem;
  }
}
#second .history {
  padding: 40px;
  background: #e4f3bf;
  border-radius: 20px;
}
#second .history-img {
  font-size: 0;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
#second .history table {
  width: 100%;
}
#second .history table tr {
  border-bottom: 1px dashed #b9b9b9;
}
#second .history table tr:first-child {
  border-top: 1px dashed #b9b9b9;
}
#second .history table tr th, #second .history table tr td {
  padding: 20px;
}
#second .history table tr th {
  width: 160px;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 769px) {
  #second .history {
    padding: 15px;
    border-radius: 15px;
  }
  #second .history-img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #second .history table tr th, #second .history table tr td {
    font-size: 0.875rem;
    padding: 10px 0;
  }
  #second .history table tr th {
    line-height: 1.2;
    width: 75px;
    padding-right: 15px;
  }
}
#second .gallery a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.1s;
  box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.3);
}
#second .gallery a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.3);
}
#second .gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#second .gallery .ttl {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 769px) {
  #second .gallery a {
    height: 140px;
    border-radius: 10px;
  }
  #second .gallery .ttl {
    font-size: 1rem;
    line-height: 1;
  }
}
#second .guide {
  display: flex;
  justify-content: space-between;
  background: #e4f3bf;
  padding: 20px;
  border-radius: 20px;
}
#second .guide-box {
  width: 49%;
}
#second .guide-box .guide-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#second .guide-box .guide-img {
  font-size: 0;
}
#second .guide-box .guide-img img {
  border-radius: 15px;
}
#second .guide-box .guide-txt {
  background: #fff;
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 15px;
}
#second .guide-box .guide-txt .ttl {
  font-size: 2.5rem;
  color: #5aae3f;
  font-weight: 900;
  text-align: center;
  letter-spacing: 15px;
  text-indent: 15px;
}
#second .guide-box .guide-txt .ttl-sub {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 900;
}
#second .guide-box .guide-txt .txt {
  font-size: 1rem;
  margin: 10px 0;
}
#second .guide-box .guide-txt .list {
  display: flex;
  flex-wrap: wrap;
}
#second .guide-box .guide-txt .list p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px 10px;
  line-height: 1;
  background: #f39938;
  margin: 10px 10px 0 0;
}
@media screen and (max-width: 769px) {
  #second .guide {
    display: block;
    padding: 15px;
    border-radius: 10px;
  }
  #second .guide-box {
    width: 100%;
    margin-top: 70px;
  }
  #second .guide-box:first-child {
    margin-top: 50px;
  }
  #second .guide-box .guide-icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  #second .guide-box .guide-img {
    height: 200px;
  }
  #second .guide-box .guide-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #second .guide-box .guide-txt {
    padding: 15px;
    border-radius: 10px;
  }
  #second .guide-box .guide-txt .ttl {
    font-size: 1.875rem;
    letter-spacing: 5px;
    text-indent: 5px;
  }
  #second .guide-box .guide-txt .ttl-sub {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  #second .guide-box .guide-txt .txt {
    font-size: 1rem;
    margin: 10px 0;
  }
  #second .guide-box .guide-txt .list p {
    font-size: 1rem;
    padding: 3px 10px 5px;
    margin: 10px 10px 0 0;
  }
}
#second .greeting {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 30px;
  background: #e4f3bf;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#second .greeting-img {
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  margin: 0 30px 0 0;
}
#second .greeting-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
#second .greeting-img .name {
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
}
#second .greeting-txt {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  #second .greeting {
    display: block;
    padding: 15px;
    border-radius: 10px;
  }
  #second .greeting-img {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #second .greeting-img .name {
    font-size: 0.875rem;
  }
  #second .greeting-txt {
    padding: 15px;
  }
}
#second .faq {
  padding: 10px 20px 20px;
}
#second .faq dt, #second .faq dd {
  border-radius: 10px;
  padding-left: 45px;
}
#second .faq dt:before, #second .faq dd:before {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 8px;
}
#second .faq dt {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  background: #e4f3bf;
  padding: 15px 15px 15px 65px;
}
#second .faq dt:before {
  content: "Q";
  background: #5aae3f;
}
#second .faq dd {
  background: rgba(216, 209, 205, 0.6);
  padding: 15px 15px 15px 65px;
}
#second .faq dd:before {
  content: "A";
  background: #f39938;
}
#second .faq dd:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: rgba(216, 209, 205, 0.6);
  bottom: 100%;
  left: 35px;
}
@media screen and (max-width: 769px) {
  #second .faq {
    padding: 10px 0 20px;
  }
  #second .faq dt, #second .faq dd {
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 10px;
    padding-left: 25px;
  }
  #second .faq dt:before, #second .faq dd:before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
    left: 10px;
    padding: 3px;
  }
  #second .faq dt {
    padding: 10px 10px 10px 45px;
  }
  #second .faq dd {
    padding: 10px 10px 10px 45px;
  }
}
#second .access .gmap {
  height: 710px;
}
@media screen and (max-width: 769px) {
  #second .access .gmap {
    height: 310px;
  }
}
#second .basic th {
  width: 80px;
}
#second .basic.about th,
#second .basic.about td {
  padding: 20px 0;
}
#second .basic.about th {
  width: 150px;
  text-align: left;
}
#second .basic.about td {
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  #second .basic.about th {
    width: 60px;
  }
}
#second .history th,
#second .history td {
  padding: 20px 0;
}
#second .history th {
  width: 250px;
  text-align: left;
  text-align-last: inherit;
}
#second .history td {
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  #second .history th {
    width: 120px;
  }
}
#second .topics.thumbnail ul {
  flex-wrap: wrap;
}
#second .topics.thumbnail ul li {
  width: 22%;
  margin: 4% 4% 0 0;
}
#second .topics.thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #second .topics.thumbnail ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  #second .topics.thumbnail ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px dashed #b9b9b9;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}
#second .formTable tr th {
  width: 200px;
  text-align: right;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #c11717;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  width: 750px;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    font-weight: 700;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #5aae3f;
}
@media screen and (max-width: 769px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .privacy {
  margin: 50px 0;
}
#second .privacy-box {
  width: 100%;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 1rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  color: #5aae3f;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1rem;
  line-height: 2;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  color: #f39938;
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy-box.cookie {
  height: auto;
  border-width: 0;
}
#second .privacy-box.cookie .table th:first-child {
  width: 280px;
}
#second .privacy-box.cookie .privacy-box-txt {
  overflow-x: visible;
  padding: 0;
}
@media screen and (max-width: 769px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
  #second .privacy-box.cookie .table {
    overflow-x: scroll;
  }
  #second .privacy-box.cookie .table table {
    width: 700px;
  }
  #second .privacy-box.cookie .table table tr th {
    width: 33.333px;
  }
}
#second .access .secondIntro-img img {
  width: 100%;
  max-width: initial;
  height: auto;
  border-radius: 15px;
}
#second #access_sec3 table tr th {
  width: 33.333%;
}
#second .normal {
  background: #fff;
}
#second .normal tr th, #second .normal tr td {
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
}
#second .normal tr th {
  text-align: center;
  background: #f5f5f5;
}
#second .frame {
  border: 1px dashed #b9b9b9;
  background: #f6f5f3;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  /* sp */
}
#second .frame-white {
  border-color: #b9b9b9;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
}
@media screen and (max-width: 769px) {
  #second .frame {
    padding: 15px;
  }
  #second .frame-white {
    padding: 15px;
  }
}
@media screen and (max-width: 769px) {
  #second .recruit .about.basic th {
    width: 100px;
  }
}