@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background: #ECEDEF;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Josefin Sans", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  section {
    padding: 21.3333333333vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

.section_title .en::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 34px;
  background-image: url(../images/icon/icon_border_white.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -36px;
  top: 13px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 4.2666666667vw;
  }
  .section_title .en::before {
    width: 15.7333333333vw;
    height: 9.0666666667vw;
    right: -9.6vw;
    top: 3.4666666667vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 40px 50px;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-menu {
  display: none;
}

.header_nav {
  max-width: 180px;
}

.global_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 55px;
}

.global_nav_item a {
  text-align: right;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 0;
    width: 10.6666666667vw;
    left: unset;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    overflow: hidden;
  }
  .header_inner {
    display: block;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-left: auto;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.2666666667vw;
    height: 1px;
    margin: auto;
    text-indent: -2666.4vw;
    background-color: rgba(255, 255, 255, 0);
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.2666666667vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.3333333333vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.3333333333vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    padding: 17.6vw 0 16vw;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    max-width: unset;
    overflow: hidden;
  }
  .header_nav::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: linear-gradient(#0f1a29 0%, #3f4a6f 100%);
    opacity: 0.95;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .header_nav_logo {
    width: 69.3333333333vw;
    display: block;
    margin: 0 auto;
  }
  .global_nav {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .global_nav_list {
    display: flex;
    flex-flow: column;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item {
    text-align: center;
  }
  .sp_order01 {
    order: 1;
  }
  .sp_order05 {
    order: 5;
  }
  .sp_order02 {
    order: 2;
  }
  .sp_order06 {
    order: 6;
  }
  .sp_order03 {
    order: 3;
  }
  .sp_order07 {
    order: 7;
  }
  .sp_order04 {
    order: 4;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #0F1A29;
  padding: 110px 0 40px;
}

.footer_link {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 21px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  footer {
    background: #0F1A29;
    padding: 10.6666666667vw 0 16vw;
  }
  .footer_link {
    flex-flow: column;
    align-items: center;
    gap: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  position: relative;
  z-index: 1;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 45.3125vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #0F1A29;
}

.fv_title {
  font-size: 1.09375vw;
  letter-spacing: 0.3em;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: 3.671875vw;
  left: 3.125vw;
  max-width: 59.375vw;
}

@media screen and (max-width: 680px) {
  .fv_bg {
    padding-left: 2.6666666667vw;
  }
  .fv::before {
    height: 114.6666666667vw;
  }
  .fv_title {
    display: none;
  }
}
/* Section1
***************************************************************/
.sec1 {
  background: #0F1A29;
  padding: 0;
}

.sec1 .inner {
  position: relative;
  padding: 215px 0 360px;
  position: relative;
}

.sec1_dots01 {
  width: 290px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.sec1_title {
  width: 100px;
  position: absolute;
  top: 0;
  right: 54px;
}

.sec1_content {
  width: 303px;
  text-align: center;
}

.sec1 .section_title {
  display: inline-block;
  width: 214px;
}

.sec1_text {
  margin-top: 66px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 44px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
}

.sec1_img {
  width: 596px;
  position: absolute;
  bottom: 103px;
  right: -90px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    position: relative;
    z-index: 5;
  }
  .sec1 .inner {
    padding: 54.6666666667vw 0 5.3333333333vw;
  }
  .sec1_dots01 {
    display: none;
  }
  .sec1_title {
    width: 15.7333333333vw;
    top: -46.9333333333vw;
    right: 21.3333333333vw;
  }
  .sec1_content {
    width: 100%;
  }
  .sec1 .section_title {
    width: 57.0666666667vw;
    margin-top: 23.4666666667vw;
  }
  .sec1_text {
    margin-top: 17.6vw;
    font-size: 3.7333333333vw;
    line-height: 11.7333333333vw;
    padding: 0 9.6vw;
  }
  .sec1_img {
    width: 76vw;
    display: block;
    margin: 13.3333333333vw auto 0;
    position: unset;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #0F1A29;
  overflow: hidden;
  padding: 0 0 100px;
}

.sec2 .inner {
  max-width: 1240px;
}

.sec2_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 90px 0 150px;
}

.sec2_head_btn {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 0 28px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0 0 60px 150px;
  margin-top: 66px;
  position: relative;
  z-index: 1;
}

.sec2_list::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px 0px 0px 20px;
  background: #e4eaf5;
}

.sec2_item_date {
  font-weight: 300;
  font-style: italic;
  margin-top: 20px;
  display: block;
  line-height: 1.4;
}

.sec2_item_title {
  margin-top: 15px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  .sec2 {
    background: #0F1A29;
    overflow: hidden;
    padding: 0;
  }
  .sec2 .inner {
    max-width: unset;
  }
  .sec2_head {
    padding: 0;
    align-items: flex-start;
  }
  .sec2_head_btn {
    font-size: 3.2vw;
    padding: 0 5.6vw;
    margin-top: 8vw;
  }
  .sec2_list {
    display: block;
    padding: 0 0 9.3333333333vw 8vw;
    margin-top: 17.6vw;
    margin-right: calc(50% - 50vw);
  }
  .sec2_list::before {
    height: 53.3333333333vw;
    border-radius: 2.6666666667vw 0vw 0vw 2.6666666667vw;
  }
  .sec2_item {
    width: 51.2vw;
    margin-right: 4.2666666667vw;
  }
  .sec2_item_date {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .sec2_item_title {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: #0F1A29;
  padding: 100px 0 245px;
}

.sec3 .inner {
  max-width: 810px;
  position: relative;
  z-index: 1;
}

.sec3_dots01 {
  width: 114px;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}

.sec3_dots02 {
  width: 114px;
  position: absolute;
  left: -145px;
  bottom: -118px;
  z-index: -1;
}

.sec3_deco01 {
  width: 534px;
  position: absolute;
  top: -29px;
  left: -267px;
  z-index: -1;
}

.sec3_deco02 {
  width: 323px;
  position: absolute;
  bottom: -28px;
  right: -260px;
  z-index: -1;
}

.sec3 .section_title {
  text-align: center;
}

.sec3_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 145px;
  margin-top: 120px;
}

.sec3_item {
  padding: 56px 46px;
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
}

.sec3_item_fukidashi {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
  color: #707070;
  width: 98px;
  height: 98px;
  background: #e4eaf5;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: -28px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sec3_item_title {
  font-size: 30px;
  letter-spacing: 0.3em;
  line-height: 40px;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}

.sec3_item_price {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 25px;
  padding-bottom: 20px;
  position: relative;
}

.sec3_item_price::before {
  content: "";
  display: inline-block;
  width: 166px;
  border-bottom: 0.5px solid #fff;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_item_price .en {
  font-style: italic;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 32px;
  font-weight: 100;
}

.sec3_item_text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  margin-top: 20px;
}

.sec3_item_btn {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 28px;
  width: 245px;
  background: #0f1a29;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 5px 0;
  margin-top: 25px;
  border-radius: 40px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 36vw 0 32vw;
  }
  .sec3 .inner {
    max-width: unset;
  }
  .sec3_dots01 {
    width: 44.5333333333vw;
    right: unset;
    left: 5.3333333333vw;
    top: -26.6666666667vw;
  }
  .sec3_dots02 {
    width: 44.5333333333vw;
    left: 49.0666666667vw;
    bottom: -31.4666666667vw;
  }
  .sec3_deco01 {
    width: 86.9333333333vw;
    top: 144vw;
    left: 11.4666666667vw;
    z-index: 1;
  }
  .sec3_deco02 {
    width: 58.6666666667vw;
    bottom: -16vw;
    right: 45.0666666667vw;
    z-index: 1;
  }
  .sec3 .section_title {
    text-align: center;
  }
  .sec3_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 21.3333333333vw;
    margin-top: 32vw;
  }
  .sec3_item {
    padding: 14.9333333333vw 10.9333333333vw;
  }
  .sec3_item_fukidashi {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    top: -5.8666666667vw;
    right: -3.7333333333vw;
  }
  .sec3_item_title {
    font-size: 8vw;
    line-height: 10.6666666667vw;
  }
  .sec3_item_price {
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .sec3_item_price::before {
    width: 44.2666666667vw;
    border-bottom: 0.1333333333vw solid #fff;
  }
  .sec3_item_price .en {
    font-size: 13.3333333333vw;
    line-height: 8.5333333333vw;
  }
  .sec3_item_text {
    font-size: 3.4666666667vw;
    line-height: 7.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .sec3_item_btn {
    font-size: 3.4666666667vw;
    line-height: 7.4666666667vw;
    width: 65.3333333333vw;
    padding: 1.3333333333vw 0;
    margin-top: 6.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  padding: 0;
  overflow: hidden;
}

.sec4 .inner {
  max-width: 1180px;
}

.sec4_content {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 36.5625vw;
  gap: 84px;
  margin-right: calc(50% - 50vw);
}

.sec4_contentBox {
  padding: 100px 0;
}

.sec4 .section_title .en {
  color: #000;
}

.sec4 .section_title .en::before {
  background-image: url(../images/icon/icon_border_black.webp);
}

.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 80px;
}

.faq_accordion-area li {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 15px 60px 15px;
  border-radius: 4px;
  background: #fff;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q";
  display: block;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #707070;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.faq_title.close::before {
  transform: translate(0, -50%) rotate(180deg);
}

.faq_box {
  display: none;
  padding: 15px 60px;
  position: relative;
  border-radius: 4px;
  background: #0f1a29;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: 8px;
}

.faq_box p {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.faq_box p::before {
  content: "A";
  display: block;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0px;
  left: -35px;
}

@media screen and (max-width: 680px) {
  .sec4_content {
    display: block;
    margin-right: 0;
  }
  .sec4_contentBox {
    padding: 21.3333333333vw 0;
  }
  .faq_accordion-area {
    gap: 3.7333333333vw;
    margin-top: 16vw;
  }
  .faq_title {
    font-size: 3.4666666667vw;
    padding: 4vw 10.6666666667vw 4vw 10.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 5.3333333333vw;
    left: -8vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before {
    width: 5.3333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
  }
  .faq_title.close::before {
    transform: translate(0, -50%) rotate(180deg);
  }
  .faq_box {
    padding: 4vw 10.6666666667vw 4vw 10.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  .faq_box p {
    font-size: 3.4666666667vw;
  }
  .faq_box p::before {
    font-size: 5.3333333333vw;
    left: -7.2vw;
    top: 0.8vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: #0F1A29;
}

.sec5 .inner {
  max-width: 1060px;
  background-image: url(../images/front/sec5_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.sec5 .section_title {
  max-width: 580px;
  margin: 0 auto;
}

.contact_form {
  max-width: 550px;
  margin: 80px auto 0;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact_item_title {
  letter-spacing: 0.05em;
  color: #fff;
  width: 160px;
  padding-top: 10px;
  text-align: right;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact_area textarea {
  width: 100%;
  height: 205px;
  padding: 5px 10px;
  resize: none;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_submit {
  margin-top: 80px;
  text-align: center;
}

.contact_submit input {
  position: relative;
  width: 216px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 680px) {
  .sec5 .inner {
    background-image: url(../images/front/sec5_bg_sp.webp);
    padding: 26.6666666667vw 0 32vw;
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
  .sec5 .section_title {
    max-width: unset;
    text-align: center;
  }
  .contact_form {
    margin: 21.3333333333vw auto 0;
    padding: 0 6.6666666667vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 12vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 1.3333333333vw;
  }
  .contact_item_title {
    width: 100%;
    padding-top: 0;
    text-align: left;
    font-size: 4.2666666667vw;
  }
  .contact_area input {
    padding: 2.6666666667vw;
  }
  .contact_area textarea {
    height: 32vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 8vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.6666666667vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 4vw;
    height: 4vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_submit {
    margin-top: 21.3333333333vw;
  }
  .contact_submit input {
    width: 42.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #0F1A29;
  padding: 100px 0 0;
}

.sec6 .inner {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 430px 1fr;
  position: relative;
}

.sec6_deco {
  width: 214px;
  position: absolute;
  right: 0;
  top: -56px;
}

.sec6_head {
  padding: 100px 60px 0 0;
  position: relative;
  z-index: 1;
}

.sec6_head::before {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 100%;
  background: #E4E9F0;
  border-radius: 0 20px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sec6_headBox_date {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #000;
  opacity: 0.5;
  margin-top: 35px;
}

.sec6_headBox_number {
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #000;
  margin-top: 10px;
}

.sec6_headBox_number span {
  font-size: 16px;
}

.sec6_headBox_title {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #000;
  margin-top: 10px;
}

.sec6_content {
  padding: 15px 0 85px 88px;
  background: #E4E9F0;
  position: relative;
  z-index: 1;
}

.sec6_content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0F1A29;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0 20px;
}

.sec6_content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 55px;
}

.sec6_content_item_title {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #fff;
  margin-top: 30px;
}

.sec6_content_item_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #fff;
  margin-top: 25px;
}

.sec6_content_item_sns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 35px;
}

.sec6_content_item_sns img {
  width: 23px;
}

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 0;
  }
  .sec6 .inner {
    max-width: unset;
    display: block;
  }
  .sec6_deco {
    display: none;
  }
  .sec6_head {
    padding: 10.6666666667vw 16vw 9.3333333333vw 0;
  }
  .sec6_head::before {
    width: 100vw;
    height: 100%;
    background: #E4E9F0;
    border-radius: 0 5.3333333333vw 0 0;
    position: absolute;
    top: 0;
    right: -5.3333333333vw;
    z-index: -1;
  }
  .sec6_headBox_img {
    width: 57.3333333333vw;
  }
  .sec6_headBox_sp {
    position: absolute;
    top: 18.6666666667vw;
    right: 0;
  }
  .sec6_headBox_date {
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
  .sec6_headBox_number {
    font-size: 8vw;
    line-height: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec6_headBox_number span {
    font-size: 4.2666666667vw;
  }
  .sec6_headBox_title {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-top: 5.3333333333vw;
  }
  .sec6_content {
    padding: 13.3333333333vw 0 21.3333333333vw 16vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec6_content::before {
    left: 5.3333333333vw;
    top: 0;
    bottom: unset;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
  .sec6_content_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 21.3333333333vw;
    margin-top: 16vw;
    padding-right: 10.6666666667vw;
  }
  .sec6_content_item_title {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    margin-top: 8vw;
  }
  .sec6_content_item_text {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
    margin-top: 6.6666666667vw;
  }
  .sec6_content_item_sns {
    gap: 5.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .sec6_content_item_sns img {
    width: 6.1333333333vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  background: #E4EAF5;
  overflow: hidden;
}

.sec7 .inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  max-width: 1160px;
}

.sec7 .section_title .en {
  color: #000;
}

.sec7 .section_title .en::before {
  background-image: url(../images/icon/icon_border_black.webp);
}

.sec7_list {
  margin-right: calc(50% - 50vw);
}

.sec7_item {
  width: 198px;
  margin-right: 30px;
}

.sec7_item_date {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  margin-top: 15px;
}

.sec7_item_number {
  font-weight: 300;
  font-style: italic;
  margin-top: 5px;
}

.sec7_item_title {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .sec7 .inner {
    display: block;
    max-width: unset;
  }
  .sec7_list {
    margin-top: 21.3333333333vw;
  }
  .sec7_item {
    width: 52.8vw;
    margin-right: 8vw;
  }
  .sec7_item_date {
    font-weight: 300;
    font-style: italic;
    font-size: 3.4666666667vw;
    opacity: 0.5;
    margin-top: 4vw;
  }
  .sec7_item_number {
    margin-top: 1.3333333333vw;
  }
  .sec7_item_title {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}