:root {
  --color-txt: #000;
  --color-gray-dark: #606060;
  --color-gray-light: #f0f0f0;
  --color-gray-light2: #fafbfb;
  --color-whitesmoke: #f5f5f5;
  --header-height-sp: 56px;
  --header-height-tab: 144px;
  --header-height-pc: 117px;
  --width-s: 900px;
  --width-m: 1320px;
}
path, line {
    stroke: #6d7278;
    stroke-width: 0.5px;
    stroke-dasharray: 400px;
    animation: svg 0s ease-in both forwards;
}

@keyframes svg {
    0% {
        fill: transparent;
        stroke-dashoffset: 400px;
    }
}
.c-heading02 {
  margin-bottom: 10px;
  color: var(--color-txt);
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 512px) {
  .c-heading02 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-heading02 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading02 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.c-heading03 {
  margin-bottom: 5px;
  color: var(--color-txt);
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 512px) {
  .c-heading03 {
    font-size: 24px;
  }
}

.c-txt {
  color: var(--color-txt);
  font-size: 16px;
  line-height: 1.8;
　text-align: justify;
}
@media screen and (min-width: 768px) {
.c-txt {
  color: var(--color-txt);
  font-size: 18px;
  line-height: 1.8;
	}
}
.c-caption {
  color: var(--color-txt);
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
.c-caption {
  color: var(--color-txt);
  font-size: 12px;
	}
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  padding: 2px 8px;
  background: var(--color-gray-dark);
  border-radius: 9999px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .c-btn {
	width: 75%;
    min-height: 50px;
	padding: 2px 0;
	margin-left: 12.5%;
    font-size: 18px;
    transition: 0.4s ease-out;
  }
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .outerForce-main {
    padding-top: var(--header-height-tab);
  }
}
@media screen and (min-width: 1020px) {
  .outerForce-main {
    padding-top: var(--header-height-pc);
  }
}
.outerForce-section01 {
  background: var(--color-gray-light2);
}

.outerForce-section01__txt {
  width: 100%;
  max-width: var(--width-s);
  margin: 0 auto;
  padding: 0 20px 1px;
  text-align: center;
}

.outerForce-section01__ttl {
  width: 70%;
  max-width: 480px;
  margin: -17px auto 10px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .outerForce-section01 {
    background: var(--color-gray-light2);
  }
  .outerForce-section01__img img {
    height: 800px;
    object-fit: cover;
  }
  .outerForce-section01__ttl {
    width: 100%;
    max-width: 674px;
    margin: -42px auto 20px;
  }
}
@media screen and (min-width: 1020px) {
  .outerForce-section01__img img {
    height: 1040px;
  }
}
@media print, screen and (min-width: 1140px) {
  .outerForce-section01__img img {
    height: 1100px;
  }
}
@media print, screen and (min-width: 1240px) {
  .outerForce-section01__img img {
    height: 1230px;
  }
}
.outerForce-section02 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
  background: linear-gradient(var(--color-gray-light2), var(--color-whitesmoke));
}

.outerForce-section02__img {
  order: 1;
  max-width: 1920px;
  margin: 0 auto;
}

.outerForce-section02__txt {
  order: 2;
  width: 100%;
  max-width: var(--width-s);
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
	.outerForce-section02__txt {
    position: relative;
    z-index: 1;
    margin: -80px auto 0;
  }
	.outerForce-section02__img img {
    height: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .outerForce-section02__txt {
    position: relative;
    z-index: 1;
    margin: -300px auto 0;
  }
 .outerForce-section02__img img {
    height: 1140px
  }
}
@media screen and (min-width: 1920px) {
  .outerForce-section02__img {
  order: 1;
  max-width: 2560px;
  margin: 120 auto 0;
  }
}
.outerForce-section03 {
  position: relative;
  background: var(--color-whitesmoke);
}

.outerForce-section03__img {
  max-width: var(--width-m);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.outerForce-section03__img {
  margin: -20px auto 0;
	}
}
@media screen and (min-width: 1025px) {
.outerForce-section03__img {
  margin: -150px auto 0;
	}
}
@media screen and (min-width: 1440px) {
.outerForce-section03__img {
  margin: 0px auto;
	}
}
.outerForce-section04 {
  padding: 40px 0;
  background: var(--color-whitesmoke);
}

.outerForce-section04__inner {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  max-width: var(--width-m);
  margin: 0 auto;
}

.outerForce-section04__txt01 {
  order: 1;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.outerForce-section04__txt02 {
  order: 2;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.outerForce-section04__txt03 {
  order: 4;
  width: 100%;
  padding: 20px;
}

.outerForce-section04__img {
  order: 3;
  width: 100%;
  margin: 0px -32px 16px 16px;
}
.outerForce-section04__img img {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .outerForce-section04 {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 1020px) {
  .outerForce-section04__txt01 {
    order: 1;
    width: 56%;
    padding: 0 20 0 20px;
	margin: 40px 0 0 40px;
  }
  .outerForce-section04__txt02 {
    order: 3;
	margin: 0px 0 0 40px;
  }
  .outerForce-section04__txt03 {
    order: 4;
	margin: 60px 0 0 40px;
  }
  .outerForce-section04__img {
    order: 2;
    width: auto;
    flex: 1;
    margin: 40px 20px;
	  
  }
  .outerForce-section04__img picture {
    display: block;
    margin-right: -100px;
  }
  .outerForce-section04__img img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .outerForce-section04__txt01 {
    order: 1;
    width: 65%;
  }
	.outerForce-section04__txt02 {
    order: 3;
	margin: -60px 0 0 40px;
  }
  .outerForce-section04__img {
    order: 2;
    width: auto;
    flex: 1;
    margin: 40px 0;
	  
  }
}
@media screen and (min-width: 1536px) {
  .outerForce-section04__img {
    order: 2;
    width: auto;
    flex: 1;
    margin: 20px -200px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .outerForce-section04__txt01 {
    order: 1;
    width: 65%;
  }
  .outerForce-section04__txt02 {
    order: 3;
	margin: -80px 0 0 40px;
  }
  .outerForce-section04__img {
    order: 2;
    width: auto;
    flex: 1;
    margin: 50px 0 0 200;
	  
  }
}
.outerForce-section05 {
  padding: 40px 0;
  background: linear-gradient(#ced2d6, #e2e4e6);
}

.outerForce-section05__txt {
  width: 100%;
  max-width: var(--width-s);
  margin: 0 auto;
  padding: 0 20px;
}

.outerForce-section05__img {
  width: 100%;
  max-width: var(--width-s);
  margin: 30px auto 0;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .outerForce-section05 {
    padding: 60px 0;
  }
	.outerForce-section05__img {
 	width: 100%;
  	max-width: var(--width-s);
  	margin: 0px auto;
  	padding: 0 120px;
}
}
.outerForce-section06 {
  padding: 20px 0;
  background: #858a8f;
  text-align: center;
}

.outerForce-section06__tab {
  display: table;
  margin: 0 auto 15px;
  background: #fff;
  border-radius: 9999px;
}
section06__body
.outerForce-section06__tabItem {
  display: table-cell;
  border: 1px solid #fff;
  border-radius: 9999px;
  transition: 0.4s ease-out;
  overflow: hidden;
}
.outerForce-section06__tabItem button {
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22px;
  padding: 0 12px;
  background: #9ba0a5;
  transition: 0.4s ease-out;
  color: var(--color-txt);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.outerForce-section06__tabItem.is-active button {
  background: #fff;
	color: #FF4291;
}
.outerForce-section06__tabItem small {
  font-size: 70%;
  font-weight: 400;
}

.outerForce-section06__body {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
}

.outerForce-section06__bodyItem {
  display: none;
  animation: fadeIn 0.8s ease-in-out;
}
.outerForce-section06__bodyItem.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .outerForce-section06 {
    padding: 60px 0;
  }
  .outerForce-section06__tab {
    margin: 0 auto 20px;
  }
  .outerForce-section06__tabItem button {
    height: 56px;
    padding: 0 30px;
    font-size: 24px;
  }
  .outerForce-section06__tabItem:not(.is-active) button:hover {
    opacity: 0.6;
  }
}
.outerForce-section07 {
  padding: 40px 0;
}

.outerForce-section07__inner {
  width: 100%;
  max-width: var(--width-m);
  margin: 0 auto;
}

.outerForce-section07__txt {
  padding: 0 20px;
  margin-bottom: 30px;
}

.outerForce-section07__img {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .outerForce-section07 {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1020px) {
  .outerForce-section07 {
    background: var(--color-whitesmoke);
  }
  .outerForce-section07__inner {
    display: flex;
    justify-content: space-between;
  }
  .outerForce-section07__txt {
    flex: 1;
    margin-left: 40px;
  }
  .outerForce-section07__img {
    width: 45%;
    max-width: 640px;
	margin-right: 40px
  }
}

.outerForce-section08 {
  padding: 40px 0;
  background: var(--color-whitesmoke);
}

.outerForce-section08__ttl {
  text-align: center;
}

.outerForce-section08__item {
  margin: 30px auto 0;
}

.outerForce-section08__img {
  margin: 0 5% 0 -5%;
}

.outerForce-section08__txt {
  margin-top: -80px;
  padding: 0 20px;
}

.outerForce-section08__itemLink {
  display: inline-block;
  margin-top: 5px;
  padding-left: 20px;
  background: url(../svg/arw_right.svg) no-repeat left center;
  background-size: 16px 16px;
  color: var(--color-txt);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  transition: 0.4s ease-out;
  cursor: pointer;
}
.outerForce-section08__itemLink:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .outerForce-section08 {
    padding: 60px 0;
  }
  .outerForce-section08__img {
    margin: 0;
  }
  .outerForce-section08__txt {
    margin-top: -80px;
	padding: 0 80px;
  }
  .outerForce-section08__itemLink {
    margin-top: 8px;
    padding-left: 24px;
    background-size: 18px 18px;
    font-size: 18px;
    transition: 0.4s ease-out;
  }
  .outerForce-section08__itemLink:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1020px) {
  .outerForce-section08__inner {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    width: 100%;
    max-width: var(--width-m);
    margin: 0 auto;
    padding: 0 60px;
  }
  .outerForce-section08__item {
    width: 30%;
  }
  .outerForce-section08__img {
    margin: 0 0 0 -15%;
    max-width: 448px;
  }
  .outerForce-section08__txt {
    margin-top: -40px;
	padding: 0;
  }
  .outerForce-section08__itemLink {
    margin-top: 8px;
    padding-left: 24px;
    font-size: 20px;
    transition: 0.4s ease-out;
  }
  .outerForce-section08__itemLink:hover {
    opacity: 0.6;
  }
}
.outerForce-section08__specBody {
  color: var(--color-txt);
  font-size: 16px;
  line-height: 1.7;
}
.outerForce-section08__specBody .label {
  font-weight: 700;
}
.outerForce-section08__specBody small {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .outerForce-section08__specBody {
    font-size: 16px;
  }
}

.outerForce-modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
}
.outerForce-modalOverlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.outerForce-modalContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
}
.outerForce-modalContent.is-visible {
  opacity: 1;
  visibility: visible;
}

.outerForce-modalClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../svg/btn_close.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .outerForce-modalContent {
    width: auto;
    min-width: 70%;
    padding: 40px;
  }
  .outerForce-modalClose {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .outerForce-modalContent {
    min-width: 60%;
  }
}
.outerForce-section09 {
  padding: 40px 0 0 0;
  background: var(--color-whitesmoke);
}

.outerForce-section09__txt {
  width: 100%;
  max-width: var(--width-s);
  margin: 0 auto;
  padding: 0 20px;
}

.outerForce-section09__img {
  width: 100%;
  max-width: var(--width-s);
  margin: 30px auto 0;
  padding: 0 4px;
}

@media screen and (min-width: 768px) {
  .outerForce-section09 {
    padding: 60px 0;
  }
}
.outerForce-section10 {
  padding: 40px 0;

}

.outerForce-section10__txt {
  width: 100%;
  max-width: var(--width-m);
  margin: 0 auto;
  padding: 0 20px;
}

.outerForce-section10__ttl {
  text-align: center;
}

.outerForce-section10__img {
  max-width: 1920px;
  margin: 0 auto;
}

.outerForce-section10__btn {
  width: 220px;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .outerForce-section10 {
    padding: 60px 0;
  }
  .outerForce-section10__ttl {
    text-align: left;
	margin-left: 20px;
  }
  .outerForce-section10__btn {
    width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .outerForce-section10__img {
  order: 1;
  max-width: 2560px;
  margin: 120 auto 0;
  }
}
.outerForce-btn {
  padding: 40px 0;
  background: var(--color-gray-light);
}

.outerForce-section11__txt {
  padding: 0 20px;
}

.outerForce-section11__img {
  margin: 30px auto 0;
}

.outerForce-section11__btn {
  margin: 30px auto 0;
}

.outerForce-section11__btnInner {
  display: table;
  margin: 0 auto;
  width: 290px;
}
.outerForce-section11__btnInner:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .outerForce-section11 {
    padding: 60px 0;
  }
  .outerForce-section11__btnInner {
    width: 500px;
  }
  .outerForce-section11__btnInner:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1020px) {
  .outerForce-section11__inner {
    width: 100%;
    max-width: var(--width-m);
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
  }
  .outerForce-section11__txt {
    float: left;
    width: 52%;
    margin-bottom: 40px;
  }
  .outerForce-section11__img {
    float: right;
    width: 47%;
    max-width: 600px;
    margin: 0;
    text-align: right;
  }
  .outerForce-section11__img img {
    margin: 0 0 0 auto;
  }
  .outerForce-section11__btn {
    float: left;
    width: 52%;
    margin: 0 20;
  }
}
.outerForce-snsBar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 70px;
}

.outerForce-snsBar__item {
  display: flex;
  align-items: center;
  min-width: 80px;
  min-height: 20px;
}

.is-scrollIn-left {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translate(-100%, 0);
}
.is-scrollIn-left.is-active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.is-scrollIn-right {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translate(100%, 0);
}
.is-scrollIn-right.is-active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.is-scrollIn-bottom {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translate(0, 100px);
}
.is-scrollIn-bottom.is-active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.u-hidden-Lg {
  display: inherit !important;
}
@media screen and (min-width: 1020px) {
  .u-hidden-Lg {
    display: none !important;
  }
}

.u-hidden-MdLg {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .u-hidden-MdLg {
    display: none !important;
  }
}

.u-hidden-SmMd {
  display: inherit !important;
}
@media screen and (min-width: 1020px) {
  .u-hidden-SmMd {
    display: none !important;
  }
}

.u-hidden-Sm {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-hidden-Sm {
    display: inherit !important;
  }
}

.u-indent {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.u-m12 {
  margin-top: 8px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-ml16 {
  margin-left: 16px;
}
