@charset "utf-8";
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #535353;
  line-height: 1.9;
  font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}

.mincho {
  font-family: "source-han-serif-japanese", serif;
}
.gothic {
  font-family: "Helvetica Neue", Helvetica, "noto-sans-cjk-jp", sans-serif;
}
.din {
  font-family: "din-condensed", sans-serif;
}

a {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  opacity: 1;
  outline: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.only_smart,
.only_smart_i {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
  .only_smart {
    display: block !important;
  }
  .only_smart_i {
    display: inline-block !important;
  }
}

#wrapper {
}

/* .animation */
.animation {
  visibility: visible !important;
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation: bounceBtn 1.8s;
  animation: bounceBtn 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  50% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  60% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  70% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  90% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* .appli */
.appli {
  padding: 90px 0 50px;
}
.appli input {
  max-width: 400px;
  width: 50%;
  line-height: 3;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid;
}
input::placeholder,
textarea::placeholder {
  color: #9b9898;
}
input:-ms-input-placeholder,
textarea::placeholder {
  color: #9b9898;
}
input::-ms-input-placeholder,
textarea::placeholder {
  color: #9b9898;
}
.appli button {
  max-width: 615px;
  width: 50%;
  margin: 30px auto 0;
  display: block;
}
.appli .caption {
	font-size:16px;
}

@media screen and (max-width: 768px) {
  .appli {
    padding: 9% 0 5%;
  }
  .appli.nopt {
    padding-top: 0;
  }
  .appli input {
    max-width: 100%;
    width: 72%;
    font-size: 16px;
    line-height: 3;
  }

  .appli button {
    width: 84%;
    margin: 5% auto 0;
  }
	
	.appli .caption {
		font-size:3vw;
	}
}

/* header */
header {
  position: relative;
	background-color: #51b5bc;
}

header a {
  display: block;
  max-width: 615px;
  width: 46%;
  margin: auto;
  /* position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%); */
}

@media screen and (max-width: 768px) {
  header {
    position: static;
  }
  header a {
    width: 94%;
    margin: auto;
    /* position:static;
		transform:none;
		margin: -28% auto 0; */
  }
}

/* article */
article {
}

/* .cont */
.cont {
  padding: 60px 0;
}
.cont .inner {
  max-width: 1000px;
  width: 94%;
  margin: auto;
}
.cont .white {
  color: #fff;
}
.cont .bg_white {
  background-color: #fff;
}
.cont .blue {
  color: #51b5bc;
}
.cont .bg_blue {
  background-color: #51b5bc;
}
.cont .red {
  color: #ef5b66;
}
.cont .bg_red {
  background-color: #ef5b66;
}
.cont .yellow {
  color: #ffe629;
}
.cont .bg_yellow {
  background-color: #ffe629;
}

@media screen and (max-width: 1024px) {
  .cont {
    padding: 9% 0;
  }
}

@media screen and (max-width: 768px) {
  .cont {
  }
}

/* .cont1 */
.cont1 {
  background-color: #f3f9fa;
}
.cont1 h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}
.cont1 h2 span:first-of-type {
  display: block;
  width: 2.2em;
  margin: auto;
}
.cont1 h2 > img {
  display: block;
  width: 6em;
  margin: 0.1em auto 0;
}
.cont1 ul {
  padding-left: 50px;
}
.cont1 ul li {
  margin-top: 2.4em;
  line-height: 1.3;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cont1 ul li > span {
  display: block;
  width: 1.6em;
  line-height: 1;
  font-size: 52px;
  position: relative;
  z-index: 2;
}
.cont1 ul li > span:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% - 2px);
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.cont1 ul li > span span {
  padding-top: 0.5em;
  line-height: 0.8;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}
.cont1 ul li p {
  width: calc(100% - 3em);
  padding-left: 0.5em;
  font-size: 25px;
  text-align: left;
}
.cont1 ul li p .blue,
.cont1 ul li p .yellow {
  font-size: 32px;
}
.cont1 ul li p .yellow {
  display: inline-block;
}
.cont1 ul li p .line {
  border-bottom: 2px solid #ef5b66;
}
.cont1 figure {
  margin-top: 50px;
}
.cont1 figure img {
  max-width: 677px;
  width: 65%;
}
.cont1 figure figcaption {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 900;
}
.cont1 figure figcaption span {
  margin: 0 0.1em;
  padding: 0 0.2em;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
}

@media screen and (max-width: 1024px) {
  .cont1 ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .cont1 {
    padding-bottom: 0;
  }
  .cont1 h2 {
    font-size: 6.2vw;
  }
  .cont1 ul li > span {
    width: 1.8em;
    font-size: 7.5vw;
    margin-top: 0.2em;
  }
  .cont1 ul li > span span {
    font-size: 2.4vw;
  }
  .cont1 ul li p {
    font-size: 4vw;
  }
  .cont1 ul li p .blue,
  .cont1 ul li p .yellow {
    font-size: 4.8vw;
  }
  .cont1 figure {
    margin-top: 9%;
    padding: 0 0 9%;
  }
  .cont1 figure img {
    width: 94%;
  }
  .cont1 figure figcaption {
    font-size: 5vw;
  }
  .cont1 figure figcaption span {
    font-size: 6.5vw;
  }
}

/* #cont2 */
#cont2 {
  padding: 0;
}
#cont2 > div {
  padding: 60px 0 170px;
  background: url(../images/cont2_bg.png) no-repeat center top;
  background-size: 1600px auto;
  position: relative;
}
#cont2 > div h2 {
  margin-bottom: 180px;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 900;
}
#cont2 > div h2 span {
  font-size: 97px;
  line-height: 0;
  display: inline-block;
  vertical-align: -0.15em;
  transform: rotate(20deg);
}
#cont2 > div h2 img {
  display: block;
  width: 6.5em;
  margin: auto;
}
#cont2 > div ul li {
  line-height: 1.3;
  margin-top: 0.7em;
  padding: 0 25% 0 1.5em;
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  background: url(../images/cont2_check.svg) no-repeat left 0.1em;
  background-size: 1em auto;
  text-shadow: 0 0 1px #fff;
}
#cont2 > div ul li .blue {
  border-bottom: 2px solid #ef5b66;
}
#cont2 > p {
  line-height: 1.3;
  margin-top: -75px;
  padding: 40px 0 60px;
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff, #d3ecee);
}
#cont2 > p .fuki {
  width: 5.5em;
  line-height: 1.6;
  margin: 0 auto 0.8em;
  display: block;
  position: relative;
}
#cont2 > p .fuki:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7em 0.35em 0 0.35em;
  border-color: #51b5bc transparent transparent transparent;
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
}
#cont2 > p .small {
  display: block;
  font-size: 28px;
}
#cont2 > p .line {
  padding-bottom: 0.4em;
  background: url(../images/cont2_wave.png) no-repeat center bottom;
  background-size: 100% auto;
}
#cont2 > p .large {
  line-height: 1;
  font-size: 63px;
}

@media screen and (max-width: 1024px) {
  #cont2 > div {
    padding: 40px 0 90px;
    background: url(../images/cont2_bg.png) no-repeat center top;
    background-size: 1200px auto;
  }
  #cont2 > div h2 {
    margin-bottom: 115px;
    font-size: 42px;
  }
  #cont2 > div h2 span {
    font-size: 70px;
  }
  #cont2 > div ul li {
    font-size: 30px;
  }
  #cont2 > p {
    margin-top: -55px;
  }
}

@media screen and (max-width: 768px) {
  #cont2 > div {
    padding: 0 0 42%;
    background: url(../images/cont2_bg_s.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
  }
  #cont2 > div h2 {
    margin-bottom: 7%;
    padding: 7% 0 14%;
    font-size: 6.5vw;
    background: url(../images/cont2_h2_bg_s.png) no-repeat center top;
    background-size: 100% auto;
  }
  #cont2 > div h2 span {
    font-size: 13vw;
  }
  #cont2 > div ul {
    padding: 0 3%;
  }
  #cont2 > div ul li {
    padding: 0 0 0 1.5em;
    font-size: 4.6vw;
  }
  #cont2 > div > img {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: -4.5%;
    z-index: 1;
  }
  #cont2 > p {
    margin-top: 0;
    padding: 5% 0 9%;
    font-size: 5.4vw;
    background: linear-gradient(90deg, #fff, #d3ecee);
    background-size: 18em auto;
    position: relative;
  }
  #cont2 > p .fuki {
    margin: 0;
    transform: rotate(-15deg);
    position: absolute;
    left: 1em;
    top: -0.7em;
  }
  #cont2 > p .small {
    margin-bottom: 0.5em;
    font-size: 4.8vw;
  }
  #cont2 > p .large {
    font-size: 7.6vw;
    line-height: 0;
  }
}

/* #cont3 */
#cont3 {
  padding: 120px 0 90px;
  background-color: #ebe8e3;
}
#cont3 h2 {
  line-height: 1.2;
  font-size: 50px;
  font-weight: 900;
  position: relative;
  background: url(../images/cont3_tit.png) no-repeat center bottom;
  background-size: 650px auto;
}

#cont3 h2 img {
  display: block;
  width: 7.5em;
  margin: 0 auto 0.3em;
  padding: 0.1em 0.5em;
  background-color: #fff;
  border-radius: 0.7em;
}
#cont3 h2 span {
  line-height: 1;
  display: block;
  font-size: 76px;
}
#cont3 .inner {
  max-width: 1230px;
  margin-top: 90px;
}
#cont3 .inner li {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#cont3 .inner li:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont3 .inner li figure {
  width: 60%;
}
#cont3 .inner li div {
  width: 50%;
  height: 9.5em;
  line-height: 1.2;
  padding: 2em 0 2em 3em;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  position: relative;
  background-color: #fff;
  border-radius: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
}
#cont3 .inner li:nth-child(odd) div {
  transform: translateX(32%);
}
#cont3 .inner li:nth-child(odd) div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 99%;
  top: 50%;
  transform: translateY(-50%);
}
#cont3 .inner li:nth-child(even) div {
  transform: translateX(-32%);
}
#cont3 .inner li:nth-child(even) div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 2em 1em 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 99%;
  top: 50%;
  transform: translateY(-50%);
}

#cont3 .inner li div img {
  width: 57px;
  position: absolute;
  left: 0.4em;
  top: -0.2em;
}
#cont3 .inner li div p > span {
  margin: 0.1em 0;
  display: block;
  font-size: 50px;
  font-weight: 900;
}
#cont3 .inner li div p > span span {
  display: inline-block;
  line-height: 1.1;
}
#cont3 > p {
  margin-top: 90px;
  line-height: 1.3;
  font-size: 39px;
  font-weight: 900;
}
#cont3 > p span {
  display: block;
}
#cont3 > p .large {
  margin: 0.1em 0 0.2em;
  line-height: 1;
  font-size: 84px;
}

@media screen and (max-width: 1260px) {
  #cont3 .inner li div {
    width: 50%;
    height: 8.5em;
    line-height: 1.2;
    padding: 2em 0 2em 2.5em;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
    position: relative;
    background-color: #fff;
    border-radius: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #cont3 .inner li:nth-child(odd) div {
    transform: translateX(12%);
  }
  #cont3 .inner li:nth-child(even) div {
    transform: translateX(-12%);
  }
  #cont3 .inner li div img {
    width: 5vw;
  }
  #cont3 .inner li div p > span {
    font-size: 3.8vw;
  }
  #cont3 > p {
    margin-top: 9%;
    font-size: 3.5vw;
  }
  #cont3 > p .large {
    font-size: 8vw;
  }
}

@media screen and (max-width: 768px) {
  #cont3 {
    padding: 12% 0 9%;
  }
  #cont3 h2 {
    font-size: 6.5vw;
    background: url(../images/cont3_tit.png) no-repeat center bottom;
    background-size: 86% auto;
  }
  #cont3 h2 span {
    font-size: 10.5vw;
  }
  #cont3 .inner {
    margin-top: 9%;
    padding: 0 3%;
  }
  #cont3 .inner li {
    margin-top: 5%;
    display: block;
  }
  #cont3 .inner li figure {
    width: auto;
  }
  #cont3 .inner li div {
    width: 76%;
    height: 6.5em;
    line-height: 1.2;
    margin: -15% auto 0;
    padding: 2em 0 2em 3em;
    font-size: 3.8vw;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  }
  #cont3 .inner li:nth-child(odd) div {
    transform: none;
  }
  #cont3 .inner li:nth-child(odd) div:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1em 1.2em 1em;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 99%;
    transform: translate(-50%, 0);
  }
  #cont3 .inner li:nth-child(even) div {
    transform: none;
  }
  #cont3 .inner li:nth-child(even) div:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1em 1.2em 1em;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: 99%;
    transform: translate(50%, 0);
  }

  #cont3 .inner li div img {
    width: 10%;
    position: absolute;
    left: 0.4em;
    top: -0.25em;
  }
  #cont3 .inner li div p > span {
    font-size: 5.5vw;
  }
  #cont3 > p {
    margin-top: 9%;
    font-size: 4.4vw;
  }
  #cont3 > p .large {
    font-size: 8.6vw;
  }
}

/* #cont4 */
#cont4 {
  padding-top: 0;
  background-color: #51b5bc;
}
#cont4 h2 {
  margin-bottom: -0.25em;
  padding: 100px 0 90px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 900;
  background: url(../images/cont4_h2.png) no-repeat center top;
  background-size: 1050px auto;
}
#cont4 h2 img {
  width: 6em;
  margin: auto;
  display: block;
}
#cont4 h2 span {
  display: block;
}
#cont4 h2 .large {
  line-height: 1;
  font-size: 77px;
}
#cont4 ul li {
  padding: 5% 3% 5% 5%;
  background: linear-gradient(#d3ecee, #fff);
  border-radius: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}
#cont4 ul li:nth-child(n + 2) {
  margin-top: 3%;
}
#cont4 ul li section {
  width: 56%;
  text-align: left;
}
#cont4 ul li figure {
  width: 38%;
  position: relative;
}
#cont4 ul li.half section {
  width: 48%;
  text-align: left;
}
#cont4 ul li.half figure {
  width: 46%;
}
#cont4 ul li section h3 {
  line-height: 1.2;
  margin-bottom: 1em;
  padding-left: 2.8em;
  font-size: 36px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
}
#cont4 ul li section h3 .num {
  line-height: 1;
  font-size: 106px;
  font-weight: normal;
  position: absolute;
  left: 0;
}
#cont4 ul li section h3 .num:before {
  content: "0";
  color: #a6d9dd;
}
#cont4 ul li section h3 .red ruby {
  ruby-position: under;
}
#cont4 ul li section h3 .red ruby rt {
  line-height: 1;
  font-size: 20px;
  color: #535353;
  text-align: center;
}
#cont4 ul li section p .red {
  font-weight: bold;
}
#cont4 ul li:nth-child(3) figure img {
  position: absolute;
  left: 0;
  max-width: 115%;
}

@media screen and (max-width: 1080px) {
  #cont4 h2 {
    padding: 8% 0 9%;
    font-size: 4.5vw;
    background-size: 98% auto;
  }
  #cont4 h2 .large {
    font-size: 7.2vw;
  }
  #cont4 ul li section h3 {
    font-size: 3.4vw;
  }
  #cont4 ul li section h3 .num {
    font-size: 10vw;
  }
  #cont4 ul li section h3 .red ruby rt {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #cont4 h2 {
    margin-bottom: 0;
    padding: 9% 0 15%;
    font-size: 5.5vw;
    background: url(../images/cont4_h2_s.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #cont4 h2 .large {
    font-size: 8.5vw;
  }
  #cont4 ul li {
    padding: 9% 5%;
    display: block;
    border-radius: 1em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
  #cont4 ul li:nth-child(n + 2) {
    margin-top: 5%;
  }
  #cont4 ul li section {
    width: auto;
  }
  #cont4 ul li figure {
    width: auto;
    position: static;
    margin-top: 1.5em;
  }
  #cont4 ul li.half section {
    width: auto;
  }
  #cont4 ul li.half figure {
    width: auto;
  }
  #cont4 ul li section h3 {
    margin-bottom: 0.5em;
    font-size: 5.3vw;
  }
  #cont4 ul li section h3 .num {
    font-size: 15vw;
  }
  #cont4 ul li section h3 .red ruby rt {
    font-size: 2.5vw;
  }
  #cont4 ul li:nth-child(3) figure img {
    position: static;
    left: auto;
    max-width: 100%;
  }
}

/* #cont5 */
#cont5 {
}
#cont5 h2 {
  line-height: 1.3;
  font-size: 45px;
}
#cont5 h2 span {
  margin-bottom: 1em;
  display: block;
  font-size: 50px;
}
#cont5 h2 img {
  width: 10.5em;
  margin-right: 0.3em;
}

#cont5 .inner {
  margin-top: 90px;
}
#cont5 .inner .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont5 .inner .flex figure {
  width: 25%;
}
#cont5 .inner .flex section {
  width: 70%;
  text-align: left;
}
#cont5 .inner .flex section h3 {
  font-size: 20px;
}
#cont5 .inner .flex section h3 .mincho {
  display: block;
  font-size: 24px;
  border-bottom: 1px solid;
}
#cont5 .inner .flex section p {
  margin-top: 1em;
  line-height: 1.3;
  min-height: 5em;
  padding: 0 1.2em;
  font-size: 28px;
  font-weight: bold;
  background-color: #fff9c9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#cont5 .inner .accordion {
  line-height: 3;
  margin: 40px 0 0.3em;
  cursor: pointer;
}
#cont5 .inner .accordion:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-0.2em) rotate(45deg);
}
#cont5 .inner .accordion.open:after {
  border: none;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: translateY(0.6em) rotate(45deg);
}
#cont5 .inner dl {
  padding: 10px 30px 30px;
  background-color: #f3f9fa;
  text-align: left;
  display: none;
}
#cont5 .inner dl:after {
  content: "※業務委託として働かれているトレーナーさんです";
  display: block;
  text-align: right;
}
#cont5 .inner dl.nocmt:after {
  content: none;
}
#cont5 .inner dl div {
  margin: 25px 0;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 1em;
}
#cont5 .inner dl div dt {
  font-size: 24px;
  border-bottom: 2px solid;
}
#cont5 .inner dl div dd {
  padding: 0.8em 0;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  #cont5 .inner .flex section p {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 768px) {
  #cont5 h2 {
    font-size: 5vw;
  }
  #cont5 h2 span {
    font-size: 5.5vw;
  }
  #cont5 .inner {
    margin-top: 9%;
  }
  #cont5 .inner .flex section h3 {
    font-size: 3.6vw;
  }
  #cont5 .inner .flex section h3 .mincho {
    font-size: 3.8vw;
  }
  #cont5 .inner .flex section p {
    min-height: 6em;
    margin-top: 0.5em;
    font-size: 3.4vw;
  }
  #cont5 .inner .flex section p br {
    display: none;
  }
  #cont5 .inner .accordion {
    margin: 5% 0 1%;
  }
  #cont5 .inner .accordion:after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.5em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-0.3em) rotate(45deg);
  }
  #cont5 .inner .accordion.open:after {
    border: none;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: translateY(0.6em) rotate(45deg);
  }
  #cont5 .inner dl {
    padding: 1% 5% 5%;
  }
  #cont5 .inner dl:after {
    font-size: 3vw;
  }
  #cont5 .inner dl div {
    margin: 5% 0;
    padding: 5% 5% 3%;
  }
  #cont5 .inner dl div dt {
    padding-bottom: 0.3em;
    font-size: 3.8vw;
    border-bottom: 2px solid;
  }
  #cont5 .inner dl div dd {
    padding: 0.8em 0;
    line-height: 1.3;
  }
}

/* #cont6 */
#cont6 {
  padding-bottom: 90px;
  background-color: #ece9e4;
}
#cont6 h2 {
  line-height: 1.3;
  font-size: 57px;
}
#cont6 h2 span {
  display: block;
  font-size: 18px;
}
#cont6 figure {
  max-width: 578px;
  width: 50%;
  margin: 50px auto;
}
#cont6 p.mincho {
  line-height: 1.3;
  font-size: 45px;
}
#cont6 p.mincho span:first-of-type {
  display: block;
  width: 3em;
  margin: auto;
}
#cont6 p.mincho > img {
  width: 9.5em;
  margin-right: 0.5em;
  vertical-align: -0.4em;
}
#cont6 p.mincho .line {
  padding-bottom: 0.3em;
  background: url(../images/cont2_wave.png) no-repeat center bottom;
  background-size: 100% auto;
}
#cont6 p.last {
  margin-top: 0.5em;
  font-size: 55px;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  #cont6 p.mincho {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #cont6 {
    padding-bottom: 9%;
  }
  #cont6 h2 {
    font-size: 9vw;
  }
  #cont6 h2 span {
    font-size: 4vw;
  }
  #cont6 figure {
    width: 90%;
    margin: 5% auto;
  }
  #cont6 p.mincho {
    font-size: 5vw;
  }
  #cont6 p.last {
    font-size: 8.5vw;
  }
}

/* #cont7 */
#cont7 {
  padding: 90px 0;
}
#cont7 h2 {
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 50px;
  font-weight: 900;
  position: relative;
}
#cont7 h2 .large {
  display: block;
  font-size: 77px;
  line-height: 1;
}
#cont7 h2 img {
  width: 3.4em;
  position: absolute;
  left: calc(50% + 3.3em);
  top: 50%;
  transform: translateY(-42%);
}
#cont7 ul li {
  margin: 90px 0 0;
  padding: 50px 0;
  display: -webkit-flex;
  display: flex;
}
#cont7 ul li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont7 ul li section {
  width: 50%;
  text-align: left;
  background: linear-gradient(90deg, #fff, #d3ecee);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#cont7 ul li:nth-child(odd) section {
  transform: translate(15%, 15%);
}
#cont7 ul li:nth-child(even) section {
  transform: translate(-15%, 15%);
  background: linear-gradient(90deg, #d3ecee, #fff);
}
#cont7 ul li.pink section {
  background: #fce1e3;
}
#cont7 ul li section > span {
  width: 9em;
  padding-bottom: 0.3em;
  display: block;
  font-size: 30px;
  font-size: bold;
  text-align: center;
  background-color: #99d3d8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cont7 ul li.pink section > span {
  background-color: #f69fa5;
}

#cont7 ul li section > span span {
  margin-left: 0.1em;
  font-size: 100px;
  font-weight: 100;
  line-height: 1.2;
  vertical-align: -0.3em;
}
#cont7 ul li section > div {
  max-width: 440px;
  width: 70%;
}
#cont7 ul li section > div h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.2;
  font-size: 42px;
  font-weight: 900;
  border-bottom: 1px dashed;
}
#cont7 ul li section > div h3 .line {
  background: linear-gradient(
    transparent 70%,
    #ffe629 70%,
    #ffe629 90%,
    transparent 90%
  );
}
#cont7 ul li section > div p {
  font-size: 22px;
}
#cont7 ul li figure {
  width: 50%;
}

@media screen and (max-width: 1340px) {
  #cont7 {
    padding: 5% 0;
  }
  #cont7 ul li {
    margin: 9% 0 0;
    padding: 3% 0;
  }
  #cont7 ul li section > span {
    font-size: 2vw;
  }
  #cont7 ul li section > span span {
    font-size: 6vw;
  }
  #cont7 ul li section > div h3 {
    font-size: 3.2vw;
  }
  #cont7 ul li section > div p {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 768px) {
  #cont7 {
    padding: 9% 0;
  }
  #cont7 h2 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
  #cont7 h2 .large {
    font-size: 9vw;
  }
  #cont7 ul li {
    margin: 20% 0 0;
    padding: 0;
    display: block;
    position: relative;
  }
  #cont7 ul li:first-child {
    margin-top: 12%;
  }
  #cont7 ul li:nth-child(4) {
    margin-top: 10%;
  }
  #cont7 ul li section {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 20%;
  }
  #cont7 ul li:nth-child(odd) section {
    transform: none;
    left: 0;
  }
  #cont7 ul li:nth-child(even) section {
    transform: none;
    right: 0;
  }
  #cont7 ul li:nth-child(3) section {
    top: 5%;
  }
  #cont7 ul li:nth-child(4) section {
    top: 8%;
  }
  #cont7 ul li:nth-child(5) section {
    top: -9%;
  }
  #cont7 ul li section > span {
    width: 11em;
    font-size: 3.4vw;
    position: absolute;
    transform: none;
  }
  #cont7 ul li:nth-child(odd) section > span {
    left: 0;
    transform: translate(0, -50%);
  }
  #cont7 ul li:nth-child(even) section > span {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }

  #cont7 ul li section > span span {
    font-size: 12vw;
  }
  #cont7 ul li section > div {
    max-width: 84%;
    width: 84%;
  }
  #cont7 ul li section > div h3 {
    font-size: 5vw;
    border-bottom: 1px solid #535353;
  }
  #cont7 ul li section > div p {
    font-size: 3.6vw;
  }
  #cont7 ul li figure {
    width: auto;
  }
}

/* #cont8 */
#cont8 {
  background-color: #f3f9fa;
}
#cont8 h2 {
  margin-bottom: 30px;
  font-size: 50px;
}
#cont8 dl {
  line-height: 1.2;
  text-align: left;
}
#cont8 dl dt {
  min-height: 3.6em;
  margin-top: 10px;
  padding: 0.5em 3em;
  font-size: 30px;
  font-weight: 900;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#cont8 dl dt:before {
  content: "Q";
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  font-size: 35px;
  font-family: "source-han-serif-japanese", serif;
  color: #fff;
  background-color: #51b5bc;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0.3em;
  top: 50%;
  transform: translateY(-50%);
}
#cont8 dl dt:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  border-right: 2px solid #51b5bc;
  border-bottom: 2px solid #51b5bc;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}
#cont8 dl dt.open:after {
  border: none;
  position: absolute;
  border-left: 2px solid #51b5bc;
  border-top: 2px solid #51b5bc;
  transform: translateY(-35%) rotate(45deg);
}
#cont8 dl dd {
  display: none;
  position: relative;
}
#cont8 dl dd:before {
  content: "A";
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  font-size: 35px;
  font-family: "source-han-serif-japanese", serif;
  color: #fff;
  background-color: #ef5b66;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0.3em;
  top: 50%;
  transform: translateY(-50%);
}
#cont8 dl dd p {
  min-height: 5em;
  padding: 1em 1em 1em 4.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #cont8 dl dd p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #cont8 h2 {
    margin-bottom: 5%;
    font-size: 9vw;
  }
  #cont8 dl dt {
    min-height: 3.2em;
    margin-top: 3%;
    padding: 0.5em 2em 0.5em 3em;
    font-size: 4.4vw;
  }
  #cont8 dl dt:before {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.4;
    font-size: 5.5vw;
    left: 0.5em;
    top: 0.5em;
    transform: none;
  }
  #cont8 dl dt:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    border-right: 2px solid #51b5bc;
    border-bottom: 2px solid #51b5bc;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-75%) rotate(45deg);
  }
  #cont8 dl dt.open:after {
    border: none;
    position: absolute;
    border-left: 2px solid #51b5bc;
    border-top: 2px solid #51b5bc;
    transform: translateY(-35%) rotate(45deg);
  }
  #cont8 dl dd {
    display: none;
    position: relative;
  }
  #cont8 dl dd:before {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.4;
    font-size: 5.5vw;
    left: 0.5em;
    top: 0.5em;
    transform: none;
  }
  #cont8 dl dd p {
    min-height: 4em;
    padding: 1em 1em 1em 3.75em;
    font-size: 3.6vw;
  }
}

/* footer */
footer {
  line-height: 2;
  background-color: #51b5bc;
}
footer a {
  color: #fff;
}

/* topbtn */
#topbtn {
  width: 50px;
  line-height: 50px;
  font-size: 21px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: -150px;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
@media screen and (max-width: 768px) {
  #topbtn {
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    right: 10px;
  }
}

/* #bottom_cont */
#bottom_cont {
}
#bottom_cont .appli {
  width: 500px;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 50px 0 30px;
  transform: scale(0);
  transform-origin: right bottom;
  display: none;
}
#bottom_cont .appli.active {
  transform: scale(1);
}
#bottom_cont .appli input {
  max-width: 450px;
  width: 90%;
  line-height: 3;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid;
}
#bottom_cont .appli button {
  max-width: 615px;
  width: 90%;
  margin: 30px auto 0;
  display: block;
}
#bottom_cont .appli .close {
  width: 1.5em;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}

#bottom_cont #bottom_banner {
  width: 334px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 102;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
#bottom_cont #bottom_banner:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bottom_cont .appli {
    width: 94%;
    right: 3%;
    bottom: 1.5%;
    padding: 5% 0 3%;
    transform-origin: center bottom;
  }
  #bottom_cont .appli input {
    max-width: 90%;
    width: 90%;
  }
  #bottom_cont .appli button {
    max-width: 90%;
    width: 90%;
    margin: 3% auto 0;
  }
  #bottom_cont .appli .close {
    font-size: 18px;
    right: -10px;
    top: -12px;
  }

  #bottom_cont #bottom_banner {
    width: 100%;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 102;
    -webkit-transition: bottom 0.8s;
    transition: bottom 0.8s;
  }
}
