@charset "UTF-8";
/* ======================================= */
/*   Foundation                            */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* ======================================= */
/*  base                                   */
/* ======================================= */
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}
html.stop {
  overflow-y: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
@media screen and (max-width:1070px) {
  body {
    overflow-x: hidden;
    position: relative;
  }
}
@media screen and (max-width:710px) {
  body {
    font-size: 14px !important;
  }
}
@media screen and (max-width:450px) {
  body {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width:710px) {
  a:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

li {
  list-style: none;
}

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

*:focus {
  outline: none;
}

.no-link {
  cursor: default;
  pointer-events: none;
}
.no-link:hover {
  opacity: 1;
}

.no-link-menu > a {
  cursor: default;
  pointer-events: none;
}
.no-link-menu > a:hover {
  opacity: 1;
}

.palt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
}

/* ======================================= */
/*   Layout                                */
/* ======================================= */
/*  container                              */
/* ======================================= */
.l-container-ss {
  width: 100%;
  max-width: calc(700px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}
@media screen and (max-width:559px) {
  .l-container-ss {
    padding: 0 1.5em;
  }
}

.l-container-s {
  width: 100%;
  max-width: calc(900px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}
@media screen and (max-width:559px) {
  .l-container-s {
    padding: 0 1.5em;
  }
}

.l-container-m {
  width: 100%;
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}
@media screen and (max-width:559px) {
  .l-container-m {
    padding: 0 1.5em;
  }
}

.l-container-l {
  width: 100%;
  max-width: calc(1546px + 4em);
  padding: 0 2em;
  margin: 0 auto;
}
@media screen and (max-width:559px) {
  .l-container-l {
    padding: 0 1.5em;
  }
}

/* ======================================= */
/* footer                                  */
/* ======================================= */
.l-footer-content {
  text-align: center;
}
.l-footer-content.bg {
  background-color: #f0ebe7;
}

.l-footer-sns {
  margin-bottom: 10em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
@media screen and (max-width:710px) {
  .l-footer-sns {
    gap: 1.5em;
    margin-bottom: 5em;
    padding: 0 1em;
  }
  .l-footer-sns a {
    display: inline-block;
  }
}

.l-footer-img {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 119, 51)), color-stop(40%, rgba(255, 119, 51, 0)));
  background-image: -webkit-linear-gradient(bottom, rgb(255, 119, 51), rgba(255, 119, 51, 0) 40%);
  background-image: linear-gradient(0deg, rgb(255, 119, 51), rgba(255, 119, 51, 0) 40%);
  padding: 0 1em;
  padding-bottom: 2em;
}

.l-footer {
  padding: 1em;
}
.l-footer .l-container-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:710px) {
  .l-footer .l-container-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer ul a {
  padding-left: 2em;
}
.l-footer ul a::before {
  content: "●";
  color: #ffdbca;
}
@media screen and (max-width:710px) {
  .l-footer ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5em 1em;
    font-size: 12px;
    margin-bottom: 1em;
  }
  .l-footer ul a {
    padding-left: 0;
  }
}
@media screen and (max-width:450px) {
  .l-footer ul {
    font-size: clamp(12px, 2.6666666667vw, 12px);
  }
}

/* ======================================= */
/* header                                  */
/* ======================================= */
.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-header-logo {
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width:710px) {
  .l-header .l-header-logo img {
    width: 80px;
  }
}
.l-header.scroll {
  background-color: #ffffff;
}
.l-header.scroll .l-header-logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.l-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: calc(1100px + 2em);
  padding: 0 1em;
  margin: 0 auto;
  height: 80px;
}
@media screen and (max-width:710px) {
  .l-header-inner {
    height: 60px;
  }
}

.l-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 1280px) {
  .l-header-menu {
    padding-right: 80px;
  }
}
@media screen and (max-width:559px) {
  .l-header-menu {
    padding-right: 60px;
  }
}

.l-header-menu-btn {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ff7733;
  background-color: #ff7733;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.5em 1em;
  font-size: 14px;
  line-height: 1 !important;
  min-width: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-menu-btn.wh {
  background-color: #ffffff;
  color: #ff7733;
}
.l-header-menu-btn.wh:hover {
  background-color: #ff7733;
  color: #ffffff;
}
.l-header-menu-btn:hover {
  background-color: #ffffff;
  color: #ff7733;
  opacity: 1;
}
@media screen and (max-width:710px) {
  .l-header-menu-btn {
    padding: 0.2em 0.5em;
    min-width: auto;
  }
}
@media screen and (max-width:450px) {
  .l-header-menu-btn {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

.l-header_toggle {
  background-color: #ff7733;
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 0 0 0 30%;
}
@media screen and (max-width:710px) {
  .l-header_toggle {
    height: 60px;
    width: 60px;
  }
}
.l-header_toggle span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 40%;
}
.l-header_toggle span:nth-of-type(1) {
  top: 35%;
}
.l-header_toggle span:nth-of-type(3) {
  top: 65%;
}
.l-header_toggle.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.l-header_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header_toggle.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.l-header_toggle-menu {
  position: absolute;
  display: inline-block;
  z-index: 800;
  top: 0;
  right: -50%;
  padding: 5em;
  width: 50%;
  min-width: 300px;
  height: 70vh;
  min-height: 300px;
  background-color: #ff7733;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 0 20px;
}
.l-header_toggle-menu.active {
  opacity: 1;
  right: 0;
}
.l-header_toggle-menu ul {
  width: 100%;
  max-width: 260px;
}
.l-header_toggle-menu ul li {
  border-bottom: 1px solid #ffffff;
}
.l-header_toggle-menu ul li a {
  display: inline-block;
  padding: 1em 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .l-header_toggle-menu ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .l-header_toggle-menu ul li a {
    font-size: clamp(12px, 4vw, 18px);
  }
}

.l-header-bg {
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.l-header-bg.active {
  visibility: visible;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
}

/* ======================================= */
/*  main                                */
/* ======================================= */
/* ======================================= */
/*  section                                */
/* ======================================= */
.l-section {
  padding-bottom: 100px;
}
.l-section.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width:710px) {
  .l-section {
    padding-bottom: 50px;
  }
}

.l-section-m {
  padding: 160px 0;
}
.l-section-m.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width:710px) {
  .l-section-m {
    padding: 15.65vw 0;
  }
}

/* ======================================= */
/*   Object                                */
/* ----------------------------- Component */
/* ======================================= */
/*  button                                 */
/* ======================================= */
.c-btn {
  background-color: #ff7733;
  display: block;
  width: 260px;
  height: 260px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  border-radius: 100%;
  position: relative;
  padding-top: 2.7em;
  margin: 0 auto;
}
.c-btn:hover {
  color: #ffffff;
}
.c-btn::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 8%;
  left: 50%;
  background-image: url(../img/common/btn-click.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 58px;
}
.c-btn.about {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width:710px) {
  .c-btn {
    font-size: 20px;
    width: 11em;
    height: 11em;
  }
  .c-btn::after {
    height: 3.2em;
  }
  .c-btn.about {
    padding-top: 1.5em;
    font-size: 18px;
  }
  .c-btn.about img {
    width: 60%;
  }
}
@media screen and (max-width:450px) {
  .c-btn {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
  .c-btn.about {
    font-size: clamp(12px, 4vw, 18px);
  }
}

.c-btn-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #06c555;
  border-radius: 1em;
  background-color: #06c555;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.c-btn-line:hover {
  color: #333333;
}
.c-btn-line .c-btn-line-text {
  font-family: "Zen Maru Gothic", serif;
  background-color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  padding: 0.7em 1em;
  position: relative;
}
.c-btn-line .c-btn-line-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffffff;
}
@media screen and (max-width:710px) {
  .c-btn-line .c-btn-line-text {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .c-btn-line .c-btn-line-text {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}
.c-btn-line .c-btn-line-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 1em;
  padding-left: 1.7em;
}
.c-btn-line.size-l {
  max-width: 680px;
}
.c-btn-line.size-l .c-btn-line-text {
  font-size: 23px;
  padding: 0.7em 1em;
}
@media screen and (max-width:710px) {
  .c-btn-line.size-l .c-btn-line-text {
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .c-btn-line.size-l .c-btn-line-text {
    font-size: clamp(12px, 4vw, 18px);
  }
}
@media screen and (max-width:710px) {
  .c-btn-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 24em;
  }
  .c-btn-line .c-btn-line-text {
    text-align: center;
  }
  .c-btn-line .c-btn-line-text::after {
    top: 115%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }
  .c-btn-line .c-btn-line-img {
    padding: 1em;
    padding-top: 1.7em;
  }
  .c-btn-line .c-btn-line-img img {
    width: 80%;
    max-width: 200px;
  }
  .c-btn-line.size-l {
    max-width: 24em;
  }
}

.c-btn-basic-wrap {
  text-align: center;
}

.c-btn-basic {
  background-color: #ff7733;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  width: 100%;
  max-width: 25em;
  border-radius: 500px;
  position: relative;
}
.c-btn-basic::after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: 3%;
  display: block;
  content: "";
  background-image: url(../img/common/btn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}
@media screen and (max-width:710px) {
  .c-btn-basic {
    max-width: 16em;
  }
  .c-btn-basic img {
    width: 50%;
  }
}

/* ======================================= */
/*  text                                  */
/* ======================================= */
.c-text-title-l {
  font-size: 70px;
  font-weight: 700;
  color: #ff7733;
  text-align: center;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
}
.c-text-title-l span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 500;
  display: block;
  font-size: 20px;
  margin-top: 0.5em;
}
@media screen and (max-width:710px) {
  .c-text-title-l span {
    font-size: 15px;
  }
}
@media screen and (max-width:450px) {
  .c-text-title-l span {
    font-size: 14px;
    font-size: 3.1111111111vw;
  }
}
@media screen and (max-width:710px) {
  .c-text-title-l {
    font-size: 35px;
  }
}
@media screen and (max-width:450px) {
  .c-text-title-l {
    font-size: 30px;
    font-size: 6.6666666667vw;
  }
}

.u-bg-main .c-text-title-l {
  color: #ffffff;
}
.u-bg-main .c-text-title-l span {
  color: #ffffff;
}

.c-text-title-m,
.mv_none h3 {
  color: #ff7733;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 20px;
}
@media screen and (max-width:710px) {
  .c-text-title-m,
  .mv_none h3 {
    font-size: 17px;
  }
}
@media screen and (max-width:450px) {
  .c-text-title-m,
  .mv_none h3 {
    font-size: 17px;
    font-size: 3.7777777778vw;
  }
}

.c-text-title-s,
.mv_none h4 {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #1644E7;
  margin-bottom: 1.2em;
}
.c-text-title-s::before,
.mv_none h4::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  max-width: 110px;
  height: 2px;
  background: #333333;
}
@media screen and (max-width:710px) {
  .c-text-title-s,
  .mv_none h4 {
    font-size: 15px;
  }
  .c-text-title-s::before,
  .mv_none h4::before {
    max-width: 80px;
  }
}
@media screen and (max-width:450px) {
  .c-text-title-s,
  .mv_none h4 {
    font-size: 15px;
    font-size: 3.3333333333vw;
  }
}

.c-text-list {
  font-weight: 500;
}
.c-text-list.font-r {
  font-weight: 400;
}
.c-text-list.font-r li {
  margin-bottom: 1.2em;
}
.c-text-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.8em;
}
.c-text-list li:last-of-type {
  margin-bottom: 0;
}
.c-text-list li::before {
  position: absolute;
  top: 0.28em;
  left: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/list-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-text-list li a {
  color: #1644E7;
}

.c-text-list-s {
  display: block;
  margin-bottom: 1em;
}

.c-text-lead {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 3.2em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:710px) {
  .c-text-lead {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
@media screen and (max-width:450px) {
  .c-text-lead {
    font-size: 16px;
    font-size: 3.5555555556vw;
  }
}

.c-text,
.mv_none p {
  line-height: 2;
}
.c-text .president,
.mv_none p .president {
  margin-top: 1em;
  display: block;
  text-align: right;
  font-weight: 700;
}
.c-text a,
.mv_none p a {
  color: #1644E7;
}

.mv_none p {
  margin-bottom: 2.5em;
}

.c-text-cap-title {
  font-weight: 700;
  margin-bottom: 0.3em;
  display: block;
}

.c-text-cap {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width:710px) {
  .c-text-cap {
    font-size: 12px;
  }
}
@media screen and (max-width:450px) {
  .c-text-cap {
    font-size: 12px;
    font-size: 2.6666666667vw;
  }
}

/* ------------------------------- Project */
/* ======================================= */
/* top                                     */
/* ======================================= */
.p-top-mv {
  background-image: url(../img/top_mv-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 1120px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
@media screen and (max-width:710px) {
  .p-top-mv {
    padding-top: 120px;
    height: 650px;
  }
}

.p-top-mv-content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-top-mv-content::after {
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  display: block;
  content: "";
  height: 700px;
  width: 700px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.6;
}
@media screen and (max-width:710px) {
  .p-top-mv-content-logo {
    width: 50%;
    margin: 0 auto;
  }
}

.p-top-mv-content-title {
  font-size: 54px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.3em;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width:710px) {
  .p-top-mv-content-title {
    font-size: 30px;
  }
}
@media screen and (max-width:450px) {
  .p-top-mv-content-title {
    font-size: clamp(12px, 6.6666666667vw, 30px);
  }
}

.p-top-mv-content-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 2em;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 0 1em;
}
@media screen and (max-width:710px) {
  .p-top-mv-content-text {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-top-mv-content-text {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

.p-top-mv-bottom {
  margin-top: -1em;
  margin-left: calc(50% - 50vw);
}

.p-top-sec-1 {
  margin-top: 11em;
  background-color: #fff1de;
  padding-bottom: 8em;
}
@media screen and (max-width:710px) {
  .p-top-sec-1 {
    padding-bottom: 4em;
  }
}

.p-top-sec-1-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5em;
}

.p-top-sec-1-top-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 3.7em 0 0;
  max-height: 28em;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  margin-top: -7em;
}
.p-top-sec-1-top-img div {
  width: 50%;
}
.p-top-sec-1-top-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-top-img {
    max-height: none;
  }
}
@media screen and (max-width:559px) {
  .p-top-sec-1-top-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 2em 0 0;
    width: 200px;
    margin-left: 0;
  }
  .p-top-sec-1-top-img div {
    width: 100%;
  }
}

.p-top-sec-1-top-title {
  margin-top: -9.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top-sec-1-top-title h2 {
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.p-top-sec-1-top-title h2 span {
  display: inline-block;
  color: #ff7733;
  position: relative;
}
.p-top-sec-1-top-title h2 span::after {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 48%;
  right: -0.4em;
  content: "";
  display: block;
  width: 1em;
  height: 3.5em;
  background-image: url(../img/top_sec1-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-sec-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top-sec-1-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3em;
  }
}

.p-top-sec-1-content-text {
  margin-top: 4em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-content-text {
    margin-top: 3em;
  }
}

.p-top-sec-1-content-img {
  position: relative;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-content-img {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-top-sec-1-content-img-en {
  position: absolute;
  width: 31em;
  top: -9.4em;
  right: 0;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-content-img-en {
    width: 18em;
    top: -10em;
  }
}

.p-top-sec-1-content-img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width:710px) {
  .p-top-sec-1-content-img-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top-sec-1-content-img-item div {
    width: 70%;
  }
  .p-top-sec-1-content-img-item div img {
    width: 100%;
  }
}

.p-top-sec-2 {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 241, 222)), color-stop(50%, rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(top, rgb(255, 241, 222) 50%, rgb(255, 255, 255) 50%);
  background-image: linear-gradient(180deg, rgb(255, 241, 222) 50%, rgb(255, 255, 255) 50%);
}

.p-top-sec-2-bg {
  background-image: url(../img/top_sec2-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50% 200px;
  border-top-right-radius: 50% 200px;
  border-bottom-left-radius: 50% 200px;
  border-bottom-right-radius: 50% 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 6.2em;
  padding-bottom: 9.4em;
}
@media screen and (max-width:710px) {
  .p-top-sec-2-bg {
    padding-top: 3.5em;
    padding-bottom: 5em;
  }
}

.p-top-sec-2-en {
  padding-left: 50%;
}
@media screen and (max-width:710px) {
  .p-top-sec-2-en {
    padding-left: 40%;
    text-align: right;
  }
}

.p-top-sec-2-content {
  background-color: rgba(255, 255, 255, 0.8);
  width: 29em;
  padding: 2.5em;
  margin-top: 11em;
}
.p-top-sec-2-content h2 {
  color: #ff7733;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width:710px) {
  .p-top-sec-2-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-2-content h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-top-sec-2-content p {
  line-height: 2;
  margin-top: 2em;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-top-sec-2-content p {
    margin-top: 1.4em;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-2-content {
    margin-top: 1.4em;
    width: 100%;
    max-width: 400px;
    padding: 2em;
  }
}

.p-top-sec-3 {
  background-image: url(../img/top_sec3-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: clamp(200px, 25vw, 478px);
  margin-top: 5em;
}
.p-top-sec-3 .l-container-m {
  position: relative;
}
@media screen and (max-width:910px) {
  .p-top-sec-3 {
    background-size: 30%;
  }
}
@media screen and (max-width:910px) {
  .p-top-sec-3 {
    background-image: none;
  }
}

.p-top-sec-3-title {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #f0ebe7;
  padding: 1.3em 1em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-size: 36px;
}
@media screen and (max-width:910px) {
  .p-top-sec-3-title {
    display: inline-block;
    position: initial;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding: 1em 1.2em;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-3-title {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-3-title {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}

.p-top-sec-3-en {
  position: absolute;
  top: 30em;
  left: 0.6em;
}
@media screen and (max-width:910px) {
  .p-top-sec-3-en {
    top: 3em;
    left: auto;
    right: 5%;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-3-en {
    top: 3em;
    width: 8.5em;
  }
}

.p-top-sec-3-img {
  text-align: center;
  padding-top: 8em;
  padding-bottom: 5em;
}
@media screen and (max-width:910px) {
  .p-top-sec-3-img {
    padding-top: 3em;
    padding-bottom: 0;
  }
}

.p-top-sec-4 {
  margin-top: 9.4em;
  position: relative;
}

.p-top-sec-4-content-img {
  position: absolute;
  top: -3.8em;
  right: calc(50% - 6.2em);
}
@media screen and (max-width:910px) {
  .p-top-sec-4-content-img {
    top: -6em;
    width: 50%;
    right: auto;
    left: 1em;
  }
}
@media screen and (max-width:559px) {
  .p-top-sec-4-content-img {
    width: 60%;
  }
}

.p-top-sec-4-bg {
  overflow: hidden;
}

.p-top-sec-4-bg-inner {
  background-color: #ffdccb;
  border-top-left-radius: 50% 200px;
  border-top-right-radius: 50% 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 6.2em;
}

.p-top-sec-4-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top-sec-4-content-text {
  padding-top: 12.5em;
}
@media screen and (max-width:910px) {
  .p-top-sec-4-content-text {
    padding-top: 28vw;
    width: 50%;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-4-content-text {
    padding-top: 30vw;
    width: auto;
  }
}
@media screen and (max-width:559px) {
  .p-top-sec-4-content-text {
    padding-top: 18em;
    width: auto;
  }
}
.p-top-sec-4-content-text h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width:710px) {
  .p-top-sec-4-content-text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-4-content-text h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-top-sec-4-content-text p {
  margin-top: 3.5em;
  margin-bottom: 6em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width:910px) {
  .p-top-sec-4-content-text p {
    margin-bottom: 3em;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-4-content-text p {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.p-top-sec-4-content-text .p-top-sec-4-en {
  text-align: right;
}
@media screen and (max-width:910px) {
  .p-top-sec-4-content-text .p-top-sec-4-en img {
    width: 80%;
  }
}
@media screen and (max-width:910px) {
  .p-top-sec-4-content-text .p-top-sec-4-en img {
    width: 60%;
  }
}

.p-top-sec-4-btn {
  margin-top: -10em;
}
@media screen and (max-width:910px) {
  .p-top-sec-4-btn {
    margin-top: -5em;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-4-btn {
    margin-top: 0;
  }
}

.p-top-sec-5 {
  position: relative;
}

.p-top-sec-5-bg {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 220, 203)), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgb(255, 220, 203) 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(180deg, rgb(255, 220, 203) 50%, rgba(255, 255, 255, 0) 50%);
}

.p-top-sec-5-bg-inner {
  background-color: #f0ebe7;
  border-top-left-radius: 50% 200px;
  border-top-right-radius: 50% 200px;
  border-bottom-left-radius: 50% 200px;
  border-bottom-right-radius: 50% 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 10.5em;
  padding-bottom: 7.5em;
}
@media screen and (max-width:710px) {
  .p-top-sec-5-bg-inner {
    padding-top: 7em;
  }
}

.p-top-sec-5-bg .l-container-m {
  position: relative;
}
.p-top-sec-5-bg .l-container-m .p-top-sec-5-img-1,
.p-top-sec-5-bg .l-container-m .p-top-sec-5-img-2,
.p-top-sec-5-bg .l-container-m .p-top-sec-5-img-title,
.p-top-sec-5-bg .l-container-m .p-top-sec-5-en {
  position: absolute;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-bg .l-container-m .p-top-sec-5-img-1,
  .p-top-sec-5-bg .l-container-m .p-top-sec-5-img-2,
  .p-top-sec-5-bg .l-container-m .p-top-sec-5-img-title,
  .p-top-sec-5-bg .l-container-m .p-top-sec-5-en {
    position: initial;
  }
}

@media screen and (max-width:880px) {
  .p-top-sec-5-img-bg-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-sec-5-img-bg-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-top-sec-5-img-1 {
  top: 0;
  left: 0;
  border-radius: 0 6em 0 6em;
  overflow: hidden;
  width: 40%;
}
.p-top-sec-5-img-1 img {
  width: 100%;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-img-1 {
    border-radius: 0;
    width: 50%;
  }
}

.p-top-sec-5-img-2 {
  top: 20em;
  right: 0;
  border-radius: 6em 0 6em 0;
  overflow: hidden;
  width: 50%;
}
.p-top-sec-5-img-2 img {
  width: 100%;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-img-2 {
    border-radius: 0;
    width: 50%;
  }
}

.p-top-sec-5-img-3 {
  position: absolute;
  bottom: -15%;
  right: 10%;
  width: 23%;
}
@media screen and (max-width:710px) {
  .p-top-sec-5-img-3 {
    display: none;
  }
}

.p-top-sec-5-img-title {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 0%;
  left: 50%;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-img-title {
    -webkit-transform: none;
            transform: none;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-sec-5-en {
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.p-top-sec-5-en img {
  width: 30%;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-en {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -4em;
  }
  .p-top-sec-5-en img {
    width: 50%;
  }
}

.p-top-sec-5-text {
  padding-top: 45%;
  display: inline-block;
  line-height: 2;
  font-weight: 500;
  padding-left: 3em;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-text {
    padding-top: 2.5em;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.p-top-sec-5-btn {
  margin-top: -3em;
}
@media screen and (max-width:880px) {
  .p-top-sec-5-btn {
    margin-top: 1.9em;
  }
}

.p-top-sec-6 {
  margin-top: -6.3em;
  background-image: url(../img/top_sec6-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 19em;
  padding-bottom: 13.5em;
}
.p-top-sec-6 .l-container-m {
  position: relative;
}
@media screen and (max-width:710px) {
  .p-top-sec-6 .l-container-m {
    z-index: 1;
    background-size: contain;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-6 {
    padding-top: 10em;
    padding-bottom: 10em;
    background-position: left -12em top;
    position: relative;
    z-index: -1;
  }
  .p-top-sec-6:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.p-top-sec-6-en {
  position: absolute;
  left: 50%;
}
@media screen and (max-width:710px) {
  .p-top-sec-6-en {
    position: initial;
    width: 100%;
    text-align: right;
  }
  .p-top-sec-6-en img {
    width: 10em;
  }
}

.p-top-sec-6-content {
  padding-top: 10em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top-sec-6-content h2 {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-6-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-6-content h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-top-sec-6-content p {
  margin-top: 3em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-top-sec-6-content {
    padding-top: 1.5em;
    text-align: right;
    width: 100%;
  }
  .p-top-sec-6-content h2 {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.9);
  }
  .p-top-sec-6-content p {
    margin-top: 1.5em;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.9);
  }
}

.p-top-sec-7 {
  margin-top: -6.3em;
  overflow: hidden;
}

.p-top-sec-7-bg {
  background-color: #ffffff;
  border-top-left-radius: 50% 200px;
  border-top-right-radius: 50% 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 10em;
  padding-bottom: 14em;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-bg {
    padding-top: 5.7em;
    padding-bottom: 5em;
  }
}

.p-top-sec-7-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-sec-7-img {
  position: relative;
  z-index: 1;
  height: 28em;
  width: 50%;
  margin-top: 3.5em;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-img {
    width: 100%;
    height: 17em;
  }
}

.p-top-sec-7-img-item {
  border-radius: 0 5em 0 5em;
  overflow: hidden;
  height: 100%;
}
.p-top-sec-7-img-item img {
  width: 100%;
  height: 100%;
}

.p-top-sec-7-img-item-bg {
  border-radius: 0 5em 0 5em;
  position: absolute;
  z-index: -1;
  top: 6.2em;
  left: -6.2em;
  background-color: #ffdccb;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-img-item-bg {
    top: 1.4em;
    left: -1.4em;
  }
}

.p-top-sec-7-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  padding-left: 1em;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-left: 0;
    position: relative;
    margin-top: 5em;
  }
}

.p-top-sec-7-text-item {
  padding-right: 1em;
}
.p-top-sec-7-text-item h2 {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-text-item h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-7-text-item h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-top-sec-7-text-item p {
  font-weight: 500;
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-7-text-item p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-7-text-item {
    padding-right: 0;
  }
}

@media screen and (max-width:710px) {
  .p-top-sec-7-en {
    position: absolute;
    top: -2em;
    left: 11em;
  }
  .p-top-sec-7-en img {
    width: 160px;
  }
}
.p-top-sec-8 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 119, 51)));
  background-image: -webkit-linear-gradient(left, rgb(255, 255, 255) 50%, rgb(255, 119, 51) 50%);
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(255, 119, 51) 50%);
  margin-bottom: 6em;
}

.p-top-sec-8-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 6em;
  background-color: #ff7733;
  border-radius: 5em 0 0 0;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 4em 0 0 0;
    padding-bottom: 3em;
  }
}

.p-top-sec-8-content {
  padding-top: 6em;
  padding-left: 5em;
  padding-right: 3em;
  width: 50%;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-content {
    width: 100%;
    padding-top: 1.3em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.p-top-sec-8-text {
  margin-top: 4em;
}
.p-top-sec-8-text h3 {
  font-size: 24px;
  margin-bottom: 1.3em;
}
@media screen and (max-width:710px) {
  .p-top-sec-8-text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-8-text h3 {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-top-sec-8-text p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-text {
    margin-top: 1.5em;
  }
}

.p-top-sec-8-title {
  padding-top: 0.6em;
  position: relative;
  display: block;
  z-index: 1;
}
.p-top-sec-8-title h2 {
  font-size: 36px;
  letter-spacing: 0.2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-8-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-8-title h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-top-sec-8-title img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 1.2em;
}
@media screen and (max-width:910px) {
  .p-top-sec-8-title {
    padding-top: 0;
  }
  .p-top-sec-8-title img {
    width: 50%;
    max-width: 200px;
    left: 30%;
    right: auto;
  }
}
@media screen and (max-width:880px) {
  .p-top-sec-8-title img {
    width: 50%;
    max-width: 300px;
    left: 20%;
  }
}

.p-top-sec-8-btn-wrap {
  margin-top: 4em;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-btn-wrap {
    margin-top: 2em;
  }
}

.p-top-sec-8-btn {
  font-family: "Zen Maru Gothic", serif;
  display: block;
  background-color: #ffdccb;
  padding: 0.7em 1.5em;
  padding-right: 2.5em;
  font-size: 22px;
  font-weight: 700;
  border-radius: 0.4em;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.p-top-sec-8-btn:hover {
  color: #333333;
}
.p-top-sec-8-btn span {
  display: inline-block;
}
.p-top-sec-8-btn::after {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  right: 0.9em;
  content: "";
  display: block;
  background-image: url(../img/common/btn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-btn {
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-8-btn {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}

.p-top-sec-8-img {
  width: 50%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-top-sec-8-img img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width:880px) {
  .p-top-sec-8-img {
    width: 100%;
    margin-right: 0;
    text-align: right;
  }
  .p-top-sec-8-img img {
    width: 60%;
  }
}

.p-top-sec-9 {
  position: relative;
  margin-top: 12em;
  z-index: 1;
  padding-bottom: 10em;
}
.p-top-sec-9::before {
  border-radius: 0 5em 0 0;
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  background-color: #f0ebe7;
  top: 0;
}
@media screen and (max-width:710px) {
  .p-top-sec-9 {
    margin-top: 8em;
  }
  .p-top-sec-9::before {
    border-radius: 0 4em 0 0;
    max-width: auto;
  }
}

.p-top-sec-9-title-l {
  text-align: center;
  margin-bottom: 6em;
}
.p-top-sec-9-title-l h2 {
  padding: 0 1em 0.5em;
  background-color: #ffffff;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-title-l h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-9-title-l h2 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-9-title-l {
    margin-bottom: 3em;
  }
  .p-top-sec-9-title-l h2 {
    margin: 0 1em;
  }
}

.p-top-sec-9-content {
  margin-bottom: 5em;
}
.p-top-sec-9-content:last-of-type {
  margin-bottom: 0;
}

.p-top-sec-9-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-top-sec-9-title h3 {
  background-color: #f0ebe7;
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-9-title h3 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}

.p-top-sec-9-img-yt {
  text-align: center;
}

.p-top-sec-9-line {
  z-index: -1;
  position: absolute;
  bottom: 0.7em;
  margin-left: calc(50% - 50vw);
}
.p-top-sec-9-line.rev {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}

.p-top-sec-9-list-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-sec-9-list-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: 700;
  gap: 1.1em;
  color: #ffffff;
  background-color: #ff7733;
  border-radius: 100px;
  width: 11em;
  height: 2.7em;
  line-height: 1;
}
.p-top-sec-9-list-btn a:hover {
  color: #ffffff;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-list-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-9-list-btn a {
    font-size: clamp(12px, 2.8888888889vw, 13px);
  }
}
@media screen and (max-width:710px) {
  .p-top-sec-9-list-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-sec-9-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3em;
  margin-bottom: 2.5em;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-list {
    gap: 1em;
  }
}

.p-top-sec-9-list-item {
  display: block;
  width: calc((100% - 6em) / 3);
  background-color: #ffffff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-top: 2em;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-list-item {
    width: 100%;
  }
}

.p-top-sec-9-list-item-img {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.p-top-sec-9-list-item-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-top-sec-9-list-item-text {
  padding: 1.5em 1em;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-top-sec-9-list-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-top-sec-9-list-item-text {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

.p-top-sec-9-yt {
  width: 100%;
  max-width: 500px;
  margin: 2em auto 3em;
  border-radius: 1em;
  overflow: hidden;
}

.p-top-cta-bottom {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-bottom: 7em;
}

/* ======================================= */
/* about                                    */
/* ======================================= */
.p-about-sec-title {
  background-color: #ffdccb;
  padding-bottom: 30px;
}

.p-about-sec-title-m {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #ffffff;
  color: #ff7733;
  padding: 1em 1em;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  top: -1.7em;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.p-about-sec-title-m span {
  display: inline-block;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m {
    font-size: 22px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec-title-m {
    font-size: clamp(12px, 4.8888888889vw, 22px);
  }
}
.p-about-sec-title-m::before, .p-about-sec-title-m:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
}
.p-about-sec-title-m::before {
  left: 0;
}
.p-about-sec-title-m:after {
  right: 0;
}
.p-about-sec-title-m.sec1::before {
  background-image: url(../img/about_sec1-title-img.png);
  width: 9em;
  height: 6.4em;
  background-position: bottom;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec1::before {
    width: 5em;
    height: 4em;
  }
}
.p-about-sec-title-m.sec1::after {
  background-image: url(../img/about_sec1-title-en.png);
  height: 3.8em;
  width: 7.3em;
  bottom: 1.7em;
  right: 1em;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec1::after {
    width: 5em;
    top: -2em;
    right: 0.5em;
    bottom: auto;
  }
}
.p-about-sec-title-m.sec2::after {
  background-image: url(../img/about_sec2-title-img.png);
  width: 9em;
  height: 6.4em;
  background-position: bottom;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec2::after {
    width: 5em;
    height: 4em;
  }
}
.p-about-sec-title-m.sec2::before {
  background-image: url(../img/about_sec2-title-en.png);
  height: 3.7em;
  width: 10.7em;
  bottom: 1.2em;
  left: 0.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec2::before {
    width: 7em;
    top: -2em;
    bottom: auto;
  }
}
.p-about-sec-title-m.sec3::before {
  background-image: url(../img/about_sec3-title-img.png);
  width: 9em;
  height: 6.4em;
  background-position: bottom;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec3::before {
    width: 5em;
    height: 4em;
  }
}
.p-about-sec-title-m.sec3::after {
  background-image: url(../img/about_sec3-title-en.png);
  height: 5.5em;
  width: 13.2em;
  bottom: 0.3em;
  right: 0.3em;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec3::after {
    width: 8em;
    top: -3em;
    bottom: auto;
  }
}
.p-about-sec-title-m.sec4::after {
  background-image: url(../img/about_sec4-title-img.png);
  width: 9em;
  height: 6.4em;
  background-position: bottom;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec4::after {
    width: 5em;
    height: 4em;
  }
}
.p-about-sec-title-m.sec4::before {
  background-image: url(../img/about_sec4-title-en.png);
  height: 3.6em;
  width: 14.8em;
  bottom: 1.5em;
  left: 1em;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-m.sec4::before {
    width: 8em;
    top: -2em;
    bottom: auto;
  }
}

.p-about-sec-title-l {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: -0.5em;
}
.p-about-sec-title-l span {
  display: inline-block;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-l {
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec-title-l {
    font-size: clamp(12px, 5.3333333333vw, 24px);
  }
}

.p-about-sec-title-s {
  display: block;
  text-align: center;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 34px;
  font-weight: 700;
  padding: 0.5em;
  line-height: 1.2;
  margin-bottom: 1.2em;
  position: relative;
}
@media screen and (max-width:710px) {
  .p-about-sec-title-s {
    font-size: 28px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec-title-s {
    font-size: clamp(12px, 6.2222222222vw, 28px);
  }
}
.p-about-sec-title-s::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 98%;
  left: 50%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 23px;
}
.p-about-sec-title-s.sec-2 {
  font-family: "Zen Maru Gothic", serif;
  background-color: #ffca33;
}
.p-about-sec-title-s.sec-2::after {
  background-image: url(../img/about-title-yellow.png);
}
.p-about-sec-title-s.sec-3 {
  font-size: 28px;
  padding: 0.7em 1em;
  background-color: #badbe9;
}
.p-about-sec-title-s.sec-3::after {
  background-image: url(../img/about-title-blue.png);
}
@media screen and (max-width:710px) {
  .p-about-sec-title-s.sec-3 {
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec-title-s.sec-3 {
    font-size: clamp(12px, 5.3333333333vw, 24px);
  }
}
.p-about-sec-title-s.sec-4 {
  font-size: 28px;
  padding: 0.7em 1em;
  background-color: #86dba8;
}
.p-about-sec-title-s.sec-4::after {
  background-image: url(../img/about-title-green.png);
}
@media screen and (max-width:710px) {
  .p-about-sec-title-s.sec-4 {
    width: 90%;
    padding: 0.7em 1em;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec-title-s.sec-4 {
    font-size: clamp(12px, 4.8888888889vw, 22px);
  }
}

.p-about-sec-content {
  overflow: hidden;
  background-color: #ffdccb;
}

.p-about-sec-content-bg {
  background-color: #f7f3ed;
  border-top-left-radius: 50% 200px;
  border-top-right-radius: 50% 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  overflow: hidden;
}

.p-about-mv {
  background-color: #f7f3ed;
  padding-top: 6em;
  padding-bottom: 10em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:710px) {
  .p-about-mv {
    padding-top: 8em;
  }
}

.p-about-mv-img {
  text-align: center;
}
@media screen and (max-width:710px) {
  .p-about-mv-img img {
    width: 60%;
    max-width: 330px;
  }
}

.p-about-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-about-sec-content-bg.sec-1 {
  padding-top: 9.4em;
  padding-bottom: 16.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-1 {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}

.p-about-sec-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:710px) {
  .p-about-sec-1-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}

.p-about-sec-1-img {
  width: 50%;
  text-align: center;
  padding-right: 2em;
}
@media screen and (max-width:710px) {
  .p-about-sec-1-img {
    width: 100%;
    padding-right: 0;
    padding: 0 1em;
  }
}

.p-about-sec-1-article {
  width: 50%;
}
@media screen and (max-width:710px) {
  .p-about-sec-1-article {
    width: 100%;
  }
}

.p-about-sec-1-icons {
  text-align: center;
}

.p-about-sec-1-text {
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  padding: 3em 2.7em;
  margin-top: 1.5em;
  border-radius: 3.7em;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-about-sec-1-text {
    border-radius: 3em;
    padding: 2em;
  }
}

.p-about-sec-content-bg.sec-2 {
  padding-top: 7.5em;
  padding-bottom: 18.7em;
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-2 {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}

.p-about-sec2-intro {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-intro {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-intro {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}

.p-about-sec2-img {
  background-color: #ffffff;
  padding: 4em 3em;
  text-align: center;
  border-radius: 3.7em;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-img {
    padding: 2em;
    border-radius: 2em;
  }
}

.p-about-sec2-cap {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.p-about-sec2-step {
  background-color: #ffffff;
  border-radius: 3.7em;
  margin-top: 8em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step {
    margin-top: 5em;
    border-radius: 3em;
  }
}

.p-about-sec2-step-item {
  padding: 5em;
  padding-left: 8.8em;
  padding-right: 5em;
  position: relative;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item {
    padding: 3em;
    padding-left: 5.5em;
    padding-right: 2em;
  }
}
.p-about-sec2-step-item::before {
  position: absolute;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.5em;
  height: 8.25em;
  top: 1.5em;
  left: -1.1em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item::before {
    width: 4em;
    top: 1em;
    left: 0.5em;
  }
}
.p-about-sec2-step-item.step1::before {
  background-image: url(../img/about_sec2-step1.png);
  top: 3.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1::before {
    top: 1em;
  }
}
.p-about-sec2-step-item.step2::before {
  background-image: url(../img/about_sec2-step2.png);
}
.p-about-sec2-step-item.step3::before {
  background-image: url(../img/about_sec2-step3.png);
}

.p-about-sec2-step-item-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffb900;
  margin-bottom: 0.8em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item-title {
    font-size: 28px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-step-item-title {
    font-size: clamp(12px, 6.2222222222vw, 28px);
  }
}

.p-about-sec2-step2-item-text {
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-about-sec2-step-item.step1 {
  padding-bottom: 0;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1 {
    padding-bottom: 3em;
  }
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner-l {
  width: calc(47% - 50px);
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner-l {
    width: 100%;
  }
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner-r {
  width: 53%;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1 .p-about-sec2-step-item-inner-r {
    width: 100%;
  }
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-title {
  margin-bottom: 1.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-item.step1 .p-about-sec2-step-item-title {
    margin-bottom: 1em;
  }
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-img {
  overflow: hidden;
  padding: 1em;
  margin: -1em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-about-sec2-step-item.step1 .p-about-sec2-step-item-img img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.p-about-sec2-step-item.step2 {
  background-color: #ffca33;
}
.p-about-sec2-step-item.step2 .p-about-sec2-step-item-title {
  color: #ffffff;
}

.p-about-sec2-step-item.step3 {
  background-color: #fffadb;
}
.p-about-sec2-step-item.step3 .p-about-sec2-step-item-title {
  color: #ffb900;
}
.p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width:880px) {
  .p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner-l {
  width: calc(100% - 300px - 3em);
}
@media screen and (max-width:880px) {
  .p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner-l {
    width: 100%;
  }
}
.p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner-r {
  width: 300px;
}
@media screen and (max-width:880px) {
  .p-about-sec2-step-item.step3 .p-about-sec2-step-item-inner-r {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
}

.p-about-sec2-step-bottom {
  padding: 4em 5em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-bottom {
    padding: 3em 2em;
  }
}
.p-about-sec2-step-bottom p {
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-about-sec2-step-bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-step-bottom p {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}

.p-about-sec2-voice {
  margin-top: 11em;
  background-color: #ffffff;
  border-radius: 3.7em;
  padding: 5em 0 2em;
  position: relative;
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice {
    margin-top: 8em;
    border-radius: 3em;
    padding: 4em 2em 2em;
  }
}

.p-about-sec2-voice-title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
  background-color: #ffca33;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: 24px;
  height: 6.5em;
  width: 6.5em;
  border-radius: 100%;
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-title {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-voice-title {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

.p-about-sec2-voice-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:880px) {
  .p-about-sec2-voice-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-sec2-voice-item {
  text-align: center;
  width: 50%;
  padding-bottom: 2em;
}
.p-about-sec2-voice-item:first-of-type {
  background-image: -webkit-repeating-linear-gradient(top, #ffb900, #ffb900 9px, transparent 9px, transparent 18px);
  background-image: repeating-linear-gradient(180deg, #ffb900, #ffb900 9px, transparent 9px, transparent 18px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media screen and (max-width:880px) {
  .p-about-sec2-voice-item {
    padding-top: 2em;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-about-sec2-voice-item:first-of-type {
    background-image: -webkit-repeating-linear-gradient(left, #ffb900, #ffb900 9px, transparent 9px, transparent 18px);
    background-image: repeating-linear-gradient(90deg, #ffb900, #ffb900 9px, transparent 9px, transparent 18px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-item {
    max-width: 400px;
  }
}

.p-about-sec2-voice-item-title {
  display: block;
  width: 70%;
  margin: 0 auto 1em;
  color: #ffb900;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width:880px) {
  .p-about-sec2-voice-item-title {
    width: 80%;
  }
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-voice-item-title {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}
.p-about-sec2-voice-item-title::before, .p-about-sec2-voice-item-title::after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 70%;
  display: block;
  content: "";
  background-color: #ffb900;
  width: 1px;
  height: 4.5em;
}
.p-about-sec2-voice-item-title::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.p-about-sec2-voice-item-title::after {
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.p-about-sec2-voice-item-img {
  text-align: center;
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-item-img img {
    width: 70%;
  }
}

.p-about-sec2-voice-item-name {
  font-weight: 700;
  font-size: 28px;
  margin-top: 1em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-item-name {
    font-size: 22px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-voice-item-name {
    font-size: clamp(12px, 4.8888888889vw, 22px);
  }
}
.p-about-sec2-voice-item-name span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width:710px) {
  .p-about-sec2-voice-item-name span {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-voice-item-name span {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.remodal.sec2 {
  max-width: 1100px;
  border-radius: 3em;
  padding: 4em;
  position: relative;
  z-index: 1;
  background-color: #fff9db;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.remodal.sec2::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 18.5em;
  background-color: #ffffff;
}
@media screen and (max-width:710px) {
  .remodal.sec2 {
    border-radius: 2em;
    padding: 2em;
    padding-top: 5em;
    padding-bottom: 3em;
  }
}

.p-about-sec2-modal-close {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-close {
    top: 2em;
    right: 2em;
  }
}

.p-about-sec2-modal-close-btn {
  text-align: right;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.p-about-sec2-modal-close-btn::before, .p-about-sec2-modal-close-btn::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1.6em;
  background-color: #adadad;
}
.p-about-sec2-modal-close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-about-sec2-modal-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-about-sec2-modal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media screen and (max-width:880px) {
  .p-about-sec2-modal-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-sec2-modal-top-img {
  width: 50%;
  padding-right: 2em;
}
@media screen and (max-width:880px) {
  .p-about-sec2-modal-top-img {
    width: 100%;
    padding-right: 0;
  }
}

.p-about-sec2-modal-title {
  width: 50%;
  padding-top: 2em;
}
@media screen and (max-width:880px) {
  .p-about-sec2-modal-title {
    width: 100%;
  }
}
.p-about-sec2-modal-title .p-about-sec2-modal-title-label {
  background-color: #fcb801;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1.5em;
  border-radius: 100px;
  margin-bottom: 0.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-title-label {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-title-label {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}
.p-about-sec2-modal-title h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #fcb801;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-title h4 {
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-modal-title h4 {
    font-size: clamp(12px, 5.3333333333vw, 24px);
  }
}
.p-about-sec2-modal-title .p-about-sec2-modal-name {
  margin-top: 1.3em;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-name {
    margin-top: 0.5em;
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-name {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-about-sec2-modal-title .p-about-sec2-modal-name span {
  display: inline-block;
  margin-right: 2em;
  font-size: 14px;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-name span {
    font-size: 12px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec2-modal-title .p-about-sec2-modal-name span {
    font-size: clamp(12px, 2.6666666667vw, 12px);
  }
}

.p-about-sec2-modal-bottom {
  margin-top: 3em;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width:710px) {
  .p-about-sec2-modal-bottom {
    margin-top: 2em;
  }
}

.p-about-sec-content.sec-2 .c-btn-basic-wrap {
  margin-top: 8em;
}
@media screen and (max-width:710px) {
  .p-about-sec-content.sec-2 .c-btn-basic-wrap {
    margin-top: 4em;
  }
}
.p-about-sec-content.sec-2 .c-btn-line {
  margin-top: 4em;
}

.p-about-sec2-voice-item-btn {
  background-color: #ffca33;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0.7em 2em;
  border-radius: 100px;
  letter-spacing: 0.01em;
  margin-top: 1.5em;
}
.p-about-sec2-voice-item-btn:hover {
  color: #333333;
}

.p-about-sec-content-bg.sec-3 {
  padding-top: 7.5em;
  padding-bottom: 18.7em;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-3 {
    padding-bottom: 10em;
  }
}
.p-about-sec-content-bg.sec-3::before, .p-about-sec-content-bg.sec-3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  width: 55vw;
  max-width: 1000px;
  height: 55vw;
  max-height: 1000px;
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-3::before, .p-about-sec-content-bg.sec-3::after {
    width: 55vw;
    max-width: none;
    min-width: 310px;
    height: 55vw;
    max-height: none;
    min-height: 310px;
  }
}
.p-about-sec-content-bg.sec-3::before {
  background-image: url(../img/about_sec3-bg-1.png);
  left: -7%;
}
@media screen and (max-width:1230px) {
  .p-about-sec-content-bg.sec-3::before {
    left: -3%;
  }
}
@media screen and (max-width:910px) {
  .p-about-sec-content-bg.sec-3::before {
    left: 1%;
  }
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-3::before {
    left: 7%;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }
}
.p-about-sec-content-bg.sec-3::after {
  background-image: url(../img/about_sec3-bg-2.png);
  right: -7%;
}
@media screen and (max-width:1230px) {
  .p-about-sec-content-bg.sec-3::after {
    right: -3%;
  }
}
@media screen and (max-width:910px) {
  .p-about-sec-content-bg.sec-3::after {
    right: 1%;
  }
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-3::after {
    right: 7%;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }
}

.p-about-sec3-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #4bb0ec;
  text-align: center;
  vertical-align: bottom;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 0.4em;
  text-shadow: 0px 0px 8px rgb(255, 255, 255);
}
.p-about-sec3-title span {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  display: inline-block;
}
@media screen and (max-width:710px) {
  .p-about-sec3-title {
    font-size: 30px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-title {
    font-size: clamp(12px, 6.6666666667vw, 30px);
  }
}

.p-about-sec3-logo {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-logo img {
    width: 70%;
  }
}

.p-about-sec3-intro {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-intro {
    font-size: 19px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-intro {
    font-size: clamp(12px, 4.2222222222vw, 19px);
  }
}

.p-about-sec3-intro-sub {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 1.5em;
}

.p-about-sec3-point {
  background-color: #f7f3ed;
  border-radius: 3.7em;
  padding: 5em 3em;
  padding-top: 0;
  margin-top: 10em;
  margin-bottom: 8em;
}
.p-about-sec3-point .p-about-sec-title-s {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:710px) {
  .p-about-sec3-point {
    border-radius: 3em;
    padding: 3em 2em;
    padding-top: 0;
    margin-top: 6em;
    margin-bottom: 5em;
  }
}

.p-about-sec3-point-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.p-about-sec3-point-article {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width:910px) {
  .p-about-sec3-point-article {
    max-width: none;
  }
}
.p-about-sec3-point-article h4 {
  background-color: #4bb0ec;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
  border-radius: 0.2em;
  padding: 0.1em 0.5em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article h4 {
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-point-article h4 {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-about-sec3-point-article p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article p {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-point-article p {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}
.p-about-sec3-point-article .p-about-sec3-point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-top: 1.8em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article .p-about-sec3-point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-about-sec3-point-article .p-about-sec3-point-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about-sec3-point-article .p-about-sec3-point-list-item p {
  background-color: #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 100px;
  height: 1.8em;
  margin-bottom: 10px;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item p {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item p {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}
.p-about-sec3-point-article .p-about-sec3-point-list-item p:last-of-type {
  margin-bottom: 0;
}
.p-about-sec3-point-article .p-about-sec3-point-list-item p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  background-color: #4bb0ec;
  color: #ffffff;
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.5em;
}
.p-about-sec3-point-article .p-about-sec3-point-list-item small {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item small {
    font-size: 10px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item small {
    font-size: clamp(12px, 2.2222222222vw, 10px);
  }
}
.p-about-sec3-point-article .p-about-sec3-point-list-item:nth-of-type(1) {
  width: 51%;
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item:nth-of-type(1) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.p-about-sec3-point-article .p-about-sec3-point-list-item:nth-of-type(2) {
  width: calc(48% - 1.5em);
}
@media screen and (max-width:710px) {
  .p-about-sec3-point-article .p-about-sec3-point-list-item:nth-of-type(2) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

.p-about-sec3-point-img {
  width: calc(100% - 500px);
  margin-right: -240px;
  margin-top: -1em;
  padding-left: 2em;
}
@media screen and (max-width:910px) {
  .p-about-sec3-point-img {
    display: none;
  }
}

.p-about-sec3-card {
  margin-bottom: 13em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-card {
    margin-bottom: 5em;
  }
}

.p-about-sec3-card-inner {
  margin-top: -4.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 1.5em;
  }
}

.p-about-sec3-card-item {
  width: calc((100% - 4em) / 3);
  text-align: center;
  background-color: #f7f3ed;
  padding: 3em 1.6em;
  border-radius: 3.7em;
}
.p-about-sec3-card-item:nth-of-type(2) {
  -webkit-transform: translateY(5em);
          transform: translateY(5em);
}
@media screen and (max-width:710px) {
  .p-about-sec3-card-item {
    border-radius: 3em;
    width: 100%;
  }
  .p-about-sec3-card-item:nth-of-type(2) {
    -webkit-transform: none;
            transform: none;
  }
}

.p-about-sec3-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.6em;
}
@media screen and (max-width:710px) {
  .p-about-sec3-card-title {
    margin-top: 1em;
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-card-title {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-about-sec3-card-title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:710px) {
  .p-about-sec3-card-title span {
    font-size: 12px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec3-card-title span {
    font-size: clamp(12px, 2.6666666667vw, 12px);
  }
}

.p-about-sec3-card-desc {
  text-align: left;
  margin-top: 0.6em;
  line-height: 1.8;
  font-weight: 500;
}

.p-about-sec-content-bg.sec-4 {
  padding-top: 6.2em;
  padding-bottom: 16em;
}
@media screen and (max-width:710px) {
  .p-about-sec-content-bg.sec-4 {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}

.p-about-sec4-intro {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-bottom: 5em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-intro {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec4-intro {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}

.p-about-sec4-inner {
  background-color: #ffffff;
  border-radius: 3.7em;
  padding: 5em;
  position: relative;
  margin-bottom: 7em;
}
.p-about-sec4-inner .p-about-sec-title-s {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
}
.p-about-sec4-inner .p-about-sec-title-s span {
  display: inline-block;
}
@media screen and (max-width:710px) {
  .p-about-sec4-inner {
    border-radius: 3em;
    padding: 2em;
    padding-top: 6em;
    margin-bottom: 4em;
  }
}

.p-about-sec4-content {
  background-color: #f7f3ed;
  margin-bottom: 5em;
  border-radius: 1em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content {
    margin-bottom: 3em;
  }
}
.p-about-sec4-content:last-of-type {
  margin-bottom: 0;
}

.p-about-sec4-content-title {
  text-align: center;
  padding: 2em;
  padding-top: 3em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-title {
    padding: 1.5em;
    padding-top: 2em;
  }
}
.p-about-sec4-content-title span {
  display: inline-block;
  padding: 0.3em 1em;
  width: 100%;
  max-width: 200px;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-title span {
    font-size: 14px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec4-content-title span {
    font-size: clamp(12px, 3.1111111111vw, 14px);
  }
}
.p-about-sec4-content-title h4 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.3em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec4-content-title h4 {
    font-size: clamp(12px, 4.4444444444vw, 20px);
  }
}

.p-about-sec4-content-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-about-sec4-content-img-item {
  width: 50%;
}
.p-about-sec4-content-img-item img {
  width: 100%;
  height: 100%;
}

.p-about-sec4-content-detail {
  padding: 2em;
  padding-top: 2.5em;
  padding-bottom: 4em;
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-detail {
    padding-bottom: 2.5em;
  }
}

.p-about-sec4-content-title-s {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  position: relative;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-title-s {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec4-content-title-s {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}
.p-about-sec4-content-title-s::after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 0%;
  left: 50%;
  content: "";
  display: block;
  width: 4em;
  height: 2px;
}

.p-about-sec4-content-text {
  font-weight: 500;
  line-height: 1.8;
}

.p-about-sec4-content-point {
  margin-top: 2.5em;
}

.p-about-sec4-content-point-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-point-title {
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec4-content-point-title {
    font-size: clamp(12px, 3.5555555556vw, 16px);
  }
}

.p-about-sec4-content-point-text {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.8em;
  position: relative;
}
.p-about-sec4-content-point-text::before {
  position: absolute;
  top: -3.5em;
  left: -5.3em;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 201px;
  height: 81px;
}
@media screen and (max-width:710px) {
  .p-about-sec4-content-point-text::before {
    top: -5.5em;
    left: -0.5em;
    width: 3.4em;
  }
}

.p-about-sec4-content.type-a .p-about-sec4-content-title {
  position: relative;
}
.p-about-sec4-content.type-a .p-about-sec4-content-title span {
  background-color: #ffca33;
}
.p-about-sec4-content.type-a .p-about-sec4-content-title::after {
  position: absolute;
  top: 2.5em;
  right: 1em;
  display: block;
  content: "";
  background-image: url(../img/about_sec4-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.25em;
  height: 6.25em;
}
@media screen and (max-width:1070px) {
  .p-about-sec4-content.type-a .p-about-sec4-content-title::after {
    top: -1.6em;
  }
}
@media screen and (max-width:710px) {
  .p-about-sec4-content.type-a .p-about-sec4-content-title::after {
    top: auto;
    bottom: -3em;
    width: 5em;
    height: 5em;
  }
}
.p-about-sec4-content.type-a .p-about-sec4-content-title-s::after {
  background-color: #ffca33;
}

.p-about-sec4-content.type-b .p-about-sec4-content-title span {
  background-color: #ff9766;
}
.p-about-sec4-content.type-b .p-about-sec4-content-title-s::after {
  background-color: #ff9766;
}
.p-about-sec4-content.type-b .p-about-sec4-content-point {
  color: #ff7733;
}
.p-about-sec4-content.type-b .p-about-sec4-content-point-text::before {
  background-image: url(../img/about_sec4-point1.png);
}
@media screen and (max-width:710px) {
  .p-about-sec4-content.type-b .p-about-sec4-content-point-text::before {
    background-image: url(../img/about_sec4-point1-sp.png);
  }
}

.p-about-sec4-content.type-c .p-about-sec4-content-title span {
  background-color: #ff97a8;
}
.p-about-sec4-content.type-c .p-about-sec4-content-title-s::after {
  background-color: #ff6697;
}
.p-about-sec4-content.type-c .p-about-sec4-content-point {
  color: #ff6697;
  margin-top: 4.5em;
}
.p-about-sec4-content.type-c .p-about-sec4-content-point-text::before {
  background-image: url(../img/about_sec4-point2.png);
}
@media screen and (max-width:710px) {
  .p-about-sec4-content.type-c .p-about-sec4-content-point-text::before {
    background-image: url(../img/about_sec4-point2-sp.png);
  }
}

.p-about-sec5 {
  text-align: center;
  padding-bottom: 3em;
}

.p-about-sec5-img {
  margin-top: -3.2em;
}

.p-about-sec5-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 0.5em;
}
.p-about-sec5-title span {
  display: inline-block;
}
@media screen and (max-width:710px) {
  .p-about-sec5-title {
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  .p-about-sec5-title {
    font-size: clamp(12px, 5.3333333333vw, 24px);
  }
}

.p-about-cta-bottom {
  padding-top: 7em;
  padding-bottom: 6em;
  background-color: #f0ebe7;
}
@media screen and (max-width:710px) {
  .p-about-cta-bottom {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

/* ------------------------------- Utility */
/* ======================================= */
/*  background                             */
/* ======================================= */
.u-bg {
  background: #e9eaee;
}

.u-bg-main {
  background-color: #13245C;
}

.u-display-header {
  display: none;
}
@media screen and (max-width:1070px) {
  .u-display-header {
    display: inline-block;
  }
}

@media screen and (max-width:1070px) {
  .u-display-header-none {
    display: none;
  }
}

.u-display-tab {
  display: none;
}
@media screen and (max-width:710px) {
  .u-display-tab {
    display: block;
  }
}

@media screen and (max-width:710px) {
  .u-display-tab-none {
    display: none;
  }
}

.u-display-sp {
  display: none;
}
@media screen and (max-width:559px) {
  .u-display-sp {
    display: inline-block;
  }
}
@media screen and (max-width:559px) {
  .u-display-sp.db {
    display: block;
  }
}
@media screen and (max-width:559px) {
  .u-display-sp.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

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

/* ======================================= */
/*  flex                                   */
/* ======================================= */
.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-flex-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 40px;
}
@media screen and (max-width:710px) {
  .u-flex-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.u-flex-2col.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:710px) {
  .u-flex-2col.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex-2col-item {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-flex-2col-item.size-s {
  max-width: 480px;
}
@media screen and (max-width:710px) {
  .u-flex-2col-item {
    width: 100%;
  }
}

.u-flex-3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:710px) {
  .u-flex-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.u-flex-3col-item {
  width: calc((100% - 80px) / 3);
}
.u-flex-3col-item.col2 {
  width: calc(100% - (100% - 80px) / 3 - 40px);
}
@media screen and (max-width:710px) {
  .u-flex-3col-item {
    width: 100%;
  }
  .u-flex-3col-item.col2 {
    width: 100%;
  }
}

/* ======================================= */
/*  margin                                  */
/* ======================================= */
.u-mb4em {
  margin-bottom: 4em;
}
@media screen and (max-width:710px) {
  .u-mb4em {
    margin-bottom: 2.5em;
  }
}

.u-mb2em {
  margin-bottom: 2em;
}
@media screen and (max-width:710px) {
  .u-mb2em {
    margin-bottom: 1.5em;
  }
}

.u-mb1_5em {
  margin-bottom: 1.5em;
}
@media screen and (max-width:710px) {
  .u-mb1_5em {
    margin-bottom: 1em;
  }
}

.u-mb1em {
  margin-bottom: 1em;
}
@media screen and (max-width:710px) {
  .u-mb1em {
    margin-bottom: 0.8em;
  }
}

.u-mt5em {
  margin-top: 5em;
}
@media screen and (max-width:710px) {
  .u-mt5em {
    margin-top: 3.5em;
  }
}

.u-mt4em {
  margin-top: 4em;
}
@media screen and (max-width:710px) {
  .u-mt4em {
    margin-top: 2.5em;
  }
}

.u-mt3em {
  margin-top: 3em;
}
@media screen and (max-width:710px) {
  .u-mt3em {
    margin-top: 2em;
  }
}

.u-mt2em {
  margin-top: 2em;
}
@media screen and (max-width:710px) {
  .u-mt2em {
    margin-top: 1.2em;
  }
}

.u-mt0 {
  margin-top: 0;
}

.u-mt_auto {
  margin-top: auto !important;
  padding-top: 2em;
}
@media screen and (max-width:710px) {
  .u-mt_auto {
    padding-top: 1em;
  }
}

/* ======================================= */
/*  padding                                  */
/* ======================================= */
.u-pt0 {
  padding-top: 0;
}

.u-pt2em {
  padding-top: 2em;
}

.u-pb2em {
  padding-bottom: 2em;
}

.u-pb3em {
  padding-bottom: 3em;
}

.u-pb4em {
  padding-bottom: 4em;
}/*# sourceMappingURL=style.css.map */