@charset "UTF-8";
/*=======================
 基本設定               
=======================*/
:root {
  --main-visual-height: 100px;
}

/*=======================
   Main Visual
=======================*/
#main-visual {
  background-color: #e0ded2;
}

#main-visual .main-visual__inner {
  padding: 0px 30px;
  height: calc(var(--main-visual-height) * 90 - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main-visual .main-visual__inner > div:first-of-type {
  margin-bottom: 40px;
}

#main-visual .main-visual__heading {
  font-family: "新ゴ B";
  font-size: calc(26px + 30 * (90vw - 280px) / 1600);
  margin-bottom: 20px;
}

#main-visual .main-visual__heading > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
  color: #99b53f;
  font-size: calc(12px + 8 * (80vw - 200px) / 1000);
  margin-bottom: 15px;
}

#main-visual .main-visual__heading > span .fs-s {
  font-size: calc(11px + 6 * (80vw - 200px) / 1000);
  color: #333333;
}

#main-visual .main-visual__lead-text {
	/* [disabled]font-weight: 600; */
	font-size: 0.875rem;
	font-family: "新ゴ B";
}

/*=======================
   circumstance
=======================*/
#circumstance {
  padding: 60px 0 0;
}

#circumstance .circumstance__heading {
  text-align: center;
  font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  margin-bottom: 30px;
}

#circumstance .circumstance__inner {
  padding: 0 30px;
}

#circumstance .circumstance__inner--bottom {
  background-color: #f4f4f1;
  position: relative;
  padding: 0 30px 60px;
}

#circumstance .circumstance__inner--bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#circumstance .circumstance__icon {
  margin: 0 -15px 60px;
  display: flex;
  flex-wrap: wrap;
}

#circumstance .circumstance__icon > li {
  flex-basis: 50%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#circumstance .circumstance__icon > li:nth-of-type(n + 3) {
  margin-top: 60px;
}

#circumstance .circumstance__icon > li::before {
  content: "";
  border-radius: 100%;
  background-color: #f4f4f1;
  width: 42.1875vw;
  height: 42.1875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#circumstance .circumstance__icon .img {
  height: 100px;
  display: flex;
  align-items: flex-end;
}

#circumstance .circumstance__icon .img img {
  max-height: 90px;
}

#circumstance .circumstance__icon .name {
  font-family: "新ゴ B";
  margin-top: 5px;
}

#circumstance .circumstance__list > li {
  padding: 40px 0;
}

#circumstance .circumstance__list > li + li {
  border-top: #cccccc solid 1px;
}

#circumstance .circumstance__list > li h4 {
  color: #7f992d;
  font-family: "新ゴ B";
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  text-align: center;
}

#circumstance .circumstance__list > li p {
	font-family: "新ゴ R";
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	text-align: justify;
}

#circumstance .circumstance__list--number {
  position: relative;
  padding-top: 80px;
}

#circumstance .circumstance__list--number > li {
  background-color: #ffffff;
  border: #99b53f solid 5px;
  padding: 0 30px 30px 30px;
  text-align: center;
}

#circumstance .circumstance__list--number > li + li {
  margin-top: 60px;
}

#circumstance .circumstance__list--number .number {
  background-color: #99b53f;
  width: 50px;
  height: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Futura, "Century Gothic", "Questrial", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  margin: 0 auto;
  transform: translateY(-50%);
}

#circumstance .circumstance__list--number .task {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff06d 60%, #fff06d 90%, transparent 90%);
  padding: 0 5px;
  margin-bottom: 10px;
}

#circumstance .circumstance__list--number .title {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
	color: #99b53f;
	font-weight: 600;
	font-family: "新ゴ B";
}

/*=======================
   problems
=======================*/
#problems .problems__heading {
  background-color: #99b53f;
  padding: 30px 0;
  text-align: center;
  font-size: calc(30px + 8 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  line-height: 1.45;
}

#problems .problems__heading--en {
  color: #d8ec97;
  font-family: Futura, "Century Gothic", "Questrial", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}

#problems .problems__heading--sub {
  margin-top: 10px;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

#problems .problems__inner {
  padding: 60px 30px;
}

#problems .problems__list {
  margin-bottom: 40px;
}

#problems .problems__list > li + li {
  margin-top: 40px;
}

#problems .problems__list > li > h4 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  margin-bottom: 20px;
}

#problems .problems__list > li > h4 span {
  background: linear-gradient(transparent 70%, #fff06d 70%);
}

#problems .problems__list > li > div {
  position: relative;
}

#problems .problems__list > li > div .number {
  position: absolute;
  left: 5px;
  top: 0;
  font-family: Futura, "Century Gothic", "Questrial", sans-serif;
  color: #99b53f;
  font-style: italic;
  font-size: calc(40px + 15 * (100vw - 320px) / 1600);
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

#problems .problems__list > li > div .number span {
  display: block;
  padding-top: 5px;
  border-top: #99b53f solid 2px;
  margin-top: 5px;
  font-style: normal;
  font-size: 0.875rem;
}

#problems .problems__list > li > div img {
  vertical-align: bottom;
}

#problems .problems__list > li > p {
	margin-top: 10px;
	font-family: "新ゴ R";
}

#problems .problems__text {
  font-size: calc(28px + 8 * (100vw - 320px) / 1600);
  color: #99b53f;
  font-family: "新ゴ B";
  text-align: center;
}

#problems .problems__text span {
  color: #333333;
}

/*=======================
   contact-group
=======================*/
.contact-group {
  background-color: #e0ded2;
  padding: 40px 30px;
}

.contact-group__inner {
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
}

.contact-group__heading {
  margin-bottom: 15px;
  line-height: 1.45;
}

.contact-group__heading h3 {
  font-family: "新ゴ B";
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

.contact-group__heading h3 span {
  color: #99b53f;
  background: linear-gradient(transparent 70%, #fff06d 70%);
}

.contact-group__heading p {
	font-size: 0.75rem;
	font-family: "新ゴ B";
}

.contact-group__tel {
  margin-bottom: 15px;
  line-height: 1.45;
}

.contact-group__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Futura, "Century Gothic", "Questrial", sans-serif;
  font-weight: 600;
  font-size: calc(30px + 12 * (100vw - 320px) / 1600);
}

.contact-group__tel a::before {
  content: "\e0cd";
  font-family: "Material Icons";
  color: #99b53f;
  display: inline-block;
  margin-right: 5px;
}

.contact-group__tel p {
  font-size: 0.75rem;
}

.contact-group__reception {
  font-family: "新ゴ B";
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
  line-height: 1.45;
}

.contact-group__reception span {
  color: #99b53f;
}

.contact-group__reception br {
  display: none;
}

.contact-group__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 15px;
  background-color: #99b53f;
  font-family: "新ゴ B";
  color: #ffffff;
}

.contact-group__btn::before {
  content: "\e0be";
  font-family: "Material Icons";
  color: #ffffff;
  margin-right: 5px;
  font-size: 1.25rem;
}

/*=======================
   flow
=======================*/
#flow {
  position: relative;
  padding-bottom: 150px;
}

#flow::before {
  content: "";
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: url(../../images/bg_flow.jpg) no-repeat center center/cover;
  z-index: -1;
}

#flow .flow__heading {
  background-color: #99b53f;
  padding: 30px 0;
  text-align: center;
  font-size: calc(28px + 4 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  line-height: 1.45;
  color: #ffffff;
}

#flow .flow__heading--sub {
  margin-top: 10px;
  color: #333333;
  display: block;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
}

#flow .flow__heading--sub span {
  background: linear-gradient(transparent 70%, #fff06d 70%);
}

#flow .flow__inner {
  padding: 80px 30px 0;
  position: relative;
}

#flow .flow__inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #99b53f transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#flow .flow__inner--bottom {
  padding: 0 30px 60px;
  position: relative;
}

#flow .flow__inner--bottom::before {
  content: "";
  background-color: #f8f7f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#flow .flow-list__heading {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  padding-left: 130px;
  position: relative;
  margin-bottom: 30px;
}

#flow .flow-list__heading span {
  background-color: #99b53f;
  display: inline-block;
  padding: 2px 30px;
  color: #ffffff;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#flow .flow__inner--bottom .flow-list__heading span {
  background-color: #ffffff;
  box-shadow: 0 0 0 5px #99b53f inset;
  color: #99b53f;
}

#flow .flow-list__item {
  position: relative;
  padding: 0 0 40px 0;
}

#flow .flow-list__item:last-of-type {
  padding-bottom: 70px;
}

#flow .flow__inner--bottom .flow-list__item:last-of-type {
  padding-bottom: 40px;
}

#flow .flow-list__item::before {
  content: "";
  position: absolute;
  width: 5px;
  background-color: #99b53f;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#flow .flow__inner--bottom .flow-list__item:first-of-type::before {
  top: -100px;
}

#flow .flow-list__item:first-of-type::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #99b53f;
  left: 7px;
  top: -10px;
  z-index: -1;
}

#flow .flow__inner--bottom .flow-list__item:first-of-type::after {
  display: none;
}

#flow .flow-list__item--top {
  padding: 0 0 0 75px;
  position: relative;
}

#flow .flow-list__item--top::before {
  content: "";
  background-color: transparent;
  background-image: radial-gradient(#99b53f 30%, transparent 30%);
  background-size: 10px 10px;
  height: 10px;
  width: 50px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

#flow .flow-list__item--top::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #99b53f;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#flow .flow-list__item--top h5 {
  color: #99b53f;
  font-family: "新ゴ B";
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  background: linear-gradient(transparent 60%, #fff06d 60%, #fff06d 90%, transparent 90%);
  display: inline-block;
  margin-bottom: 5px;
}

#flow .flow-list__item--top ul > li {
  text-indent: -1rem;
  padding-left: 1rem;
  font-family: "新ゴ B";
}

#flow .flow-list__item--bottom {
  padding: 0 0 0 75px;
  position: relative;
  margin-top: 20px;
}

#flow .flow-list__item--bottom > div {
  border-radius: 3px;
  border: #99b53f solid 2px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
}

#flow .flow-list__item--bottom > div h6 {
  font-family: "新ゴ B";
  margin-bottom: 5px;
}

#flow .flow-list__item--bottom > div p {
  font-family: "新ゴ R";
}

#flow .flow-list__item--bottom > div ul > li {
  text-indent: -1rem;
  padding-left: 1rem;
  font-family: "新ゴ R";
}

#flow .flow-list__item--bottom > div ul > li + li {
  margin-top: 5px;
}

#flow .flow-list__item--bottom > div .img {
  position: absolute;
  right: 0;
  top: -30px;
  width: 80px;
}

#flow .flow-list__item--bottom > div .img img {
  vertical-align: bottom;
}

#flow .flow__text {
  font-family: "新ゴ B";
  color: #99b53f;
  font-size: calc(26px + 8 * (100vw - 320px) / 1600);
  margin-top: 20px;
}

#flow .flow__text p {
  color: #333333;
  font-size: 1rem;
}

/*=======================
   solution
=======================*/
#solution .solution__heading {
  background-color: #99b53f;
  padding: 25px 10px 30px;
  text-align: center;
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  line-height: 1.45;
  color: #ffffff;
}

#solution .solution__heading--sub {
  margin-bottom: 10px;
  color: #333333;
  background-color: #fff06d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 2px 20px;
}

/*=======================
   summary
=======================*/
#summary {
  padding: 60px 30px;
}

#summary .summary__heading {
  font-family: "新ゴ B";
  margin-bottom: 30px;
  line-height: 1.45;
  text-align: center;
}

#summary .summary__heading--sub {
  margin-bottom: 10px;
  color: #333333;
  background-color: #fff06d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
}

#summary .summary__heading--sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff06d transparent transparent;
  position: absolute;
  left: 25px;
  bottom: -10px;
}

#summary .summary__heading--main h4 {
  font-size: calc(36px + 24 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

#summary .summary__heading--main h4 span {
  color: #99b53f;
}

#summary .summary__heading--main p {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.8;
}

#summary .summary__heading--main p span {
  color: #99b53f;
}

#summary .summary__swipe {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
}

#summary .summary__swipe-wrapper {
  position: relative;
}

#summary .summary__swipe-annotation {
  background-image: linear-gradient(#cccccc, #cccccc);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#summary .summary__swipe-annotation::before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #cccccc;
  transform: rotate(-45deg);
}

#summary .summary__swipe-annotation::after {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #cccccc;
  transform: rotate(45deg);
}

#summary .summary__swipe-annotation span {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}

#summary .summary__swipe img {
  min-width: 700px;
}

/*=======================
   point
=======================*/
#point {
  background-color: #f8f7f2;
}

#point .point__inner {
  padding: 60px 30px;
}

#point .point__heading {
  font-family: "新ゴ B";
  margin-bottom: 30px;
  line-height: 1.45;
  text-align: center;
}

#point .point__heading--sub {
  margin-bottom: 10px;
  color: #333333;
  background-color: #fff06d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
}

#point .point__heading--sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff06d transparent transparent;
  position: absolute;
  left: 25px;
  bottom: -10px;
}

#point .point__heading--main h4 {
  font-size: calc(36px + 24 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

#point .point__heading--main h4 span {
  color: #99b53f;
}

#point .point__heading--main p {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.8;
}

#point .point__heading--main p span {
  color: #99b53f;
}

#point .point__list > li {
  background-color: #ffffff;
  padding: 30px 20px;
}

#point .point__list > li > div:first-of-type h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-family: "新ゴ B";
  margin-bottom: 20px;
}

#point .point__list > li > div:first-of-type h5 span {
  font-family: Futura, "Century Gothic", "Questrial", sans-serif;
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: #99b53f;
  display: block;
}

#point .point__list > li > div:first-of-type p + p {
  margin-top: 15px;
}

#point .point__list > li > div:nth-of-type(2) {
  margin-top: 20px;
  text-align: center;
}

#point .point__list > li + li {
  margin-top: 40px;
}

#schedule {
  padding: 60px 30px;
}

#schedule .schedule__heading {
  font-family: "新ゴ B";
  margin-bottom: 30px;
  line-height: 1.45;
  text-align: center;
}

#schedule .schedule__heading--sub {
  margin-bottom: 10px;
  color: #333333;
  background-color: #fff06d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
}

#schedule .schedule__heading--sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff06d transparent transparent;
  position: absolute;
  left: 25px;
  bottom: -10px;
}

#schedule .schedule__heading--main h4 {
  font-size: calc(36px + 24 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

#schedule .schedule__heading--main h4 span {
  color: #99b53f;
}

#schedule .schedule__heading--main p {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.8;
}

#schedule .schedule__heading--main p span {
  color: #99b53f;
}

/*=======================
   exercise
=======================*/
#exercise {
  padding: 0 0 60px;
}

#exercise .exercise__heading {
  font-family: "新ゴ B";
  line-height: 1.45;
  color: #ffffff;
  text-align: center;
}

#exercise .exercise__heading-wrapper {
  background-color: #99b53f;
  padding: 25px 10px 30px;
}

#exercise .exercise__heading--sub {
  margin-bottom: 10px;
  color: #333333;
  background-color: #fff06d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
}

#exercise .exercise__heading--sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff06d transparent transparent;
  position: absolute;
  left: 25px;
  bottom: -10px;
}

#exercise .exercise__heading--main h3 {
  font-size: calc(36px + 24 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

#exercise .exercise__heading--main h3 span {
  color: #99b53f;
}

#exercise .exercise__heading--main p {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.8;
}

#exercise .exercise__heading--main p span {
  color: #99b53f;
}

#exercise .exercise__inner {
  padding: 60px 30px 0;
}

#exercise .exercise__text {
  font-family: "新ゴ B";
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 40px;
}

#exercise .exercise__text span {
  font-size: 1rem;
}

.comment {
  position: relative;
  font-family: "新ゴ B";
  font-size: calc(18px + 12 * (100vw - 320px) / 1600);
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
  line-height: 1.6;
  position: relative;
}

.comment::before {
  content: "";
  width: 5px;
  height: 90px;
  background-color: #99b53f;
  position: absolute;
  left: 50px;
  bottom: 0;
  transform: rotate(-25deg);
  transform-origin: bottom;
}

.comment::after {
  content: "";
  width: 5px;
  height: 90px;
  background-color: #99b53f;
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: rotate(25deg);
  transform-origin: bottom;
}

.comment span {
  font-size: calc(14px + 8 * (100vw - 320px) / 1600);
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  #main-visual .main-visual__inner {
    height: auto;
  }
  #circumstance .circumstance__icon > li {
    flex-basis: 25%;
    max-width: 25%;
  }
  #circumstance .circumstance__icon > li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  #circumstance .circumstance__icon > li::before {
    width: 160px;
    height: 160px;
  }
  #circumstance .circumstance__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #circumstance .circumstance__list > li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  #circumstance .circumstance__list > li:first-of-type {
    padding: 0 20px 0 0;
  }
  #circumstance .circumstance__list > li:nth-of-type(2) {
    padding: 0 20px;
  }
  #circumstance .circumstance__list > li:last-of-type {
    padding: 0 0 0 20px;
  }
  #circumstance .circumstance__list > li + li {
    padding: 0;
    border-left: #cccccc solid 1px;
    border-top: none;
  }
  #circumstance .circumstance__list--number {
    display: flex;
    justify-content: space-between;
  }
  #circumstance .circumstance__list--number > li {
    flex-basis: 29.16667%;
    max-width: 29.16667%;
  }
  #circumstance .circumstance__list--number > li + li {
    margin-top: 0;
  }
  #problems .problems__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 40px;
  }
  #problems .problems__list > li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 25px;
  }
  #problems .problems__list > li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  #problems .problems__list > li + li {
    margin-top: 0;
  }
  .contact-group__tel a::before {
    font-size: 1.5rem;
  }
  .contact-group__btn {
    height: 60px;
    padding: 0 15px;
  }
  .contact-group__btn::before {
    font-size: 1.5rem;
  }
  #summary .summary__heading {
    text-align: left;
  }
  #summary .summary__heading--main {
    display: flex;
    align-items: center;
  }
  #summary .summary__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #summary .summary__swipe-annotation {
    display: none;
  }
  #point .point__heading {
    text-align: left;
  }
  #point .point__heading--main {
    display: flex;
    align-items: center;
  }
  #point .point__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #point .point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #point .point__list > li {
    flex-basis: 48.33333%;
    max-width: 48.33333%;
  }
  #point .point__list > li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  #point .point__list > li + li {
    margin-top: 0;
  }
  #schedule .schedule__heading {
    text-align: left;
  }
  #schedule .schedule__heading--main {
    display: flex;
    align-items: center;
  }
  #schedule .schedule__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #exercise .exercise__heading-wrapper {
    padding: 25px 30px 30px;
  }
  #exercise .exercise__heading {
    text-align: left;
  }
  #exercise .exercise__heading--main {
    display: flex;
    align-items: center;
  }
  #exercise .exercise__heading--main h3 {
    margin: 0 50px 0 0;
  }
  .comment {
    padding: 0;
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .comment::before {
    transform: rotate(-45deg);
    left: 60px;
  }
  .comment::after {
    transform: rotate(45deg);
    right: 60px;
  }
}

@media screen and (min-width: 1025px) {
  #main-visual .main-visual__inner {
    max-width: 100rem;
    height: auto;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px 50px;
  }
  #main-visual .main-visual__inner > div:first-of-type {
    margin: 0 40px 0 0;
  }
  #main-visual .main-visual__heading {
    margin-bottom: 30px;
  }
  #main-visual .main-visual__lead-text {
    font-size: 1.125rem;
  }
  #circumstance {
    padding-top: 80px;
  }
  #circumstance .circumstance__heading {
    margin-bottom: 80px;
  }
  #circumstance .circumstance__inner {
    padding: 0;
    max-width: 85rem;
    margin: 0 auto;
  }
  #circumstance .circumstance__inner--bottom {
    padding: 0 0 75px;
  }
  #circumstance .circumstance__inner--bottom::before {
    border-width: 80px 285px 0 285px;
  }
  #circumstance .circumstance__icon {
    margin-bottom: 90px;
    margin: 0 -40px 110px;
  }
  #circumstance .circumstance__icon > li {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 40px;
  }
  #circumstance .circumstance__icon > li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  #circumstance .circumstance__icon > li::before {
    width: 220px;
    height: 220px;
  }
  #circumstance .circumstance__icon .img {
    height: 115px;
  }
  #circumstance .circumstance__icon .img img {
    max-height: none;
  }
  #circumstance .circumstance__icon .name {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  #circumstance .circumstance__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #circumstance .circumstance__list > li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  #circumstance .circumstance__list > li:first-of-type {
    padding: 0 40px 0 0;
  }
  #circumstance .circumstance__list > li:nth-of-type(2) {
    padding: 0 40px;
  }
  #circumstance .circumstance__list > li:last-of-type {
    padding: 0 0 0 40px;
  }
  #circumstance .circumstance__list > li + li {
    padding: 0;
    border-left: #cccccc solid 1px;
    border-top: none;
  }
  #circumstance .circumstance__list > li p {
    font-size: 1.125rem;
  }
  #circumstance .circumstance__list--number {
    display: flex;
    justify-content: space-between;
    max-width: 85rem;
    margin: 0 auto;
  }
  #circumstance .circumstance__list--number > li {
    flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 0 0 20px 0;
  }
  #circumstance .circumstance__list--number > li + li {
    margin-top: 0;
  }
  #problems .problems__heading--en {
    font-size: 1.125rem;
  }
  #problems .problems__heading--sub {
    font-size: 1.125rem;
  }
  #problems .problems__inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 75px 0 80px;
  }
  #problems .problems__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 60px;
  }
  #problems .problems__list > li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 25px;
  }
  #problems .problems__list > li:nth-of-type(n + 4) {
    margin-top: 50px;
  }
  #problems .problems__list > li + li {
    margin-top: 0;
  }
  .contact-group__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 70rem;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: left;
  }
  .contact-group__heading {
    margin: 0;
  }
  .contact-group__heading p {
    font-size: 0.875rem;
  }
  .contact-group__tel {
    margin: 0;
  }
  .contact-group__tel a::before {
    font-size: 1.875rem;
  }
  .contact-group__tel p {
    font-size: 0.875rem;
  }
  .contact-group__reception {
    margin: 0;
    text-align: center;
  }
  .contact-group__reception br {
    display: inline;
  }
  .contact-group__btn {
    transition: background-color 0.35s ease-in-out;
    height: 60px;
    padding: 0 15px;
    font-style: 1.125rem;
    width: 250px;
  }
  .contact-group__btn:hover {
    background-color: #647e15;
  }
  .contact-group__btn::before {
    font-size: 1.875rem;
  }
  #flow::before {
    height: 330px;
  }
  #flow .flow__inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 100px 0 0;
  }
  #flow .flow__inner::before {
    border-width: 40px 80px 0 80px;
  }
  #flow .flow__inner--bottom {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0 70px;
  }
  #flow .flow-list {
    max-width: 58.125rem;
    margin: 0 auto;
  }
  #flow .flow-list__heading {
    line-height: 2.75;
  }
  #flow .flow-list__item {
    display: flex;
  }
  #flow .flow-list__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #flow .flow-list__item::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #flow .flow-list__item:first-of-type::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #flow .flow-list__item--top {
    padding: 0 140px 0 0;
    flex-basis: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #flow .flow-list__item:nth-of-type(even) .flow-list__item--top {
    padding: 0 0 0 140px;
    justify-content: flex-start;
  }
  #flow .flow-list__item--top::before {
    width: 120px;
    left: auto;
    right: 0;
  }
  #flow .flow-list__item:nth-of-type(even) .flow-list__item--top::before {
    left: 0;
    right: auto;
  }
  #flow .flow-list__item--top::after {
    left: auto;
    right: -7px;
  }
  #flow .flow-list__item:nth-of-type(even) .flow-list__item--top::after {
    right: auto;
    left: -7px;
  }
  #flow .flow-list__item--top h5 {
    margin: 0 20px 0 0;
  }
  #flow .flow-list__item--bottom {
    padding: 0 0 0 140px;
    flex-basis: 50%;
  }
  #flow .flow-list__item:nth-of-type(even) .flow-list__item--bottom {
    padding: 0 140px 0 0;
  }
  #flow .flow-list__item--bottom > div .img {
    width: auto;
    top: auto;
    bottom: -2px;
    right: auto;
    left: -90px;
  }
  #flow .flow-list__item:nth-of-type(2) .flow-list__item--bottom > div .img {
    left: auto;
    right: -90px;
  }
  #flow .flow-list__item:nth-of-type(3) .flow-list__item--bottom > div .img {
    left: -110px;
  }
  #flow .flow-list__item:nth-of-type(4) .flow-list__item--bottom > div .img {
    left: auto;
    right: -90px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #flow
.flow__inner--bottom
.flow-list__item:first-of-type
.flow-list__item--bottom
> div
.img {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  #flow
.flow__inner--bottom
.flow-list__item:nth-of-type(2)
.flow-list__item--bottom
> div
.img {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -90px;
    bottom: auto;
  }
  #flow .flow__text {
    text-align: center;
  }
  #solution .solution__heading {
    padding: 45px 0 50px;
  }
  #solution .solution__heading--sub {
    font-size: 1.125rem;
    padding: 5px 40px;
  }
  #summary {
    max-width: 75rem;
    margin: 0 auto;
    padding: 90px 0 100px;
  }
  #summary .summary__heading {
    margin-bottom: 40px;
    text-align: left;
  }
  #summary .summary__heading--sub {
    font-size: 1.125rem;
  }
  #summary .summary__heading--main {
    display: flex;
    align-items: center;
  }
  #summary .summary__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #summary .summary__swipe-annotation {
    display: none;
  }
  #point .point__inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 90px 0 70px;
  }
  #point .point__heading {
    margin-bottom: 40px;
    text-align: left;
  }
  #point .point__heading--sub {
    font-size: 1.125rem;
  }
  #point .point__heading--main {
    display: flex;
    align-items: center;
  }
  #point .point__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #point .point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #point .point__list > li {
    flex-basis: 48.33333%;
    max-width: 48.33333%;
    padding: 40px;
  }
  #point .point__list > li:nth-of-type(-n + 2) {
    display: flex;
  }
  #point .point__list > li:nth-of-type(-n + 2) > div:first-of-type {
    flex-basis: 60%;
  }
  #point .point__list > li:nth-of-type(-n + 2) > div:nth-of-type(2) {
    flex-grow: 1;
    margin: 0 0 0 35px;
  }
  #point .point__list > li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  #point .point__list > li + li {
    margin-top: 0;
  }
  #schedule {
    max-width: 75rem;
    margin: 0 auto;
    padding: 70px 0 80px;
  }
  #schedule .schedule__heading {
    margin-bottom: 40px;
    text-align: left;
  }
  #schedule .schedule__heading--sub {
    font-size: 1.125rem;
  }
  #schedule .schedule__heading--main {
    display: flex;
    align-items: center;
  }
  #schedule .schedule__heading--main h4 {
    margin: 0 50px 0 0;
  }
  #exercise {
    padding-bottom: 170px;
  }
  #exercise .exercise__heading-wrapper {
    padding: 45px 0 50px;
  }
  #exercise .exercise__heading {
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
  }
  #exercise .exercise__heading--sub {
    font-size: 1.125rem;
  }
  #exercise .exercise__heading--main {
    display: flex;
    align-items: center;
  }
  #exercise .exercise__heading--main h3 {
    margin: 0 50px 0 0;
  }
  #exercise .exercise__inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  #exercise .exercise__text {
    margin-bottom: 70px;
  }
  #exercise .exercise__text span {
    font-size: 1.125rem;
  }
  .comment {
    padding: 0;
    max-width: 50rem;
    margin: 0 auto 30px;
  }
  .comment::before {
    transform: rotate(-45deg);
    left: 60px;
  }
  .comment::after {
    transform: rotate(45deg);
    right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  #main-visual .main-visual__inner {
    padding: 60px 0;
  }
}
