@charset "UTF-8";
/*変数*/
:root {
  --mainColor: #ff709b; /*ややピンクより*/
  --subColor:#1F9988;
  --logoColor:#20a08f;
  --fontColor: #272C34;
  --backPaleGray: #B7BDC8;
  --backGray: #888FA2;
  --backPale: #FFF8C5;
  --backPale2: #FFF8C5;
  --white: #fff;
  --xxl: 64px;
  --xl: 40px;
  --l: 28px;
  --lm:24px;
  --m:20px;
  --ms:16px;
  --s: 14px;
  --ss: 12px;
}

/*base*/
html {
  font-size: var(--ms);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: var(--fontColor);
}

a {
  color: var(--subColor);
}

/*Block*/
/*機能としてのブロック*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.tb {
  display: none;
}

@media (max-width: 768px) {
  .tb {
    display: block;
  }
}
.sp {
  display: none;
}

@media (max-width: 428px) {
  .sp {
    display: block;
  }
}
.br--sp {
  display: none;
}

@media (max-width: 375px) {
  .br--sp {
    display: inline;
  }
}
.br--spPlus {
  display: none;
}

@media (max-width: 428px) {
  .br--spPlus {
    display: inline;
  }
}
.br--miniTb {
  display: none;
}

@media (max-width: 600px) {
  .br--miniTb {
    display: inline;
  }
}
.br--tb {
  display: none;
}

@media (max-width: 768px) {
  .br--tb {
    display: inline;
  }
}
.br--miniLt {
  display: none;
}

@media (max-width: 1024px) {
  .br--miniLt {
    display: inline;
  }
}
@media (max-width: 428px) {
  .br--noSp {
    display: none;
  }
}
/*ボタン関連*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}

.btn:hover, .btn:focus {
  text-decoration: underline;
  opacity: 0.8;
}

.btn--head {
  background: var(--subColor);
  height: 48px;
  width: 200px;
}

@media (max-width: 1024px) {
  .btn--head {
    height: 80px;
    max-width: 320px;
    width: 100%;
    font-size: var(--lm);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .btn--head {
    height: 64px;
    max-width: 240px;
    font-size: var(--m);
  }
}
.btn--cv {
  background: var(--subColor);
  height: 80px;
  max-width: 320px;
  width: 100%;
  font-size: var(--lm);
  margin: 0 auto;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}

.btn--mail::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 40px;
  background: url(../img/mail.svg) no-repeat center/contain;
}

.btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl {
  position: relative;
  color: var(--fontColor);
  font-size: var(--xxl);
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: center;
  z-index: 1;
  width: 100%;
  line-height: 1;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .ttl {
    font-size: var(--xl);
  }
}
@media (max-width: 428px) {
  .ttl {
    font-size: var(--l);
  }
}
.ttl--func::after {
  content: "";
  position: absolute;
  top: calc(30% + 0.2em);
  left: 50%;
  transform: translateX(-50%);
  background: #4dccd5;
  background: linear-gradient(90deg, #4dccd5 0%, #15e978 60.58%, #61ff4d 84.397%, #97ff67 100%);
  height: 60px;
  padding-bottom: 10px;
  z-index: -1;
}

@media (max-width: 428px) {
  .ttl--func::after {
    width: 100%;
  }
}
.ttl--about {
  width: 10em;
  color: var(--fontColor);
}

.ttl--about::after {
  width: 10em;
}

@media (max-width: 428px) {
  .ttl--about::after {
    width: 100%;
  }
}
.ttl--problem {
  font-size: var(--xl);
  line-height: 1.2;
}

.ttl--problem {
  color: var(--white);
}

@media (max-width: 768px) {
  .ttl--problem {
    font-size: var(--l);
  }
}
@media (max-width: 428px) {
  .ttl--problem {
    font-size: var(--lm);
  }
}
.ttl--support {
  width: 5em;
}

.ttl--support::after {
  width: 5em;
}

@media (max-width: 428px) {
  .ttl--support::after {
    width: 100%;
  }
}
.ttl--disease {
  width: 8em;
}

.ttl--disease::after {
  width: 8em;
}

@media (max-width: 428px) {
  .ttl--disease::after {
    width: 100%;
  }
}
.ttl--topic {
  width: 5em;
}

.ttl--topic::after {
  width: 5em;
}

@media (max-width: 428px) {
  .ttl--topic::after {
    width: 100%;
  }
}
.ttl--profile {
  width: 5em;
}

.ttl--profile::after {
  width: 5em;
}

@media (max-width: 428px) {
  .ttl--profile::after {
    width: 100%;
  }
}
.ttl--ask {
  width: 5em;
}

.ttl--ask::after {
  width: 5em;
}

@media (max-width: 428px) {
  .ttl--ask::after {
    width: 100%;
  }
}
.ttl--contact {
  width: 7em;
}

.ttl--contact::after {
  width: 7em;
}

@media (max-width: 428px) {
  .ttl--contact::after {
    width: 100%;
  }
}
.subTtl {
  font-size: var(--lm);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 600px) {
  .subTtl {
    font-size: var(--m);
  }
}
.subTtl--access {
  text-align: left;
  margin-bottom: 0.5em;
}

.subTtl__img {
  height: var(--lm);
  width: auto;
  display: inline-block;
}

/*card*/
.card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .card {
    flex-flow: column;
  }
}
.card__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .card__list {
    flex-flow: column;
    align-items: center;
  }
}
.card__item {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 20px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .card__item {
    max-width: 500px;
    width: 80%;
    margin: 0 auto 40px;
  }
}
.card__item:nth-child(-n+3) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .card__item {
    margin: 0 auto 40px;
  }
  .card__item:last-child {
    margin: 0 auto;
  }
}
.card__imgBox {
  width: 100%;
}

.card__img {
  width: 100%;
}

.card__textBox {
  display: flex;
  flex-direction: column;
  background: var(--mainColor);
  padding: 12px;
  color: var(--white);
  flex-grow: 1;
}

.card__ttl {
  font-size: var(--m);
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .card__ttl {
    font-size: var(--m);
  }
}
@media (max-width: 768px) {
  .card__ttl {
    font-size: var(--lm);
  }
}
@media (max-width: 428px) {
  .card__ttl {
    font-size: var(--m);
  }
}
.card__text {
  font-size: var(--ms);
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 1024px) {
  .card__text {
    font-size: var(--ms);
  }
}
@media (max-width: 768px) {
  .card__text {
    font-size: var(--ms);
  }
}
@media (max-width: 428px) {
  .card__text {
    font-size: var(--ms);
  }
}
/*card--worksの場合*/
.card--works .card__item {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}

.card--works .card__item:nth-child(-n+2) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .card--works .card__item {
    max-width: 600px;
    width: 100%;
    margin-bottom: 40px;
  }
  .card--works .card__item:last-child {
    margin-bottom: 0;
  }
}
/*card--askの場合*/
@media (max-width: 768px) {
  .card--ask .card__list {
    flex-flow: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.card--problem .card__item {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .card--problem .card__item {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.card--problem .card__item:nth-child(-n+4) {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .card--problem .card__item:nth-child(-n+6) {
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .card--problem .card__item:last-child {
    margin: 0 auto;
  }
}
.card--problem .card__textBox {
  display: flex;
  flex-direction: column;
  background: var(--mainColor);
  padding: 12px;
  color: var(--white);
}

.card--problem .card__textBox:first-child {
  min-height: 7em;
}

.card--problem .card__textBox:nth-child(2) {
  background: var(--subColor);
  color: var(--white);
  min-height: 10em;
}

@media (max-width: 768px) {
  .card--problem .card__textBox:nth-child(2) {
    min-height: 8em;
  }
}
.card--problem .card__ttl {
  font-size: var(--m);
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}

.card__img--border {
  border-width: 1px 1px 0 1px;
  border-color: #B7BDC8;
  border-style: solid;
}

/*table*/
.table__list {
  list-style-type: none;
  padding: 0;
}

.table__item {
  margin-bottom: 40px;
}

.table__block {
  table-layout: fixed;
  width: 100%;
}

.table__block,
.table__block th,
.table__block td {
  border: 1px solid var(--fontColor);
  border-collapse: collapse;
  word-wrap: break-word;
}

.table__block th,
.table__block td {
  padding: 0.5em;
}

.table__block th {
  background: var(--backPale2);
}

.table__block td {
  background: var(--white);
}

.table__block th:first-child,
.table__block td:first-child {
  width: 30%;
}

.table__item:not(:first-child) th:nth-child(2),
.table__item:not(:first-child) td:nth-child(2) {
  width: 20%;
}

@media (max-width: 768px) {
  .table__block th {
    display: none;
  }
  .table__block td,
.table__block td:first-child,
.table__item:not(:first-child) td:nth-child(2) {
    display: block;
    width: 100%;
  }
}
/*icon*/
.icon--hamburger {
  background: transparent;
  cursor: pointer;
  padding-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  z-index: 199;
}

.icon--close {
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  height: 64px;
  width: 64px;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 200;
  border: none;
}

.icon--hamburger {
  border: none;
}

.icon--hamburger .icon__bar {
  background: var(--white);
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
}

.icon--hamburger .icon__bar:before, .icon--hamburger .icon__bar:after {
  content: "";
  background: var(--white);
  height: 100%;
  left: 50%;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon--hamburger .icon__bar::before {
  margin-top: -48%;
}

.icon--hamburger .icon__bar::after {
  margin-top: 28%;
}

.icon--close .icon__bar {
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.icon--close .icon__bar:before, .icon--close .icon__bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 42px;
  margin: -76% 0 0 -10%;
  background: var(--white);
}

.icon--close .icon__bar::before {
  transform: rotate(-45deg);
}

.icon--close .icon__bar::after {
  transform: rotate(45deg);
}

.container {
  max-width: 1160px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*list、item*/
.list {
  list-style: none;
}

/*nav系*/
.nav {
  display: flex;
}

.navList {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.navLink {
  cursor: pointer;
  text-decoration: none;
  color: var(--fontColor);
}

.navLink:hover, .navLink:focus {
  text-decoration: underline;
  opacity: 0.8;
}

/*footerとheader*/
.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 120px;
  background: rgba(255, 112, 155, 0.8);
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
.header--sp {
  display: none;
}

@media (max-width: 1024px) {
  .header--sp {
    display: flex;
    align-items: center;
    height: 64px;
    width: 100%;
    padding: 8px 20px 8px 0;
  }
}
@media (max-width: 428px) {
  .header--sp {
    padding: 8px 10px;
  }
}
.header__inner {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.header__logo {
  text-align: center;
  width: 100%;
  max-width: 200px;
  height: 120px;
  background: var(--logoColor);
}

.header__logoLink {
  display: block;
  text-align: center;
  font-size: var(--s);
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  height: 120px;
}

.header__logoImg {
  height: 64px;
  padding-top: 16px;
  margin: 0 auto 16px;
}

.header__navList {
  padding-left: 2.0833333333vw;
  width: 100%;
}

@media (max-width: 1280px) {
  .header__navList {
    padding-left: 1.0416666667vw;
  }
}
.header__navItem {
  margin-right: 2.0833333333vw;
  font-size: var(--ms);
}

@media (max-width: 1280px) {
  .header__navItem {
    margin-right: 1.0416666667vw;
    font-size: var(--ms);
  }
}
.header__navItem .en {
  font-weight: bold;
  font-size: 10px;
  display: block;
}

.header__navLink {
  color: #fff;
  font-size: var(--ms);
  display: block;
  text-align: center;
}

/*.header--spの子要素に使用*/
.header--sp .header__logo {
  max-width: 200px;
  height: 64px;
}

.header--sp .header__logoLink {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}

.header--sp .header__logoImg {
  width: auto;
  height: 64px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 428px) {
  .header--sp .header__logoLink {
    font-size: var(--s);
    letter-spacing: -0.1em;
  }
  .header--sp .header__logoImg {
    width: 80px;
  }
}
.header--sp .header__menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  min-height: 100vh;
  padding: 104px 40px 40px 40px;
  background: var(--mainColor);
}

.header--sp .header__menu.is-open {
  -webkit-animation: hamburger-open 0.5s ease forwards;
  animation: hamburger-open 0.5s ease forwards;
}

.header--sp .header__menu.is-close {
  -webkit-animation: hamburger-close 0.5s ease forwards;
  animation: hamburger-close 0.5s ease forwards;
}

.header--sp .header__nav {
  flex-flow: column;
}

.header--sp .header__navList {
  flex-flow: column;
  align-items: center;
}

.header--sp .header__navItem {
  margin: 0 auto 0.8em;
  font-size: var(--lm);
}

.header--sp .header__navLink {
  color: var(--white);
}

/*footer*/
.footer {
  background: var(--subColor);
  color: var(--white);
  padding: 50px 0 40px;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
.footer__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}

.footer__logoLink {
  max-width: 100%;
  display: block;
  text-align: center;
  font-size: var(--s);
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
}

.footer__logoImg {
  width: 240px;
  margin: 0 auto 5px;
}

@media (max-width: 768px) {
  .footer__info {
    padding-left: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}
.footer__copyright {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: var(--ss);
}

/*レイアウトとしてのblock、block&__element、block&__element&--modifier もしくはblock&--modifier*/
.sec {
  min-height: 100vh;
  padding: 80px 0;
}

@media (max-width: 428px) {
  .sec {
    padding: 40px 0;
  }
}
.sec--mv {
  min-height: auto;
  height: 100vh;
  padding: 0;
  background: url(../img/mv.png) no-repeat right bottom/contain;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}

.sec--mv::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.sec--about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--backPale);
  color: var(--fontColor);
  z-index: -2;
}

/*.sec--about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
*/
.sec--problem,
.sec--disease {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec--problem {
  background: var(--backGray);
  color: var(--white);
}

.sec--disease {
  background: var(--backPale);
  color: var(--fontColor);
}

.sec--profile {
  min-height: 50vh;
  text-align: center;
}

.sec--profile dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.sec--profile dt {
  width: 30%;
  margin: 0 0 10px 0;
}

.sec--profile dd {
  width: 70%;
  margin: 0 0 10px 0;
}

@media (max-width: 768px) {
  .sec--profile dt {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .sec--profile dd {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.sec--topic {
  background: var(--backPale);
}

/*blockがセクション名（mv、problemなど）*/
.mv__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-weight: normal;
  line-height: 1.25;
  padding-left: 200px;
  color: var(--fontColor);
  z-index: 10;
  opacity: 0;
  font-feature-settings: "palt";
  text-align: left;
  -webkit-animation: fadeIn 0.5s ease 1s forwards;
  animation: fadeIn 0.5s ease 1s forwards;
}

.mv__title span {
  font-size: 16px;
  display: block;
}

@media (max-width: 1024px) {
  .mv__title {
    font-size: var(--xl);
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 428px) {
  .mv__title {
    font-size: var(--l);
  }
}
.mv__text {
  position: absolute;
  font-size: var(--xl);
  bottom: 40px;
  right: 40px;
  color: var(--white);
  letter-spacing: -0.08em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-animation: fadeIn 0.5s ease 1.5s forwards;
  animation: fadeIn 0.5s ease 1.5s forwards;
  opacity: 0;
}

@media (max-width: 1024px) {
  .mv__text {
    font-size: var(--l);
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  .mv__text {
    font-size: var(--lm);
  }
}
@media (max-width: 428px) {
  .mv__text {
    font-size: var(--m);
  }
}
.about__text {
  font-size: var(--m);
  text-align: center;
  margin-bottom: 2em;
}

@media (max-width: 600px) {
  .about__text {
    font-size: var(--ms);
  }
}
.problem__box {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.problem__list {
  font-size: var(--m);
}

.problem__listItem {
  margin-bottom: 0.5em;
}

@media (max-width: 428px) {
  .problem__list {
    font-size: var(--ms);
  }
}
.problem__linkText {
  text-align: right;
}

.support__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .support__box--pc {
    display: none;
  }
}
.support__boxOffice, .support__boxRemote {
  position: relative;
  width: calc((100% - 27px) / 2);
}

.support__text {
  text-align: center;
  font-size: var(--lm);
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .support__text {
    font-size: var(--m);
  }
}
.supportBoxOffice__img--people {
  margin-right: auto;
  max-width: 490px;
  width: calc(100% - 20px);
  display: block;
}

.supportBoxRemote__img--people {
  margin-left: auto;
  max-width: 490px;
  width: calc(100% - 20px);
  display: block;
}

.profile__text {
  font-size: var(--lm);
}

.topic__text {
  text-align: center;
  margin-bottom: 40px;
}

.topic__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_topic {
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
  font-size: var(--m);
}

.new_topic:nth-child(n+7) {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .new_topic {
    width: 100%;
  }
  .new_topic:nth-child(n+7) {
    margin-bottom: 20px;
  }
  .new_topic:last-child {
    margin-bottom: 0;
  }
}
/*mailformpro*/
/* ------------------------------
 Mail-Form
------------------------------ */
form#mailformpro {
  padding: 0;
}

.introTxt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.introTxt__tel {
  display: block;
  font-size: var(--lm);
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow: none;
  border: 1px solid var(--subColor);
  background-color: #F2FAFD;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
}

form#mailformpro .inputform {
  width: 800px;
  margin: 0 auto 30px;
  clear: both;
  border-collapse: collapse;
  font-size: 18px;
}

form#mailformpro .inputform dl {
  float: none;
  border: none;
}

form#mailformpro .inputform dt {
  width: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding: 0;
  font-size: inherit;
  border: none;
}

form#mailformpro .inputform dd {
  border: none;
  font-size: inherit;
  padding: 0 0 30px;
  box-sizing: border-box;
}

form#mailformpro .inputform textarea {
  height: 200px !important;
  width: 100% !important;
}

form#mailformpro .inputform input[type=text],
form#mailformpro .inputform input[type=tel],
form#mailformpro .inputform input[type=email],
form#mailformpro .inputform textarea {
  width: 100%;
  border: 1px solid var(--subColor);
  box-sizing: border-box;
  padding: 15px;
  font-size: inherit;
  border-radius: 0;
  vertical-align: middle;
  background-color: #F2FAFD;
  box-shadow: none;
}

form#mailformpro .inputform input[type=radio],
form#mailformpro .inputform input[type=checkbox] {
  vertical-align: middle;
}

form#mailformpro .inputform select {
  border: 1px solid var(--subColor);
  border-radius: 0;
  padding: 15px;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
}

form#mailformpro .inputform input.noborder {
  border: none;
}

form#mailformpro .inputform ul {
  overflow: hidden;
}

form#mailformpro .inputform ul.float li {
  float: left;
  padding-right: 10px;
}

.hissu {
  padding: 2px 5px;
  color: #CC3333;
  letter-spacing: 0.2em;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

:-moz-placeholder-shown {
  color: #bbb;
}

:placeholder-shown {
  color: #bbb;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

.mfp_err {
  clear: both;
  font-size: inherit;
}

/* ---------- label override ---------- */
form#mailformpro label {
  white-space: nowrap;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  display: block;
  box-sizing: border-box;
  margin: 0;
}

form#mailformpro label.mfp_checked {
  padding: 4px 10px 4px 8px;
  background-color: var(--subColor);
  border: #eee 1px solid;
  box-shadow: none;
}

form#mailformpro label.mfp_not_checked {
  padding: 4px 10px 4px 8px;
  border: #eee 1px solid;
  background-color: #fff;
  border-radius: 1px;
}

/* ---------- button override ---------- */
.mfp_element_all {
  max-width: none;
}

#mfp_buttons p {
  text-align: center;
  width: auto;
  margin: 0 auto;
  box-shadow: none;
}

#mfp_buttons button#btn_confirm {
  border: none;
  border-radius: 1px;
  background: var(--subColor);
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 0;
  text-shadow: none;
  overflow: hidden;
}

#mfp_buttons button#btn_confirm:hover {
  background-color: rgba(24, 145, 203, 0.8);
}

/* ---------- confirm.css override ---------- */
div#mfp_phase_confirm h4 {
  font-size: 26px;
  font-weight: bold;
  color: var(--subColor);
  padding: 0;
  text-align: center;
  margin: 0 0 20px;
}

table#mfp_confirm_table {
  border-bottom: #ccc 1px solid;
  width: 80%;
  margin: 0 auto;
}

table#mfp_confirm_table tr th {
  width: 30%;
  white-space: nowrap;
  padding: 20px 10px 20px 30px;
}

table#mfp_confirm_table tr td {
  padding: 20px 30px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  border-top: #ccc 1px solid;
  font-size: 15px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #f8f8f8;
}

.mfp_buttons {
  margin: 30px auto 0;
}

div.mfp_buttons button {
  border: none;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-size: 22px;
  padding: 0;
  border-radius: 1px;
  cursor: pointer;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  margin: 0 10px;
  text-align: center;
  text-shadow: 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
  vertical-align: middle;
}

div.mfp_buttons button:hover {
  border: none;
  box-shadow: none;
}

div.mfp_buttons button#mfp_button_send {
  width: 280px;
  background: var(--subColor);
  font-weight: bold;
}

div.mfp_buttons button#mfp_button_send:hover {
  background-color: rgba(24, 145, 203, 0.8);
}

div.mfp_buttons button#mfp_button_cancel {
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 0;
  background: #AAA;
}

div.mfp_buttons button#mfp_button_cancel:hover {
  background-color: #666;
}

.thankspage #container {
  min-height: auto;
}

.thankspage #contact {
  padding: 120px 0 0;
}

.thankspage #contact h1 {
  text-align: center;
}

.thankspage #contact h2 {
  font-size: 40px;
  margin-bottom: 25px;
  text-align: center;
  color: var(--subColor);
}

.thankspage #header {
  background-color: rgba(8, 68, 113, 0.8) !important;
  padding-bottom: 20px;
}

.thankspage .thanks_box {
  width: 760px;
  border: 4px solid var(--subColor);
  margin: 40px auto 100px;
  text-align: center;
  padding: 40px;
}

/* ------------------------------
 Mail-Form(responsive:960px)
------------------------------ */
@media only screen and (max-width: 959px) {
  form#mailformpro .inputform {
    width: auto;
  }
  /* ---------- confirm.css override ---------- */
  table#mfp_confirm_table {
    width: 100%;
  }
  .thankspage .thanks_box {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
/*animation,js-animation*/
/*汎用*/
.ttl.js-animation {
  opacity: 0;
  overflow: hidden;
}

.ttl.js-animation::after {
  opacity: 0;
  transform: translateX(-100%);
}

.ttl.js-animation.is-animation {
  -webkit-animation: bottomIn 0.5s ease forwards;
  animation: bottomIn 0.5s ease forwards;
  transform: translateY(0);
}

.ttl.js-animation.is-animation::after {
  -webkit-animation: leftInTtlBorder 0.5s ease forwards;
  animation: leftInTtlBorder 0.5s ease forwards;
  transform: translateX(-50%);
}

.subTtl.js-animation {
  opacity: 0;
}

.subTtl.js-animation.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.25s forwards;
  animation: bottomIn 0.5s ease 0.25s forwards;
  transform: translateY(0);
}

.problem__list.js-animation {
  opacity: 0;
}

.problem__list.js-animation.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.25s forwards;
  animation: bottomIn 0.5s ease 0.25s forwards;
  transform: translateY(0);
}

/*セクションごと*/
.about__text {
  opacity: 0;
}

.about__text.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.75s forwards;
  animation: bottomIn 0.5s ease 0.75s forwards;
  transform: translateY(0);
}

.problem__box {
  opacity: 0;
}

.problem__box.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.5s forwards;
  animation: bottomIn 0.5s ease 0.5s forwards;
  transform: translateY(0);
}

.problem__text {
  opacity: 0;
}

.problem__text.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.5s forwards;
  animation: bottomIn 0.5s ease 0.5s forwards;
  transform: translateY(0);
}

.support__box {
  opacity: 0;
}

.support__box.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.5s forwards;
  animation: bottomIn 0.5s ease 0.5s forwards;
  transform: translateY(0);
}

.support__text {
  opacity: 0;
}

.support__text.is-animation {
  -webkit-animation: bottomIn 0.5s ease 1s forwards;
  animation: bottomIn 0.5s ease 1s forwards;
  transform: translateY(0);
}

.card__list {
  opacity: 0;
}

.card__list.is-animation {
  -webkit-animation: bottomIn 0.5s ease 0.5s forwards;
  animation: bottomIn 0.5s ease 0.5s forwards;
  transform: translateY(0);
}

/*ハンバーガー*/
@-webkit-keyframes hamburger-open {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    z-index: 200;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes hamburger-open {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    z-index: 200;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes hamburger-close {
  0% {
    z-index: 200;
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hamburger-close {
  0% {
    z-index: 200;
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*mv*/
@-webkit-keyframes myImg02 {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes myImg02 {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/*etc.*/
/*visibilityとopacityでしっかりかくせば、display:none、blockで高さ調整できるよ*/
/*@-webkit-keyframes etcOpen {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@keyframes etcOpen {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes etcBtnOff {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
@keyframes etcBtnOff {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
*/
/*汎用*/
@-webkit-keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes topIn {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes topIn {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes leftInTtlBorder {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes leftInTtlBorder {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes bottomIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottomIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scaleUpFadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleUpFadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleUpFadeInLast {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
}
@keyframes scaleUpFadeInLast {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
}
@-webkit-keyframes scaleUpFadeInTb {
  0% {
    opacity: 0;
    transform: scale(0) translateY(25%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes scaleUpFadeInTb {
  0% {
    opacity: 0;
    transform: scale(0) translateY(25%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */