@charset "utf-8";


/* secPagetitle */
.secPagetitle {
  box-shadow: none;
}

.secPagetitle h1 {
  padding-top: 14px;
  line-height: 1.4;
}

.secPagetitle span {
  display: block;
  font-size: 1.9rem;
}

/* headingWrap */
.headingWrap {
  height: auto;
  margin-bottom: 36px;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: -0.5px;
}

.headingWrap .wrapper {
  text-align: center;
}

.headingWrap .img {
  padding: 47px 0px 54px;
}

.headingWrap .liBtn {
  margin-top: 23px;
  width: 605px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headingWrap .liBtn li a {
  min-width: 0;
  color: #fff;
  font-weight: bold;
}

.headingWrap .liBtn li a:hover {
  color: #fff;
  font-weight: bold;
}

.headingWrap .liBtn li:nth-child(1) a {
  background-color: #6796dc;
}

.headingWrap .liBtn li:nth-child(1) a:hover {
  background-color: #93c3f9;
}

.headingWrap .liBtn li:nth-child(2) a {
  background-color: #f5af0f;
}

.headingWrap .liBtn li:nth-child(2) a:hover {
  background-color: #fff4ca;
  color: #f5af0f;
}

.headingWrap .liBtn li:nth-child(2) a:hover::after {
  border-right: 2px solid #f5af0f;
  border-bottom: 2px solid #f5af0f;
}

.headingWrap .liBtn li a:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.headingWrap .liBtn li a:after {
  right: 23px;
  transform: rotate(45deg) translateY(-70%);
}

/* content */
.secContentArea.bg02 {
  padding: 0;
  background: #fff;
}

.secContentArea.bg03 {
  background: linear-gradient(175deg, #f5af0f 0%, #f5af0f 30%, #fff4ca 30%, #fff4ca 100%);
  padding: 0px 0 30px;
}

[class^=boxLink] .col {
  display: table;
  width: 100%;
  padding: 50px 0 40px 12px;
}

[class^=boxLink] .col .cell {
  display: table-cell;
  vertical-align: middle;
}

[class^=boxLink] .col h3 {
  margin-bottom: 5px;
  font-size: 2.4rem;
}

[class^=boxLink] .col p {
  padding-bottom: 35px;
  color: #222222;
  font-size: 1.6rem;
}

.boxLink01,
.boxLink02,
.boxLink03,
.boxLink04 {
  margin-bottom: 80px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.boxLink01 .cell:nth-child(1),
.boxLink02 .cell:nth-child(1) {
  width: 336px;
}

.boxLink01 .subLink,
.boxLink02 .subLink,
.boxLink03 .subLink,
.boxLink04 .subLink {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.boxLink01 .subLink li,
.boxLink02 .subLink li,
.boxLink03 .subLink li,
.boxLink04 .subLink li {
  width: 280px;
  height: 120px;
  text-align: center;
  margin-right: 20px;
  border-radius: 1px;
}

.subBox .subLink li:nth-child(3) {
  margin-right: 0px;
}

.subBox .subLink li:nth-child(n+4) {
  margin-top: 20px;
}

.subBox .subLink li span:nth-child(2) {
  padding: 0 20px;
  text-align: left;
}

.boxLink02 .subLink li:first-child,
.boxLink03 .subLink li:first-child,
.boxLink04 .subLink li:first-child {
  border-left: 0;
}

.boxLink02 .subLink li span,
.boxLink03 .subLink li span,
.boxLink04 .subLink li span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.23;
  text-align: left;
}

.boxLink03 .cell:nth-child(1),
.boxLink04 .cell:nth-child(1) {
  width: 336px;
}

.boxLink04 {
  margin-top: 40px;
}

.subBox {
  background-color: #f2f2f2;
  padding: 20px 40px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

  /* secPagetitle */
  .secPagetitle h1 {
    padding-top: 0;
    line-height: 1.3;
  }

  .secPagetitle span {
    font-size: 1.3rem;
  }

  /* headingWrap */
  .headingWrap {
    height: auto;
    margin-bottom: 22px;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .headingWrap .wrapper {
    padding: 10px;
    background: #fff;
    width: auto;
  }

  .headingWrap .wrapper p {
    padding-left: 5px;
    padding-right: 5px;
  }

  .headingWrap .liBtn {
    width: auto;
    margin: 0 auto;
  }

  .headingWrap .liBtn li {
    width: calc(50% - 9px);
  }

  .headingWrap .liBtn li a {
    width: auto;
    height: auto;
    padding: 14px 0;
  }

  .headingWrap .liBtn li a:after {
    right: 20px;
  }

  /* content */
  .secContentArea.bg02 {
    padding: 0 0 8px;
  }

  .secContentArea.bg03 {
    padding: 19px 0 8px;
  }

  .ttlSkin01 {
    margin-bottom: 8px;
  }

  .boxLink01,
  .boxLink02,
  .boxLink03,
  .boxLink04 {
    margin-bottom: 20px;
  }

  [class^=boxLink] a {
    padding: 10px 15px 15px;
  }

  [class^=boxLink] .col {
    display: block;
    padding: 30px 0 0 0;
  }

  [class^=boxLink] .col .cell {
    display: block !important;
    Width: auto !important;
    text-align: center;
  }

  [class^=boxLink] .col h3 {
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: left;
  }

  [class^=boxLink] a img {
    margin: auto !important;
  }

  [class^=boxLink] .col p {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
  }

  .boxLink01 img {
    width: 220px;
  }

  .boxLink02 .cell:nth-child(1) {
    padding-top: 25px;
  }

  .boxLink01 .col p {
    letter-spacing: -0.5px;
  }

  .boxLink02 .col {
    padding-top: 0;
  }

  .boxLink01 .col h3,
  .boxLink02 .col h3,
  .boxLink03 .col h3,
  .boxLink04 .col h3 {
    margin-top: 12px;
  }

  .boxLink02 .cell img,
  .boxLink03 .cell img,
  .boxLink04 .cell img {
    width: 220px;
  }

  .boxLink02 .subLink,
  .boxLink03 .subLink,
  .boxLink04 .subLink {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .boxLink02 .subLink li span,
  .boxLink03 .subLink li span,
  .boxLink04 .subLink li span {
    font-size: 1.3rem;
  }

  .subLink a:after {
    border-width: 5px;
  }

  .boxLink02 .subLink li,
  .boxLink04 .subLink li {
    border-left: none;
  }

  .subBox .subLink li:nth-child(n+2) {
    margin-top: 10px;
  }

  .boxLink02 .subLink li:nth-child(5) {
    border-bottom: none;
  }

  .boxLink02 .subLink li:nth-child(5) span:nth-child(2) {
    padding-top: 5px;
  }

  .boxLink03 .subLink li {
    border-bottom: none;
  }

  .boxLink04 {
    margin-top: 0;
  }

  .boxLink04 .cell:nth-child(1) {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .boxLink04 .cell:nth-child(2) {
    padding-top: 4px;
  }

  .boxLink04 .subLink li:nth-child(3) span:nth-child(1),
  .boxLink04 .subLink li:nth-child(4) span:nth-child(1) {
    margin-bottom: 0;
  }

  .boxLink04 .subLink li:nth-child(3),
  .boxLink04 .subLink li:nth-child(4) {
    border-bottom: 0;
  }
}

.wrapper {
  overflow: hidden;
}

.ttlSkin01 {
  color: #fff;
  margin: 58px 0 40px 0;
}

.content_cause {
  margin-top: 54px;
  background: linear-gradient(175deg, #6796dc 0%, #6796dc 30%, #93c3f9 30%, #93c3f9 100%);
}

.boxLink01 .btn,
.boxLink02 .btn,
.boxLink03 .btn,
.boxLink04 .btn {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 7px 20px;
  border-radius: 4rem;
  border: 1px solid #1d2088;
  background: #fff;
  color: #1d2088;
  text-align: center;
  font-size: 1.4rem;
}

.boxLink01 .btn:hover,
.boxLink02 .btn:hover,
.boxLink03 .btn:hover,
.boxLink04 .btn:hover {
  background-color: #eef2ff;
}

.boxLink01 .btn:after,
.boxLink02 .btn:after,
.boxLink03 .btn:after,
.boxLink04 .btn:after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #0005a2;
  border-bottom: 2px solid #0005a2;
  transform: rotate(-45deg) translateY(-70%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.btnSkin05 {
  width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: none;
  position: relative;
}

.btnSkin05::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-70%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.subBox a {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 14%);
}

.subBox img {
  max-width: 96px;
}

.col .txt {
  padding: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .subBox {
    padding: 20px;
  }

  .headingWrap .img {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 25px 0px 20px;
  }

  .content_cause {
    margin-top: 0;
  }

  .ttlSkin01 {
    margin: 31px auto 12px;
  }

  .boxLink03 {
    margin-bottom: 40px;
  }

  .secContentArea .txt,
  .content_cause .txt {
    margin: 0 26px;
  }

  .ttlSkin03+p {
    margin-bottom: 24px;
  }

  .secContentArea .btn,
  .content_cause .btn {
    margin-bottom: 30px;
  }

  .boxLink01 .subLink li,
  .boxLink02 .subLink li,
  .boxLink03 .subLink li,
  .boxLink04 .subLink li {
    margin: 0;
    width: 100%;
  }

  .boxLink01 .subLink li,
  .boxLink02 .subLink li,
  .boxLink03 .subLink li,
  .boxLink04 .subLink li {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .tac img {
    padding: 0 40px 20px;
  }
}
