@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: 0;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #795A48;
}

ul, dl, ol {
  text-indent: 0;
}

ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
body {
  line-height: 220%;
  color: #464646;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

.img-circle {
  border-radius: 60px;
}
@media all and (max-width: 896px) {
  .img-circle {
    border-radius: 30px;
  }
}

.width {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.section-width {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .section-width {
    background-size: contain;
    padding: 0 10px;
  }
}

.inner {
  max-width: 1400px !important;
  width: 90%;
  margin-bottom: 130px;
}

.mt-mn {
  margin-top: 20px;
}

.mt-md {
  margin-top: 40px;
}

.pt-big {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .pt-big {
    padding-top: 60px;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}
.js-fade.is-active {
  opacity: 1;
  visibility: visible;
}

.js-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-top.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.js-right.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.js-left.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header {
  line-height: 160%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Sans-Serif;
}

.top-bg {
  position: relative;
}
.top-bg.ajisai {
  background-size: contain;
  background-image: url(../images/bg_ajisai.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 896px) {
  .top-bg.ajisai {
    background-size: contain;
  }
}
.top-bg.ajisai.sec {
  background-size: contain;
  background-image: url(../images/2_bg_ajisai.jpg);
  background-repeat: no-repeat;
}
.top-bg.last {
  margin-top: 60px;
  padding-bottom: 0px;
}
@media all and (max-width: 896px) {
  .top-bg.last {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
.top-bg.center {
  padding-top: 220px;
  background-position: -2px 0.1px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .top-bg.center {
    padding-top: 160px;
  }
}
.top-bg.third {
  background-position: -2px 0.1px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top-bg.third + .sp-bg {
  background-image: url(../images/3_bg.png);
  background-size: cover;
}

.mainVis {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.mainVis-txt {
  position: relative;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .mainVis-txt {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .mainVis-txt {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
}

.main-btn {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .main-btn {
    margin-top: 40px;
  }
}
.main-btn a {
  display: block;
  border-radius: 60px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  border: 1px solid rgba(0, 113, 223, 0.8);
  color: rgba(0, 113, 223, 0.8);
  padding: 20px 30px;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  .main-btn a {
    padding: 10px;
    line-height: 150%;
  }
}

.icon01 {
  position: absolute;
  bottom: -6%;
  right: 5%;
  width: 170px;
}
@media all and (max-width: 896px) {
  .icon01 {
    width: 80px;
    bottom: -10%;
  }
}

.icon02 {
  position: absolute;
  bottom: 20%;
  left: 0%;
  width: 170px;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .icon02 {
    width: 80px;
    bottom: 0%;
  }
}

.person-blk {
  position: relative;
  bottom: 90px;
}
@media screen and (max-width: 1280px) {
  .person-blk {
    bottom: 40px;
  }
}
.person-area {
  background: #B6DFF5;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .person-area {
    padding: 60px 0 50px;
  }
}
.person-area.sec {
  background-size: cover;
}
.person-area.third {
  background: #D3CCF8;
  background-size: cover;
}
.person-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .person-area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.person-img {
  width: 80%;
}
@media screen and (max-width: 1280px) {
  .person-img {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .person-img {
    width: 100%;
  }
}
.person-name {
  border: 2px solid #3E3A39;
  font-size: 2.4rem;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .person-name {
    font-size: 1.8rem;
    z-index: 1;
  }
}
.person-name.second {
  width: 80%;
  background: #000;
  border: none;
}
.person-name.second p {
  color: #fff;
  position: relative;
  bottom: 2px;
}
@media all and (max-width: 896px) {
  .person-name.second p {
    bottom: 0;
  }
}
@media all and (max-width: 896px) {
  .person-name.second {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .person-name {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .person-name {
    width: 100%;
  }
}
.person-name::before {
  content: "";
  background-image: url(../images/1_name.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: -32px;
  z-index: -1;
}
.person-name::after {
  content: "";
  background-image: url(../images/2_name.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -30px;
}
.person-name-blk::before {
  content: "";
  background-image: url(../images/4_name.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
}
@media all and (max-width: 896px) {
  .person-name-blk.name-icon01::before {
    background-image: url(../images/5_name.png);
  }
}
.person-name-blk.name-icon02::before {
  background-image: url(../images/7_name.png);
}
@media all and (max-width: 896px) {
  .person-name-blk.name-icon03::before {
    background-image: url(../images/6_name.png);
  }
}
.person-name p {
  position: relative;
  width: 85%;
  margin: 0 auto;
  color: #000;
}
@media all and (max-width: 896px) {
  .person-name p {
    font-size: 1.4rem;
  }
}
.person-des {
  width: 40%;
  position: absolute;
  right: 2%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .person-des {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .person-des {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .person-des {
    top: 30px;
  }
}
.person-des-ttl.sec {
  width: 80%;
}
.person-des-ttl.sec .bg {
  padding: 3px 50px 3px 3px;
}
@media all and (max-width: 896px) {
  .person-des-ttl.sec .bg {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .person-des-ttl.sec .bg.sec {
    width: 85%;
  }
}
@media all and (max-width: 896px) {
  .person-des-ttl.sec .bg.sec {
    margin-top: 0;
  }
}
.person-des-ttl.sec img {
  padding: 3px 50px 3px 3px;
}
@media all and (max-width: 896px) {
  .person-des-ttl.sec img {
    padding: 0;
  }
}
.person-des-ttl.third img {
  padding: 6px 0px 3px 6px;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .person-des-ttl.third img {
    margin-bottom: 0;
  }
}
.person-des-ttl.third img:last-child {
  margin-bottom: 0;
  padding: 6px 0px 3px 6px;
}
@media screen and (max-width: 1280px) {
  .person-des h2 {
    width: 70%;
  }
}
@media all and (max-width: 896px) {
  .person-des h2 {
    width: 90%;
  }
}
.person-txt {
  color: #000000;
  margin-top: 20px;
  line-height: 180%;
  padding: 10px;
}
.person-txt.sec {
  width: 80%;
  color: #fff;
}
@media all and (max-width: 896px) {
  .person-txt.sec {
    width: 100%;
  }
}
.person-sec {
  margin-top: 0;
  background: #FCC5EE;
}
.person-sec .person-area__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .person-sec .person-area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.person-sec .person-area__inner .person-des {
  right: auto;
  left: 0;
}

.icon03 {
  position: absolute;
  bottom: -20%;
  right: 10%;
  width: 170px;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .icon03 {
    width: 80px;
    bottom: -20%;
  }
}

.des-wrap {
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 896px) {
  .des-bg {
    padding: 0 0px 40px;
  }
}
.des-bg.mt-top {
  margin-top: 40px;
}
.des-bg.pt-md {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .des-bg.pt-md {
    padding-top: 0px;
  }
}
.des-bg.pt-140 {
  padding-top: 140px;
}
@media all and (max-width: 896px) {
  .des-bg.pt-140 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.des-bg.center {
  padding: 40px 60px 0;
  margin: -60px 0;
}
@media all and (max-width: 896px) {
  .des-bg.center {
    padding: 10px;
    margin: -10px 0;
  }
}
.des-bg.last {
  padding: 0px 60px 0;
  margin: -60px 0;
}
@media all and (max-width: 896px) {
  .des-bg.last {
    padding: 10px;
    margin: -10px 0;
  }
}
.des-blk {
  padding-top: 70px;
  position: relative;
}
@media all and (max-width: 896px) {
  .des-blk {
    padding-top: 50px;
  }
}
.des-blk.pt-none {
  padding-top: 0 !important;
}
.des-blk.pt-md {
  padding-top: 20px !important;
}
.des-blk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 896px) {
  .des-blk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.des-blk-flex .des-txt {
  width: 40%;
  margin-right: 2%;
}
@media all and (max-width: 896px) {
  .des-blk-flex .des-txt {
    width: 100%;
    margin-right: 0;
  }
}
.des-blk-flex .des-img {
  width: 58%;
}
@media all and (max-width: 896px) {
  .des-blk-flex .des-img {
    width: 100%;
  }
}
.des-blk-li {
  width: 58%;
  margin-right: 2%;
  position: relative;
}
.des-blk-li:first-child {
  width: 40%;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .des-blk-li:first-child {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .des-blk-li {
    width: 100%;
    margin-right: 0;
  }
}
.des-blk-li:last-child {
  margin-right: 0;
}
.des-ttl {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding: 8px 10px;
}
@media screen and (max-width: 1280px) {
  .des-ttl {
    height: auto;
  }
}
.des-ttl p {
  position: relative;
  font-size: 2.3rem;
  line-height: 150%;
}
@media all and (max-width: 896px) {
  .des-ttl p {
    font-size: 20px;
  }
}
.des-txt {
  font-weight: 400;
}
.des-txt p {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .des-txt p {
    font-size: 1.6rem;
  }
}
.des-txt-third {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .des-txt-third {
    z-index: 1;
  }
}
.des-img {
  margin-top: 20px;
}
.des-img.mt-md {
  margin-top: 40px;
}

.icon04 {
  position: absolute;
  bottom: 25%;
  left: -15%;
  width: 170px;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .icon04 {
    width: 60px;
    bottom: 38%;
    left: -10%;
  }
}

.section-width-bottom {
  max-width: 1200px;
  width: 82%;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 896px) {
  .section-width-bottom {
    padding-top: 30px;
    width: 90%;
  }
}

.icon05 {
  position: absolute;
  bottom: -25%;
  right: -7%;
  width: 170px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .icon05 {
    width: 80px;
    bottom: -10%;
  }
}

.bottom.sec {
  padding-bottom: 300px;
}
@media all and (max-width: 896px) {
  .bottom.sec {
    padding-bottom: 200px;
  }
}
@media all and (max-width: 896px) {
  .bottom.third {
    margin-bottom: 80px;
  }
}
.bottom .top-bg {
  padding-bottom: 140px;
}
@media all and (max-width: 896px) {
  .bottom .top-bg {
    padding-bottom: 80px;
  }
}
.bottom-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 896px) {
  .bottom-blk {
    width: 90%;
  }
}
.bottom-blk:first-child {
  width: 50%;
}
@media all and (max-width: 896px) {
  .bottom-blk:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .bottom-blk:last-child {
    margin-bottom: 30px;
  }
}
.bottom-blk-wrap {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/1_bottom_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .bottom-blk-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media all and (max-width: 896px) {
  .bottom-blk-wrap {
    padding: 20px;
  }
}
.bottom-blk-wrap.sec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url(../images/2_bottom_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .bottom-blk-wrap.sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bottom-blk-wrap.third {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url(../images/3_bottom_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .bottom-blk-wrap.third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bottom-blk .btn {
  border: 1px solid gray;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  padding: 10px 13px;
  max-width: 500px;
  width: 100%;
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #464646;
}
@media all and (max-width: 896px) {
  .bottom-blk .btn {
    font-size: 1.4rem;
  }
}
.bottom-blk .border {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .bottom-blk .border {
    width: auto;
    font-size: 1.4rem;
  }
}

.line {
  text-align: center;
}

.border-line {
  background: #464646;
  height: 2px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.center-contents__top {
  position: relative;
  padding-top: 80px;
}
.center-contents__top:first-of-type {
  padding-top: 140px;
}
@media all and (max-width: 896px) {
  .center-contents__top:first-of-type {
    padding-top: 60px;
  }
}
@media all and (max-width: 896px) {
  .center-contents__top {
    padding-top: 50px;
  }
}
.center-contents__inner {
  width: 40%;
  margin: 0 auto 0 0;
}
@media all and (max-width: 896px) {
  .center-contents__inner {
    width: 100%;
  }
}
.center-contents__center {
  padding-top: 80px;
  position: relative;
}
.center-contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .center-contents__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.center-contents__flex.reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .center-contents__flex.reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.center-contents__flex.reverce .center-contents__blk:first-child {
  width: 60%;
  margin-left: 50px;
  margin-right: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .center-contents__flex.reverce .center-contents__blk:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .center-contents__flex.reverce .center-contents__blk:first-child {
    width: 100%;
  }
}
.center-contents__flex.reverce .center-contents__blk:last-child {
  width: 1000px;
}
@media screen and (max-width: 1100px) {
  .center-contents__flex.reverce .center-contents__blk:last-child {
    width: 100%;
  }
}
.center-contents__blk:first-child {
  width: 60%;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .center-contents__blk:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .center-contents__blk:first-child {
    width: 100%;
  }
}
.center-contents__blk:last-child {
  width: 1000px;
}
@media screen and (max-width: 1100px) {
  .center-contents__blk:last-child {
    width: 100%;
  }
}
.center-contents__big {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .center-contents__big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.center-contents__big.top figure {
  width: 48%;
  height: 350px;
}
@media all and (max-width: 896px) {
  .center-contents__big.top figure {
    height: auto;
  }
}
@media all and (max-width: 896px) {
  .center-contents__big.top figure {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .center-contents__big.top figure:first-child {
    margin-bottom: 50px;
  }
}
.center-contents__big.top figure img {
  border-radius: 50px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-contents__big figure {
  width: 70%;
}
@media all and (max-width: 896px) {
  .center-contents__big figure {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .center-contents__big {
    padding-top: 80px;
  }
}
.center-contents__big.sec {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .center-contents__big.sec {
    padding-top: 50px;
  }
}
.center-contents__big.sec figure {
  margin: 0 0 0 auto;
}
.center-contents__big.third {
  padding-top: 30px;
  display: block;
}
@media all and (max-width: 896px) {
  .center-contents__big.third {
    padding-top: 10px;
  }
}
.center-contents__big p {
  margin-top: 16px;
}
.center-ttl {
  color: rgb(189, 0, 150);
  font-weight: bold;
}

.icon06 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 190px;
}
@media screen and (max-width: 1280px) {
  .icon06 {
    top: 0;
    width: 100px;
  }
}
@media all and (max-width: 896px) {
  .icon06 {
    width: 50px;
    top: 5%;
  }
}

.icon07 {
  position: absolute;
  top: 14%;
  left: 20%;
  width: 80px;
}
@media screen and (max-width: 1280px) {
  .icon07 {
    top: 0;
  }
}
@media all and (max-width: 896px) {
  .icon07 {
    width: 40px;
    top: 4%;
    left: auto;
    right: 0;
  }
}

.icon08 {
  position: absolute;
  top: 0%;
  right: 5%;
  width: 170px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .icon08 {
    width: 60px;
    top: 2%;
    right: 0;
  }
}

.icon09 {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 120px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .icon09 {
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .icon09 {
    top: -2%;
    width: 50px;
    left: -2%;
    z-index: 1;
  }
}

.icon10 {
  position: absolute;
  bottom: 5%;
  left: -15%;
  width: 120px;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .icon10 {
    width: 60px;
    bottom: -3%;
    left: 0;
  }
}