@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 110px 0 0;
  }
}

.pd0 {
  padding: 0 !important;
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn1 {
  width: 90%;
  margin: 50px auto 0 auto;
}
.btn1 a, .btn1 p {
  max-width: 425px;
}

.ft1 {
  color: #C7698E;
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft1 {
    margin-bottom: 6.5104166667vw;
    font-size: 5.7291666667vw;
  }
}
.ft1 span {
  margin-left: 15px;
}
.ft1.add_color {
  color: #0f4a93;
}

.ft2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft2 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft2 span {
  display: inline-block;
  color: #C7698E;
  font-size: 3.4rem;
  line-height: 1.333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ft2 span {
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 768px) {
  .ft2 span.add_ft2 {
    font-size: 6.5104166667vw;
  }
}

.btn_cm {
  display: block;
  width: 100%;
  font-size: clamp(2rem, 2.179rem + 0.68vw, 2.4rem);
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn_cm:hover {
  background-position: left center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_dis {
  background: #ccc;
}

.sp_btn {
  display: none;
}

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c img {
  width: 100%;
}
.bx2c a {
  display: block;
  width: 44%;
}
.bx2c a:nth-of-type(1) {
  border: 1px solid #264A94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
150wills
------------------------------------------------------------*/
#about {
  padding: 160px 0 0;
  background-color: #fef8f8;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 110px 0 0;
  }
}
#about .inner .add_box {
  padding: 50px 10px;
  border: solid 1px #C7698E;
}
@media screen and (max-width: 768px) {
  #about .inner .add_box {
    padding: 10.4166666667vw 0;
  }
}
#about .inner .text {
  font-size: 20px;
  color: #0f4a93;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about .inner .text {
    font-size: 3.90625vw;
  }
}

#theme {
  background-color: #fef8f8;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #theme {
    padding: 13.0208333333vw 0;
  }
}
#theme .inner .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#theme .inner .category .list_item {
  width: 47.7083333333%;
  border: solid 1px #d0d0d0;
}
@media screen and (max-width: 768px) {
  #theme .inner .category .list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #theme .inner .category .list_item:nth-child(n+2) {
    margin-top: 5.2083333333vw;
  }
}
#theme .inner .box {
  margin: 64px 0 0;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #theme .inner .box {
    margin: 8.3333333333vw 0 0;
    padding: 6.5104166667vw 3.90625vw;
  }
}
#theme .inner .box .ttl {
  text-align: center;
  color: #C7698E;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #theme .inner .box .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
#theme .inner .box p {
  text-align: center;
  color: #000000;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #theme .inner .box p {
    font-size: 3.90625vw;
  }
}

#report {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #report {
    padding: 0 0 13.0208333333vw;
  }
}
#report .inner .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#report .inner .category .list_item {
  width: 47.7083333333%;
  border: solid 1px #d0d0d0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #report .inner .category .list_item {
    width: 100%;
  }
}
#report .inner .category .list_item a {
  display: block;
  text-decoration: none;
  color: #000000;
}
#report .inner .category .list_item a p {
  padding: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #report .inner .category .list_item a p {
    font-size: 3.90625vw;
    padding: 3.90625vw;
  }
}
#report .inner .category .list_item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #report .inner .category .list_item:nth-child(n+2) {
    margin-top: 5.2083333333vw;
  }
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    width: 89%;
  }
}
@media all and (max-width: 750px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .inner {
    width: 89%;
  }
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .head .inner {
    width: 100%;
  }
  .head .inner img {
    height: 50px;
  }
}
/*--media_end--*/
.con {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .con {
    margin-bottom: 13.0208333333vw;
  }
}
.con .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .con .category {
    gap: 0;
  }
}
.con .category li {
  width: calc(50% - 25px);
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .con .category li {
    width: calc(100% - 2vw);
    margin-bottom: 6.5104166667vw;
  }
}
.con .category li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con .category li a p {
  text-align: left;
  font-size: 14px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .con .category li a p {
    font-size: 2.8645833333vw;
    padding: 2.6041666667vw;
  }
}
.con .category li:nth-of-type(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .con .category li:nth-of-type(-n+2) {
    margin-bottom: 6.5104166667vw;
  }
}
.con .category:after {
  display: block;
  content: "";
  width: calc(50% - 30px);
}

.report_02_txt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #0f4a93;
}
@media screen and (max-width: 768px) {
  .report_02_txt {
    font-size: 20px;
  }
}

.report_02 {
  margin-bottom: 100px;
}
.report_02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .report_02 .flex {
    gap: 5.2083333333vw;
  }
}
.report_02 .flex img {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .report_02 .flex img {
    width: calc(50% - 2.6041666667vw);
  }
}

.report_03 {
  margin-bottom: 100px;
}
.report_03 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .report_03 .flex {
    gap: 5.2083333333vw;
  }
}
.report_03 .flex img {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .report_03 .flex img {
    width: calc(50% - 2.6041666667vw);
  }
}

.about {
  font-size: 20px;
  color: #0f4a93;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about {
    font-size: 3.90625vw;
    margin-bottom: 13.0208333333vw;
  }
}

.report .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .report .flex {
    display: block;
    margin-bottom: 10.4166666667vw;
    padding-bottom: 7.8125vw;
  }
}
.report .flex img {
  margin: 0 auto;
}
.report .flex p {
  font-size: 20px;
  margin-left: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .report .flex p {
    margin-left: 0;
    font-size: 3.90625vw;
    margin-top: 3.90625vw;
  }
}
.report .flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.report .flex:nth-of-type(even) p {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .report .flex:nth-of-type(even) p {
    margin-right: 0;
  }
}