@import "https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap";

body {
  margin: 0;
  line-height: normal;
　background: #f1eee7;
}

:root {
  /* fonts */
  --font-noto-sans-jp: "Noto Sans JP";
  --font-roboto: Roboto;

  /* font sizes */
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.313rem;
  --font-size-9xl: 1.75rem;
  --font-size-21xl: 2.5rem;
  --font-size-5xl: 1.5rem;
  --font-size-13xl: 2rem;
  --font-size-8xl: 1.688rem;
  --font-size-26xl: 2.813rem;
  --font-size-71xl: 5.625rem;
  --font-size-54xl-5: 4.594rem;
  --font-size-231xl: 15.625rem;
  --font-size-13xl-3: 2.019rem;
  --font-size-lgi: 1.188rem;
  --font-size-7xl: 1.625rem;
  --font-size-lg: 1.125rem;
  --font-size-3xl: 1.375rem;
  --font-size-xl: 1.25rem;
  --font-size-base: 1rem;
  --font-size-17xl: 2.25rem;
  --font-size-32xl-9: 3.244rem;
  --font-size-10xl: 1.813rem;
  --font-size-15xl: 2.125rem;
  --font-size-11xl: 1.875rem;

  /* Colors */
  --color-white: #fff;
  --color-darkslategray-100: #333;
  --color-darkslategray-200: #323333;
  --color-chocolate-100: #dc6932;
  --color-black: #000;
  --color-deepskyblue: #04afd4;
  --color-gray-100: #1a1311;
  --color-gray-200: #040000;
  --color-orange: #fba63e;
  --color-darkorange: #eb821c;
  --color-mediumturquoise: #67cfcf;
  --color-lightseagreen: #02b2b2;

  /* Gaps */
  --gap-33xl: 3.25rem;
  --gap-xl: 1.25rem;
  --gap-22xl: 2.562rem;
  --gap-25xl: 2.75rem;
  --gap-lg: 1.125rem;

  /* Paddings */
  --padding-smi: 0.812rem;
  --padding-mid: 1.062rem;
  --padding-4xs: 0.562rem;
  --padding-lgi: 1.187rem;
  --padding-16xl: 2.187rem;
  --padding-30xl: 3.062rem;
  --padding-25xl: 2.75rem;
  --padding-103xl: 7.625rem;
  --padding-2xl: 1.312rem;
  --padding-15xl: 2.125rem;
  --padding-7xs: 0.375rem;
  --padding-3xs: 0.625rem;
  --padding-lg: 1.125rem;
  --padding-102xl: 7.562rem;
  --padding-3xl: 1.375rem;
  --padding-33xl: 3.25rem;
  --padding-xl: 1.25rem;
  --padding-5xs: 0.5rem;
  --padding-13xl: 2rem;
  --padding-46xl: 4.062rem;
  --padding-9xl: 1.75rem;
  --padding-10xs: 0.187rem;
  --padding-8xs: 0.312rem;
  --padding-12xs: 0.062rem;
  --padding-18xl: 2.312rem;
  --padding-10xl: 1.812rem;
  --padding-19xl: 2.375rem;
}

@media (max-width: 767px){
:root {
  /* font sizes */
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.313rem;
  --font-size-9xl: 1rem;
  --font-size-21xl: 1.2rem;
  --font-size-5xl: 1rem;
  --font-size-13xl: 2rem;
  --font-size-8xl: 1.688rem;
  --font-size-26xl: 2.813rem;
  --font-size-71xl: 8vw;
  --font-size-54xl-5: 8vw;
  --font-size-231xl: 25vw;
  --font-size-13xl-3: .7rem;
  --font-size-lgi: 1.188rem;
  --font-size-7xl: 1rem;
  --font-size-lg: .9rem;
  --font-size-3xl: 1.375rem;
  --font-size-xl: .9rem;
  --font-size-base: 1rem;
  --font-size-17xl: 1.5rem;
  --font-size-32xl-9: 3.244rem;
  --font-size-10xl: 1.813rem;
  --font-size-15xl: 2.125rem;
  --font-size-11xl: 1.875rem;
	}
}

@media (max-width: 1400px){
	body {
		width: 1400px;
		overflow-x: scroll;
	}
}

section {
  padding: 0;
}

header {
	padding: 1rem !important;
	z-index: 2;
	position: relative;
	background: #f1eee7;
	height: auto !important;
	
}
.icon,
.icon1 {
  position: absolute;
  height: 70.38%;
  width: 100%;
  top: 2.33%;
  right: 0;
  bottom: 27.28%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.icon1 {
  height: 29.5%;
  top: 27.33%;
  bottom: 43.17%;
  z-index: 1;
}
.b,
.icon2 {
  position: relative;
}
.icon2 {
  height: 3.813rem;
  width: 32.813rem;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.b {
  letter-spacing: 6.47px;
  line-height: 2.425rem;
  z-index: 1;
}

@media (max-width: 767px){
	.b {
		line-height: 1;
		letter-spacing: 4px;
		margin: 0 auto;
	}
}


.div,
.registration-cost {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  max-width: 100%;
}
.div {
  flex: 1;
  padding: var(--padding-4xs) var(--padding-lgi) var(--padding-smi);
  background-image: url(./public/2@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}
.registration-cost {
  width: 38.063rem;
  padding: 0 2.625rem;
}
.b1 {
  font-size: var(--font-size-231xl);
  font-family: var(--font-roboto);
  color: var(--color-deepskyblue);
  margin-right: 1rem;
}

  @media (max-width: 767px){
  .b1 {
  margin-right: 0;
  letter-spacing: 0.05em;
}
}

.span {
  font-weight: 900;
}
.p {
  margin: 0;
}
.span1 {
  font-weight: 900;
}
.p1 {
  margin: 0;
  font-size: var(--font-size-71xl);
  line-height: 1;
}
.div1 {
  align-self: stretch;
  height: 15.438rem;
  position: relative;
  letter-spacing: 25px;
  line-height: 6.25rem;
  display: inline-block;
  z-index: 2;
  margin-top: -2.125rem;
  font-size: var(--font-size-54xl-5);
  color: var(--color-deepskyblue);
}
.registration-cost-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
}
.p2,
.p3 {
  margin: 0;
}
.div2 {
  height: 7.625rem;
  position: relative;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  display: inline-block;
  z-index: 1;
}
.wise-choice {
  width: 45rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-9xl);
  box-sizing: border-box;
  max-width: 100%;
  font-size: var(--font-size-21xl);
  color: var(--color-black);
}
.icon3,
.icon4 {
  position: absolute;
}
.icon3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon4 {
  top: 37rem;
  left: 77.5rem;
  width: 2.75rem;
  height: 3.438rem;
}
.icon4,
.icon5,
.icon6 {
  object-fit: cover;
  z-index: 1;
}
.icon5 {
  position: absolute;
  top: 37rem;
  left: 24.688rem;
  width: 2.75rem;
  height: 3.438rem;
}
.icon6 {
  width: 30.5rem;
  height: 25.5rem;
}
.parent {
  position: absolute;
}
.icon7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.125rem;
  height: 15.25rem;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 767px){
	.icon7 {
		width: 100%;
		height: auto;
	}
}


.parent {
  width: 105rem;
  height: 100%;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
}
.icon8 {
  height: 8.813rem;
  width: 43.188rem;
  position: relative;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.b2,
.icon9 {
  position: relative;
  z-index: 1;
}
.b2 {
  letter-spacing: 4.2px;
  line-height: 3.838rem;
}
.icon9 {
  width: 1.188rem;
  height: 1.375rem;
  object-fit: cover;
}
.box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-2xl) 0 0;
}
.box {
  flex-direction: row;
  padding: var(--padding-16xl) var(--padding-30xl) var(--padding-25xl)
    var(--padding-103xl);
  box-sizing: border-box;
  gap: var(--gap-33xl);
  background-image: url(./public/3@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 1;
}
.div3 {
  flex: 1;
  position: relative;
  letter-spacing: 5.6px;
  line-height: 2.1rem;
  font-weight: 900;
  z-index: 1;
  text-align: center;
}
.container {
  width: 100%rem;
  padding: 0 6.75rem 0 6.687rem;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  color: var(--color-orange);
	margin: 0 auto;
}
.application-form,
.application-form-wrapper {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.application-form {
  flex-direction: column;
  align-items: flex-end;
  gap: 2.875rem;
}
.application-form-wrapper {
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-5xs);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-9xl);
  color: var(--color-white);
}
.icon10 {
  z-index: 1;
}

.icon10 {
  top: 1077.375rem;
  left: 15rem;
  width: 75rem;
  height: 163.125rem;
  object-fit: cover;
}
.icon11,
.q {
  position: relative;
}
.icon11 {
  height: 6.25rem;
  width: 50rem;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}
.q {
  width: 2.313rem;
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 1;
}
.service-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.b3 {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5rem;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}
.feature-list {
  width: 39.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 99px);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.empty-list-icon {
  width: 1.688rem;
  height: 0.938rem;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.empty-list-wrapper,
.q- {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
}
.q- {
  position: absolute;
  top: 1219.75rem;
  left: 27.625rem;
  overflow-x: auto;
  flex-direction: row;
  padding: var(--padding-18xl) var(--padding-10xl) var(--padding-19xl)
    var(--padding-15xl);
  box-sizing: border-box;
  gap: var(--gap-lg);
  background-image: url(./public/5@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 2;
  color: var(--color-mediumturquoise);
  font-family: var(--font-roboto);
}
.icon12,
.q1 {
  position: relative;
}
.icon12 {
  height: 6.25rem;
  width: 50rem;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}
.q1 {
  width: 2.313rem;
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 1;
}
.q-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.b4 {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5rem;
  z-index: 1;
}
.frame {
  width: 39.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 99px);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.icon13 {
  width: 1.688rem;
  height: 0.938rem;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.frame-div,
.q-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
}
.q-1 {
  position: absolute;
  top: 1212.875rem;
  left: 27.625rem;
  overflow-x: auto;
  flex-direction: row;
  padding: var(--padding-18xl) var(--padding-10xl) var(--padding-19xl)
    var(--padding-15xl);
  box-sizing: border-box;
  gap: var(--gap-lg);
  background-image: url(./public/5@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 2;
  color: var(--color-mediumturquoise);
  font-family: var(--font-roboto);
}
.icon14,
.q2 {
  position: relative;
}
.icon14 {
  height: 6.25rem;
  width: 50rem;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}
.q2 {
  width: 2.313rem;
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 1;
}
.q-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.b5 {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5rem;
  z-index: 1;
}
.wrapper1 {
  width: 39.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 99px);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.icon15 {
  width: 1.688rem;
  height: 0.938rem;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.q-2,
.wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
}
.q-2 {
  position: absolute;
  top: 1206rem;
  left: 27.625rem;
  overflow-x: auto;
  flex-direction: row;
  padding: var(--padding-18xl) var(--padding-10xl) var(--padding-19xl)
    var(--padding-15xl);
  box-sizing: border-box;
  gap: var(--gap-lg);
  background-image: url(./public/5@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 2;
  color: var(--color-mediumturquoise);
  font-family: var(--font-roboto);
}
.icon16,
.q3 {
  position: relative;
}
.icon16 {
  height: 6.25rem;
  width: 50rem;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}
.q3 {
  width: 2.313rem;
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 1;
}
.q-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.b6 {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5rem;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}
.wrapper3 {
  width: 39.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 99px);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.icon17 {
  width: 1.688rem;
  height: 0.938rem;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.wrapper4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
}
.icon18,
.q-3 {
  position: absolute;
  max-width: 100%;
}
.q-3 {
  top: 1199.125rem;
  left: 27.625rem;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-18xl) var(--padding-10xl) var(--padding-19xl)
    var(--padding-15xl);
  box-sizing: border-box;
  gap: var(--gap-lg);
  background-image: url(./public/5@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 2;
  color: var(--color-mediumturquoise);
  font-family: var(--font-roboto);
}
.icon18 {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.span2 {
  color: var(--color-lightseagreen);
}
.p4 {
  margin: 0;
}
.blank-line1 {
  color: var(--color-black);
}
.blank-line {
  margin: 0;
}
.span3 {
  color: var(--color-black);
}
.p5 {
  margin: 0;
}
.blank-line3 {
  color: var(--color-black);
}
.blank-line2 {
  margin: 0;
}
.span4 {
  color: var(--color-black);
}
.span5 {
  text-decoration: underline;
  color: var(--color-lightseagreen);
}
.p6 {
  margin: 0;
}
.div4 {
  top: 13.19%;
  left: 10.88%;
  letter-spacing: 2.8px;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  width: 41.219rem;
}
.a,
.a-,
.div4 {
  position: absolute;
}
.a {
  top: 13.92%;
  left: 4.25%;
  font-size: var(--font-size-21xl);
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  font-family: var(--font-roboto);
  text-align: center;
  min-width: 2.188rem;
}
.a- {
  top: 1198.563rem;
  left: 27.625rem;
  width: 50rem;
  height: 17.063rem;
  display: none;
  text-align: left;
  font-size: 0.875rem;
  color: var(--color-mediumturquoise);
}
.icon19,
.q4 {
  position: relative;
}
.icon19 {
  height: 6.25rem;
  width: 50rem;
  flex-shrink: 0;
  object-fit: cover;
  display: none;
}
.q4 {
  width: 2.313rem;
  letter-spacing: 8px;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 1;
}
.q-wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.b7 {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5rem;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}
.wrapper5 {
  width: 39.625rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 103px);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.icon20 {
  width: 1.688rem;
  height: 0.938rem;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.q-4,
.wrapper6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
}
.q-4 {
  position: absolute;
  top: 1192.25rem;
  left: 27.625rem;
  overflow-x: auto;
  flex-direction: row;
  padding: var(--padding-18xl) var(--padding-10xl) var(--padding-19xl)
    var(--padding-15xl);
  box-sizing: border-box;
  gap: var(--gap-xl);
  background-image: url(./public/5@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 2;
  color: var(--color-mediumturquoise);
  font-family: var(--font-roboto);
}
.icon21 {
  top: 1188.313rem;
  left: 49.625rem;
  width: 5.625rem;
  height: 0.25rem;
  object-fit: cover;
  z-index: 2;
}
.b8,
.flow-icon,
.icon21 {
  position: absolute;
}
.b8 {
  top: 1184.5rem;
  left: 46.125rem;
  font-size: var(--font-size-11xl);
  letter-spacing: 6px;
  line-height: 1.5rem;
  display: inline-block;
  color: var(--color-darkorange);
  width: 13.188rem;
  height: 1.5rem;
  white-space: nowrap;
  z-index: 2;
}
.flow-icon {
  top: 1143.438rem;
  left: 20.125rem;
  width: 65rem;
  height: 72.813rem;
  object-fit: cover;
  display: none;
}
.div5 {
  font-size: var(--font-size-lg);
  letter-spacing: 3.6px;
  line-height: 1.875rem;
  font-weight: 900;
  color: var(--color-darkslategray-100);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 50rem;
  max-height: 5rem;
  word-break: break-word;
  z-index: 2;
  margin:  0 auto 4rem;
}

@media (max-width: 767px){
	.div5 {
		width: 100%;
		display:block;
		max-height: none;
	}
}


.icon22 {
  top: 1143.125rem;
  left: 26.938rem;
  width: 50rem;
  height: 27.813rem;
  object-fit: cover;
}
.b9,
.icon22,
.icon23 {
  position: absolute;
  z-index: 2;
}
.icon23 {
  top: 1139.125rem;
  left: 49.625rem;
  width: 5.625rem;
  height: 0.25rem;
  object-fit: cover;
}
.b9 {
  top: 1135.313rem;
  left: 41.625rem;
  font-size: var(--font-size-11xl);
  letter-spacing: 6px;
  line-height: 1.5rem;
  display: inline-block;
  color: var(--color-darkorange);
  width: 22.5rem;
  height: 1.5rem;
  white-space: nowrap;
}
.div7 {
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.35rem;
  font-weight: 900;
	word-break: keep-all;
}
.eligibility-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-lg) 0 0;
}
.div8 {
  width: 47.206rem;
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.875rem;
  font-weight: 900;
  color: var(--color-darkslategray-100);
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  max-height: 3.75rem;
  word-break: break-word;
  max-width: 100%;
}
.eligibility-table {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 var(--padding-8xs);
  box-sizing: border-box;
  gap: var(--gap-xl);
}
.div6,
.eligibility-table,
.icon24 {
  align-self: stretch;
  max-width: 100%;
}
.icon24 {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.div6 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs) 0 0;
  box-sizing: border-box;
  gap: var(--gap-25xl);
}
.div10 {
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.35rem;
  font-weight: 900;
  display: inline-block;
  min-width: 5.5rem;
}
.wrapper7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-12xs) 0 0;
}
.div11 {
  width: 47.269rem;
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.875rem;
  font-weight: 900;
  color: var(--color-darkslategray-100);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 100%;
}
.frame-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 var(--padding-8xs);
  box-sizing: border-box;
  gap: var(--gap-xl);
}
.div9,
.frame-parent,
.icon25 {
  align-self: stretch;
  max-width: 100%;
}
.icon25 {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.div9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs) 0 0;
  box-sizing: border-box;
  gap: var(--gap-25xl);
}
.div13 {
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.35rem;
  font-weight: 900;
  white-space: nowrap;
}
.wrapper8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-mid) 0 0;
}
.p7,
.p8 {
  margin: 0;
}
.div14 {
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.875rem;
  font-weight: 900;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  color: var(--color-darkslategray-100);
}
.frame-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-8xs);
  box-sizing: border-box;
  gap: 4rem;
  max-width: 100%;
}
.icon26 {
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.div12,
.wrapper9 {
  align-self: stretch;
  display: flex;
  max-width: 100%;
}
.wrapper9 {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs) 0 0;
  box-sizing: border-box;
}
.div12 {
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-22xl);
}
.div16 {
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.35rem;
  font-weight: 900;
}
.wrapper10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-mid) 0 0;
}
.div17 {
  width: 47.394rem;
  position: relative;
  letter-spacing: 3.6px;
  line-height: 1.875rem;
  font-weight: 900;
  color: var(--color-darkslategray-100);
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  max-height: 3.75rem;
  word-break: break-word;
  max-width: 100%;
}
.frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 var(--padding-8xs);
  box-sizing: border-box;
  max-width: 100%;
  gap: var(--gap-xl);
}
.icon27 {
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.div15,
.wrapper11 {
  align-self: stretch;
  display: flex;
  max-width: 100%;
}
.wrapper11 {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-10xs) 0 0;
  box-sizing: border-box;
}
.div15 {
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-22xl);
}
.section1,
.ui-icon {
  position: absolute;
  z-index: 2;
}
.section1 {
  top: 1095.688rem;
  left: 20.063rem;
  width: 65.206rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.043rem;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-lg);
  color: var(--color-orange);
  font-family: var(--font-noto-sans-jp);
}
.ui-icon {
  top: 1049.763rem;
  left: 23.613rem;
  width: 57.775rem;
  height: 36.406rem;
  object-fit: cover;
}
.div18,
.icon28 {
  position: relative;
}
.icon28 {
  height: 6.25rem;
  width: 42.438rem;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.div18 {
  font-size: var(--font-size-21xl);
  letter-spacing: 8px;
  line-height: 3rem;
  font-weight: 900;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-darkslategray-100);
  z-index: 1;
  background: #fbde19;
  border-radius: 20px;
  width: 50%;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 2%;
}

@media (max-width: 767px){
	.div18  {
		width: 86%;
	}
}


.button,
.icon29 {
  position: absolute;
}
.button {
  cursor: pointer;
  border: 0;
  padding: 1.5rem 9.062rem var(--padding-9xl) 9.5rem;
  background-color: transparent;
  top: 1084.25rem;
  left: 31.313rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  background-image: url(./public/6@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  z-index: 3;
}
.icon29 {
  top: 1000rem;
  left: 14.813rem;
  width: 79rem;
  height: 43.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon30,
.icon31 {
  top: 993.563rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
}
.icon30 {
  position: absolute;
  left: 67.688rem;
  z-index: 2;
}
.icon31 {
  left: 37.125rem;
}
.div19,
.icon31,
.icon32 {
  position: absolute;
  z-index: 2;
}
.div19 {
  top: 992.875rem;
  left: 50rem;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  display: inline-block;
  width: 9.063rem;
  height: 3.813rem;
}
.icon32 {
  top: 960.813rem;
  left: 18.75rem;
  width: 67.5rem;
  height: 26.25rem;
  object-fit: cover;
}
.icon33 {
  top: 953.313rem;
  left: 67.688rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
}
.div20,
.icon33,
.icon34 {
  position: absolute;
  z-index: 2;
}
.icon34 {
  top: 953.313rem;
  left: 37.125rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
}
.div20 {
  top: 952.625rem;
  left: 47rem;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  display: inline-block;
  width: 15.063rem;
  height: 3.813rem;
  white-space: nowrap;
}
.icon35,
.icon36,
.icon37 {
  position: absolute;
  top: 916.188rem;
  left: 19.625rem;
  width: 68.375rem;
  height: 27.125rem;
  object-fit: cover;
  z-index: 2;
}
.icon36,
.icon37 {
  top: 907.688rem;
  left: 87.125rem;
  width: 2.75rem;
  height: 3.438rem;
}
.icon37 {
  left: 15.125rem;
}
.p10,
.p9 {
  margin: 0;
}
.div21 {
  position: absolute;
  top: 903.188rem;
  left: 26.063rem;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  z-index: 2;
}
.fax1,
.p11 {
  margin: 0;
}
.fax {
  position: absolute;
  top: 891.688rem;
  left: 18.5rem;
  font-size: var(--font-size-base);
  letter-spacing: 3.2px;
  line-height: 1.875rem;
  font-weight: 900;
  font-family: var(--font-noto-sans-jp);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 67.438rem;
  max-height: 6.769rem;
  word-break: break-word;
  z-index: 2;
  color: var(--color-black);
}
.icon38 {
  position: absolute;
  top: 839.813rem;
  left: 18.25rem;
  width: 68.5rem;
  height: 48.375rem;
  object-fit: cover;
  z-index: 2;
}

.icon39,
.icon40 {
  position: absolute;
  top: 1.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon40 {
  left: 0rem;
	right: auto;
}

.p12,
.p13 {
  margin: 0;
}
.icon41 {
  position: absolute;
  z-index: 2;
}
.div22 {
	position: relative;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
	width: 54%;
	margin: 0 auto;
}

.icon41 {
  top: 777.813rem;
  left: 26.75rem;
  width: 51.5rem;
  height: 41.625rem;
  object-fit: cover;
}
.icon42 {
  top: 773.688rem;
  left: 49.5rem;
  width: 5.625rem;
  height: 0.25rem;
  object-fit: cover;
}
.icon42,
.icon43 {
  position: absolute;
  z-index: 2;
}
.b10 {
  font-size: var(--font-size-11xl);
  letter-spacing: 6px;
  line-height: 1.5rem;
  display: inline-block;
  color: var(--color-darkorange);
  width: 22.5rem;
  height: 1.5rem;
  white-space: nowrap;
}
.icon43 {
  top: 702.125rem;
  left: 19.938rem;
  width: 65rem;
  height: 61.375rem;
  object-fit: cover;
}
.icon44 {
  width: 46.875rem;
  bottom: 1.469rem;
}
.icon44,
.icon45,
.icon46 {
  height: 1.5rem;
  position: absolute;
  margin: 0 !important;
  left: 0;
  object-fit: cover;
  z-index: 2;
}
.icon45 {
  width: 62.625rem;
  bottom: 4.781rem;
}
.icon46 {
  width: 18.063rem;
  top: 4.125rem;
}
.p14 {
  margin: 0;
}
.span6 {
  font-weight: 500;
}
.p15 {
  margin: 0;
}
.blank-line5 {
  font-weight: 500;
}
.blank-line4 {
  margin: 0;
}
.span7 {
  font-weight: 500;
}
.p16 {
  margin: 0;
}
.span8 {
  font-weight: 500;
}
.p17 {
  margin: 0;
}
.blank-line7 {
  font-weight: 500;
}
.blank-line6,
.p18 {
  margin: 0;
}
.div23 {
  position: relative;
  letter-spacing: 5.6px;
  line-height: 3.125rem;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  z-index: 3;
  text-align: left;
  font-size: var(--font-size-9xl);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
  width: 64.5rem;
  margin: 0 auto 4rem;
}

.div23 p {
	margin-top: 2rem;
}

.div23 p:first-child {
	margin: 0;
}


@media (max-width: 767px){
	.div23 {
		width: 100%;
	}
}



.postal-service-highlight {
  position: absolute;
  top: 668.438rem;
  left: 20.188rem;
  width: 64.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-9xl);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}
.icon47,
.icon48 {
  position: absolute;
  top: 1.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon48 {
  left: 0rem;
	right: auto;
}
.div24 {
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  display: inline-block;
  width: 67rem;
  height: 3.813rem;
  white-space: nowrap;
	position: relative;
}
.icon49,
.icon50,
.icon51 {
  position: absolute;
  top: 629.125rem;
  left: -2.375rem;
  width: 110.813rem;
  height: 23.75rem;
  object-fit: cover;
  z-index: 2;
}
.icon50,
.icon51 {
  top: 613rem;
  left: 33.938rem;
  width: 37.5rem;
  height: 9.875rem;
}
.icon51 {
  top: 594.188rem;
  left: 15rem;
  width: 75.063rem;
  height: 15.063rem;
}
.p19,
.p20 {
  margin: 0;
}
.section2 {
  top: 586.125rem;
  left: 20.5rem;
  font-size: var(--font-size-9xl);
  letter-spacing: 5.6px;
  line-height: 3.125rem;
  font-weight: 500;
  font-family: var(--font-noto-sans-jp);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 64.5rem;
  color: var(--color-black);
}

.section2,
.section3 {
  position: absolute;
  z-index: 2;
}
.div25 {
  letter-spacing: 8px;
  line-height: 3rem;
  font-weight: 900;
  color: var(--color-orange);
  display: block;
  width: 39.063rem;
  height: 3rem;
  white-space: nowrap;
  margin: 0 auto 2rem;
}

@media (max-width: 767px){
	.div25 {
	  width: 100%;
	  height: auto;
	  white-space: break-spaces;
	  margin: 0 auto 2rem;
	  font-size: 1.6rem;
	}
}

.section3 {
  top: 568.125rem;
  left: 20.5rem;
  font-size: var(--font-size-9xl);
  letter-spacing: 5.6px;
  line-height: 3.125rem;
  font-weight: 500;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-black);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 64.5rem;
  max-height: 6.25rem;
  word-break: break-word;
}
.child,
.icon52 {
  object-fit: cover;
}
.icon52 {
  position: absolute;
  top: 521rem;
  left: 0;
  width: 105rem;
  height: 31.375rem;
  z-index: 2;
}
.child {
  margin: 0 !important;
  right: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.child,
.rectangle-26-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b11,
.b12,
.b13,
.b14,
.b15,
.b16,
.b17,
.b18 {
  position: absolute;
  top: 2.422rem;
  left: 9.638rem;
  line-height: 2.563rem;
  display: inline-block;
  width: 2.913rem;
  height: 3.119rem;
  transform: rotate(-19.2deg);
  transform-origin: 0 0;
  z-index: 1;
}
.b12,
.b13,
.b14,
.b15,
.b16,
.b17,
.b18 {
  top: 1.508rem;
  left: 12.481rem;
  width: 2.469rem;
  height: 2.788rem;
  transform: rotate(-6.6deg);
  z-index: 2;
}
.b13,
.b14,
.b15,
.b16,
.b17,
.b18 {
  top: 1.275rem;
  left: 15.442rem;
  width: 2.431rem;
  height: 2.763rem;
  transform: rotate(5.7deg);
}
.b14,
.b15,
.b16,
.b17,
.b18 {
  top: 1.606rem;
  left: 18.389rem;
  width: 2.881rem;
  height: 3.1rem;
  transform: rotate(18.2deg);
  z-index: 3;
}
.b15,
.b16,
.b17,
.b18 {
  top: 8.378rem;
  left: 26.806rem;
  font-size: var(--font-size-lg);
  line-height: 1.313rem;
  width: 1.438rem;
  height: 1.556rem;
  transform: rotate(66.5deg);
}
.b16,
.b17,
.b18 {
  top: 9.761rem;
  left: 27.406rem;
  width: 1.344rem;
  height: 1.456rem;
  transform: rotate(73.1deg);
  z-index: 4;
}
.b17,
.b18 {
  top: 10.862rem;
  left: 27.294rem;
  width: 1.556rem;
  height: 1.338rem;
  transform: rotate(79.8deg);
  z-index: 3;
}
.b18 {
  top: 12.244rem;
  left: 27.491rem;
  width: 1.444rem;
  height: 1.206rem;
  transform: rotate(86.4deg);
}
.rectangle-27-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.empty-label,
.empty-label-two {
  position: absolute;
  font-family: var(--font-roboto);
  color: var(--color-gray-100);
  display: inline-block;
}
.empty-label {
  top: 6.938rem;
  left: 9.5rem;
  font-size: 8.5rem;
  letter-spacing: 1.36px;
  line-height: 10.188rem;
  width: 9.938rem;
  height: 10.188rem;
  white-space: nowrap;
  z-index: 2;
}
.empty-label-two {
  margin: 0;
  top: 11.125rem;
  left: 18.375rem;
  font-size: 4.125rem;
  line-height: 4.938rem;
  font-weight: 700;
  width: 3.125rem;
  height: 4.938rem;
  min-width: 3.125rem;
  z-index: 6;
}
.group {
  overflow: hidden;
  z-index: 5;
}
.group,
.second-bar-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-bar-container-wrapper {
  height: 17.35rem;
  flex: 1;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  z-index: 2;
}
.div26 {
  position: absolute;
  top: 549.5rem;
  left: 37.881rem;
  width: 30.006rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  font-size: var(--font-size-15xl);
  color: var(--color-white);
}
.icon53,
.icon54 {
  position: absolute;
  top: 1.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon54 {
  left: 0rem;
	right: auto;
}
.div27 {
position: relative;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  display: inline-block;
  width: 60.063rem;
  height: 3.813rem;
  white-space: nowrap;
}
.b19,
.icon55,
.icon56 {
  position: relative;
  max-width: 100%;
}
.icon55 {
  width: 105rem;
  height: 70.813rem;
  display: none;
}
.b19,
.icon56 {
  overflow: hidden;
  flex-shrink: 0;
}
.icon56 {
  align-self: stretch;
  height: 11.938rem;
  object-fit: cover;
  z-index: 3;
}
.b19 {
  width: 50rem;
  letter-spacing: 5.6px;
  line-height: 3.125rem;
  display: -webkit-inline-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 9.375rem;
  word-break: break-word;
  z-index: 1;
  color: #fff;
  margin:  0 auto 4rem;
}

@media (max-width: 767px){
	.b19 {
	  width: 100%;
	  line-height: 1.8rem;
	  display: block;
		margin: 2rem auto;
	}
}


.icon57,
.wrapper12 {
  align-self: stretch;
  max-width: 100%;
}
.wrapper12 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8.125rem;
  box-sizing: border-box;
  font-size: var(--font-size-5xl);
  text-align: left;
}

@media (max-width: 767px){
	.wrapper12 {
		display: block;
		padding: 0;
		
	}
}


.icon57 {
  height: 21.688rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
  z-index: 1;
}
.survey-container,
.survey-results {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.survey-container {
  flex: 1;
  flex-direction: column;
  gap: 3.125rem;
}
.survey-results {
  align-self: stretch;
  flex-direction: row;
  padding: 0 4.5rem 0 4.25rem;
  box-sizing: border-box;
}
.icon58,
.section4 {
  width: 100%;
  right: 0;
  left: 0;
  max-width: 100%;
}
.section4 {
  position: absolute;
  height: 3.78%;
  top: 23.49%;
  bottom: 72.73%;
  background-color: var(--color-chocolate-100);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem 14.812rem 18.625rem 15.187rem;
  box-sizing: border-box;
  gap: 5.062rem;
  z-index: 1;
  text-align: left;
  font-size: var(--font-size-9xl);
  color: var(--color-white);
  font-family: var(--font-noto-sans-jp);
}
.icon58 {
  height: 0.67%;
  top: 26.67%;
  bottom: 72.66%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  z-index: 2;
}
.icon58,
.icon59,
.icon60 {
  position: absolute;
}
.icon59 {
  top: 239.563rem;
  left: 0;
  width: 105rem;
  height: 210.313rem;
  z-index: 2;
}
.icon60 {
  top: 3.188rem;
  left: 14.438rem;
  width: 23.063rem;
  height: 0.813rem;
  object-fit: cover;
  z-index: 3;
}
.span9 {
  font-weight: 500;
  color: var(--color-black);
}
.b20,
.span9 {
  font-family: var(--font-noto-sans-jp);
}
.span10 {
  font-weight: 500;
}
.p21 {
  margin: 0;
}
.blank-line9 {
  font-weight: 500;
}
.blank-line8 {
  margin: 0;
}
.span11 {
  font-weight: 500;
}
.p22 {
  margin: 0;
}

.cost-effective-highlight {
  width: 49.938rem;
  text-align: left;
  font-size: var(--font-size-5xl);
  margin: 0 auto;
}

.div28 {
  letter-spacing: 4.8px;
  line-height: 2.25rem;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.div28 p:first-child {
	margin-bottom: 2rem;
}

@media (max-width: 767px){
	.cost-effective-highlight {
		width: 100%;
		height: auto;
	}
	
	.div28 {
		display: block;
	}
}


.b21 {
  font-size: var(--font-size-17xl);
  letter-spacing: 7.2px;
  line-height: 2.25rem;
  display: block;
  width: 21rem;
  height: 2.25rem;
  z-index: 3;
  margin: 0 auto 4rem;
}

@media (max-width: 767px){
	.b21 {
		margin: 0 auto 2rem;
	}
}

.div30,
.icon61 {
  position: relative;
}
.icon61 {
  width: 23.75rem;
  height: 11.438rem;
  display: none;
  max-width: 100%;
}
.div30 {
  flex: 1;
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  z-index: 1;
}
.wrapper13 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--padding-5xs) 0 0.437rem;
}
.p23,
.p24 {
  margin: 0;
}
.div31 {
  position: relative;
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  z-index: 1;
  color: var(--color-white);
}
.div29 {
  position: absolute;
  top: 398.063rem;
  left: 66.25rem;
  background-color: var(--color-deepskyblue);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-xl) 5.75rem var(--padding-3xl);
  box-sizing: border-box;
  gap: 2.062rem;
  max-width: 100%;
  z-index: 3;
  font-size: var(--font-size-xl);
  color: var(--color-deepskyblue);
}
.div33,
.icon62 {
  position: relative;
}
.icon62 {
  width: 23.75rem;
  height: 11.438rem;
  display: none;
  max-width: 100%;
}
.div33 {
  align-self: stretch;
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
}
.p25,
.p26 {
  margin: 0;
}
.div34 {
  position: relative;
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  z-index: 1;
}
.div32,
.wrapper14 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrapper14 {
  flex-direction: row;
  padding: 0 var(--padding-33xl) 0 var(--padding-25xl);
  color: var(--color-white);
}
.div32 {
  position: absolute;
  top: 398.063rem;
  left: 40.625rem;
  background-color: var(--color-deepskyblue);
  width: 23.75rem;
  flex-direction: column;
  padding: var(--padding-2xl) 2.437rem var(--padding-3xl) var(--padding-33xl);
  box-sizing: border-box;
  gap: 2rem;
  max-width: 100%;
  z-index: 3;
  font-size: var(--font-size-xl);
  color: var(--color-deepskyblue);
}
.div36,
.icon63 {
  position: relative;
}
.icon63 {
  width: 23.75rem;
  height: 11.313rem;
  display: none;
  max-width: 100%;
}
.div36 {
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  z-index: 1;
}
.wrapper15 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 2.875rem 0 2.937rem;
}
.div37 {
  position: relative;
  letter-spacing: 4px;
  line-height: 2.25rem;
  font-weight: 500;
  color: var(--color-white);
  z-index: 1;
}
.div35,
.div38 {
  text-align: left;
  z-index: 3;
}
.div35 {
  position: absolute;
  top: 398.188rem;
  left: 15rem;
  background-color: var(--color-deepskyblue);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-lg) 7.25rem 2.5rem var(--padding-102xl);
  box-sizing: border-box;
  gap: 3.187rem;
  max-width: 100%;
  font-size: var(--font-size-xl);
  color: var(--color-deepskyblue);
}
.div38 {
  top: 384.375rem;
  left: 27.5rem;
  font-size: var(--font-size-5xl);
  letter-spacing: 4.8px;
  line-height: 2.25rem;
  font-weight: 500;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 49.938rem;
  max-height: 9rem;
  word-break: break-word;
}

@media (max-width: 767px){
	.div38 {
		line-height: 1.5;
		width: 100%;
        max-height: none;
	}
}

.icon64 {
  position: absolute;
}
.b22 {
  font-size: var(--font-size-17xl);
  letter-spacing: 7.2px;
  line-height: 2.25rem;
  text-align: center;
  display: block;
  width: 12.938rem;
  height: 2.25rem;
  z-index: 3;
  margin: 0 auto 2rem;
}
.icon64 {
  top: 366.438rem;
  left: 20.313rem;
  width: 13.813rem;
}
.icon64,
.icon65,
.icon66 {
  height: 1.438rem;
  object-fit: cover;
  z-index: 3;
}
.icon65 {
  position: absolute;
  top: 360.125rem;
  left: 64.75rem;
  width: 4.875rem;
}
.icon66 {
  top: 363.25rem;
  left: 20.313rem;
  width: 49.563rem;
}
.b23,
.icon66,
.icon67 {
  position: absolute;
}
.b23 {
  top: 359.25rem;
  left: 20rem;
  font-size: var(--font-size-9xl);
  letter-spacing: 2.8px;
  line-height: 3.125rem;
  display: -webkit-inline-box;
  color: var(--color-darkslategray-100);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 49.981rem;
  max-height: 13.856rem;
  word-break: break-word;
  z-index: 4;
}
.icon67 {
  top: 351.75rem;
  left: 73.563rem;
  width: 11.25rem;
  height: 20.813rem;
  object-fit: cover;
  z-index: 3;
}
.b24,
.icon68 {
  position: relative;
}
.icon68 {
  height: 3.25rem;
  width: 25.063rem;
  display: none;
  max-width: 100%;
}
.b24 {
  flex: 1;
  font-size: var(--font-size-5xl);
  letter-spacing: 4.8px;
  line-height: 2.25rem;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
.button1 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-7xs) 4.937rem var(--padding-3xs) 5.687rem;
  background-color: var(--color-deepskyblue);
  position: absolute;
  top: 354.188rem;
  left: 20.063rem;
  width: 25.063rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 3;
}
.button1:hover {
  background-color: #0096ba;
}
.icon69 {
  position: absolute;
  top: 272.5rem;
  left: 15rem;
  width: 75.125rem;
  height: 72.938rem;
  object-fit: cover;
  z-index: 3;
}

.icon70,
.icon71 {
  position: absolute;
  top: 4.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon71 {
  left: 0rem;
	right: auto;
}

.p27,
.p28,
.p29 {
  margin: 0;
}

.icon72 {
  position: absolute;
}
.div39 {
  position: relative;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  z-index: 3;
  width: 60%;
  margin: 0 auto;
}
.icon72 {
  top: 225.688rem;
  left: 60.75rem;
  width: 22.563rem;
  height: 17.563rem;
  object-fit: cover;
  z-index: 4;
}
.icon73 {
  width: 65rem;
  height: 16.813rem;
  display: none;
  max-width: 100%;
}
.b25,
.icon73,
.icon74 {
  position: relative;
}
.icon74 {
  height: 3.25rem;
  width: 31.5rem;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.b25 {
  letter-spacing: 4.8px;
  line-height: 2.25rem;
  z-index: 1;
}
.div40,
.second-campaign-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.div40 {
  flex: 1;
  padding: var(--padding-7xs) 1.562rem var(--padding-3xs);
  background-image: url(./public/22@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 4;
}
.second-campaign-container {
  width: 41.625rem;
  padding: 0 5.062rem;
}
.p30 {
  margin: 0;
}
.span12 {
  font-size: 2.431rem;
}
.p31 {
  margin: 0;
}
.div41 {
  height: 7.813rem;
  position: relative;
  letter-spacing: 3.89px;
  line-height: 3.881rem;
  font-weight: 900;
  display: inline-block;
  max-width: 100%;
  z-index: 5;
  font-size: var(--font-size-32xl-9);
  color: var(--color-chocolate-100);
}
.second-campaign-banner {
  position: absolute;
  top: 228.125rem;
  left: 19.875rem;
  background-color: var(--color-white);
  width: 65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-25xl) 0.937rem var(--padding-15xl);
  box-sizing: border-box;
  gap: 0.875rem;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  font-size: var(--font-size-5xl);
  color: #020100;
  font-family: var(--font-noto-sans-jp);
}
.span13 {
  color: #f50202;
}

.b27,
.icon75 {
  position: absolute;
  z-index: 1;
}
.b26 {
  font-size: var(--font-size-7xl);
  letter-spacing: 5.2px;
  line-height: 2.25rem;
  display: -webkit-inline-box;
  text-align: center;
  overflow: hidden;
  width: 49.906rem;
  word-break: break-word;
  color: var(--color-black);
}

 @media (max-width: 767px){
	.b26 {
  line-height: 1.5rem;
  display: block;
  text-align: center;
  width: 100%;
  max-height: none;
}
}

.b27,
.icon75 {
  left: 37.875rem;
}
.icon75 {
  top: 207.563rem;
  width: 40.375rem;
  height: 2.563rem;
  object-fit: cover;
}
.b27 {
  top: 204.5rem;
  font-size: 1.475rem;
  letter-spacing: 2.36px;
  line-height: 2.25rem;
  display: inline-block;
  color: var(--color-darkslategray-200);
  text-align: left;
  width: 40.563rem;
  height: 2.25rem;
  white-space: nowrap;
}
.icon76{
  width: 8.563rem;
  height: 8.5rem;
  object-fit: cover;
  z-index: 1;
}


.icon77,
.icon78 {
  position: absolute;
  top: 4.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon78 {
  left: 0rem;
	right: auto;
}
.p32,
.p33 {
  margin: 0;
}
.div42 {
  position: relative;
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  z-index: 1;
	width: 60%;
	margin: 0 auto 4rem;
}
.icon79,
.icon80 {
  width: 75rem;
  z-index: 1;
}
.icon79 {
  height: 24.25rem;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 4rem;
}

 @media (max-width: 767px){
	.icon79 {
	  height: auto;
	  object-fit: contain;
	  border-radius: 20px;
	  margin-bottom: 2rem;
	  width: 100%;
	}
}

.icon80 {
  top: 71.188rem;
  left: 15rem;
  height: 84.25rem;
}

.icon80,
.icon81 {
  position: absolute;
}
.icon81 {
  top: 142.188rem;
  left: 30.125rem;
  width: 23.438rem;
  height: 0.875rem;
  object-fit: cover;
  z-index: 2;
}
.b28 {
  font-size: var(--font-size-3xl);
  letter-spacing: 3.3px;
  line-height: 2.5rem;
  display: -webkit-inline-box;
  color: var(--color-darkslategray-100);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 41.013rem;
  max-height: 14.325rem;
  word-break: break-word;
  z-index: 3;
}

.icon82 {
  width: 21.25rem;
  height: 12.5rem;
  object-fit: cover;
  z-index: 2;
  margin-left: 2rem;
}

 @media (max-width: 767px){
	  .b28 {
		font-size: 1rem;
		line-height: 1.5rem;
		width: 100%;
		overflow: visible;
		max-height: none;
		height: auto;
		display: block;
		margin-bottom: 4%;
	  }
	  
	  .icon82 {
		  width: 100%;
		  height: auto;
		  margin-left: 0;
		}
}

.icon83 {
  position: absolute;
  top: 134.125rem;
  left: 63.813rem;
  width: 21.25rem;
  height: 12.5rem;
  object-fit: cover;
  z-index: 2;
}
.icon83 {
  top: 99.313rem;
  left: 20rem;
  width: 65.063rem;
  height: 29rem;
}
.p34,
.p35 {
  margin: 0;
}

.icon84,
.icon85 {
  position: absolute;
  z-index: 2;
}
.h3 {
  font-size: 3.75rem;
  letter-spacing: 12px;
  line-height: 5rem;
  font-weight: 900;
  font-family: inherit;
  color: var(--color-chocolate-100);
  text-align: center;
  margin:-2rem 0 4rem;
}

  @media (max-width: 767px){
	.h3 {
  font-size: 1.6rem;
  margin: -3rem 0 2rem;
	  }
}

.icon84,
.icon85 {
  top: 68.313rem;
  left: 47.063rem;
  width: 12.5rem;
  height: 15.563rem;
  object-fit: cover;
}
.icon85 {
  top: 67.563rem;
  left: 32.938rem;
  width: 13.563rem;
  height: 10.75rem;
}
.div44,
.icon86 {
  position: absolute;
  z-index: 1;
}
.icon86 {
  top: -20rem;
  left: 0;
  width: 105rem;
  height: 74.938rem;
}
.div43,
.div44 {
  line-height: 1.5rem;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
.div43 {
  position: relative;
  font-size: var(--font-size-xl);
  letter-spacing: 3px;
  width: 17.25rem;
  height: 1.5rem;
  white-space: nowrap;
  padding-left: 1.5rem;
  margin-right: 1.5rem;
}
.div43 a {
  text-decoration: underline;
  color: #333;
}

.div43 a:hover {
  text-decoration: none;
}

  @media (max-width: 767px){
	.div43 {
	  width: 60%;
	  margin: 0 auto;
	}
}

.div44 {
  top: 1.2rem;
  left: 0rem;
  font-size: var(--font-size-xs);
  letter-spacing: 1.8px;
  width: 1.563rem;
  height: 0.75rem;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
.icon87 {
  height: 8.813rem;
  width: 43.188rem;
  position: relative;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.b29,
.icon88 {
  position: relative;
  z-index: 1;
}
.b29 {
  letter-spacing: 4.2px;
  line-height: 3.838rem;
}
.icon88 {
  width: 1.188rem;
  height: 1.375rem;
  object-fit: cover;
}
.box1,
.wrapper16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-2xl) 0 0;
}
.box1 {
  top: 51.063rem;
  left: 30.75rem;
  flex-direction: row;
  padding: var(--padding-16xl) var(--padding-30xl) var(--padding-25xl)
    var(--padding-103xl);
  box-sizing: border-box;
  gap: var(--gap-33xl);
  background-image: url(./public/3@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-9xl);
  color: var(--color-white);
}
.box1,
.women-icon {
  position: absolute;
  z-index: 2;
}
.women-icon {
  top: 21.125rem;
  left: 75.563rem;
  width: 24.938rem;
  height: 31.438rem;
  object-fit: cover;
}
.div45 {
  font-size: var(--font-size-lg);
  letter-spacing: 3.6px;
  line-height: 1.75rem;
  font-weight: 500;
  color: var(--color-darkslategray-200);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 35rem;
  margin: 0 auto 2rem;
  max-height: 3.5rem;
  word-break: break-word;
  text-align: center;
}

@media (max-width: 767px){
	.div45 {
		width: 100%;
		line-height: 1.2;
	}
}
.b30,
.icon89 {
  position: relative;
}
.icon89 {
  height: 3.813rem;
  width: 32.813rem;
  object-fit: cover;
  display: none;
  max-width: 100%;
}
.b30 {
  letter-spacing: 6.47px;
  line-height: 2.425rem;
  z-index: 1;
}
.div46 {
  position: absolute;
  top: 0.5rem;
  left: 23rem;
  width: 32.813rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--padding-4xs) var(--padding-lgi) var(--padding-smi);
  box-sizing: border-box;
  max-width: 100%;
  z-index: 2;
  font-size: var(--font-size-13xl-3);
  color: var(--color-gray-200);
  background: #fbde19;
  border-radius: 100px;
}

@media (max-width: 767px){
	.div46 {
	  top: -.6rem;
	  left: 4rem;
	  width: 76%;
	}
}


.b31 {
  font-size: var(--font-size-231xl);
  font-family: var(--font-roboto);
  color: var(--color-deepskyblue);
}
.span14 {
  font-weight: 900;
}
.p36 {
  margin: 0;
}
.span15 {
  font-weight: 900;
}
.p37 {
  margin: 0;
  font-size: var(--font-size-71xl);
}
.div47 {
  letter-spacing: 15px;
  line-height: 6.25rem;
  z-index: 3;
  font-size: var(--font-size-54xl-5);
  color: var(--color-deepskyblue);
}
.icon90,
.icon91 {
  position: absolute;
  top: 4.3rem;
  right: 0rem;
  width: 2.75rem;
  height: 3.438rem;
  object-fit: cover;
  z-index: 2;
}
.icon91 {
  left: 0rem;
	right: auto;
}
.p38,
.p39 {
  margin: 0;
}
.h4_ttl {
  margin: 0 auto 6rem;
  position: relative;
  font-size: var(--font-size-21xl);
  letter-spacing: 8px;
  line-height: 3.794rem;
  font-weight: 900;
  font-family: var(--font-noto-sans-jp);
  text-align: center;
  z-index: 2;
  color: var(--color-black);
/*  font-size: var(--font-size-13xl);
  line-height: 3.063rem;*/
}

.h4_ttl p {
	display: inline-block;
	position: relative;
}

.h4_ttl p::before {
	content:"";
	background: url("https://www.1sbc.com/WordPress//wp-content/themes/sora/images/lp/2024/12/-4@2x.png") no-repeat 0 / 100%;
	display: block;
	width: 44px;
	height: 55px;
	position: absolute;
	left: -5rem;
	bottom: -.8rem;
}

.h4_ttl p::after {
	content:"";
	background: url("https://www.1sbc.com/WordPress//wp-content/themes/sora/images/lp/2024/12/-3@2x.png") no-repeat 0 / 100%;
	display: block;
	width: 44px;
	height: 55px;
	position: absolute;
	right: -5rem;
	bottom: -.8rem;
}


@media (max-width: 767px){
	.h4_ttl {
		font-size: 1.4rem;
		margin: 0 auto 2rem;
	}
	
	.h4_ttl p {
		width: 80%;
	}
	
	.h4_ttl p::before {
	    width: 24px;
		left: -6%;
	}
	.h4_ttl p::after {
	  width: 24px;
	  right: -6%;
	}
}

.b32,
.icon92 {
  position: relative;
}
.icon92 {
  height: 4.375rem;
  width: 26.25rem;
  display: none;
  max-width: 100%;
}
.b32 {
  font-size: 2.188rem;
  letter-spacing: 3.5px;
  line-height: 2.5rem;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-white);
  text-align: center;
  z-index: 1;
}


.button2 {
  border: 0;
  padding: var(--padding-smi) 4.312rem var(--padding-mid);
  position: relative;
  width: 26.25rem;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 2;
  background: #dc6932;
  border-radius: 20px;
}


@media (max-width: 767px){
	.button2 {
	  padding: 4%;
	  position: relative;
	  width: 80%;
	}
	.b32 {
	font-size: 1.2rem;
	margin: 0 auto;
	}
}

.icon93 {
  top: 3.375rem;
  left: 7.5rem;
  width: 20.625rem;
  height: 1.25rem;
  object-fit: cover;
}
.div48,
.icon93,
.icon94 {
  position: absolute;
  z-index: 2;
}
.div48 {
  top: 1.75rem;
  left: 7.5rem;
  font-size: var(--font-size-xs);
  letter-spacing: 1.2px;
  line-height: 1.144rem;
  color: var(--color-darkslategray-200);
  text-align: left;
  display: inline-block;
  width: 20.688rem;
  height: 1.188rem;
  white-space: nowrap;
}
.icon94 {
  top: 1.438rem;
  left: 2.438rem;
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
}
.canvas {
  width: 100%;
  height: 1875rem;
  position: relative;
  overflow: hidden;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: var(--font-size-21xl);
  color: var(--color-black);
  font-family: var(--font-noto-sans-jp);
}


.inner {
  width: 1200px;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}

.mv-txt {
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
	z-index: 999;
}

.mv-btn {
	text-align: center;
	margin-bottom: 2rem;
}

.mv-btn a {
	opacity: 1;
	transition: all .3s;
}

.mv-btn a:hover {
	opacity: .7;
	transition: all .3s;
}


.mv-btn-txt {
	position: relative;
	text-align: center;
font-weight: bold;
}

.mv-btn-txt p {
	font-size: 1.2rem;
	color: #fba63e;
}

@media (max-width: 767px){
	 .mv-btn-txt p {
    font-size: .9rem;
    margin-bottom: 2rem;
}
}


.mv {
	position: relative;
	background: #fba63e;
	padding: 0 !important;
}

.mv::before {
	display: block;
	  content: "";
	  background: #f1eee7;
	  width: 100%;
	  height: 50%;
	  position: absolute;
	  top: 0;
	  left: 0;
}

.mv::after {
  display: block;
  content: "";
  background: #f1eee7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  bottom: 112px;
  left: -10%;
  right: 0;
  margin: auto;
}

.mv-in {
	position: relative;
	z-index: 2;
}



.deco01 {
  position: absolute;
  right: -177px;
  bottom: 15%;
  width: 33%;
}

.deco01 img {
	width: 100%;
	display: block;
}

@media (max-width: 767px){
	.deco01  {
		display: none;
	}
}



[class^="section"],
.mv{
	position: relative;
	overflow: hidden;
}

.section01 {
	background: #fba63e;
	padding: 8rem 0 6rem;
}

.section01 .inner{
	background: #fff;
	border-radius: 10px;
}

.section01-figure01 {
  text-align: center;
  position: relative;
 top: -4rem;
}

@media (max-width: 767px){
	.section01 {
		padding: 6rem 0 4rem;
	}
}

.sec01-table {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
	padding: 0 4rem;
    box-sizing: border-box;
}

.table01:first-child {
	margin-right: 2rem;
}

.table01 {
	padding: 0;
	border-collapse: collapse;
}

.table01 th {
	background: #d9d9d9;
	padding: 1rem;
	border: 1px solid #a4a4a4;
	font-size: 1.2rem;
	font-weight: normal;
	
}

.table01 th.bold {
	font-weight: 900;
	font-size: 1.2rem;
}

.table01 td {
	padding: 1rem;
	border: 1px solid #a4a4a4;
	font-size: 1.2rem;
}

.sec01-footer {
	position: relative;
	width: 87%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-bottom: 4rem;
}


@media (max-width: 767px){
	.sec01-table {
		display: block;
		padding: 0;
		margin-bottom: 6%;
		
	  }
	
	.table01 {
		width: 100%;
	}
	
	.table01:first-child {
	  margin-right: 0;
	  margin-bottom: 4%;
	}
	
	.table01 th,.table01 td {
		font-size: .8rem;
	}
	
	.sec01-footer {
	width: 100%;
	display: block;
		padding-bottom: 6%;
  }
}

.line {
	background:  linear-gradient(transparent 50%, #fbde19 50%);
}
.section02,
.section03,
.section04,
.section05,
.section06,
.section07,
.section08,
.section09,
.section10,
.section11{
	text-align: center;
	font-size: var(--font-size-21xl);
	color: var(--color-black);
	font-family: var(--font-noto-sans-jp);
	}
.section02 {
	background: #fba63e;
}


.conent02-logo {
	position: relative;
	margin-bottom: 4rem;
}

@media (max-width: 767px){
	.conent02-logo {
  margin-bottom: 2rem;
}
}

.conent02-txt {
	position: relative;
	margin-bottom: 4rem;
}

@media (max-width: 767px){
	.conent02-txt {
	margin-bottom: 0;
	}
}

.conent02-img {
	position: relative;
	z-index: 2;
	margin: -7rem auto 6rem;
}

@media (max-width: 767px){
	.conent02-img {
		width: 88%;
		margin: -7rem auto 2rem;
	}
}

.sec03-table {
	width: 	100%;
	margin: 0 auto 4rem;
	position: relative;
}

.sec03-table:before {
	content: "";
	display: block;
	width: 33.3333%;
	height: 100%;
	border: 5px solid #fba63e;
	position: absolute;
	box-sizing: border-box;
	left: 33.33%;
}

.table02 {
	padding: 0;
	border-collapse: collapse;
	
}

.table02 th {
	background: #f6f6f6;
	padding: 2rem;
	border: 1px solid #d8d8d8;
	font-size: 1rem;
	font-weight: normal;
	width: 33%;
	
}

.table02 th:first-child {
	word-break: keep-all;
}


.table02 th.bold {
	font-weight: 900;
	font-size: 1rem;
}

.table02 td {
	padding: 2rem;
	border: 1px solid #d8d8d8;
	font-size: 1rem;
	background: #fff;
	width: 33%;
	text-align: left;
}

.table02 td .block {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}

.table02 td .red {
	color: #fe0000;
}

.table02 td a {
	color: #71bfdc;
	position: relative;
	z-index: 999
}

.table02 td a:hover {
	text-decoration: none;
}

@media (max-width: 767px){
	.sec03-table {
		overflow-x: scroll;
	}
	.table02 {
	   width: 100%;
       min-width: 700px;
       border-collapse: collapse;
	}
	
	.table02 th:first-child {
	word-break: break-all;
}
	
	  .sec03-table::before {
    width: 238px;
    left: 232px;
  }
}

.section03 {
	background: #f1eee7;
	padding-top: 9rem;
}

.section03::before {
  display: block;
  content: "";
  background: #f1eee7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  top: 170px;
  left: -10%;
  right: 0;
  margin: auto;
  z-index: 2;
}

@media (max-width: 1200px){
.section03::before {
	
	}
}

.section03::after {
  display: block;
  content: "";
  background: #fba63e;
  width: 150%;
  height: 30vw;
  position: absolute;
  top: 0;
  left: -25%;
}


.sec03-img {
	margin-bottom: 4rem;
}

@media (max-width: 767px){
	.sec03-img {
	margin: 0 auto 2rem;
	}
}

.sec03-txt {
	position: relative;
}

.sec03-list {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 4rem 0;
}

.sec03-list li{
	margin-left: 2rem;
}

.sec03-list li:first-child{
	margin: 0;
}

@media (max-width: 767px){
	.sec03-list {
		display: block;
		padding: 0;
		width: 80%;
		margin: 4% auto 10%; 
		
	}
	
	.sec03-list li{
		margin-left: 0;
		margin-top: 6%;
			
	}
	.sec03-list li:first-child{
	margin: 0;
	}
}

.sec03-img02 {
	width: 90%;
	margin: 4rem auto;
}

.sec03-img02 img {
	width: 100%;
	display: block;
}

@media (max-width: 767px){
.sec03-img02 {
	width: 100%;
	display: block;
	margin: 0;
}
}


.section04 {
	background: #dc6932;
	padding: 0 0 18rem;
}

.section04::before {
  display: block;
  content: "";
  background: #f1eee7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  bottom: 880px;
  left: -10%;
  right: 0;
  margin: auto;
}


.section04::after {
  display: block;
  content: "";
  background: #faf9f7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  bottom: -510px;
  left: -10%;
  right: 0;
  margin: auto;
}

@media (max-width: 767px){
	.section04 {
		padding: 0 0 4rem;
	}
}


.main_info {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  color:#fff;
  margin-top:-30px
}
@media screen and (max-width:768px) {
  .main_info {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-align:center;
    letter-spacing:0.15em;
    margin-top:40px
  }
}
.main_info.second {
  margin-top:30px
}
.main_info .main_info_content {
  text-align:center;
  width:31.333333%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:40px 2% 0 0;
  padding:10px;
  font-size:18px;
  position:relative
}
@media screen and (max-width:768px) {
  .main_info .main_info_content {
    display:inline-block;
    width:48%;
    margin:4% 1%;
    padding:10px 0
  }
}
.main_info .main_info_content span.title {
  display:block;
  font-size:14px;
  padding-bottom:5px;
  font-weight:600;
  margin-bottom:5px;
  position:relative
}
.main_info .main_info_content span.title:before {
  content:"";
  display:block;
  background:url(https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/ico_crown.svg) no-repeat 0 0/100% 100%;
  position:absolute;
  top:-32px;
  right:0;
  left:0;
  margin:0 auto;
  width:70px;
  height:20px
}
.main_info .main_info_content span.title:after {
  content:"";
  display:block;
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  background:#fff100;
  width:60%;
  margin:0 auto;
  height:1px
}
@media screen and (max-width:768px) {
  .main_info .main_info_content span.title {
    letter-spacing:0.15em
  }
}
.main_info .main_info_content span.num {
  font-size:45px;
  color:#fff;
  line-height:1;
  font-weight:600;
  margin-top:10px
}
.main_info .main_info_content span.exception {
  font-size:11px!important;
  writing-mode:vertical-rl;
  -webkit-writing-mode:vertical-rl;
  -ms-writing-mode:tb-rl;
  vertical-align:bottom;
  top: -4px;
  position: relative;
}
.main_info .main_info_content.num4 span.num {
  font-size:30px;
  letter-spacing:0.01em
}
@media screen and (max-width:1100px) {
  .main_info .main_info_content.num4 span.num {
    font-size:30px;
    letter-spacing:-0.05em
  }
}
@media screen and (max-width:1100px) {
  .main_info .main_info_content.google span.num {
    font-size:30px;
    letter-spacing:-0.05em
  }
}
.main_info .main_info_content:before {
  content:"";
  background:url(https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/ico_reef_left.svg) no-repeat 0 0/100% 100%;
  display:block;
  width:30px;
  height:80px;
  position:absolute;
  top:0;
  left:0
}
.main_info .main_info_content:after {
  content:"";
  background:url(https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/ico_reef_right.svg) no-repeat 0 0/100% 100%;
  display:block;
  width:30px;
  height:80px;
  position:absolute;
  top:0;
  right:0
}
.main_info .main_info_content .font70 {
  font-size:70%
}

.info-num-wrap {
	width: 70%;
	margin: 0 auto;
}

.info-num-wrap .caution {
	font-size: 1rem;
	color: #fff;
}

@media (max-width: 767px){
	.info-num-wrap {
		width: 100%;
	}
	.info-num-wrap .caution {
		margin: 0;
	}
	
}


.div49 {
  font-size: var(--font-size-9xl);
  letter-spacing: 5.6px;
  line-height: 50px;
  font-weight: 500;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-black);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 1032px;
  max-height: 100px;
  word-break: break-word;
	margin: 0 auto 4rem;
}

@media (max-width: 767px){
	.div49 {
		line-height: 1.8;
		display: block;
		width: 100%;
        max-height: none;
		margin: 0 auto 2rem;
		
	}
}


.div50 {
  font-size: var(--font-size-9xl);
  letter-spacing: 5.6px;
  line-height: 50px;
  font-weight: 500;
  font-family: var(--font-noto-sans-jp);
  text-align: left;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 1032px;
  color: var(--color-black);
	margin: 0 auto 4rem;
}

@media (max-width: 767px){
	.div50 {
		display: block;
		width: 100%;
	}
}


.one_content {
	font-size: 0;
	margin: 0 auto 4rem;
}

.one_content .icon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1500px;
  margin:0 auto 50px;
  padding:50px 0
}
@media screen and (max-width:768px) {
  .one_content .icon_list {
    width:100%;
  }
}
.one_content .icon_list img {
width:160px;
    height:160px;
  padding:0 10px
}
@media screen and (max-width:1370px) {
  .one_content .icon_list img {
    width:160px;
    height:160px
  }
}
@media screen and (max-width:1170px) {
  .one_content .icon_list img {
    width:120px;
    height:120px
  }
}
@media screen and (max-width:900px) {
  .one_content .icon_list img {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:auto;
    padding:10px
  }
}
@media screen and (max-width:720px) {
  .one_content .icon_list img {
    width:100%;
    height:auto;
    padding:5px
  }
}
@media screen and (max-width:720px) {
  .one_content .icon_list picture {
    width:32%;
	  display: inline-block;
  }
}

.one_content_wrap {
	position: relative;
}

.sec06-table  {
	width: 80%;
	margin: 0 auto 4rem;
	position: relative;
}

.sec06-table:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	border: 5px solid #fba63e;
	position: absolute;
	box-sizing: border-box;
	left: 50%;
}

.table04 {
	padding: 0;
	border-collapse: collapse;
}

.table04 th {
	background: #d9d9d9;
	padding: 2rem;
	border: 1px solid #767676;
	font-size: 1rem;
	font-weight: normal;
	width: 33%;
	
}

.table04 th:first-child {
	word-break: keep-all;
}


.table04 th.bold {
	font-weight: 900;
	font-size: 1rem;
}

.table04 td {
	padding: 2rem;
	border: 1px solid #767676;
	font-size: 1rem;
	background: #fff;
	width: 33%;
	text-align: left;
}

.table04 th.color {
	background: #fba63e;
	font-weight: bold;
	color: #fff;
}


@media (max-width: 767px){
	.sec06-table  {
		width: 100%;
		height: auto;
	}
	
	.table04 th:first-child {
		word-break: break-all;
	}
	
	.table04 th, .table04 td{
		width: 50%
		}
}


.h2_ttl {
  position:relative;
  text-align:center;
  font-size:30px;
  color:#eb821c;
  margin-bottom:90px;
  z-index:1;
	display: block;
}
.h2_ttl:before {
  position:absolute;
  bottom:-35px;
  left:0;
  right:0;
  margin:auto;
  content:"";
  width:90px;
  height:4px;
  background:#eb821c
}

@media (max-width: 767px){
	.h2_ttl {
		margin-bottom: 60px;
	}
}


.branchList {
  width: 90%;
  margin: 0 auto;
}

.branchList .con {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  opacity:0;
  visibility:hidden;
  display:none;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  height:0
}
.branchList .con.show {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  opacity:1;
  visibility:visible;
  height:auto;
	justify-content: center;
}
.branchList .con .inBox {
  width:30%;
  margin:0 1.5% 30px;
  padding:0 0 50px;
  background-color:#FFF;
  position:relative
}
@media screen and (max-width:768px) {
  .branchList .con .inBox {
    width:100%;
    margin:15px 0
  }
}
.branchList .con .inBox .imgBox {
  width:100%;
  height:250px;
  position:relative;
  overflow:hidden
}
.branchList .con .inBox .imgBox img {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  height:100%;
  width:auto;
  max-width:none
}
.branchList .con .inBox .imgBox a {
  display:block;
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out
}
.branchList .con .inBox .imgBox a:hover img {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  height:105%;
  width:auto;
  max-width:none
}
.branchList .con .inBox .txBox {
  padding:30px 15px
}
.branchList .con .inBox .txBox .title {
  font-size:20px;
  color:#183153;
  text-align:center;
  font-weight:700;
  padding:0 0 20px
}
.branchList .con .inBox .txBox .map,
.branchList .con .inBox .txBox .room,
.branchList .con .inBox .txBox .train {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:center;
  align-content:center;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  padding:5px 0
}
.branchList .con .inBox .txBox .map p,
.branchList .con .inBox .txBox .room p,
.branchList .con .inBox .txBox .train p {
  width:85%;
  font-size:12px;
	text-align: left;
	line-height: 1.8;
}
.branchList .con .inBox .txBox .map:before,
.branchList .con .inBox .txBox .room:before,
.branchList .con .inBox .txBox .train:before {
  content:"";
  width:40px;
  height:30px;
}
.branchList .con .inBox .txBox .map:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_map.webp") no-repeat left center
}
.no-webp .branchList .con .inBox .txBox .map:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_map.png") no-repeat left center
}
.branchList .con .inBox .txBox .train:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_train.webp") no-repeat left center
}
.no-webp .branchList .con .inBox .txBox .train:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_train.png") no-repeat left center
}
.branchList .con .inBox .txBox .room:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_room.webp") no-repeat left center
}
.no-webp .branchList .con .inBox .txBox .room:before {
  background:url("https://www.1sbc.com/WordPress/wp-content/themes/sora/images/common/icon_room.png") no-repeat left center
}
.branchList .con .inBox .btn_arrow_r {
  position:absolute;
  bottom:30px;
  right:50px;
  font-size:14px
}

.btn_arrow,
.btn_arrow_c,
.btn_arrow_l,
.btn_arrow_r {
  position:relative;
  display:inline-block
}
.btn_arrow:after,
.btn_arrow_c:after,
.btn_arrow_l:after,
.btn_arrow_r:after {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  content:"";
  position:absolute;
  top:-5px;
  right:-30px;
  width:25px;
  height:25px;
  background-color:#000;
  border-radius:50px;
  z-index:1
}
@media screen and (max-width:768px) {
  .btn_arrow:after,
  .btn_arrow_c:after,
  .btn_arrow_l:after,
  .btn_arrow_r:after {
    width:20px;
    height:20px;
    right:-20px;
    top:-2px
  }
}
.btn_arrow:hover:after,
.btn_arrow_c:hover:after,
.btn_arrow_l:hover:after,
.btn_arrow_r:hover:after {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  background-color:#dc6932
}
.btn_arrow a,
.btn_arrow_c a,
.btn_arrow_l a,
.btn_arrow_r a {
  position:relative;
  display:block;
  border-bottom:1px solid #000;
  padding:0 0 10px;
  text-decoration:none;
  color:#000;
  z-index:2;
	line-height: 1;
}
@media screen and (max-width:768px) {
  .btn_arrow a,
  .btn_arrow_c a,
  .btn_arrow_l a,
  .btn_arrow_r a {
    font-size:2vw
  }
}
.btn_arrow a:after,
.btn_arrow a:before,
.btn_arrow_c a:after,
.btn_arrow_c a:before,
.btn_arrow_l a:after,
.btn_arrow_l a:before,
.btn_arrow_r a:after,
.btn_arrow_r a:before {
  content:"";
  position:absolute;
  top:7px;
  z-index:2
}
.btn_arrow a:after,
.btn_arrow_c a:after,
.btn_arrow_l a:after,
.btn_arrow_r a:after {
  width:12px;
  height:2px;
  background-color:#FFF;
  right:-22px
}
@media screen and (max-width:768px) {
  .btn_arrow a:after,
  .btn_arrow_c a:after,
  .btn_arrow_l a:after,
  .btn_arrow_r a:after {
    right:-14px;
    width:8px
  }
}
.btn_arrow a:before,
.btn_arrow_c a:before,
.btn_arrow_l a:before,
.btn_arrow_r a:before {
  width:10px;
  height:10px;
  border-right:2px solid #FFF;
  border-top:2px solid #FFF;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  right:-22px;
  top:2px
}
@media screen and (max-width:768px) {
  .btn_arrow a:before,
  .btn_arrow_c a:before,
  .btn_arrow_l a:before,
  .btn_arrow_r a:before {
    width:7px;
    height:7px;
    right:-15px;
    top:4px
  }
}

.table_wrap {
  max-width:1100px;
  overflow-x:auto;
  margin:0 auto;
}
@media screen and (max-width:768px) {
  .table_wrap {
    overflow:hidden;
    padding:55px 10px 10px;
    margin-bottom:0px;
    background-color:#FFF;
    border:1px solid #cecece;
    position:relative
  }
}
.table_wrap .sp_head {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap .sp_head {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    font-size:1.2rem;
    line-height:1.5em;
    font-weight:600;
    height:55px
  }
  .table_wrap .sp_head .economy {
    background-color:#eef7fc;
    color:#1276b4;
    padding:4%
  }
  .table_wrap .sp_head .business {
    display:none;
    background-color:#eef8ed;
    color:#419d48;
    padding:4%
  }
  .table_wrap .sp_head .premium {
    display:none;
    background-color:#fadca9;
    color:#eb821c;
    padding:4%
  }
}
.table_wrap .sp_price {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap .sp_price {
    display:block;
    text-align:center;
    padding:20px 0 30px 0
  }
  .table_wrap .sp_price .mouth_price_ttl {
    background:#f2f2f2;
    padding:2%;
    display:inline-block;
    font-weight:600;
    margin:0 0 20px
  }
  .table_wrap .sp_price .mouth_price {
    width:100%;
    font-weight:600
  }
  .table_wrap .sp_price .mouth_price strong {
    color:#ba0513;
    font-size:2.6rem;
    font-weight:600;
    font-family:"Roboto","Noto Sans JP",sans-serif
  }
  .table_wrap .sp_price .mouth_price span {
    display:block;
    margin-top:2%
  }
  .table_wrap .sp_price .business {
    display:none
  }
  .table_wrap .sp_price .premium {
    display:none
  }
}
.table_wrap .sp_btn {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap .sp_btn {
    display:block;
    text-align:center;
    padding:10% 0
  }
  .table_wrap .sp_btn div a {
    display:block;
    margin:0 auto;
    width:90%;
    padding:4% 3%;
    background:#dc6932;
    color:#fff;
    border-radius:14px;
    font-size:3.2vw;
    letter-spacing:0.1rem;
    text-align:center;
    position:relative;
    position:relative;
    display:inline-block;
    padding:10px
  }
  .table_wrap .sp_btn div a:before {
    content:"";
    width:10px;
    height:10px;
    border-top:solid 2px #FFF;
    border-right:solid 2px #FFF;
    position:absolute;
    left:10px;
    top:8px
  }
  .table_wrap .sp_btn div a:before {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
  }
  .table_wrap .sp_btn div a:before {
    left:auto;
    right:10%;
    top:13px;
    width:7px;
    height:7px
  }
	
	.table_wrap .sp_btn div p {
		font-size: .8rem;
		color: #dc6932;
		margin-top: 4%;
	}
  .table_wrap .sp_btn .business {
    display:none
  }
  .table_wrap .sp_btn .premium {
    display:none
  }
}
.table_wrap table {
  border-collapse:collapse;
  width:90%;
  margin: 0 auto;
  border:1px solid #f1eee7
}
@media screen and (max-width:768px) {
  .table_wrap table {
    width:100%;
    margin-top:0;
    border:none
  }
}
@media screen and (max-width:768px) {
  .table_wrap table tr {
    border-bottom:1px solid #cecece;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    padding-top:2%;
    padding-bottom:2%
  }
  .table_wrap table tr:nth-child(2) {
    border-top:1px solid #cecece
  }
}
@media screen and (max-width:768px) {
  .table_wrap table tr.title {
    display:none
  }
}
@media screen and (max-width:768px) {
  .table_wrap table tr.pc_display {
    display:none
  }
}
.table_wrap table tr:first-child th {
  background:none;
  border-top:0;
  border-left:0
}
.table_wrap table tr:first-child td {
  font-size:20px;
  font-weight:600;
  line-height:1.3;
  padding:20px 30px
}
.table_wrap table tr.flag td {
  font-size:30px;
  color:#eb821c
}
@media screen and (max-width:768px) {
  .table_wrap table tr.flag td {
    font-size:5vw
  }
}
.table_wrap table tr td,
.table_wrap table tr th {
  border:solid 1px #cecece;
  text-align:center;
  padding:20px;
  height:85px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  .table_wrap table tr td,
  .table_wrap table tr th {
    border:none;
    display:block;
    height:auto;
    font-weight:600;
    letter-spacing:0.1rem
  }
}
@media screen and (max-width:768px) {
  .table_wrap table tr td:nth-child(3),
  .table_wrap table tr th:nth-child(3) {
    display:none;
    padding:0
  }
}
@media screen and (max-width:768px) {
  .table_wrap table tr td:nth-child(4),
  .table_wrap table tr th:nth-child(4) {
    display:none;
    padding:0
  }
}
.table_wrap table tr th {
  background:#f6f6f6;
  font-weight:500;
  font-size:16px
}
@media screen and (max-width:768px) {
  .table_wrap table tr th {
    width:30%;
    font-size:2.6vw;
    padding:4% 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
  }
}
.table_wrap table tr th span {
  display:block;
  font-size:13px;
  color:#eb821c;
  margin-top:10px
}
@media screen and (max-width:768px) {
  .table_wrap table tr th span {
    display:none
  }
}
.table_wrap table tr td {
  background:#fff
}
@media screen and (max-width:768px) {
  .table_wrap table tr td {
    text-align:left;
    width:70%;
    padding:4% 0 4% 4%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:4vw
  }
}
.table_wrap table tr td.economy {
  background:#eef7fc;
  color:#1276b4
}
.table_wrap table tr td.business {
  background:#eef8ed;
  color:#419d48
}
.table_wrap table tr td.premium {
  background:#fadca9;
  color:#eb821c
}
.table_wrap table tr td .once,
.table_wrap table tr td .taxin {
  font-size:12px;
  display:block;
  margin-top:5px
}
@media screen and (max-width:768px) {
  .table_wrap table tr td .taxin {
    display:inline-block;
    margin:0
  }
}
.table_wrap table tr td .once {
  margin-top:10px
}
@media screen and (max-width:768px) {
  .table_wrap table tr td .once {
    margin:0 0 0 5px;
    display:inline-block
  }
}
.table_wrap table tr td span.feature_txt {
  font-size:30px;
  color:#ba0513;
  font-weight:600
}
@media screen and (max-width:768px) {
  .table_wrap table tr td span.feature_txt {
    font-size:24px
  }
}
.table_wrap table tr td span.sp_display {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap table tr td span.sp_display {
    display:inline-block;
    font-size:2.5vw
  }
}
.table_wrap table tr td.corporate_ad {
  font-size:16px
}
.table_wrap_biz {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap_biz {
    padding:50px 0 0 0;
    display:block
  }
  .table_wrap_biz .table_wrap .sp_btn .economy,
  .table_wrap_biz .table_wrap .sp_head .economy,
  .table_wrap_biz .table_wrap .sp_price .economy {
    display:none
  }
  .table_wrap_biz .table_wrap .sp_btn .business,
  .table_wrap_biz .table_wrap .sp_head .business,
  .table_wrap_biz .table_wrap .sp_price .business {
    display:block
  }
  .table_wrap_biz .table_wrap .sp_btn .premium,
  .table_wrap_biz .table_wrap .sp_head .premium,
  .table_wrap_biz .table_wrap .sp_price .premium {
    display:none
  }
  .table_wrap_biz table tr td:nth-child(2),
  .table_wrap_biz table tr th:nth-child(2) {
    display:none
  }
  .table_wrap_biz table tr td:nth-child(3),
  .table_wrap_biz table tr th:nth-child(3) {
    display:table-cell
  }
  .table_wrap_biz table tr td:nth-child(4),
  .table_wrap_biz table tr th:nth-child(4) {
    display:none
  }
  .table_wrap_biz table tr td {
    padding:4% 0 4% 4%!important
  }
}
.table_wrap_pre {
  display:none
}
@media screen and (max-width:768px) {
  .table_wrap_pre {
    display:block;
    padding:50px 0 0 0
  }
  .table_wrap_pre .table_wrap .sp_btn .economy,
  .table_wrap_pre .table_wrap .sp_head .economy,
  .table_wrap_pre .table_wrap .sp_price .economy {
    display:none
  }
  .table_wrap_pre .table_wrap .sp_btn .business,
  .table_wrap_pre .table_wrap .sp_head .business,
  .table_wrap_pre .table_wrap .sp_price .business {
    display:none
  }
  .table_wrap_pre .table_wrap .sp_btn .premium,
  .table_wrap_pre .table_wrap .sp_head .premium,
  .table_wrap_pre .table_wrap .sp_price .premium {
    display:block
  }
  .table_wrap_pre table tr td:nth-child(2),
  .table_wrap_pre table tr th:nth-child(2) {
    display:none
  }
  .table_wrap_pre table tr td:nth-child(3),
  .table_wrap_pre table tr th:nth-child(3) {
    display:none
  }
  .table_wrap_pre table tr td:nth-child(4),
  .table_wrap_pre table tr th:nth-child(4) {
    display:table-cell
  }
  .table_wrap_pre table tr td {
    padding:4% 0 4% 4%!important
  }
}
.root {
  padding:0 0 50px
}
@media screen and (max-width:768px) {
  .root {
    padding:20px 0
  }
}
.btn_wrap #openModal {
  cursor:pointer
}
.btn_wrap .btn {
  margin:0 auto
}
@media screen and (max-width:768px) {
  .btn_wrap .btn a {
    padding:25px 30px;
    font-size:18px
  }
}
.btn_wrap .bg_y {
  background-color:#fff100
}
.btn_wrap .bg_y:before {
  background-color:#FFFFFF
}

.section07 .caution {
	font-size: 1rem;
	text-align: left;
	width: 90%;
	margin: 2rem auto 4rem;
}

@media screen and (max-width:768px) {
  .section07 .caution {
   margin: 2rem auto;
  }
}

.voice_wrap {
  text-align:center;
  padding-bottom:80px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width:768px) {
  .voice_wrap {
    display: block;
  }
}

p {
  line-height:1.5em
}
.voice_content {
  width:49%;
  display:inline-block;
  margin-bottom:40px
}
@media screen and (max-width:1140px) {
  .voice_content {
    width:100%;
    margin-bottom:60px
  }
  .voice_content:last-child {
    margin-bottom:0
  }
}
.voice_member {
  width:30%;
  float:left;
  margin-right:30px
}
@media screen and (max-width:1140px) {
  .voice_member {
    width:25%
  }
}
@media screen and (max-width:750px) {
  .voice_member {
    width:20%;
  }
}
@media screen and (max-width:480px) {
  .voice_member {
    float:none;
    width:40%;
    margin:auto
  }
}
.voice_member P {
  font-weight:600;
  margin-top:10px;
	font-size: 1.2rem;
}
.voice_member P span {
  font-size:12px;
  font-weight:500;
  display:block
}
.voice_comment {
  position:relative;
  display:inline-block;
  width:50%;
  text-align:left;
  color:#000;
  padding:25px;
  background-color:#f5f3ee;
  border-radius:10px;
  float:left
}
@media screen and (max-width:750px) {
  .voice_comment {
    width:60%
  }
}
@media screen and (max-width:480px) {
  .voice_comment {
    float:none;
    width:auto;
    margin:auto;
    margin-top:30px
  }
}
.voice_comment:before {
  content:"";
  position:absolute;
  display:block;
  z-index:1;
  border-style:solid;
  border-color:transparent #f5f3ee;
  border-width:15px 25px 15px 0;
  top:80px;
  left:-20px;
  margin-top:-10px
}
@media screen and (max-width:480px) {
  .voice_comment:before {
    content:"";
    position:absolute;
    top:-20px;
    left:50%;
    margin-left:-15px;
    border:15px solid transparent;
    border-bottom:15px solid #f5f3ee
  }
}
.voice_comment .h3_ttl,
.voice_comment h3 {
  font-size:22px;
  margin: 0 0 10px;
  text-align:left;
  font-weight: bold;
}
.voice_comment p {
  font-size:14px
}
.voice_comment dl {
  margin:0;
}
.voice_comment dl dt {
  background:#fff;
  padding:5px;
  font-size:12px;
  display:inline-block;
  width:85px;
  text-align:center;
  margin-bottom:5px
}
.voice_comment dl dd {
  font-size:14px;
  margin-bottom:20px
}
.voice_comment dl dd:last-child {
  margin-bottom:0;
  margin-left: 0;
}
.staff_wrap {
  position:relative;
  width: 90%;
  margin: 0 auto 4rem;
}
@media screen and (max-width:1140px) {
  .staff_wrap {
    margin-bottom:50px
  }
  .staff_wrap:last-child {
    margin-bottom:100px
  }
}

@media (max-width: 767px){
	.staff_wrap:last-child {
		margin-bottom:40px;
	}
}

.staff_wrap.staff_wrap_50 {
  margin-bottom:50px
}
.staff_wrap.staff_wrap_100 {
  margin-bottom:100px
}
.staff_wrap.staff_wrap_150 {
  margin-bottom:150px
}
.staff_img {
  width:50%;
  position:relative
}
@media screen and (max-width:1140px) {
  .staff_img {
    width:80%
  }
}

@media (max-width: 767px){
	.staff_img {
    width:100%
  }
}

.staff_img.exception {
  top:0;
  right:0;
  left:inherit;
  position:absolute
}
@media screen and (max-width:1140px) {
  .staff_img.exception {
    position:relative;
    margin:0 0 0 auto
  }
}
.staff_img.exception p {
  left:inherit;
  right:30px
}
.staff_img p {
  font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background:rgba(235,130,28,0.8);
  padding:20px 40px;
  color:#fff;
  font-size:20px;
  text-align:center;
  display:inline-block;
  position:absolute;
  left:30px;
  bottom:-105px
}
.staff_img p span {
  font-size:14px;
  display:block
}
.staff_profile {
  position:absolute;
  top:50px;
  right:0;
  width:48%;
  background:rgba(255,255,255,0.7);
  font-size:14px;
  padding:50px 40px
}
@media screen and (max-width:1140px) {
  .staff_profile {
    position:static;
    width:75%;
    margin:80px 0 0 40px
  }
}
@media screen and (max-width:768px) {
  .staff_profile {
    margin:80px 0 0 0px
  }
}
.staff_profile dl {
  font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:400
}
.staff_profile dl dt {
  color:#eb821c;
  margin-bottom:10px;
	text-align: left;
}
.staff_profile dl dd {
  margin: 0 0 40px;
	text-align: left;
}
.staff_profile dl dd:last-child {
  margin-bottom:0
}
.staff_profile.exception {
  top:50px;
  right:inherit;
  left:0;
  position:relative
}
@media screen and (max-width:1140px) {
  .staff_profile.exception {
    position:static;
    margin:80px 50px 0 0
  }
}
.section11-in {
	background: #fff;
	border-radius: 10px;
	width: 90%;
	  padding: 11rem 2rem 4rem;
	  box-sizing: border-box;
	margin: -8rem auto 0;
}

@media (max-width: 767px){
	.section11-in {
		width: 100%;
		padding: 11rem 1rem 4rem;
	}
}


.section10-table {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48.7px;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-lg);
  color: var(--color-orange);
  font-family: var(--font-noto-sans-jp);
  margin: 0 auto 4rem;
}

@media (max-width: 767px){
	.section10-table {
		width: 100%;
	}
}


.table05 {
	padding: 0;
	border-collapse: collapse;
}

.table05 th {
	padding: 2rem 0;
	border-top: 2px solid #cecece;
	font-size: 1rem;
	width: 20%;
	font-weight: bold;
	
}

.table05 th:first-child {
	word-break: keep-all;
}


.table05 th.bold {
	font-weight: 900;
	font-size: 1rem;
}

.table05 td {
	padding: 2rem 0 2rem 2rem;
	border-top: 2px solid #cecece;
	font-size: 1rem;
	text-align: left;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}

.table05 tr:first-child th {
	border: 0;
}

.table05 tr:first-child td {
	border: 0;
}

@media (max-width: 767px){
	
	.table05 tr {
		border-top: 2px solid #cecece;
	}
	.table05 th {
		display: block;
		width: 100%;
		border: none;
		padding: 2% 0;
	}
	.table05 td {
		display: block;
		width: 100%;
		border: none;
		padding: 2% 0;
	}
}


.faqBox {
  width:800px;
  margin:0 auto;
  padding:0 0 50px
}
@media screen and (max-width:800px) {
  .faqBox {
    width:100%;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
  }
}
.faqBox .in {
  padding:5px 0
}
.faqBox .in.open .qTx:after {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  -webkit-transform:translate(0%,-50%) rotate(-45deg);
  transform:translate(0%,-50%) rotate(-45deg)
}
.faqBox .in .qTx {
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  position:relative;
  background-color:#e2f7f7;
  padding:40px 50px 40px 6em;
	text-align: left;
}
@media screen and (max-width:768px) {
  .faqBox .in .qTx {
    line-height:180%;
    padding:20px 30px 20px 3.5em;
    font-size:14px;
    line-height:150%
  }
}
.faqBox .in .qTx:before {
  font-family:"Roboto","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  content:"Ｑ";
  position:absolute;
  top:50%;
  left:30px;
  font-size:40px;
  color:#67cfcf;
  -webkit-transform:translate(0%,-50%);
  transform:translate(0%,-50%)
}
@media screen and (max-width:1100px) {
  .faqBox .in .qTx:before {
    left:10px;
    font-size:30px
  }
}
.faqBox .in .qTx:after {
  -webkit-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  content:"";
  width:15px;
  height:15px;
  border-top:solid 3px #67cfcf;
  border-right:solid 3px #67cfcf;
  position:absolute;
  right:20px;
  top:50%;
  -webkit-transform:translate(0%,-50%) rotate(135deg);
  transform:translate(0%,-50%) rotate(135deg)
}
@media screen and (max-width:1100px) {
  .faqBox .in .qTx:after {
    width:10px;
    height:10px;
    right:15px
  }
}
.faqBox .in .aTx {
  display:none;
  font-size:16px;
  color:#606060;
  position:relative;
  padding:40px 30px 40px 6em;
  line-height:180%;
 text-align: left;
}
@media screen and (max-width:768px) {
  .faqBox .in .aTx {
    padding:20px 10px 20px 3.5em;
    font-size:14px;
    line-height:150%
  }
}
.faqBox .in .aTx:before {
  font-family:"Roboto","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  content:"A";
  position:absolute;
  top:50%;
  left:40px;
  font-size:40px;
  color:#67cfcf;
  -webkit-transform:translate(0%,-50%);
  transform:translate(0%,-50%)
}
@media screen and (max-width:1100px) {
  .faqBox .in .aTx:before {
    left:10px;
    font-size:30px
  }
}

.section05 {
	padding: 4rem 0 8rem;
	background: #faf9f7;
}

@media (max-width: 767px){
	.section05 {
	padding: 4rem 0 4rem;
	}
}


.sec05-img {
	z-index: 998;
	position: relative;
	margin: 0
}

.sec05-img02 {
	z-index: 999;
	position: relative;
	margin: -4rem auto 4rem;
	width: 25%;
}

.sec05-img02 img {
	display: block;
	width: 100%;
}

@media (max-width: 767px){
	.sec05-img02 {
	  margin: -1rem auto 1rem;
	  width: 50%;
	}
}


.sec05-img03 {
	margin: 0 auto 4rem
}

.sec05-img04 {
	margin: 0;
	width: 100%;
}

.sec05-img04 img {
	width: 100%;
	display: block;
}

.section08 {
	margin: 0 auto;
	padding-bottom: 8rem;
}

.section10 {
padding: 0 0 22rem;
}

@media (max-width: 767px){
.section10 {
	padding: 0;
	}
}


.section11 {
	padding: 0 0 10rem;
	background: #fba63e;
}

@media (max-width: 767px){
	.section11 {
	padding: 0 0 4rem;
	}
}


.sec11-img {
	margin: 0 auto;
	z-index: 9999;
	position: relative;
}

.section11::before {  
  display: block;
  content: "";
  background: #faf9f7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  top: -480px;
  left: -10%;
  right: 0;
  margin: auto;
}

.section12::before {
  display: block;
  content: "";
  background: #faf9f7;
  width: 120%;
  height: 710px;
  border-radius: 100%;
  position: absolute;
  bottom: 290px;
  left: -10%;
  right: 0;
  margin: auto;
  z-index: 2;
}

.section11-img01 {
	top: -18rem;
	overflow: visible;
}

@media (max-width: 767px){
	.section11-img01 {
		top: -74vw;
		width: 40%;
	}
}


.sec11-img02 {
	margin: 0 0 2rem;
}


.faqBox ul{
	margin: 0;
}

@media (max-width: 767px){
	.faqBox ul{
		padding: 0;
	}
}


.section12 {
  background: #faf9f7;
  padding-top: 18rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px){
	.section12 {
	  padding-top: 17rem;
	}
}



.section12::after {
  display: block;
  content: "";
  background: #fba63e;
  width: 150%;
  height: 30vw;
  position: absolute;
  top: -16%;
  left: -25%;
}


@media (max-width: 1400px){
.section12::after {
	height: 50vw;
	}
}


.footer-txt {
	position: relative;
	text-align: center;
	margin-bottom: 4rem;
	z-index: 999;
}

@media (max-width: 767px){
	.footer-txt {
		margin-top: -7rem;
			margin-bottom: 2rem;
	}
}


.footer-btn {
	text-align: center;
	margin-bottom: 2rem;
}

.footer-btn a {
	opacity: 1;
	transition: all .3s;
}

.footer-btn a:hover {
	opacity: .7;
	transition: all .3s;
}

.section11-img02 {
  position: absolute;
  top: -14%;
  right: -24%;
}

@media (max-width: 767px){
	.section11-img02 {
		display: none;
	}
}


.triangle::after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 60px;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  margin: 0 auto;
	right: 0;
	left: 0;
}

.section06 {
	padding-bottom: 4rem;
}


.section07 {
	padding-bottom: 4rem;
}

.section06,
.section07,
.section08,
.section09,
.section10{
	background: #faf9f7;
}

.sec03-table02  {
	width: 70%;
	margin: 0 auto 6rem 5rem;
	position: relative;
}

.table06 {
	padding: 0;
	border-collapse: collapse;
	margin: 4rem auto 3rem;
}

.table06 th {
	background: #04afd4;
	padding: 2rem;
	border-top: 1px solid #fff;
	font-size: 1rem;
	font-weight: normal;
	width: 33%;
	color: #fff;
	
}

.table06 th:first-child {
	word-break: keep-all;
}

.table06 tr:first-child th{
	border: 0;
}


.table06 th.bold {
	font-weight: 900;
	font-size: 1rem;
}

.table06 td {
	padding: 2rem;
	border-top: 1px solid #04afd4;
	font-size: 1rem;
	background: #fff;
	width: 33%;
	text-align: center;
	color: #04afd4;
}


.table06 tr:first-child td{
	border: 0;
}

.table06 th.color {
	background: #fba63e;
	font-weight: bold;
	color: #fff;
}

.sec03-table-txt-wrap {
position: absolute;
  top: 89px;
  right: -140px;
  border-left: 5px solid #04afd4;
  height: 352px;
}

.sec03-table-txt-wrap::before {
  content: "";
  display: block;
  width: 20px;
	height: 5px;
	position: absolute;
	top:0;
	left: -20px;
	background: #04afd4;
}


.sec03-table-txt-wrap::after {
  content: "";
  display: block;
  width: 20px;
	height: 5px;
	position: absolute;
	bottom:0;
	left: -20px;
	background: #04afd4;
}

.sec03-table-txt {
  position: relative;
  width: 20%;
  color: #04afd4;
  font-weight: bold;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
　-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 4px;
}

@media (max-width: 767px){
	
	.sec03-table02 {
	  width: 60%;
	  margin:0 0 6rem;
	}
	
	
	.table06 th, .table06 td{
		width: 100%;
		text-align: center;
		display: block;
		}
	
	.sec03-table-txt-wrap {
	  position: absolute;
	  top: 20%;
	  right: -92%;
	  border-left: 5px solid #04afd4;
	  height: 80%;
	}
	
	.sec03-table-txt {
		top:20%;
	}
	
/*	.sec03-table02  {
		width: 100%;
		height: auto;
		margin: 0 auto 6rem;
	}
	
	.table06 {
	  padding: 0;
	  border-collapse: collapse;
	  margin: 4rem auto 1rem;
	  width: 100%;
	}
	
	.table06 th:first-child {
		word-break: break-all;
	}

	
	.sec03-table-txt-wrap {
position: relative;
  top: 0;
  right: 0px;
  border-left: 0;
  height: auto;
}
	
	.sec03-table-txt-wrap::before {
  content: "";
  display: none;
}


.sec03-table-txt-wrap::after {
  content: "";
  display: none;
}

	.sec03-table-txt {
 background: #fba63e;;
  position: relative;
  width: 87%;
		box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.1rem;
  writing-mode: normal;
		-ms-writing-mode: tb;
  writing-mode: horizontal-tb;
}
*/

/*.sec03-table-txt::after {
  content: "";
  display: block;
  background: #04afd4;
  height: calc(tan(60deg) * 40px / 2);
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -20px;
}*/

/*	.sec03-table02::before {
		content: "";
    display: block;
    position: absolute;
    top: 172px;
    left: -1px;
    width: 98%;
    height: 85%;
    border: 5px solid #fba63e;
	}*/
	
}


.PC {
	display: inline-block!important;
}

.SP {
	display: none !important;
}

.lp_btn_wrap {
	margin-bottom: 4rem;
}

@media (max-width: 767px){
	.PC {
	display: none !important;
	}

	.SP {
		display: inline-block !important;
	}
	
	.lp_btn_wrap {
		width: 100%;
		margin: 0 auto 4rem;
	}

 	body {
		width: 100%;
	}
	
	header {
	 width: 100%;
	 padding: 4% 6% 6%;
	 box-sizing: border-box;
	}
	
	img {
		display: block;
		width: 100%;
	}
	
	.mv-in.inner {
		width: 100%;
	}
	
	.inner {
		width: 100%;
	} 
	
	.mv::before {
		height: 70%;
	}
	
	.mv::after {
	  height: 170px;
	  bottom: 92px;
	}
	
	.inner  {
		padding: 4%;
		box-sizing: border-box;
	}
	
	.section05 .inner:first-child{
		padding: 0;
	}
	
	.section03::before {
	  height: 170px;
	  top: 50px;
	}
	
	.section04::before {
		height: 170px;
	  top: -30px;
	}
	
	.section04::after {
		height: 170px;
	  top: 390px;
	}
	
	.sec08-img {
		margin: 0 ;
	}
	
	.section11::before { 
	  height: 170px;
	  top: -120px;section12
	}
	
	.sec11-img {
		width: 90%;
	}
	
	.section12::before {
	  height: 170px;
	  top: -340px;
	}
	
	.table_wrap_biz .table_wrap,
	.table_wrap_pre .table_wrap {
		display: none!important;
	}
	
	.table_wrap_biz .table_wrap:first-child,
	.table_wrap_pre .table_wrap:first-child {
		display: block !important;
	}
	
	.container {
	  width: 100%;
	  display: block;
	  padding: 0;
	  margin: 0 auto;
	}
}