@charset "UTF-8";
/* 共通 */
html {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

@font-face {
  src: url("../fonts/NotoSansJP-Black900.woff") format("woff");
  font-family: "Noto Sans JP 900";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold700.woff") format("woff");
  font-family: "Noto Sans JP 700";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium500.woff") format("woff");
  font-family: "Noto Sans JP 500";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular400.woff") format("woff");
  font-family: "Noto Sans JP 400";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Light300.woff") format("woff");
  font-family: "Noto Sans JP 300";
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

.change-color#header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.change-color#header::after {
  background: transparent !important;
}
@media screen and (max-width: 480px) {
  .change-color .header__top {
    height: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .change-color .header__top--logo {
    margin-left: 15px !important;
    width: 150px !important;
  }
}
.change-color .header__top--logo--01 {
  display: block !important;
}
.change-color .header__top--logo--02 {
  display: none !important;
}
.change-color .header--search {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .change-color#nav-toggle {
    height: 60px !important;
    width: 80px !important;
    padding: 15px 20px !important;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  left: 0;
}
#header a {
  color: #fff;
}
#header .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: ease 0.2s;
}
@media screen and (max-width: 950px) {
  #header .header__top {
    height: 82px;
  }
}
#header .header__top--logo {
  width: 238px;
  margin-left: 30px;
  transition: ease 0.2s;
}
@media screen and (max-width: 1300px) {
  #header .header__top--logo {
    width: 220px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  #header .header__top--logo {
    width: 180px;
  }
}
#header .header__top--logo--01 {
  display: none;
}
#header .header__top--logo--02 {
  display: block;
}
#header .header__top--logo a {
  display: inline-block;
  color: #fff;
}
#header .header__top--nav {
  width: 980px;
  padding-right: 30px;
}
@media screen and (max-width: 1300px) {
  #header .header__top--nav {
    width: 800px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1120px) {
  #header .header__top--nav {
    width: calc(100% - 280px);
    padding-right: 15px;
  }
}
@media screen and (max-width: 950px) {
  #header .header__top--nav {
    display: none;
  }
}
#header .header__top--nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header__top--nav ul li {
  font-size: 1.8rem;
  padding: 25px 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #header .header__top--nav ul li {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
#header .header__top--nav ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  .header--btn {
    margin-right: 15px;
  }
}

.header--btn, .footer--btn {
  display: flex;
}
.header--btn--tel, .header--btn--cta, .footer--btn--tel, .footer--btn--cta {
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .header--btn--tel, .header--btn--cta, .footer--btn--tel, .footer--btn--cta {
    width: 180px;
  }
}
@media screen and (max-width: 980px) {
  .header--btn--tel, .header--btn--cta, .footer--btn--tel, .footer--btn--cta {
    width: 160px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header--btn--tel, .header--btn--cta, .footer--btn--tel, .footer--btn--cta {
    width: 48%;
  }
}
.header--btn--tel, .footer--btn--tel {
  background-color: #fff;
  margin-right: 15px;
}
.header--btn--tel svg, .footer--btn--tel svg {
  fill: #666;
  height: 27px;
  width: auto;
}
@media screen and (max-width: 1120px) {
  .header--btn--tel svg, .footer--btn--tel svg {
    height: 23px;
  }
}
.header--btn--tel:hover, .footer--btn--tel:hover {
  background-color: #666;
  opacity: 1 !important;
}
.header--btn--tel:hover svg, .footer--btn--tel:hover svg {
  fill: #fff;
}
.header--btn--cta, .footer--btn--cta {
  background-color: #FF6A14;
  height: 53px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .header--btn--cta, .footer--btn--cta {
    height: 48px;
  }
}
.header--btn--cta:hover, .footer--btn--cta:hover {
  background-color: #fff;
  color: #FF6A14 !important;
  opacity: 1 !important;
}

#mv {
  display: flex;
  height: 700px;
  align-items: flex-end;
  background: rgb(255, 222, 159);
  background: linear-gradient(145deg, rgb(255, 222, 159) 0%, rgb(163, 217, 184) 30%, rgb(39, 177, 182) 70%, rgb(0, 121, 194) 100%);
  position: relative;
}
@media screen and (max-width: 1120px) {
  #mv {
    height: 62.5vw;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    height: auto;
  }
}
#mv .particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#mv .mv__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner {
    justify-content: flex-start;
  }
}
#mv .mv__inner--text {
  width: 53%;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#mv .mv__inner--text--content {
  padding-top: 30px;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner--text--content {
    padding-top: 3.57vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--content {
    padding-top: 100px;
  }
}
#mv .mv__inner--text--content h1 {
  width: 560px;
  margin-bottom: 40px;
  filter: drop-shadow(3px 3px 10px rgba(47, 132, 124, 0.4));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner--text--content h1 {
    width: 50vw;
    margin-bottom: 3.57vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--content h1 {
    width: 92%;
    margin-bottom: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#mv .mv__inner--text--award {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--award {
    flex-direction: column;
  }
}
#mv .mv__inner--text--award span {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--award span {
    width: 51%;
    margin-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--award span:nth-child(1) {
    margin-bottom: 3%;
  }
}
#mv .mv__inner--text--cta {
  width: 340px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner--text--cta {
    width: 50vw;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--text--cta {
    display: none;
  }
}
#mv .mv__inner--img {
  width: 41%;
  padding-right: 10%;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner--img {
    padding-right: 9%;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--img {
    position: absolute;
    right: -1vw;
    bottom: -1px;
    padding-right: 0%;
    width: 50%;
  }
}
#mv .mv__inner--img--tab {
  display: block;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--img--tab {
    display: none;
  }
}
#mv .mv__inner--img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--img--sp {
    display: block;
  }
}
#mv .mv__inner--nintei {
  position: absolute;
  width: 220px;
  height: 260px;
  bottom: -33px;
  right: 0;
}
@media screen and (max-width: 1120px) {
  #mv .mv__inner--nintei {
    width: 19.64vw;
    height: 23.21vw;
    bottom: -13px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__inner--nintei {
    position: relative;
    width: 36.5vw;
    height: 40.79vw;
    bottom: initial;
    margin-left: 4vw;
    margin-bottom: 21vw;
  }
}

#mv_bottom {
  margin-top: -1px;
}
#mv_bottom .mv_bottom--text {
  background-color: #5E5E5E;
  text-align: center;
}
#mv_bottom .mv_bottom--text p {
  color: #fff;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding: 7px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--text p {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  #mv_bottom .mv_bottom--text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    padding: 7px 0px;
  }
}
#mv_bottom .mv_bottom--logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--logo {
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }
}
@media screen and (max-width: 767px) {
  #mv_bottom .mv_bottom--logo {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
  }
}
#mv_bottom .mv_bottom--logo ul {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--logo ul {
    width: 92%;
  }
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--logo ul {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--logo ul li {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  #mv_bottom .mv_bottom--logo ul li {
    margin: 1.33vw;
  }
}
#mv_bottom .mv_bottom--logo ul li img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 1120px) {
  #mv_bottom .mv_bottom--logo ul li img {
    height: 4.46vw;
  }
}
@media screen and (max-width: 767px) {
  #mv_bottom .mv_bottom--logo ul li img {
    height: 7.57vw;
  }
}

#works {
  background: rgb(255, 222, 159);
  background: linear-gradient(145deg, rgb(255, 222, 159) 0%, rgb(163, 217, 184) 30%, rgb(39, 177, 182) 70%, rgb(0, 121, 194) 100%);
  position: relative;
}
#works .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#works .works__inner {
  position: relative;
  z-index: 1;
}
#works .works__inner--ttl {
  display: flex;
  align-items: flex-end;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  #works .works__inner--ttl {
    width: 92%;
  }
}
#works .works__inner--ttl h3 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #works .works__inner--ttl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #works .works__inner--ttl h3 {
    margin-right: 10px;
    font-size: 1.8rem;
  }
}
#works .works__inner--ttl--ruby img {
  height: 11px;
  width: auto;
}
@media screen and (max-width: 480px) {
  #works .works__inner--ttl--ruby img {
    height: 10px;
  }
}
#works .works__inner .l-ttl_haed {
  color: #fff;
}
#works .works__inner--content {
  display: flex;
  overflow: hidden;
}
#works .works__inner--list01 ul, #works .works__inner--list02 ul {
  display: flex;
  width: 117vw;
}
@media screen and (max-width: 767px) {
  #works .works__inner--list01 ul, #works .works__inner--list02 ul {
    width: 180vw;
  }
}
#works .works__inner--list01 ul li, #works .works__inner--list02 ul li {
  width: 18%;
  margin-right: 2%;
}
#works .works__inner--list03 ul, #works .works__inner--list04 ul {
  display: flex;
  width: 117vw;
}
@media screen and (max-width: 767px) {
  #works .works__inner--list03 ul, #works .works__inner--list04 ul {
    width: 180vw;
  }
}
#works .works__inner--list03 ul li, #works .works__inner--list04 ul li {
  width: 18%;
  margin-right: 2%;
}
#works .works__inner--list01, #works .works__inner--list03 {
  animation: infinity 60s -30s linear infinite;
}
#works .works__inner--list02, #works .works__inner--list04 {
  animation: infinity2 60s linear infinite;
}
#works .works__inner--list03, #works .works__inner--list04 {
  animation-direction: reverse;
}
@keyframes infinity {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

#worries {
  background-color: #F4F4F4;
  position: relative;
}
#worries .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#worries .worries__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner {
    width: 92%;
  }
}
#worries .worries__inner--row {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -30px;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--row {
    margin-top: 0px;
  }
}
#worries .worries__inner--ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#worries .worries__inner--ttl--img {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--img {
    width: 70%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--img {
    width: 100%;
  }
}
#worries .worries__inner--ttl--img--01 {
  padding-left: 50px;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--ttl--img--01 {
    padding-left: 0px;
  }
}
#worries .worries__inner--ttl--img--02 {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--img--02 {
    padding-right: 0px;
  }
}
#worries .worries__inner--ttl--center {
  display: flex;
  align-items: center;
}
#worries .worries__inner--ttl--text {
  width: 51%;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--ttl--text {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text {
    width: 100%;
  }
}
#worries .worries__inner--ttl--text02 {
  width: 51%;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--ttl--text02 {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text, #worries .worries__inner--ttl--text02 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#worries .worries__inner--ttl--text--h2, #worries .worries__inner--ttl--text02--h2 {
  font-size: 4rem;
  line-height: 6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--ttl--text--h2, #worries .worries__inner--ttl--text02--h2 {
    font-size: 3.57vw;
    line-height: 5.35vw;
    letter-spacing: 0.267vw;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text--h2, #worries .worries__inner--ttl--text02--h2 {
    font-size: 4.97vw;
    line-height: 6.95vw;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text--h2, #worries .worries__inner--ttl--text02--h2 {
    font-size: 7.17vw;
    line-height: 9.35vw;
  }
}
#worries .worries__inner--ttl--text--nami, #worries .worries__inner--ttl--text02--nami {
  position: relative;
  padding-bottom: 15px;
  color: #0071BA;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text--nami, #worries .worries__inner--ttl--text02--nami {
    padding-bottom: 1.3vw;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text--nami, #worries .worries__inner--ttl--text02--nami {
    padding-bottom: 1.7vw;
  }
}
#worries .worries__inner--ttl--text--nami::after, #worries .worries__inner--ttl--text02--nami::after {
  position: absolute;
  content: "";
  background-image: url("../images/nami.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text--nami::after, #worries .worries__inner--ttl--text02--nami::after {
    height: 1.1vw;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text--nami::after, #worries .worries__inner--ttl--text02--nami::after {
    height: 2vw;
  }
}
#worries .worries__inner--ttl--text--h3, #worries .worries__inner--ttl--text02--h3 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 25px;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--ttl--text--h3, #worries .worries__inner--ttl--text02--h3 {
    font-size: 4.1vw;
    line-height: 5.1vw;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--ttl--text--h3, #worries .worries__inner--ttl--text02--h3 {
    font-size: 4.97vw;
    line-height: 6.95vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text--h3, #worries .worries__inner--ttl--text02--h3 {
    font-size: 7.17vw;
    line-height: 9.35vw;
  }
}
#worries .worries__inner--ttl--text--h3 .color, #worries .worries__inner--ttl--text02--h3 .color {
  color: #6EC878;
}
#worries .worries__inner--ttl--text p, #worries .worries__inner--ttl--text02 p {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--ttl--text p, #worries .worries__inner--ttl--text02 p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#worries .worries__inner--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list {
    justify-content: center;
  }
}
#worries .worries__inner--list--item {
  width: 48.8%;
  position: relative;
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
  margin-bottom: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--item:nth-child(2n+1) {
    margin-right: 2%;
  }
}
#worries .worries__inner--list--item .check {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--list--item .check {
    width: 28px;
    height: 28px;
    top: -5px;
    left: -5px;
  }
}
#worries .worries__inner--list--item p {
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--item p {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
#worries .worries__inner--list--box {
  width: 19%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
  margin-bottom: 1%;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--box {
    width: 23.6%;
    margin-right: 1.8%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--list--box {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--box:nth-child(4n), #worries .worries__inner--list--box:last-child {
    margin-right: initial;
  }
}
#worries .worries__inner--list--box:nth-child(2n) {
  background-color: #fff;
}
#worries .worries__inner--list--box:nth-child(2n+1) {
  background-color: #D3F5D4;
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--box:nth-child(2n+1) {
    background-color: #fff;
  }
}
#worries .worries__inner--list--box p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--list--box p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #worries .worries__inner--list--box p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  #worries .worries__inner--list--box p {
    font-size: 3.1vw;
    line-height: 5vw;
  }
}
#worries .worries__inner--yajirushi {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #worries .worries__inner--yajirushi {
    margin-bottom: 30px;
  }
}
#worries .worries__inner--yajirushi p {
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-bottom: 10px;
}

#strength {
  background: rgb(255, 222, 159);
  background: linear-gradient(145deg, rgb(255, 222, 159) 0%, rgb(163, 217, 184) 30%, rgb(39, 177, 182) 70%, rgb(0, 121, 194) 100%);
  position: relative;
}
#strength .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#strength .strength__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #strength .strength__inner {
    width: 92%;
  }
}
#strength .strength__inner .l-ttl_haed {
  color: #fff;
}
#strength .strength__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#strength .strength__inner__list__item {
  width: 48%;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  #strength .strength__inner__list__item {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__list__item {
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__list__item {
    padding-left: 10px;
    width: 100%;
  }
}
#strength .strength__inner__list__item:nth-child(5) {
  margin-bottom: initial;
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__list__item:nth-child(5) {
    margin-bottom: 20px;
  }
}
#strength .strength__inner__list__item:nth-child(6) {
  margin-bottom: initial;
}
#strength .strength__inner__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #strength .strength__inner__number {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__number {
    left: 5px;
  }
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__number {
    top: 10px;
    left: -5px;
  }
}
#strength .strength__inner__number img {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__number img {
    height: 30px;
  }
}
#strength .strength__inner__content {
  background-color: #fff;
  padding: 70px 50px;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  #strength .strength__inner__content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__content {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__content {
    padding: 30px 15px;
  }
}
#strength .strength__inner__content::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  background-color: #0071BA;
  top: 0;
  left: 0;
  border-top-left-radius: 6px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__content::after {
    width: 60px;
    height: 60px;
  }
}
#strength .strength__inner__content--top {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__content--top {
    margin-bottom: 20px;
  }
}
#strength .strength__inner__content--top h3 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  text-align: center;
  color: #0071BA;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1120px) {
  #strength .strength__inner__content--top h3 {
    font-size: 3.21vw;
    line-height: 4.21vw;
  }
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__content--top h3 {
    font-size: 4vw;
    line-height: 5.8vw;
  }
}
@media screen and (max-width: 480px) {
  #strength .strength__inner__content--top h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}
#strength .strength__inner__content--top p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #strength .strength__inner__content--top p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#strength .strength__inner__content .imgwrap-02 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

#flow {
  background-color: #D7F7E6;
  position: relative;
}
#flow .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#flow .flow__inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #flow .flow__inner {
    width: 92%;
  }
}
#flow .flow__inner--box {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--box {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__inner--box {
    margin-bottom: 50px;
  }
}
#flow .flow__inner--box:nth-child(1) {
  z-index: 4;
}
#flow .flow__inner--box:nth-child(2) {
  z-index: 3;
}
#flow .flow__inner--box:nth-child(3) {
  z-index: 2;
}
#flow .flow__inner--box:nth-child(4) {
  z-index: 1;
}
#flow .flow__inner--box:nth-child(5) {
  z-index: 0;
  margin-bottom: initial;
}
#flow .flow__inner--box:nth-child(5)::after {
  display: none;
}
#flow .flow__inner--box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../images/yajirushi02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  bottom: -40px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--box::after {
    height: 50px;
    background-size: 50px;
    bottom: -60px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__inner--box::after {
    height: 30px;
    background-size: 30px;
    bottom: -40px;
  }
}
#flow .flow__inner--step {
  background-color: #0071BA;
  width: 80px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--step {
    width: 100%;
    padding: 10px;
    height: 60px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--step img {
    width: auto;
    height: 40px;
  }
}
#flow .flow__inner--content {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 90px 50px 50px;
}
@media screen and (max-width: 1120px) {
  #flow .flow__inner--content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--content {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__inner--content {
    padding: 15px;
  }
}
#flow .flow__inner--content--img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 1120px) {
  #flow .flow__inner--content--img {
    width: 150px;
  }
}
#flow .flow__inner--content--img img {
  height: 174px;
  max-height: 100%;
  width: 200px;
  max-height: 100%;
}
@media screen and (max-width: 1120px) {
  #flow .flow__inner--content--img img {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--content--img img {
    height: auto;
  }
}
#flow .flow__inner--content--text {
  width: calc(100% - 300px);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1120px) {
  #flow .flow__inner--content--text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--content--text {
    width: 100%;
    letter-spacing: 0.1rem;
  }
}
#flow .flow__inner--content--text h3 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: bold;
  color: #0071BA;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--content--text h3 {
    padding-top: 20px;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__inner--content--text h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
#flow .flow__inner--content--text p {
  font-size: 2.4rem;
  line-height: 4rem;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #flow .flow__inner--content--text p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__inner--content--text p {
    font-size: 1.6rem;
  }
}

#message {
  background-color: #0071BA;
  position: relative;
}
#message .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#message .l-ttl_haed {
  color: #fff;
}
#message .message__inner {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  #message .message__inner {
    width: 92%;
  }
}
#message .message__inner__contet p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #message .message__inner__contet p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  #message .message__inner__contet p {
    font-size: 1.4rem;
  }
}

#price {
  background-color: #E0EEFF;
  position: relative;
}
#price .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#price .price__inner {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #price .price__inner {
    width: 92%;
  }
}
#price .price__inner--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#price .price__inner--list--item {
  width: 32%;
  background-color: #fff;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
}
#price .price__inner--list--item h3 {
  background-color: #0071BA;
  font-size: 3.4rem;
  line-height: 4rem;
  padding: 18px 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  #price .price__inner--list--item h3 {
    padding: 5px 0px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0rem;
  }
}
#price .price__inner--list--item--content {
  padding: 13.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #price .price__inner--list--item--content {
    padding: 10%;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--list--item--content {
    padding: 10% 5%;
  }
}
#price .price__inner--list--item--content p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1120px) {
  #price .price__inner--list--item--content p {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  #price .price__inner--list--item--content p {
    font-size: 3.9vw;
    margin-bottom: 2vw;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--list--item--content p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#price .price__inner--list--item--content img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #price .price__inner--list--item--content img {
    height: 9vw;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--list--item--content img {
    height: 30px;
  }
}
#price .price__inner--campaign {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 980px) {
  #price .price__inner--campaign {
    width: 92%;
  }
}
@media screen and (max-width: 980px) {
  #price .price__inner--campaign {
    width: 100%;
    padding-top: 8vw;
  }
}
#price .price__inner--campaign--ttl {
  width: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  #price .price__inner--campaign--ttl {
    width: 90%;
  }
}
#price .price__inner--campaign--content {
  background-color: #fff;
  padding: 40px 80px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #price .price__inner--campaign--content {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--content {
    padding: 15px;
  }
}
#price .price__inner--campaign--content::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 316px;
  top: 50px;
  right: 71px;
  background-image: url("../images/img03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1120px) {
  #price .price__inner--campaign--content::after {
    width: 23%;
    right: 5%;
  }
}
@media screen and (max-width: 850px) {
  #price .price__inner--campaign--content::after {
    display: none;
  }
}
#price .price__inner--campaign--item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  #price .price__inner--campaign--item {
    padding: 3.9vw 0;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--item {
    padding: 15px 0;
  }
}
#price .price__inner--campaign--item:last-child {
  border-bottom: initial;
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--item:last-child {
    padding-bottom: initial;
  }
}
#price .price__inner--campaign--item--check {
  width: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #price .price__inner--campaign--item--check {
    width: 4.9vw;
    margin-right: 2.6vw;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--item--check {
    width: 20px;
    margin-right: 10px;
  }
}
#price .price__inner--campaign--item p {
  font-size: 3.9rem;
  line-height: 3.9rem;
  font-weight: bold;
  width: calc(100% - 58px);
}
@media screen and (max-width: 767px) {
  #price .price__inner--campaign--item p {
    font-size: 5vw;
    line-height: 5vw;
    width: calc(100% - 7.56vw);
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--item p {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    width: calc(100% - 30px);
  }
}
#price .price__inner--campaign--item p .small {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #price .price__inner--campaign--item p .small {
    font-size: 2.47vw;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--campaign--item p .small {
    font-size: 1.2rem;
  }
}
#price .price__inner--diagnosis {
  background-color: #CCE3FC;
  border-radius: 10px;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
}
@media screen and (max-width: 1120px) {
  #price .price__inner--diagnosis {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #price .price__inner--diagnosis {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--diagnosis {
    padding: 20px;
  }
}
#price .price__inner--diagnosis h4 {
  background-color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  padding: 15px 40px;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #price .price__inner--diagnosis h4 {
    font-size: 2.2rem;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--diagnosis h4 {
    font-size: 1.8rem;
    padding: 10px;
    margin-bottom: 15px;
  }
}
#price .price__inner--diagnosis p {
  font-size: 2.4rem;
  line-height: 3.8rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #price .price__inner--diagnosis p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #price .price__inner--diagnosis p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#price .price__inner--diagnosis .u-c01 {
  color: #0071BA;
}
#price .price__inner--diagnosis .u-c02 {
  color: #FF6A14;
}

#faq {
  background-color: #00BCC4;
  position: relative;
}
#faq .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#faq .faq__inner {
  position: relative;
  z-index: 1;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #faq .faq__inner {
    width: 92%;
  }
}
#faq .faq__inner .l-ttl_haed {
  color: #fff;
}

.accordion {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion section {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.accordion li {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .accordion li {
    margin-bottom: 20px;
  }
}
.accordion li:last-child {
  margin-bottom: initial;
}
.accordion__title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  display: flex;
  padding: 25px 80px 25px 30px;
  color: #150301;
}
@media screen and (max-width: 767px) {
  .accordion__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .accordion__title {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 10px 25px 10px 10px;
  }
}
.accordion__title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  transform-origin: 50% 0%;
  transition: all 0.5s ease;
  background-image: url("../images/toggle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 480px) {
  .accordion__title::before {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.accordion__title.close::before {
  transform: rotate(-45deg) translateY(-50%);
}
.accordion__box {
  display: none;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 3rem;
  color: #150301;
}
@media screen and (max-width: 767px) {
  .accordion__box {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .accordion__box {
    font-size: 1.4rem;
    line-height: 23px;
  }
}
.accordion__box__a {
  display: flex;
  padding: 40px 50px 30px 30px;
  background-color: #f0f0f0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 480px) {
  .accordion__box__a {
    padding: 10px;
  }
}
.accordion__box a {
  color: #150301;
  border-bottom: 1px solid #150301;
}
.accordion__q--text, .accordion__a--text {
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .accordion__q--text, .accordion__a--text {
    width: calc(100% - 45px);
  }
}
.accordion__q, .accordion__a {
  width: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .accordion__q, .accordion__a {
    width: 20px;
    margin-right: 10px;
  }
}

#inquiry {
  background-color: #D6FBFF;
  position: relative;
}
#inquiry .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
#inquiry .inquiry__inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #inquiry .inquiry__inner {
    width: 92%;
  }
}
#inquiry .inquiry__inner--content {
  background-color: #fff;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 5px rgba(140, 140, 140, 0.2));
  padding: 80px 120px;
}
@media screen and (max-width: 1120px) {
  #inquiry .inquiry__inner--content {
    padding: 80px;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry__inner--content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--content {
    padding: 30px 20px;
  }
}
#inquiry .inquiry__inner--content--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#inquiry .inquiry__inner--content--flex .inquiry__inner--item {
  width: 48%;
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--content--flex .inquiry__inner--item {
    width: 100%;
  }
}
#inquiry .inquiry__inner--content--submit {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry__inner--content--submit {
    width: 100%;
  }
}
#inquiry .inquiry__inner--content--submit .l-cta {
  transition: ease 0.2s;
}
#inquiry .inquiry__inner--content--submit .l-cta::after {
  right: 30px;
}
#inquiry .inquiry__inner--item {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--item {
    margin-bottom: 15px;
  }
}
#inquiry .inquiry__inner--item--th {
  font-size: 2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--item--th {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
  }
}
#inquiry .inquiry__inner--item--th .point {
  display: inline-block;
  background-color: #0071BA;
  color: #fff;
  text-align: center;
  padding: 3px 20px;
  border-radius: 100px;
  font-size: 1.5rem;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--item--th .point {
    font-size: 1.2rem;
    padding: 3px 13px;
  }
}
#inquiry .inquiry__inner--item--td input, #inquiry .inquiry__inner--item--td textarea {
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background-color: rgba(228, 228, 228, 0.3529411765);
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #inquiry .inquiry__inner--item--td input, #inquiry .inquiry__inner--item--td textarea {
    padding: 8px 10px;
  }
}
#inquiry .inquiry__inner--item--td textarea {
  height: 170px;
  resize: vertical;
}

footer {
  background: rgb(255, 222, 159);
  background: linear-gradient(145deg, rgb(255, 222, 159) 0%, rgb(163, 217, 184) 30%, rgb(39, 177, 182) 70%, rgb(0, 121, 194) 100%);
  position: relative;
}
footer .particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
}
footer.footer .footer__inner {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  footer.footer .footer__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner {
    justify-content: center;
  }
}
footer.footer .footer__inner--logo {
  width: 288px;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--left {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  footer.footer .footer__inner--left {
    width: 100%;
  }
}
footer.footer .footer__inner--right {
  width: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  footer.footer .footer__inner--right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--right {
    width: 100%;
  }
}
footer.footer .footer__inner--right--nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--right--nav ul {
    justify-content: center;
  }
}
footer.footer .footer__inner--right--nav ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--right--nav ul li {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer__inner--right--nav ul li {
    padding: 10px 8px;
  }
}
footer.footer .footer__inner--right--nav ul li a {
  color: #fff;
  transition: ease 0.2s;
}
footer.footer .footer__inner--right--nav ul li a:hover {
  opacity: 0.6;
}
footer .footer__copyrights {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer__copyrights {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30px;
  }
}

.js-scrollable {
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .js-scrollable img {
    width: 700px;
  }
}

.l-cta {
  display: inline-block;
  background-color: #FF6A14;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 100px;
  font-weight: bold;
}
.l-cta::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  background-image: url("../images/btn-y.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
  right: 30px;
}
@media screen and (max-width: 480px) {
  .l-cta::after {
    width: 8px;
  }
}
.l-cta:hover {
  background-color: #fff;
  color: #FF6A14;
}
.l-cta:hover::after {
  background-image: url("../images/btn-y-h.svg");
}
.l-cta--mv {
  font-size: 2.2rem;
  padding: 20px 10px 20px 0px;
}
.l-cta--mv::after {
  right: 20px;
}
.l-cta--normal {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  padding: 30px 20px 30px 0;
}
@media screen and (max-width: 480px) {
  .l-cta--normal {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    padding: 20px 20px 20px 0;
  }
}
.l-cta--submit {
  width: 100%;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #FF6A14;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .l-cta--submit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-cta--submit {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding: 10px 20px 10px 0;
  }
}
.l-cta--submit:hover {
  color: #FF6A14;
}
.l-cta__area {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-cta__area {
    width: 100%;
  }
}
.l-cta__area p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-cta__area p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .l-cta__area p {
    font-size: 1.6rem;
  }
}

.l-ttl_haed--h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-ttl_haed--h2 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .l-ttl_haed--h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.l-ttl_haed--ruby {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .l-ttl_haed--ruby {
    margin-bottom: 5px;
  }
}
.l-ttl_haed--ruby img {
  height: 15px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .l-ttl_haed--ruby img {
    height: 10px;
  }
}

#side-inquiry {
  width: 300px;
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 10;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1700px) {
  #side-inquiry {
    transform: translateX(300px);
  }
}
@media screen and (max-width: 1700px) {
  #side-inquiry.active {
    transform: translateX(0px);
  }
}
#side-inquiry .l-sinquiry {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#side-inquiry .l-sinquiry--ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #5E5E5E;
  width: 100%;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1700px) {
  #side-inquiry .l-sinquiry--ttl {
    padding: 20px 18px 20px 10px;
  }
}
@media screen and (max-width: 1120px) {
  #side-inquiry .l-sinquiry--ttl {
    padding: 20px 14px 20px 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #side-inquiry .l-sinquiry--ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1700px) {
  #side-inquiry .l-sinquiry--ttl--pc, #side-inquiry .l-sinquiry--ttl--sp {
    position: absolute;
    width: 60px;
    left: -60px;
    top: 0;
    border-bottom-left-radius: 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2rem;
    cursor: pointer;
    transition: ease 0.2s;
  }
}
@media screen and (max-width: 1120px) {
  #side-inquiry .l-sinquiry--ttl--pc, #side-inquiry .l-sinquiry--ttl--sp {
    width: 50px;
    left: -50px;
  }
}
@media screen and (max-width: 480px) {
  #side-inquiry .l-sinquiry--ttl--pc, #side-inquiry .l-sinquiry--ttl--sp {
    display: none;
  }
}
#side-inquiry .l-sinquiry--ttl--pc .br-sp, #side-inquiry .l-sinquiry--ttl--sp .br-sp {
  display: none;
}
@media screen and (max-width: 1700px) {
  #side-inquiry .l-sinquiry--ttl--pc .br-sp, #side-inquiry .l-sinquiry--ttl--sp .br-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 1700px) {
  #side-inquiry .l-sinquiry--ttl--pc:hover, #side-inquiry .l-sinquiry--ttl--sp:hover {
    background-color: #FF6A14;
  }
}
#side-inquiry .l-sinquiry--ttl--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #side-inquiry .l-sinquiry--ttl--sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #side-inquiry .l-sinquiry--ttl--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #side-inquiry .l-sinquiry--ttl--pc {
    display: none;
  }
}
#side-inquiry .l-sinquiry--content {
  padding: 20px 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#side-inquiry .l-sinquiry--box {
  display: block;
}
#side-inquiry .l-sinquiry--box--th {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
}
#side-inquiry .l-sinquiry--box--th--name {
  font-size: 1.4rem;
}
#side-inquiry .l-sinquiry--box--th--point {
  background-color: #FF6A14;
  color: #fff;
  font-size: 1rem;
  padding: 4px 15px;
  border-radius: 100px;
  margin-left: 10px;
}
#side-inquiry .l-sinquiry--box--td {
  font-size: 1.6rem;
  margin-bottom: 13px;
  display: block;
}
#side-inquiry .l-sinquiry--box--td input {
  width: 100%;
  font-size: 1.6rem;
  background-color: #f0f0f0;
  border: 1px solid #E4E4E4;
  padding: 5px;
}
#side-inquiry .l-sinquiry--submit {
  padding-top: 10px;
}
#side-inquiry .l-sinquiry--submit input[type=submit] {
  background-color: #5E5E5E;
  text-align: center;
  font-size: 1.6rem;
  padding: 17px 10px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  font-weight: bold;
  transition: ease 0.2s;
}
#side-inquiry .l-sinquiry--submit input[type=submit]:hover {
  background-color: #FF6A14;
}

#side-youtube {
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  #side-youtube {
    width: 39.11vw;
  }
}
@media screen and (max-width: 480px) {
  #side-youtube {
    bottom: 22vw;
  }
}
#side-youtube a {
  transition: ease 0.2s;
}
#side-youtube a:hover {
  opacity: 0.6;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.l-btn--tel, .l-btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.l-btn--tel {
  background-color: #fff;
}
.l-btn--tel svg {
  fill: #666;
}
.l-btn--tel:hover {
  background-color: #666;
}
.l-btn--tel:hover svg {
  fill: #fff;
}
.l-btn--contact {
  background-color: #FF6A14;
  font-size: 3vw;
  color: #fff;
  font-weight: bold;
}
.l-btn--contact:hover {
  background-color: #fff;
  color: #FF6A14;
}

#floating {
  background-color: rgba(21, 3, 1, 0.2);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 480px) {
  #floating {
    display: block;
  }
}
#floating .floating__inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 4vw auto;
}
#floating .floating--btn {
  width: 49%;
  padding: 2.2vw;
  font-size: 3vw;
  transition: ease 0.2s;
}
@media screen and (max-width: 480px) {
  #floating .floating--btn {
    font-size: 4vw;
  }
}
#floating .floating--btn svg {
  height: 5vw;
}
@media screen and (max-width: 480px) {
  #floating .floating--btn svg {
    height: 6vw;
  }
}

.gloval-nav__btn {
  width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .gloval-nav__btn {
    width: 58vw;
  }
}
.gloval-nav__btn .l-btn--tel, .gloval-nav__btn .l-btn--contact {
  height: 66px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .gloval-nav__btn .l-btn--tel, .gloval-nav__btn .l-btn--contact {
    height: 13.8vw;
    font-size: 4.3vw;
    margin-bottom: 4vw;
  }
}
.gloval-nav__btn .l-btn--tel svg, .gloval-nav__btn .l-btn--contact svg {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .gloval-nav__btn .l-btn--tel svg, .gloval-nav__btn .l-btn--contact svg {
    height: 7.5vw;
  }
}/*# sourceMappingURL=main.css.map */