@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.3s;
  color: #000000;
  outline: none;
  position: relative;
  display: inline-block;
}

/* a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
} */
a:hover {
  opacity: 0.6;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s;
  color: #000000;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

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

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #453932;
  background: #FFF;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.02em;
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 70px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

::selection {
  background: #9c9c9c;
  color: #fff;
}

::-moz-selection {
  background: #9c9c9c;
  color: #fff;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 61px;
}

@media screen and (min-width: 769px) {
  #page {
    padding-top: 102px;
  }
}

.search-box, .keyword-wrapper {
  display: none;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 25px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1060px;
  }
  .pc-flex {
    display: flex;
  }
}

.font-en {
  font-family: 'Josefin Sans', sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.btn {
  border: 1px solid #707070;
  font-size: 14px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.btn img {
  vertical-align: middle;
}

.btn a {
  display: block;
  padding: 9px 8px;
  color: #453932;
}

.btn-detail {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .btn {
    max-width: 400px;
    margin: 0 auto;
    transition: all 0.3s ease;
  }
  .btn a {
    padding: 12px 10px;
  }
  .btn a:hover {
    opacity: 1;
    color: #fff;
  }
  .btn:hover {
    background: #FE6D0D;
    color: #fff;
    border-color: #FE6D0D;
  }
}

.btn-more {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.btn-more a {
  padding: 8px;
}

.btn-more .icon-arrow01 {
  position: absolute;
  right: 15px;
}

.btn-more .icon-arrow01::before {
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

@media screen and (min-width: 769px) {
  .btn-more {
    font-size: 18px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
}

.btn-back {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  width: 87%;
}

.btn-back a {
  padding: 8px;
}

@media screen and (min-width: 769px) {
  .btn-back {
    font-size: 18px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}

.btn-top {
  border: 2px solid #FE6D0D;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.btn-top a {
  padding: 8px 8px;
  color: #FE6D0D;
}

@media screen and (min-width: 769px) {
  .btn-top {
    font-size: 18px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .btn-top a {
    padding: 10px;
  }
}

.icon-arrow01 {
  position: relative;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.icon-arrow01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.icon-arrow02 {
  position: relative;
}

.icon-arrow02::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 4px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: skewX(45deg);
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
}

.icon-arrow03 {
  position: relative;
}

.icon-arrow03::before, .icon-arrow03::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.icon-arrow03::before {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.icon-arrow03::after {
  left: 6px;
  top: -1px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FE6D0D;
  border-right: 2px solid #FE6D0D;
  transform: rotate(135deg);
}

.icon-nw {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-nw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon-nw.svg) no-repeat;
  background-size: contain;
}

.font-s {
  font-size: 12px;
}

.page-bd {
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .page-bd {
    padding-bottom: 65px;
  }
}

.bgW {
  background: #fff !important;
}

.mds-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 9px;
}

@media screen and (min-width: 769px) {
  .mds-ttl {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.noinfo {
  text-align: center;
  padding: 20px 0;
}

.tel-pcolor a {
  color: #017A8A;
}

.contents-tbl .tel a {
  color: #333;
}

/* テロップ-------------------------------------------*/
.telop {
  background: #F8F8F8;
  padding: 12px;
}

.telop .telop-inner {
  background: #fff;
  border: 2px solid #D94444;
  text-align: center;
  color: #453932;
  padding: 15px;
  font-size: 11px;
}

.telop .telop-inner .mds {
  font-size: 14px;
}

.telop .telop-inner a {
  color: #453932;
  text-decoration: underline;
}

.telop .telop-inner strong, .telop .telop-inner b {
  font-weight: bold;
}

.telop .telop-inner em {
  font-style: italic;
}

.telop .telop-inner img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 600px;
  width: auto;
  height: auto;
  padding: 10px 0;
}

.telop .telop-inner ul {
  list-style-type: disc;
}

.telop .telop-inner ol {
  list-style-type: decimal;
}

.telop .telop-inner table th {
  text-align: center;
  vertical-align: inherit;
  font-weight: bold;
}

.telop .telop-inner .fwN, .telop .telop-inner caption, .telop .telop-inner h1, .telop .telop-inner h2, .telop .telop-inner h3, .telop .telop-inner h4, .telop .telop-inner h5, .telop .telop-inner h6, .telop .telop-inner td, .telop .telop-inner th {
  margin: 0;
}

.telop .telop-inner h1 {
  font-size: 2em;
}

.telop .telop-inner h2 {
  font-size: 1.5em;
}

.telop .telop-inner h3 {
  font-size: 1.17em;
}

.telop .telop-inner h4 {
  font-size: 1em;
}

.telop .telop-inner h5 {
  font-size: 0.83em;
}

.telop .telop-inner h6 {
  font-size: 0.67em;
}

.telop .telop-inner hr {
  display: block;
}

.telop.blk .telop-inner {
  border-color: #453932;
}

@media screen and (min-width: 769px) {
  .telop {
    padding: 15px 5px;
  }
  .telop .telop-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
  }
}

/* 共通ヘッダー-------------------------------------------*/
.cmn-hd {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 98;
}

.cmn-hd .hd-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
}

.cmn-hd .sc-logo {
  display: none;
}

.cmn-hd .ttl {
  max-width: 45px;
  padding: 13px 15px;
}

.cmn-hd .ttl img {
  vertical-align: initial;
}

.cmn-hd .flex-wrapper {
  align-items: flex-end;
  flex-wrap: wrap;
}

.navbtn {
  background: #FE6D0D;
  width: 61px;
  height: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbtn p {
  z-index: 1;
  position: relative;
}

.navbtn span {
  position: absolute;
  right: 18px;
  margin: 0 auto;
  height: 2px;
  width: 25px;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}

.navbtn span:nth-of-type(1) {
  top: 15px;
}

.navbtn span:nth-of-type(2) {
  top: 25px;
  width: 20px;
}

.navbtn span:nth-of-type(3) {
  top: 35px;
  width: 13px;
}

.navbtn.show span {
  opacity: 1;
  background-color: #fff;
}

.navbtn.show span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}

.navbtn.show span:nth-child(2) {
  opacity: 0;
}

.navbtn.show span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  width: 25px;
}

.btn-lang {
  font-family: 'Josefin Sans', sans-serif;
  padding-top: 10px;
}

.btn-lang span {
  opacity: 0;
}

.btn-lang img {
  width: 18px;
}

.btn-gnav p {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .cmn-hd .hd-inner {
    align-items: center;
    height: 70px;
  }
  .cmn-hd .sc-logo {
    display: flex;
    margin-left: auto;
    align-items: center;
  }
  .cmn-hd .sc-logo > div {
    margin-right: 20px;
    line-height: 0;
  }
  .cmn-hd .sc-logo .logo01 {
    margin-right: 10px;
  }
  .cmn-hd .sc-logo .logo05 {
    margin-right: 35px;
  }
  .cmn-hd .sc-logo img {
    width: auto;
  }
  .cmn-hd .ttl {
    width: auto;
    max-width: initial;
  }
  .navbtn {
    width: 85px;
    height: 70px;
  }
  .navbtn:hover {
    opacity: 0.7;
  }
  .navbtn span {
    width: 25px;
    right: 26px;
  }
  .navbtn span:nth-of-type(1) {
    top: 23px;
  }
  .navbtn span:nth-of-type(2) {
    top: 33px;
    width: 19px;
  }
  .navbtn span:nth-of-type(3) {
    top: 43px;
    width: 12px;
  }
  .navbtn.show span {
    width: 30px;
  }
  .navbtn.show span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .navbtn.show span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
    width: 30px;
  }
  .btn-gnav p {
    font-size: 14px;
    bottom: 16px;
  }
}

/* グローバルナビ-------------------------------------------*/
body.fixed, html.fixed {
  overflow: hidden;
}

.nav-contents {
  display: none;
  position: fixed;
  top: 49px;
  right: 0;
  width: 80%;
  background: #fff;
  height: 100vh;
  z-index: 100;
}

.nav-contents .inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.nav-contents ul {
  padding: 15px 50px;
}

.nav-contents ul li {
  font-size: 14px;
  padding: 10px 0 1px;
}

.nav-contents ul li a {
  display: block;
  position: relative;
  color: #453932;
  font-weight: bold;
}

.nav-contents ul li .txt-en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.nav-contents .btn {
  margin: 0 18px;
  border-color: #ffffff;
}

.filter-bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 80;
  top: 50px;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .nav-contents {
    top: 70px;
    width: 377px;
  }
  .nav-contents ul {
    padding: 50px 0 50px 90px;
  }
  .nav-contents ul li {
    padding-bottom: 10px;
  }
  .nav-contents ul li a:hover {
    opacity: 1;
    color: #FE6D0D;
  }
  .filter-bg {
    top: 70px;
  }
}

/* 下層タイトル-------------------------------------------*/
.ttl-area {
  background: linear-gradient(to bottom right, #fe6d0d 0%, #ffb72f 100%);
  padding: 35px 15px;
  position: relative;
}

.ttl-mds {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-left: 34px;
  position: relative;
}

.ttl-mds::before {
  content: "";
  background: url(../images/common/icon-info-dot.svg) no-repeat 0 0;
  background-size: 19px 19px;
  width: 20px;
  height: 25px;
  position: absolute;
  left: 4px;
  top: 4px;
}

.ttl-mds .ttl-jp {
  font-size: 12px;
  display: block;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .ttl-area {
    padding: 90px 0;
  }
  .ttl-mds {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 51px;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .ttl-mds::before {
    background-size: 37px 37px;
    width: 37px;
    height: 37px;
    left: -54px;
    top: 5px;
  }
  .ttl-mds .ttl-jp {
    font-size: 20px;
    margin-left: auto;
  }
}

/* 下層小見出し-------------------------------------------*/
.submds {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FE6D0D;
  letter-spacing: 0.1em;
  color: #FE6D0D;
}

@media screen and (min-width: 769px) {
  .submds {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

/* パンくず-------------------------------------------*/
.breadcrumb-area {
  background: #F8F5EC;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
}

.breadcrumb-area .breadcrumb {
  margin: 0 15px;
  font-size: 10px;
}

.breadcrumb-area .breadcrumb a {
  text-decoration: underline;
  color: #FE6D0D;
}

.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline;
}

.breadcrumb-area .breadcrumb li:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg);
  border-top: 1px solid #453932;
  border-right: 1px solid #453932;
  left: auto;
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-decoration: none;
}

.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb-area .breadcrumb li:last-child a {
  text-decoration: none;
  color: #453932;
}

.breadcrumb-area .current a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .breadcrumb-area {
    padding: 15px 0;
  }
  .breadcrumb-area .breadcrumb {
    font-size: 12px;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1100px;
  }
}

/* コンテンツエリア-------------------------------------------*/
.main-area {
  padding: 30px 15px 0;
}

@media screen and (min-width: 769px) {
  .main-area {
    padding-top: 60px;
  }
}

/* 検索エリア-------------------------------------------*/
/* セレクトボックス-------------------------------------------*/
/* 検索フォーム-------------------------------------------*/
/* お知らせ共通パーツ-------------------------------------------*/
.info-area .info-list dt {
  color: #453932;
  margin-bottom: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.info-area .info-list dd {
  margin-bottom: 20px;
  font-weight: 500;
}

.info-area .info-list dd .ttl-box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.tag-list li {
  font-weight: 500;
  text-align: center;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 13px 13px 13px 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag-list li.tag01 {
  background: #f7e3d2;
}

.tag-list li.tag02 {
  background: #F4DBDC;
}

.tag-list li.tag03 {
  background: #D6E8F2;
}

.tag-list li.tag04 {
  background: #E1EFE1;
}

@media screen and (min-width: 769px) {
  .info-area .info-list {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .info-area .info-list dt {
    margin-bottom: 22px;
    font-size: 14px;
    padding-right: 30px;
  }
  .info-area .info-list dd {
    margin-bottom: 22px;
    width: 86%;
  }
  .info-area .info-list .ttl-box {
    font-size: 14px;
  }
  .tag-list li {
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

/* WYSIWYG-------------------------------------------*/
.blog-detail-box .date {
  background: #FE6D0D;
  color: #fff;
  margin-bottom: 22px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  display: table;
  text-align: center;
  padding: 5px 10px;
  line-height: 1;
  margin-left: auto;
  margin-right: 0;
}

.blog-detail-box .ttl {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
}

.blog-detail-box .url {
  margin-bottom: 5px;
  line-height: 2.1;
}

.blog-detail-box .url a {
  text-decoration: underline;
}

.blog-detail-box .main-txt-box {
  padding: 0 0 20px;
}

.blog-detail-box .u-line {
  border-bottom: 1px solid #F8F5EC;
}

.main-txt-box {
  line-height: 2;
}

.main-txt-box p {
  margin: 0 0 5px;
}

.main-txt-box a {
  text-decoration: underline;
  color: #FE6D0D;
}

.main-txt-box strong, .main-txt-box b {
  font-weight: bold;
}

.main-txt-box em {
  font-style: italic;
}

.main-txt-box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 600px;
  width: auto;
  height: auto;
  padding: 10px 0;
}

.main-txt-box ul {
  list-style-type: disc;
}

.main-txt-box ol {
  list-style-type: decimal;
}

.main-txt-box table th {
  text-align: center;
  vertical-align: inherit;
  font-weight: bold;
}

.main-txt-box .fwN, .main-txt-box caption, .main-txt-box h1, .main-txt-box h2, .main-txt-box h3, .main-txt-box h4, .main-txt-box h5, .main-txt-box h6, .main-txt-box td, .main-txt-box th {
  margin: 0;
}

.main-txt-box h1 {
  font-size: 2em;
}

.main-txt-box h2 {
  font-size: 1.5em;
}

.main-txt-box h3 {
  font-size: 1.17em;
}

.main-txt-box h4 {
  font-size: 1em;
}

.main-txt-box h5 {
  font-size: 0.83em;
}

.main-txt-box h6 {
  font-size: 0.67em;
}

.main-txt-box hr {
  display: block;
}

@media screen and (min-width: 769px) {
  .blog-detail-box .date {
    font-size: 14px;
    margin-bottom: 50px;
    padding: 5px 15px 3px;
  }
  .blog-detail-box .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .blog-detail-box .main-txt-box {
    margin-bottom: 50px;
  }
  .blog-detail-box .main-txt-box .url {
    margin-bottom: 5px;
  }
}

/* ページャー-------------------------------------------*/
.pager-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
  padding: 0 6px;
}

.pager-box li {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  width: 50%;
  text-align: center;
  margin: 0 6.5px;
}

.pager-box li a {
  display: block;
  background: #f7f4eb;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.pager-box li .icon-arrow01 {
  position: absolute;
}

.pager-box li .icon-arrow01::before {
  width: 8px;
  height: 8px;
  border-width: 1px;
}

.pager-box .btn-back .icon-arrow01 {
  left: 20px;
}

.pager-box .btn-back .icon-arrow01::before {
  transform: rotate(225deg);
}

.pager-box .btn-next .icon-arrow01 {
  right: 20px;
}

.pager-box .disable {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .pager-box {
    max-width: 500px;
    margin: 50px auto 60px;
  }
  .pager-box li {
    margin: 0 10px;
  }
}

/* 右下のPAGETOPボタン-------------------------------------------*/
.btn-pagetop {
  cursor: pointer;
  transition: 0.3s;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9;
  display: block !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.btn-pagetop::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FE6D0D;
  border-right: 2px solid #FE6D0D;
  transform: rotate(315deg);
}

.btn-hide {
  opacity: 0;
  visibility: hidden;
  transition: all  0.3s;
}

.btn-hide:hover {
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .btn-pagetop {
    width: 55px;
    height: 55px;
  }
  .btn-pagetop::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .btn-pagetop:hover {
    background: #FE6D0D;
  }
  .btn-pagetop:hover::before {
    border-color: #fff;
  }
  .btn-hide {
    opacity: 0;
    visibility: hidden;
    transition: all  0.3s;
  }
}

/* 静的ページの共通パーツ-------------------------------------------*/
.static-area a {
  color: #FE6D0D;
  text-decoration: underline;
}

.static-area .top-txt {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .static-area .top-txt {
    font-size: 16px;
  }
}

.static-area .txt-box {
  margin-bottom: 40px;
}

.static-area .txt-box p {
  margin-bottom: 20px;
}

.static-area .btn-top {
  margin-top: 50px;
}

.static-area .btn-top a {
  text-decoration: none;
}

/* フッター-------------------------------------------*/
.cmn-ft .bnr-area {
  background: #f8f5ec;
}

.cmn-ft .bnr-area .bnr-list {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 30px 40px;
}

.cmn-ft .bnr-area .bnr-list li {
  width: calc(100% / 2 - 8px);
  margin-right: 15px;
  margin-bottom: 13px;
  text-align: center;
}

.cmn-ft .bnr-area .bnr-list li:nth-child(2n) {
  margin-right: 0;
}

.cmn-ft .icon-arrow01 {
  margin-left: 5px;
}

.cmn-ft .icon-arrow01::before {
  border-color: #fff;
}

@media screen and (min-width: 769px) {
  .cmn-ft .bnr-area .bnr-list {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .cmn-ft .bnr-area .bnr-list li {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cmn-ft .bnr-area .bnr-list li:nth-child(2n) {
    margin-right: 20px;
  }
  .cmn-ft .bnr-area .bnr-list li:nth-child(4n) {
    margin-right: 0;
  }
  .cmn-ft .icon-arrow01 {
    margin-left: 10px;
  }
}

.ft-area {
  background: linear-gradient(to bottom, #fe6d0d 0%, #ffb72f 100%);
  color: #fff;
  padding: 50px 40px 25px;
}

.ft-area a {
  color: #fff;
}

.ft-area .contents-l {
  text-align: center;
  margin-bottom: 25px;
}

.ft-area .contents-l .ft-logo {
  margin: 0 auto 18px;
  width: 86px;
}

.ft-area .contents-l .ft-logo svg {
  fill: #fff;
  width: 100%;
}

.ft-area .contents-l .ft-ttl {
  font-size: 16px;
  font-weight: bold;
}

.ft-area .contents-r .link-mds {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.ft-area .contents-r ul {
  display: flex;
  flex-wrap: wrap;
}

.ft-area .contents-r ul li {
  font-size: 12px;
}

.ft-area .contents-r ul li a {
  text-decoration: underline;
  font-weight: bold;
}

.ft-area .contents-r dl dt {
  margin-bottom: 5px;
}

.ft-area .contents-r dl dd {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-left: 20px;
}

.ft-area .contents-r dl dd a {
  display: block;
  text-decoration: underline;
}

.ft-area .contents-r .link01 {
  margin-bottom: 25px;
  margin-right: -30px;
  justify-content: center;
}

.ft-area .contents-r .link01 li {
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 30px;
}

.ft-area .contents-r .link02 {
  margin-bottom: 30px;
}

.ft-area .contents-r .link03 {
  margin-bottom: 15px;
}

.ft-area .contents-r .link03 dd a {
  width: 50%;
  margin-bottom: 12px;
}

.ft-area .contents-r .link04 {
  margin-bottom: 30px;
}

.ft-area .contents-r .copyright {
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .ft-area {
    background: linear-gradient(to right, #fe6d0d 0%, #ffb72f 100%);
    padding: 65px 40px 30px;
  }
  .ft-area a {
    transition: all 0.3s ease;
  }
  .ft-area .pc-flex {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
  .ft-area .contents-l {
    margin-right: 56px;
    width: 394px;
  }
  .ft-area .contents-l .ft-logo {
    width: 121px;
    margin-bottom: 30px;
  }
  .ft-area .contents-l .ft-ttl {
    margin-bottom: 0;
  }
  .ft-area .contents-l .ft-ttl .pc-view {
    display: inline-block !important;
  }
  .ft-area .contents-r .link-mds {
    width: 135px;
    margin-right: 20px;
  }
  .ft-area .contents-r ul li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .ft-area .contents-r dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ft-area .contents-r dl dd {
    flex: 1;
    padding-left: 0;
  }
  .ft-area .contents-r dl dd a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .ft-area .contents-r .link01 {
    margin-bottom: 15px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .ft-area .contents-r .link03 dd a {
    width: calc(100% / 4 - 13px);
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=_map/common.css.map */
