@charset "UTF-8";
/* sass */
body {
  background: #ede8e1;
}

.wrap-contents {
  margin-top: 30px;
}
.wrap-contents.pt2 {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .wrap-contents {
    margin-top: 30px;
  }
  .wrap-contents.pt2 {
    margin-top: 30px;
  }
}
div h2 {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 3rem !important;
}
@media only screen and (max-width: 767px) {
  div h2 {
    font-size: 2rem !important;
    margin: 50px 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  div h2 {
    font-size: 2rem !important;
    margin: 40px 0 30px;
  }
}

.tab-list h2 {
  margin: 0px 0 40px;
}

.wrap-content-flex {
  display: block;
  margin: 30px 0;
}

@media only screen and (min-width: 768px) {
  .wrap-content-flex {
    display: flex;
    justify-content: space-between;
  }
}
.wrap-info {
  background: #ede8e1;
  font-size: 1.4rem;
  color: #333333;
  padding: 25px 0;
}
.wrap-info .newsBox01 .headline {
  font-size: 1.4rem;
}
.wrap-info .newsBox01 .iconLink01 {
  margin-top: 20px;
}
.wrap-info .newsBox01 .iconLink01 li {
  margin-top: 25px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.wrap-info .newsBox01 .iconLink01 li a {
  color: #333333;
  line-height: 1.7;
  font-weight: bold;
}
.wrap-info .newsBox01 .iconLink01 li:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #d02f3b;
  border-right: 2px solid #d02f3b;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 12px;
  vertical-align: middle;
}
.wrap-info .info-more {
  border: 2px solid #e60012;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .wrap-info .newsBox01 {
    display: flex;
    align-items: center;
  }
  .wrap-info .newsBox01 .headline {
    min-width: 150px;
    text-align: center;
  }
  .wrap-info .newsBox01 .iconLink01 {
    margin-top: 0;
  }
  .wrap-info .newsBox01 .iconLink01 li {
    margin-top: 20px;
  }
  .wrap-info .newsBox01 .iconLink01 li:first-child {
    margin-top: 0;
  }
  .wrap-info .newsBox01 .iconLink01 li a:hover {
    opacity: 0.5;
  }
  .wrap-info .info-more {
    padding: 10px 30px;
  }
}
.btn-c2-1 li {
  margin: 2px -15px 0;
}
.btn-c2-1 li:first-child {
  margin-top: -30px;
}
.btn-c2-1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: #4e473c;
  color: #fff;
  font-size: 2rem;
}
.btn-c2-1 li a:after {
  content: "";
  display: inline-block;
  background: url(../images/ico_arrow_white.png) no-repeat;
  background-size: contain;
  width: 43px;
  height: 8px;
  margin-left: 15px;
}
.btn-c2-1 li.consumer a::before {
  content: "";
  display: inline-block;
  background: url(../images/illust_img02.png) no-repeat;
  background-size: contain;
  width: 99px;
  height: 116px;
  margin-right: 15px;
}
.btn-c2-1 li.member a::before {
  content: "";
  display: inline-block;
  background: url(../images/illust_img03.png) no-repeat;
  background-size: contain;
  width: 99px;
  height: 75px;
  margin: 20px 15px 21px 0;
}

@media only screen and (min-width: 768px) {
  .btn-c2-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
  }
  .btn-c2-1 li {
    display: flex;
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
  }
  .btn-c2-1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 45px;
    background: #4e473c;
    color: #fff;
  }
  .btn-c2-1 li a:after {
    content: "";
    display: inline-block;
    background: url(../images/ico_arrow_white.png);
    width: 43px;
    height: 8px;
  }
  .btn-c2-1 li a:hover {
    opacity: 0.5;
  }
  .btn-c2-1 li.consumer a::before {
    content: "";
    display: inline-block;
    background: url(../images/illust_img02.png);
    width: 99px;
    height: 116px;
  }
  .btn-c2-1 li.member a::before {
    content: "";
    display: inline-block;
    background: url(../images/illust_img03.png);
    width: 127px;
    height: 96px;
    margin: 0 15px 0 0;
  }
  .btn-c2-1 li:first-child {
    margin-top: 10px;
  }
}
.wrap-service-list {
  margin-top: 30px;
}
.wrap-service-list .list-box {
  margin-left: -15px;
}
.wrap-service-list .list-box li {
  margin-top: 20px;
}
.wrap-service-list .list-box li a {
  display: flex;
}
.wrap-service-list .list-box li a .wrap-img {
  text-align: center;
  width: 50%;
}
.wrap-service-list .list-box li a .wrap-txt {
  width: 50%;
}
.wrap-service-list .list-box li a p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 15px;
}
.wrap-service-list .list-box li a p > span {
  font-size: 1.6rem;
  font-weight: bold;
}
.wrap-service-list .list-box li a p > span:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #d02f3b;
  border-right: 2px solid #d02f3b;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 12px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .wrap-service-list {
    margin-top: 0;
    justify-content: space-between;
    padding: 0;
  }
  .wrap-service-list .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    margin: 10px auto 0;
  }
  .wrap-service-list .list-box li {
    display: block;
    width: 150px;
    margin-left: 15px;
  }
  .wrap-service-list .list-box li a {
    display: block;
  }
  .wrap-service-list .list-box li a .wrap-img, .wrap-service-list .list-box li a .wrap-txt {
    width: 100%;
    margin: 0;
  }
  .wrap-service-list .list-box li a p {
    margin-top: 15px;
  }
  .wrap-service-list .list-box li a p > span {
    font-size: 1.4rem;
  }
  .wrap-service-list .list-box li a:hover {
    opacity: 0.5;
  }
}
.wrap-tab-content {
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .wrap-tab-content {
    margin: 0 auto;
  }
}
.wrap-topic-tab {
  background: #fff;
  width: 100%;
}
.wrap-topic-tab .wrap-tab-list {
  display: block;
}
.wrap-topic-tab .wrap-tab-list .tab-list {
  padding: 45px 0;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-title {
  font-size: 3rem;
  text-align: center;
}
.wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category {
  margin-top: 40px;
  width: 100%;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #dcd8d2;
}
.wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  width: calc(50% - 20px);
  text-align: center;
}
.wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li:first-child {
  margin-right: 10px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category {
  display: block;
  cursor: pointer;
  text-decoration: none;
  background: #f2f0ed;
  color: #666;
  margin-bottom: -1px;
  padding: 10px 5px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category.tabActive {
  border-top: #dcd8d2 1px solid;
  border-right: #dcd8d2 1px solid;
  border-left: #dcd8d2 1px solid;
  border-bottom: #fff 1px solid;
  background: #fff;
  margin-bottom: -1px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt {
  display: none;
  padding-top: 16px;
  padding: 16px 15px 0;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dt {
  display: flex;
  margin-top: 16px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dt .date {
  min-width: 90px;
  margin-bottom: 10px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dt .icon-img img {
  margin: 0 20px 6px 0;
  width: 110px;
  height: auto;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dd a {
  color: #185096;
  line-height: 1.5;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dd a .ico-new:after {
  content: "NEW";
  display: inline-block;
  font-size: 1.2rem;
  color: #e60012;
  margin-left: 0.5em;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dl dd a .ico-img {
  margin-left: 10px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt p {
  margin-top: 16px;
  margin-top: 5px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt p .ico-img {
  margin: 0 0 6px 20px;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt p.btn-pt01 a {
  color: #333;
}
.wrap-topic-tab .wrap-tab-list .tab-list .tab-txt.tabActive {
  display: block;
}
.wrap-topic-tab .wrap-tab-list .tab-list.col-2-1 {
  width: 100%;
}

/* 調整 */
@media all and (max-width: 374px) {
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category {
    font-size: 1.2rem;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .tab-txt p .ico-img {
    max-width: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap-topic-tab .wrap-tab-list {
    display: flex;
    justify-content: space-between;
    margin-left: -50px;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .tab-title {
    font-size: 3rem;
    text-align: center;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category {
    width: 100%;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li {
    width: calc(50% - 40px);
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category {
    width: 545px;
    display: inline-block;
    text-align: center;
    background: #f2f0ed;
    color: #333;
    font-size: 1.4rem;
    width: 100%;
    padding: 20px;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .tab-txt dd a:hover {
    opacity: 0.5;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list.col-2-1 {
    width: calc(50% - 10px);
  }
}
.card {
  display: block;
}
.card li {
  position: relative;
  border-top: 1px solid #ccc;
}
.card li a {
  display: flex;
  position: relative;
  width: 100%;
}
.card li a img {
  width: 100%;
}
.card li a .vertical-txt-box {
  height: auto;
  background: #fff;
  padding: 10px 0;
}
.card li a .vertical-txt-box .vertical-txt-box__icon {
  display: inline-block;
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.card li .card-figure {
  position: relative;
  width: 100%;
}
.card li.page-about .card-figure {
  position: relative;
  padding-top: 81.6%;
  background: url(../images/box_img01.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.card li.page-operation .card-figure {
  position: relative;
  padding-top: 81.6%;
  background: url(../images/box_img02.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.card li.page-about-group .card-figure {
  position: relative;
  padding-top: 81.6%;
  background: url(../images/box_img03.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

@media only screen and (min-width: 768px) {
  .card {
    display: flex;
  }
  .card li {
    position: relative;
    border-top: none;
    border-right: 1px solid #fff;
  }
  .card li:last-child {
    border-right: none;
  }
  .card li a {
    display: block;
    height: 100%;
  }
  .card li a .vertical-txt-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 80%;
    background: rgba(255, 255, 255, 0.8);
  }
  .card li a .vertical-txt-box .vertical-txt-box__head {
    font-size: 3.2rem;
    padding: 0 14px;
  }
  .card li a .vertical-txt-box .vertical-txt-box__icon {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .card li:hover {
    opacity: 0.5;
  }
  .card li .card-figure {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .card li.page-about {
    width: 33.203%;
  }
  .card li.page-about .card-figure {
    padding-top: 100%;
    height: 100%;
  }
  .card li.page-operation {
    width: 33.592%;
  }
  .card li.page-operation .card-figure {
    padding-top: 100%;
    height: 100%;
  }
  .card li.page-about-group {
    width: 33.203%;
  }
  .card li.page-about-group .card-figure {
    padding-top: 100%;
    height: 100%;
  }
}
.wrap-lead {
  text-align: center;
}
.wrap-lead > p {
  font-size: 1.6rem;
  margin-top: 24px;
}

.wrap-ad {
  background: #fff;
  width: 100%;
  margin: 35px 0 100px;
  position: relative;
  padding: 0 15px 40px;
}
.wrap-ad .list-ad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: -15px;
}
.wrap-ad .list-ad li {
  margin-top: 30px;
  margin-left: 15px;
  width: calc(33.3333333333% - 15px);
}
.wrap-ad .list-ad li:last-child {
  width: 100%;
}
.wrap-ad .list-ad li > a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.wrap-ad .list-ad p {
  margin-top: 20px;
}
.wrap-ad:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/illust_img04.png);
  width: 71px;
  height: 112px;
  right: 10px;
  bottom: -90px;
}

@media only screen and (min-width: 768px) {
  .wrap-ad {
    padding: 0 80px 20px;
  }
  .wrap-ad .list-ad {
    justify-content: flex-start;
  }
  .wrap-ad .list-ad li {
    margin-top: 50px;
    width: calc((100% - 356px) / 3 - 54px);
    margin-left: 40px;
  }
  .wrap-ad .list-ad li:last-child {
    width: 356px;
  }
  .wrap-ad .list-ad li > a {
    min-height: 262px;
  }
  .wrap-ad .list-ad li > a:hover {
    opacity: 0.5;
  }
  .wrap-ad:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/illust_img04.png);
    width: 71px;
    height: 112px;
    right: -10px;
    bottom: -40px;
  }
}
.wrap-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-color {
  background: #dcd8d2;
  padding: 20px 0;
}

.wrap-btn-area {
  margin-top: 30px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .wrap-btn-area {
    margin-top: 0;
  }
  .wrap-btn-area .btn-c2-1 li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.wrap-pickupbox {
  padding: 25px 0;
}
.wrap-pickupbox .hdg-lv2 {
  font-size: 2rem;
  margin: 25px auto;
}

.wrap-box-content {
  background: #fff;
  height: 100%;
  margin: 0 5px;
}
.wrap-box-content a {
  color: #333;
  display: block;
  padding: 20px 15px;
}
.wrap-box-content a .wrap-img img {
  display: block;
  margin: 0 auto;
}
.wrap-box-content a .wrap-txt {
  margin-top: 15px;
  line-height: 1.7;
}
.wrap-box-content a .wrap-txt .txt-head {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}
.wrap-box-content a .wrap-txt .txt-head .ico-blank:after {
  width: 10px;
  height: 10px;
}
.wrap-box-content a .wrap-txt .txt-head:before {
  content: "";
  display: block;
  width: 22px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 12px;
  margin: auto;
  background: url(../images/ico_arrow_red.png) no-repeat;
  background-size: contain;
}
.wrap-box-content a .wrap-txt .txt-dtl {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .wrap-box-content {
    width: 310px;
    margin: 0 10px;
  }
  .wrap-box-content a:hover {
    opacity: 0.5;
  }
}
.wrap-js-slider-pickup {
  margin-top: 20px;
}

/* slider-pickup */
.js-slider-pickup {
  width: 80%;
}
.js-slider-pickup img {
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
}
.js-slider-pickup.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.js-slider-pickup + .custom-slick-nav {
  margin-bottom: 10px;
}
.js-slider-pickup + .custom-slick-nav .slick-dots {
  position: static;
  line-height: 0;
}
.js-slider-pickup + .custom-slick-nav .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}
.js-slider-pickup + .custom-slick-nav .slick-dots li button {
  width: 18px;
  height: 18px;
}
.js-slider-pickup + .custom-slick-nav .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #72716f;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}

@media only screen and (min-width: 768px) {
  .js-slider-pickup.slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .js-slider-pickup {
    width: 602px;
  }
  .js-slider-pickup img {
    padding: 0 8px;
  }
}
.span-txt {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 5px 5px;
  vertical-align: middle;
}

/* test _top.scss */
.wrap-contents.pt2 .wrap-service-list .list-box {
  margin-left: 0;
}
.wrap-contents.pt2 .wrap-service-list .list-box li a .wrap-img {
  margin-right: 12px;
  width: calc(50% - 12px);
}

@media only screen and (min-width: 768px) {
  .l-all {
    min-width: auto;
  }
  .l-inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-content-inner {
    min-width: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1240px;
  }
  .wrap-pickupbox .l-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .wrap-contents.pt2 .wrap-service-list .list-box {
    margin-left: auto;
    max-width: 940px;
    width: auto;
  }
  .wrap-contents.pt2 .wrap-service-list .list-box li {
    max-width: 150px;
    width: calc(20% - 15px);
  }
  .wrap-contents.pt2 .wrap-service-list .list-box li a .wrap-img {
    margin-right: 0;
    width: 100%;
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad {
    margin-left: -20px;
    margin-right: -20px;
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li {
    margin-left: 3.739%;
    width: calc((85.044% - 356px) / 3);
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li a {
    min-height: auto;
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li .ico-twitter, .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li .ico-facebook {
    width: auto;
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li .ico-twitter a::before, .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li .ico-facebook a::before {
    height: 17px;
    width: 17px;
  }
  .l-content-inner.pt01.wrap-contents .wrap-ad .list-ad li:last-child {
    width: 356px;
  }
}
.top-main-visual {
  display: flex;
  width: 100%;
  height: 542px;
}
.top-main-visual a:hover {
  opacity: 0.5;
}
.top-main-visual * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .top-main-visual {
    min-width: 1000px;
    height: 860px;
  }
}
.top-main-visual__img-wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__img-wrap {
    display: block;
    width: 75vw;
    min-width: 750px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: 0.8s opacity cubic-bezier(0.81, 0, 0.13, 0.95), 0.8s -webkit-transform cubic-bezier(0.81, 0, 0.13, 0.95);
    transition: 0.8s transform cubic-bezier(0.81, 0, 0.13, 0.95), 0.8s opacity cubic-bezier(0.81, 0, 0.13, 0.95);
    transition: 0.8s transform cubic-bezier(0.81, 0, 0.13, 0.95), 0.8s opacity cubic-bezier(0.81, 0, 0.13, 0.95), 0.8s -webkit-transform cubic-bezier(0.81, 0, 0.13, 0.95);
  }
}
.top-main-visual__img-wrap-s {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__img-wrap-s {
    display: none;
  }
}
.top-main-visual__area {
  flex-grow: 1;
  display: block;
  width: 33.333%;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 768px) {
  .top-main-visual__area {
    transition: 0.8s width cubic-bezier(0.81, 0, 0.13, 0.95), 0.8s opacity cubic-bezier(0.81, 0, 0.13, 0.95);
    background: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .top-main-visual__area--l .top-main-visual__img-wrap {
    background-image: url(../images/mainvisual01.png);
    background-position: 0% 50%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
.top-main-visual__area--l .top-main-visual__img-wrap-s {
  background-image: url(../images/mainvisual01_s.png);
  background-position: left 50%;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__area--l .top-main-visual__img-wrap-s {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-main-visual__area--c .top-main-visual__img-wrap {
    background-image: url(../images/mainvisual02.png);
    background-position: 50% 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.top-main-visual__area--c .top-main-visual__img-wrap-s {
  background-image: url(../images/mainvisual02_s.png);
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__area--c .top-main-visual__img-wrap-s {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-main-visual__area--r .top-main-visual__img-wrap {
    background-image: url(../images/mainvisual03.jpg);
    background-position: 50% 50%;
    top: 0;
    right: 0;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
.top-main-visual__area--r .top-main-visual__img-wrap-s {
  background-image: url(../images/mainvisual03_s.jpg);
  background-position: right 50%;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__area--r .top-main-visual__img-wrap-s {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-main-visual.activeL .top-main-visual__area--l {
    width: 75%;
  }
  .top-main-visual.activeL .top-main-visual__area--l .top-main-visual__img-wrap {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .top-main-visual.activeL .top-main-visual__area--l .vertical-txt-box {
    background: white;
  }
  .top-main-visual.activeL .top-main-visual__area--c .top-main-visual__img-wrap {
    opacity: 0.8;
  }
  .top-main-visual.activeL .top-main-visual__area--c .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeL .top-main-visual__area--r .top-main-visual__img-wrap {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    opacity: 0.8;
  }
  .top-main-visual.activeL .top-main-visual__area--r .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeC .top-main-visual__area--l .top-main-visual__img-wrap {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0.8;
  }
  .top-main-visual.activeC .top-main-visual__area--l .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeC .top-main-visual__area--c {
    width: 75%;
  }
  .top-main-visual.activeC .top-main-visual__area--c .vertical-txt-box {
    background: white;
  }
  .top-main-visual.activeC .top-main-visual__area--r .top-main-visual__img-wrap {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    opacity: 0.8;
  }
  .top-main-visual.activeC .top-main-visual__area--r .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeR .top-main-visual__area--l .top-main-visual__img-wrap {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0.8;
  }
  .top-main-visual.activeR .top-main-visual__area--l .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeR .top-main-visual__area--c .top-main-visual__img-wrap {
    opacity: 0.8;
  }
  .top-main-visual.activeR .top-main-visual__area--c .vertical-txt-box {
    background: rgba(255, 255, 255, 0.5);
  }
  .top-main-visual.activeR .top-main-visual__area--r {
    width: 75%;
  }
  .top-main-visual.activeR .top-main-visual__area--r .top-main-visual__img-wrap {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .top-main-visual.activeR .top-main-visual__area--r .vertical-txt-box {
    background: white;
  }
}
.top-main-visual__img-caption {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 0.5rem;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .top-main-visual__img-caption {
    bottom: 10px;
    right: 10px;
    font-size: 0.9rem;
    letter-spacing: normal;
  }
}
.top-main-visual .vertical-txt-box {
  position: absolute;
  right: 50%;
  top: 268px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media only screen and (min-width: 768px) {
  .top-main-visual .vertical-txt-box {
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.vertical-txt-box {
  font-family: "Noto Serif JP", serif;
  background: rgba(255, 255, 255, 0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 5px 0;
  height: 256px;
  color: #000000;
  transition: 0.8s background;
}

@media only screen and (min-width: 768px) {
  .vertical-txt-box {
    height: 512px;
    padding: 20px 0 20px;
  }
}
.vertical-txt-box__head {
  display: block;
  font-size: 22px;
  margin: auto;
  display: inline-block;
  padding: 0 20px 40px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .vertical-txt-box__head {
    font-size: 44px;
  }
}
.vertical-txt-box__discription-acc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .vertical-txt-box__discription-acc {
    display: block;
    width: 0;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.81, 0, 0.13, 0.95);
    opacity: 0;
  }
  .vertical-txt-box__discription-acc.hide {
    width: 0;
  }
  .vertical-txt-box__discription-acc.show {
    width: auto;
    opacity: 1;
    transition: opacity 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-txt-box__discription {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    min-width: 100px;
    padding-top: 5px;
  }
}
.vertical-txt-box__discription {
  transform: rotate(0.005deg);
  transform: rotate(0.005deg);
}
.vertical-txt-box__discription _:lang(x)::-ms-backdrop, .vertical-txt-box__discription _:-ms-lang(x)::backdrop {
  transform: rotate(0.005deg);
}

.vertical-txt-box__icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e60012;
}
.vertical-txt-box__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 42.5%;
  left: 20%;
  width: 56.25%;
  height: 1px;
  background: #FFF;
}
.vertical-txt-box__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 42.5%;
  left: 57.5%;
  width: 17.5%;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media only screen and (min-width: 768px) {
  .vertical-txt-box__icon {
    width: 40px;
    height: 40px;
  }
}
/* 調整 */
@media only screen and (min-width: 768px) {
  .top-main-visual {
    min-width: auto;
  }
}
/* test */
/* 調整 */
.l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li .cover-img {
  padding-top: 143.3%;
  position: relative;
}
.l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li .cover-img > img {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .card li a .vertical-txt-box .vertical-txt-box__head {
    padding-bottom: 40px;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category {
    align-items: stretch;
    display: flex;
    justify-content: center;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li {
    margin-bottom: -1px;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category {
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #dcd8d2;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .wrap-topic-tab .wrap-tab-list .tab-list .wrap-tab-category li .tab-category.tabActive {
    border-bottom: 1px solid #fff;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad {
    margin-right: 0;
    margin-left: -4%;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li {
    margin-left: 4%;
    width: 16.2%;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li:last-child {
    width: 35.4%;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li:last-child .btn-pt01 {
    font-size: 1.2rem;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li:last-child .btn-pt01 a {
    font-size: 1.2rem;
    padding-top: 0;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li:last-child .btn-pt01 a::before {
    margin-top: -2px;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li:last-child .btn-pt01 a::after {
    content: none;
  }
  .l-content-inner.pt01.wrap-contents > .wrap-ad > .list-ad > li .box-youtube {
    margin-top: 0;
    padding-top: 65.576%;
  }
  .wrap-service-list {
    margin-left: -15px;
  }
  .banner a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
  }
  .main-img a:hover {
    opacity: 0.5;
  }
}
.swiper_area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .swiper_area {
    margin-top: 20px;
  }
}
.swiper_area:before {
  content: "";
  width: 200vw;
  height: 60%;
  position: absolute;
  top: 0px;
  left: -100vw;
  display: block;
  background-color: #fff;
}

.hero-swiper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .hero-swiper {
    aspect-ratio: 1200/510;
  }
}
@media only screen and (max-width: 767px) {
  .hero-swiper {
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.hero-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 25/12;
}
@media only screen and (max-width: 540px) {
  .hero-swiper .swiper-slide {
    aspect-ratio: 375/230;
  }
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -1px;
}
.hero-swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.hero-swiper .swiper-slide a._disable {
  pointer-events: none;
}
.hero-swiper .swiper-slide a:after {
  content: "";
  background-image: -moz-linear-gradient(90deg, #6d747d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #6d747d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #6d747d 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.569;
  width: 100%;
  height: 200px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.hero-swiper .swiper-slide .slide_text {
  position: absolute;
  left: 60px;
  bottom: 50px;
  font-size: 375%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-shadow: 0px 3px 5.4px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero-swiper .swiper-slide .slide_text {
    left: 20px;
    bottom: 40px;
    font-size: 200%;
  }
}
@media only screen and (max-width: 540px) {
  .hero-swiper .swiper-slide .slide_text {
    font-size: 150%;
  }
}
.hero-swiper .swiper-pagination {
  bottom: 20px !important;
  left: 60px !important;
  width: auto !important;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero-swiper .swiper-pagination {
    right: 50% !important;
    bottom: 13px !important;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 540px) {
  .hero-swiper .swiper-pagination {
    bottom: 5px !important;
  }
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #e0e1e4;
  opacity: 1 !important;
  width: 13px;
  height: 13px;
  margin: 0 13px;
}
@media only screen and (max-width: 767px) {
  .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.hero-swiper .swiper-button-next:after, .hero-swiper .swiper-button-prev:after {
  content: none;
}

._container {
  max-width: 1200px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  ._container {
    margin: 20px auto 40px;
  }
}
._container._important {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  ._container.sp_mb-0 {
    margin-bottom: 0;
  }
}

.bg_white {
  position: relative;
  padding: 60px 0 20px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.bg_white > *:first-child {
  margin-top: 0;
}
.bg_white:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50vw;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.important_topics {
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ce1a1a;
  max-width: 1130px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .important_topics {
    padding: 0 10px;
    margin: 20px;
  }
}
.important_topics ul {
  margin: 0;
  padding: 0;
}
.important_topics ul li {
  display: flex;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 5px 0;
}
.important_topics ul li:not(:last-child) {
  border-bottom: 1px solid #dcd8d2;
}
@media only screen and (max-width: 767px) {
  .important_topics ul li {
    flex-direction: column;
    padding: 10px 0;
  }
}
.important_topics ul li a {
  color: rgb(51, 51, 51);
  pointer-events: none;
  padding: 5px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .important_topics ul li a {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    line-height: 1.5;
  }
}
.important_topics ul li a:hover {
  color: #d22b2b;
}
.important_topics ul li .head {
  margin-right: 20px;
  font-size: 14px;
  padding-top: 1px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .important_topics ul li .body {
    margin-top: 5px;
    margin-left: 20px;
  }
}
.important_topics ul li .body.pdf:after, .important_topics ul li .body.ext:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 5px;
  transform: translateY(1px);
}
.important_topics ul li .body.pdf:after {
  background: url(../images/pdf.png) 0 0 no-repeat transparent;
  background-size: 15px 18px;
  width: 15px;
  height: 18px;
}
.important_topics ul li .body.ext:after {
  background: url(../images/ext.png) 0 0 no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper_attempt {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
  }
  .swiper_attempt .attempt-swiper-button-next, .swiper_attempt .attempt-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333333;
    border-radius: 2px;
    width: 26px;
    height: 40px;
    transition: all 0.3s;
  }
  .swiper_attempt .attempt-swiper-button-next:hover, .swiper_attempt .attempt-swiper-button-prev:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .swiper_attempt .attempt-swiper-button-next:after, .swiper_attempt .attempt-swiper-button-prev:after {
    content: "";
    font-size: 16px;
    color: #fff;
    background: url(../images/swiper.icon.png) 0 0 no-repeat transparent;
    background-size: cover;
    width: 6px;
    height: 9px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper_attempt .attempt-swiper-button-next {
    right: 15px;
  }
  .swiper_attempt .attempt-swiper-button-prev {
    left: 15px;
  }
  .swiper_attempt .attempt-swiper-button-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .swiper_attempt .swiper-pagination {
    bottom: 0px !important;
    left: 50% !important;
    z-index: 10;
    transform: translateX(-50%);
  }
  .swiper_attempt .swiper-pagination .swiper-pagination-bullet {
    background-color: #f9f8f5;
    opacity: 1 !important;
    width: 13px;
    height: 13px;
    margin: 0 13px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .swiper_attempt .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper_attempt .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8d8b88;
  }
}
@media only screen and (min-width: 768px) {
  .attempt_list {
    display: flex;
    justify-content: center;
    width: calc(100% - 45px) !important;
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  .attempt_list > div {
    width: 33.333%;
    padding: 0 7.5px;
    box-sizing: border-box;
    aspect-ratio: 370/125;
    margin-bottom: 15px;
  }
  .attempt_list > div a {
    color: #fff;
    background-color: #fff;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .attempt_list > div a ._iamge {
    width: 100%;
    height: 100%;
  }
  .attempt_list > div a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
    transition: all 0.3s;
  }
  .attempt_list > div a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(../images/ico_arrow.png) 0 0 no-repeat transparent;
    background-size: 22px 6px;
    width: 22px;
    height: 6px;
    z-index: 5;
  }
  .attempt_list > div a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(51, 51, 51, 0.5);
    opacity: 0.3;
  }
  .attempt_list > div a:hover img {
    opacity: 0.7;
  }
  .attempt_list > div a ._title {
    text-shadow: 0px 0px 19.71px rgba(0, 0, 0, 0.17);
    font-size: 2.4rem;
    line-height: 1.25;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .attempt_list > div a ._title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .attempt_list > div a ._text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .attempt_list {
    margin-bottom: 50px;
  }
  .attempt_list > div {
    min-height: 100%;
    height: auto !important;
  }
  .attempt_list a {
    background-color: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    color: #333333;
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
  }
  .attempt_list a:after {
    content: "";
    display: block;
    width: 22px;
    height: 6px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: url(../images/ico_arrow_red.png) no-repeat;
    background-size: contain;
  }
  .attempt_list ._iamge {
    width: 100%;
    aspect-ratio: 240/130;
    overflow: hidden;
  }
  .attempt_list ._iamge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  .attempt_list ._body {
    flex-grow: 1;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
  }
  .attempt_list ._title {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ede8e1;
  }
  .attempt_list ._text {
    font-weight: 500;
    padding-top: 15px;
    box-sizing: border-box;
  }
}

.card_list {
  display: flex;
  width: calc(100% + 40px);
  margin: 40px -20px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .card_list {
    display: block;
    margin: 50px 0 30px;
    width: 100%;
  }
}
.card_list li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .card_list li {
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
  }
}
.card_list li .head {
  width: 100%;
  aspect-ratio: 255/150;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .card_list li .head {
    aspect-ratio: 135/80;
    width: 40%;
  }
}
.card_list li .head img {
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.card_list li a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .card_list li a {
    display: flex;
  }
}
.card_list li a:hover img {
  transform: scale(1.1);
}
.card_list li .body {
  padding: 10px;
  box-sizing: border-box;
}
.card_list li .body .date {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .card_list li .body {
    width: 60%;
  }
}

.linkbtn {
  border: solid 1px #ce1a1a;
  color: #ce1a1a;
  margin: 0 auto;
  padding: 10px 40px;
  box-sizing: border-box;
  position: relative;
  min-width: 180px;
  display: inline-block;
  transition: all 0.3s;
}
.linkbtn.wide {
  min-width: 200px;
}
.linkbtn:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.linkbtn:link, .linkbtn:visited {
  color: #ce1a1a;
}
.linkbtn:before {
  content: "";
  display: block;
  width: 22px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  margin: auto;
  background: url(../images/ico_arrow_red.png) no-repeat;
  background-size: contain;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pickup_card {
  color: #333333;
  overflow: hidden;
  height: 100%;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 500;
}
.pickup_card:link, .pickup_card:visited {
  color: #333333;
}
.pickup_card:hover {
  opacity: 0.8;
}
.pickup_card:hover img {
  transform: scale(1.1);
}
.pickup_card .head {
  aspect-ratio: 255/170;
  overflow: hidden;
}
.pickup_card .head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.pickup_card .body {
  padding: 10px 0;
  box-sizing: border-box;
}
.pickup_card .body.pdf:after, .pickup_card .body.ext:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 5px;
  transform: translateY(1px);
}
.pickup_card .body.pdf:after {
  background: url(../images/pdf.png) 0 0 no-repeat transparent;
  background-size: 15px 18px;
  width: 15px;
  height: 18px;
}
.pickup_card .body.ext:after {
  background: url(../images/ext.png) 0 0 no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

.swiper_pickup {
  padding: 0 45px;
  box-sizing: border-box;
  position: relative;
}
.swiper_pickup .swiper {
  box-sizing: border-box;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .swiper_pickup .swiper {
    padding-bottom: 30px;
  }
}
.swiper_pickup .pickup-swiper-button-next, .swiper_pickup .pickup-swiper-button-prev {
  position: absolute;
  background: #333333;
  border-radius: 2px;
  width: 26px;
  height: 40px;
  transition: all 0.3s;
  top: calc(50% - 100px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .swiper_pickup .pickup-swiper-button-next, .swiper_pickup .pickup-swiper-button-prev {
    top: calc(50% - 70px);
  }
}
@media only screen and (max-width: 540px) {
  .swiper_pickup .pickup-swiper-button-next, .swiper_pickup .pickup-swiper-button-prev {
    top: calc(50% - 70px);
  }
}
.swiper_pickup .pickup-swiper-button-next:hover, .swiper_pickup .pickup-swiper-button-prev:hover {
  opacity: 0.8;
  cursor: pointer;
}
.swiper_pickup .pickup-swiper-button-next:after, .swiper_pickup .pickup-swiper-button-prev:after {
  content: "";
  font-size: 16px;
  color: #fff;
  background: url(../images/swiper.icon.png) 0 0 no-repeat transparent;
  background-size: cover;
  width: 6px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper_pickup .pickup-swiper-button-next.swiper-button-disabled, .swiper_pickup .pickup-swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.swiper_pickup .pickup-swiper-button-next {
  right: 10px;
}
.swiper_pickup .pickup-swiper-button-prev {
  left: 10px;
}
.swiper_pickup .pickup-swiper-button-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper_pickup .swiper-pagination {
  bottom: 30px !important;
  left: 50% !important;
  width: auto !important;
  z-index: 10;
  transform: translateX(-50%);
}
.swiper_pickup .swiper-pagination .swiper-pagination-bullet {
  background-color: #d6d3d0;
  opacity: 1 !important;
  width: 13px;
  height: 13px;
  margin: 0 13px;
}
@media only screen and (max-width: 767px) {
  .swiper_pickup .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.swiper_pickup .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8d8b88;
}

.top_linklist {
  position: relative;
  padding: 13px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top_linklist {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
}
.top_linklist > *:first-child {
  margin-top: 0;
}
.top_linklist:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50vw;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #f2f0ed;
  z-index: -1;
}
.top_linklist ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 44px);
  margin: 0 -22px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .top_linklist ul {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
.top_linklist ul li {
  padding: 0 22px;
  box-sizing: border-box;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .top_linklist ul li {
    margin: 0;
    padding: 0 10px;
  }
  .top_linklist ul li:not(:last-child) {
    border-bottom: 1px solid #dcd8d2;
  }
}
.top_linklist ul li a {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-block;
}
.top_linklist ul li a:link, .top_linklist ul li a:visited {
  color: #333333;
}
.top_linklist ul li a:hover {
  color: #ce1a1a;
}
@media only screen and (max-width: 767px) {
  .top_linklist ul li a {
    padding: 10px 0;
    box-sizing: border-box;
  }
}

a.pdf:after, a.ext:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 5px;
  transform: translateY(1px);
}
a.pdf:after {
  background: url(../images/pdf.png) 0 0 no-repeat transparent;
  background-size: 15px 18px;
  width: 15px;
  height: 18px;
}
a.ext:after {
  background: url(../images/ext.png) 0 0 no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

.release-list .release-date {
  min-width: 90px;
}

@media only screen and (max-width: 767px) {
  .l-all .wrap-service-list {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .l-all .wrap-service-list .list-box a .wrap-img {
    width: auto;
    min-width: 150px;
  }
  .l-all .wrap-service-list .list-box a .wrap-img img {
    min-width: 150px;
  }
  .l-all .wrap-service-list .list-box a .wrap-txt {
    width: auto;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 540px) {
  .l-all .wrap-service-list {
    padding: 0 20px 0 50px;
  }
}
.label-list .label-item {
  min-width: 110px;
}

ul.textlinklist {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  ul.textlinklist {
    padding: 0px;
    margin-bottom: 1em;
    flex-direction: column;
  }
}
ul.textlinklist li {
  width: 20%;
  border-collapse: collapse;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  ul.textlinklist li {
    width: 100%;
  }
  ul.textlinklist li:not(:last-child) {
    margin-bottom: 10px;
  }
}
ul.textlinklist li a {
  position: relative;
  color: #333;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
}
ul.textlinklist li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  padding-left: 15px;
  left: -15px;
  top: 8px;
  width: 7px;
  height: 9px;
  background-image: url(../../images/footer_linkicon.png);
  background-size: 7px 9px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.textlinklist li a {
    display: block;
  }
}
ul.textlinklist li a:link, ul.textlinklist li a:visited {
  color: #333333;
}
ul.textlinklist li a:hover {
  color: #ce1a1a;
}
ul.textlinklist li a.pdf:after, ul.textlinklist li a.ext:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 5px;
  transform: translateY(1px);
}
ul.textlinklist li a.pdf:after {
  background: url(../images/pdf.png) 0 0 no-repeat transparent;
  background-size: 15px 18px;
  width: 15px;
  height: 18px;
}
ul.textlinklist li a.ext:after {
  background: url(../images/ext.png) 0 0 no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 767px) {
  footer .footer_contents {
    padding: 0;
  }
}

/*# sourceMappingURL=top.css.map */
