#thought .btn a, #office .block .btn a, #news .btn a {
  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;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 40px;
  border: solid 3px #f9be40;
  background: #f9be40;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  line-height: 1.875;
}

#thought .btn a:hover, #office .block .btn a:hover, #news .btn a:hover {
  background: #fff;
  color: #f9be40;
}

#thought .btn a:after, #office .block .btn a:after, #news .btn a:after {
  display: block;
  content: ">";
  font-size: 12px;
  margin-top: 2px;
  margin-left: 15px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  #thought .btn a, #office .block .btn a, #news .btn a {
    height: 50px;
    font-size: 14px;
  }
}

#thought h2, #office h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  color: #ea6ea4;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

@media (max-width: 767px) {
  #thought h2, #office h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

#thought .btn a, #office .block .btn a, #news .btn a, #thought h2, #office h2, #office .block .title, #bnrs .bnr .title, #bnrs .bigbnr .title1, #bnrs .bigbnr .title2, #news h2 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#news article .times .category {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  padding-bottom: 30px;
  background-color: #fffae8;
}

#mainimg #mainslider {
  overflow: hidden;
  position: relative;
}

#mainimg #mainslider img {
  position: relative;
  margin: 0 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainimg #mainslider .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  content: "";
}

#mainimg #mainslider .slick-arrow.slick-prev {
  left: 23%;
  background: url(../images/slide-prev.png) no-repeat center/cover;
}

#mainimg #mainslider .slick-arrow.slick-next {
  right: 23%;
  background: url(../images/slide-next.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #mainimg #mainslider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  #mainimg #mainslider img {
    margin: 0 30px;
  }
  #mainimg #mainslider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #mainimg #mainslider .slick-arrow.slick-prev {
    left: 3%;
  }
  #mainimg #mainslider .slick-arrow.slick-next {
    right: 3%;
  }
  #mainimg #mainslider .slick-list {
    width: 300% !important;
    -webkit-transform: translatex(0%) !important;
            transform: translatex(0%) !important;
  }
}

/* ----------------------------------------------
thought
------------------------------------------------- */
#thought {
  padding: 100px 0 50px 0;
  background-color: #fce6eb;
}

#thought .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#thought h2 {
  line-height: 1.2;
}

#thought h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 30px;
  background: url(../images/top-h2-icon.png) no-repeat center/cover;
  margin: auto auto 15px;
}

#thought .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#thought .image {
  width: 50%;
}

#thought .image .imageinner {
  padding-top: 81%;
  position: relative;
  overflow: hidden;
}

#thought .image .imageinner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/t-01.png) no-repeat center/cover;
}

#thought .image img {
  padding: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#thought .txtbox {
  width: 47%;
}

#thought .text {
  line-height: 2.714;
}

#thought .btn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #thought {
    padding: 50px 0;
  }
  #thought .contents {
    display: block;
  }
  #thought .image {
    width: 100%;
    max-width: 300px;
    margin: auto auto 30px;
  }
  #thought .txtbox {
    width: 100%;
  }
  #thought .btn {
    margin-top: 30px;
  }
  #thought .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
office
------------------------------------------------- */
#office {
  padding: 70px 0;
  background-color: #fffae8;
}

#office .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#office h2 {
  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;
}

#office h2:before {
  display: block;
  content: "";
  min-width: 37px;
  width: 37px;
  height: 21px;
  margin-right: 35px;
  background: url(../images/office-h2-icon1.png) no-repeat center/cover;
}

#office h2:after {
  display: block;
  content: "";
  min-width: 45px;
  width: 45px;
  height: 21px;
  margin-left: 35px;
  background: url(../images/office-h2-icon2.png) no-repeat center/cover;
}

#office .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#office .contents:not(:first-child) {
  margin-top: 70px;
}

#office .block {
  margin: 0 20px;
  min-width: 250px;
  max-width: 460px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#office .block .image {
  margin-bottom: 20px;
}

#office .block .image .imageinner {
  padding-top: 67.3913%;
  position: relative;
  overflow: hidden;
}

#office .block .image .imageinner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/t+c-02.png) no-repeat center/cover;
}

#office .block .image img {
  padding: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#office .block .title {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.444;
  color: #ea6ea4;
  margin-bottom: 25px;
}

#office .block .text {
  line-height: 2.14;
}

#office .block .btn {
  margin-top: 30px;
}

#office .block .btn a {
  margin: 0 auto;
  max-width: 260px;
  height: 50px;
}

@media (max-width: 999px) {
  #office .block {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  #office h2:before {
    margin-right: 10px;
  }
  #office h2:after {
    margin-left: 10px;
  }
  #office .contents {
    display: block;
  }
  #office .contents:not(:first-child) {
    margin-top: 50px;
  }
  #office .block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
  }
  #office .block:nth-child(n + 4) {
    margin-top: 0px;
  }
  #office .block:not(:first-child) {
    margin-top: 50px;
  }
  #office .block .image {
    margin-bottom: 20px;
  }
  #office .block .btn {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
bnrs
------------------------------------------------- */
#bnrs {
  background-color: #edf7b5;
  padding: 70px 0;
}

#bnrs .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#bnrs .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-left: 5px;
}

#bnrs .bnr {
  width: 21.617171717%;
  position: relative;
}

#bnrs .bnr:not(:first-child) {
  margin-left: 4.3771043%;
}

#bnrs .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding-top: 53.488372%;
}

#bnrs .bnr a:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bnrs-bbg1.png) no-repeat center/cover;
}

#bnrs .bnr a:hover .bnrinner {
  top: 0px;
  left: 0px;
}

#bnrs .bnr .bnrinner {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  padding: 10px 15px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../images/bnrs-bg1.png) no-repeat center/cover;
}

#bnrs .bnr .title {
  font-size: 18px;
  color: #f781b9;
  line-height: 1.44444;
  white-space: nowrap;
}

#bnrs .bnr .image {
  margin-left: 5px;
}

#bnrs .bigbnr a {
  display: block;
  position: relative;
  text-decoration: none;
}

#bnrs .bigbnr a:after {
  position: absolute;
  bottom: -10px;
  right: 0px;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background-color: #ededed;
}

#bnrs .bigbnr a:hover .boxinner {
  top: 10px;
  right: -10px;
}

#bnrs .bigbnr .boxinner {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: calc(100% - 10px);
  padding: 10px;
  background-color: #fff;
}

#bnrs .bigbnr .boxinner2 {
  padding: 10px 20px;
  border: solid 3px #f9be40;
  background-image: url(../images/bigbnr1.png), url(../images/bigbnr2.png);
  background-repeat: no-repeat;
  background-position: top 25px left 12%, top 35px right 15%;
}

#bnrs .bigbnr .title1 {
  margin-top: 17px;
  color: #e545a4;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}

#bnrs .bigbnr .title2 {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 20px;
  padding-right: 75px;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/bigbnr-title-icon1.png), url(../images/bigbnr-title-icon2.png);
  background-repeat: no-repeat;
  background-position: bottom 12px left 0, bottom 12px right 0;
}

#bnrs .bigbnr .title2 p:nth-child(1) {
  color: #ef820b;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#bnrs .bigbnr .title2 p:nth-child(1) span {
  display: inline-block;
  font-size: 46px;
}

#bnrs .bigbnr .title2 p:nth-child(1) span:first-letter {
  font-size: 36px;
}

#bnrs .bigbnr .title2 p:nth-child(2) {
  margin-left: 30px;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-shadow: #e545a4 4px 0px 0px, #e545a4 3.87565px 0.98962px 0px, #e545a4 3.51033px 1.9177px 0px, #e545a4 2.92676px 2.72656px 0px, #e545a4 2.16121px 3.36588px 0px, #e545a4 1.26129px 3.79594px 0px, #e545a4 0.28295px 3.98998px 0px, #e545a4 -0.71298px 3.93594px 0px, #e545a4 -1.66459px 3.63719px 0px, #e545a4 -2.51269px 3.11229px 0px, #e545a4 -3.20457px 2.39389px 0px, #e545a4 -3.69721px 1.52664px 0px, #e545a4 -3.95997px 0.56448px 0px, #e545a4 -3.97652px -0.43278px 0px, #e545a4 -3.74583px -1.40313px 0px, #e545a4 -3.28224px -2.28625px 0px, #e545a4 -2.61457px -3.02721px 0px, #e545a4 -1.78435px -3.57996px 0px, #e545a4 -0.84318px -3.91012px 0px, #e545a4 0.15041px -3.99717px 0px, #e545a4 1.13465px -3.8357px 0px, #e545a4 2.04834px -3.43574px 0px, #e545a4 2.83468px -2.82216px 0px, #e545a4 3.44477px -2.03312px 0px, #e545a4 3.84068px -1.11766px 0px, #e545a4 3.9978px -0.13272px 0px;
}

@media (max-width: 999px) {
  #bnrs .contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 440px;
    margin: auto auto 50px;
  }
  #bnrs .bnr {
    width: 48%;
  }
  #bnrs .bnr:not(:first-child) {
    margin-left: 0;
  }
  #bnrs .bnr:nth-child(even) {
    margin-left: 4%;
  }
  #bnrs .bnr:nth-child(n + 3) {
    margin-top: 20px;
  }
  #bnrs .bigbnr .boxinner2 {
    background-position: top 10px left 10%, top 15px right 10%;
  }
  #bnrs .bigbnr .title1 {
    font-size: 28px;
  }
  #bnrs .bigbnr .title2 {
    margin: 0 auto;
    max-width: 630px;
    padding-top: 20px;
    padding-right: 55px;
    padding-left: 55px;
    background-size: 48.3px 51.8px, 48.3px 51.8px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) {
    color: #ef820b;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span {
    font-size: 30px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span:first-letter {
    font-size: 22px;
  }
  #bnrs .bigbnr .title2 p:nth-child(2) {
    margin-left: 15px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  #bnrs .bigbnr .boxinner2 {
    background-position: top 10px left 8%, top 15px right 8%;
  }
  #bnrs .bigbnr .title1 {
    font-size: 24px;
  }
  #bnrs .bigbnr .title2 {
    display: block;
    max-width: 350px;
    padding-top: 20px;
    padding-right: 55px;
    padding-left: 55px;
    background-size: 48.3px 51.8px, 48.3px 51.8px;
    background-position: top 50% left 0, top 50% right 0;
  }
  #bnrs .bigbnr .title2 p {
    text-align: center;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) {
    font-size: 30px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span {
    font-size: 26px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span:first-letter {
    font-size: 22px;
  }
  #bnrs .bigbnr .title2 p:nth-child(2) {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  #bnrs .contents {
    display: block;
  }
  #bnrs .bnr {
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
  }
  #bnrs .bnr:nth-child(n + 3) {
    margin-top: 0px;
  }
  #bnrs .bnr:not(:first-child) {
    margin-left: auto;
    margin-top: 20px;
  }
  #bnrs .bnr:nth-child(even) {
    margin-left: auto;
  }
  #bnrs .bigbnr .boxinner2 {
    padding: 10px 10px;
    background: none;
  }
  #bnrs .bigbnr .title1 {
    margin-top: 5px;
    font-size: 16px;
  }
  #bnrs .bigbnr .title2 {
    padding-right: 0px;
    padding-left: 0px;
    background: none;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) {
    font-size: 24px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span {
    font-size: 22px;
  }
  #bnrs .bigbnr .title2 p:nth-child(1) span:first-letter {
    font-size: 18px;
  }
  #bnrs .bigbnr .title2 p:nth-child(2) {
    font-size: 26px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding-top: 70px;
  margin-bottom: 100px;
  background: url(../images/news-bg.png) no-repeat top;
  background-size: 100%;
}

#news .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#news .boxinner {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news h2 {
  width: 200px;
  height: 170px;
  margin-right: 5%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  line-height: 1.8;
  color: #fff;
  background: url(../images/news-title-bg.png) no-repeat center/cover;
}

#news h2:after {
  display: block;
  content: "";
  width: 42px;
  height: 24px;
  background: url(../images/news-title-icon.png) no-repeat center/cover;
}

#news .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}

#news article:not(:first-child) {
  margin-top: 30px;
}

#news article .times {
  margin-right: 30px;
  width: 90px;
  min-width: 90px;
}

#news article .times time {
  display: block;
  margin-bottom: 7px;
  line-height: 2.14;
}

#news article .times .category {
  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;
  width: 90px;
  height: 20px;
  padding-bottom: 2px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.6666;
}

#news article .times .category.ca1 {
  background-color: #f781b9;
  color: #fff;
}

#news article .times .category.ca2 {
  background-color: #f9be40;
  color: #fff;
}

#news article .times .category.ca3 {
  background-color: #b1d151;
  color: #fff;
}

#news article .times .category.ca4 {
  background-color: #fde98a;
  color: #e545a4;
}

#news article .text {
  line-height: 2.14;
}

#news .btn {
  margin-top: 30px;
  width: 100%;
}

#news .btn a {
  height: 50px;
  max-width: 260px;
  margin: 0 auto;
}

#news .btn a:after {
  display: none;
}

@media (max-width: 999px) {
  #news {
    background-size: 1000px;
  }
  #news h2 {
    width: 160px;
    height: 136px;
    margin-right: 30px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #news h2 {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }
  #news .boxinner {
    padding: 20px;
    display: block;
  }
  #news article {
    padding-bottom: 10px;
  }
  #news article:not(:first-child) {
    margin-top: 20px;
  }
  #news article .times {
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  #news article {
    display: block;
  }
  #news article .times {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=index.css.map */