@charset "Shift_JIS";

/* common --------------- */
*,
*:after,
*:before {
  box-sizing: border-box;
}
a {
  color: #444444;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
main,nav {
  font-size: 20px;
  color: #333333;
}
ul li {
  list-style-type: none;
}

/* col-box */
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -24px;
  align-items: stretch;
}
.container--shadow {
  box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
}
.container img {
  width: 100%;
  height: 100%;
}
.col-1 {
  width: 100%;
  margin-left: 24px;
  margin-bottom: 24px;
}
.col-2 {
  width: calc(50% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
.col-3 {
  width: calc(100% / 3 - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
.col-4 {
  width: calc(25% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
.col-5 {
  width: calc(20% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
.col-10 {
  width: calc(100% / 10 - 24px);
  margin-left: 24px;
}
.col-12 {
  width: calc(100% / 12 - 24px);
  margin-left: 24px;
}
.col-2-3 { width: 384px;}
.col-2-5 { width: 50%;}
.col-2-7 { width: 816px;}
@media screen and (max-width: 768px) {
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 50%;
  }
  .col-10 {
    width: 25%;
  }
  .col-12 {
    width: 25%;
  }
  .col-100-sp {
    width: 100%;
  }
  .container .col-4.col-100-sp {
    width: calc(100% - 24px);
  }
}

/* fixednav ---------------- */
.fixednav {
  width: 81px;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 999;
  display: flex;
  flex-flow: column;
}
.fixednavBtn {
  width: 81px;
  height: 40px;
  background: #e60000;
  border-radius: 5px 0 0 5px;
}
.fixednavBtn.close {
  border-radius: 5px 0 0 0;
}
.fixednavBtn img {
  margin: 0 auto;
}
.fixednavBtn .img-close {
  display: none;
}
.fixednavBtn.close .img-close {
  display: block;
}
.fixednavBtn.close .img-open {
  display: none;
}
.fixednavBtn .img-open {
  display: block;
}

.fixednav-listItem {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.fixednav-fixednavlistItem--red {
  background: #e60000;
}
.fixednav-list li:last-child {
  border-radius: 0 0 0 5px;
}
.fixednav-listItem a {
  display: block;
  text-align: center;
}
.fixednav-listItem:hover {
  background: #fff0f0;
}
.fixednav-fixednavlistItem--red:hover {
  background: #e60000;
  opacity: 0.7;
}
.fixednav-listItem a:hover {
  opacity: 1;
}
.fixednav-listItem img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fixednav {
    display: none;
  }/*
  .fixednav {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .fixednavBtn {
    display: none;
  }
  .fixednav-list {
    height: 80px;
    display: flex!important;
  }
  .fixednav-listItem {
    border-top: 1px solid #ddd;
    border-bottom: none;
    width: 100%;
  }
  .fixednav-listItem:last-child {
    border-right: 1px solid #ddd;
  }
  .fixednav-listItem img {
    max-width: 80px;
    max-height: 80px;
  }*/
}
/* gnav ---------------- */
 /* gnav ---------------- */
 .gnav {
  min-width: 1200px;
  width: 100%;
  background-color: #875F23;
  position: relative;
  z-index: 990;
}

.gnav--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.gnav-inner {
  width: 100vw;
  max-width: 1200px;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.gnav-img {
  border: none;
  width: 186px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.gnav-listContent {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.gnav-listContent>.gnav-innnerlist>ul {
  display: flex;
  justify-content: space-between;
}

.gnav-listItem {
  border-right: unset;
  max-width: 303px;
  width: fit-content;
  background-color: unset;
}

.gnav-listItem:first-child {
  background-color: unset;
}

.gnav-listItem img {
  width: 100%;
}

.gnav-listItem label {
  position: relative;
}

.gnav-listItem label::after {
  content: "";
  width: 0;
  height: 0;
  border: none;
  border-right-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) scale(0.8, 0.4) rotate(45deg);
  -webkit-transform: translateX(-50%) scale(0.8, 0.4) rotate(45deg);
  -ms-transform: translateX(-50%) scale(0.8, 0.4) rotate(45deg);
}

.gnav-listItem>a {
  cursor: pointer;
  line-height: 1em;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.gnav-listItem>a>p {
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 7px 23px;
  border-right: 1px solid #fff;
}

.gnav-listItem>label {
  cursor: pointer;
  height: 74px;
  display: flex;
  flex-flow: column;
  justify-content: unset;
  align-items: center;
  color: #fff;
  width: 102px;
}

.gnav-listItem.gnav-listItem--logo a {
  justify-content: flex-start;
}

.gnav-listItem--logo img {
  width: 250px;
}

.gnav-listItem>a:hover,
.gnav-listItem>label:hover {
  background-color: #875F23;
}

.hamburger_text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 7px;
}

.hamburger {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  margin-top: 18px;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

@media screen and (max-width: 880px) {
  .gnav-img,
  .gnav-listItem img{
      width: 153px;
  }
  .gnav-listItem>a>p {
      padding: 7px 14px;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    min-width: 0;
  }

  .gnav-listItem>a,
  .gnav-listItem label {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    width: 153px;
    color: #fff;
  }

  .gnav-listItem label {
    width: 75px;
  }

  .gnav-listItem:first-child {
    margin-left: 20px;
  }

  .gnav-listItem.gnav-listItem--logo a {
    justify-content: center;
  }

  .gnav-listItem label::after {
    bottom: -3px;
  }

  .gnav-listItem--logo img {
    width: 60px;
  }

  .hamburger {
    width: 24px;
    height: 16px;
    position: relative;
    margin-top: 10px;
  }

  .hamburger_text {
    font-size: 10px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);    font-weight: 600;
    color: #fff;
    margin-top: 2px;
  }
}

/* gnav MegaDrop */
.gnav-inner input {
  display: none;
}

.megaDrop-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.megaDrop-title {
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 74px;
  background-color: #875F23;
  align-items: center;
  padding-left: 20px;
}

.megaDrop-title>a {
  width: 185.79px;
}

.megaDrop-close {
  width: 102px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.megaDrop-close .megaDrop-closeText {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}

.megaDrop-menuInner {
  border: unset;
  padding: 50px 0 200px;
  text-align: left;
  background-color: #FFFFFF;
  height: 100%;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  overflow: scroll;
}

.gnav-inner input:checked~.megaDrop-menu {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
  min-width: auto;
  width: 100vw;
  height: 100vh;
  overscroll-behavior: contain;
}

.megaDrop-menu {
  max-width: 1200px;
  min-width: unset;
  overflow: unset;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
}

.megaDrop-menu .h3 {
  margin: 0;
}

.megaDrop-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin: 0 auto;
  max-width: 1200px;
}

.megaDrop-closeBtn {
  background-color: transparent;
  position: relative;
  top: 50%;
  right: 0;
  height: 32px;
  width: 32px;
  border: unset;
  cursor: pointer;
}

.megaDrop-closeBtn::before,
.megaDrop-closeBtn::after {
  background-color: #FFFFFF;
  content: '';
  position: absolute;
  height: 32px;
  width: 2px;
  top: 0%;
  left: 50%;
}

.megaDrop-closeBtn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.megaDrop-closeBtn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* megaDrop-linkList */
.megaDrop-linkList {
  padding: 56px 0 64px;
  display: block;
  width: 540px;
}

.linkList-listContent {
  margin-left: 24px;
  margin-bottom: 22px;
  padding: 0;
  display: block;
}

.linkList-listItem {
  list-style-type: none;
  color: #875F23;
  position: relative;
}

.linkList-listItem a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  display: block;
  width: 100%;
  color: #875F23;
  padding-bottom: 30px;
  padding-left: 10px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.linkList-listItem a::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-image: url(../img/gnav-img/nav_icon_01.png);
  top: 26%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

.linkList-listItem a:hover {
  text-decoration: none;
}

.megaDrop-cv {
  padding: 50px 0 64px;
  margin: 0 0 10px 0;
  display: block;
  width: 400px;
}

.megaDrop-linkList,
.megaDrop-cv{
    padding: 0;
}

.megaDrop-cv > p{
  color: #74A444;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(30/18);
  margin-bottom: 18px;
  letter-spacing: 0;
  text-align: center;
}

.megaDrop-btn--red {
  margin-bottom: 18px;
}

.megaDrop-btn--white {
  margin-bottom: 40px;
}

.megaDrop-btn--red a {
  border-radius: 13px;
  background: #E90000;
  font-size: 22px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 6px 2em;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
}

.megaDrop-btn--white a {
  border-radius: 13px;
  background: #fff;
  font-size: 22px;
  line-height: 25px;
  border: 2px solid #E60000;
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 17px 2em;
  color: #E60000;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.gnav-accordionArea{
  margin-bottom: 22px;
  margin-left: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #CCCCCC;
}

.gnav-accordionArea .js-accordionArea-title{
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 0 0 20px 12px;
  margin: 0 0 -20px 0;
  margin-bottom: -20px;
  cursor: pointer;
}

.gnav-accordionArea .js-accordionArea-title.active{
  padding: 0 0 0 12px;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.gnav-accordionArea .js-accordionArea-title::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 33%;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/gnav-img/nav_icon_04.png);
}

.gnav-accordionArea .js-accordionArea-title.active::after{
  top: 50%;
  background-image: url(../img/gnav-img/nav_icon_05.png);
}

.gnav-accordionArea .accordionArea-container .gnavAccordion{
  margin-top:14px;
  margin-left: 10px;
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li{
  margin-bottom: 11px;
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li:last-child{
  margin-bottom: 0;
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span{
  font-size: 20px;
  line-height: calc(34/20);
  font-weight: 600;
  letter-spacing: 0;
  color: #875F23;
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span::after{
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  bottom: -4px;
  width: 10px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/gnav-img/nav_icon_06.png);
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span:hover{
  color: #0066AA;
}

.gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span:hover::after{
  background-image: url(../img/gnav-img/nav_icon_07.png);
}

@media screen and (max-width: 768px) {
  .gnav-accordionArea{
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 15px;
  }

  .gnav-accordionArea .js-accordionArea-title{
    font-size: 18px;
  }

  .gnav-accordionArea .js-accordionArea-title::after{
    top: 28%;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .gnav-accordionArea .accordionArea-container .gnavAccordion{
    margin-top:2px;
    padding-right: 15px;
  }

  .gnav-accordionArea .accordionArea-container .gnavAccordion ul li{
    margin-bottom: 0;
  }

  .gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span{
    font-size: 16px;
    line-height: calc(24/16);
  }

  .gnav-accordionArea .accordionArea-container .gnavAccordion ul li a span::after{
    margin-left: 10px;
    bottom: -1px;
    width: 10px;
    height: 14px;
  }

  .gnav-accordionArea .js-accordionArea-title.active{
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .gnav-accordionArea .js-accordionArea-title.active::after {
      top: 48%;
  }
}

.megaDrop-card{
  display: flex;
  gap: 25px;
}

.megaDrop-card > a{
  display: block;
  width: 188px;
  border-radius: 12px;
  box-shadow: 0 3px 10px #00000029;
  padding: 24px 0 28px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 12px;
}

.megaDrop-card > a:hover{
  opacity: 0.7;
}

.megaDrop-card > a > img{
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.megaDrop-card > a > p{
  margin-bottom: 0;
  display: flex;
}

.megaDrop-card > a > p > span{
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #875F23;
  text-align: center;
  margin: 0 auto;
}

.megaDrop-card > a > p > span::after{
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  bottom: -5px;
  width: 10px;
  height: 20px;
  background-image: url(../img/gnav-img/nav_icon_06.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .megaDrop-card{
    display: flex;
    gap: 24px;
    flex-flow: column;
  }

  .megaDrop-card > a{
    width: 100%;
    border-radius: 10px;
    padding: 16px 0;
    flex-flow: unset;
    gap: 16px;
  }

  .megaDrop-card > a > img{
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .megaDrop-card > a > p{
    flex-flow: column;
    justify-content: center;
  }

  .megaDrop-card > a > p > span{
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
}

/* megaDrop-bnr */
.megaDrop-bnr {
  margin: 0;
  max-width: 343px;
}

/* megaDrop-lnkBox */
.megaDrop-linkBox {
  margin: 32px 0;
  width: 100%;
}

.linkBox-listContent {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.linkBox-listItem {
  margin-right: 16px;
  border: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
}

.linkBox-listItem:last-child {
  margin-right: 0;
}

.linkBox-listItem a {
  padding-left: 24px;
  padding-right: 16px;
  height: 71px;
  display: flex;
  align-items: center;
  position: relative;
  color: #333333;
}

.linkBox-listItem a::after {
  position: absolute;
  right: 16px;
}

.linkBox-listItem--link::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-top-color: #333333;
  border-right-color: #333333;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .megaDrop-menu {
    top: 0;
    min-width: unset;
    width: 100vw;
  }

  .gnav-inner {
      padding-left: 0;
  }

  .gnav-inner input:checked~.megaDrop-menu {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    min-width: unset;
    overscroll-behavior: contain;
    background-color: #FFFFFF;
  }

  .megaDrop-title {
    width: 100%;
    margin: 0;
    padding-left: 0;
    height: 48px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .megaDrop-title a {
    margin-left: 20px;
    width: 153px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .megaDrop-menuInner {
    padding: 0 20px;
    height: fit-content;
    box-shadow: unset;
    overflow-y: scroll;
  }

  .megaDrop-menu .h3 {
    margin: 30px 30px 6px 0;
    font-size: 28px;
  }

  .megaDrop-close {
    color: #FFFFFF;
    margin-right: 20px;
    width: 32px;
  }

  .megaDrop-close .megaDrop-closeText {
    color: #FFFFFF;
    font-size: 10px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }

  .megaDrop-closeBtn {
    top: 4px;
    right: 0;
  }

  .megaDrop-closeBtn::after,
  .megaDrop-closeBtn::before {
    background-color: #FFFFFF;
    content: '';
    position: absolute;
    height: 28px;
    width: 2px;
    top: 0%;
    left: 45%;
  }

  .megaDrop-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    gap: 0px;
    margin: 0 auto;
    max-width: unset;
    height: 100%;
  }

  .megaDrop-cv {
    padding: 0;
    margin: 7px 0 168px;
    display: block;
    width: 100%;
  }

  .megaDrop-cv > p {
   font-size: 16px;
    letter-spacing: -0.1px;
    margin-bottom: 19px;
  }

  .megaDrop-btn--red {
    margin-bottom: 15px;
  }

  .megaDrop-btn--white {
    margin-bottom: 40px;
  }

  .megaDrop-btn--red a,
  .megaDrop-btn--white a {
    font-size: 18px;
    line-height: calc(21.6/18);
  }

  .megaDrop-btn--white a {
    padding: 15px 2em;
  }

  .megaDrop-bnr {
    max-width: 100%;
    width: 100%;
  }

  .megaDrop-linkList {
    padding: 0;
    margin: 52px 0 5px;
    width: 100%;
    order: 3;
  }

  .linkList-listContent {
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0;
    display: block;
  }

  .linkList-listItem a {
    font-size: 18px;
    padding-bottom: 26px;
  }

  .linkList-listItem a::after {
    top: 20%;
    width: 22px;
    height: 22px;
  }

  .megaDrop-otherLink span {
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  .megaDrop-bnr {
    margin-bottom: 16px;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  }

  .megaDrop-linkBox {
    margin: 0;
  }

  .linkBox-listContent {
    display: block;
  }

  .linkBox-listItem {
    max-width: 100%;
  }
}
/* main --------------- */
.section{
  padding: 0 24px;
  min-width: 1200px;
  background-color: #F3F0E7;
  line-height: 35px;
  overflow: hidden;
}
.section:nth-of-type(2n){
  background-color: #fff;
}
.section-inner{
  margin: 0 auto;
  padding: 80px 0 120px;
  max-width: 1200px;

}
.section-inner > *:first-child{
  margin-top: 0;
}
.section-inner > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section {
    min-width: 0;
  }
  .section-inner{
    padding: 40px 0 60px;
  }
}

/* M-1 ----- */
.breadcrumbs {
  display: block;
  background-color: #fff;
}
.breadcrumbs-list {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.breadcrumbs-listItem {
  margin-right: 16px;
  white-space: nowrap;
  font-size: 16px;
}
.breadcrumbs-listItem a {
  padding: 8px 0;
  display: inline-block;
}
.breadcrumbs-listItem::after {
  content: "";
  margin-left: 8px;
  border-top: 1px solid #CCD0D9;
  border-right: 1px solid #CCD0D9;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs-listItem:last-child::after {
  display: none;
}

.section-full {
  position: relative;
  background-color: #fff;
  min-width: 1200px;
}
.section-full .section-inner {
  padding: 0;
}
.section-inner--full {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1920px;
}
h1 img {
  width: 100%;
}
.objectFitImg {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.h1 {
  margin: 64px 0;
  font-size: 62px;
  font-weight: normal;
  color: #875F23;
  line-height: 78px;
}
.h2 {
  margin: 64px 0;
  font-size: 42px;
  font-weight: normal;
  color: #875F23;
  line-height: 56px;
}
.h3 {
  margin: 64px 0;
  font-size: 32px;
  font-weight: normal;
  color: #875F23;
  line-height: 42px;
}
.h4 {
  margin: 40px 0;
  font-size: 24px;
  font-weight: normal;
  color: #875F23;
  line-height: 36px;
}
.h5 {
  margin: 40px 0;
  font-size: 22px;
  font-weight: normal;
  color: #875F23;
  line-height: 32px;
}
.hn-border {
  padding-bottom: 24px;
  border-bottom: 1px solid #875F23;
}
/*.hn-copy {
  margin-bottom: 24px;
  display: block;
  font-size: 60%;
  line-height: 1.5;
}*/
.hn-copy p {
  font-size: 25px;
  color: #875F23;
  line-height: 1.5;
}
.hn-copy h2 {
  margin-top: 24px;
}
.hn-label .textLabel {
  padding: 3px 16px;
}
.hn-label p {
  font-size: 38px;
  line-height: 56px;
}
.hn-label h2 {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
  .section-full {
    min-width: 0;
  }
  .h1.kv_h1Text, .h1.kv_h1--center {
    margin: 0;
    padding: 16px;
    bottom: 16px;
  }
  .h1 {
    margin: 32px 0;
    font-size: 32px;
    line-height: 42px;
  }
  .h2 {
    margin: 32px 0;
    font-size: 28px;
    line-height: 38px;
  }
  .h3 {
    margin: 32px 0;
    font-size: 26px;
    line-height: 36px;
  }
  .h4 {
    margin: 24px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .h5 {
    margin: 24px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .hn-copy p {
    font-size: 17px;
  }
  .hn-label p {
    font-size: 25px;
    line-height: 38px;
  }
}

/* M-2 ----- */
.leadText {
  margin: 64px 0 80px;
  font-weight: bold;
}
.textAlign--center {
  text-align: center;
}
.textAlign--right {
  text-align: right;
}
.fontSmall {
  font-size: 80%;
  line-height: 1.4em;
}
.superText {
  margin: 56px 0;
  font-size: 36px;
  font-weight: bold;
  color: #875F23;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .sp-small {
    font-size: 80%;
  }
  .superText {
    margin: 32px 0;
    font-size: 18px;
    line-height: 32px;
  }
}

/* M-4 ----- */
.link-textLink {
  margin: 24px 0;
}
.link-textLink a {
  text-decoration: underline;
}
.link-textLink a:hover {
  text-decoration: none;
}

.link-newsLink {
  margin: 64px 0;
  padding: 0;
}
.newsLink-listItem {
  margin: 24px 0;
  display: flex;
}
.newsLink-listItem p {
  margin: 0;
}
.newsLink-label_date:first-child {
  margin-bottom:  8px;
  margin-right: 16px;
  min-width: 300px;
}
.newsLink-listItem a {
  text-decoration: underline;
}

.link-relation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -24px;
  padding-left: 24px;
}
.h4--link-relation {
  margin-bottom: 24px;
}
.link-relation__list-item {
  position: relative;
  width: calc(50% - 24px);
  margin-top: 0;
  margin-left: 24px;
  margin-bottom: 24px;
}
.link-relation__list-item::before {
  content: "・";
  position: absolute;
  left: -24px;
}
@media screen and (max-width: 768px) {
  .newsLink-listItem{
    flex-wrap: wrap;
  }
  .link-relation__list-item {
    width: 100%;
  }
}

/* M-6 ----- */
.list-normalList {
  margin: 24px 0;
}
.list-normalList ul {
  padding-left: 1.5em;
}
.normalList-listItem {
  margin: 0.5em 0;
  list-style-type: disc;
}

.list-definitionList {
  margin: 24px 0;
}
.definitionList-content {
  margin: 40px 0;
}
.definitionList-content dt {
  margin-bottom: 16px;
  font-size: 22px;
  color: #875F23;
}
.definitionList-content dd {
  margin: 0;
  padding-left: 1em;
  border-left: 1px solid #CCD0D9;
}

.list-numberList {
  margin: 24px 0;
}
.list-numberList ol {
  padding-left: 1.5em;
}
.numberlList-listItem {
  margin: 0.5em 0;
  list-style-type: decimal;
}

.list-checkList {
  margin: 24px 0;
}
.list-checkList ul {
  padding-left: 1.5em;
}
.checkList-listItem {
  margin: 0.5em 0;
  list-style-image: url("../img/icon-checklist.png");
}

.list-warningList {
  margin: 24px 0;
}
.list-warningList ul {
  padding-left: 1em;
}
.warningList-listItem {
  margin: 0.5em 0;
  text-indent: -1em;
  line-height: 25px;
  font-size: 16px;
}
.warningList-listItem::before {
  content: "\203B";
}

.link-categoryLink {
  margin: 64px 0;
  padding: 0;
}
.categoryLink-listItem {
  margin: 24px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .categoryLink-listItem {
    display: block;
  }
  .categoryLink-listItem p {
    margin-bottom: 16px;
  }
}


/* M-7 ----- */
.big-btn {
  margin: 80px auto 120px;
  text-align: center;
}
.big-btn a {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 24px 32px;
  padding-left: 24px;
  color: #FFFFFF;
  box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
  cursor: pointer;
}
.big-btn a::after{
  content: "";
  border: 2px solid transparent;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: translateY(-50%) translateX(-20px) rotate(45deg);
  width: 20px;
  height: 20px;
}
.big-btn--01 a {
  padding-left: 1.5em;
  padding-right: 2em;
  border-radius: 0;
  background: #7A4F0F;
  font-size: 32px;
}
.big-btn--point a {
  padding-left: 1.5em;
  padding-right: 2em;
  border-radius: 0;
  background: #74A445;
  font-size: 32px;
}
.big-btn--cv01 a {
  padding-left: 1.5em;
  padding-right: 2em;
  border-radius: 43px;
  background: #E90000;
  font-size: 32px;
  line-height: 35px;
}
.big-btn--cv02 a {
  padding: 16px 2em 16px 1.5em;
  border-radius: 35px;
  background: #E90000;
  font-size: 24px;
}
.btn-subText {
  display: block;
  font-size: 60%;
  line-height: 1.5;
}
.small-btn {
  text-align: center;
}
.small-btn a {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 12px 29px;
  color: #FFFFFF;
  box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
  cursor: pointer;
}
.small-btn--01 a {
  font-size: 20px;
  background: #7A4F0F;
}
.btn-01 a {
  display: inline-block;
  margin-right: 24px;
  padding: 3px 16px;
  padding-right: 40px;
  border: 1px solid #875F23;
  font-size: 90%;
  position: relative;
  color: #875F23;
}
.btn-01__text::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-top-color: #875F23;
  border-right-color: #875F23;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .big-btn {
    margin: 40px auto 60px;
  }
  .big-btn a {
    padding: 16px;
  }
  .big-btn--01 a {
    font-size: 20px;
    padding-left: 1em;
    padding-right: 2em;
  }
  .big-btn--point a {
    font-size: 20px;
    padding-left: 1em;
    padding-right: 2em;
  }
  .big-btn--cv01 a {
    border-radius: 16px;
    font-size: 20px;
    padding-left: 1em;
    padding-right: 2em;
  }
  .big-btn--cv02 a {
    border-radius: 16px;
    font-size: 20px;
    padding-left: 1em;
    padding-right: 2em;
  }
}
/* img_linkBox */
.img_linkBox {
  margin: 24px 0;
}
.img_linkBox-inner {
  margin-left: -24px;
  display: flex;
}
.img_linkBox-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
}
.img_linkBox-item--bgPoint {
  background: #74A445;
}
.img_linkBox-item .text-box {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.img_linkBox-item img {
  width: 100%;
}
.img_linkBox-textBox {
  padding: 24px;
  padding-right: 56px;
}
.img_linkBox-textBox.contentBox--anchor::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.img_linkBox-textBox p {
  margin: 0;
  color: #fff;
}
.img_linkBox-hn {
  margin: 0;
  margin-bottom: 24px;
}
.img_linkBox-hn > * {
  color: #fff;
}
.img_linkBox-textBox .text-box {
  padding-left: 0;
}

.contentBox--anchor, .contentBox--anchor_alter {
  position: relative;
}
.contentBox--anchor.contentBox-item {
  padding-right: 56px;
}
.contentBox--anchor_alter.contentBox-item {
  padding-left: 56px;
}
.contentBox--anchor.contentsBox-colItem {
  padding-right: 56px;
}
.contentBox--anchor_alter.contentsBox-colItem {
  padding-left: 56px;
}
.contentBox--anchor::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 50%;
  border: 1px solid transparent;
  border-top-color: #333333;
  border-right-color: #333333;
  -webkit-transform: translateY(-50%) scale(1, 3) rotate(45deg);
  transform: translateY(-50%) scale(1, 2) rotate(45deg);
}
.contentBox--anchor_alter::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 24px;
  top: 50%;
  border: 1px solid transparent;
  border-top-color: #333333;
  border-right-color: #333333;
  -webkit-transform: translateY(-50%) scale(1, 3) rotate(-135deg);
  transform: translateY(-50%) scale(1, 2) rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .img_linkBox-inner {
    flex-wrap: wrap;
  }
  .img_linkBox-item {
    width: 100%;
  }
}

/* M-8 ----- */
.section-cv {
  padding: 0 16px;
  min-width: 1200px;
  background-color: #A47A32;
}
.section-cv .h2 {
  color: #fff;
}
.section-cv .cv {
  padding-bottom: 32px;
  background-color: #fff;
}
.cv_content-img {
  position: relative;
}
.cv_content-img .display_for--sp {
  width: 100%;
}
.cv_content-lead {
  padding: 0 64px;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 0;
  font-size: 28px;
  color: #333333;
}
.cv_content-btn {
  margin: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.cv_content-btn .big-btn--cv01 {
  margin: 12px auto;
  width: 100%;
}
.cv_content-btn .big-btn--cv01 a {
  width: 100%;
}
.cv_content-btn .big-btn--cv02 {
  margin: 12px auto;
  width: 49%;
}
.cv_content-btn .big-btn--cv02 a {
  width: 100%;
}
.cv_content-btn .big-btn--cv02:nth-child(2n-1) {
  margin-right: 16px;
}
.cv_content-phone {
  margin-top: 32px;
  text-align: center;
}
.cv_content-phone p {
  margin: 0;
  font-size: 26px;
}
.cv_content-phone--tel {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cv_content-phone--tel img {
  vertical-align: baseline;
}
.cv_content-phone--tel a {
  display: inline-block;
  font-size: 47px;
}
.cv_content-phone--tel .display_for--sp {
  display: none;
}
.cv_content-phone .cv_content-phone--subText {
  font-size: 18px;
}
.bnr-souzoku-ken a {
  display: block;
}
.bnr-souzoku-ken img {
  margin: 0 auto;
}
.display_contents {
  display: contents;
}

@media all and (-ms-high-contrast: none) {
  .container--ie {
    flex-wrap: nowrap;
  }
  .container--ie .display_contents {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .container--ie .display_contents {
  width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .section-cv {
    min-width: 0;
  }
  .cv_content-lead {
    padding: 16px;
    font-size: 20px;
    position: static;
  }
  .cv_content-btn {
    margin: 16px;
  }
  .cv_content-btn .big-btn {
    margin: 0 0 16px;
    width: 100%;
  }
  .cv_content-btn .big-btn--cv02:nth-child(2n-1) {
    margin-right: 0;
  }
  .cv_content-btn .big-btn:last-child {
    margin: 0;
  }
  .cv_content-phone--tel .display_for--sp {
    display: inline-block;
    font-size: 32px;
  }
  .cv_content-phone--tel .display_for--pc {
    display: none;
  }
  .cv_content-phone {
    margin: 0 16px;
  }
}

/* M-9 ----- */
.anchor-glossary {
  width: 1200px;
  margin-top: 80px;
  margin-bottom: 120px;
}
.anchor-glossary_inner {
  background: #FFFFFF;
  text-align: center;
}
.anchor-glossary_inner--box {
  height:78px;
  position: relative;
  border: 1px solid #CCD0D9;
  font-size: 22px;
  font-weight: bold;
  line-height: 55px;
}
.anchor-glossary_inner--box::after {
  content: "";
  width: 30px;
  height:30px;
  border: 3px solid transparent;
  border-right-color: #333333;
  border-bottom-color: #333333;

  position: absolute;
  left: 50%;
  bottom:10px;
  -webkit-transform: translateX(-50%) scale(0.7, 0.5) rotate(45deg) ;
  transform: translateX(-50%) scale(0.7, 0.5) rotate(45deg) ;
}

.anchor-glossary_inner--box_gray {
  background-color: #CCD0D9;
}

.return-pageTop {
  border: 1px solid #CCD0D9;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 64px;
  bottom:64px;
  z-index: 900;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.16);
}
.return-pageTop_anchor {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-right-color: #333333;
  border-bottom-color: #333333;
  position: fixed;
  right: 70px;
  bottom: 75px;
  -webkit-transform: translateX(-50%) scale(0.7, 1) rotate(-135deg);
  transform: translateX(-50%) scale(0.7, 1) rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .anchor-glossary {
    width: 100%;
  }
  .anchor-glossary .container {
    margin-left: -12px
  }
  .anchor-glossary .col-10 {
    width: calc(25% - 12px);
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .anchor-glossary .col-12 {
    width: calc(25% - 12px);
    margin-left: 12px;
    margin-bottom: 12px;
  }

  .return-pageTop {
    right: 24px;
    bottom:24px;
  }
  .return-pageTop_anchor {
    right: 31px;
    bottom: 35px;
  }

}

/* M-12 ----- */
.icon-pdf--32 {
  margin-right: 32px;
  position: relative;
}
.icon-pdf--32::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-pdf_32.png);
  background-size: contain;
  margin-left: 6px;
}
.icon-pdf--24 {
  margin-right: 24px;
  position: relative;
}
.icon-pdf--24::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-pdf_24.png);
  background-size: contain;
  margin-left: 6px;
}
.icon-internallink {
  margin-right: 24px;
  position: relative;
}
.icon-internallink::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-interlink.png);
  background-size: contain;
  margin-left: 6px;
}
.icon-externallink { position: relative}
.icon-externallink::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-externallink.png);
  background-size: contain;
  margin-left: 6px;
}
.icon-movie { width: 50px!important;}

/* M-13 ----- */
.table__caption {
  text-align: left;
  font-size: 20px;
}
.table {
  width: 100%;
  margin:1em 0 4em;
	border-top: 1px solid #CCD0D9;
	border-left: 1px solid #CCD0D9;
	border-spacing:0px;
}
.table__header,.table__data {
	text-align: left;
	border-bottom: 1px solid #CCD0D9;
	border-right: 1px solid #CCD0D9;
	padding: 12px;
}
.table__header--head {
  background: #F5F6F9;
  text-align: center;
}
.table__header--body {
  width: 15%;
  padding-left: 24px;
  padding-right: 12px;
  background: #FFFFFF;
}
.table__data--body {
  padding-left: 24px;
  padding-right: 24px;
  background: #FFFFFF;
}
/* .table-scroll */
.table-scroll {
  width: 100%;
  margin:1em 0 4em;
	border-top: 1px solid #CCD0D9;
	border-left: 1px solid #CCD0D9;
	border-spacing:0px;
}
.table-scroll__header, .table-scroll__data {
	text-align: left;
	border-bottom: 1px solid #CCD0D9;
	border-right: 1px solid #CCD0D9;
	padding: 12px;
  max-width: 500px;
}
.table-scroll__header--head {
  background: #F5F6F9;
  text-align: center;
}
.table-scroll__header--body {
  width: 15%;
  padding-left: 24px;
  padding-right: 12px;
  background: #FFFFFF;
}
.table-scroll__data--body {
  padding-left: 24px;
  padding-right: 24px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .table {
	   border:none;
	}
  .table-head {
    display: none;
	}
  .table__row {
    display: block;
    margin-bottom:.5em;
    border-bottom:1px solid #CCD0D9;
    box-shadow:0 2px 2px #ddd;
	}

  .table__header--body {
    display:block;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid #CCD0D9;
    border-left: 1px solid #CCD0D9;
    background: #F5F6F9;
    color:#333333;
    width: 100%;
    text-align: center;
	}
  .table__header--body::before {
    content: attr(data-procedure);
	}

  .table__data--body {
    display:block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom:none;
    position: relative;
    padding-left: 50%;
    padding-right: 12px;
    min-height: 84px;
	}
  .table__data--body::before {
    content: attr(data-procedure);
    float: left;
    font-weight:bold;
    position: absolute;
    left: 0;
    padding-left: 12px;
	}
  .table__data--body::after {
    content:"";
    display:table;
    clear:both;
  }
  .table-scroll {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .table-scroll__header, .table-scroll__data {
    max-width: 100%;
  }
}

/* M-14 ----- */
/* textColor */
.textColor--souzokuTetsuduki {
  color: #E28D55;
}
.textColor--yuigon {
  color: #1D2B84;
}
.textColor--hudousan {
  color: #5CB184;
}
.textColor--seiri {
  color: #6EB2BC;
}
.textColor--isan {
  color: #81669C;
}
.textColor--souzokuZei {
  color: #D48A5E;
}
.textColor--nouzei {
  color: #CC66AD;
}
.textColor--sonota {
  color: #A1855A;
}
/* colorLabel */
.colorLabel {
  padding: 3px 16px;
  border-radius: 5px;
  display: inline-block;
  font-size: 90%;
  background-color: #74A445;
  color: #fff;
}
.colorLabel--souzokuTetsuduki {
  background-color: #E28D55;
}
.colorLabel--yuigon {
  background-color: #1D2B84;
}
.colorLabel--hudousan {
  background-color: #5CB184;
}
.colorLabel--seiri {
  background-color: #6EB2BC;
}
.colorLabel--isan {
  background-color: #81669C;
}
.colorLabel--souzokuZei {
  background-color: #D48A5E;
}
.colorLabel--nouzei {
  background-color: #CC66AD;
}
.colorLabel--sonota {
  background-color: #A1855A;
}
/* boxLabel */
.boxLabel {
  margin: 64px 0 80px;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #A47A32;
}
.boxLabel *:first-child {
  margin-top: 0;
}
.boxLabel *:last-child {
  margin-bottom: 0;
}
.boxLabel--color {
  background-color: #FFFCF9;
  border: 1px solid #A47A32;
}
.boxLabel--souzokuTetsuduki {
  background: #FFFBF8;
  border: 1px solid #E28D55;
}
.boxLabel--yuigon {
  background: #F7F4F9;/*bgColor未定*/
  border: 1px solid #1D2B84;
}
.boxLabel--hudousan {
  background: #F7F4F9;/*bgColor未定*/
  border: 1px solid #5CB184;
}
.boxLabel--seiri {
  background: #F7F4F9;/*bgColor未定*/
  border: 1px solid #6EB2BC;
}
.boxLabel--isan {
  background: #F7F4F9;
  border: 1px solid #81669C;
}
.boxLabel--souzokuZei {
  background: #FFFCF9;
  border: 1px solid #D48A5E;
}
.boxLabel--nouzei {
  background: #FFF9FD;
  border: 1px solid #CC66AD;
}
.boxLabel--sonota {
  background: #F7F4F9;
  border: 1px solid #A1855A;
}
.boxLabel--point {
  background-color: #fff;
  border: 1px solid #74A445;
}
.boxLabel--corp {
  background-color: #fff;
  border: 1px solid #E90000;
}
.boxLabel-content {
  margin-bottom: 80px;
  margin-left: 40px;
}

.textLabel {
  display: inline-block;
  margin-right: 16px;
  padding: 3px 16px;
  border: 1px solid #875F23;
  font-size: 90%;
  color: #875F23;
}
.textLabel--width_fixed {
  width: 150px;
  text-align: center;
}
.textLabel {
  border: 1px solid #875F23;
  color: #875F23;
}
.textLabel--souzokuTetsuduki {
  border: 1px solid #E28D55;
  color: #E28D55;
}
.textLabel--yuigon {
  border: 1px solid #1D2B84;
  color: #1D2B84;
}
.textLabel--hudousan {
  border: 1px solid #5CB184;
  color: #5CB184;
}
.textLabel--seiri {
  border: 1px solid #6EB2BC;
  color: #6EB2BC;
}
.textLabel--isan {
  border: 1px solid #81669C;
  color: #81669C;
}
.textLabel--souzokuZei {
  border: 1px solid #D48A5E;
  color: #D48A5E;
}
.textLabel--nouzei {
  border: 1px solid #CC66AD;
  color: #CC66AD;
}
.textLabel--point {
  border: 1px solid #74A445;
  color: #74A445;
}

@media screen and (max-width: 768px) {
  .boxLabel{
    padding: 24px 24px 40px;
  }
  .boxLabel-content {
    margin-bottom: 80px;
    margin-left: 0;
  }
}

/* M-15 ----- */
/* text-box */
.text-box {
  position: relative;
  text-align: left;
  padding-left: 24px;
  padding-right: 42px;
  background: #FFFFFF;
}
.text-box__vertical-middole {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 42px;
}
.text-box::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 50%;
  border: 1px solid transparent;
  border-top-color: #333333;
  border-right-color: #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* contentBox */
.contentBox {
  margin: 24px auto;
  max-width: 1200px;
}
.contentBox img { width: 100%;}
.contentBox .display_for--pc img { height: 100%; }
.contentBox--many {
  width: 1200px;
}
.contentBox-col_container {
  margin-left: -24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contentBox-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.col-1 .contentBox-inner {
  width: 100%;
}
.contentBox--margin .contentBox-inner {
  padding: 40px;
  background: #fff;
}
.contentBox--margin .contentBox-item {
  margin-left: 40px;
  padding: 0;
}
.contentBox-inner--shadow{
  box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
}
.contentBox-item {
  position: relative;
  padding: 24px;
  background: #fff;
}
.contentsBox-colItem {
  margin: 0;
  padding: 24px;
  position: relative;
  background: #fff;
}
.contentBox-item_colorLabel {
  margin: 0;
}
.contentBox-item_hn {
  margin: 24px 0 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contentBox-nextBtn {
  position: absolute;
  right: 0;
  bottom: 24px;
}
.contentBox-nextBtn:hover {
  color: #875F23;
  opacity: 0.8;
  transition: .3s;
}
.contentBox-item_hn--onayami {
  margin-top: 8px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .contentBox { width: 100%;}
  .contentBox-inner { display: block; }
  .contentBox-col_container { display: block; }
  .contentBox--margin .contentBox-inner {
    padding: 24px;
  }
  .contentBox--margin .contentBox-item {
    margin-left: 0;
  }
  .contentBox--margin .contentBox-item p {
    margin-top: 16px;
  }
  .contentBox-item_nextBtnText{
    padding-bottom: 50px;
  }
  .contentBox .col-2 {
    width: calc(100% - 24px);
  }
  .contentBox .col-3 {
    width: calc(100% - 24px);
  }
  .contentBox .col-4 {
    margin-left: 0;
    width: 100%;
  }
  .contentBox-item_hn {
    -webkit-line-clamp: initial;
  }
  .contentBox-item_hn--onayami {
    -webkit-line-clamp: initial;
  }
}

/* M15-9 */
.ipt__image-area img {
  width: 100%;
}
.ipt__text-area ~ .ipt__image-area { margin-left: 40px;}
.ipt__image-area ~ .ipt__text-area { margin-left: 40px;}
.ipt__image-area ~ .ipt__image-area { margin-left: 40px;}
.ipt__image-area.display_for--pc {
  display: block;
}
.ipt__image-area.display_for--pc img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .ipt__text-area ~ .ipt__image-area { margin-left: 0;}
  .ipt__image-area ~ .ipt__text-area { margin-left: 0;}
  .ipt__image-area ~ .ipt__image-area {
    margin-left: 0;
  }
  .ipt__image-area {
    margin-bottom: 40px;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .ipt__image-area.display_for--pc {
    display: none;
  }
  .ipt__text-area {
    margin-bottom: 40px;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
}

/* M-16 ----- */
/* column-link-box */
.link-box {
  width: 1200px;
  margin-top: 80px;
  margin-bottom: 120px;
}
.link-box a {
  background: #FFFFFF;
}
.link-box .text-box {
  top: 50%;
  transform: translateY(-50%);
}
.link-box a:last-child{
  margin-bottom: 24px;
}

.link-box__text-box--col-2 {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 24px;
}
.link-box__text-box--col-3 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 22px;
}
.link-box__text-box--col-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .link-box { width: 100%;}
  .link-box .col-4 { width: calc(50% - 24px);}
  .link-box__text-box--col-4 {
    padding-left: 12px;
    font-size: 16px;
  }
  .link-box__text-box--col-4::after {
    right: 12px;
  }
}

/* column-anchorlink-box */
.anchorlink-box {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 120px;
}
.anchorlink-box .container { margin-left: 0}
.anchorlink-box .col-3{
  width: calc(100% / 3);
  margin: 0;
}
.anchorlink-box .col-4{
  width: calc(100% / 4);
  margin: 0;
}
.anchorlink-box .col-5{
  width: calc(100% / 5);
  margin: 0;
}
.anchorlink-box--bd {
  background: #fff;
  border: 1px solid #CCD0D9;
}
.text-box--anchorlink-box {
  top: 50%;
  transform: translateY(-50%);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 36px;
  line-height: 1.4em;
}
.text-box--anchorlink-box::after {
  top: calc(50% - 6px);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .anchorlink-box .col-3 { width: 100%;}
  .anchorlink-box .col-4 { width: 50%;}
  .anchorlink-box .col-5 { width: 50%;}
  .text-box--anchorlink-box { padding-left: 12px;}
  .text-box--anchorlink-box::after { right: 12px;}
  .anchorlink-box .col-100-sp { width: 100%; }
}

/* tab ----- */
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}
.tab__item {
  width: calc(99.9%/3);
  height: 80px;
  border-bottom: 1px solid #CCD0D9;
  font-size: 22px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.tab__item-text {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.tab__item:hover {
  opacity: 0.75;
}
.tab__input[name="tab__item"] {
  display: none;
}
.tab__content {
  /*display: table;*/
  clear: both;
  padding-top: 1px;
}
.tab__content--inner {
  padding: 40px;
}
.tab__content .contents-procedure,
.tab__content .contents-will {
  display: none;
}
/* すべて */
#all:checked ~ .tab__content > .contentBox.contents-procedure,
#all:checked ~ .tab__content > .contentBox.contents-will {
  display: flex;
}
/* 相続手続きコンテンツ */
#procedure:checked ~ .tab__content > .contentBox.contents-procedure {
  display: flex;
}
#procedure:checked ~ .tab__content > .contentBox:not(.contents-procedure) {
  display: none;
}
/* 相続コンテンツ */
#will:checked ~ .tab__content > .contentBox.contents-will {
  display: flex;
}
#will:checked ~ .tab__content > .contentBox:not(.contents-will) {
  display: none;
}
.tab__input:checked + .tab__item {
  border: 1px solid #CCD0D9;
  border-bottom-color: transparent;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 768px) {
  .tab__item {
    font-size: 16px;
    line-height: 24px;
  }
}

/* M-17 ----- */
.pagerContent {
  width: 1200px;
}
.container--pagerContent {
  justify-content: space-around;
}
.pagerContent-num {
  margin-bottom: 24px;
  padding: 20px 20px;
  border: 1px solid #7A4F0F;
  color: #7A4F0F;
}
.pagerContent-num:hover {
  color: #fff;
  background-color: #7A4F0F;
  transition: .3s;
}
.pagerContent-num--selected {
  color: #fff;
  background-color: #7A4F0F;
}
.pagerContent-prev, .pagerContent-next{
  position: relative;
  min-height: 78px;
  border: 1px solid transparent;
}
.pagerContent-prev::before, .pagerContent-next::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid transparent;
  border-top-color: #7A4F0F;
  border-right-color: #7A4F0F;
}
.pagerContent-prev::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.pagerContent-next::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateX(-80%) translateY(-50%) rotate(45deg);
}
.pagerContent-num, .pagerContent-prev, .pagerContent-next {
  width: calc(100% / 12 - 24px);
  margin-right: 0;
  margin-left: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagerContent {
    width: 100%;
  }
  .container--pagerContent {
    justify-content: start;
    margin-left: -12px;
  }
  .pagerContent-num, .pagerContent-prev, .pagerContent-next {
    width: calc(100% / 4 - 12px);
    margin-left: 12px;
    margin-bottom: 12px;
    max-width: 78px;
  }

}

/* M-18 ----- */
.userVoice-container {
  width: 1200px;
  /*height: 554px;*/
  background-color: #F9F6EB;
  border: 1px solid #7A4F0F;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .userVoice-container {
    width: 100%;
    height: auto;
    min-width: calc(320px - 24px * 2);
    padding: 24px 16px;
  }
}
.userVoice-title {
  padding-left: 99px;
  position: relative;
  height: 62px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.userVoice-title::before {
  content: '';
  position: absolute;
  width: 94px;
  height: 62px;
  top: 0;
  left: 0;
  background: center / contain no-repeat url(../img/module/icon_uservoice.svg)
}
@media screen and (max-width: 768px) {
  .userVoice-title {
    padding-left: 53px;
    height: inherit;
    margin-bottom: 20px;
  }
  .userVoice-title::before {
    width: 47px;
    height: 31px;
  }
}

.userVoice-carousel-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(460px + 12px);
  overflow: hidden;
  /* margin: 0 auto auto; */
}
@media screen and (max-width: 768px) {
  .userVoice-carousel-wrap {
    flex-wrap: wrap;
    min-width: 190px;
    /* height: calc(100% + 6px); */
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .userVoice-carousel {
    order: 3;
  }
}
.userVoice-carousel.swiper-container {
  width: calc(486px + 24px + 486px);
  height: 460px;
  overflow: visible;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .userVoice-carousel.swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.userVoice-carousel .swiper-slide {
  padding: 40px;
  width: calc(486px + 6px);
  height: 460px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.16);
}
.userVoice-carousel .swiper-slide .h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
.userVoice-carousel .swiper-slide > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .userVoice-carousel .swiper-slide {
    padding: 20px;
    width: auto;
    height: auto;
  }
  .userVoice-carousel .swiper-slide p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.userVoice-button-prev, .userVoice-button-next {
  width: 56px;
  bottom: 40px;
  height: 100%;
  background-size: 20px 80px;
  background-repeat: no-repeat;
  background-color: #F9F6EB;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.userVoice-button-prev:focus, .userVoice-button-next:focus {
  outline: 0;
}
.userVoice-button-prev {
  left: 40px;
  background-image: url(../img/module/carousel_prev.svg);
  background-position: left center;
}
.userVoice-button-next {
  right: 40px;
  background-image: url(../img/module/carousel_next.svg);
  background-position: right center;
}
.swiper-button-disabled {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .userVoice-button-prev, .userVoice-button-next {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 24px;
  }
  .userVoice-button-prev {
    left: auto;
    right: 35px;
    margin-right: 3px;
  }
  .userVoice-button-next {
    right: 10px;
    margin-left: 3px;
  }
}

/* M-20 ----- */
@media screen and (max-width: 768px) {
  .mfp-content {
    padding: 0 10px;
  }
}
.exSiteModal-close {
  color: #fff;
  position: absolute;
  top: -29px;
  background: transparent;
  border: none;
  right: 0;
}
.exSiteModal-close:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.2%2082.2%22%20fill%3D%22%23ffffff%22%3E%3Cpolygon%20points%3D%2241.1%2C2.4%2038.7%2C0%2020.5%2C18.2%202.4%2C0%200%2C2.4%2018.2%2C20.5%200%2C38.7%202.4%2C41.1%2020.5%2C22.9%2038.7%2C41.1%2041.1%2C38.7%2022.9%2C20.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-size: 30px 30px;
}
#exSiteModal {
  position: relative;
  margin: 0 auto;
  width: 400px;
  padding: 40px 35px;
  background-color: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
  #exSiteModal {
    width: 100%;
    padding: 20px 15px;
  }
}
.exSiteModal-text {
  text-align: center;
}
.exSiteModal-btnGroup {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .exSiteModal-btnGroup {
    margin-top: 15px;
  }
}
.exSiteModal-btn-wrap {
  flex: 0 0 50%;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 50%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .exSiteModal-btn-wrap {
    flex: 0 0 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.exSiteModal-btn {
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  white-space: nowrap;
}
.exSiteModal-btn--newwin:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 14px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2026%22%20style%3D%22enable-background%3Anew%200%200%2018%2013%3B%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17.8%2C1.2c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.1-0.3-0.2%20C16.5%2C0.1%2C16.3%2C0%2C16%2C0H5C4.6%2C0%2C4.2%2C0.1%2C3.9%2C0.3C3.7%2C0.5%2C3.5%2C0.7%2C3.3%2C0.9C3.3%2C1%2C3.2%2C1.1%2C3.2%2C1.2C3.1%2C1.5%2C3%2C1.7%2C3%2C2v1v5%20c0%2C1.1%2C0.9%2C2%2C2%2C2h11c1.1%2C0%2C2-0.9%2C2-2V3V2C18%2C1.7%2C17.9%2C1.5%2C17.8%2C1.2%20M17%2C8c0%2C0.6-0.4%2C1-1%2C1H5C4.4%2C9%2C4%2C8.6%2C4%2C8V3h13V8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C13H2.5C1.1%2C13%2C0%2C11.9%2C0%2C10.5V3h1v7.5C1%2C11.3%2C1.7%2C12%2C2.5%2C12H15V13z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 36px 28px;
}
.exSiteModal-btn:hover {
  color: #fff;
  opacity: .7;
}
.exSiteModal-btn--gray {
  color: #fff;
  border-color: #5a5a5a;
  background-color: #5a5a5a;
}
.exSiteModal-btn--red {
  color: #fff;
  border-color: #e60000;
  background-color: #e60000;
}
.exSiteModal-btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 12px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20401%20678%22%20fill%3D%22%23ffffff%22%3E%3Cpolygon%20points%3D%2232.5%2C339%200%2C306.8%20136.1%2C169.5%200%2C32.2%2032.5%2C0%20200.5%2C169.5%20%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 16px 24px;
}

.js-siteModal-open {
  display: block;
  cursor: pointer;
}
.siteModal-inner {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.siteModal-inner::-webkit-scrollbar {
  display: none;
}
.siteModal-content {
  margin: 40px auto;
}
.siteModal-content .siteModal-txt {
  margin-bottom: 40px;
  padding: 80px 0;
  width: 1200px;
  background-color: #fff;
  text-align: center;
}
.siteModal-content .siteModal-txt > *:last-child {
  margin-bottom: 0;
}
.siteModal-content iframe {
  width: 800px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .siteModal-inner {
    width: 100%;
  }
  .siteModal-content {
    padding: 0 24px;
  }
  .siteModal-content .siteModal-txt {
    margin: 40px auto;
    padding: 40px 16px;
    width: 100%;
    text-align-last: left;
  }
  .siteModal-content iframe {
    width: 95.2vw;
    height: 55.3vw;
  }
  @media screen and (orientation: landscape) {
    .siteModal-content  {
      margin: 10px auto;
    }
    .siteModal-content iframe {
      width: 72vw;
      height: 40.5vw;
    }
 }
}

/* M-21 ----- */
.accordionArea {
  margin: 40px auto;
}
.accordionArea-title {
  margin: 0;
  padding: 20px;
  border: 1px solid #7A4F0F;
  width: 100%;
  position: relative;
  text-align: left;
  background: transparent;
}
.accordionArea-title::after {
  content: "";
  display: block;
  border-top: 1px solid #7A4F0F;
  border-right: 1px solid #7A4F0F;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.accordionArea-title.active::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #7A4F0F;
  position: absolute;
  top: calc(50%);
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.accordionArea-title.active::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #7A4F0F;
  position: absolute;
  top: calc(50%);
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.accordionArea-container {
  display: none;
}
.accordionArea-container-inner {
  padding: 40px 0;
}
.accordionArea-container-inner .h4 {
  margin-bottom: 24px;
}
.accordionArea-content {
  margin: 40px auto;
}
.accordionArea-container-inner .accordionArea-content:first-child {
  margin-top: 0;
}
.accordionArea-content > *:first-child {
  margin-top: 0;
}

/* display_for */
.display_for--pc {
  display: inherit;
}
.display_for--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display_for--pc {
    display: none;
  }
  .display_for--sp {
    display: inherit;
  }
}

@media print {
  body {
    zoom: 80%;
    /*overflow-y: visible;
    overflow-x: visible;*/
    -webkit-print-color-adjust: exact;
  }
  main {
    margin-top: 0 !important;
  }
  .gnav--fixed {
    position: static;
  }
  .gnav-inner {
    margin: 0 auto !important;
    width: 1200px !important;
  }
  .return-pageTop, .return-pageTop_anchor {
    display: none;
  }
  .img_linkBox-item, .contentBox {
    page-break-inside: avoid;
  }
}