@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar,
.l-humburger__nav-lists--left::-webkit-scrollbar,
.l-humburger__nav-lists--right::-webkit-scrollbar {
  display: none;
}

body,
.l-humburger__nav-lists--left::-webkit-scrollbar,
.l-humburger__nav-lists--right::-webkit-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

*:focus {
  outline: none;
}

html,
body,
main {
  width: 100%;
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}

body.is-fixed {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.br-pc {
  display: none;
}

.br-sp {
  display: block;
}

.h2-arrange {
  position: absolute;
  top: -7px;
  left: -15px;
  transform: translate(-50%, 0%);
  width: 28px;
  height: 23px;
}

header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5)
}

.header {
  max-width: 1640px;
  margin: auto;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 145px;
  margin-left: 30px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  font-size: 18px;
}

.header__nav-contact {
  background-color: #E8AD43;
  height: 50px;
  width: 240px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 3.6px;
  color: white;
  margin-right: 30px;
  border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
}

.header__nav-contact:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.header__nav-sp {
  display: none;
}

.header__hamburger {
  display: none;
}

.footer {
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  height: 241px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 114px;
  padding: 0px 40px;
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 57px;
}

.footer__company-logo {
  width: 143px;
  height: 52px;
}

.footer__company-info {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.footer__company-info-name {
  margin-bottom: 10px;
  padding-top: 30px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.footer__nav li {
  font-size: 18px;
}

.footer__nav li a {
  color: white;
  font-weight: 500;
}

.footer-sp {
  display: none;
}

.fv {
  background-image: url("../images-ds01/fv-bg.png");
  background-position-x: center;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  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;
  margin-top: 90px;
}

.fv__left-inner {
  width: 710px;
}

.fv__left-inner-line1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: white;
  height: 50px;
  width: 420px;
  line-height: 50px;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
}

.fv__left-inner-line2 {
  font-size: 57px;
  font-size: 5.7rem;
  color: #0059A7;
  font-weight: 500;
  height: 80px;
  width: 710px;
  line-height: 80px;
}

.fv__left-inner-line2 span {
  font-size: 51px;
  font-size: 5.1rem;
}

.fv__left-inner-line3 {
  font-size: 70px;
  font-size: 7.5rem;
  color: #0059A7;
  font-weight: 500;
  height: 80px;
  width: 710px;
  line-height: 80px;
}

.fv__left-inner-line3 :first-child {
  font-size: 52px;
  font-size: 5.2rem;
}

.fv__left-inner-line3 :last-child {
  font-size: 57px;
  font-size: 5.7rem;
}

.fv__left-inner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin: 25px auto 15px;
}

.fv__left-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  height: 121px;
  width: 121px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}

.fv__left-inner-content--big {
  font-size: 22px;
  font-size: 1.8rem;
  line-height: 20px;
}

.fv__left-inner-content--small {
  line-height: 16px;
  font-size: 11px;
  font-size: 1.1rem;
}

.fv__left-inner-button {
  display: inline-block;
  position: relative;
  width: 428px;
  height: 80px;
  background: #E8AD43 0% 0% no-repeat padding-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 72px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  border-radius: 40px;
  border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
}

.fv__left-inner-button:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;

}

.fv__left-inner-button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("../images-ds01/fv-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-left: 16px;
}

.fv__left-inner-button-sp {
  display: none;
}

.fv__left-inner-button-sp::after {
  display: none;
}

.fv__right-inner {
  padding-top: 55px;
  padding-left: 10px;
}

.fv__right-inner img {
  width: 77rem;
}

.fv__right-inner-sp {
  display: none;
}

.sec1__title {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin: 80px auto;
  letter-spacing: 2.52px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.h2-arrange2 {
  position: absolute;
  top: 15px;
  left: 55px;
  transform: translate(-50%, 0%);
  width: 28px;
  height: 23px;
}

.sec1__title::before {
  content: "　";
  display: inline-block;
  border-left: 4px dashed orange;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-size: 55px;
}

.sec1__title::after {
  content: "　";
  display: inline-block;
  border-right: 4px dashed orange;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  font-size: 55px;
}

.sec1__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  margin: 60px 0px;
}

.sec1__content {
  position: relative;
  width: 317px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  padding: 31px 36px 31px 53px;
  font-size: 18px;
}

.sec1__content span {
  font-weight: 600;
  color: #0059A7;
}

.sec1__content::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 20px;
  background-image: url("../images-ds01/sec1-check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sec1__triangle {
  border-top: 83px solid #E8AD43;
  border-right: 182px solid transparent;
  border-left: 182px solid transparent;
  width: 364px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.sec1__des {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 68px auto 224px;
}

.sec1__des img {
  width: 160px;
}

.sec1__des span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffdea1));
  background: linear-gradient(transparent 70%, #ffdea1 30%);
}

.sec2 {
  position: relative;
}

.sec2__title {
  font-size: 44px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec2__title span {
  font-size: 54px;
}

.sec2__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 114px;
}

.sec2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.sec2__content {
  width: 975px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}

.sec2__content-left {
  width: 480px;
}

.sec2__content-left h3 {
  width: 500px;
  height: 70px;
  display: inline-block;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.sec2__content-left h3::before {
  display: inline-block;
  font-size: 60px;
  color: #016FAC;
  font-style: italic;
  font-weight: 400;
  font-family: Helvetica;
  padding-right: 8px;
}

.sec2__content-left.no1 h3::before {
  content: "01";
}

.sec2__content-left.no2 h3::before {
  content: "02";
}

.sec2__content-left.no3 h3::before {
  content: "03";
}

.sec2__content-left.no4 h3::before {
  content: "04";
}

.sec2__content-left p {
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 28px;
  margin-top: 10px;
}

.sec2__content-right {
  width: 373px;
  height: 272px;
  overflow: hidden;
}

.sec2__bg1 {
  position: absolute;
  top: -90px;
  left: 0px;
  z-index: -1;
  width: 1000px;
}

.sec2__bg2 {
  position: absolute;
  bottom: -90px;
  right: 0px;
  z-index: -1;
  width: 1000px;
}

.sec3 {
  position: relative;
}

.sec3 h2 {
  font-size: 44px;
  text-align: center;
  margin-top: 165px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec3__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 114px;
}

.sec3__profile {
  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;
  margin-bottom: 95px;
}

.sec3__profile-img {
  width: 444px;
  height: 291px;
}

.sec3__profile-des {
  padding: 40px;
  width: 596px;
}

.sec3__profile-des h3 {
  font-size: 28px;
  letter-spacing: 1.96px;
}

.sec3__profile-des p {
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 30px;
}

.sec3__profile-text {
  font-family: "Cedarville Cursive", cursive;
  font-size: 260px;
  position: absolute;
  top: -138px;
  left: 0px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: -1;
  color: #ade1e7;
}

.sec3__contact {
  background-color: #016FAC;
  height: 496px;
  text-align: center;
  color: white;
  /* margin-top: 125px; */
}

.sec3__contact h3 {
  font-size: 36px;
  font-weight: 600;
  padding-top: 90px;
  padding-bottom: 70px;
}

.sec3__contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 60px;
}

.sec3__contact-button1 p {
  font-size: 24px;
  font-weight: 500;
}

.sec3__contact-button1 a {
  position: relative;
  display: inline-block;
  width: 470px;
  height: 86px;
  font-size: 20px;
  color: white;
  line-height: 82px;
  background-color: #E8AD43;
  letter-spacing: 4px;
  font-weight: 600;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  border-radius: 40px;
  margin-top: 35px;
  border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
}

.sec3__contact-button1 a:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.sec3__contact-button1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("../images-ds01/sec3-arrow1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-left: 16px;
}

.sec3__contact-button2 p {
  font-size: 24px;
  font-weight: 500;
}

.sec3__contact-button2 span {
  font-size: 20px;
}

.sec3__contact-button2 .tel-pc {
  position: relative;
  display: inline-block;
  width: 470px;
  height: 86px;
  font-size: 20px;
  color: white;
  line-height: 82px;
  background-color: #009DAD;
  letter-spacing: 4px;
  font-weight: 600;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  border-radius: 40px;
  margin-top: 20px;
  border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
}

.sec3__contact-button2 .tel-pc:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.sec3__contact-button2 .tel-sp {
  display: none;
}

.sec3__contact-button2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("../images-ds01/sec3-arrow2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-left: 16px;
}

.sec4 {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(217, 236, 240, 0.6980392157)), color-stop(55%, rgba(238, 246, 248, 0.3960784314)), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(217, 236, 240, 0.6980392157) 0%, rgba(238, 246, 248, 0.3960784314) 55%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 130px;
}

.sec4 h2 {
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec4__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 114px;
}

.sec4__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

.sec4__content {
  width: 975px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}

.sec4__content-left {
  width: 490px;
}

.sec4__content-left h3 {
  width: 490px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.sec4__content-left h3::before {
  content: "";
  border-left: 3px solid #016FAC;
  height: 67px;
  display: inline-block;
  padding-right: 38px;
}

.sec4__content-left p {
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 28px;
  margin-top: 10px;
}

.sec4__content-right {
  width: 373px;
  height: 272px;
  overflow: hidden;
}

.sec4__content-right img {
  width: auto;
  height: 100%;
}

.sec5 {
  background-image: url("../images-ds01/sec5-bg.jpeg");
  background-size: 130%;
  background-position-x: center;
  background-position-y: -290px;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.sec5__filter {
  position: relative;
  padding-top: 100px;
}

.sec5__filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  opacity: 0.79;
  padding-top: 100px;
}

.sec5 h2 {
  font-size: 44px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec5__partition {
  height: 4px;
  width: 200px;
  background-color: white;
  margin: 30px auto 78px;
  position: relative;
  z-index: 1;
}

.sec5__contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.sec5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: 130px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 20px;
  gap: 20px;
  margin: 10px 0px;
}

.sec5__content-img {
  height: 72px;
  width: 72px;
}

.sec5__content-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.sec6 h2 {
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec6__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 114px;
}

.sec6__bg {
  max-width: 1000px;
  margin: auto auto 93px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
  padding: 12px;
  margin-bottom: 93px;
}

.sec6__contents {
  background-color: white;
  padding-bottom: 70px;
}

.sec6__content {
  width: 620px;
  padding-top: 60px;
  margin: auto;
  position: relative;
}

.sec6__content h3 {
  font-size: 28px;
  color: #0059A7;
}

.sec6__content p {
  font-size: 16px;
  line-height: 35px;
  margin-top: 15px;
}

.sec6__content::before {
  position: absolute;
  top: 50px;
  left: -95px;
  font-size: 50px;
  color: #0059A7;
  font-family: Helvetica;
}

.sec6__content.no1::before {
  content: "01";
}

.sec6__content.no2::before {
  content: "02";
}

.sec6__content.no3::before {
  content: "03";
}

.sec6__content.no4::before {
  content: "04";
}

.sec6__content.no5::before {
  content: "05";
}

.sec6__content.no6::before {
  content: "06";
}

.sec6__video {
  margin: 125px auto;
  max-width: 600px;
}

.sec6__video-title {
  font-size: 30px;
  font-weight: 700;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.sec6__video-des {
  font-size: 16px;
  max-width: 600px;
  margin: 20px auto;
  line-height: 28px;
}

.sec7 {
  background-color: rgba(232, 250, 253, 0.431372549);
  padding-top: 100px;
  padding-bottom: 52px;
}

.sec7 h2 {
  font-size: 44px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec7__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 86px;
}

.sec7__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 19px;
  margin-bottom: 86px;
}

.sec7__content {
  background-color: white;
  padding: 22px 30px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}

.sec7__content-img {
  width: 261px;
  height: 149px;
  background-color: #FAFAFA;
}

.sec7__content-des {
  width: 261px;
  font-size: 16px;
}

.sec7__content-name {
  text-align: right;
}

.sec8 {
  padding-bottom: 119px;
}

.sec8 h2 {
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec8__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 86px;
}

.sec8__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.sec8__content {
  position: relative;
  width: 307px;
  height: 460px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px 20px 0px 0px;
}

.sec8__content.no3::after {
  border: none;
}

.sec8__content-img {
  width: 307px;
  height: 102px;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}

.sec8__content-img::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 25px;
  height: 70px;
  width: 70px;
}

.sec8__content-img.no1 {
  background: transparent -webkit-gradient(linear, left top, right top, from(#D9ECF0), to(rgba(106, 185, 184, 0.3960784314))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #D9ECF0 0%, rgba(106, 185, 184, 0.3960784314) 100%) 0% 0% no-repeat padding-box;
}

.sec8__content-img.no1::after {
  background-image: url("../images-ds01/sec8-img1.png");
}

.sec8__content-img.no2::after {
  background-image: url("../images-ds01/sec8-img2.png");
}

.sec8__content-img.no3::after {
  background-image: url("../images-ds01/sec8-img3.png");
}

.sec8__content-img.no2 {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(184, 121, 238, 0.4039215686)), to(#B879EE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(184, 121, 238, 0.4039215686) 0%, #B879EE 100%) 0% 0% no-repeat padding-box;
}

.sec8__content-img.no3 {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(239, 200, 68, 0.4039215686)), to(#EFC844)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(239, 200, 68, 0.4039215686) 0%, #EFC844 100%) 0% 0% no-repeat padding-box;
}

.sec8__content.no3 h3 {
  padding-top: 29px;
  padding-bottom: 4px;
}

.sec8__content h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 36px;
  text-align: center;
}

.sec8__content p {
  font-size: 16px;
  line-height: 32px;
  padding: 15px;
  letter-spacing: 1.12px;
}

.sec8__content::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: -31px;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 31px solid #C0E1E1;
}

.sec9 {
  padding-top: 100px;
  background-color: rgba(232, 250, 253, 0.431372549);
  text-align: center;
  padding-bottom: 120px;
}

.sec9 h2 {
  font-size: 44px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec9__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 86px;
}

.sec9__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 58px;
  text-align: left;
}

.sec9__content-left h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.sec9__content-left p {
  font-size: 58px;
  font-weight: 600;
}

.sec9__content-left--middle {
  font-size: 40px;
}

.sec9__content-left--small {
  font-size: 24px;
  font-weight: 400;
}

.sec9__content-right {
  background-color: white;
  border-radius: 20px;
  gap: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 22px;
  padding-left: 46px;
  padding-right: 20px;
}

.sec9__content-right li {
  font-size: 16px;
  height: 36px;
  position: relative;
}

.sec9__content-right li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -35px;
  background-image: url("../images-ds01/sec9-check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.sec9__button {
  display: inline-block;
  height: 86px;
  width: 625px;
  font-size: 20px;
  position: relative;
  background-color: #E8AD43;
  color: white;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
  border-radius: 40px;
  border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
}

.sec9__button:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.sec9__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("../images-ds01/sec3-arrow1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-left: 16px;
}

.sec10 {
  padding-bottom: 292px;
}

.sec10 h2 {
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sec10__partition {
  height: 4px;
  width: 200px;
  background-color: #009DAD;
  margin: 30px auto 86px;
}

.sec10__question {
  max-width: 1000px;
  height: 90px;
  background-color: #FAFAFA;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 90px;
  padding-left: 30px;
  margin: auto;
}

.sec10__question::before {
  content: "Q";
  font-size: 40px;
  color: #009DAD;
  padding-right: 40px;
  font-weight: 600;
}

.sec10__answer {
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding-left: 100px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  line-height: 34px;
}

.sec10__answer::before {
  position: absolute;
  top: 30px;
  left: 33px;
  content: "A";
  font-size: 40px;
  color: #E8AD43;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  .header__nav ul {
    gap: 17px;
    font-size: 15px;
    margin: auto 20px;
  }

  .header__nav-contact {
    width: 200px;
  }

  .fv__left-inner {
    width: 600px;
    margin-left: 30px;
  }

  .fv__left-inner-line1 {
    font-size: 28px;
    font-size: 2.4rem;
  }

  .fv__left-inner-line2 {
    font-size: 3.7rem;
    color: #0059A7;
    font-weight: 500;
    height: 80px;
    width: 500px;
    line-height: 80px;
  }

  .fv__left-inner-line2 span {
    font-size: 51px;
    font-size: 3.1rem;
  }

  .fv__left-inner-line3 {
    font-size: 5.5rem;
    width: 500px;
  }

  .fv__left-inner-line3 :first-child {
    font-size: 3.2rem;
  }

  .fv__left-inner-line3 :last-child {
    font-size: 3.7rem;
  }

  .fv__right-inner {
    padding-top: 55px;
    padding-left: 10px;
  }

  .fv__right-inner img {
    width: 100%;
  }

  .fv__right-inner-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  header {
    background-color: unset;
    box-shadow: unset;
  }

  .header {
    height: 70px;
    position: relative;
  }

  .header__logo {
    width: 75px;
  }

  .header__nav ul {
    display: none;
  }

  .header__nav-sp {
    display: block;
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100%;
    left: -100%;
    background: #eee;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
    background-color: white;
    z-index: 1;
    padding-left: 15%;
  }

  .header__nav-sp-logo {
    width: 128px;
    height: 47px;
    margin: 19px auto 19px 70px;
  }

  .header__nav-sp-line {
    margin: 0px 45px;
    width: 260px;
    height: 55px;
    line-height: 55px;
    text-align: left;
    border-top: 2px solid #D6D3D3;
    padding-left: 25px;
  }

  .header__nav-sp-line a {
    color: black;
    font-size: 18px;
    font-weight: 500;
  }

  .header__nav-sp::before {
    content: "";
    height: 100%;
    width: 80px;
    background-color: #009DAD;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .header__nav-contact {
    height: 50px;
    width: 240px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: 3.6px;
    color: white;
    margin: 40px 55px;
    font-size: 18px;
  }

  .header__hamburger {
    display: inline-block;
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
  }

  .hamburger__line--top,
  .hamburger__line--middle,
  .hamburger__line--bottom {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: black;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .hamburger__line--top {
    top: 0;
  }

  .hamburger__line--middle {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .hamburger__line--bottom {
    bottom: 0;
  }

  .header__hamburger.open {
    width: 30px;
    height: 30px;
  }

  .header__hamburger.open span:nth-of-type(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__hamburger.open span:nth-of-type(2) {
    opacity: 0;
  }

  .header__hamburger.open span:nth-of-type(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .in {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .footer {
    display: none;
  }

  .footer-sp {
    display: block;
    background: transparent -webkit-gradient(linear, left top, right top, from(#0078AC), to(#00AAAD)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #0078AC 0%, #00AAAD 100%) 0% 0% no-repeat padding-box;
    height: 205px;
  }

  .footer-sp__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-sp__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 27px;
  }

  .footer-sp__nav li {
    font-size: 13px;
    width: 80px;
    display: inline-block;
    text-align: left;
  }

  .footer-sp__nav li a {
    color: white;
    font-weight: 500;
  }

  .footer-sp__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 110px;
  }

  .footer-sp__company-logo {
    width: 86px;
    height: 31px;
  }

  .footer-sp__company-info {
    color: white;
    font-size: 11px;
    font-weight: 700;
  }

  .footer-sp__company-info-name {
    padding-top: 30px;
  }

  .footer-sp__company-info-address {
    font-size: 10px;
  }

  .fv {
    background-size: cover;
    height: 670px;
    margin-top: 0px;
  }

  .fv__left-inner {
    width: 333px;
    margin-left: 0px;
  }

  .fv__left-inner-line1 {
    font-size: 18px;
    height: 31px;
    width: 277px;
    line-height: 31px;
    margin-top: 70px;
  }

  .fv__left-inner-line2 {
    font-size: 27px;
    font-weight: 500;
    height: 37px;
    width: 333px;
    line-height: 37px;
    margin-top: 5px;
  }

  .fv__left-inner-line2 span {
    font-size: 25px;
  }

  .fv__left-inner-line3 {
    font-size: 33px;
    height: 37px;
    width: 333px;
    line-height: 37px;
  }

  .fv__left-inner-line3 :first-child {
    font-size: 25px;
  }

  .fv__left-inner-line3 :last-child {
    font-size: 28px;
  }

  .fv__left-inner-contents {
    gap: 1px;
    margin: 30px auto 15px;
  }

  .fv__left-inner-content {
    height: 110px;
    width: 110px;
  }

  .fv__left-inner-content--big {
    line-height: 20px;
    font-size: 16px;
  }

  .fv__left-inner-content--small {
    line-height: 16px;
    font-size: 10px;
    font-weight: 900;
  }

  .fv__left-inner-button {
    display: none;
  }

  .fv__left-inner-button::after {
    display: none;
  }

  .fv__left-inner-button-sp {
    display: block;
    position: relative;
    width: 315px;
    height: 54px;
    background: #E8AD43 0% 0% no-repeat padding-box;
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 50px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
    letter-spacing: 1.7px;
    border-radius: 30px;
    border-bottom: solid 4px #333;
    transition: all 0.2s ease-out;
  }

  .fv__left-inner-button-sp:hover{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
  }

  .fv__left-inner-button-sp::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../images-ds01/fv-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 16px;
  }

  .fv__right-inner {
    display: none;
  }

  .fv__right-inner-sp {
    display: block;
    width: 300px;
    margin: 20px auto;
  }

  .sec1__title {
    font-size: 20px;
    margin: 50px auto 20px;
  }

  .sec1__title::before {
    border-left: 3px dashed orange;
    -webkit-transform: rotate(-30deg) translate(20px, 10px);
    transform: rotate(-30deg) translate(20px, 10px);
    font-size: 30px;
  }

  .sec1__title::after {
    border-right: 3px dashed orange;
    -webkit-transform: rotate(30deg) translate(-25px, 10px);
    transform: rotate(30deg) translate(-25px, 10px);
    font-size: 30px;
  }

  .h2-arrange2 {
    top: -2px;
    left: 35px;
  }

  .sec1__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 0px;
  }

  .sec1__content {
    position: relative;
    width: 315px;
    height: 185px;
    line-height: 28px;
    margin: auto;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
    padding: 25px 25px 25px 33px;
    font-size: 16px;
  }

  .sec1__content::before {
    top: 25px;
    left: 5px;
  }

  .sec1__triangle {
    border-right: 157px solid transparent;
    border-left: 157px solid transparent;
    width: 314px;
    margin: 30px auto;
  }

  .sec1__des {
    font-size: 24px;
    text-align: left;
    width: 330px;
    margin: 30px auto 80px;
  }

  .sec1__des div {
    text-align: center;
  }

  .sec1__des span {
    font-size: 30px;
  }

  .sec2__title {
    font-size: 30px;
    font-weight: 900;
  }

  .sec2__title span {
    font-size: 30px;
  }

  .sec2__partition {
    height: 4px;
    width: 200px;
    background-color: #009DAD;
    margin: 30px auto 40px;
  }

  .sec2__contents {
    gap: 30px;
  }

  .sec2__content {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .sec2__content-left {
    width: 100%;
  }

  .sec2__content-left h3 {
    width: 310px;
    line-height: 30px;
    margin: auto;
    display: block;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 22px;
  }

  .sec2__content-left h3 span {
    padding-left: 60px;
  }

  .sec2__content-left h3::before {
    font-size: 40px;
  }

  .sec2__content-left.no1 h3::before {
    content: "01";
  }

  .sec2__content-left.no2 h3::before {
    content: "02";
  }

  .sec2__content-left.no3 h3::before {
    content: "03";
  }

  .sec2__content-left.no4 h3::before {
    content: "04";
  }

  .sec2__content-right {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .sec2__bg1 {
    position: absolute;
    top: -45px;
    left: 0px;
    z-index: -1;
    width: 65%;
  }

  .sec2__bg2 {
    position: absolute;
    bottom: -100px;
    right: 0px;
    z-index: -1;
    width: 65%;
  }

  .sec3 h2 {
    font-size: 30px;
  }

  .sec3__partition {
    margin: 30px auto 40px;
  }

  .sec3__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec3__profile-img {
    width: 80%;
    height: auto;
  }

  .sec3__profile-des {
    padding: 0px;
    width: 80%;
  }

  .sec3__profile-des h3 {
    font-size: 22px;
    margin: 10px auto;
  }

  .sec3__profile-text {
    font-family: "Cedarville Cursive", cursive;
    font-size: 55px;
    position: absolute;
    top: -62px;
    left: 0px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
    color: #ade1e7;
    font-weight: 900;
  }

  .sec3__contact {
    height: 360px;
    margin-top: 20px;
  }

  .sec3__contact h3 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec3__contact-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }

  .sec3__contact-button1 p {
    font-size: 16px;
    font-weight: 500;
  }

  .sec3__contact-button1 a {
    width: 315px;
    height: 54px;
    font-size: 20px;
    line-height: 50px;
    margin-top: 12px;
  }

  .sec3__contact-button1 a::after {
    width: 20px;
    height: 20px;
    padding-left: 10px;
  }

  .sec3__contact-button2 p {
    font-size: 16px;
  }

  .sec3__contact-button2 span {
    font-size: 20px;
  }

  .sec3__contact-button2 .tel-sp {
    display: inline-block;
    width: 315px;
    height: 54px;
    font-size: 16px;
    line-height: 50px;
    margin-top: 12px;
    position: relative;
    color: white;
    background-color: #009DAD;
    letter-spacing: 4px;
    font-weight: 600;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3254901961);
    border-radius: 30px;
    border-bottom: solid 4px #333;
  transition: all 0.2s ease-out;
  }

  .sec3__contact-button2 .tel-sp:hover{
    -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  }

  .sec3__contact-button2 .tel-pc {
    display: none;
  }

  .sec3__contact-button2 a::after {
    content: "";
    width: 20px;
    height: 20px;
    padding-left: 10px;
  }

  .sec4 {
    padding-bottom: 40px;
  }

  .sec4 h2 {
    font-size: 30px;
    margin-top: 60px;
  }

  .sec4__partition {
    margin: 30px auto 30px;
  }

  .sec4__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .sec4__content {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .sec4__content-left {
    width: 100%;
  }

  .sec4__content-left h3 {
    width: 100%;
    height: 64px;
    line-height: 32px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 22px;
  }

  .sec4__content-left h3::before {
    border-left: 4px solid #016FAC;
    height: 60px;
    padding-right: 20px;
  }

  .sec4__content-left p {
    margin-top: 20px;
  }

  .sec4__content-right {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    text-align: center;
  }

  .sec4__content-right img {
    width: auto;
    height: 100%;
  }

  .sec5 {
    background-size: cover;
    background-position-y: 0px;
    padding-bottom: 60px;
  }

  .sec5__filter {
    padding-top: 60px;
  }

  .sec5__filter::after {
    padding-top: 60px;
  }

  .sec5 h2 {
    font-size: 30px;
  }

  .sec5__partition {
    margin: 30px auto;
  }

  .sec5__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .sec5__content {
    width: 90%;
    height: 94px;
    padding-left: 10px;
    gap: 10px;
    margin: 10px auto;
  }

  .sec5__content-img {
    height: 37px;
    width: 37px;
  }

  .sec5__content-title {
    font-size: 22px;
    line-height: 30px;
  }

  .sec6 h2 {
    font-size: 30px;
    margin-top: 60px;
  }

  .sec6__partition {
    margin: 30px auto 40px;
  }

  .sec6__bg {
    max-width: none;
    width: 90%;
    margin: auto auto 93px;
    padding: 5px;
    margin-bottom: 40px;
  }

  .sec6__contents {
    padding-bottom: 30px;
  }

  .sec6__content {
    width: 90%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .sec6__content h3 {
    font-size: 18px;
  }

  .sec6__content p {
    font-size: 14px;
    line-height: 24px;
  }

  .sec6__content::before {
    top: 25px;
    left: -8px;
    font-size: 30px;
  }

  .sec6__content.no1::before {
    content: "01";
  }

  .sec6__content.no2::before {
    content: "02";
  }

  .sec6__content.no3::before {
    content: "03";
  }

  .sec6__content.no4::before {
    content: "04";
  }

  .sec6__content.no5::before {
    content: "05";
  }

  .sec6__content.no6::before {
    content: "06";
  }

  .sec6__video {
    margin: 50px auto 25px;
    width: 90%;
  }

  .sec6__video iframe {
    width: 100%;
    height: 220px;
  }

  .sec6__video-title {
    font-size: 26px;
  }

  .sec6__video-des {
    font-size: 16px;
    width: 90%;
  }

  .sec7 {
    padding-top: 60px;
  }

  .sec7 h2 {
    font-size: 30px;
  }

  .sec7__partition {
    margin: 30px auto;
  }

  .sec7__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    margin: auto auto 16px;
  }

  .sec7__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    margin: auto;
  }

  .sec7__content-name {
    font-size: 10px;
    font-weight: 500;
  }

  .sec8 {
    padding-bottom: 40px;
  }

  .sec8 h2 {
    font-size: 30px;
    margin-top: 60px;
  }

  .sec8__partition {
    margin: 30px auto;
  }

  .sec8__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px;
    width: 90%;
    margin: auto;
  }

  .sec8__content {
    position: relative;
    width: 307px;
    height: 329px;
    border-radius: 20px;
    margin: auto;
  }

  .sec8__content.no3::after {
    border: none;
  }

  .sec8__content-img {
    width: 307px;
    height: 80px;
    border-radius: 20px 20px 0px 0px;
    position: relative;
  }

  .sec8__content-img::after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 25px;
    height: 60px;
    width: 60px;
  }

  .sec8__content-img.no1 {
    background: transparent -webkit-gradient(linear, left top, right top, from(#D9ECF0), to(rgba(106, 185, 184, 0.3960784314))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #D9ECF0 0%, rgba(106, 185, 184, 0.3960784314) 100%) 0% 0% no-repeat padding-box;
  }

  .sec8__content-img.no1::after {
    background-image: url("../images-ds01/sec8-img1.png");
  }

  .sec8__content-img.no2::after {
    background-image: url("../images-ds01/sec8-img2.png");
  }

  .sec8__content-img.no3::after {
    background-image: url("../images-ds01/sec8-img3.png");
  }

  .sec8__content-img.no2 {
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(184, 121, 238, 0.4039215686)), to(#B879EE)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(184, 121, 238, 0.4039215686) 0%, #B879EE 100%) 0% 0% no-repeat padding-box;
  }

  .sec8__content-img.no3 {
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(239, 200, 68, 0.4039215686)), to(#EFC844)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(239, 200, 68, 0.4039215686) 0%, #EFC844 100%) 0% 0% no-repeat padding-box;
  }

  .sec8__content.no3 h3 {
    padding-top: 29px;
    padding-bottom: 4px;
  }

  .sec8__content h3 {
    font-size: 22px;
    padding: 15px;
  }

  .sec8__content p {
    padding: 0px 15px;
  }

  .sec8__content::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 185px);
    transform: translate(-50%, 185px);
    right: unset;
    border-right: 31px solid transparent;
    border-left: 31px solid transparent;
    border-top: 31px solid #C0E1E1;
  }

  .sec9 {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .sec9 h2 {
    font-size: 30px;
  }

  .sec9__partition {
    height: 4px;
    width: 200px;
    background-color: #009DAD;
    margin: 30px auto;
  }

  .sec9__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 58px;
  }

  .sec9__content-left h3 {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
  }

  .sec9__content-left p {
    line-height: 22px;
    text-align: center;
    line-height: 40px;
  }

  .sec9__content-right {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .sec9__content-right li {
    width: 210px;
    margin: auto;
  }

  .sec9__content-right li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -35px;
    background-image: url("../images-ds01/sec9-check.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
  }

  .sec9__button {
    height: 54px;
    width: 315px;
    font-size: 16px;
    line-height: 50px;
  }

  .sec10 {
    padding-bottom: 60px;
  }

  .sec10 h2 {
    font-size: 30px;
    margin-top: 60px;
  }

  .sec10__partition {
    margin: 30px auto;
  }

  .sec10__question {
    max-width: none;
    width: 90%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-radius: 10px;
    position: relative;
  }

  .sec10__question::before {
    content: "Q";
    position: absolute;
    font-size: 30px;
    left: 9px;
  }

  .sec10__answer {
    max-width: none;
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
    line-height: 28px;
  }

  .sec10__answer::before {
    top: 30px;
    left: 10px;
    font-size: 30px;
  }
}