@charset "UTF-8";
/* CSS Document */
/* =========================================================
Reset
========================================================= */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  list-style-type: none;
}

body {
  line-height: 1;
}

pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

nav ol, nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* =========================================================
  Common
========================================================= */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  max-height: 999999px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

a {
  color: #222;
  text-decoration: none;
  transition: all 0.25s ease-in;
}

a:hover {
  opacity: 0.6;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  cursor: default;
  color: #3e3a39;
  pointer-events: none;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
}

.spOnly {
  display: none;
}

b,
strong,
.bold {
  font-weight: bold;
}

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

.text-small {
  font-size: 85% !important;
  color: #999;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/* =========================================================
Icon
========================================================= */
.circleArrow::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2320A9EA%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%225.8330078%2C13.0407715%205.1259766%2C12.3337402%209.4599609%2C8.0002441%205.1259766%2C3.6662598%205.8330078%2C2.9592285%2010.8740234%2C8.0002441%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}

.download::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M7.91366%201C7.91366%200.45%208.36366%200%208.91366%200C9.46366%200%209.91366%200.45%209.91366%201V8.16L13.1537%204.92L14.5637%206.33L8.90366%2011.99L3.25366%206.33L4.66366%204.92L7.90366%208.16V1H7.91366Z%22%20fill%3D%22white%22%2F%3E%20%3Cpath%20d%3D%22M0.913574%2010H2.91357V14H14.9136V10H16.9136V14C16.9136%2015.1%2016.0136%2016%2014.9136%2016H2.91357C1.81357%2016%200.913574%2015.1%200.913574%2014V10Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.blank::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_0_12)%22%3E%20%3Cpath%20d%3D%22M6.86377%202.09766H0.86377V14.0977H12.8638V8.09766H10.8638V12.0977H2.86377V4.09766H6.86377V2.09766Z%22%20fill%3D%22%23444444%22%2F%3E%20%3Cpath%20d%3D%22M11.5237%202.14746H7.90374V0.147461H14.9037V7.14746H12.9037V3.59746L7.99374%208.50746L6.58374%207.09746L11.5337%202.14746H11.5237Z%22%20fill%3D%22%23444444%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_0_12%22%3E%20%3Crect%20width%3D%2214.04%22%20height%3D%2213.95%22%20fill%3D%22white%22%20transform%3D%22translate(0.86377%200.147461)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 16px;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 750px) {
  .circleArrow::after {
    width: 4.1vw;
    height: 4.1vw;
  }
  .download::after {
    width: 4.1vw;
    height: 4.1vw;
  }
  .blank::after {
    width: 3.58vw;
    height: 3.58vw;
    margin-left: 1vw;
  }
}
/* =========================================================
Header
========================================================= */
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 0 1%;
  background: #fff;
  box-shadow: 0px 0px 13.611px 0px rgba(204, 204, 204, 0.7);
}

.header .headerWrap {
  max-width: 1314px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header .headerWrap .mainLogo {
  max-width: 232px;
  width: 17.6%;
  margin: 4px 0 0 0.8vw;
}

.header .headerWrap .navBlock {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.header .headerWrap .globalNav ul {
  display: flex;
}

.header .headerWrap .globalNav li {
  margin-right: min(4vw, 56px);
}

.header .headerWrap .globalNav li:last-child {
  margin-right: 0;
}

.header .headerWrap .globalNav li a,
.header .headerWrap .globalNav li p {
  display: block;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
}

.header .headerWrap .globalNav li p::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%209%22%20style%3D%22enable-background%3Anew%200%200%2014%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%226.9997559%2C8.560791%200.2927246%2C1.8532715%201.7067871%2C0.439209%206.9997559%2C5.732666%2012.2932129%2C0.439209%2013.7072754%2C1.8532715%20%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
  width: clamp(10px, 1vw, 14px);
  height: clamp(6px, 0.64vw, 9px);
  display: inline-block;
  margin-left: 3px;
  transition: all 0.25s ease-in;
}

.header .headerWrap .globalNav li:hover p::after {
  transform: scale(1, -1);
}

.header .headerWrap .otherBox {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .headerWrap .otherBox .tel {
  text-align: right;
  font-family: "Jost", sans-serif;
  color: #666;
  font-size: 1.6rem;
  font-size: clamp(1.3rem, 1.14vw, 1.6rem);
  line-height: 1.3;
}

.header .headerWrap .otherBox .tel span {
  display: block;
  font-size: 1.1rem;
  font-size: clamp(1rem, 0.78vw, 1.1rem);
}

.header .headerWrap .otherBox .tel br {
  display: none;
}

.header .headerWrap .otherBox .document {
  max-width: 322px;
  width: 27.8vw;
  margin-left: 5vw;
}

.header .headerWrap .otherBox .document a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.631rem;
  font-size: clamp(1.1rem, 1.16vw, 1.631rem);
  font-weight: 700;
  color: #fff;
  background: #e82a57;
  text-align: center;
  padding: 12px 0;
  border-radius: 7px;
}

.header .headerWrap .otherBox .document a::after {
  margin-left: 10px;
  width: clamp(14px, 1.14vw, 16px);
  height: clamp(14px, 1.14vw, 16px);
}

.header .headerWrap .otherBox .document a:hover {
  opacity: 1;
  background: #ff537c;
}

.header .headerWrap .menuTrigger {
  display: none;
}

@media only screen and (max-width: 750px) {
  .header {
    height: 54px;
    padding: 0;
  }
  .header .headerWrap {
    max-width: none;
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
  }
  .header .headerWrap .mainLogo {
    max-width: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 0 0 5%;
    height: 54px;
    position: relative;
    z-index: 2;
  }
  .header .headerWrap .mainLogo img {
    max-width: 130px;
    width: 100%;
  }
  .header .headerWrap .navBlock {
    display: block;
    padding: 54px 11% 13%;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.4s;
    background: #fff;
  }
  .header .headerWrap .navBlock.isActive {
    transform: translateX(0);
  }
  .header .headerWrap .globalNav ul {
    display: block;
    margin-bottom: 13%;
  }
  .header .headerWrap .globalNav li {
    margin: 0;
    border-bottom: 1px solid #ededed;
  }
  .header .headerWrap .globalNav li a,
  .header .headerWrap .globalNav li p {
    font-size: 3.58vw;
    position: relative;
    padding: 6% 0;
  }
  .header .headerWrap .globalNav li p:hover::after {
    transform: none;
  }
  .header .headerWrap .globalNav li.isActive p::after {
    transform: scale(1, -1);
  }
  .header .headerWrap .globalNav li p::after {
    width: 3.58vw;
    height: 2.3vw;
    margin-left: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .headerWrap .otherBox {
    margin: 0;
    display: block;
  }
  .header .headerWrap .otherBox .tel {
    display: none;
  }
  .header .headerWrap .otherBox .document {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .header .headerWrap .otherBox .document a {
    font-size: 3.84vw;
    padding: 6% 0;
    border-radius: 10px;
  }
  .header .headerWrap .otherBox .document a::after {
    margin-left: 4vw;
    width: 4.61vw;
    height: 4.61vw;
  }
  .header .headerWrap .menuTrigger {
    display: block;
    position: absolute;
    height: 54px;
    width: 54px;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .header .headerWrap .menuTrigger span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #666;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.25s;
  }
  .header .headerWrap .menuTrigger span:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  .header .headerWrap .menuTrigger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .header .headerWrap .menuTrigger span:nth-of-type(3) {
    top: calc(50% + 7px);
  }
  .header .headerWrap .menuTrigger.isActive span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .header .headerWrap .menuTrigger.isActive span:nth-of-type(2) {
    opacity: 0;
  }
  .header .headerWrap .menuTrigger.isActive span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
/* =========================================================
  MV
========================================================= */
.mv {
  padding: 80px 3% 0;
}

.mv .mvWrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mv .mvWrap .txtBox {
  width: 41%;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.mv .mvWrap .txtBox h1 {
  font-size: 4.4rem;
  font-size: clamp(3.4rem, 3.14vw, 4.4rem);
  font-weight: 700;
  line-height: 1.46226;
  letter-spacing: 0.88px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.mv .mvWrap .txtBox .document {
  max-width: 336px;
  margin-bottom: 30px;
}

.mv .mvWrap .txtBox .document a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.631rem;
  font-size: clamp(1.3rem, 1.16vw, 1.631rem);
  font-weight: 700;
  color: #fff;
  background: #e82a57;
  text-align: center;
  padding: 13px 0;
  border-radius: 7px;
}

.mv .mvWrap .txtBox .document a::after {
  margin-left: 10px;
  width: clamp(14px, 1.14vw, 16px);
  height: clamp(14px, 1.14vw, 16px);
}

.mv .mvWrap .txtBox .document a:hover {
  opacity: 1;
  background: #ff537c;
}

.mv .mvWrap .txtBox .note {
  font-size: 2.1653rem;
  font-size: clamp(1.5rem, 1.54vw, 2.1653rem);
  font-weight: 700;
  letter-spacing: 0.433px;
  white-space: nowrap;
  margin-bottom: 22px;
}

.mv .mvWrap .txtBox .note span {
  color: #20a9ea;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.mv .mvWrap .pic {
  width: 59.7%;
  position: relative;
  margin-right: -3%;
  padding: 66px 0 62px;
}

.logoLoop {
  width: 100%;
  margin: 0;
  padding-bottom: 62px;
  background: #fff;
  overflow: hidden;
}

.logoLoop figure {
  display: flex;
  overflow: hidden;
}

.logoLoop figure picture {
  animation: loop 50s infinite linear 0.5s both;
}

.logoLoop figure picture img {
  width: auto;
  height: 164px;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 750px) {
  .mv {
    padding: 56px 0 10%;
    text-align: center;
  }
  .mv .mvWrap {
    max-width: none;
    display: block;
  }
  .mv .mvWrap .txtBox {
    width: 100%;
    padding-top: 5%;
  }
  .mv .mvWrap .txtBox h1 {
    font-size: 7.17vw;
    line-height: 1.43854;
    letter-spacing: 0.56px;
    margin-bottom: 3%;
  }
  .mv .mvWrap .txtBox .document {
    max-width: 57%;
    margin: 0 auto 4%;
  }
  .mv .mvWrap .txtBox .document a {
    font-size: 2.63vw;
    padding: 4.5% 0;
  }
  .mv .mvWrap .txtBox .document a::after {
    margin-left: 4vw;
    width: 2.69vw;
    height: 2.69vw;
  }
  .mv .mvWrap .txtBox .note {
    font-size: 3.51vw;
    letter-spacing: 0.274px;
    margin-bottom: 3%;
  }
  .mv .mvWrap .txtBox .note span {
    letter-spacing: 0.274px;
  }
  .mv .mvWrap .txtBox figure {
    width: 80%;
    margin: 0 auto;
  }
  .mv .mvWrap .pic {
    width: 93%;
    margin: 0 auto;
    padding: 9.5% 0 0;
  }
  .logoLoop {
    padding-bottom: 9.5%;
  }
  .logoLoop figure picture {
    animation: loop 60s infinite linear 0.5s both;
  }
  .logoLoop figure picture img {
    height: 30.25vw;
  }
}
/* =========================================================
  Main Contents
========================================================= */
.mainContents {
  display: block;
  text-align: center;
}

.mainContents .wLine::after {
  content: "";
  display: block;
  width: 73px;
  height: 6px;
  margin: 20px auto 0;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
}

.mainContents .anchor {
  margin-top: -80px;
  padding-top: 80px;
}

@media only screen and (max-width: 750px) {
  .mainContents .wLine::after {
    width: 10.25vw;
    height: 5px;
    margin: 2% auto 0;
  }
  .mainContents .anchor {
    margin-top: -56px;
    padding-top: 56px;
  }
}
.mainContents .about {
  padding: 58px 3% 74px;
  background: #e5f7ff;
}

.mainContents .about .sub {
  font-size: 2.8rem;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  font-weight: bold;
  padding: 0 30px 40px;
  margin-bottom: 15px;
  color: #20a9ea;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20566%2040%22%3E%20%3Cpath%20d%3D%22M282.3%2C39.8c0%2C0-.1%2C0-.2%2C0-1.5-.2-1.8-2-1.8-2.8-.1-2.2-.4-4-.8-5-2.3-6-10-9.2-15.1-11.3-26.6-8-55.9-11-82.3-8.4-12.6%2C1.2-25.4%2C2.1-37.7%2C2.9-8%2C.6-16.3%2C1.1-24.5%2C1.8-21.5%2C1.7-42.6%2C3.1-64.1%2C1.6-10.8-.8-21.7-2.4-35.4-5.4C15.4%2C12.1%2C1.8%2C3.3%2C1.3%2C3c-.7-.4-.9-1.4-.4-2.1C1.3.2%2C2.2%2C0%2C2.9.4c3.8%2C2.5%2C14.5%2C9%2C18.1%2C9.8%2C13.6%2C3%2C24.3%2C4.6%2C34.9%2C5.4%2C21.3%2C1.5%2C42.3.1%2C63.7-1.6%2C8.2-.7%2C16.5-1.2%2C24.5-1.8%2C12.4-.8%2C25.1-1.7%2C37.7-2.9%2C26.9-2.6%2C56.6.5%2C83.6%2C8.6h.1c5.6%2C2.3%2C14.1%2C5.8%2C16.8%2C13.1.1.3.2.7.3%2C1.1%2C1.5-3.1%2C3.9-5.6%2C5.4-7.3.3-.3.5-.6.7-.8%2C1.9-2.1%2C11.3-8%2C16-8.2%2C16-2.4%2C28.2-3.3%2C41.8-3.3s36.6%2C1.3%2C54.5%2C2.6c25.1%2C1.8%2C51.1%2C3.6%2C76.4%2C1.8%2C3.6-.3%2C7.9-.4%2C12.3-.6%2C22.9-.9%2C54.2-2.2%2C73.1-15.7.7-.5%2C1.6-.3%2C2.1.3.5.7.3%2C1.6-.3%2C2.1-19.6%2C14.1-51.5%2C15.4-74.7%2C16.3-4.5.2-8.7.3-12.3.6-25.6%2C1.8-51.6%2C0-76.8-1.8-17.8-1.3-36.3-2.6-54.3-2.6s-25.5%2C1-41.5%2C3.3h-.2c-3.5.2-12.3%2C5.4-14%2C7.3-.2.3-.5.5-.8.9-2%2C2.1-5.3%2C5.7-6%2C9.6%2C0%2C.3-.2%2C1.3-.4%2C2-.3%2C1-1%2C1.4-1.6%2C1.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom;
  background-size: contain;
  letter-spacing: 1px;
}

.mainContents .about h2 {
  font-size: 3.4rem;
  font-size: clamp(3rem, 2.42vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 48px;
}

.mainContents .about h2 span {
  font-weight: 700;
  color: #20a9ea;
}

.mainContents .about .flow {
  max-width: 1120px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}

.mainContents .about .flow dl {
  width: 18.7%;
  border-radius: 10px;
  border: 4px solid #20a9ea;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.mainContents .about .flow dt {
  color: #000;
  font-size: 2rem;
  font-size: clamp(1.2rem, 1.42vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 3% 15px;
}

.mainContents .about .flow dt p {
  font-weight: 700;
}

.mainContents .about .flow dt .number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-size: clamp(3.4rem, 2.71vw, 3.8rem);
  color: #20a9ea;
  margin-bottom: 6px;
}

.mainContents .about .flow dd {
  margin-top: auto;
  padding: 0 10% 20px;
}

.mainContents .about .note p {
  display: inline-block;
  font-size: 3.6rem;
  font-size: clamp(2.9rem, 2.57vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 50px;
  background: #fff;
}

.mainContents .about .note span {
  color: #20a9ea;
  font-weight: 700;
}

.mainContents .about h3 {
  font-size: 3.8rem;
  font-size: clamp(3.4rem, 2.71vw, 3.8rem);
  font-weight: 700;
  line-height: 1.54696;
  margin-bottom: 50px;
}

.mainContents .about h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #019fe8;
  font-weight: 700;
  font-size: 2.4rem;
  font-size: clamp(2rem, 1.71vw, 2.4rem);
  margin-bottom: 4px;
}

.mainContents .about h3 span::before,
.mainContents .about h3 span::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2026%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23019fe8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Crect%20class%3D%22st0%22%20x%3D%227.5%22%20y%3D%22-.5%22%20width%3D%223%22%20height%3D%2226.9%22%20transform%3D%22translate(-5.4%206.6)%20rotate(-31.3)%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 18px;
  height: 26px;
}

.mainContents .about h3 span::before {
  margin-right: 15px;
}

.mainContents .about h3 span::after {
  margin-left: 15px;
  transform: scale(-1, 1);
}

.mainContents .about .company {
  display: flex;
  justify-content: space-between;
  max-width: 1010px;
  margin: 0 auto;
}

.mainContents .about .company dl {
  width: 45.5%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.mainContents .about .company dt {
  color: #fff;
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.57vw, 2.2rem);
  font-weight: 700;
  line-height: 1.54545;
  letter-spacing: 0.66px;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  padding: 20px 3%;
}

.mainContents .about .company dd {
  padding: 26px 4% 36px;
}

@media only screen and (max-width: 750px) {
  .mainContents .about {
    padding: 5% 0;
  }
  .mainContents .about .sub {
    font-size: 3.49vw;
    padding: 0 3vw 5%;
    margin-bottom: 2%;
    letter-spacing: 0.681px;
  }
  .mainContents .about h2 {
    font-size: 4.35vw;
    margin-bottom: 8%;
  }
  .mainContents .about .flow {
    max-width: 80%;
    margin: 0 auto 8%;
    display: block;
  }
  .mainContents .about .flow dl {
    width: 100%;
    border: 3px solid #20a9ea;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4% 6%;
    margin-bottom: 3.5%;
  }
  .mainContents .about .flow dt {
    font-size: 3.84vw;
    line-height: 1.5;
    width: 54%;
    padding: 0;
  }
  .mainContents .about .flow dt .number {
    font-size: 8.71vw;
    margin-bottom: 2%;
  }
  .mainContents .about .flow dd {
    width: 37%;
    padding: 0;
  }
  .mainContents .about .note {
    line-height: 3;
    margin-bottom: 4.5%;
  }
  .mainContents .about .note p {
    display: inline;
    font-size: 5.64vw;
    line-height: 1;
    padding: 0.5% 1vw;
    margin-bottom: 50px;
  }
  .mainContents .about h3 {
    font-size: 5.12vw;
    line-height: 1.61326;
    margin-bottom: 3%;
  }
  .mainContents .about h3 span {
    font-size: 3.37vw;
    margin-bottom: 1%;
  }
  .mainContents .about h3 span::before,
  .mainContents .about h3 span::after {
    width: 2.56vw;
    height: 3.58vw;
  }
  .mainContents .about h3 span::before {
    margin-right: 1.5vw;
  }
  .mainContents .about h3 span::after {
    margin-left: 1.5vw;
  }
  .mainContents .about .company {
    display: block;
    max-width: 77%;
  }
  .mainContents .about .company dl {
    width: 100%;
    border-radius: 6.522px;
    margin-bottom: 8%;
  }
  .mainContents .about .company dt {
    font-size: 3.84vw;
    line-height: 1.66667;
    letter-spacing: 0.45px;
    padding: 3.5% 0;
  }
  .mainContents .about .company dd {
    padding: 6% 5% 8%;
  }
}
.mainContents .participation {
  padding: 58px 3% 36px;
  background: #f5f5f5;
}

.mainContents .participation h2 {
  font-size: 3.8rem;
  font-size: clamp(3rem, 2.71vw, 3.8rem);
  font-weight: 700;
  margin-bottom: 42px;
}

.mainContents .participation h2 span {
  font-weight: 700;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainContents .participation .happinessWrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainContents .participation .happinessWrap .block {
  width: 46.5%;
}

.mainContents .participation .happinessWrap .block .part {
  display: inline-block;
  padding: 5px 32px;
  margin-bottom: 24px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2808rem;
  font-size: clamp(1.8808rem, 1.62vw, 2.2808rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
}

.mainContents .participation .happinessWrap .block .part span {
  font-size: 2.9325rem;
  font-size: clamp(2.5325rem, 2.09vw, 2.9325rem);
  font-weight: 700;
  padding-left: 10px;
}

.mainContents .participation .happinessWrap .block h3 {
  font-size: 3rem;
  font-size: clamp(2.6rem, 2.14vw, 3rem);
  font-weight: 700;
  margin-bottom: 34px;
}

.mainContents .participation .happinessWrap .block .box {
  border-radius: 10px;
  padding: 14px 6% 32px;
  margin-bottom: 46px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.mainContents .participation .happinessWrap .block .box h4 {
  color: #20a9ea;
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 1.85vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.mainContents .participation .happinessWrap .block .box h4::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #20a9ea;
  margin: 3px auto 0;
  display: block;
}

.mainContents .participation .happinessWrap .block .box .boxWrap {
  display: flex;
  justify-content: space-between;
}

.mainContents .participation .happinessWrap .block .box .boxWrap p {
  width: 40%;
  color: #000;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  line-height: 1.55556;
  text-align: left;
  padding-top: 8px;
}

.mainContents .participation .happinessWrap .block .box .boxWrap figure {
  width: 50%;
}

@media only screen and (max-width: 750px) {
  .mainContents .participation {
    padding: 7% 0 1%;
  }
  .mainContents .participation h2 {
    font-size: 5.64vw;
    line-height: 1.45455;
    margin-bottom: 5%;
  }
  .mainContents .participation .happinessWrap {
    max-width: 85%;
    display: block;
  }
  .mainContents .participation .happinessWrap .block {
    width: 100%;
    margin-bottom: 9%;
  }
  .mainContents .participation .happinessWrap .block .part {
    padding: 1% 5vw;
    margin-bottom: 3%;
    font-size: 3.89vw;
  }
  .mainContents .participation .happinessWrap .block .part span {
    font-size: 5.01vw;
    padding-left: 2vw;
  }
  .mainContents .participation .happinessWrap .block h3 {
    font-size: 4.87vw;
    margin-bottom: 4%;
  }
  .mainContents .participation .happinessWrap .block .box {
    padding: 3% 7% 6% 6%;
    margin-bottom: 5%;
  }
  .mainContents .participation .happinessWrap .block .box h4 {
    font-size: 4.1vw;
    margin-bottom: 10%;
  }
  .mainContents .participation .happinessWrap .block .box h4::after {
    width: 8.57vw;
    height: 3px;
    margin: 1% auto 0;
  }
  .mainContents .participation .happinessWrap .block .box .boxWrap p {
    width: 45%;
    font-size: 3.08vw;
    padding-top: 8px;
  }
  .mainContents .participation .happinessWrap .block .box .boxWrap figure {
    width: 48%;
  }
}
.mainContents .meritWrap {
  padding: 80px 3% 0;
}

.mainContents .meritWrap .bubble {
  color: #fff;
  font-size: 3rem;
  font-size: clamp(2.4rem, 2.14vw, 3rem);
  font-weight: 700;
  line-height: 1;
  background: #20a9ea;
  display: inline-block;
  padding: 10px 38px;
  margin-bottom: 26px;
  position: relative;
}

.mainContents .meritWrap .bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 20px solid #20a9ea;
  border-bottom: 0;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}

.mainContents .meritWrap h2 {
  font-size: 4.8rem;
  font-size: clamp(4rem, 3.42vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 1.45833;
}

.mainContents .meritWrap h2 span {
  font-weight: 700;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainContents .meritWrap .box {
  max-width: 1200px;
  padding: 28px 3% 62px;
  margin: 0 auto 62px;
  background: #e5f7ff;
  border-radius: 10px;
}

.mainContents .meritWrap .box h3 {
  font-size: 3.8rem;
  font-size: clamp(3.2rem, 2.71vw, 3.8rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainContents .meritWrap .box h3 span {
  font-weight: 700;
  color: #20a9ea;
}

.mainContents .meritWrap .box h3 .number {
  font-family: "Montserrat", sans-serif;
  font-size: 8.7273rem;
  font-size: clamp(7.0273rem, 6.23vw, 8.7273rem);
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: -37px;
  white-space: nowrap;
  line-height: 1;
}

.mainContents .meritWrap .box .merit01Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 20px auto 40px;
}

.mainContents .meritWrap .box .merit01Box .note {
  line-height: 1.92;
  width: 48%;
  text-align: left;
  padding-top: 0;
  margin-top: -15px;
}

.mainContents .meritWrap .box .merit01Box .note span {
  font-size: 2.5rem;
  font-size: clamp(2.1rem, 1.78vw, 2.5rem);
  font-weight: 700;
  background: #fff;
  padding: 0 8px;
}

.mainContents .meritWrap .box .merit01Box figure {
  width: 40.5%;
  padding: 0 4%;
}

.mainContents .meritWrap .box .ranking {
  max-width: 980px;
  margin: 0 auto;
}

.mainContents .meritWrap .box .ranking h4 {
  color: #fff;
  font-size: 2.5rem;
  font-size: clamp(2.1rem, 1.78vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  background: #019fe8;
  padding: 12px 0;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.mainContents .meritWrap .box .ranking h4::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2231.3%203.8%2028.4%201%2016%2013.4%203.6%201%20.7%203.8%2016%2019%2016%2019%2016%2019%2031.3%203.8%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 32px;
  height: 20px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.25s ease-in;
}

.mainContents .meritWrap .box .ranking h4.isActive::after {
  transform: scale(1, -1);
}

.mainContents .meritWrap .box .ranking .accordionBody {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  background: #eaf8ff;
  margin: 0;
}

.mainContents .meritWrap .box .ranking .rankingList {
  display: flex;
  justify-content: space-between;
  padding: 0 8px 8px;
}

.mainContents .meritWrap .box .ranking .rankingList dl {
  width: 29.6%;
}

.mainContents .meritWrap .box .ranking .rankingList dt {
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.42vw, 2rem);
  font-weight: 700;
  margin-bottom: 14px;
}

.mainContents .meritWrap .box .ranking .rankingList dd {
  border-radius: 10px;
  background: #fff;
  padding: 0 8.5%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.mainContents .meritWrap .box .lead {
  line-height: 1.92308;
  margin: 30px 0 56px;
}

.mainContents .meritWrap .box .lead span {
  font-size: 2.6rem;
  font-size: clamp(2.1rem, 1.85vw, 2.6rem);
  font-weight: 700;
  background: #fff;
  padding: 0 8px;
}

.mainContents .meritWrap .box .lead .color {
  background: none;
  color: #20a9ea;
  padding: 0;
}

.mainContents .meritWrap .box .merit02List {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 8px;
}

.mainContents .meritWrap .box .merit02List dl {
  width: 31.7%;
  padding: 20px 2% 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.mainContents .meritWrap .box .merit02List dt {
  color: #fff;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.42vw, 2rem);
  font-weight: 700;
  border-radius: 7.215px;
  padding: 2px 0;
  margin-bottom: 17px;
  background: #20a9ea;
}

.mainContents .meritWrap .box .merit02List dd {
  text-align: left;
}

.mainContents .meritWrap .box .merit02List dd p {
  color: #000;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  font-weight: 700;
  line-height: 1.55556;
  letter-spacing: 0.18px;
  padding-top: 10px;
}

.mainContents .meritWrap .box.merit03 {
  margin-bottom: 0;
}

.mainContents .meritWrap .box.merit03 .lead {
  margin-bottom: 48px;
}

.mainContents .meritWrap .box .merit03List {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 5px;
}

.mainContents .meritWrap .box .merit03List .img01 {
  width: 49.5%;
}

.mainContents .meritWrap .box .merit03List .img02 {
  width: 44%;
}

@media only screen and (max-width: 750px) {
  .mainContents .meritWrap {
    padding: 11% 0 0;
  }
  .mainContents .meritWrap .bubble {
    font-size: 4.67vw;
    padding: 1.5% 4vw;
    margin-bottom: 4%;
  }
  .mainContents .meritWrap .bubble::after {
    border-right: 2.05vw solid transparent;
    border-left: 2.05vw solid transparent;
    border-top: 3.07vw solid #20a9ea;
    bottom: -2.05vw;
  }
  .mainContents .meritWrap h2 {
    font-size: 5.64vw;
    margin-bottom: 5%;
    line-height: 1.45455;
  }
  .mainContents .meritWrap .box {
    max-width: 90%;
    padding: 6% 0;
    margin: 0 auto 7%;
  }
  .mainContents .meritWrap .box h3 {
    font-size: 4.61vw;
  }
  .mainContents .meritWrap .box h3 .number {
    font-size: 8.71vw;
    left: 0;
    padding-right: 1vw;
  }
  .mainContents .meritWrap .box .merit01Box {
    display: block;
    max-width: none;
    margin: 7% auto 9%;
  }
  .mainContents .meritWrap .box .merit01Box .note {
    line-height: 1.92;
    width: 85%;
    margin: 0 auto 6%;
  }
  .mainContents .meritWrap .box .merit01Box .note span {
    font-size: 4.1vw;
    padding: 0 1vw;
  }
  .mainContents .meritWrap .box .merit01Box figure {
    width: 55%;
    padding: 0;
    margin: 0 auto;
  }
  .mainContents .meritWrap .box .ranking {
    max-width: 88%;
    margin: 0 auto;
  }
  .mainContents .meritWrap .box .ranking h4 {
    font-size: 4.61vw;
    border-radius: 5px;
    padding: 3.5% 0;
    margin-bottom: 4.5%;
  }
  .mainContents .meritWrap .box .ranking h4::after {
    width: 6.66vw;
    height: 4.1vw;
    right: 3%;
  }
  .mainContents .meritWrap .box .ranking .rankingList {
    display: block;
  }
  .mainContents .meritWrap .box .ranking .rankingList dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .mainContents .meritWrap .box .ranking .rankingList dt {
    font-size: 4.35vw;
    margin-bottom: 2.5%;
  }
  .mainContents .meritWrap .box .ranking .rankingList dd {
    padding: 0 6%;
    width: 71%;
    margin: 0 auto;
  }
  .mainContents .meritWrap .box.merit02 {
    padding-top: 8%;
  }
  .mainContents .meritWrap .box .lead {
    line-height: 1.875;
    margin: 4.5% 0 8%;
  }
  .mainContents .meritWrap .box .lead span {
    font-size: 4.1vw;
    padding: 0 8px;
  }
  .mainContents .meritWrap .box .merit02List {
    display: block;
    max-width: 73%;
    margin: 0 auto 8px;
  }
  .mainContents .meritWrap .box .merit02List dl {
    width: 100%;
    padding: 6% 6% 9%;
    margin-bottom: 7.5%;
    border-radius: 9.253px;
  }
  .mainContents .meritWrap .box .merit02List dt {
    font-size: 3.84vw;
    border-radius: 6.676px;
    padding: 1.5% 0;
    margin-bottom: 6%;
  }
  .mainContents .meritWrap .box .merit02List dd p {
    font-size: 3.33vw;
    line-height: 1.53846;
    letter-spacing: 0.13px;
    padding: 4.5% 1% 0;
  }
  .mainContents .meritWrap .box.merit03 {
    margin-bottom: 0;
  }
  .mainContents .meritWrap .box.merit03 .lead {
    margin: 5.5% 0 8%;
  }
  .mainContents .meritWrap .box.merit03 .lead span {
    font-size: 3.71vw;
  }
  .mainContents .meritWrap .box .merit03List {
    display: block;
    max-width: 88%;
    margin: 0 auto 5px;
  }
  .mainContents .meritWrap .box .merit03List .img01 {
    width: 100%;
    margin-bottom: 8%;
  }
  .mainContents .meritWrap .box .merit03List .img02 {
    width: 91%;
    margin: 0 auto;
  }
}
.mainContents .difference {
  padding: 82px 3% 76px;
}

.mainContents .difference h2 {
  font-size: 4.8rem;
  font-size: clamp(4rem, 3.42vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 60px;
}

.mainContents .difference .block {
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 0 3%;
  border-radius: 10px;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  position: relative;
}

.mainContents .difference .block::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #fff;
  top: 6px;
  left: 6px;
  margin: auto;
}

.mainContents .difference .block .sub {
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  z-index: 2;
  border-radius: 100px;
}

.mainContents .difference .block .sub::after {
  content: "";
  position: absolute;
  border-radius: 100px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  top: 4px;
  left: 4px;
  margin: auto;
}

.mainContents .difference .block .sub p {
  font-size: 2.2658rem;
  font-size: clamp(1.8658rem, 1.61vw, 2.2658rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.453px;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 16px 0;
}

.mainContents .difference .block .boxWrap {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 20px 0 80px;
  margin: 0 auto;
}

.mainContents .difference .block.block01 .leads {
  padding: 24px 3%;
  border-radius: 10.023px;
  background: #faf5e8;
  margin-bottom: 44px;
}

.mainContents .difference .block.block01 .leads .leadsWrap {
  max-width: 840px;
  position: relative;
  left: 6px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.mainContents .difference .block.block01 .leads figure {
  max-width: 171px;
  margin-right: 4.5%;
}

.mainContents .difference .block.block01 .leads .lead {
  font-size: 3.0578rem;
  font-size: clamp(2.4578rem, 2.18vw, 3.0578rem);
  font-weight: 700;
  line-height: 1.6129;
  letter-spacing: 0.612px;
  text-align: left;
}

.mainContents .difference .block.block01 .leads .lead span {
  font-weight: 700;
}

.mainContents .difference .block.block01 .leads .lead .color1 {
  color: #b88a22;
  font-size: 4.4387rem;
  font-size: clamp(3.8387rem, 3.17vw, 4.4387rem);
  letter-spacing: 0.888px;
}

.mainContents .difference .block.block01 .leads .lead .size {
  font-size: 3.0578rem;
  font-size: clamp(2.4578rem, 2.18vw, 3.0578rem);
}

.mainContents .difference .block.block01 .leads .lead .color2 {
  color: #20a9ea;
}

.mainContents .difference .block .note {
  color: #20a9ea;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.71vw, 2.4rem);
  font-weight: 700;
  line-height: 1.66667;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
}

.mainContents .difference .block.block01 .support {
  display: inline-block;
  margin: 0 auto 12px;
  font-size: 3.0689rem;
  font-size: clamp(2.6689rem, 2.19vw, 3.0689rem);
  font-weight: 700;
  letter-spacing: 0.614px;
  padding: 0 12px;
  background: linear-gradient(to right, #20a9ea 24.5%, #0ed2ae 100%);
}

.mainContents .difference .block.block01 .support span {
  font-weight: 700;
  color: #fff;
}

.mainContents .difference .block.block01 .txt {
  font-size: 2.1rem;
  font-size: clamp(1.8rem, 1.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}

.mainContents .difference .block.block01 .txt span {
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  font-weight: 700;
  line-height: 0.55556;
  display: block;
}

.mainContents .difference .block.block01 .list {
  display: flex;
  justify-content: space-between;
}

.mainContents .difference .block.block01 .list dl {
  width: 30.6%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.mainContents .difference .block.block01 .list dt {
  color: #fff;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.36px;
  background: #20a9ea;
  padding: 12px 0;
}

.mainContents .difference .block.block01 .list dd {
  padding: 13px 10% 22px;
}

.mainContents .difference .block.block01 .list dd p {
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 1.21vw, 1.7rem);
  font-weight: 700;
  line-height: 1.41176;
  letter-spacing: 0.34px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  margin-bottom: 10px;
}

.mainContents .difference .block.block02 {
  margin-bottom: 0;
}

.mainContents .difference .block.block02 .lead {
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 2.28vw, 3.2rem);
  font-weight: 700;
  padding: 17px 0;
  margin-bottom: 30px;
  letter-spacing: 0.64px;
  border-radius: 10.023px;
  background: #faf5e8;
}

.mainContents .difference .block.block02 .lead span {
  color: #20a9ea;
  font-weight: 700;
}

.mainContents .difference .block.block02 .note {
  margin-bottom: 24px;
}

.mainContents .difference .block.block02 .correspondence {
  border-radius: 10.023px;
  background: #f5f5f5;
  padding: 20px 3% 26px;
}

.mainContents .difference .block.block02 .correspondence .txt {
  color: #000;
  font-size: 2.6rem;
  font-size: clamp(2.4rem, 1.85vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.52px;
  margin-bottom: 34px;
}

.mainContents .difference .block.block02 .correspondence .wrap {
  max-width: 828px;
  margin: 0 auto;
  position: relative;
  left: -16px;
  display: flex;
  justify-content: space-between;
}

.mainContents .difference .block.block02 .correspondence .wrap .note {
  width: 52%;
  text-align: left;
  padding-top: 12px;
}

.mainContents .difference .block.block02 .correspondence .wrap .note p {
  color: #000;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 1.57vw, 2.2rem);
  font-weight: 700;
  line-height: 1.90909;
  letter-spacing: 0.44px;
  display: inline;
  background: #fff;
}

.mainContents .difference .block.block02 .correspondence .wrap .note p span {
  color: #20a9ea;
  font-weight: 700;
}

.mainContents .difference .block.block02 .correspondence .wrap figure {
  width: 36.3%;
}

@media only screen and (max-width: 750px) {
  .mainContents .difference {
    padding: 8% 0;
  }
  .mainContents .difference h2 {
    font-size: 6.66vw;
    margin-bottom: 5%;
  }
  .mainContents .difference .block {
    max-width: none;
    margin: 0 auto 7%;
    padding: 0;
    background: none;
  }
  .mainContents .difference .block::before {
    display: none;
  }
  .mainContents .difference .block .sub {
    max-width: 37%;
    top: 0;
  }
  .mainContents .difference .block .sub::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
  .mainContents .difference .block .sub p {
    font-size: 3.87vw;
    letter-spacing: 0.302px;
    padding: 8% 0;
  }
  .mainContents .difference .block .boxWrap {
    max-width: none;
    padding: 5% 0 0;
  }
  .mainContents .difference .block.block01 .leads {
    padding: 2.5% 5%;
    border-radius: 0;
    margin-bottom: 4%;
  }
  .mainContents .difference .block.block01 .leads .leadsWrap {
    max-width: none;
    left: 0;
  }
  .mainContents .difference .block.block01 .leads figure {
    max-width: 22%;
    margin-right: 4.5%;
  }
  .mainContents .difference .block.block01 .leads .lead {
    font-size: 4.1vw;
    line-height: 1.57844;
    letter-spacing: 0.32px;
  }
  .mainContents .difference .block.block01 .leads .lead .color1 {
    font-size: 5.82vw;
    letter-spacing: 0.455px;
  }
  .mainContents .difference .block.block01 .leads .lead .size {
    font-size: 4.1vw;
  }
  .mainContents .difference .block .note {
    font-size: 3.33vw;
    line-height: 1.53846;
    letter-spacing: 0.26px;
    margin-bottom: 4.5%;
  }
  .mainContents .difference .block.block01 .support {
    margin: 0 auto 1.2%;
    font-size: 4.1vw;
    letter-spacing: 0.32px;
    padding: 0 3vw;
  }
  .mainContents .difference .block.block01 .txt {
    font-size: 3.31vw;
    letter-spacing: 0.258px;
    margin-bottom: 1.5%;
  }
  .mainContents .difference .block.block01 .txt span {
    font-size: 2.56vw;
    line-height: 0.5;
  }
  .mainContents .difference .block.block01 .list {
    display: block;
  }
  .mainContents .difference .block.block01 .list dl {
    width: 62%;
    margin: 0 auto;
    border-radius: 8px;
  }
  .mainContents .difference .block.block01 .list dt {
    font-size: 3.69vw;
    letter-spacing: 0.28px;
    padding: 3.5% 0;
  }
  .mainContents .difference .block.block01 .list dd {
    padding: 5% 10% 7%;
    margin-bottom: 6%;
  }
  .mainContents .difference .block.block01 .list dd p {
    font-size: 3.48vw;
    letter-spacing: 0.272px;
    min-height: 9vw;
    margin-bottom: 10px;
  }
  .mainContents .difference .block.block02 .lead {
    max-width: 80%;
    margin: 0 auto;
    font-size: 4.1vw;
    border-radius: 10px;
    padding: 3.5% 0;
    margin-bottom: 4%;
    letter-spacing: 0.32px;
  }
  .mainContents .difference .block.block02 .note {
    margin-bottom: 4%;
  }
  .mainContents .difference .block.block02 .correspondence {
    border-radius: 10px;
    padding: 5% 3% 8%;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .mainContents .difference .block.block02 .correspondence .txt {
    font-size: 4.1vw;
    letter-spacing: 0.32px;
    margin-bottom: 0;
  }
  .mainContents .difference .block.block02 .correspondence .wrap {
    max-width: 100%;
    left: 0;
    display: block;
  }
  .mainContents .difference .block.block02 .correspondence .wrap .note {
    width: 92%;
    margin: 0 auto 7%;
    padding-top: 5%;
  }
  .mainContents .difference .block.block02 .correspondence .wrap .note p {
    font-size: 3.69vw;
    letter-spacing: 0.288px;
  }
  .mainContents .difference .block.block02 .correspondence .wrap figure {
    width: 84%;
    margin: 0 auto;
  }
}
.mainContents .btnBlock {
  padding: 60px 3%;
  background: #e5f7ff;
}

.mainContents .btnBlock ul {
  max-width: 892px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainContents .btnBlock li {
  width: 45.5%;
}

.mainContents .btnBlock li.document a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8922rem;
  font-size: clamp(1.5922rem, 1.835vw, 1.8922rem);
  font-weight: 700;
  color: #fff;
  background: #e82a57;
  text-align: center;
  padding: 10px 0;
  border-radius: 7px;
  height: 100%;
}

.mainContents .btnBlock li.document a::after {
  margin-left: 10px;
  width: 19.357px;
  height: 19.357px;
}

.mainContents .btnBlock li.document a:hover {
  opacity: 1;
  background: #ff537c;
}

.mainContents .btnBlock li.tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8922rem;
  font-size: clamp(1.5922rem, 1.835vw, 1.8922rem);
  font-weight: 700;
  color: #fff;
  background: #20a9ea;
  text-align: center;
  padding: 10px 0;
  border-radius: 7px;
  pointer-events: all;
  cursor: pointer;
}

.mainContents .btnBlock li.tel .teltxt {
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.mainContents .btnBlock li.tel .teltxt::before {
  content: "";
  width: 26px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2232%22%20viewBox%3D%220%200%2026%2032%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M2.32021%202.04481C-0.00799045%203.40342%20-0.465292%207.65136%200.413574%2011.1137C1.09787%2013.81%202.55382%2017.4266%205.00777%2020.8318C7.31678%2024.0356%2010.5377%2026.9083%2012.9937%2028.5706C16.1478%2030.7047%2020.6434%2032.0615%2022.9716%2030.7023C24.1489%2030.015%2025.898%2028.1376%2025.9775%2027.8011C25.9775%2027.8011%2024.9517%2026.3776%2024.7267%2026.0655L21.2873%2021.2922C21.0319%2020.9378%2019.429%2021.2618%2018.6143%2021.677C17.5157%2022.2368%2016.5045%2023.7402%2016.5045%2023.7402C15.7514%2024.1321%2015.1207%2023.7414%2013.8024%2023.1958C12.1823%2022.5251%2010.361%2020.441%208.91171%2018.5529C7.58745%2016.5922%206.21621%2014.2454%206.19635%2012.6408C6.17981%2011.3352%206.04149%2010.6574%206.74565%2010.1982C6.74565%2010.1982%208.68273%209.97962%209.69925%209.30598C10.4524%208.80626%2011.4351%207.62098%2011.1797%207.26659L7.74033%202.49331C7.51532%202.18061%206.48953%200.757684%206.48953%200.757684C6.11495%200.68621%203.49689%201.35747%202.31955%202.04481H2.32021Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: cover;
}

.mainContents .btnBlock li.tel .txt {
  text-align: right;
}

.mainContents .btnBlock li.tel .txt .number {
  font-size: 2.5rem;
  font-size: clamp(2rem, 1.78vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.mainContents .btnBlock li.tel .txt .time {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
}

@media only screen and (max-width: 750px) {
  .mainContents .btnBlock {
    padding: 7% 0;
  }
  .mainContents .btnBlock ul {
    max-width: 80%;
    display: block;
  }
  .mainContents .btnBlock li {
    width: 100%;
  }
  .mainContents .btnBlock li.document a {
    font-size: 3.72vw;
    padding: 6% 0;
    margin-bottom: 6%;
  }
  .mainContents .btnBlock li.document a::after {
    margin-left: 3vw;
    width: 3.8vw;
    height: 3.8vw;
  }
  .mainContents .btnBlock li.tel a {
    font-size: 3.72vw;
    padding: 2.5% 0;
  }
  .mainContents .btnBlock li.tel .teltxt {
    margin-right: 4vw;
  }
  .mainContents .btnBlock li.tel .teltxt::before {
    width: 5.12vw;
    height: 6.15vw;
    margin-right: 2vw;
  }
  .mainContents .btnBlock li.tel .txt .number {
    font-size: 4.91vw;
    letter-spacing: 0.384px;
  }
  .mainContents .btnBlock li.tel .txt .time {
    font-size: 2.36vw;
    letter-spacing: 0.184px;
  }
}
.mainContents .exampleBlock {
  padding: 88px 3% 0;
}

.mainContents .exampleBlock h2 {
  font-size: 4.8rem;
  font-size: clamp(4rem, 3.42vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 52px;
}

.mainContents .exampleBlock .lead {
  color: #000;
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 1.85vw, 2.6rem);
  font-weight: 700;
  line-height: 1.61538;
  margin-bottom: 50px;
}

.mainContents .exampleBlock .lead span {
  font-weight: 700;
  color: #20a9ea;
}

.mainContents .exampleBlock .exampleList {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}

.mainContents .exampleBlock .exampleList .block {
  width: 31.6%;
  position: relative;
}

.mainContents .exampleBlock .exampleList .block .bubble {
  width: 81%;
  margin: 0 auto;
  padding: 4% 0 8.5%;
  margin: auto;
  font-size: 1.8rem;
  font-size: clamp(1.3rem, 1.28vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  background: url(../../lp06/img/example_bubble_bg.png) no-repeat center center;
  background-size: contain;
}

.mainContents .exampleBlock .exampleList .block .bubble span {
  font-weight: 700;
  color: #20a9ea;
}

.mainContents .exampleBlock .exampleList .block .box {
  margin-top: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(173, 173, 173, 0.3);
  text-align: left;
  background: #fff;
}

.mainContents .exampleBlock .exampleList .block .box .txt {
  color: #000;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  line-height: 1.66667;
  letter-spacing: 0.54px;
  padding: 18px 6% 36px;
  height: 15.4vw;
  max-height: 144px;
}

@media only screen and (max-width: 750px) {
  .mainContents .exampleBlock {
    padding: 6% 0 0;
  }
  .mainContents .exampleBlock h2 {
    font-size: 6.66vw;
    margin-bottom: 6%;
  }
  .mainContents .exampleBlock .lead {
    font-size: 4.1vw;
    line-height: 1.875;
    margin: 0 5% 2.5%;
  }
  .mainContents .exampleBlock .exampleList {
    display: block;
    max-width: 67%;
    margin: 0 auto;
  }
  .mainContents .exampleBlock .exampleList .block {
    width: 100%;
    margin-bottom: 9%;
  }
  .mainContents .exampleBlock .exampleList .block .bubble {
    padding: 5% 0 8.5%;
    font-size: 3.38vw;
  }
  .mainContents .exampleBlock .exampleList .block .box {
    margin-top: 2%;
    border-radius: 14.689px;
  }
  .mainContents .exampleBlock .exampleList .block .box .txt {
    font-size: 3.38vw;
    letter-spacing: 0.397px;
    padding: 5% 7% 0;
    height: 26.8vw;
    max-height: none;
  }
}
.mainContents .pricePage {
  padding: 82px 3% 46px;
}

.mainContents .pricePage h2 {
  font-size: 4.8rem;
  font-size: clamp(4rem, 3.42vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.mainContents .pricePage h3 {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  font-size: clamp(3.6rem, 2.85vw, 4rem);
  line-height: 1.5;
  margin-bottom: 44px;
}

.mainContents .pricePage h3 span {
  display: block;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.42vw, 2rem);
  font-weight: 700;
}

.mainContents .pricePage .point {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 60px 3% 34px;
  margin: 0 auto 76px;
  max-width: 1100px;
}

.mainContents .pricePage .point .box {
  background: #fff;
  width: 31.5%;
  padding: 36px 1% 18px;
  border-radius: 5px;
  position: relative;
}

.mainContents .pricePage .point .box::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2251%22%20height%3D%2251%22%20viewBox%3D%220%200%2051%2051%22%20fill%3D%22none%22%3E%20%3Ccircle%20cx%3D%2225.9062%22%20cy%3D%2225.167%22%20r%3D%2225%22%20fill%3D%22url(%23paint0_linear_0_281)%22%2F%3E%20%3Crect%20x%3D%2212.4619%22%20y%3D%2222.041%22%20width%3D%224.13988%22%20height%3D%2216.5824%22%20transform%3D%22rotate(-41.2196%2012.4619%2022.041)%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%2239.3701%22%20y%3D%2215.0098%22%20width%3D%224.13988%22%20height%3D%2224.8733%22%20transform%3D%22rotate(48.7804%2039.3701%2015.0098)%22%20fill%3D%22white%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22paint0_linear_0_281%22%20x1%3D%220.90625%22%20y1%3D%220.166992%22%20x2%3D%2250.9062%22%20y2%3D%220.166992%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%230ED2AE%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2320A9EA%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}

.mainContents .pricePage .point .box p {
  text-align: center;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 1.57vw, 2.2rem);
  font-weight: bold;
}

.mainContents .pricePage table {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 1100px;
}

.mainContents .pricePage table th {
  text-align: center;
  width: 33.333%;
  padding: 15px 0;
  border-right: 2px solid #fff;
  background: #20a9ea;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

.mainContents .pricePage table th span {
  display: block;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
}

.mainContents .pricePage table td {
  text-align: center;
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.57vw, 2.2rem);
  padding: 13px 0 12px;
  border-right: 2px solid #fff;
}

.mainContents .pricePage table th:first-of-type,
.mainContents .pricePage table td:first-of-type {
  border-radius: 10px 0 0 10px;
}

.mainContents .pricePage table th:last-of-type,
.mainContents .pricePage table td:last-of-type {
  border: none;
  border-radius: 0 10px 10px 0;
}

.mainContents .pricePage table tr:nth-child(2n+1) td {
  background: #eaf8ff;
}

.mainContents .pricePage .yeadPlan .point {
  margin-bottom: 54px;
}

.mainContents .pricePage .yeadPlan table th {
  background: #14caa8;
}

.mainContents .pricePage .yeadPlan table tr:nth-child(2n+1) td {
  background: #e1f5f1;
}

@media only screen and (max-width: 750px) {
  .mainContents .pricePage {
    padding: 10% 4.5% 1%;
  }
  .mainContents .pricePage h2 {
    font-size: 6.66vw;
    margin-bottom: 11%;
  }
  .mainContents .pricePage h3 {
    font-size: 5.64vw;
    margin-bottom: 8%;
    line-height: 1.75;
  }
  .mainContents .pricePage h3 span {
    font-size: 5.12vw;
  }
  .mainContents .pricePage .point {
    display: block;
    padding: 11% 6% 7%;
    margin-bottom: 15%;
  }
  .mainContents .pricePage .point .box {
    width: 100%;
    padding: 8% 1% 5%;
    margin-bottom: 12%;
  }
  .mainContents .pricePage .point .box:last-of-type {
    margin-bottom: 0;
  }
  .mainContents .pricePage .point .box::before {
    width: 7.7vw;
    height: 7.7vw;
    top: -3.85vw;
  }
  .mainContents .pricePage .point .box p {
    font-size: 4.1vw;
  }
  .mainContents .pricePage table {
    margin-bottom: 16%;
  }
  .mainContents .pricePage table th {
    padding: 1.7vw 0;
    font-size: 3.33vw;
  }
  .mainContents .pricePage table th span {
    font-size: 2.82vw;
  }
  .mainContents .pricePage table td {
    font-size: 3.58vw;
    padding: 3.55vw 0;
  }
}
.mainContents .faqPage {
  padding: 100px 3% 46px;
  background: #f5f5f5;
}

.mainContents .faqPage h2 {
  font-size: 3.8rem;
  font-size: clamp(3.4rem, 2.71vw, 3.8rem);
  font-weight: 700;
  margin-bottom: 56px;
}

.mainContents .faqWrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.mainContents .faqWrap .faqDetails dl {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 35px;
  overflow: hidden;
}

.mainContents .faqWrap .faqDetails dt {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.28vw, 1.8rem);
  padding: 17px 80px 17px 40px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.mainContents .faqWrap .faqDetails dt::before,
.mainContents .faqWrap .faqDetails dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 18px;
  height: 3px;
  background: #20a9ea;
  transition: all 0.25s ease-in;
}

.mainContents .faqWrap .faqDetails dt::after {
  transform: rotate(90deg);
}

.mainContents .faqWrap .faqDetails dt.isActive::after {
  transform: rotate(0);
}

.mainContents .faqWrap .faqDetails dt span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #20a9ea;
  font-size: 3.6rem;
  font-size: clamp(3.2rem, 2.57vw, 3.6rem);
  line-height: 1;
}

.mainContents .faqWrap .faqDetails dt p {
  padding: 0 0 0 14px;
  letter-spacing: 0.3px;
  line-height: 1.8;
  display: inline;
}

.mainContents .faqWrap .faqDetails dd {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  background: #eaf8ff;
  margin: 0;
}

.mainContents .faqWrap .faqDetails dd div {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.28vw, 1.8rem);
  padding: 18px 80px 30px 40px;
}

.mainContents .faqWrap .faqDetails dd span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #666;
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 2.28vw, 3.2rem);
}

.mainContents .faqWrap .faqDetails dd p {
  padding: 0 0 0 10px;
  letter-spacing: 0.3px;
  line-height: 1.8;
  display: inline;
}

@media only screen and (max-width: 750px) {
  .mainContents .faqPage {
    padding: 6% 0 5%;
  }
  .mainContents .faqPage h2 {
    font-size: 5.64vw;
    margin-bottom: 8%;
  }
  .mainContents .faqWrap .faqDetails {
    width: 90%;
    margin: 0 auto;
  }
  .mainContents .faqWrap .faqDetails dl {
    margin-bottom: 10.5%;
  }
  .mainContents .faqWrap .faqDetails dt {
    font-size: 4.1vw;
    padding: 7% 14% 6% 8%;
  }
  .mainContents .faqWrap .faqDetails dt::before,
  .mainContents .faqWrap .faqDetails dt::after {
    right: 4.5%;
    width: 4.61vw;
  }
  .mainContents .faqWrap .faqDetails dt span {
    font-size: 9.23vw;
  }
  .mainContents .faqWrap .faqDetails dt p {
    padding: 0 0 0 5%;
    line-height: 1.85;
  }
  .mainContents .faqWrap .faqDetails dd div {
    font-size: 4.1vw;
    padding: 4% 9% 9%;
  }
  .mainContents .faqWrap .faqDetails dd span {
    font-size: 8.2vw;
  }
  .mainContents .faqWrap .faqDetails dd p {
    padding: 0 0 0 4%;
    letter-spacing: 0.3px;
  }
}
.mainContents .form {
  padding: 38px 3% 46px;
}

.mainContents .form h2 {
  font-size: 3.8rem;
  font-size: clamp(3.4rem, 2.71vw, 3.8rem);
  font-weight: 700;
  margin-bottom: 56px;
}

.mainContents .form .contactus_page {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}

.mainContents .form .contactusCautions {
  text-align: left;
  max-width: 996px;
  font-size: 1.4rem;
  font-size: clamp(1.3rem, 1vw, 1.4rem);
  line-height: 2.14286;
  margin: 78px auto 44px;
}

@media only screen and (max-width: 750px) {
  .mainContents .form {
    padding: 10% 3% 15%;
  }
  .mainContents .form h2 {
    font-size: 5.64vw;
    margin-bottom: 56px;
  }
  .mainContents .form .contactus_page {
    max-width: none;
  }
  .mainContents .form .contactusCautions {
    max-width: 84%;
    font-size: 3.58vw;
    font-weight: normal;
    line-height: 2;
    margin: 11% auto 0;
  }
}
/* =========================================================
  Common
========================================================= */
footer {
  border-top: 1px solid #e6e6e6;
  padding: 38px 3% 70px;
}

.footerOther ul {
  display: flex;
  justify-content: center;
}

.footerOther li {
  margin: 0 28px;
}

.footerOther .copy {
  text-align: center;
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 0.85vw, 1.2rem);
  color: #666;
  padding-top: 20px;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  footer {
    padding: 7% 0 10%;
  }
  .footerOther li {
    margin: 0 6%;
    font-size: 3.58vw;
  }
  .footerOther .copy {
    font-size: 3.07vw;
    padding: 4% 15% 0;
  }
}
/* 20250801追加 */
.mainContents .meritWrap .box .merit03List {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 5px;
}

.mainContents .meritWrap .box .merit03List .img01 {
  width: 48.9%;
}

.mainContents .meritWrap .box .merit03List .img02 {
  width: 48.9%;
}

@media only screen and (max-width: 750px) {
  .mainContents .meritWrap .box .merit03List {
    display: block;
    justify-content: space-between;
    align-items: center;
    max-width: 85%;
    margin: 0 auto 5px;
  }
  .mainContents .meritWrap .box .merit03List .img01 {
    width: 100%;
  }
  .mainContents .meritWrap .box .merit03List .img02 {
    width: 100%;
  }
}
/*.追加 */
.headerWrap .navBlock .globalNav ul li {
  margin-right: min(2vw, 24px);
}
.headerWrap .navBlock .globalNav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  .mainContents .difference .block .boxWrap .list dl {
    margin-bottom: 2rem;
  }
}
.mainContents .exampleBlock .exampleList .block .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(173, 173, 173, 0.3);
}
.mainContents .exampleBlock .exampleList .block .box .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem 6% 2rem;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  line-height: 1.66667;
  letter-spacing: 0.54px;
  min-height: 18rem;
}
.mainContents .exampleBlock .exampleList .block .box .txt .toGo {
  margin-top: auto;
  align-self: stretch;
  font-size: clamp(1.1rem, 1vw, 1.3rem);
  font-weight: 700;
  color: #fff;
  background: #20a9ea;
  text-align: center;
  padding: 10px 0;
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .mainContents .exampleBlock .exampleList .block .box .txt .toGo {
    margin: 0.8rem 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .mainContents .exampleBlock .exampleList .block .box {
    min-height: 30rem !important;
  }
}
.mainContents .bottom_toGo {
  display: inline-block;
  margin: 4rem auto 0;
  font-size: clamp(1.4rem, 1.28vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  background: #e82a57;
  text-align: center;
  padding: 1.3rem 10rem;
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .mainContents .bottom_toGo {
    max-width: 80%;
    padding: 1.3rem 5rem;
  }
}
