@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@200;400;600&display=swap");
/******************************************
[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% + 40px) / 2 - 40px);
  margin: 40px 40px 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 40px 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;
  }
  .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;
  }
}
.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% + 40px) / 3 - 40px);
  margin: 40px 40px 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;
  }
  .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;
  }
}
.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% + 40px) / 4 - 40px);
  margin: 40px 40px 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;
  }
  .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;
  }
}
.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% + 40px) / 5 - 40px);
  margin: 40px 40px 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;
  }
  .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;
  }
}
.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% + 40px) / 6 - 40px);
  margin: 40px 40px 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;
  }
  .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;
  }
}
/******************************************
[clone-nav] スクロール後グローバルナビ 
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #f6f5f3;
  padding: 10px 0;
  /* sp */
}
@media screen and (max-width: 769px) {
  .clone-nav {
    z-index: 0;
  }
  .clone-nav .header {
    height: 50px !important;
  }
  .clone-nav .header-right {
    display: none;
  }
  .clone-nav .header-left .logo {
    padding: 0 !important;
  }
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[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 {
  content: "\e901";
  font-family: "icomoon";
  margin-right: 0.5em;
}
.check.inline {
  display: flex;
  flex-wrap: wrap;
}
.check.inline li {
  width: 46%;
  margin: 2%;
  padding: 0 0 10px 1.5em;
  margin: 0 2% 10px 2%;
}
.check.inline li:last-child {
  border-bottom: 1px dotted #b9b9b9;
}
/******************************************
[topics]
******************************************/
.topics {
  /* sp */
}
.topics-detail {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 30px;
  background: #f6f5f3;
}
.topics-detail .topics_title {
  font-size: 1.25rem;
  font-weight: 700;
}
.topics-detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  display: inline-block;
  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;
}
@media screen and (max-width: 769px) {
  .topics li, .topics-list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .topics li a, .topics-list li a {
    font-size: 0.875rem;
    display: block;
  }
  .topics li a span, .topics-list li a span {
    display: inline-block;
    line-height: 1.5;
  }
  .topics-detail {
    padding: 15px;
  }
  .topics-detail .topics_title {
    font-size: 1.125rem;
  }
  .topics-detail .topics_date {
    font-size: 0.875rem;
  }
}

/* トピックスページャー */
.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: #75b23d;
  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: #75b23d;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #3d3d3d;
  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: #75b23d;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #0a3377;
  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;
  }
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
}

/******************************************
基本テーブルデザイン
******************************************/
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-last: justify;
}
table.basic tr > td {
  padding-left: 50px;
}
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.75rem;
    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: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: calc(100vw - 100px);
  max-width: 1080px;
  margin: 0 auto;
}
.inner-md {
  width: calc(100vw - 100px);
  max-width: 1300px;
  margin: 0 auto;
}
.inner-lg {
  width: calc(100vw - 200px);
  margin: 0 auto;
}

/* sp */
@media screen and (max-width: 769px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-md {
    width: 100%;
    padding: 0 15px;
  }
  .inner-lg {
    width: 100%;
    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: #75b23d;
  text-decoration: underline;
}

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

.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;
}

.mincho {
  font-family: "Noto Serif JP";
}

rt {
  transform: translateY(-0.3rem);
}

@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: 140%;
  /* sp */
}
@media screen and (max-width: 769px) {
  .big {
    font-size: 120%;
    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: #75b23d;
}

.color-sub {
  color: #0a3377;
}

.black {
  color: #3d3d3d;
}

.white {
  color: #fff;
}

.red {
  color: #d63737;
}

.orange {
  color: #f29901;
}

.yellow {
  color: #ffdd43;
}

.green {
  color: #008442;
}

.blue {
  color: #195fb5;
}

.brown {
  color: #664c34;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.625rem;
  font-weight: normal;
}

/* sp */
@media screen and (max-width: 769px) {
  h1 {
    line-height: 1.2;
  }
}
h3 {
  margin-bottom: 60px;
  z-index: 0;
}
h3 .ttl {
  font-size: 2.8125rem;
  font-weight: 700;
  z-index: 1;
}
h3 .ttl span {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 15rem;
  line-height: 1;
  color: #0a3377;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: -200px;
  top: -70px;
  margin: auto;
}
h3 .txt {
  font-size: 1.5625rem;
  font-weight: 400;
}

/* sp */
@media screen and (max-width: 769px) {
  h3 {
    margin-bottom: 30px;
  }
  h3 .ttl {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  h3 .ttl span {
    font-size: 3.75rem;
    left: -10px;
    top: -40px;
  }
  h3 .txt {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}
h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #75b23d;
  margin-bottom: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.125rem;
  }
}
h5 {
  font-size: 1.25rem;
  color: #0a3377;
  font-weight: 700;
  margin: 0 0 10px;
  /* sp */
}
@media screen and (max-width: 769px) {
  h5 {
    font-size: 0.9375rem;
  }
}

/******************************************
[header]
******************************************/
header {
  width: 100%;
  z-index: 10;
}
header .header {
  width: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
}
header .header > div {
  line-height: 1;
}
header .header-left {
  flex-grow: 1;
  text-align: left;
  font-size: 0;
}
header .header-right {
  flex-grow: 0;
}
header .header-right > p {
  line-height: 1;
}
header .header-tel {
  font-size: 2.5rem;
  color: #75b23d;
  text-align: right;
  font-weight: 700;
}
header .header-txt {
  font-size: 1rem;
  margin-top: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  header .header {
    height: auto;
    padding: 5px 0;
    display: block;
  }
  header .header-left {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  header .header-left .logo {
    padding: 0 60px;
  }
  header .header-left .logo img {
    width: auto;
    height: 40px;
  }
  header .header-right {
    display: none;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header-right .btn a {
    width: 100%;
    border-radius: 0;
  }
  header .header-right-contact {
    display: none;
  }
  header .header-tel {
    font-size: 1.125rem;
  }
  header .header-txt {
    font-size: 0.75rem;
  }
}
/******************************************
[footer]
******************************************/
footer {
  overflow: hidden;
}
footer .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  padding: 60px 0;
}
footer .footer-left {
  width: 45%;
  flex-grow: 0;
}
footer .footer-left > p {
  font-size: 1rem;
  color: #3d3d3d;
  margin-top: 5px !important;
  line-height: 1.5;
}
footer .footer-right {
  width: 55%;
  flex-grow: 1;
}
footer .footer-right a {
  font-size: 15px !important;
}
footer .footer-logo {
  margin-bottom: 20px;
}
footer .footer-tel {
  font-size: 1.5625rem;
  margin-top: 10px;
}
footer .footer-tel:before {
  font-size: 1.25rem;
  font-family: "icomoon";
  content: "\e907";
  margin-right: 5px;
}
footer .footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-nav li {
  width: 33.333%;
  padding: 5px;
}
footer .footer-nav li a {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-nav li a:before {
  content: "\e900";
  color: #75b23d;
  font-family: "icomoon";
  margin-right: 5px;
}

/* sp */
@media screen and (max-width: 769px) {
  footer .footer {
    display: block;
    padding: 30px 20px;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left > p {
    color: #3d3d3d;
    margin-top: 5px !important;
    line-height: 1.5;
  }
  footer .footer-right {
    display: none;
  }
  footer .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-logo img {
    width: auto;
    height: 40px;
  }
  footer .footer-tel {
    font-size: 1.5625rem;
    margin-top: 10px;
  }
  footer .footer-tel:before {
    font-size: 1.25rem;
    font-family: "icomoon";
    content: "\e907";
    margin-right: 5px;
  }
}
/* コピーライト */
.copy {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background: #f6f5f3;
  padding: 10px 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .copy {
    font-size: 0.625rem;
    margin-bottom: 36px;
  }
}
/******************************************
[section]
******************************************/
section {
  margin: auto;
  padding: 100px 0;
  border-bottom: 0.5px solid #f6f5f3;
}
section:nth-child(odd) {
  background: #f6f5f3;
}

/* sp */
@media screen and (max-width: 769px) {
  section {
    padding: 50px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  padding: 0;
  border-bottom: 20px solid #f6f5f3;
  /* sp */
}
@media screen and (min-width: 1750px) {
  nav {
    margin-top: -90px;
  }
}
nav > ul {
  width: 1080px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f5f3;
  border-radius: 10px 10px 0 0;
  padding-top: 15px;
}
nav > ul li {
  text-align: center;
  border-left: 1px dotted #5a5858;
  transition: 0.1s;
  /* ドロップダウン */
}
nav > ul li:last-child {
  border-right: 1px dotted #5a5858;
}
nav > ul li:nth-child(1) a:before {
  background-image: url(../img/nav-icon1.png);
}
nav > ul li:nth-child(2) a:before {
  background-image: url(../img/nav-icon2.png);
}
nav > ul li:nth-child(3) a:before {
  background-image: url(../img/nav-icon3.png);
}
nav > ul li:nth-child(4) a:before {
  background-image: url(../img/nav-icon4.png);
}
nav > ul li:nth-child(5) a:before {
  background-image: url(../img/nav-icon5.png);
}
nav > ul li:nth-child(6) a:before {
  background-image: url(../img/nav-icon6.png);
}
nav > ul li:nth-child(7) a:before {
  background-image: url(../img/nav-icon7.png);
}
nav > ul li:nth-child(8) a:before {
  background-image: url(../img/nav-icon8.png);
}
nav > ul li a {
  font-size: 1rem;
  font-weight: normal;
  color: #0a3377;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  z-index: 1;
}
nav > ul li a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 40px;
  display: block;
  margin: 0 auto 10px;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  nav > ul li:hover {
    text-decoration: none;
    background: #0a3377 !important;
  }
  nav > ul li:hover a {
    color: #fff;
    text-decoration: none;
  }
  nav > ul li:hover:nth-child(1) a:before {
    background-image: url(../img/nav-icon1-white.png);
  }
  nav > ul li:hover:nth-child(2) a:before {
    background-image: url(../img/nav-icon2-white.png);
  }
  nav > ul li:hover:nth-child(3) a:before {
    background-image: url(../img/nav-icon3-white.png);
  }
  nav > ul li:hover:nth-child(4) a:before {
    background-image: url(../img/nav-icon4-white.png);
  }
  nav > ul li:hover:nth-child(5) a:before {
    background-image: url(../img/nav-icon5-white.png);
  }
  nav > ul li:hover:nth-child(6) a:before {
    background-image: url(../img/nav-icon6-white.png);
  }
  nav > ul li:hover:nth-child(7) a:before {
    background-image: url(../img/nav-icon7-white.png);
  }
  nav > ul li:hover:nth-child(8) a:before {
    background-image: url(../img/nav-icon8-white.png);
  }
}
nav > ul li.dropdown > a {
  z-index: 2;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown > a:after {
    color: #b9b9b9;
    font-family: "icomoon";
    content: "\e906";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
    z-index: 2;
  }
}
nav > ul li.dropdown .child {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  left: -40px;
  padding: 0;
  z-index: 1;
  min-width: 150px;
}
nav > ul li.dropdown .child li {
  width: auto;
  border-width: 0;
  padding: 10px 8px;
  margin: 0;
  border-bottom: 1px dotted #b9b9b9;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown .child li:hover {
    background: #f6f5f3;
  }
}
nav > ul li.dropdown .child li a {
  width: 100%;
}
nav > ul li.dropdown .child li:first-child {
  margin-top: 20px;
}
nav .spNav-info {
  display: none;
}
@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #75b23d;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    will-change: transform;
    border-width: 0;
  }
  nav > ul {
    width: 100%;
    height: auto;
    padding: 0 10px;
    display: block;
    background: #75b23d;
  }
  nav > ul > li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    margin: 0 !important;
    padding-right: 0;
    transform: inherit;
    /* ドロップダウン */
  }
  nav > ul > li:nth-child(1) a:before {
    background-image: url(../img/nav-icon1-white.png);
  }
  nav > ul > li:nth-child(2) a:before {
    background-image: url(../img/nav-icon2-white.png);
  }
  nav > ul > li:nth-child(3) a:before {
    background-image: url(../img/nav-icon3-white.png);
  }
  nav > ul > li:nth-child(4) a:before {
    background-image: url(../img/nav-icon4-white.png);
  }
  nav > ul > li:nth-child(5) a:before {
    background-image: url(../img/nav-icon5-white.png);
  }
  nav > ul > li:nth-child(6) a:before {
    background-image: url(../img/nav-icon6-white.png);
  }
  nav > ul > li:nth-child(7) a:before {
    background-image: url(../img/nav-icon7-white.png);
  }
  nav > ul > li:nth-child(8) a:before {
    background-image: url(../img/nav-icon8-white.png);
  }
  nav > ul > li a {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0 10px 5px;
    transform: inherit;
  }
  nav > ul > li a:before {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
  }
  nav > ul > li a:hover {
    text-decoration: none;
  }
  nav > ul > li.dropdown .child {
    display: block;
    position: initial;
    padding: 0;
  }
  nav > ul > li.dropdown .child li {
    width: auto;
    border-width: 0;
    padding: 10px 8px;
    margin: 0;
    border-bottom: 1px dashed #75b23d;
  }
  nav > ul > li.dropdown .child li a {
    font-size: 0.875rem;
    color: #75b23d;
    padding: 0;
    width: 100%;
  }
  nav > ul > li.dropdown .child li:first-child {
    margin-top: 0;
  }
  nav > ul > li.dropdown .child li:last-child {
    border-bottom-width: 0;
  }
  nav > ul > li.bnr {
    display: none;
  }
  nav .spNav-info {
    color: #fff;
    padding: 10px;
  }
  nav .spNav-info p {
    margin-top: 10px;
    line-height: 1.2;
  }
  nav .spNav-info p a {
    color: #fff;
  }
  nav .spNav-info-logo {
    width: 90%;
    height: auto;
    display: block;
    margin: 20px auto 10px;
    text-align: center;
  }
  nav .spNav-info-logo img {
    width: auto;
    height: 40px;
  }
  nav .spNav-info-tel {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  nav .clone-nav {
    display: none;
  }
  nav .spNav-info {
    display: block;
  }
}

/* スマホ用グローバルナビボタン
******************************************/
.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: #75b23d;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    bottom: 3px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
  .button {
    left: 5px;
    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(61, 61, 61, 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.6;
    visibility: visible;
  }
  .telBtn {
    right: 5px;
    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 {
  bottom: -2px;
  right: -64px;
  background: #75b23d;
  border-radius: 30px 0 0 0;
  border: 2px solid #fff;
}
@media screen and (min-width: 770px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  right: -2px;
}
.pagetop:before {
  font-size: 1.25rem;
  text-align: center;
  font-family: "icomoon";
  content: "\e908";
  color: #fff;
  transition: 0.1s;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.pagetop a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-width: 0;
  display: block;
  width: 60px;
  padding: 40px 0 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .pagetop {
    bottom: 100px;
    right: -44px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #fff;
  }
  .pagetop.fade {
    right: -2px;
  }
  .pagetop:before {
    font-size: 0.875rem;
    top: 5px;
  }
  .pagetop a {
    font-size: 0.75rem;
    width: 40px;
    padding: 25px 0 10px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
}
.gmap iframe {
  width: 100%;
  height: 600px;
}

/* sp */
@media screen and (max-width: 769px) {
  .gmap iframe {
    width: 100%;
    height: 400px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(10, 51, 119, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(10, 51, 119, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(10, 51, 119, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  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
******************************************/
.contact {
  background: #3d3d3d;
  padding: 30px 20px;
  border-radius: 10px;
  /* sp */
}
.contact-txt {
  font-size: 1.5625rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.contact ul {
  display: flex;
}
.contact ul li {
  width: 50%;
}
.contact ul li:first-child {
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.contact ul li:last-child {
  padding-left: 10px;
}
.contact ul li dl dt, .contact ul li dl dd {
  color: #fff;
  text-align: center;
}
.contact ul li dl dt {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-indent: 2px;
}
.contact ul li dl dt span {
  font-size: 120%;
  color: #ffdd43;
}
.contact ul li dl dd {
  font-size: 2.1875rem;
}
.contact ul li dl dd span {
  font-size: 1.5625rem;
}
.contact ul li dl dd .btn {
  margin-top: 10px;
}
.contact ul li dl dd .btn a {
  background: #d63737;
}
@media screen and (max-width: 769px) {
  .contact {
    padding: 15px;
  }
  .contact-txt {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .contact-txt .big {
    font-size: 1.25rem;
  }
  .contact ul {
    display: block;
  }
  .contact ul li {
    width: 100%;
  }
  .contact ul li:first-child {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-right-width: 0;
    border-bottom: 1px solid #fff;
  }
  .contact ul li:last-child {
    padding: 0;
  }
  .contact ul li dl dt {
    font-size: 1.125rem;
  }
  .contact ul li dl dd {
    font-size: 1.5625rem;
  }
  .contact ul li dl dd span {
    font-size: 1.25rem;
  }
  .contact ul li dl dd .btn {
    margin-top: 10px;
  }
  .contact ul li dl dd .btn a {
    padding: 10px 15px 10px 25px;
  }
}

/******************************************
[topics] トピックス
******************************************/
.topics {
  /* sp */
}
.topics ul li {
  width: 100%;
  border-top: 1px dashed #b9b9b9;
}
.topics ul li:last-child {
  border-bottom: 1px dashed #b9b9b9;
}
.topics ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.topics.faq ul li a {
  display: block;
  pointer-events: none;
}
.topics.faq ul li a > p {
  line-height: 1.6;
}
.topics.faq ul li a > p:before {
  content: "";
  width: 27px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.topics.faq .topics_title {
  font-size: 1.25rem;
  padding-left: 37px;
  text-overflow: inherit;
  white-space: inherit;
}
.topics.faq .topics_title:before {
  background-image: url(../img/faq-icon-q.png);
}
.topics.faq .topics_body {
  padding-left: 67px;
  margin-top: 10px !important;
}
.topics.faq .topics_body:before {
  background-image: url(../img/faq-icon-a.png);
  left: 30px;
  bottom: inherit;
}
.topics_thumb {
  width: 100%;
  height: 240px;
  display: block;
  border: 1px solid #75b23d;
  background: #fff;
  margin-bottom: 5px;
  overflow: hidden;
}
.topics_thumb:before {
  content: "";
  background: url("../img/logo-header.png") center no-repeat;
  background-size: 50%;
  opacity: 0.3;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 0;
}
.topics_date {
  color: #fff;
  background: #3d3d3d;
  border-radius: 100px;
  padding: 0 15px 3px 15px;
}
.topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 10px;
}
@media screen and (max-width: 769px) {
  .topics ul {
    display: block;
  }
  .topics ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .topics ul li:last-child {
    margin: 0 auto 0;
  }
  .topics ul li a {
    display: block;
    padding: 10px 0;
  }
  .topics_date {
    margin-bottom: 5px;
  }
}

/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  /* sp */
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a {
  color: #fff;
  background: #75b23d;
}
.sideBnr a:before {
  font-family: "icomoon";
  content: "\e909";
  font-size: 1.5em;
  display: inline-block;
  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;
  }
}

/******************************************
[.schedule] スケジュール
******************************************/
.schedule {
  width: 100%;
}
.schedule table {
  width: 100%;
  border: 2px solid #3d3d3d;
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.schedule table tbody {
  width: 100%;
  display: table;
}
.schedule tr {
  overflow: hidden;
}
.schedule tr:last-child th, .schedule tr:last-child td {
  border-bottom-width: 0;
}
.schedule tr th, .schedule tr td {
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  padding: 12px 5px;
  line-height: 1;
}
.schedule tr th:last-child, .schedule tr td:last-child {
  border-right-width: 0;
}
.schedule tr th {
  font-size: 1rem;
  font-weight: 700;
  background: #f2f9ee;
}
.schedule tr th:nth-child(n+2) {
  width: 50px;
}
.schedule tr th:first-child {
  background: #f6f5f3;
}
.schedule tr td {
  font-size: 1.25rem;
  color: #75b23d;
  background: #fff;
}
.schedule tr td.holiday {
  color: #d63737;
  font-weight: 700;
}

/* sp */
@media screen and (max-width: 769px) {
  .schedule table {
    border-radius: 10px;
  }
  .schedule tr th, .schedule tr td {
    font-size: 0.75rem;
    padding: 10px 0;
  }
  .schedule tr th {
    font-size: 0.75rem;
  }
  .schedule tr th:nth-child(n+2) {
    width: 32px;
  }
  .schedule tr td {
    font-size: 0.75rem;
  }
  .schedule tr td img {
    width: 12px;
    height: 10px;
  }
}
.clone-nav {
  padding: 10px;
  display: flex;
  /* sp */
}
.clone-nav .header {
  width: initial;
  height: auto;
  padding: 0;
  margin: 0;
  flex-grow: 0;
}
.clone-nav .header-left h1 {
  display: none;
}
.clone-nav .header-center, .clone-nav .header-right {
  display: none;
}
.clone-nav .header .logo {
  margin: 0;
}
.clone-nav nav {
  display: flex !important;
  flex-grow: 1;
  margin-top: 0;
  padding: 0;
  justify-content: flex-end;
  background: none;
  border-bottom-width: 0;
}
.clone-nav nav ul {
  width: auto;
  padding: 0;
  margin: 0;
  background: #fff;
}
.clone-nav nav ul li {
  width: auto;
  padding: 0;
  border-color: #3d3d3d;
}
.clone-nav nav ul li a {
  font-size: 1rem;
  color: #3d3d3d;
  padding: 5px 20px;
  width: auto;
}
.clone-nav nav ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .clone-nav {
    display: none;
  }
}

.tel {
  font-size: 30px !important;
  line-height: 1;
  display: flex;
  align-items: center;
}
.tel i {
  font-size: 90%;
  margin: 0 5px 0 0;
}

.radius {
  border-radius: 10px;
}

.bg-green {
  background: url("../img/bg-green2.jpg") repeat;
}

.menu2 {
  width: 430px;
  float: right;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px;
  transition: 0.1s;
  box-shadow: 0px 5px 0px 0 #020b19;
  /*&:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba($black, 0.3);
    text-decoration: none;
    opacity: 0.8;
  }*/
}
.menu2:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #020b19;
}
.menu2 a {
  line-height: 1;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}
.menu2 a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
}
.menu2 a:hover {
  text-decoration: none;
}
.menu2.reserve {
  background: #664c34;
  justify-content: center;
}
.menu2.reserve a {
  font-size: 1.5625rem;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.menu2.reserve a:before {
  width: 67px;
  height: 60px;
  background-image: url(../img/icon-reserve.png);
}
.menu2.line {
  background: #01b901;
}
.menu2.line a {
  font-size: 1rem;
  flex-wrap: wrap;
  padding: 15px 30px;
}
.menu2.line a span {
  width: 100%;
}
.menu2.line a img {
  margin: 15px 0;
}
.menu2.line a:before {
  width: 85px;
  height: 185px;
  background-image: url(../img/cat-img2.png);
  position: absolute;
  right: -30px;
  top: -25px;
}

/* sp */
@media screen and (max-width: 769px) {
  .menu2 {
    width: 100%;
    float: none;
    border-radius: 15px;
    margin-top: 20px;
  }
  .menu2 a {
    border-radius: 10px;
    border: 2px solid #fff;
  }
  .menu2.reserve a {
    font-size: 1.25rem;
  }
  .menu2.reserve a:before {
    width: 33px;
    height: 30px;
  }
  .menu2.line a {
    font-size: 0.875rem;
    padding: 10px;
  }
  .menu2.line a img {
    width: calc(100% - 50px);
  }
  .menu2.line a:before {
    width: 75px;
    height: 146px;
    right: -40px;
    top: -15px;
  }
}
.btn.external a {
  background: #664c34;
}
.btn.external a:after {
  font-family: "icomoon";
  content: "\e904";
  margin-left: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn.external a:after {
    margin-left: 3px;
  }
}
.works ul {
  display: flex;
}
.works ul li {
  width: 25%;
  margin: 0 2% 0 0;
}
.works ul li:last-child {
  margin-right: 0;
}
.works ul li .topics_thumb {
  height: 200px;
  border-width: 0;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .category_name {
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.1;
  background: #75b23d;
}
.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;
  }
}
.menu {
  display: flex;
  height: 250px;
  background: #000;
  border: 5px solid #fff;
}
.menu li {
  width: 33.333%;
  overflow: hidden;
  border-right: 5px solid #fff;
}
.menu li:last-child {
  border-right-width: 0;
}
.menu li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  transition: 0.3s;
}
.menu li:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
.menu li:nth-child(1):before {
  background-image: url(../img/index-menu-qa.jpg);
}
.menu li:nth-child(2):before {
  background-image: url(../img/index-menu-voice.jpg);
}
.menu li:nth-child(3):before {
  background-image: url(../img/index-menu-about.jpg);
}
.menu li a {
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu li a:hover {
  text-decoration: none;
}

/* sp */
@media screen and (max-width: 769px) {
  .menu {
    display: block;
    height: auto;
    border: 2px solid #fff;
  }
  .menu li {
    width: 100%;
    overflow: hidden;
    border-right-width: 0;
    border-bottom: 2px solid #fff;
  }
  .menu li:last-child {
    border-right-width: 0;
    border-bottom-width: 0;
  }
  .menu li a {
    font-size: 1.25rem;
    letter-spacing: 0;
    text-indent: 0;
    padding: 50px 0;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: center;
  background: #fff;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.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: #75b23d;
}
.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: 100%;
    margin: 0 0 20px !important;
  }
  .imgTxt-txt {
    padding: 0 15px 15px !important;
  }
  .imgTxt .ttl {
    font-size: 1.125rem;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
.contactSec {
  text-align: center;
  background: url("../img/index_contact-bg.jpg") center repeat;
  background-size: cover;
  padding: 40px 0;
}
.contactSec ul {
  display: flex;
  margin: auto;
  align-items: center;
}
.contactSec ul li {
  color: #fff;
  width: 50%;
  border-left: 1px solid #fff;
  padding: 10px 20px;
}
.contactSec ul li:last-child {
  border-right: 1px solid #fff;
}
.contactSec ul li p {
  font-size: 0.9375rem;
  text-align: center;
}
.contactSec ul li p.ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contactSec-left p {
  text-align: center;
  margin-top: 0 !important;
}
.contactSec-left p.tel {
  font-size: 40px !important;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto 10px;
  letter-spacing: 5px;
}
.contactSec-right .btn {
  margin: 0 auto 10px;
}
.contactSec-right .btn a {
  font-weight: 700;
  color: #0a3377;
  background: #fff;
}

/* sp */
@media screen and (max-width: 769px) {
  .contactSec {
    background-size: cover;
  }
  .contactSec ul {
    display: block;
    width: 100%;
  }
  .contactSec ul li {
    width: 100%;
    border-left-width: 0;
    border-top: 1px solid #fff;
    padding: 10px;
  }
  .contactSec ul li:last-child {
    border-right-width: 0;
    border-bottom: 1px solid #fff;
  }
  .contactSec ul li p.ttl {
    font-size: 1.25rem;
  }
  .contactSec-left p.tel {
    letter-spacing: 0;
  }
  .contactSec-txt {
    font-size: 1rem;
  }
}
/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  z-index: 1;
}
.btn a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 0.6;
  display: inline-block;
  background: #0a3377;
  border-radius: 5px;
  padding: 15px 20px 15px 25px;
  margin: 0 10px;
  transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0px 5px 0px 0 #020b19;
  /*&:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba($black, 0.3);
    text-decoration: none;
    opacity: 0.8;
  }*/
}
.btn a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #020b19;
}
.btn a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.btn a:after {
  font-family: "icomoon";
  content: "\e906";
  margin-left: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn a {
    font-size: 0.875rem;
    padding: 10px 20px 10px 30px;
    line-height: 1.2;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  イントロ
  ******************************************/
  /* sp */
  /******************************************
  [sec2] 
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [sec3] 施工事例
  ******************************************/
  /* sp */
  /******************************************
  [sec4] 新着情報
  ******************************************/
  /* sp */
  /* sp */
}
#index .mv {
  width: 100%;
  height: auto;
  z-index: 0;
  margin: auto;
  padding-bottom: 20px;
  background: #f6f5f3;
}
#index .mv-ttl {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 760px;
  z-index: 1;
}
#index .mv-ttl span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 20px;
}
#index .mv-ttl span:after {
  content: "";
  position: absolute;
  margin: auto;
  left: -15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgba(117, 178, 61, 0.9);
  z-index: -1;
  border-radius: 100px;
}
#index .mv-box {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin: auto;
  display: flex;
}
#index .mv-box > a {
  width: 33.333%;
  padding: 350px 60px 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  transition: 0.2s;
}
#index .mv-box > a:nth-child(1) {
  background-image: url(../img/mv-img1.jpg);
}
#index .mv-box > a:nth-child(2) {
  background-image: url(../img/mv-img2.jpg);
}
#index .mv-box > a:nth-child(3) {
  background-image: url(../img/mv-img3.jpg);
}
#index .mv-box > a p {
  font-size: 1.125rem;
  color: #fff;
}
#index .mv-box > a .mv-box-leftTtl,
#index .mv-box > a .mv-box-centerTtl,
#index .mv-box > a .mv-box-rightTtl {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
#index .mv-box > a .mv-box-block {
  padding: 20px;
  border-radius: 10px;
  background: rgba(10, 51, 119, 0.8);
  transition: 0.5s;
}
#index .mv-box > a:hover {
  background-size: auto 110%;
  transition: 0.5s;
  text-decoration: none;
}
#index .mv-box > a:hover:before {
  transition: 0.5s;
  opacity: 0;
}
#index .mv-box > a:hover .mv-box-block {
  background: rgba(10, 51, 119, 0.9);
}
#index .mv-box > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #3d3d3d;
  opacity: 0.3;
  transition: 0.5s;
}
#index .mv-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #index .mv {
    padding: 170px 0 20px;
  }
  #index .mv-ttl {
    font-size: 1.25rem;
    color: #3d3d3d;
    line-height: 1.2;
    top: 20px;
    width: 100%;
    padding: 0 15px;
  }
  #index .mv-ttl span {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  #index .mv-ttl span:after {
    bottom: -16px;
    height: 10px;
  }
  #index .mv-box {
    height: auto;
    display: block;
  }
  #index .mv-box > a {
    width: 100%;
    padding: 60vw 0 0;
    margin: 20px 0 0;
    display: block;
    background-size: cover;
  }
  #index .mv-box > a p {
    font-size: 1rem;
  }
  #index .mv-box > a .mv-box-leftTtl,
  #index .mv-box > a .mv-box-centerTtl,
  #index .mv-box > a .mv-box-rightTtl {
    font-size: 20px !important;
    margin-bottom: 5px;
  }
  #index .mv-box > a .mv-box-block {
    padding: 10px 10px 45px;
    border-radius: 0;
    background: rgba(10, 51, 119, 0.7);
  }
  #index .mv-box > a .mv-box-block:before {
    font-family: "icomoon";
    font-size: 30px;
    line-height: 1;
    content: "\e905";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(117, 178, 61, 0.8);
  }
  #index .mv-box > a .mv-box-block p {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  #index .mv-box > a:before {
    opacity: 0;
  }
}
#index #sec1 {
  background: #fff;
}
#index .intro {
  display: flex;
}
#index .intro > div {
  width: 50%;
  height: 500px;
}
#index .intro-img {
  order: 2;
  overflow: hidden;
}
#index .intro-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#index .intro-img:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 500px 0 0 100px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#index .intro-txt {
  order: 1;
  padding: 0 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#index .intro-txt > div p:nth-child(2) {
  font-size: 1.25rem;
}
#index .intro-ttl {
  font-size: clamp(1.667rem, 4vw - 1rem, 2.778rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #index .intro {
    display: block;
    padding: 0 15px;
  }
  #index .intro > div {
    width: 100%;
    height: auto;
  }
  #index .intro-img {
    order: 2;
    overflow: hidden;
  }
  #index .intro-img img {
    position: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
  #index .intro-img:before {
    display: none;
  }
  #index .intro-txt {
    padding: 0;
    display: block;
  }
  #index .intro-txt > div p:nth-child(2) {
    font-size: 1rem;
  }
  #index .intro-ttl {
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
}
#index #sec2 .imgTxt > div {
  width: 50%;
}
#index #sec2 .imgTxt-img {
  margin: 0 30px 0 0;
  flex-shrink: initial;
  flex-grow: initial;
}
#index #sec2 .imgTxt-txt {
  margin: 0 0 0 30px;
  flex-shrink: initial;
  flex-grow: initial;
  display: flex;
  align-items: center;
}
#index #sec2 .imgTxt:nth-of-type(even) .imgTxt-img {
  margin: 0 0 0 30px;
}
#index #sec2 .imgTxt:nth-of-type(even) .imgTxt-txt {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 769px) {
  #index #sec2 .imgTxt > div {
    width: 100%;
  }
  #index #sec2 .imgTxt-img {
    margin: 0;
  }
  #index #sec2 .imgTxt-txt {
    margin: 20px 0 0;
    padding: 0;
  }
}
#index .service-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}
#index .service-ttl:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 110;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#index .service-ttl.yaneIcon:before {
  background-image: url("../img/nav-icon2.png");
}
#index .service-ttl.kanbanIcon:before {
  background-image: url("../img/nav-icon3.png");
}
#index .service-ttl.reformIcon:before {
  background-image: url("../img/nav-icon4.png");
}
#index .service-txt {
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  #index .service-ttl {
    font-size: 1.875rem;
    margin-top: 60px;
  }
  #index .service-ttl:before {
    top: -60px;
    width: 73;
    height: 60px;
  }
  #index .service-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 769px) {
  #index #sec3 {
    overflow: hidden;
  }
}
#index .swiper-container .topics_thumb {
  height: 16vw;
  border-width: 0;
}
@media screen and (max-width: 769px) {
  #index .swiper-container .topics_thumb {
    height: 35vw;
  }
}
#index #sec4 .topics {
  display: flex;
}
#index #sec4 .topics h3 {
  width: 250px;
  margin: 0;
}
#index #sec4 .topics h3 .btn {
  justify-content: left;
  margin-top: 0;
}
#index #sec4 .topics h3 .btn a {
  margin: 0;
  font-weight: normal;
}
#index #sec4 .topics ul {
  width: 830px;
}
@media screen and (max-width: 769px) {
  #index #sec4 .topics {
    display: block;
  }
  #index #sec4 .topics h3 {
    width: 100%;
    margin: 0;
  }
  #index #sec4 .topics h3 .btn {
    justify-content: right;
    margin-top: -38px;
  }
  #index #sec4 .topics h3 .btn a {
    font-size: 0.75rem;
    padding: 5px 15px 5px 20px;
  }
  #index #sec4 .topics ul {
    width: 100%;
    margin-top: 40px;
  }
}
#index .recruitBnr {
  background: url(../img/index_recruitBnr-bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 100px;
}
#index .recruitBnr:hover {
  opacity: 0.7;
}
#index .recruitBnr:hover a {
  text-decoration: none;
}
#index .recruitBnr a {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 30px 0 30px 80px;
}
#index .recruitBnr a span {
  font-size: 3.125rem;
  letter-spacing: 10px;
  display: block;
  margin-bottom: 10px;
}
#index .recruitBnr a:before {
  content: "";
  width: 422px;
  height: 202px;
  background: url(../img/index_recruitBnr-img.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #index .recruitBnr {
    margin-top: 50px;
  }
  #index .recruitBnr a {
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 15px 15px 110px;
  }
  #index .recruitBnr a span {
    font-size: 1.875rem;
    text-align: center;
  }
  #index .recruitBnr a:before {
    width: 211px;
    height: 101px;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 770px) {
  #index .works .category_name,
  #index .works .topics_title {
    font-size: 1.25rem;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [gaiheki.html] 屋根・外壁塗装
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [reform.html] リフォーム
  ******************************************/
  /******************************************
  [faq.html] よくあるご質問
  ******************************************/
  /* sp */
  /******************************************
  [recruit.html] 採用情報
  ******************************************/
  /* sp */
  /******************************************
  [info.html]  会社概要
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [list.html] トピックスリスト
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /******************************************
  [works.html] 施工事例
  ******************************************/
  /* sp */
  /******************************************
  [.frame] フレーム
  ******************************************/
}
#second section {
  background: #f6f5f3;
}
#second section:nth-child(odd) {
  background: #fff;
}
#second .mv {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  height: 200px;
  overflow: hidden;
}
#second .mv-box {
  overflow: hidden;
  background: #0a3377;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#second .mv-box:after {
  content: "";
  width: 102%;
  height: 210px;
  background: url("../img/mv-bg-second.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.3;
}
#second .mv-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.4;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #second .mv {
    height: 150px;
  }
  #second .mv-box {
    padding: 0 20px;
  }
  #second .mv-box:after {
    height: 160px;
  }
  #second .mv-ttl {
    font-size: 1.25rem;
  }
}
#second .gaiheki-about {
  display: flex;
  flex-wrap: wrap;
}
#second .gaiheki-about-img {
  width: 48%;
  height: 320px;
  margin: 0 4% 4% 0;
  overflow: hidden;
}
#second .gaiheki-about-img:nth-child(2n) {
  margin: 0 0 2% 0;
}
#second .gaiheki-about-img p {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #75b23d;
  padding: 15px 0 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#second .gaiheki-about-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #second .gaiheki-about-img {
    height: 50vw;
  }
  #second .gaiheki-about-img p {
    font-size: 0.9375rem;
    padding: 10px 10px 12px;
  }
  #second .gaiheki-about-img img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
}
#second .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
#second .step > li {
  width: 31.333%;
  margin: 60px 3% 0 0;
  border: 4px solid #75b23d;
  background: #fff;
}
#second .step > li:nth-child(-n+3) {
  margin-top: 0;
}
#second .step > li:nth-child(3n), #second .step > li:last-child {
  margin-right: 0;
}
#second .step-step {
  font-size: 2.1875rem;
  color: #fff;
  font-family: "Oswald";
  text-align: center;
  font-weight: 700;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 13px;
  background: #75b23d;
  z-index: 100;
}
#second .step-step span {
  font-size: 1.125rem;
  display: block;
}
#second .step-img {
  text-align: center;
  background: #fff;
}
#second .step-img img {
  width: 100%;
  height: auto;
}
#second .step-ttl {
  font-size: 1.5625rem;
  color: #75b23d;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 10px 0 15px;
}
#second .step-txt {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 20px 20px;
}
#second .step .check {
  background: #f6f5f3;
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
#second .step .check li {
  font-size: 0.75rem;
  padding: 0 0 5px 1.5em;
  margin-bottom: 5px;
}
#second .step .check li:last-child {
  padding: 0 0 0 1.5em;
  margin-bottom: 0;
}
#second .step.day .step-step {
  font-size: 1.5625rem;
  width: 150px;
  height: auto;
  border-radius: 200px;
  top: -25px;
  padding: 10px 15px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#second .step.day .step-step:before {
  font-size: 1.2em;
  font-family: "icomoon";
  content: "\e94e";
  margin-right: 10px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #second .step {
    margin-top: 0;
  }
  #second .step > li {
    width: 100%;
    margin: 60px 0 0 0;
  }
  #second .step > li:first-child {
    margin-top: 30px !important;
  }
  #second .step > li:nth-child(-n+3) {
    margin-top: 60px;
  }
  #second .step-txt {
    padding: 0 15px 15px;
  }
  #second .step .check {
    background: #f6f5f3;
    border: 1px dashed #b9b9b9;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
  }
  #second .step .check li {
    font-size: 0.75rem;
    padding: 0 0 5px 1.5em;
    margin-bottom: 5px;
  }
  #second .step .check li:last-child {
    padding: 0 0 0 1.5em;
    margin-bottom: 0;
  }
  #second .step.day .step-step {
    font-size: 1.5625rem;
    width: 150px;
    height: auto;
    border-radius: 200px;
    top: -25px;
    padding: 10px 15px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #second .step.day .step-step:before {
    font-size: 1.2em;
    font-family: "icomoon";
    content: "\e94e";
    margin-right: 10px;
    font-weight: normal;
  }
}
#second .support {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
}
#second .support .ttl {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #75b23d;
  margin-bottom: 10px;
}
#second .topics.faq ul li {
  border-width: 0;
  padding: 20px;
  border-radius: 10px;
  background: #f6f5f3;
}
#second .topics.faq ul li:nth-child(odd) {
  background: #fff;
}
#second .topics.faq ul li a {
  display: block;
  pointer-events: none;
}
#second .topics.faq ul li a > p {
  overflow: visible;
  line-height: 1.6;
}
#second .topics.faq ul li a > p:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
#second .topics.faq .topics_title:before,
#second .topics.faq .topics_body:before {
  font-size: 1.875rem;
  display: inline-block;
  margin-right: 10px;
  padding: 3px;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 100px;
  position: absolute;
  top: -10px;
}
#second .topics.faq .topics_title:after,
#second .topics.faq .topics_body:after {
  content: "";
  position: absolute;
  top: 31px;
  margin-top: -7px;
  border: 5px solid transparent;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#second .topics.faq .topics_title {
  font-size: 1.25rem;
  padding-left: 47px;
  text-overflow: inherit;
  white-space: inherit;
}
#second .topics.faq .topics_title:before {
  content: "Q";
  background: #0a3377;
  left: 0;
}
#second .topics.faq .topics_title:after {
  border-left: 10px solid #0a3377;
  left: 30px;
}
#second .topics.faq .topics_body {
  padding-left: 77px;
  margin-top: 25px !important;
}
#second .topics.faq .topics_body:before {
  content: "A";
  background: #f29901;
  left: 30px;
}
#second .topics.faq .topics_body:after {
  border-left: 10px solid #f29901;
  left: 60px;
}
@media screen and (max-width: 769px) {
  #second .topics.faq ul li a > p {
    line-height: 1.3;
  }
  #second .topics.faq .topics_title:before,
  #second .topics.faq .topics_body:before {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  #second .topics.faq .topics_title:after,
  #second .topics.faq .topics_body:after {
    top: 20px;
  }
  #second .topics.faq .topics_title {
    font-size: 1rem;
    padding-left: 37px;
    text-overflow: inherit;
    white-space: inherit;
  }
  #second .topics.faq .topics_title:before {
    font-size: 1.125rem;
  }
  #second .topics.faq .topics_title:after {
    border-left: 10px solid #0a3377;
    left: 21px;
  }
  #second .topics.faq .topics_body {
    padding-left: 37px;
  }
  #second .topics.faq .topics_body:before {
    font-size: 1.125rem;
    left: 0;
  }
  #second .topics.faq .topics_body:after {
    border-left: 10px solid #f29901;
    left: 21px;
  }
}
#second .persona {
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  background: #fff;
  padding: 30px 30px 20px;
  margin-top: 40px;
}
#second .persona-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: -5px;
  margin: auto;
}
#second .persona-txt li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
#second .persona-txt li:before {
  color: #d63737;
  font-size: 1.5rem;
  font-family: "icomoon";
  content: "\e901";
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #second .persona {
    padding: 15px;
    margin-top: 40px;
  }
  #second .persona-ttl {
    font-size: 1.5625rem;
  }
}
#second .about.basic th {
  width: 120px;
  text-align: right;
  text-align-last: inherit;
}
@media screen and (max-width: 769px) {
  #second .about.basic th {
    width: 45px;
  }
}
#second .timeTable {
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  #second .timeTable {
    float: none;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }
}
#second .topics {
  /* sp */
}
#second .topics.voice li {
  width: 22%;
  margin: 4% 4% 0 0;
}
#second .topics.voice li:nth-child(3n) {
  margin-right: 4%;
}
#second .topics.voice li:nth-child(4n) {
  margin-right: 0;
}
#second .topics.voice li:nth-child(-n+3) {
  margin-top: 4%;
}
#second .topics.voice li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .topics ul {
    display: block;
  }
  #second .topics ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #second .topics_thumb {
    height: 130px;
  }
}
#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: #d63737;
  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: #75b23d;
}
@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;
  /* sp */
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #75b23d;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
#second .privacy table {
  background: #fff;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
}
#second .privacy table tr th {
  text-align: center;
  background: #f6f5f3;
  width: 33.333%;
}
#second .privacy a {
  color: #0a3377;
  text-decoration: underline;
}
@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 .works ul {
  flex-wrap: wrap;
}
#second .works ul li {
  width: 22%;
  margin: 0 4% 4% 0;
}
#second .works ul li:nth-child(4n), #second .works ul li:last-child {
  margin-right: 0;
}
#second .works ul li .topics_thumb {
  height: 200px;
  border-width: 0;
}
#second .works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#second .works ul li .topics_title {
  font-size: 0.875rem;
  padding: 0;
}
#second .works.position ul li {
  width: 31.333%;
  margin: 0 3% 3% 0;
}
#second .works.position ul li:nth-child(3n), #second .works.position ul li:last-child {
  margin-right: 0;
}
#second .works.position ul li .topics_thumb {
  height: 250px;
}
#second .works.position ul li .topics_title {
  font-size: 1.25rem;
  color: #75b23d;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #second .works {
    width: 80%;
    margin: auto;
  }
  #second .works ul li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  #second .works ul li .topics_thumb {
    height: 60vw;
  }
  #second .works.position ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #second .works.position ul li:nth-child(3n), #second .works.position ul li:last-child {
    margin-right: 0;
  }
  #second .works.position ul li .topics_thumb {
    height: 50vw;
  }
  #second .works.position ul li .topics_title {
    font-size: 1rem;
  }
}
#second .frame {
  border-color: #b9b9b9;
  background: rgba(10, 51, 119, 0.05);
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
  /* sp */
}
#second .frame-white {
  border-color: #b9b9b9;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: 20px 0;
}
@media screen and (max-width: 769px) {
  #second .frame {
    padding: 15px;
  }
  #second .frame-white {
    padding: 15px;
  }
}

/* 250612 追記 */
.footer-license {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 320px;
  margin: 15px auto 0 0;
}
.footer-license a {
  display: block;
  transition: opacity 0.5s;
}
.footer-license a:hover {
  opacity: 0.75;
}
.footer-license img {
  vertical-align: top;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .footer-license {
    max-width: 400px;
  }
}