@charset "UTF-8";
.top-mv {
  background: #111111;
}
@media (max-width: 979px) {
  .top-mv {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.top-mv .u-grid--2 {
  gap: 0;
}
@media (max-width: 979px) {
  .top-mv .u-grid--1--sp .item:nth-of-type(3), .top-mv .u-grid--1--sp .item:nth-of-type(4) {
    display: none;
  }
}

.top-about {
  padding: 100px 0 120px;
}
@media (max-width: 599px) {
  .top-about {
    padding: 50px 0 50px;
  }
}
.top-about .img-box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 979px) {
  .top-about .img-box {
    display: block;
  }
}
.top-about .img-box .text-area {
  width: calc(100% - 640px);
  padding-right: 40px;
}
@media (max-width: 979px) {
  .top-about .img-box .text-area {
    width: 100%;
    padding: 0;
  }
}
.top-about .img-box .text-area p {
  margin-bottom: 1.5em;
  line-height: 1.75;
}
.top-about .img-box .text-area p:last-child {
  margin: 0;
}
.top-about .img-box .img-area {
  width: 640px;
  text-align: center;
}
@media (max-width: 979px) {
  .top-about .img-box .img-area {
    width: 100%;
    margin-top: 35px;
  }
}
.top-about .u-btn {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0 0;
}
.top-about .u-btn a, .top-about .u-btn button {
  color: #E62300;
  border: 1px solid #E62300;
  padding: 4px 20px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  width: auto;
}
@media (max-width: 599px) {
  .top-about .u-btn a, .top-about .u-btn button {
    font-size: 1.6rem;
  }
}
.top-about .u-btn a span, .top-about .u-btn button span {
  position: relative;
  z-index: 2;
}
.top-about .u-btn a:hover, .top-about .u-btn button:hover {
  color: #fff;
}

.top-search {
  background: url(../images/cat_bg.jpg) left top no-repeat;
  background-size: cover;
  padding: 160px 0 50px;
}
@media (max-width: 599px) {
  .top-search {
    padding: 110px 0 50px;
  }
}
.top-search .top-search-list {
  gap: 40px;
}
@media (max-width: 979px) {
  .top-search .top-search-list {
    gap: 140px;
  }
}
@media (max-width: 599px) {
  .top-search .top-search-list {
    gap: 90px;
  }
}
.top-search .top-search-list .item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 80px 40px 40px;
  position: relative;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item {
    border-radius: 5px;
    background: #fff;
    padding: 60px 25px 30px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  }
}
.top-search .top-search-list .item figure {
  text-align: center;
  top: -110px;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item figure {
    top: -60px;
  }
}
.top-search .top-search-list .item figure img {
  width: 180px;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item figure img {
    width: 120px;
  }
}
.top-search .top-search-list .item dl dt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  border-bottom: 1px solid #CCCDD8;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item dl dt {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
}
.top-search .top-search-list .item dl dd {
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item dl dd {
    margin: 0 0 15px;
  }
}
.top-search .top-search-list .item dl dd a {
  display: inline-block;
  font-weight: 700;
  padding-left: 21px;
  position: relative;
}
.top-search .top-search-list .item dl dd a:hover {
  color: #4992E5;
}
.top-search .top-search-list .item dl dd a i {
  background: url(../images/arrow_right_blue.svg) left top no-repeat;
  width: 11px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .top-search .top-search-list .item dl dd a i {
    width: 9px;
    height: 15px;
  }
}
.top-search .top-search-list .item dl dd a:hover i {
  left: 5px;
}

.top-archve {
  padding: 100px 0 80px;
}
@media (max-width: 599px) {
  .top-archve {
    padding: 50px 0 50px;
  }
}

.top-business {
  padding: 100px 0 80px;
  background: #F6F6F8;
}
@media (max-width: 599px) {
  .top-business {
    padding: 50px 0 50px;
  }
}
.top-business .lead-text {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .top-business .lead-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.top-business .top-business-column {
  gap: 40px;
  margin-bottom: 55px;
}
@media (max-width: 979px) {
  .top-business .top-business-column {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.top-business .top-business-column__right .u-offerings__list {
  gap: 40px;
}
@media (max-width: 979px) {
  .top-business .top-business-column__right .u-offerings__list {
    gap: 20px 15px;
  }
}
.top-business .top-business-column__right .u-offerings-item .text-area {
  border: none;
  padding-bottom: 0;
}
.top-business .u-btn {
  margin-top: 40px;
}

.columnPage .column-pickup .u-pickup-list .u-grid--2 {
  gap: 40px;
}
@media (max-width: 599px) {
  .columnPage .column-pickup .u-pickup-list .u-grid--2 {
    gap: 20px;
  }
}
.columnPage .u-archive__column {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .columnPage .u-archive-list.u-grid--2 .u-archive-list__text .ttl {
    -webkit-line-clamp: 3;
  }
}
.columnPage .u-archive-list {
  gap: 20px 15px;
}

.columnCatPage .u-archive__column {
  margin-top: 0;
}
@media (max-width: 599px) {
  .columnCatPage .u-archive-list.u-grid--2 .u-archive-list__text .ttl {
    -webkit-line-clamp: 3;
  }
}
.columnCatPage .u-archive-list {
  gap: 20px 15px;
}

.categoryPage .u-category-nav {
  margin: 80px 0 0;
}

.detailPage .u-archive__column {
  margin-top: 0;
}
.detailPage .detail-area .time {
  font-size: 2rem;
  color: #A0A1AE;
  font-weight: 500;
}
@media (max-width: 599px) {
  .detailPage .detail-area .time {
    font-size: 1.4rem;
  }
}
.detailPage .detail-area .time i {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .time i {
    margin-left: 5px;
  }
}
@media (max-width: 599px) {
  .detailPage .detail-area .time i img {
    width: 12px;
  }
}
.detailPage .detail-area .detail-main-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 6px 0 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .detail-main-ttl {
    font-size: 2.4rem;
  }
}
.detailPage .detail-area .cat-list {
  font-size: 0;
  margin: 20px 0 0;
}
.detailPage .detail-area .cat-list li {
  font-size: 1.4rem;
  padding: 1px 10px 3px;
  display: inline-block;
  color: #fff;
  background: #4992E5;
  border-radius: 3px;
  margin-right: 10px;
}
@media (max-width: 657px) {
  .detailPage .detail-area .cat-list li {
    font-size: 1.2rem;
    padding: 1px 4px 3px;
  }
}
.detailPage .detail-area .main-image {
  text-align: center;
  margin: 20px 0 0;
}
.detailPage .detail-area .main-image img {
  border-radius: 10px;
  height: inherit;
  width: 100%;
}
@media (max-width: 599px) {
  .detailPage .detail-area .main-image img {
    border-radius: 5px;
  }
}
.detailPage .detail-area .ex-text {
  margin: 40px 0 0;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .detailPage .detail-area .ex-text {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}
.detailPage .detail-area .ex-text:last-child {
  margin-bottom: 0;
}
.detailPage .detail-area .ex-text a {
  color: #4992E5;
  text-decoration: underline;
}
.detailPage .detail-area .ex-text a:hover {
  color: #E62300;
  text-decoration: none;
}
.detailPage .detail-area .ex-text p {
  margin-bottom: 1.5em;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .detailPage .detail-area .ex-text p {
    font-size: 1.6rem;
  }
}
.detailPage .detail-area .ex-text p:last-child {
  margin-bottom: 0;
}
.detailPage .detail-area .ex-text p a {
  color: #4992E5;
  text-decoration: underline;
}
.detailPage .detail-area .ex-text p a:hover {
  color: #E62300;
  text-decoration: none;
}
.detailPage .detail-area .edit-area {
  margin: 80px 0 0;
}

.detailPage .detail-area .edit-area img{
  width: 100%;
}

@media (max-width: 599px) {
  .detailPage .detail-area .edit-area {
    margin: 50px 0 0;
  }
}
.detailPage .detail-area .edit-area p {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.detailPage .detail-area .edit-area > ul > li,.detailPage .detail-area .edit-area > ol > li{
  font-size: 2rem;
  
}
.detailPage .detail-area .edit-area > ul{
  list-style: disc; 
  padding-left: 1.5em;
}

.detailPage .detail-area .edit-area > ul li{
  list-style: disc; 
}

.detailPage .detail-area .edit-area > ol{
  list-style: decimal; 
  padding-left: 1.5em;
}

.detailPage .detail-area .edit-area > ol li{
  list-style: decimal; 
}


@media (max-width: 599px) {
  .detailPage .detail-area .edit-area p{
    font-size: 1.6rem;
  }
  .detailPage .detail-area .edit-area > ul > li,.detailPage .detail-area .edit-area > ol > li{
    font-size: 1.6rem;
  }
}
.detailPage .detail-area .edit-area strong {
  font-weight: 700;
}
.detailPage .detail-area .edit-area h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 4px solid #E62300;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .detailPage .detail-area .edit-area h2 {
    font-size: 2.4rem;
    padding-bottom: 9px;
    border-bottom: 2px solid #E62300;
    margin-bottom: 20px;
  }
}
.detailPage .detail-area .edit-area h3 {
  background: #F6F6F8;
  padding: 10px 30px 17px;
  border-left: 10px solid #E62300;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .detailPage .detail-area .edit-area h3 {
    padding: 13px 15px 8px;
    border-left: 5px solid #E62300;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.detailPage .detail-area .edit-area img {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .edit-area img {
    margin-bottom: 0;
  }
}
.detailPage .detail-area .edit-area mark {
  /*background: linear-gradient(transparent 40%, #FFFF00 80%) !important;*/
}
.detailPage .detail-area .card-box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
}


.detailPage .detail-area .card-box .in {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px;
  border-right: 30px solid #F6F6F8;
  position: relative;
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box .in {
    display: block;
    border: none;
    padding: 20px;
  }
}
.detailPage .detail-area .card-box .in:after {
  content: "";
  display: block;
  background: url(../images/arrow_right_red.svg) left top no-repeat;
  width: 12px;
  height: 22px;
  background-size: cover;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box .in:after {
    display: none;
  }
}
.detailPage .detail-area .card-box .in .img {
  width: 280px;
  text-align: center;
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box .in .img {
    width: 100%;
  }
}
.detailPage .detail-area .card-box .in .text-area {
  width: calc(100% - 280px);
  padding-left: 30px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box .in .text-area {
    width: 100%;
    padding: 20px 0 0;
  }
}
.detailPage .detail-area .card-box .in .text-area .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .card-box .in .text-area .ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.detailPage .detail-area .card-box .in .text-area .text p {
  line-height: 1.5;
}
.detailPage .detail-area .card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.detailPage .detail-area .lp-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 100px 0 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .lp-list {
    margin: 70px 0 0;
  }
}
.detailPage .detail-area .lp-box {
  border: 1px solid #A0A1AE;
  border-radius: 5px;
  overflow: hidden;
}
.detailPage .detail-area .lp-box .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 16px 16px 15px;
  background: #A0A1AE;
}
@media (max-width: 599px) {
  .detailPage .detail-area .lp-box .ttl {
    font-size: 1.6rem;
    padding: 13px 16px 13px;
  }
}
.detailPage .detail-area .lp-box .img img {
  width: 100%;
  height: inherit;
}
.detailPage .detail-area .lp-box .text-box {
  padding: 30px 30px 40px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .lp-box .text-box {
    padding: 20px 15px 30px;
  }
}
.detailPage .detail-area .lp-box .text-box p {
  font-size: 2rem;
}
@media (max-width: 599px) {
  .detailPage .detail-area .lp-box .text-box p {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .detailPage .detail-area .lp-box .text-box .u-btn {
    margin-top: 30px;
  }
}
.detailPage .detail-area .share-box {
  background: #F6F6F8;
  padding: 40px;
  margin: 40px 0 0;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box {
    padding: 30px;
    margin: 50px 0 0;
    border-radius: 5px;
  }
}
.detailPage .detail-area .share-box .ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2rem;
  margin: 0 0 35px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box .ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.detailPage .detail-area .share-box .ttl i {
  margin: 0 20px 0 0;
  position: relative;
  top: -2px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box .ttl i {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box .ttl i img {
    width: 20px;
    position: relative;
    top: -2px;
  }
}
.detailPage .detail-area .share-box ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.detailPage .detail-area .share-box ul li {
  display: inline-block;
  margin: 0 25px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box ul li {
    margin: 0 15px;
  }
}
@media (max-width: 599px) {
  .detailPage .detail-area .share-box ul li img {
    height: 40px;
  }
}
.detailPage .detail-area .bnr-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .bnr-list {
    margin: 50px 0 0;
  }
}
.detailPage .detail-area .bnr-list .bnr-box {
  text-align: center;
}
.detailPage .detail-area .keyword-box {
  background: #F6F6F8;
  padding: 20px 30px 20px;
  margin: 40px 0 0;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .keyword-box {
    margin: 50px 0 0;
    padding: 20px 20px 20px;
  }
}
.detailPage .detail-area .keyword-box .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .keyword-box .ttl {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.detailPage .detail-area .keyword-box .ttl i {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .keyword-box .ttl i {
    margin-right: 5px;
  }
}
@media (max-width: 599px) {
  .detailPage .detail-area .keyword-box .ttl i img {
    width: 24px;
    position: relative;
    top: -2px;
  }
}
.detailPage .detail-area .keyword-box .tag-list {
  text-align: left;
  font-size: 0;
}
.detailPage .detail-area .keyword-box .tag-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.detailPage .detail-area .keyword-box .tag-list li a{
  padding: 2px 10px;
  background: #A0A1AE;
  border-radius: 3px;
   font-size: 1.4rem;
  color: #fff;
}

@media (max-width: 599px) {
  .detailPage .detail-area .keyword-box .tag-list li a{
    font-size: 1.2rem;
  }
}
.detailPage .detail-area .recommend-area {
  padding: 100px 0 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area {
    padding: 80px 0 0;
  }
}
.detailPage .detail-area .recommend-area .recommend-list {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list {
    margin: 30px 0 0;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item {
  padding: 40px 0;
  border-bottom: 1px solid #CCCDD8;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list .item {
    padding: 20px 0;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item:first-child {
  padding-top: 0;
}
.detailPage .detail-area .recommend-area .recommend-list .item a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.detailPage .detail-area .recommend-area .recommend-list .item a .img-area {
  width: 300px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .img-area {
    width: 120px;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .img-area figure {
  width: 100%;
  aspect-ratio: 100/56;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #111;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .img-area figure {
    aspect-ratio: 100/56;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .img-area figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s;
  transition: 0.2s;
}
.detailPage .detail-area .recommend-area .recommend-list .item a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.2s;
}
.detailPage .detail-area .recommend-area .recommend-list .item a:hover .text-area .ttl {
  color: #4992E5;
  transition: 0.2s;
}
.detailPage .detail-area .recommend-area .recommend-list .item a .text-area {
  width: calc(100% - 300px);
  padding-left: 40px;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .text-area {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .text-area .time {
  color: #A0A1AE;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (max-width: 657px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .text-area .time {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .text-area .ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .text-area .ttl {
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .text-area .cat {
  font-size: 0;
  margin: 20px 0 0;
}
@media (max-width: 657px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .text-area .cat {
    margin: 10px 0 0;
  }
}
.detailPage .detail-area .recommend-area .recommend-list .item a .text-area .cat li {
  font-size: 1.4rem;
  padding: 1px 10px 3px;
  display: inline-block;
  color: #fff;
  background: #4992E5;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 657px) {
  .detailPage .detail-area .recommend-area .recommend-list .item a .text-area .cat li {
    font-size: 1.2rem;
    padding: 1px 4px 3px;
  }
}

.contactPage .lead-text {
  text-align: center;
}
.contactPage .form-area dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #CCCDD8;
}
@media (max-width: 979px) {
  .contactPage .form-area dl {
    display: block;
    padding: 30px 0;
  }
}
.contactPage .form-area dl dt {
  display: table-cell;
  width: 500px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 40px 0;
  vertical-align: top;
}
@media (max-width: 979px) {
  .contactPage .form-area dl dt {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .contactPage .form-area dl dt {
    font-size: 1.8rem;
  }
}
.contactPage .form-area dl dt i {
  padding: 7px 19px;
  background: #CCCDD8;
  border-radius: 3px;
  color: #fff;
  margin-right: 20px;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  .contactPage .form-area dl dt i {
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 2px 4px;
  }
}
.contactPage .form-area dl dt i.required {
  background: #E62300;
}
.contactPage .form-area dl dd {
  display: table-cell;
  padding: 40px 0;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 979px) {
  .contactPage .form-area dl dd {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
}
.contactPage .form-area dl dd textarea {
  height: 200px !important;
}
@media (max-width: 599px) {
  .contactPage .form-area dl dd textarea {
    height: 40vw !important;
  }
}
.contactPage .form-area dl dd label {
  margin-right: 40px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 599px) {
  .contactPage .form-area dl dd label {
    font-size: 1.6rem;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.contactPage .form-area dl dd label input {
  margin-right: 25px;
}
@media (max-width: 599px) {
  .contactPage .form-area dl dd label input {
    margin-right: 15px;
    position: relative;
    top: -3px;
  }
}
.contactPage .form-area .privacy-box {
  text-align: center;
  font-weight: 700;
  margin: 80px 0 0;
}
.contactPage .form-area .privacy-box label .mwform-checkbox-field-text {
  font-size: 0;
}
@media (max-width: 599px) {
  .contactPage .form-area .privacy-box {
    margin: 50px 0 0;
  }
}
.contactPage .form-area .privacy-box input {
  margin-right: 25px;
}
@media (max-width: 599px) {
  .contactPage .form-area .privacy-box input {
    margin-right: 15px;
    position: relative;
    top: -3px;
  }
}
.contactPage .form-area .privacy-box a {
  color: #4992E5;
  text-decoration: underline;
  transition: 0.2s;
}
.contactPage .form-area .privacy-box a:hover {
  text-decoration: none;
  color: #E62300;
  transition: 0.2s;
}
.contactPage .u-btn {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .contactPage .u-btn {
    margin-top: 50px;
  }
}
.contactPage .u-btn > * {
  margin: 0 10px;
}
.contactPage .thanks-text {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .contactPage .thanks-text {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.notfoundPage {
  background: url(../images/404/bg.jpg) left top repeat-y;
  background-size: 100%;
  padding: 100px 0;
}
@media (max-width: 599px) {
  .notfoundPage {
    background-size: cover;
    padding: 80px 0;
  }
}
.notfoundPage .ttl {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 599px) {
  .notfoundPage .ttl {
    margin: 0 0 20px;
  }
}
@media (max-width: 599px) {
  .notfoundPage .ttl img {
    width: 216px;
  }
}
.notfoundPage .lead-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .notfoundPage .lead-text {
    font-size: 2rem;
  }
}
.notfoundPage .u-btn {
  margin-top: 70px;
}
@media (max-width: 599px) {
  .notfoundPage .u-btn {
    margin-top: 50px;
  }
}

.aboutPage {
  padding-bottom: 0;
}
.aboutPage .lead-area {
  margin: 40px 0 70px;
}
@media (max-width: 599px) {
  .aboutPage .lead-area {
    margin: 25px 0 45px;
  }
}
.aboutPage .lead-area p {
  text-align: center;
}
@media (max-width: 599px) {
  .aboutPage .lead-area p {
    text-align: left;
    font-size: 1.6rem;
  }
}
.aboutPage .about-ttl-lv02 {
  margin: 0 0 40px;
}
@media (max-width: 599px) {
  .aboutPage .about-ttl-lv02 {
    margin: 0 0 25px;
  }
}
.aboutPage .about-ttl-lv02 .sub-text {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .aboutPage .about-ttl-lv02 .sub-text {
    font-size: 1.4rem;
  }
}
.aboutPage .about-ttl-lv02 .ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .aboutPage .about-ttl-lv02 .ttl {
    font-size: 2.4rem;
  }
}
.aboutPage .about-ttl-lv03 .ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 599px) {
  .aboutPage .about-ttl-lv03 .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 20px;
  }
}
.aboutPage .about-ttl-lv03 .ttl:after {
  content: "";
  display: block;
  height: 4px;
  width: 160px;
  background: #E62300;
  margin: 15px auto 0 0;
}
@media (max-width: 599px) {
  .aboutPage .about-ttl-lv03 .ttl:after {
    width: 100%;
    height: 2px;
    margin: 9px auto 0 0;
  }
}
.aboutPage .about-img-list .about-img-box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 80px;
}
@media (max-width: 979px) {
  .aboutPage .about-img-list .about-img-box {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }
}
.aboutPage .about-img-list .about-img-box:last-child {
  margin: 0;
}
.aboutPage .about-img-list .about-img-box .img-area {
  width: 640px;
  text-align: center;
}
@media (max-width: 979px) {
  .aboutPage .about-img-list .about-img-box .img-area {
    display: block;
    width: 100%;
  }
}
.aboutPage .about-img-list .about-img-box .text-area {
  width: calc(100% - 640px);
  padding-left: 40px;
}
@media (max-width: 979px) {
  .aboutPage .about-img-list .about-img-box .text-area {
    display: block;
    width: 100%;
    padding: 40px 0 0;
  }
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box .text-area {
    padding: 20px 0 0;
  }
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box .text-area p {
    font-size: 1.6rem;
  }
}
.aboutPage .about-img-list .about-img-box .text-area .list-box {
  border-radius: 5px;
  background: #f6f6f8;
  border: 1px solid #cccdd8;
  padding: 20px;
  margin: 15px 0;
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box .text-area .list-box {
    padding: 15px;
    margin: 20px 0;
  }
}
.aboutPage .about-img-list .about-img-box .text-area .list-box ul li {
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box .text-area .list-box ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.aboutPage .about-img-list .about-img-box .text-area .list-box ul li span {
  color: #E62300;
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box .text-area .list-box ul li span {
    font-size: 1.4rem;
    margin-right: 0.5em;
  }
}
.aboutPage .about-img-list .about-img-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aboutPage .about-img-list .about-img-box.reverse .text-area {
  padding: 0 40px 0 0;
}
@media (max-width: 979px) {
  .aboutPage .about-img-list .about-img-box.reverse .text-area {
    display: block;
    width: 100%;
    padding: 40px 0 0;
  }
}
@media (max-width: 599px) {
  .aboutPage .about-img-list .about-img-box.reverse .text-area {
    padding: 20px 0 0;
  }
}
.aboutPage .about-sec02 {
  margin: 120px 0 0;
  background: url(../images/about/bg.png) left top repeat-y;
  background-size: 100%;
  padding: 75px 0 200px;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 {
    margin: 50px 0 0;
    padding: 45px 0 80px;
  }
}
.aboutPage .about-sec02 .main-area {
  margin: 0 0 80px;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .main-area {
    margin: 0 0 40px;
  }
}
.aboutPage .about-sec02 .main-area p {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 979px) {
  .aboutPage .about-sec02 .main-area p {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .main-area p {
    margin: 30px 0 0;
  }
}
.aboutPage .about-sec02 .ex-text {
  margin-top: 40px;
}
@media (max-width: 979px) {
  .aboutPage .about-sec02 .ex-text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.aboutPage .about-sec02 .white-box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 100px;
  margin: 100px 0 0;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box {
    margin: 50px 0 0;
    padding: 30px 15px;
  }
}
.aboutPage .about-sec02 .white-box .video-container {
  aspect-ratio: 16/9;
  /* アスペクト比固定 */
  max-width: 100%;
}
.aboutPage .about-sec02 .white-box .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* はみ出す部分はトリミング */
}
.aboutPage .about-sec02 .white-box .ex-text02 {
  margin: 30px 0 0;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .ex-text02 {
    margin: 10px 0 0;
  }
}
.aboutPage .about-sec02 .white-box .ex-text02 p {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 979px) {
  .aboutPage .about-sec02 .white-box .ex-text02 p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.aboutPage .about-sec02 .white-box .ex-text02 p:last-child {
  margin: 0;
}
.aboutPage .about-sec02 .white-box .list-box {
  border-radius: 5px;
  background: #f6f6f8;
  border: 1px solid #cccdd8;
  padding: 20px;
  margin: 40px 0 0;
}
.aboutPage .about-sec02 .white-box .list-box ul li {
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .list-box ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.aboutPage .about-sec02 .white-box .list-box ul li span {
  color: #E62300;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .list-box ul li span {
    font-size: 1.4rem;
    margin-right: 0.5em;
  }
}
.aboutPage .about-sec02 .white-box .ex-text03 {
  margin: 40px 0 0;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .ex-text03 {
    margin: 30px 0 0;
  }
}
.aboutPage .about-sec02 .white-box .ex-text03 p {
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 979px) {
  .aboutPage .about-sec02 .white-box .ex-text03 p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.aboutPage .about-sec02 .white-box .ex-text03 p:last-child {
  margin: 0;
}
.aboutPage .about-sec02 .white-box .part-area {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e62300;
  padding: 38px 30px 30px;
  position: relative;
  margin: 60px 0 0;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .part-area {
    padding: 26px 10px 20px;
    margin: 40px 0 0;
  }
}
.aboutPage .about-sec02 .white-box .part-area .ttl {
  position: absolute;
  width: 100%;
  left: 0;
  top: -30px;
  text-align: center;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .part-area .ttl {
    top: -18px;
  }
}
.aboutPage .about-sec02 .white-box .part-area .ttl span {
  color: #e62300;
  font-size: 2.4rem;
  font-weight: 900;
  background: #fff;
  padding: 20px;
}
@media (max-width: 599px) {
  .aboutPage .about-sec02 .white-box .part-area .ttl span {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.aboutPage .definition-list .item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 40px 0 0;
  overflow: hidden;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
}
.aboutPage .definition-list .item:last-child {
  margin-bottom: 0;
}
.aboutPage .definition-list .item .left {
  background: #F6F6F8;
  width: 280px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .left {
    display: block;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}
.aboutPage .definition-list .item .left h4 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #E62300;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .left h4 {
    font-size: 2.4rem;
  }
}
.aboutPage .definition-list .item .left h4 span {
  display: block;
  font-size: 0.5em;
  color: #E62300;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .left h4 span {
    margin-top: 5px;
  }
}
.aboutPage .definition-list .item .left img {
  width: 121px;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .left img {
    width: 76px;
  }
}
.aboutPage .definition-list .item .right {
  width: calc(100% - 280px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .right {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.aboutPage .definition-list .item .right h5, .aboutPage .definition-list .item .right h4 {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 10px;
}
@media (max-width: 599px) {
  .aboutPage .definition-list .item .right h5, .aboutPage .definition-list .item .right h4 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
@media (max-width: 979px) {
  .aboutPage .definition-list .item .right p {
    font-size: 1.6rem;
  }
}

.toc {
  border: 1px solid #CCCDD8;
  padding: 40px;
  margin-bottom: 100px;
  background: #fff;
  max-width: 720px;
  width: 100%;
  border-radius: 5px;
  background: #F6F6F8;
  position: relative;
}
@media (max-width: 599px) {
  .toc {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.toc:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 179px;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fafafb 52.72%, #f6f6f8 100%);
  left: 0;
  bottom: 0;
}
@media (max-width: 599px) {
  .toc:after {
    height: 160px;
  }
}
.toc.expanded:after {
  display: none;
}

.toc-header {
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .toc-header {
    font-size: 2rem;
    margin-bottom: 13px;
  }
}

.toc-icon {
  color: red;
  margin-right: 9px;
  background: url(../images/icon_toc.svg) left top no-repeat;
  width: 32px;
  height: 20px;
  background-size: cover;
}
@media (max-width: 599px) {
  .toc-icon {
    width: 25px;
    height: 16px;
    background-size: cover;
    margin-right: 4px;
  }
}

.toc-list {
  counter-reset: h2counter;
}

.toc-list > li {
  counter-increment: h2counter;
  margin: 0 0 10px;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .toc-list > li {
    font-size: 1.8rem;
    margin: 0 0 6px;
  }
}

.toc-list > li li {
  font-size: 1.6rem;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .toc-list > li li {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.toc-list > li ol {
  margin-top: 15px;
}
@media (max-width: 599px) {
  .toc-list > li ol {
    margin-top: 8px;
  }
}

.toc-list > li > a::before {
  content: counter(h2counter) ". ";
  font-weight: bold;
  color: #e60012;
  /* 赤 */
}

.toc-list ol {
  counter-reset: h3counter;
  margin-left: 20px;
}

.toc-list ol > li {
  counter-increment: h3counter;
}

.toc-list ol > li > a::before {
  content: counter(h3counter) ".";
  color: #111111;
}

.toc-more {
  display: block;
  margin: 10px auto 0;
  padding: 6px 12px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.toc-list {
  max-height: 200px;
  /* ← この高さを超えたら折りたたみ */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.toc-list.expanded {
  max-height: none;
  /* 制限解除 */
}

.toc-toggle {
  width: 120px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #111;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0 !important;
}

.u-toc-area{
  background: #F6F6F8;
  padding: 25px 20px;
  margin-top: 40px;
  overflow: hidden;
  position: sticky;
  top: 180px;
}

@media (max-width: 979px) {
  .u-toc-area{
    display: none;
  }
}

.u-toc-area .u-toc-ttl{
  font-size: 1.6rem;
  font-weight: 500;
  
  margin-bottom: 20px;
}

.u-toc-area .u-toc-ttl i{
  margin-right: 10px;
}

.u-toc-list{
  counter-reset: item;    /* カウンターをリセット */
  position: relative;
}

.u-toc-list:before{
  content:"";
  display: block;
  height: 100%;
  width: 1px;
  background: #CCCDD8;
  left: 15px;
  top: 10px;
  bottom: 0;
  position: absolute;
}

.u-toc-list li{
  counter-increment: item; /* liごとにカウント +1 */
  position: relative;
  padding-left: 40px;       /* 番号ぶんスペースをあける */
  margin-bottom: 25px;
}

.u-toc-list li a{
  font-size: 1.4rem;
  font-weight: 500;
  color: #A0A1AE;
}

.u-toc-list li:before{
  position: absolute;
  left: 0;
  top: 0;
  content:"";
  display: block;
  width: 30px;
  height: 30px;
  background: #CCCDD8;
  border-radius: 100%;
}

.u-toc-list li:after {
  content: counter(item) ""; /* カウンターの数字を出力 */
  position: absolute;
  left: 11px;
  color: #fff;                /* 色を好きに調整 */
  font-weight: 700;
  font-size: 1.4rem;
  top: 0px;
}

.u-toc-list li:last-child{
  margin-bottom: 0;
}

.u-toc-list li:last-child a:after{
  content:"";
  display: block;
  width: 1px;
  background-color: #F6F6F8;
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  z-index: 3;
}

.u-toc-list li.is_active:before{
  background: #E62300;
}

.u-toc-list li.is_active a{
  color: #111111;
}