@charset "UTF-8";
body {
  background: #fff;
  color: #595757;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin: 0;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-centuryGothic {
  font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* cmn-cv */
.cmn-cv {
  position: fixed;
  inset: auto 30px 30px auto;
  display: block;
  width: 130px;
  z-index: 999;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cmn-cv.is-on {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .cmn-cv {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .cmn-cv:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1280px) {
  .cmn-cv {
    inset: auto 20px 30px auto;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-cv {
    background: #df8293;
    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;
    inset: auto 0 0 0;
    margin: auto;
    width: 100%;
    height: 58px;
  }
  .cmn-cv img {
    width: 230px;
  }
}
@media screen and (max-width: 428px) {
  .cmn-cv {
    height: 48px;
  }
  .cmn-cv img {
    width: 200px;
  }
}

/* cmn-inner */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 450px;
  }
}

/* cmn-ttl */
.cmn-ttl {
  text-align: center;
  position: absolute;
  inset: -32px 0 auto 0;
  margin: auto;
}
.cmn-ttl.is-lbu {
  color: #85c6ce;
}
.cmn-ttl.is-wht {
  color: #fff;
}
.cmn-ttl.is-pnk {
  color: #df8293;
}
.cmn-ttl.is-special {
  position: static;
}
.cmn-ttl.is-special .cmn-ttl__main {
  font-size: 32px;
  letter-spacing: 0.15em;
}
.cmn-ttl__main {
  font-weight: normal;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.cmn-ttl__txt {
  color: #595757;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    inset: -25px 0 auto 0;
  }
  .cmn-ttl.is-special .cmn-ttl__main {
    font-size: 26px;
    letter-spacing: 0.15em;
  }
  .cmn-ttl__main {
    font-size: 36px;
  }
  .cmn-ttl__txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

/* cmn-btBox */
.cmn-btBox {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.cmn-btBox.btBox02 .txt {
  margin-bottom: 5px;
}
.cmn-btBox.btBox02 .txt span {
  font-size: 28px;
  padding: 0 35px;
  position: relative;
}
.cmn-btBox.btBox02 .txt span::before, .cmn-btBox.btBox02 .txt span::after {
  border-radius: 1px;
  width: 2px;
  height: 30px;
}
.cmn-btBox.btBox02 .bt {
  height: 80px;
}
.cmn-btBox.btBox02 .bt .main span {
  width: 42%;
}
.cmn-btBox.btBox03 {
  max-width: 500px;
}
.cmn-btBox.btBox03 .bt {
  height: 60px;
}
.cmn-btBox.btBox03 .bt .main {
  background: #87c7cf;
}
.cmn-btBox.btBox03 .bt .main span {
  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;
  padding-right: 35px;
  position: relative;
  width: calc(40% + 35px);
}
.cmn-btBox.btBox03 .bt .main span::before {
  background: url(../img/ico/ico_newarrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.cmn-btBox .txt {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 5px;
}
.cmn-btBox .txt span {
  color: #df8293;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.16em;
  padding: 0 25px;
  position: relative;
}
.cmn-btBox .txt span::before, .cmn-btBox .txt span::after {
  background: #595757;
  border-radius: 1.5px;
  content: "";
  position: absolute;
  margin: auto;
  width: 3px;
  height: 35px;
}
.cmn-btBox .txt span::before {
  inset: 0 auto 0 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.cmn-btBox .txt span::after {
  inset: 0 5px 0 auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.cmn-btBox .bt {
  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;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 120px;
}
.cmn-btBox .bt .main {
  background: #df8293;
  border: solid #595757 4px;
  border-radius: 25vw;
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cmn-btBox .bt .main span {
  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;
  margin: 0 auto;
  width: 65%;
}
.cmn-btBox .bt .bg {
  background: #595757;
  border: solid #595757 4px;
  border-radius: 25vw;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .cmn-btBox .bt {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cmn-btBox .bt:hover {
    opacity: 1;
  }
  .cmn-btBox .bt:hover .main {
    top: 4px;
    left: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-btBox .txt span {
    font-size: 27px;
  }
  .cmn-btBox .bt {
    max-width: 500px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-btBox.btBox02 .txt {
    margin-bottom: 3px;
  }
  .cmn-btBox.btBox02 .txt span {
    font-size: 16px;
    padding: 0 20px;
  }
  .cmn-btBox.btBox02 .txt span::before, .cmn-btBox.btBox02 .txt span::after {
    border-radius: 1px;
    width: 2px;
    height: 20px;
  }
  .cmn-btBox.btBox02 .bt {
    height: 48px;
  }
  .cmn-btBox.btBox02 .bt .main span {
    width: 50%;
  }
  .cmn-btBox.btBox03 {
    max-width: 500px;
  }
  .cmn-btBox.btBox03 .bt {
    height: 40px;
  }
  .cmn-btBox.btBox03 .bt .main span {
    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;
    padding-right: 18px;
    position: relative;
    width: calc(45% + 18px);
  }
  .cmn-btBox.btBox03 .bt .main span::before {
    width: 14px;
    height: 14px;
  }
  .cmn-btBox .txt {
    margin-bottom: 2px;
  }
  .cmn-btBox .txt span {
    font-size: 16px;
    padding: 0 20px;
  }
  .cmn-btBox .txt span::before, .cmn-btBox .txt span::after {
    border-radius: 1px;
    width: 2px;
    height: 20px;
  }
  .cmn-btBox .bt {
    max-width: 350px;
    height: 68px;
  }
  .cmn-btBox .bt .main {
    border: solid #595757 2px;
  }
  .cmn-btBox .bt .main span {
    width: 68%;
  }
  .cmn-btBox .bt .bg {
    border: solid #595757 2px;
    top: 2px;
    left: 2px;
  }
  .cmn-btBox .bt:active .main {
    top: 2px;
    left: 2px;
  }
}

/* js-fadeIn */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 0.8s ease 0s;
  transition: 0.8s ease 0s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadeIn.is-delay01 {
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
}
.js-fadeIn.is-delay02 {
  -webkit-transition: 0.8s ease 0.8s;
  transition: 0.8s ease 0.8s;
}

.js-fadeIn.is-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* footer */
.footer {
  background: #595757;
  padding: 60px 180px;
  position: relative;
}
.footer-toTop {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.footer-toTop a {
  border-radius: 10px 10px 0 0;
  background: #595757;
  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;
  margin-left: auto;
  width: 80px;
  height: 30px;
}
.footer-toTop a img {
  display: block;
  width: 17px;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer-list-logoItem {
  line-height: 1.4;
  max-width: 275px;
  width: 100%;
}
.footer-list-logoItem a {
  display: block;
}
.footer-list-txtItem {
  line-height: 1.4;
  max-width: 400px;
  width: 100%;
}
.footer-list-txtItem nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.footer-list-txtItem nav a {
  position: relative;
}
.footer-list-txtItem nav a:last-child span {
  padding-right: 0;
}
.footer-list-txtItem nav a:last-child span::before {
  content: none;
}
.footer-list-txtItem nav a + a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  width: 1px;
  height: 14px;
}
.footer-list-txtItem nav a span {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-right: 16px;
  position: relative;
}
.footer-list-txtItem nav a span::before {
  background: url(../img/ico/ico_newarrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
.footer-list-txtItem .copyright {
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 15px 15px;
  }
  .footer-toTop {
    top: -29px;
  }
  .footer-toTop a {
    border-radius: 15px 15px 0 0;
    margin-right: 15px;
    padding-top: 4px;
    width: 60px;
    height: 30px;
  }
  .footer-toTop a img {
    width: 15px;
  }
  .footer-list {
    display: block;
  }
  .footer-list-logoItem {
    margin: 0 auto 30px;
    max-width: 190px;
  }
  .footer-list-txtItem {
    margin: 0 auto;
    max-width: 600px;
  }
  .footer-list-txtItem nav {
    margin: 0 auto 15px;
    max-width: 350px;
    width: 100%;
  }
  .footer-list-txtItem nav a + a::before {
    left: -17px;
    height: 12px;
  }
  .footer-list-txtItem nav a span {
    font-size: 12px;
    padding-right: 14px;
  }
  .footer-list-txtItem nav a span::before {
    width: 10px;
    height: 10px;
  }
  .footer-list-txtItem .copyright {
    text-align: center;
  }
}

/* main content */
.mainWap {
  overflow-x: hidden;
}

@-webkit-keyframes mv_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mv_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  background: url(../img/bg/bg01.jpg) no-repeat;
  background-size: cover;
  padding: 120px 60px 100px;
}
.header-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
}
.header-illust {
  display: block;
  position: absolute;
  z-index: 2;
}
.header-illust.illust01 {
  inset: -80px auto auto 0;
  width: 190px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 0s forwards;
          animation: mv_anime 0.8s ease 0s forwards;
}
.header-illust.illust02 {
  inset: 0 auto 140px -60px;
  margin: auto;
  width: 200px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 0.5s forwards;
          animation: mv_anime 0.8s ease 0.5s forwards;
}
.header-illust.illust03 {
  inset: auto auto -150px -40px;
  width: 260px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 1s forwards;
          animation: mv_anime 0.8s ease 1s forwards;
}
.header-illust.illust04 {
  inset: -80px 0 auto auto;
  width: 230px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 0s forwards;
          animation: mv_anime 0.8s ease 0s forwards;
}
.header-illust.illust05 {
  inset: 0 -80px 170px auto;
  margin: auto;
  width: 240px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 0.5s forwards;
          animation: mv_anime 0.8s ease 0.5s forwards;
}
.header-illust.illust06 {
  inset: auto -20px -140px auto;
  width: 240px;
  opacity: 0;
  -webkit-animation: mv_anime 0.8s ease 1s forwards;
          animation: mv_anime 0.8s ease 1s forwards;
}
.header-mv {
  background: #85c6ce;
  text-align: center;
  margin: 0 auto 50px;
  padding: 70px 20px 60px;
  position: relative;
  max-width: 1000px;
  width: 100%;
}
.header-mv span {
  display: block;
  position: absolute;
  inset: -60px 0 0 0;
  margin: auto;
  width: 415px;
}
.header-mv h2 {
  display: block;
  margin: 0 auto 40px;
  width: 640px;
}
.header-mv h2 img {
  display: block;
  width: 100%;
}
.header-mv p {
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #595757;
  display: inline;
  font-weight: bold;
  font-size: 32px;
  line-height: 2.1;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 10px 15px;
}
@media screen and (max-width: 1280px) {
  .header-illust.illust01 {
    width: 130px;
  }
  .header-illust.illust02 {
    width: 140px;
  }
  .header-illust.illust03 {
    inset: auto auto -130px -80px;
    width: 200px;
  }
  .header-illust.illust04 {
    width: 170px;
  }
  .header-illust.illust05 {
    width: 180px;
  }
  .header-illust.illust06 {
    inset: auto -60px -120px auto;
    width: 180px;
  }
  .header-mv span {
    inset: -40px 0 0 0;
    width: 315px;
  }
  .header-mv h2 {
    width: 440px;
  }
  .header-mv p {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: url(../img/bg/bg01_sp.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 60px;
  }
  .header-inner {
    padding-top: 250px;
    max-width: 500px;
  }
  .header-illust.illust01 {
    inset: 40px auto auto 15px;
    width: 100px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 0s forwards;
            animation: mv_anime 0.8s ease 0s forwards;
  }
  .header-illust.illust02 {
    inset: 90px 50px auto 0;
    margin: auto;
    width: 100px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 0.5s forwards;
            animation: mv_anime 0.8s ease 0.5s forwards;
  }
  .header-illust.illust07 {
    inset: 160px auto auto 15px;
    width: 45px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 1s forwards;
            animation: mv_anime 0.8s ease 1s forwards;
  }
  .header-illust.illust08 {
    inset: auto auto 90px -20px;
    margin: 0;
    width: 100px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 1.5s forwards;
            animation: mv_anime 0.8s ease 1.5s forwards;
  }
  .header-illust.illust04 {
    inset: 40px 0 auto auto;
    width: 150px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 0s forwards;
            animation: mv_anime 0.8s ease 0s forwards;
  }
  .header-illust.illust05 {
    inset: 155px -45px auto auto;
    margin: 0;
    width: 130px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 1s forwards;
            animation: mv_anime 0.8s ease 1s forwards;
  }
  .header-illust.illust06 {
    inset: auto -15px 68px auto;
    width: 125px;
    opacity: 0;
    -webkit-animation: mv_anime 0.8s ease 1.5s forwards;
            animation: mv_anime 0.8s ease 1.5s forwards;
  }
  .header-mv {
    margin: 0 auto 60px;
    padding: 45px 10px 25px;
  }
  .header-mv span {
    inset: -30px 0 0 0;
    width: 215px;
  }
  .header-mv h2 {
    margin: 0 auto 25px;
    width: 330px;
  }
  .header-mv p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.15em;
    padding: 6px 7px;
  }
}

.about {
  padding: 120px 60px 100px;
  position: relative;
}
.about .cmn-inner {
  margin: 0 auto;
}
.about__ttl {
  color: #df8293;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.about__txt {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 90px 15px 60px;
    position: relative;
  }
  .about .cmn-inner {
    margin: 0 auto;
  }
  .about__ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about__txt {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.what {
  background: #f2f8fa;
  padding: 120px 60px 50px;
  position: relative;
}
.what .cmn-inner {
  margin: 0 auto;
}
.what__ttl {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.what__ttl strong {
  font-weight: bold;
  color: #85c6ce;
  letter-spacing: 0.1em;
}
.what__txt {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .what {
    padding: 70px 15px 40px;
  }
  .what__ttl {
    font-size: 14px;
    text-align: left;
    margin-bottom: 6px;
  }
  .what__txt {
    font-size: 14px;
    text-align: left;
  }
}

.special {
  background: #87c7cf;
  padding: 50px 60px;
  position: relative;
}
.special-ttlBox {
  margin: 0 auto 40px;
  position: relative;
  max-width: 800px;
  width: 100%;
}
.special-ttlBox__flag {
  display: block;
  position: absolute;
  width: 170px;
}
.special-ttlBox__flag.flag01 {
  inset: -30px auto auto 0;
}
.special-ttlBox__flag.flag02 {
  inset: -30px 0 auto auto;
}
.special-ttlBox__subTtl {
  display: block;
  margin: 20px auto;
  width: 230px;
}
.special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special-list-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px 15px;
  width: 19%;
}
.special-list-item .num {
  display: block;
  margin: 0 auto 10px;
  width: 35px;
}
.special-list-item .ttl {
  color: #df8293;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 90px;
}
.special-list-item .illust {
  display: block;
  margin: 0 auto 20px;
  max-width: 130px;
  width: 100%;
}
.special-list-item .txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
  .special-list-item .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .special-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
  }
  .special-list-item {
    margin-bottom: 20px;
    padding: 20px;
    width: 49%;
  }
  .special-list-item.is-center {
    margin: 0 auto 20px;
  }
  .special-list-item .ttlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .special-list-item .num {
    margin: 0;
    width: 56px;
  }
  .special-list-item .ttl {
    text-align: left;
    margin-bottom: 0;
    padding-left: 25px;
    width: calc(100% - 56px);
    min-height: auto;
  }
  .special-list-item .illust {
    display: block;
    margin: 0 auto 20px;
    max-width: 140px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .special {
    padding: 50px 15px 20px;
  }
  .special-ttlBox {
    margin: 0 auto 30px;
  }
  .special-ttlBox__flag {
    width: 80px;
  }
  .special-ttlBox__flag.flag01 {
    inset: -40px auto auto -5px;
  }
  .special-ttlBox__flag.flag02 {
    inset: -40px -5px auto auto;
  }
  .special-ttlBox__subTtl {
    margin: 10px auto;
    width: 180px;
  }
  .special-list {
    display: block;
  }
  .special-list-item {
    padding: 20px 15px;
    width: 100%;
  }
}

.btSec {
  padding: 60px 60px;
}
.btSec.btSec02 {
  padding: 60px 60px 95px;
}
.btSec-ttl {
  display: block;
  margin: 0 auto 50px;
  width: 290px;
}
.btSec__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
.btSec .cmn-btBox {
  margin: 0 auto 35px;
}
.btSec-linkBox {
  text-align: center;
}
.btSec-linkBox__link {
  border-bottom: dotted #df8293 1px;
  color: #df8293;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .btSec-linkBox__link {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .btSec-linkBox__link:hover {
    border-bottom: dotted transparent 0px;
  }
}
@media screen and (max-width: 768px) {
  .btSec {
    padding: 40px 15px 45px;
  }
  .btSec.btSec02 {
    padding: 40px 15px 60px;
  }
  .btSec-ttl {
    display: block;
    margin: 0 auto 30px;
    width: 210px;
  }
  .btSec__txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .btSec .cmn-btBox {
    margin: 0 auto 10px;
  }
  .btSec-linkBox__link {
    font-size: 14px;
  }
}

.member {
  background: #f2f8fa;
  padding: 50px 60px;
}
.member-list {
  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;
  margin: 35px auto 0;
  max-width: 800px;
  width: 100%;
}
.member-list-imgItem {
  width: 46%;
}
.member-list-txtItem {
  width: 50%;
}
.member-list-txtItem .ttl {
  color: #87c7cf;
  font-size: 20px;
  margin-bottom: 10px;
}
.member-list-txtItem .txt {
  font-size: 16px;
  line-height: 1.6;
}
.member-list-txtItem .txt strong {
  color: #87c7cf;
}
.member-list-txtItem .txt a {
  border-bottom: dotted #df8293 1px;
  color: #df8293;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .member-list-txtItem .txt a {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .member-list-txtItem .txt a:hover {
    border-bottom: dotted transparent 0px;
  }
}
@media screen and (max-width: 768px) {
  .member {
    padding: 30px 15px 40px;
  }
  .member-list {
    display: block;
    margin: 30px auto 0;
  }
  .member-list-imgItem {
    margin-bottom: 20px;
    width: 100%;
  }
  .member-list-txtItem {
    width: 100%;
  }
  .member-list-txtItem .ttl {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
  }
  .member-list-txtItem .txt {
    font-size: 14px;
    text-align: center;
  }
}

.officialSns {
  background: #fcf1f3;
  padding: 120px 60px 80px;
  position: relative;
}
.officialSns-inner + .officialSns-inner {
  margin-top: 60px;
}
.officialSns__ttl {
  color: #df8293;
  display: block;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
.officialSns__ttl small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  vertical-align: 3px;
}
.officialSns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  max-width: 800px;
  width: 100%;
}
.officialSns-list-item {
  width: 46%;
}
.officialSns-list-item.iframe-hMax iframe {
  width: 100%;
  height: 100%;
}
.officialSns-list-item iframe {
  width: 100%;
}
.officialSns-list-item a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .officialSns-list-item a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .officialSns-list-item a:hover {
    opacity: 0.5;
  }
}
.officialSns .cmn-btBox {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .officialSns {
    padding: 70px 15px;
  }
  .officialSns-inner + .officialSns-inner {
    margin-top: 35px;
  }
  .officialSns__ttl {
    font-size: 24px;
  }
  .officialSns__ttl small {
    font-size: 20px;
    vertical-align: 1.5px;
  }
  .officialSns-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px auto 0;
    max-width: 100%;
    width: 100%;
  }
  .officialSns-list-item {
    margin: 0 auto;
    width: 100%;
  }
  .officialSns-list-item + .officialSns-list-item {
    margin-top: 20px;
  }
  .officialSns-list-item a {
    display: block;
    width: 100%;
  }
  .officialSns .cmn-btBox {
    margin: 30px auto 0;
  }
}

.faq {
  padding: 100px 60px 100px;
  position: relative;
}
.faq-list {
  border-bottom: solid #dcdddd 1px;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 800px;
  width: 100%;
}
.faq-list:first-child {
  padding: 0 0 15px;
}
.faq-list li {
  padding-left: 35px;
  position: relative;
}
.faq-list li::before {
  position: absolute;
  content: "";
}
.faq-list-q {
  margin-bottom: 12px;
}
.faq-list-q::before {
  background: url(../img/txt/txt_q01.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  inset: 3px auto auto 0;
  width: 27px;
  height: 22px;
}
.faq-list-q .txt {
  color: #df8293;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.faq-list-a::before {
  background: url(../img/txt/txt_a01.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  inset: 3px auto auto 0;
  width: 25px;
  height: 22px;
}
.faq-list-a .txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.faq-list-a .link {
  border-bottom: dotted #df8293 1px;
  color: #df8293;
  font-weight: bold;
  padding-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .faq-list-a .link {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .faq-list-a .link:hover {
    border-bottom: dotted transparent 0px;
  }
}
.faq .cmn-btBox {
  margin: 70px auto 35px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 70px 15px;
  }
  .faq-list li {
    padding-left: 27px;
  }
  .faq-list-q::before {
    inset: 3px auto auto 0;
    width: 21px;
    height: 18px;
  }
  .faq-list-q .txt {
    font-size: 16px;
  }
  .faq-list-a::before {
    inset: 4px auto auto 0;
    width: 20px;
    height: 17px;
  }
  .faq-list-a .txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .faq .cmn-btBox {
    margin: 50px auto 10px;
  }
}
/*# sourceMappingURL=style.css.map */
