@charset "UTF-8";
* {
  line-height: 3rem;
}

.img-txt {
  height: 100%;
}

@media screen and (max-width: 559px) {
  .img-txt {
    width: 50px;
    height: auto;
  }
}

.title1 {
  font-size: 3.6rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
}

@media screen and (max-width: 559px) {
  .title1 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
  }
}

@media screen and (max-width: 559px) {
  .title2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 559px) {
  .c-op2 {
    font-size: 1.6rem;
  }
}

.c-op3 {
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}

.spacer {
  height: 100px;
}

@media screen and (max-width: 559px) {
  .spacer {
    display: none;
  }
}

.top_mv_catchcopy {
  position: relative;
  overflow: hidden;
}

.top_mv_catchcopy .top-bg {
  width: 100%;
}

.top_mv_catchcopy .top-copy {
  width: 45%;
}

@media screen and (min-width: 560px) {
  .top_mv_catchcopy .top-copy {
    position: absolute;
    bottom: 120px;
    left: 10%;
    width: 35%;
  }
}

@media screen and (min-width: 560px) and (max-width: 1100px) {
  .top_mv_catchcopy .top-copy {
    bottom: 100px;
  }
}

@media screen and (max-width: 559px) {
  .top_mv_catchcopy .top-copy {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 559px) {
  .top_mv_catchcopy {
    margin-bottom: 20px;
  }
  .top_mv_catchcopy .top-copy2 {
    position: absolute;
    top: 90px;
    left: 15px;
    width: 22%;
  }
}

@media screen and (min-width: 560px) {
  .top_mv_catchcopy .top_mv_news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: normal;
    bottom: 80px;
    width: 50%;
    background: white;
    border-radius: 100px;
    padding: 5px 10px;
  }

  .top_mv_news_left,
  .top_mv_news_right {
    display: flex;
  }

  .top_mv_news_left {
    width: 80%;
  }

  .top_mv_news_right {
    justify-content: flex-end;
    width: 20%;
  }

  .top_mv_news_left .tag {
    display: block;
    max-width: 70px;
    height: 24px;
    border: 1px solid #808080;
    padding: 2px 10px;
    text-align: center;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 13px;
    font-size: 1.2rem;
    line-height: 1.5;
    word-break: keep-all;
  }

  .top_mv_news_left .date {
    display: block;
    margin-right: 13px;
  }
}

@media screen and (min-width: 560px) and (max-width: 1100px) {
  .top_mv_catchcopy .top_mv_news {
    bottom: 50px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .top_mv_catchcopy .top-copy {
    bottom: 140px;
  }
}

.top_mv_catchcopy .news-pc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearB {
  clear: both;
}

.top_mv_catchcopy .news-pc .tag {
  display: block;
  max-width: 70px;
  border: 1px solid #808080;
  padding: 2px 10px;
  text-align: center;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 13px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.top_mv_catchcopy .news-pc .date {
  display: block;
  width: 60px;
  margin-right: 13px;
}

.top_mv_catchcopy .news-pc .text {
  display: block;
  width: 50%;
  padding-left: 20px;
  /*line-height: 1.6rem;*/
}

@media screen and (max-width: 1088px) {
  .top_mv_catchcopy .news-pc .text {
    width: 43%;
  }
}

.top_mv_catchcopy .news-pc .link {
  display: block;
  float: right;
  width: 20%;
  text-align: right;
}

.news-sp {
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
}

.news-sp .date,
.news-sp .text,
.news-sp .tag {
  margin-left: 15px;
}

.news-sp .date {
  font-size: 1.4rem;
  line-height: 2rem;
}

.news-sp .text {
  margin-bottom: 10px;
}

.news-sp .tag {
  border: 1px solid black;
  padding: 0 1rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 15px;
}

.news-sp .btn .image {
  margin-left: 50px;
}

@media screen and (min-width: 560px) {
  .top-introduction-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-introduction-container .description {
  width: 58%;
}

.top-introduction-container .illust-container {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-introduction-container .illust-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-introduction-container .text {
  position: relative;
  width: 70%;
  padding: 50px 30px;
  background: url("../images/home/balloon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top-introduction-container .text .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 559px) {
  .top-introduction-container .text {
    padding: 20px;
    font-size: 1.6rem;
  }
}

.top-introduction-container .woman {
  width: 30%;
}

@media screen and (max-width: 559px) {
  .top-introduction-container {
    margin-bottom: 40px;
  }
  .top-introduction-container .description,
  .top-introduction-container .illust-container {
    width: 100%;
  }
  .top-introduction-container .description {
    margin-bottom: 15px;
  }
  .top-introduction-container .text {
    width: 75%;
    line-height: 2rem;
  }
  .top-introduction-container .woman {
    width: 25%;
  }
}

.top_opinion_wrapper {
  position: relative;
  padding: 100px 0;
  background: url("../images/home/content-bg-yellow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_opinion_wrapper .boy-and-girl {
  position: absolute;
  bottom: 0px;
  right: 25%;
  width: 250px;
  -webkit-transform: translate(0%, 40%);
  transform: translate(0%, 40%);
}

@media screen and (max-width: 559px) {
  .top_opinion_wrapper .boy-and-girl {
    right: 0;
    width: 170px;
  }
}

@media screen and (max-width: 559px) {
  .top_opinion_wrapper {
    background: url("../images/home/content-bg-yellow-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 50px;
  }
}

.top_opinion .margin-bt {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .top_opinion .margin-bt {
    margin-bottom: 20px;
  }
}

.top_opinion .title2 {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 560px) {
  .top_opinion .top_opinion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top_opinion .top_opinion .inner1 {
  width: 50%;
}

.top_opinion .top_opinion .inner2 {
  width: 50%;
  padding-right: 50px;
}

.top_opinion .top_opinion .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin: 0 auto;
  width: 80%;
}

.top_opinion .top_opinion .text-container .name {
  display: inline-block;
}

.top_opinion .top_opinion .text-container .small {
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}

.top_opinion .top_opinion .image {
  width: 80%;
  margin: 0 auto;
}

.top_opinion .top_opinion .small {
  text-align: right;
}

@media screen and (max-width: 559px) {
  .top_opinion .top_opinion .inner1,
  .top_opinion .top_opinion .inner2 {
    width: 100%;
    padding: 0;
  }
  .top_opinion .top_opinion .inner1 {
    margin-bottom: 30px;
  }
  .top_opinion .top_opinion .image {
    width: 100%;
  }
  .top_opinion .top_opinion .text-container {
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    width: 100%;
  }
  .top_opinion .top_opinion .small {
    display: none;
  }
}

.top_opinion .text-container {
  width: 40%;
}

.top_opinion .carousel-image {
  width: 60%;
}

@media screen and (max-width: 559px) {
  .top_opinion .carousel-container .image {
    width: 95%;
    margin: 0 auto 20px;
  }
  .top_opinion .text-container {
    width: 100%;
  }
  .top_opinion .carousel-image {
    width: 100%;
  }
}

.top_flow_wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 100px 0;
}

@media screen and (max-width: 559px) {
  .top_flow_wrapper {
    padding: 20px 0 0;
  }
}

.top_flow .title1 {
  margin-bottom: 10px;
}

.top_flow .title-A {
  font-size: 2.2rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.top_flow .title-B {
  font-size: 1.7rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (min-width: 560px) {
  .top_flow .title-B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 559px) {
  .top_flow .title-B {
    position: relative;
    padding-left: 50px;
  }
  .top_flow .title-B .img-txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
  }
}

.top_flow .c-op1 {
  margin-bottom: 30px;
}

.top_flow .c-op3 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .top_flow .c-op3 {
    margin-bottom: 30px;
    text-align: left;
    line-height: 2rem;
  }
}

@media screen and (min-width: 560px) {
  .top_flow .flow_button {
    margin-left: 0;
  }
}

.top_flow .flow {
  margin-bottom: 30px;
}

@media screen and (min-width: 560px) {
  .top_flow .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top_flow .flow .c-op2 {
  font-size: 1.6rem;
}

.top_flow .flow .inner1 {
  width: 50%;
}

.top_flow .flow .inner1 .image {
  margin: 0 auto;
}

.top_flow .flow .inner2 {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 50px;
}

.top_flow .flow .inner2 .text {
  margin-bottom: 30px;
}

.top_flow .flow .inner2 .sub-info {
  font-size: 1.35rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  line-height: 2rem;
  padding: 10px;
  border: #dfd44b dashed 2px;
}

.top_flow .flow .inner2 .sub-info .block {
  line-height: inherit;
}

.top_flow .flow .inner2 .sub-info .margin {
  margin-bottom: 30px;
}

@media screen and (max-width: 559px) {
  .top_flow .flow .inner2 .sub-info {
    line-height: 3rem;
  }
}

@media screen and (max-width: 559px) {
  .top_flow .flow .inner1,
  .top_flow .flow .inner2 {
    width: 100%;
  }
  .top_flow .flow .inner1 .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_flow .flow .inner2 {
    padding: 0;
  }
}

.top_flow .item {
  margin-bottom: 30px;
}

.top_resolve_wrapper {
  padding: 100px 0;
}

@media screen and (min-width: 560px) {
  .top_resolve_wrapper {
    background: url("../images/home/content-bg-yellow2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .top_resolve_wrapper .top,
  .top_resolve_wrapper .bottom {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .top_resolve_wrapper {
    position: relative;
    padding: 50px 0 20px;
  }
  .top_resolve_wrapper .top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
  }
  .top_resolve_wrapper .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
  }
}

.top_resolve {
  color: #4d4d4d;
  padding: 0 10px;
}

@media screen and (max-width: 559px) {
  .top_resolve {
    padding: 0 15px;
    background: #fffde9;
  }
}

.top_resolve .title1 {
  color: #707070;
  margin-bottom: 30px;
}

.top_resolve .description {
  margin-bottom: 50px;
}

.top_resolve .resolve {
  margin-bottom: 50px;
}

@media screen and (min-width: 560px) {
  .top_resolve .resolve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top_resolve .inner1 {
  width: 40%;
}

.top_resolve .inner1 .image {
  width: 100%;
  margin-bottom: 30px;
}

.top_resolve .inner1 .boy-and-girl {
  width: 25%;
  margin: 0;
}

.top_resolve .inner1 .comment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 559px) {
  .top_resolve .inner1 .comment-container {
    margin-bottom: 20px;
  }
}

.top_resolve .inner1 .comment {
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  width: 75%;
  padding: 20px 10px 20px 35px;
}

@media screen and (max-width: 559px) {
  .top_resolve .inner1 {
    width: 100%;
  }
  .top_resolve .inner1 .comment {
    padding: 15px 10px 15px 30px;
  }
}

.top_resolve .inner2 {
  width: 55%;
}

.top_resolve .inner2 .arrow {
  text-align: center;
  padding: 30px 0;
  background: url("../images/home/arrow-case.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 559px) {
  .top_resolve .inner2 {
    width: 100%;
  }
  .top_resolve .inner2 .arrow {
    padding: 10px;
    font-weight: bold;
  }
}

.top_resolve .title-B {
  font-size: 2.8rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 559px) {
  .top_resolve .title-B {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.top_resolve .margin {
  margin-bottom: 10px;
}

.top_resolve .comment {
  background: url("../images/home/balloon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_support_wrapper {
  padding: 30px 0 50px;
}

@media screen and (max-width: 559px) {
  .top_support_wrapper {
    padding: 20px 0;
  }
}

@media screen and (max-width: 559px) {
  .support-container {
    padding-top: 30px;
  }
}

.support-container .margin-bt {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .support-container .margin-bt {
    margin-bottom: 20px;
  }
}

.support-container .imgbox {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-container .imgbox .lazyload {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.support-container .txt {
  margin: 0 auto;
  margin-bottom: 25px;
}

.support-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-container .item {
  width: 23.5%;
}

.support-container .title2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 559px) {
  .support-container .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-container .title2 {
    margin-bottom: 10px;
  }
}

.top_access_wrapper {
  position: relative;
  padding: 100px 0;
  color: #707070;
  background: url("../images/home/content-bg-yellow1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 559px) {
  .top_access_wrapper {
    background: url("../images/home/content-bg-yellow-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 320px;
  }
}

@media screen and (min-width: 560px) {
  .top_access .inner {
    width: 85%;
    margin: 0 auto;
  }
}

.top_access .map {
  width: 100%;
  height: 250px;
  border: 0;
}

@media screen and (max-width: 559px) {
  .top_access .map {
    position: absolute;
    left: 0px;
    bottom: 80px;
  }
}

.top_access .margin {
  margin-bottom: 40px;
}

@media screen and (max-width: 559px) {
  .top_access .title1 {
    color: black;
  }
}

.top_access .title2 {
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 559px) {
  .top_access .title2 {
    font-weight: normal;
  }
}

.top_access .description {
  margin-bottom: 20px;
}

.top_blog_wrapper {
  margin-bottom: 200px;
}

@media screen and (max-width: 559px) {
  .top_blog_wrapper {
    padding: 30px 5px;
    margin-bottom: 100px;
  }
}

.top_blog {
  max-width: 1152px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.top_blog .margin-bt {
  margin-bottom: 20px;
}

.top_blog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #707070;
}

.top_blog .item {
  width: 23.5%;
}

.top_blog .item .image {
  width: 100%;
  margin-bottom: 10px;
}

.top_blog .title2 {
  margin-bottom: 25px;
}

@media screen and (max-width: 559px) {
  .top_blog .title1 {
    margin-bottom: 20px;
  }
  .top_blog .title2 {
    margin-bottom: 10px;
  }
  .top_blog .description {
    margin-bottom: 10px;
  }
  .top_blog .item {
    margin-bottom: 30px;
    width: 100%;
  }
  .top_blog .c-op2 {
    font-size: 1.5rem;
  }
}

.top_blog .image-container {
  width: 100%;
  height: 200px;
  background: #e5e5e4;
}

.top_blog .title2 {
  font-weight: normal;
  text-align: left;
  margin: 15px 0;
  color: black;
}

@media screen and (max-width: 559px) {
  .top_blog .title2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.top_blog .date {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin: 5px 0;
}

.top_blog .tag {
  border: 1px solid #9e9e9f;
  padding: 0 10px;
  font-size: 1.4rem;
}

.top_blog .inner {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .top_blog .inner {
    margin-bottom: 20px;
  }
}

.top_blog .text,
.top_blog .date,
.top_blog .tag {
  color: #4d4d4d;
}

.c-op-error .header-container-pc .menu-container > .link {
  color: #474747;
}

.c-op-error .header-container-pc .icons > .link {
  color: #6b6b6b;
}

.error-wrapper {
  width: 100%;
  padding: 50px 10px 70px;
  margin-bottom: 100px;
  background: url("../images/recruit/content-bg-yellow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 559px) {
  .error-wrapper {
    background: url("../images/recruit/content-bg-yellow-sp1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 10px 50px;
    margin-bottom: 70px;
  }
}

.error-wrapper .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "メイリオ", "ＭＳ ゴシック", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin: 0 auto 30px;
  width: 350px;
  padding: 12px 30px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #707070;
  cursor: pointer;
}

.error-wrapper .btn .image {
  margin-left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 559px) {
  .error-wrapper .btn {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 1.5rem;
  }
}

.error-wrapper .tonton {
  background: #fffb8f;
}

.error-wrapper .ichigo {
  background: #ffdeee;
}

.error-wrapper .momo {
  background: #efe352;
}

.error-wrapper .common_arrow-img {
  height: 2rem;
}

@media screen and (min-width: 560px) {
  .error-container {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.error-container .title {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 10px 0 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .error-container .title {
    font-size: 2.2rem;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.error-container .c-op1 {
  font-size: 2.2rem;
  font-family: "メイリオ", "ＭＳ ゴシック", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 4rem;
}

@media screen and (max-width: 559px) {
  .error-container .c-op1 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.error-container .description .margin {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .error-container .description .margin {
    margin-bottom: 30px;
  }
}

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