@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-link {
  background: url("../img/common/right-arrow-ss.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4em;
}
.mod-link a {
  padding-left: 18px;
}

.mod-link, .out-link, .circle-link, .circle-link-s:hover a {
  color: #DBA6CE;
  -webkit-transition: color ease 500ms;
  transition: color ease 500ms;
}

.mod-link-v {
  background: url("../img/common/right-arrow-v.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
.mod-link-v a {
  padding-left: 18px;
}

.out-link {
  position: relative;
  display: inline-block;
}

.out-link:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -10px;
  background: url("../img/common/window-icon.svg") no-repeat;
}

.mod-link:hover {
  color: #000;
}

.circle-link {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 77px;
}
.circle-link a {
  position: relative;
  color: #313131;
}
.circle-link a:after {
  content: "";
  background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link.window a:after {
  content: "";
  background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link-s {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 61px;
}
.circle-link-s a {
  position: relative;
  color: #313131;
}
.circle-link-s a:before {
  content: "";
  background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -61px;
  margin-top: -25px;
}

.note-grid{
  display: flex;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .note-grid{
    display: block;
  }
  

  .circle-link {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 55px;
  }
  .circle-link a {
    position: relative;
    color: #313131;
  }
  .circle-link a:after {
    content: "";
    background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link.window a:after {
    content: "";
    background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link-s {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 50px;
  }
  .circle-link-s a {
    position: relative;
    color: #313131;
  }
  .circle-link-s a:before {
    content: "";
    background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -55px;
    margin-top: -20px;
  }
}
/* ================================
   Modern CSS Reset (2026)
   - Based on Josh W. Comeau + Andy Bell approaches
   ================================ */
/* 1) Use a more-intuitive box-sizing model */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 2) Remove default margin */
* {
  margin: 0;
}

/* 3) Improve text rendering */
html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 4) Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 5) Remove built-in form typography styles */
input, button, textarea, select {
  font: inherit;
}

ul {
  list-style: none;
}

/* 6) Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 7) Create a root stacking context */
#root, #__next {
  isolation: isolate;
}

/* 8) (Optional) Better auto/min-content animations in supporting browsers */
/* Mentioned as a reset addition in 2025 discussions; Chrome/Edge first. */
:root {
  interpolate-size: allow-keywords;
}

ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #313131;
  overflow-x: hidden !important;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.71;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(219, 216, 248, 0.4)), to(#f2f4f8));
  background-image: linear-gradient(90deg, rgba(219, 216, 248, 0.4), #f2f4f8);
  letter-spacing: 0.05em;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration: none;
  color: #DBA6CE;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner-s {
  width: 960px;
  margin: 0 auto;
}

.inner-b {
  width: 1280px;
  margin: 0 auto;
}

/***********************************************************************
parts
**********************************************************************/
.sp-br {
  display: none;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.white-bg {
  padding: 120px 0 140px;
  background: #FFF;
  border-radius: 80px;
  width: 100%;
}

.top-ttl {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}
.top-ttl span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
  line-height: 1em;
  margin-bottom: 10px;
}
.top-ttl span:before {
  content: "●";
  color: #DBA6CE;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  display: inline-block;
}

.block-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.block-ttl span {
  color: #DBA6CE;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.ttl-wrap {
  padding-top: 50px;
}
.ttl-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
  width: 92%;
}
.ttl-wrap .inner h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.ttl-wrap .inner h1 span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.ttl-wrap .inner .pankuzu {
  font-size: 14px;
  font-size: 1.4rem;
  color: #A1A1A1;
}
.ttl-wrap .inner .pankuzu span {
  color: #DBA6CE;
  padding: 0 10px;
}
.ttl-wrap .inner .pankuzu a {
  color: #313131;
}
.ttl-wrap .kv {
  margin-bottom: 50px;
  height: 600px;
  overflow: hidden;
}

.first-copy {
  text-align: center;
  margin-bottom: 120px;
  line-height: 1.8em;
}

/***********************************************************************
global-header
**********************************************************************/
.global-header {
  width: 100%;
  position: relative;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.global-header h1 {
  width: 350px;
}
.global-header .drawer-menu {
  position: absolute;
  top: 40px;
}
.global-header .drawer-menu .menu {
  position: fixed;
  right: 30px;
  width: 100px;
  height: 100px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  background: url("../img/common/menu-btn.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.global-header .drawer-menu .menu a {
  display: block;
  width: 100px;
  height: 100px;
}
.global-header .drawer-menu.on .menu {
  background: url("../img/common/close-btn.svg") no-repeat 0 0;
  background-size: contain;
}
.global-header .language-switch {
  position: absolute;
  font-family: "Inter", sans-serif;
  top: 78px;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.global-header .language-switch li {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  cursor: pointer;
}
.global-header .language-switch .active {
  opacity: 0.3;
}

.global-header.on {
  background: #EDEDF6;
}

/***********************************************************************
drawer
**********************************************************************/
.drawer-menu-contents {
  position: fixed;
  z-index: 100;
  display: none;
  padding-bottom: 40px;
  width: 100%;
  height: 100vh;
  left: 0px;
  background-color: #DBA6CE;
  padding-top: 80px;
  color: #FFF;
}
.drawer-menu-contents h1 {
  width: 440px;
}
.drawer-menu-contents li a {
  color: #FFF;
}
.drawer-menu-contents .main-navi-contents {
  border-bottom: 1px solid #FFF;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.drawer-menu-contents .main-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 64px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.drawer-menu-contents .aside-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 62px;
  font-size: 16px;
  font-size: 1.6rem;
}
.drawer-menu-contents .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 32px;
}
.drawer-menu-contents .sub-link ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.drawer-menu-contents .sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 96px;
}
.drawer-menu-contents .sub-link dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.drawer-menu-contents .sub-link dl dd li {
  margin-bottom: 12px;
}

.menu {
  z-index: 1000;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.menu:hover {
  opacity: 0.6;
}

.drawer-menu.on {
  height: 100%;
}

/***********************************************************************
global-footer
**********************************************************************/
.footer {
  background: #DBA6CE;
  color: #FFF;
  padding: 80px 0 120px;
  font-size: 15px;
  font-size: 1.5rem;
}
.footer a {
  color: #FFF;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .language-switch {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
}
.footer .language-switch li {
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 100px;
  text-align: center;
  line-height: 38px;
}
.footer .language-switch li a {
  color: #DBA6CE;
}
.footer .language-switch .active {
  color: #FFF;
  background: none;
}
.footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-wrap .main-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 32px;
}
.footer .footer-wrap .sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.footer .footer-wrap .sub-link dt {
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .footer-wrap .sub-link ul {
  font-size: 13px;
  font-size: 1.3rem;
}
.footer .footer-wrap .sub-link ul li {
  margin-bottom: 10px;
}

.link-box-sp {
  display: none;
}

.copy-right {
  font-size: 11px;
  font-size: 1.1rem;
  color: #DBA6CE;
  text-align: center;
  padding: 20px 0 40px 0;
}

/***********************************************************************
media query
**********************************************************************/
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .inner {
    width: 88%;
    margin: 0 6%;
  }
  .inner-s {
    width: 88%;
    margin: 0 6%;
  }
  .inner-b {
    width: 92%;
    margin: 0 4%;
  }
}
@media only screen and (max-width: 750px) {
  /***********************************************************************
  base style
  **********************************************************************/
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    line-height: 1.71;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sp-br, .drawer-menu {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .gray-bg {
    height: 200px;
  }
  .inner, .inner-s, .inner-b {
    width: 89.6%;
    margin: 0 5.2%;
  }
  .inner .contents-block, .inner-s .contents-block, .inner-b .contents-block {
    padding: 30px 20px;
  }
  /***********************************************************************
  parts
  **********************************************************************/
  .white-bg {
    padding: 80px 0 80px;
    background: #FFF;
    border-radius: 40px;
    width: 100%;
  }
  .top-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .top-ttl span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 12px;
  }
  .top-ttl span:before {
    content: "●";
    color: #DBA6CE;
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    display: inline-block;
  }
  .block-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .block-ttl span {
    color: #DBA6CE;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ttl-wrap {
    padding-top: 50px;
  }
  .ttl-wrap .inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 12px;
  }
  .ttl-wrap .inner h1 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1em;
  }
  .ttl-wrap .inner h1 span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
  .ttl-wrap .inner .pankuzu {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    color: #A1A1A1;
  }
  .ttl-wrap .inner .pankuzu span {
    color: #DBA6CE;
    padding: 0 10px;
  }
  .ttl-wrap .inner .pankuzu a {
    color: #313131;
  }
  .ttl-wrap .kv {
    margin-bottom: 40px;
    height: 350px;
    overflow: hidden;
  }
  .first-copy {
    text-align: left;
    margin-bottom: 120px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 4%;
  }
  /***********************************************************************
  global-header
  **********************************************************************/
  .global-header {
    width: 100%;
    position: relative;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
  }
  .global-header h1 {
    width: 175px;
  }
  .global-header h1 img {
    width: 100%;
  }
  .global-header .drawer-menu {
    position: absolute;
    top: 30px;
  }
  .global-header .drawer-menu .menu {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    background: url("../img/common/menu-btn.svg") no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .global-header .drawer-menu .menu a {
    display: block;
    width: 50px;
    height: 50px;
  }
  .global-header .drawer-menu.on .menu {
    background: url("../img/common/close-btn.svg") no-repeat 0 0;
    background-size: contain;
  }
  .global-header .language-switch {
    position: absolute;
    top: 40px;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .global-header .language-switch li {
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    cursor: pointer;
  }
  /***********************************************************************
  drawer
  **********************************************************************/
  .drawer-menu-contents {
    position: relative;
    z-index: 100;
    display: none;
    padding-bottom: 40px;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #DBA6CE;
    padding-top: 20px;
    color: #FFF;
    padding-bottom: 300px;
    overflow-y: scroll;
  }
  .drawer-menu-contents li a {
    color: #FFF;
  }
  .drawer-menu-contents .main-navi-contents {
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .drawer-menu-contents .main-navi {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .drawer-menu-contents .main-navi li {
    background: #FFF;
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .drawer-menu-contents .main-navi li a {
    padding: 18px 10px;
    display: block;
    color: #313131;
    position: relative;
  }
  .drawer-menu-contents .main-navi li a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../img/common/right-arrow-ss-b.svg") no-repeat 0 50%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -25px;
  }
  .drawer-menu-contents .aside-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 62px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-menu-contents .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
  .drawer-menu-contents .sub-link ul {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .drawer-menu-contents .sub-link {
    display: block;
    gap: 0px 96px;
  }
  .drawer-menu-contents .sub-link dl {
    margin-bottom: 30px;
  }
  .drawer-menu-contents .sub-link dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .drawer-menu-contents .sub-link dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .drawer-menu-contents .sub-link dl dd li {
    margin-bottom: 10px;
  }
  /***********************************************************************
  global-footer
  **********************************************************************/
  .link-box-sp {
    display: block;
    color: #313131;
    background: #FFF;
    padding: 0px 0 18px;
  }
  .link-box-sp a {
    color: #313131 !important;
  }
  .link-box-sp .main-navi {
    margin-bottom: 30px;
    font-weight: bold;
  }
  .link-box-sp .main-navi li {
    padding-left: 5.2%;
    border-bottom: 1px solid #F2F2F2;
    background: url(../img/common/right-arrow-v.svg) no-repeat 5.2% 50%;
  }
  .link-box-sp .main-navi li a {
    display: block;
    padding: 15px 28px;
  }
  .link-box-sp .sub-link li {
    padding: 0 5.2%;
    margin-bottom: 10px;
  }
  .link-box-sp .sub-link li dl dt {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .link-box-sp .sub-link li dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .link-box-sp .sub-link li dl {
    margin-bottom: 32px;
  }
  .link-box-sp .sub-link li ul li {
    padding-left: 8px;
  }
  .footer {
    height: auto;
    padding: 40px 0 40px;
  }
  .footer .link-box {
    display: none !important;
  }
  .footer .nav-wrap {
    gap: 0;
  }
  .footer .logo {
    width: 260px;
  }
  .copy-right {
    font-size: 10px;
    font-size: 1rem;
    color: #DBA6CE;
    text-align: center;
    padding: 10px 10px 30px 10px;
  }
}