@charset "utf-8";
/*===========================
add
===========================*/
.box-sd {
  padding: 3em;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
}
.box-sd02 {
  padding: 3em;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
  padding: 4em 4em 3em 3em;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  border: 0px solid #999;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
  box-sizing: border-box;
  border-radius:10px;
}
@media only screen and (max-width: 768px) {
  .box-sd, .box-sd02, .box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
  }
}
.box-wrap {
  background: #fcfaf5;
  box-sizing: border-box;
}
.box-ttl {
  text-align: center !important;
  background: var(--basic-color);
  padding: 0.6em;
  color: #fff;
  font-weight: 700;
  font-size:1.03em;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-cnt {
  width: 100%;
  margin: 0px auto 0em;
  padding: 0.5em 1.0em 0.5em 1.0em;
  box-sizing: border-box;
}
ul.circle-1col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-1col > li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #CCC;
  width: 90%;
  margin-right: 2%;
  position: relative;
}
ul.circle-1col > li:last-child {
  margin-bottom: 0px;
}
ul.circle-1col > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.8em;
}
ul.circle-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-2col > li {
  padding: 0 0 0.2em 1.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #CCC;
  width: 45%;
  margin-right: 1%;
  position: relative;
}
ul.circle-2col > li.line {
  margin-bottom: 0px;
}
ul.circle-2col > li.long {
  width: 70%;
}
ul.circle-2col > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.8em;
}
ul.circle-3col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-3col > li {
  padding: 0 0 0.3em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
  width: 28%;
  margin-right: 2%;
  position: relative;
}
ul.circle-3col > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  ul.circle-2col > li, ul.circle-2col > li.long, ul.circle-3col > li {
    width: 90%;
  }
  ul.circle-2col > li.line.line2 {
    margin-bottom: 0.9em;
  }
}
.p-ttl {
  font-size: 1.2em;
  text-align: center;
  font-weight: 800;
}
.president {
  margin-top: 20px;
  font-size: 1.05em;
  text-align: right;
  font-weight: 800;
}
.p-cnt {
  letter-spacing: 0.1vw;
  line-height: 2.0;
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-ttl {
    font-size: 1.0em;
    text-align: left;
  }
  .president {
    font-size: 1.0em;
    text-align: right;
  }
  .p-cnt {
    letter-spacing: 0.1vw;
    line-height: 1.6;
    font-size: 1.0em;
  }
}
.c-plan-step {
  display: flex;
  margin-top: 64px;
  justify-content: center;
  align-items: stretch;
  flex-flow: row;
}
@media only screen and (max-width: 768px) {
  .c-plan-step {
    display: flex;
    flex-flow: wrap column;
    margin-top: 32px;
  }
}
.c-box-list {
  background: #e4f4fa;
  justify-content: center;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin: 20px;
  padding: 24px 16px;
  border-radius: 16px;
  box-sizing: border-box;
}
.c-box-list:nth-child(odd) {
  width: 16.6%;
}
.step-num {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #1eade9;
  margin-bottom: 1.25rem;
}
.step-num::before {
  content: "STEP";
  font-size: 0.5em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .step-num {
    font-size: 9.6666666667vw;
    width: 22.6666666667vw;
    padding-top: 0.0em;
  }
  .step-num::before {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.fa-chevron-right {
  align-self: center;
  font-size: 24px;
  color: #68b3cc;
}
.fa-angle-right {
  align-self: center;
  font-size: 24px;
  color: #68b3cc;
}
.u-headline2 {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.4;
  text-align: center;
}
.flow-bodytxt {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-weight: 300;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .c-box-list:first-of-type {
    margin-top: 0;
  }
  .c-box-list {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  .c-box-list:nth-child(odd) {
    width: 100.0%;
  }
  .c-box-list > div:last-of-type {
    width: calc(100% - 136px);
  }
  .u-headline2, .u-headline3 {
    font-size: 18px;
	margin-bottom:11px;
  }
  .fa-angle-right {
    transform: rotate(90deg);
  }
}
.fa-ul {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative;
  gap: 16px;
  height: auto;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  margin-left:0px;
}
.fa-ul-li {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  background: #f5f8fa;
  border-radius: 16px;
  flex: none;
  flex-direction: column;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 38px 48px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.fa-q-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: auto;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.fa-q {
  align-items: center;
  background: #1eade9;
  border-radius: 50%;
  flex: none;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 7px 13px 9px 13px;
  width: auto;
  max-width: 100%;
}
.fa-q-p {
  color: #333333;
  font-family: var(--s-font-63aa1539);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.67;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.fa-q-c {
  color: #FFFFFF;
  font-family: var(--s-font-59962f25);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0em;
  line-height: 1.3;
  margin: 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
.fa-a-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
  padding: 0px;
  max-width: 100%;
  max-width: 100%;
}
.fa-a {
  align-items: center;
  border-bottom: 1px solid #1eade9;
  border-left: 1px solid #1eade9;
  border-radius: 50%;
  border-right: 1px solid #1eade9;
  border-top: 1px solid #1eade9;
  flex: none;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin: 10px 0px 0px 0px;
  padding: 7px 13px 8px 13px;
  width: auto;
  max-width: 100%;
}
.fa-a-p {
  color: #333333;
  flex: none;
  font-family: var(--s-font-59962f25);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: left;
  width: 982px;
  max-width: 100%;
  display: block;
  word-break: break-word;
}
.fa-a-c {
  color: #1eade9;
  font-family: var(--s-font-59962f25);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0em;
  line-height: 1.3;
  margin: 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .fa-ul {
    flex: none;
    gap: 16px;
    margin: 0px;
    height: auto;
    padding: 0px;
    width: 100%;
    max-width: 100%;
	align-items: flex-start;
  }
  .fa-ul-li {
    flex: none;
    gap: 8px;
    padding: 16px;
    width: auto;
    max-width: 100%;
  }
  .fa-q-wrap {
    gap: 8px;
  }
  .fa-a-wrap {
    align-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start;
  }
  .fa-q {
    padding: 6px 10px 7px 10px;
  }
  .fa-a {
    padding: 6px 10px 6px 10px;
  }
  .fa-q-c {
    font-size: 13px;
  }
  .fa-a-c {
    font-size: 13px;
  }
  .fa-q-p {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
  }
  .fa-a-p {
    flex: none;
    font-size: 15px;
    padding: 0px;
    width: 90%;
    max-width: 100%;
  }
}


.txtIn {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	color:#fff;
	width:100%;
	box-sizing: border-box;
	line-height:normal;
	font-size:1.2em;
	padding:0.2em 1em;
	background-color:var(--basic-color);
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	text-shadow:none !important;
}
.no-bd {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    box-shadow: none !important;
}
