@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;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Orbitron", sans-serif;
}

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

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

@media screen and (max-width: 1400px) {
  section {
    padding: 2.1428571429vw 0;
  }
  .inner {
    max-width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding: 7.5vw 0;
  }
  .inner {
    padding: 0 3.75vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #111;
}

.section_title.white {
  color: #fff;
}

.section_title .en {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #efd21a;
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .section_title {
    font-weight: bold;
    font-size: 2.5714285714vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #111;
  }
  .section_title.white {
    color: #fff;
  }
  .section_title .en {
    display: block;
    font-weight: bold;
    font-size: 1.1428571429vw;
    letter-spacing: 0.05em;
    color: #efd21a;
    margin-top: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  .section_title {
    font-size: 6.5vw;
  }
  .section_title .en {
    font-size: 4vw;
    margin-top: 2.5vw;
  }
}
.fixed {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 392px;
  z-index: 20;
  /* 既存のプロパティ */
  transition: opacity 0.3s ease, visibility 0.3s;
}

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

.open + main .fixed {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1400px) {
  .fixed {
    position: fixed;
    right: 1.4285714286vw;
    bottom: 2.8571428571vw;
    width: 28vw;
    z-index: 100;
    /* 既存のプロパティ */
    transition: opacity 0.3s ease, visibility 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .fixed {
    right: 12.25vw;
    bottom: 2.5vw;
    width: 74.5vw;
  }
}
.cta {
  margin-top: 40px;
  border: 11px solid #fff;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.cta::before {
  content: "";
  display: inline-block;
  width: 229px;
  height: 210px;
  background-image: url(../images/front/cta_arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 66px;
  right: 64px;
  transition: 0.3s;
  z-index: 20;
}

.cta_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  .cta {
    margin-top: 2.8571428571vw;
    border: 0.7857142857vw solid #fff;
    box-shadow: 0.3571428571vw 0.5714285714vw 0vw rgba(0, 0, 0, 0.16);
    border-radius: 1.1428571429vw;
  }
  .cta::before {
    width: 16.3571428571vw;
    height: 15vw;
    top: 4.7142857143vw;
    right: 4.5714285714vw;
  }
}
@media screen and (min-width: 751px) {
  .cta:hover {
    top: 5px;
    left: 8px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.16);
  }
  .cta:hover::before {
    top: 82px;
    right: 54px;
    transform: rotate(-260deg);
  }
  .cta:hover .cta_hover {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .cta {
    margin-top: 6vw;
    border: 1vw solid #fff;
    box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.16);
  }
  .cta::before {
    display: none;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  transition: 0.3s;
}

header.active {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

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

.header_logo {
  width: 244px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 90px;
  align-items: center;
}

.header_nav_content {
  display: contents;
}

.global_nav_list {
  display: flex;
  gap: 32px;
}

.global_nav_item {
  position: relative;
}

.global_nav_item.icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.global_nav_item.icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.global_nav_item a,
.global_nav_item p {
  font-weight: bold;
}

.global_nav_item_menu {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  width: 140px;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}

.global_nav_item_menu a {
  padding: 12px 24px;
  font-weight: 400;
  display: block;
}

.global_nav_item_menu a:nth-of-type(n + 2) {
  border-top: 1px solid #e6e6e6;
}

.header_contact a {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 25px;
  background: #111;
  border: 1px solid #111;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 32px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  transition: 0.3s;
  position: relative;
  top: 0;
  left: 0;
}

.header_contact a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

header.active .header_contact a {
  border: 1px solid #111;
}

@media screen and (min-width: 681px) {
  .global_nav_item p:hover + .global_nav_item_menu,
  .global_nav_item_menu:hover {
    opacity: 1;
    visibility: unset;
  }
}
@media screen and (max-width: 1400px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 1.4285714286vw 0;
    transition: 0.3s;
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.4285714286vw;
  }
  .header_logo {
    width: 17.4285714286vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    gap: 2.8571428571vw;
    align-items: center;
  }
  .header_nav_content {
    display: contents;
  }
  .global_nav_list {
    display: flex;
    gap: 2.2857142857vw;
  }
  .global_nav_item {
    position: relative;
  }
  .global_nav_item.icon {
    display: inline-flex;
    align-items: center;
    gap: 0.2857142857vw;
  }
  .global_nav_item.icon::after {
    content: "";
    display: inline-block;
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .global_nav_item a,
  .global_nav_item p {
    font-weight: bold;
  }
  .global_nav_item_menu {
    border-radius: 0.5714285714vw;
    background: #fff;
    box-shadow: 0vw 0vw 0.5714285714vw rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    width: 10vw;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
  }
  .global_nav_item_menu a {
    padding: 0.8571428571vw 1.7142857143vw;
    font-weight: 400;
    display: block;
  }
  .global_nav_item_menu a:nth-of-type(n + 2) {
    border-top: 0.0714285714vw solid #e6e6e6;
  }
  .header_contact a {
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 1.7857142857vw;
    background: #111;
    box-shadow: 0.3571428571vw 0.5714285714vw 0vw rgba(0, 0, 0, 0.16);
    padding: 0.7142857143vw 2.2857142857vw;
    display: inline-flex;
    align-items: center;
    gap: 2.1428571429vw;
  }
  .header_contact a::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 0.5714285714vw;
    background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 751px) {
  .header_contact a:hover {
    color: #111;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    top: 8px;
    left: 5px;
  }
  .header_contact a:hover::after {
    background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
  }
}
@media screen and (max-width: 750px) {
  header {
    padding: 2.5vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 47.5vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 13.25vw;
    height: 13.25vw;
    background: #fff;
    border-radius: 50%;
  }
  .toggle-menu::after {
    content: "MENU";
    display: block;
    font-family: Orbitron;
    font-weight: bold;
    font-size: 2.5vw;
    text-align: center;
    color: #111;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    top: -2.25vw;
    display: block;
    width: 5.25vw;
    height: 1px;
    margin: auto;
    text-indent: -2499.75vw;
    background-color: #111;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 5.25vw;
    height: 1px;
    content: "";
    background-color: #111;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.75vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.5vw;
    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: block;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .header_nav_content {
    display: block;
    position: relative;
    padding: 0 7.5vw 25vw;
  }
  .header_nav_content::before {
    content: "";
    display: inline-block;
    width: calc(100% - 4vw);
    height: calc(100% - 5vw);
    background-color: #fff;
    border-radius: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header_nav_content::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #38A1EC;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    padding-top: 20vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a,
  .global_nav_item p {
    width: 100%;
    font-size: 6.5vw;
    padding: 5vw 0;
    border-bottom: 1px solid #DBDBDB;
  }
  .global_nav_item a {
    position: relative;
  }
  .global_nav_item a::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 2.5vw;
    background-image: url(../images/icon/icon_arrow_accordion.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(-90deg);
  }
  .global_nav_item.icon {
    display: block;
  }
  .global_nav_item.icon::after {
    position: absolute;
    width: 4.5vw;
    height: 4.5vw;
    top: 8.75vw;
    right: 0;
    background-image: url(../images/icon/icon_plus.svg);
  }
  .global_nav_item_menu {
    display: none;
    opacity: 1;
    visibility: unset;
    position: unset;
    transform: unset;
    box-shadow: unset;
    width: 100%;
  }
  .global_nav_item_menu a {
    font-size: 4.5vw;
    padding: 5vw 2vw;
    font-weight: bold;
  }
  .global_nav_item_menu a:nth-of-type(n + 2) {
    border-top: unset;
  }
  .header_contact a {
    border-radius: 10vw;
    padding: 5vw 12.5vw;
    font-size: 6.25vw;
    justify-content: space-between;
    gap: 7.5vw;
    width: 82.5vw;
    margin-top: 6vw;
  }
  .header_contact a::after {
    width: 3.5vw;
    height: 2vw;
    transform: rotate(-90deg);
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  border-radius: 34px 34px 0px 0px;
  background: #f0f0f0;
  padding: 24px 0;
}

.footer_circle {
  width: 150px;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}

.footer_logo {
  width: 330px;
}

.copyright {
  font-size: 14px;
  margin-top: 15px;
  color: #a2a2a2;
}

.footer_right {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.footer_rightBox {
  display: inline-block;
}

.footer_right_text {
  font-weight: bold;
  font-size: 13px;
}

.footer_rightBox_link:nth-of-type(2) {
  margin-top: 25px;
}

.footer_right_link {
  font-size: 14px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer_right_link::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.footer_rightBox_address {
  font-size: 14px;
  line-height: 27px;
  color: #666;
}

@media screen and (min-width: 681px) {
  .footer_circle:hover {
    transform: rotate(-280deg);
  }
}
@media screen and (max-width: 750px) {
  footer {
    border-radius: 8.5vw 8.5vw 0vw 0vw;
    padding: 6vw 0;
  }
  .footer_circle {
    width: 20vw;
  }
  .footer_content {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 8vw;
    gap: 8vw;
  }
  .footer_logo {
    width: 72.5vw;
  }
  .copyright {
    font-size: 3.5vw;
    margin-top: 5vw;
    text-align: center;
  }
  .footer_right {
    display: flex;
    flex-flow: column;
    gap: 6.75vw 0;
    width: 100%;
  }
  .footer_rightBox:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer_right_text {
    font-size: 3.25vw;
  }
  .footer_rightBox_link:nth-of-type(2) {
    margin-top: 0;
  }
  .footer_right_link {
    font-size: 3.5vw;
    gap: 1.5vw;
  }
  .footer_right_link::after {
    width: 4.25vw;
    height: 4.25vw;
  }
  .footer_rightBox_address {
    font-size: 3.5vw;
    line-height: 6.75vw;
  }
}
/* フェードイン
***************************************************************/
.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 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fv_slider {
  position: relative;
  width: 100%;
  height: 60.5714285714vw;
  overflow: hidden;
}

/* 各スライドの共通設定 */
.fv_slider_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fvFade 12s infinite;
}

.fv_slider_item img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.fv_slider_item:nth-child(1) {
  animation-delay: 0s;
}

.fv_slider_item:nth-child(2) {
  animation-delay: 4s;
}

.fv_slider_item:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  43.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: absolute;
  left: 0;
  bottom: 0;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 2.2857142857vw;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 47.7857142857vw;
}

@media screen and (max-width: 750px) {
  .fv_slider {
    height: 207.5vw;
  }
  .scroll-infinity {
    bottom: 12.5vw;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 2vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 122vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  margin-top: 50px;
}

.sec1_list {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 15px;
}

.sec1_item {
  border-radius: 16px;
  padding: 24px 16px 16px;
}

.sec1_item:nth-of-type(1) {
  background: #38a1ec;
}

.sec1_item:nth-of-type(2) {
  background: #e95283;
}

.sec1_item:nth-of-type(3) {
  background: #efd21a;
}

.sec1_item:nth-of-type(4) {
  background: #38a1ec;
}

.sec1_itemHead {
  padding-left: 40px;
}

.sec1_itemHead_title {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

.sec1_itemHead_text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

.sec1_item_content {
  border-radius: 8px;
  background: #fff;
  padding: 16px 40px;
  margin-top: 15px;
}

.sec1_item_contentBox {
  display: grid;
  grid-template-columns: 378px 1fr;
  gap: 24px;
  margin-top: 40px;
}

li:nth-of-type(3) .sec1_item_contentBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sec1_item_contentBox_item {
  border-radius: 8px;
  background: #f0f0f0;
  padding: 16px 24px;
}

.sec1_item_contentBox_item_title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0;
  text-align: center;
}

.sec1_item_contentBox_item_text {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.sec1_item_contentBox03_head {
  display: grid;
  grid-template-columns: 1fr 605px;
  gap: 20px;
  align-items: center;
}

.sec1_item_contentBox03_head_main .t1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}

.sec1_item_contentBox03_head_main .t2 {
  font-weight: bold;
  font-size: 86px;
  color: #38a1ec;
  line-height: 1;
}

.sec1_item_contentBox03_head_main .t3 {
  font-weight: bold;
  font-size: 46px;
  color: #38a1ec;
  line-height: 1;
}

.sec1_item_contentBox03_head_text {
  font-size: 17px;
  letter-spacing: 0;
  border-radius: 8px;
  background: #f0f0f0;
  padding: 12px 24px;
}

.sec1_item_contentBox03_head_text span {
  font-size: 13px;
  color: #666666;
}

.sec1_item_contentBox04 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 25px;
}

.sec1_item_contentBox04_item_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

.sec1_item_contentBox04_item_text {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 5px;
}

.sec1_item_contentBox04_foot {
  border-radius: 8px;
  background: #f0f0f0;
  padding: 16px 24px;
  margin-top: 14px;
}

.sec1_item_contentBox04_foot_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.sec1_item_contentBox04_foot_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-top: 15px;
}

.sec1_item_contentBox04_foot_list {
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.sec1_item_contentBox04_foot_list li {
  position: relative;
  padding-left: 13px;
}

.sec1_item_contentBox04_foot_list li span {
  color: #666666;
}

.sec1_item_contentBox04_foot_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e95283;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1400px) {
  .sec1 {
    margin-top: 3.5714285714vw;
  }
  .sec1_list {
    display: flex;
    flex-flow: column;
    gap: 1.7142857143vw;
    margin-top: 1.0714285714vw;
  }
  .sec1_item {
    border-radius: 1.1428571429vw;
    padding: 1.7142857143vw 1.1428571429vw 1.1428571429vw;
  }
  .sec1_item:nth-of-type(1) {
    background: #38a1ec;
  }
  .sec1_item:nth-of-type(2) {
    background: #e95283;
  }
  .sec1_item:nth-of-type(3) {
    background: #efd21a;
  }
  .sec1_item:nth-of-type(4) {
    background: #38a1ec;
  }
  .sec1_itemHead {
    padding-left: 2.8571428571vw;
  }
  .sec1_itemHead_title {
    font-weight: bold;
    font-size: 2.5714285714vw;
    color: #fff;
  }
  .sec1_itemHead_text {
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec1_item_content {
    border-radius: 0.5714285714vw;
    background: #fff;
    padding: 1.1428571429vw 2.8571428571vw;
    margin-top: 1.0714285714vw;
  }
  .sec1_item_contentBox {
    display: grid;
    grid-template-columns: 27vw 1fr;
    gap: 1.7142857143vw;
    margin-top: 2.8571428571vw;
  }
  li:nth-of-type(3) .sec1_item_contentBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sec1_item_contentBox_item {
    border-radius: 0.5714285714vw;
    background: #f0f0f0;
    padding: 1.1428571429vw 1.7142857143vw;
  }
  .sec1_item_contentBox_item_title {
    font-weight: bold;
    font-size: 1.8571428571vw;
    letter-spacing: 0;
    text-align: center;
  }
  .sec1_item_contentBox_item_text {
    font-size: 1.2142857143vw;
    letter-spacing: 0.05em;
    margin-top: 1.0714285714vw;
  }
  .sec1_item_contentBox03_head {
    display: grid;
    grid-template-columns: 1fr 43.2142857143vw;
    gap: 1.4285714286vw;
    align-items: center;
  }
  .sec1_item_contentBox03_head_main .t1 {
    font-weight: bold;
    font-size: 1.8571428571vw;
    line-height: 1;
  }
  .sec1_item_contentBox03_head_main .t2 {
    font-weight: bold;
    font-size: 6.1428571429vw;
    color: #38a1ec;
    line-height: 1;
  }
  .sec1_item_contentBox03_head_main .t3 {
    font-weight: bold;
    font-size: 3.2857142857vw;
    color: #38a1ec;
    line-height: 1;
  }
  .sec1_item_contentBox03_head_text {
    font-size: 1.2142857143vw;
    letter-spacing: 0;
    border-radius: 0.5714285714vw;
    background: #f0f0f0;
    padding: 0.8571428571vw 1.7142857143vw;
  }
  .sec1_item_contentBox03_head_text span {
    font-size: 0.9285714286vw;
    color: #666666;
  }
  .sec1_item_contentBox04 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1428571429vw 1.7857142857vw;
  }
  .sec1_item_contentBox04_item_title {
    font-weight: bold;
    font-size: 1.7142857143vw;
    text-align: center;
    margin-top: 0.7142857143vw;
    line-height: 1.4;
  }
  .sec1_item_contentBox04_item_text {
    font-size: 1.2142857143vw;
    line-height: 1.6;
    margin-top: 0.3571428571vw;
  }
  .sec1_item_contentBox04_foot {
    border-radius: 0.5714285714vw;
    background: #f0f0f0;
    padding: 1.1428571429vw 1.7142857143vw;
    margin-top: 1vw;
  }
  .sec1_item_contentBox04_foot_title {
    font-weight: bold;
    font-size: 1.7142857143vw;
    text-align: center;
  }
  .sec1_item_contentBox04_foot_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.7142857143vw;
    margin-top: 1.0714285714vw;
  }
  .sec1_item_contentBox04_foot_list {
    display: flex;
    flex-flow: column;
    gap: 0.2857142857vw;
  }
  .sec1_item_contentBox04_foot_list li {
    position: relative;
    padding-left: 0.9285714286vw;
  }
  .sec1_item_contentBox04_foot_list li span {
    color: #666666;
  }
  .sec1_item_contentBox04_foot_list li::before {
    content: "";
    display: inline-block;
    width: 0.5714285714vw;
    height: 0.5714285714vw;
    border-radius: 50%;
    background: #e95283;
    position: absolute;
    left: 0;
    top: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  .sec1 {
    margin-top: 0;
  }
  .sec1_list {
    gap: 4vw;
    margin-top: 3.75vw;
  }
  .sec1_item {
    border-radius: 4vw;
    padding: 4vw 2.5vw 2.5vw;
  }
  .sec1_itemHead {
    padding-left: 0;
  }
  .sec1_itemHead_title {
    font-size: 6.5vw;
    line-height: 7.75vw;
  }
  .sec1_itemHead_text {
    font-size: 3.25vw;
  }
  .sec1_item_content {
    border-radius: 2vw;
    padding: 4vw 0 2.5vw;
    margin-top: 2.5vw;
  }
  .sec1_item_contentBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 5vw;
    padding: 0 2.5vw;
  }
  li:nth-of-type(3) .sec1_item_contentBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec1_item_contentBox_item {
    border-radius: 2vw;
    padding: 4vw;
  }
  .sec1_item_contentBox_item_title {
    font-size: 5.5vw;
  }
  .sec1_item_contentBox_item_text {
    font-size: 3.75vw;
    margin-top: 2.5vw;
  }
  .sec1_item_content02 {
    border-radius: 2vw;
    overflow: hidden;
  }
  .sec1_item_content02:nth-of-type(2) {
    margin-top: 5vw;
  }
  .sec1_item_contentBox02_head {
    position: relative;
    background: #fff;
    padding: 4vw 2.5vw 2.5vw;
  }
  .sec1_item_contentBox02_head_title {
    font-weight: bold;
    font-size: 6vw;
    display: flex;
    align-items: center;
    gap: 2.5vw;
  }
  .sec1_item_contentBox02_head_title span {
    font-size: 3.25vw;
    line-height: 7.2vw;
    color: #666;
    border-radius: 6.25vw;
    background: #fff;
    border: 1px solid #666;
    padding: 0.5vw 3vw;
  }
  .sec1_item_contentBox02_head_text {
    font-size: 3.75vw;
    margin-top: 1.25vw;
    width: 58.75vw;
  }
  .sec1_item_contentBox02_head_img {
    width: 26.5vw;
    position: absolute;
    bottom: 0;
    right: 1.5vw;
  }
  .sec1_item_content02_list {
    background: #f0f0f0;
    padding: 2.5vw;
    display: flex;
    flex-flow: column;
    gap: 1vw;
  }
  .sec1_item_content02_item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 23vw 1fr;
    gap: 1vw;
  }
  .sec1_item_content02_item.mt15 {
    margin-top: 3.75vw;
  }
  .sec1_item_content02_item_time {
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 7.2vw;
    text-align: center;
    color: #e95283;
    border-radius: 3.75vw;
    background: #fff;
  }
  .sec1_item_content02_item_text {
    font-size: 3.75vw;
    padding-top: 0.5vw;
  }
  .sec1_item_contentBox03_head {
    display: flex;
    flex-flow: column;
    gap: 2.5vw;
    align-items: center;
    padding: 0 2.5vw;
  }
  .sec1_item_contentBox03_head_main .t1 {
    font-size: 5.5vw;
  }
  .sec1_item_contentBox03_head_main .t2 {
    font-size: 18.25vw;
  }
  .sec1_item_contentBox03_head_main .t3 {
    font-size: 9.75vw;
  }
  .sec1_item_contentBox03_head_text {
    font-size: 3.75vw;
    border-radius: 2vw;
    padding: 4vw;
  }
  .sec1_item_contentBox03_head_text span {
    font-size: 3.25vw;
    color: #666666;
  }
  .sec1_item_contentBox04 {
    display: block;
  }
  .sec1_item_contentBox04_item {
    width: 57.5vw;
    margin: 0 2vw;
  }
  .sec1_item_contentBox04_item_title {
    font-size: 5.5vw;
    margin-top: 2.5vw;
  }
  .sec1_item_contentBox04_item_text {
    font-size: 3.75vw;
    margin-top: 1.25vw;
  }
  .sec1_item .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .sec1_item .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .sec1_item .slick-prev,
  .sec1_item .slick-next {
    position: absolute;
    z-index: 3;
    top: 12.5vw;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 12.5vw;
    width: 12.5vw;
    box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
  }
  .sec1_item .slick-prev {
    left: 2.5%;
    background-image: url(../images/icon/icon_arrow_left03.svg);
  }
  .sec1_item .slick-next {
    right: 2.5%;
    background-image: url(../images/icon/icon_arrow_right03.svg);
  }
  .sec1_item .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #dbdbdb;
  }
  .sec1_item .slick-dots .slick-active button {
    background: #e95283;
  }
  .sec1_item_contentBox04_foot {
    border-radius: 2vw;
    padding: 4vw;
    margin-top: 3.5vw;
  }
  .sec1_item_contentBox04_foot_title {
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
  }
  .sec1_item_contentBox04_foot_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1vw;
    margin-top: 1.5vw;
  }
  .sec1_item_contentBox04_foot_list {
    gap: 1vw;
  }
  .sec1_item_contentBox04_foot_list li {
    font-size: 3.5vw;
    padding-left: 3.25vw;
  }
  .sec1_item_contentBox04_foot_list li::before {
    width: 2vw;
    height: 2vw;
    top: 2.5vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  border-radius: 16px;
  background: #e95283;
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 40px;
  text-align: center;
}

.sec2_item_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
}

.sec2_item_text {
  font-size: 17px;
  margin-top: 5px;
}

@media screen and (max-width: 1400px) {
  .sec2 {
    border-radius: 1.1428571429vw;
    background: #e95283;
  }
  .sec2_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1428571429vw;
    margin-top: 1.4285714286vw;
    border-radius: 1.1428571429vw;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.7142857143vw 2.8571428571vw;
    text-align: center;
  }
  .sec2_item_title {
    font-weight: bold;
    font-size: 1.7142857143vw;
    line-height: 1.4;
    margin-top: 0.7142857143vw;
  }
  .sec2_item_text {
    font-size: 1.2142857143vw;
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 750px) {
  .sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
    margin-top: 2.5vw;
    padding: 2.5vw;
  }
  .sec2_item {
    display: grid;
    align-items: center;
    grid-template-columns: 31.75vw 1fr;
    gap: 4vw;
    text-align: left;
  }
  .sec2_item_title {
    font-size: 5.5vw;
    margin-top: 0;
  }
  .sec2_item_text {
    font-size: 3.75vw;
    margin-top: 1.25vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  position: relative;
  overflow: hidden;
  padding: 30px 0 150px;
}

.sec3_en01 {
  font-size: 170px;
  line-height: 1;
  font-weight: bold;
  color: #f0f0f0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  white-space: nowrap;
}

.sec3_ec02 {
  font-size: 170px;
  line-height: 1;
  font-weight: bold;
  color: #f0f0f0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  white-space: nowrap;
}

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

.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 165px;
  margin-top: 55px;
}

.sec3_item {
  position: relative;
}

.sec3_itemBox {
  max-width: 630px;
}

.sec3_item:nth-of-type(2n) .sec3_itemBox {
  margin-left: auto;
}

.sec3_item img {
  width: 490px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.sec3_item:nth-of-type(2n) img {
  left: 0;
  right: unset;
}

.sec3_item_text {
  color: #fff;
  border-radius: 20px;
  background: #38a1ec;
  display: inline-block;
  padding: 5px 15px;
}

.sec3_title {
  font-weight: bold;
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.sec3_title span {
  font-weight: normal;
  color: #666;
  border-radius: 20px;
  border: 1px solid #666;
  padding: 5px 15px;
  font-size: 16px;
}

.sec3_comment {
  font-size: 17px;
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .sec3 {
    position: relative;
    overflow: hidden;
    padding: 2.1428571429vw 0 10.7142857143vw;
  }
  .sec3_en01 {
    font-size: 12.1428571429vw;
    line-height: 1;
    font-weight: bold;
    color: #f0f0f0;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: -2.1428571429vw;
    transform: translate(0, -50%);
    white-space: nowrap;
  }
  .sec3_ec02 {
    font-size: 12.1428571429vw;
    line-height: 1;
    font-weight: bold;
    color: #f0f0f0;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    right: -2.1428571429vw;
    transform: translate(0, -50%);
    white-space: nowrap;
  }
  .sec3 .inner {
    max-width: 84.2857142857vw;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 11.7857142857vw;
    margin-top: 3.9285714286vw;
  }
  .sec3_item {
    position: relative;
  }
  .sec3_itemBox {
    max-width: 45vw;
  }
  .sec3_item:nth-of-type(2n) .sec3_itemBox {
    margin-left: auto;
  }
  .sec3_item img {
    width: 35vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .sec3_item:nth-of-type(2n) img {
    left: 0;
    right: unset;
  }
  .sec3_item_text {
    color: #fff;
    border-radius: 1.4285714286vw;
    background: #38a1ec;
    display: inline-block;
    padding: 0.3571428571vw 1.0714285714vw;
  }
  .sec3_title {
    font-weight: bold;
    font-size: 2.5714285714vw;
    display: flex;
    align-items: center;
    gap: 1.1428571429vw;
    margin-top: 0.5714285714vw;
  }
  .sec3_title span {
    font-weight: normal;
    color: #666;
    border-radius: 1.4285714286vw;
    border: 0.0714285714vw solid #666;
    padding: 0.3571428571vw 1.0714285714vw;
    font-size: 1.1428571429vw;
  }
  .sec3_comment {
    font-size: 1.2142857143vw;
    margin-top: 1.0714285714vw;
  }
}
@media screen and (max-width: 750px) {
  .sec3 {
    padding: 7.5vw 0;
  }
  .sec3_en01 {
    font-size: 17.5vw;
    left: 2.5vw;
    top: 2.5vw;
    transform: unset;
    z-index: -1;
  }
  .sec3_ec02 {
    display: none;
  }
  .sec3 .inner {
    max-width: 295vw;
  }
  .sec3_list {
    gap: 65vw;
    margin-top: 35vw;
  }
  .sec3_itemBox {
    max-width: unset;
  }
  .sec3_item:nth-of-type(2n) .sec3_itemBox {
    margin-left: 0;
  }
  .sec3_item img {
    width: 74.25vw;
    top: -61.25vw;
    right: 0;
    transform: unset;
    z-index: -1;
  }
  .sec3_item:nth-of-type(2n) img {
    left: unset;
    right: 0;
  }
  .sec3_item_text {
    color: #fff;
    border-radius: 5vw;
    background: #38a1ec;
    display: inline-block;
    padding: 1.25vw 3.75vw;
  }
  .sec3_title {
    font-size: 6vw;
    gap: 4vw;
    margin-top: 2vw;
  }
  .sec3_title span {
    border-radius: 4.25vw;
    padding: 0.75vw 3.75vw;
    font-size: 3.25vw;
    background: #fff;
  }
  .sec3_comment {
    font-size: 3.75vw;
    margin-top: 2.5vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #38a1ec;
  border-radius: 16px 16px 0px 0px;
}

.sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
}

.sec4_item {
  border-radius: 174px 174px 8px 8px;
  background: #fff;
  position: relative;
  padding: 59px 23px 30px;
  text-align: center;
}

.sec4_item_number {
  font-size: 57px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec4_item img {
  height: 115px;
  width: auto;
}

.sec4_item_title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}

.sec4_item_text {
  font-size: 17px;
  line-height: 27.2px;
  margin-top: 5px;
}

.sec4_item_btn {
  font-weight: bold;
  width: 204px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #111;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  padding: 10px 0;
  transition: 0.3s;
  position: relative;
  top: 0;
  left: 0;
}

.sec4_item_btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  .sec4 {
    background: #38a1ec;
    border-radius: 1.1428571429vw 1.1428571429vw 0vw 0vw;
  }
  .sec4_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 5vw;
  }
  .sec4_item {
    border-radius: 12.4285714286vw 12.4285714286vw 0.5714285714vw 0.5714285714vw;
    background: #fff;
    position: relative;
    padding: 4.2142857143vw 1.6428571429vw 2.1428571429vw;
    text-align: center;
  }
  .sec4_item_number {
    font-size: 4.0714285714vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -3.2142857143vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_item img {
    height: 8.2142857143vw;
    width: auto;
  }
  .sec4_item_title {
    font-weight: bold;
    font-size: 1.7142857143vw;
    margin-top: 0.7142857143vw;
  }
  .sec4_item_text {
    font-size: 1.2142857143vw;
    line-height: 1.9428571429vw;
    margin-top: 0.3571428571vw;
  }
  .sec4_item_btn {
    font-weight: bold;
    width: 14.5714285714vw;
    border-radius: 1.7857142857vw;
    background: #fff;
    border: 0.0714285714vw solid #111;
    box-shadow: 0.3571428571vw 0.5714285714vw 0vw rgba(0, 0, 0, 0.16);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2.1428571429vw;
    margin-top: 0.7142857143vw;
    padding: 0.7142857143vw 0;
  }
  .sec4_item_btn::after {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 0.5714285714vw;
    background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 751px) {
  .sec4_item_btn:hover {
    color: #fff;
    background: #111;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    top: 8px;
    left: 5px;
  }
  .sec4_item_btn:hover::after {
    background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
  }
}
@media screen and (max-width: 750px) {
  .sec4_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 10vw;
    width: 231.25vw;
  }
  .sec4_item {
    border-radius: 37.875vw 37.875vw 1.7425vw 1.7425vw;
    padding: 12.5vw 5vw 5vw;
  }
  .sec4_item_number {
    font-size: 12.25vw;
    top: -9.5vw;
  }
  .sec4_item img {
    height: 25vw;
  }
  .sec4_item_title {
    font-size: 5vw;
    margin-top: 3.75vw;
  }
  .sec4_item_text {
    font-size: 3.75vw;
    line-height: 6vw;
    margin-top: 1.25vw;
  }
  .sec4_item_btn {
    width: 44.25vw;
    gap: 5vw;
    margin-top: 2.5vw;
    padding: 2.5vw 0;
    font-size: 4vw;
  }
  .sec4_item_btn::after {
    width: 3.5vw;
    height: 2vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  border-radius: 0px 0px 16px 16px;
  background: #e95283;
}

.sec5_list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-top: 10px;
}

.sec5_item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 24px 40px 100px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 313px;
  gap: 48px;
  position: relative;
}

.sec5_item::before {
  content: "";
  display: inline-block;
  background: #dbdbdb;
  opacity: 0.9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translate(0, -50%);
}

.sec5_item_step {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #e95283;
  writing-mode: vertical-rl;
  position: absolute;
  left: 15px;
  top: 44px;
}

.sec5_item_title {
  font-weight: bold;
  font-size: 26px;
}

.sec5_item_text {
  font-size: 17px;
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .sec5 {
    border-radius: 0vw 0vw 1.1428571429vw 1.1428571429vw;
    background: #e95283;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 0.5714285714vw;
    margin-top: 0.7142857143vw;
  }
  .sec5_item {
    border-radius: 1.1428571429vw;
    background: rgba(255, 255, 255, 0.9);
    padding: 2.8571428571vw 1.7142857143vw 2.8571428571vw 7.1428571429vw;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 22.3571428571vw;
    gap: 3.4285714286vw;
    position: relative;
  }
  .sec5_item::before {
    content: "";
    display: inline-block;
    background: #dbdbdb;
    opacity: 0.9;
    width: 0.0714285714vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 4.6428571429vw;
    transform: translate(0, -50%);
  }
  .sec5_item_step {
    font-size: 2.1428571429vw;
    font-weight: bold;
    line-height: 1;
    color: #e95283;
    writing-mode: vertical-rl;
    position: absolute;
    left: 1.0714285714vw;
    top: 3.1428571429vw;
  }
  .sec5_item_title {
    font-weight: bold;
    font-size: 1.8571428571vw;
  }
  .sec5_item_text {
    font-size: 1.2142857143vw;
    margin-top: 1.0714285714vw;
  }
}
@media screen and (max-width: 750px) {
  .sec5_list {
    gap: 2vw;
    margin-top: 2.5vw;
  }
  .sec5_item {
    padding: 5vw 4vw 5vw 13.75vw;
    gap: 12vw;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    gap: 2vw;
  }
  .sec5_item::before {
    left: 8.5vw;
  }
  .sec5_item_step {
    font-size: 4vw;
    left: 2vw;
    top: 5vw;
  }
  .sec5_item_title {
    font-size: 5.5vw;
    text-align: center;
  }
  .sec5_item_text {
    font-size: 3.75vw;
    margin-top: 2.5vw;
  }
}
/* Section6
***************************************************************/
.sec6_content {
  border-radius: 16px;
  border: 1px solid #f6dc34;
  padding: 30px 56px;
}

.sec6_table {
  margin-top: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  border-top: 1px solid #f6dc34;
}

.sec6_th {
  border-bottom: 1px solid #f6dc34;
  width: 174px;
  font-size: 17px;
  padding: 20px 0;
}

.sec6_td {
  border-bottom: 1px solid #dbdbdb;
  font-size: 17px;
  padding: 20px 0 20px 25px;
  margin-left: 5px;
}

.sec6_td span {
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1400px) {
  .sec6_content {
    border-radius: 1.1428571429vw;
    border: 0.0714285714vw solid #f6dc34;
    padding: 2.1428571429vw 4vw;
  }
  .sec6_table {
    margin-top: 1.4285714286vw;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.3571428571vw 0;
    border-top: 0.0714285714vw solid #f6dc34;
  }
  .sec6_th {
    border-bottom: 0.0714285714vw solid #f6dc34;
    width: 12.4285714286vw;
    font-size: 1.2142857143vw;
    padding: 1.4285714286vw 0;
  }
  .sec6_td {
    border-bottom: 0.0714285714vw solid #dbdbdb;
    font-size: 1.2142857143vw;
    padding: 1.4285714286vw 0 1.4285714286vw 1.7857142857vw;
    margin-left: 0.3571428571vw;
  }
  .sec6_td span {
    color: #666;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 750px) {
  .sec6_content {
    padding: 6vw 3.5vw;
  }
  .sec6_table {
    margin-top: 3.75vw;
    border-spacing: 0;
  }
  .sec6_th {
    border-bottom: unset;
    width: 100%;
    display: inline-block;
    font-size: 3.75vw;
    padding: 3.75vw 0 1vw;
  }
  .sec6_td {
    width: 100%;
    display: inline-block;
    font-size: 3.75vw;
    padding: 0 0 3.75vw;
    margin-left: 0;
  }
}
/* section7
***************************************************************/
.sec7 {
  border-radius: 16px;
  background: #38a1ec;
}

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

.faq_accordion-area li {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 35px 112px 36px 100px;
  background: rgba(255, 255, 255, 0.9);
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q";
  display: block;
  font-size: 57px;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  color: #38a1ec;
  position: absolute;
  top: -11px;
  left: -70px;
}

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

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

.faq_box {
  display: none;
  padding: 33px 56px 16px 100px;
  position: relative;
  background: #fff;
}

.faq_box_title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 31px;
  color: #38a1ec;
  position: relative;
}

.faq_box_title::before {
  content: "A";
  display: block;
  font-size: 57px;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
  color: #38a1ec;
  position: absolute;
  top: -14px;
  left: -68px;
}

.faq_box p {
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .sec7 {
    border-radius: 1.1428571429vw;
    background: #38a1ec;
  }
  .faq_accordion-area {
    display: flex;
    flex-flow: column;
    gap: 0.5714285714vw;
    margin-top: 1.4285714286vw;
  }
  .faq_accordion-area li {
    position: relative;
    border-radius: 1.1428571429vw;
    overflow: hidden;
  }
  .faq_title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    font-weight: bold;
    font-size: 1.5714285714vw;
    padding: 2.5vw 8vw 2.5714285714vw 7.1428571429vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    content: "Q";
    display: block;
    font-size: 4.0714285714vw;
    line-height: 1;
    font-family: "Orbitron", sans-serif;
    color: #38a1ec;
    position: absolute;
    top: -0.7857142857vw;
    left: -5vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before {
    position: absolute;
    content: "";
    width: 1.4285714286vw;
    height: 0.8571428571vw;
    background-image: url(../images/icon/icon_arrow_accordion.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .faq_title.close::before {
    transform: translate(0, -50%) rotate(180deg);
  }
  .faq_box {
    display: none;
    padding: 2.3571428571vw 4vw 1.1428571429vw 7.1428571429vw;
    position: relative;
    background: #fff;
  }
  .faq_box_title {
    font-weight: bold;
    font-size: 1.5714285714vw;
    letter-spacing: 0.05em;
    line-height: 2.2142857143vw;
    color: #38a1ec;
    position: relative;
  }
  .faq_box_title::before {
    content: "A";
    display: block;
    font-size: 4.0714285714vw;
    line-height: 1;
    font-family: "Orbitron", sans-serif;
    color: #38a1ec;
    position: absolute;
    top: -1vw;
    left: -4.8571428571vw;
  }
  .faq_box p {
    line-height: 1.6;
    margin-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 750px) {
  .faq_accordion-area {
    gap: 2vw;
    margin-top: 2.5vw;
  }
  .faq_title {
    font-size: 4.5vw;
    padding: 4vw 13.75vw 4vw 13.25vw;
  }
  .faq_title span::before {
    font-size: 9.25vw;
    top: -0.75vw;
    left: -10vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before {
    width: 5vw;
    height: 3vw;
    right: 3.75vw;
  }
  .faq_box {
    padding: 4vw 4vw 4vw 13.25vw;
  }
  .faq_box_title {
    font-size: 4.5vw;
    line-height: 6.25vw;
  }
  .faq_box_title::before {
    font-size: 9.25vw;
    top: -0.75vw;
    left: -10vw;
  }
  .faq_box p {
    font-size: 3.75vw;
    margin-top: 2.5vw;
  }
}
/* Section8
***************************************************************/
.sec8.confirm {
  padding: 180px 0 100px;
}

.sec8_content {
  border-radius: 16px;
  border: 1px solid #e95283;
  padding: 30px 56px;
}

.sec8 .section_title .en {
  color: #e95283;
}

.sec8_content_head {
  border-radius: 8px;
  background: #f0f0f0;
  padding: 16px 24px;
  margin-top: 14px;
}

.sec8_content_head_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.sec8_content_head_list {
  margin-top: 15px;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.sec8_content_head_item {
  position: relative;
  padding-left: 13px;
}

.sec8_content_head_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e95283;
  position: absolute;
  left: 0;
  top: 10px;
}

.sec8_content_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 32px;
}

.sec8_content_flow_item {
  text-align: center;
  background: #666;
  font-size: 18px;
  color: #fff;
  padding: 4px 0;
}

.sec8_content_flow_item span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 16px;
}

.sec8_content_flow_item.active {
  background: #e95283;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
  gap: 4px;
  position: relative;
}

.contact_item::before {
  content: "";
  display: inline-block;
  width: 214px;
  border-top: 1px solid #e95283;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact_item::after {
  content: "";
  display: inline-block;
  width: calc(100% - 218px);
  border-top: 1px solid #dbdbdb;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 214px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 17px;
}

.confirm .contact_item_title {
  padding-top: 0;
}

li:nth-of-type(2) .contact_item_title,
li:nth-of-type(3) .contact_item_title,
li:nth-last-of-type(1) .contact_item_title {
  padding-top: 0;
}

.req {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  color: #fff;
  border-radius: 14px;
  background: #e95283;
  padding: 0 8px;
}

.contact_area {
  flex: 1;
  padding-left: 20px;
}

.contact_area span {
  width: 100%;
}

.contact_check span {
  display: contents;
}

.contact_area input[type=text],
.contact_area input[type=email],
.contact_area input[type=tel] {
  width: 100%;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.contact_area.birth {
  display: flex;
  align-items: center;
  gap: 22px;
}

.birth_year {
  display: flex;
  align-items: center;
  gap: 8px;
}

.birth_year_input select {
  width: 120px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
}

.birth_day {
  display: flex;
  align-items: center;
  gap: 8px;
}

.birth_box_input select {
  width: 80px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
}

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

.wpcf7-radio .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_check {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #E95283;
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.contact_submit a {
  position: relative;
  width: 200px;
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
  border: 2px solid #111;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 32px;
}

.contact_submit_btn {
  position: relative;
  width: 200px;
}

.contact_submit_btn::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 1;
  transition: 0.3s;
}

.contact_submit input {
  position: relative;
  width: 100%;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: #111;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 32px;
  transition: 0.3s;
  border: 1px solid #111;
  top: 0;
  left: 0;
}

.wpcf7-spinner {
  display: none;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

.thanks_text {
  margin-top: 10px;
  text-align: center;
}

.thanks_btn {
  width: 260px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #111;
  background: #111;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 32px;
  margin: 60px auto 0;
  display: block;
  text-align: center;
  transition: 0.3s;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1400px) {
  .sec8.confirm {
    padding: 180px 0 100px;
  }
  .sec8_content {
    border-radius: 16px;
    border: 1px solid #e95283;
    padding: 30px 56px;
  }
  .sec8 .section_title .en {
    color: #e95283;
  }
  .sec8_content_head {
    border-radius: 8px;
    background: #f0f0f0;
    padding: 16px 24px;
    margin-top: 14px;
  }
  .sec8_content_head_title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }
  .sec8_content_head_list {
    margin-top: 15px;
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .sec8_content_head_item {
    position: relative;
    padding-left: 13px;
  }
  .sec8_content_head_item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e95283;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .sec8_content_flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 32px;
  }
  .sec8_content_flow_item {
    text-align: center;
    background: #666;
    font-size: 18px;
    color: #fff;
    padding: 4px 0;
  }
  .sec8_content_flow_item span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 16px;
  }
  .sec8_content_flow_item.active {
    background: #e95283;
  }
  .contact_item {
    display: flex;
    align-items: flex-start;
    padding: 32px 0;
    gap: 4px;
    position: relative;
  }
  .contact_item::before {
    content: "";
    display: inline-block;
    width: 214px;
    border-top: 1px solid #e95283;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact_item::after {
    content: "";
    display: inline-block;
    width: calc(100% - 218px);
    border-top: 1px solid #dbdbdb;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 214px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 17px;
  }
  .confirm .contact_item_title {
    padding-top: 0;
  }
  li:nth-of-type(2) .contact_item_title,
  li:nth-of-type(3) .contact_item_title,
  li:nth-last-of-type(1) .contact_item_title {
    padding-top: 0;
  }
  .req {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28.8px;
    color: #fff;
    border-radius: 14px;
    background: #e95283;
    padding: 0 8px;
  }
  .contact_area {
    flex: 1;
    padding-left: 20px;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_check span {
    display: contents;
  }
  .contact_area input[type=text],
  .contact_area input[type=email],
  .contact_area input[type=tel] {
    width: 100%;
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
  }
  .contact_area textarea {
    width: 100%;
    height: 245px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
  }
  .contact_area.birth {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .birth_year {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .birth_year_input select {
    width: 120px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
  }
  .birth_day {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .birth_box_input select {
    width: 80px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
  }
  .wpcf7-radio {
    display: flex;
    gap: 30px;
  }
  .wpcf7-radio .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_check {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
  .contact_check input {
    width: 24px;
    height: 24px;
  }
  .contact_check a {
    color: #E95283;
    text-decoration: underline;
  }
  .contact_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }
  .contact_submit a {
    position: relative;
    width: 200px;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    border: 2px solid #111;
    box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 32px;
  }
  .contact_submit_btn {
    position: relative;
    width: 200px;
  }
  .contact_submit_btn::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 1;
  }
  .contact_submit input {
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    background: #111;
    box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 32px;
    transition: 0.3s;
  }
  .wpcf7-spinner {
    display: none;
  }
  .thanks_title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .thanks_title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
  }
  .thanks_text {
    margin-top: 10px;
    text-align: center;
  }
  .thanks_btn {
    width: 260px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    background: #111;
    box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 32px;
    margin: 60px auto 0;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .contact_submit_btn:hover::before {
    background-image: url(../images/icon/icon_arrow_bottom01_black.svg);
    top: calc(50% + 8px);
    right: 19px;
  }
  .thanks_btn:hover,
  .contact_submit_btn:hover input {
    background: #fff;
    color: #111;
    top: 8px;
    left: 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 750px) {
  .sec8.confirm {
    padding: 20vw 0 10vw;
  }
  .sec8_content {
    padding: 6vw 3.5vw;
  }
  .sec8_content_head {
    padding: 4vw 2.5vw;
    margin-top: 2.5vw;
  }
  .sec8_content_head_title {
    font-size: 5.5vw;
  }
  .sec8_content_head_list {
    margin-top: 3.75vw;
    display: flex;
    flex-flow: column;
    gap: 1.25vw;
  }
  .sec8_content_head_item {
    font-size: 3.5vw;
    padding-left: 3.25vw;
  }
  .sec8_content_head_item::before {
    width: 2vw;
    height: 2vw;
    top: 2.5vw;
  }
  .sec8_content_flow {
    margin-top: 3.75vw;
  }
  .sec8_content_flow_item {
    font-size: 3.75vw;
    padding: 1vw 0;
  }
  .sec8_content_flow_item span {
    font-size: 3.75vw;
    margin-right: 1vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 4vw;
    margin-top: 4vw;
  }
  .contact_item {
    display: block;
    padding: 0;
    position: relative;
  }
  .contact_item::before {
    display: none;
  }
  .contact_item::after {
    display: none;
  }
  .contact_item_title {
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    gap: 1.5vw;
    font-size: 3.75vw;
  }
  .req {
    font-size: 3.25vw;
    line-height: 7.2vw;
    border-radius: 3.5vw;
    padding: 0 2vw;
  }
  .contact_area {
    flex: 1;
    padding-left: 0;
    margin-top: 2vw;
  }
  .contact_area input[type=text],
  .contact_area input[type=email],
  .contact_area input[type=tel] {
    padding: 2.5vw;
    border-radius: 1vw;
  }
  .contact_area textarea {
    height: 46.25vw;
    padding: 1.25vw 2.5vw;
  }
  .contact_area.birth {
    gap: 4vw;
  }
  .birth_year {
    gap: 2vw;
  }
  .birth_year_input select {
    width: 22.5vw;
    padding: 1.25vw 2.5vw;
  }
  .birth_day {
    gap: 2vw;
  }
  .birth_box_input select {
    width: 17.5vw;
    padding: 1.25vw 2.5vw;
  }
  .wpcf7-radio {
    display: flex;
    gap: 7.5vw;
  }
  .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.5vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.75vw;
    height: 3.75vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_check {
    display: flex;
    gap: 2.5vw;
    align-items: center;
    text-align: center;
  }
  .contact_check input {
    width: 6vw;
    height: 6vw;
  }
  .contact_check a {
    color: #E95283;
    text-decoration: underline;
  }
  .contact_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    margin-top: 7.5vw;
  }
  .contact_submit a {
    border-radius: 6.25vw;
    box-shadow: 1.25vw 2vw 0vw rgba(0, 0, 0, 0.16);
    padding: 2.5vw 0;
  }
  .contact_submit_btn {
    position: relative;
    width: 50vw;
  }
  .contact_submit_btn::before {
    width: 3.5vw;
    height: 2vw;
    right: 6vw;
  }
  .contact_submit input {
    border-radius: 6.25vw;
    box-shadow: 1.25vw 2vw 0vw rgba(0, 0, 0, 0.16);
    padding: 2.5vw 8vw;
  }
  .thanks_title {
    font-size: 4.5vw;
    margin-top: 10vw;
  }
  .thanks_text {
    margin-top: 2.5vw;
    text-align: left;
  }
  .thanks_btn {
    width: 37.5vw;
    border-radius: 6.25vw;
    padding: 2.5vw 0;
    margin: 5vw auto 0;
    font-size: 3.5vw;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 180px 0 100px;
}

.privacy_content {
  border-radius: 16px;
  border: 1px solid #f6dc34;
  padding: 30px 56px;
}

.privacy .inner {
  max-width: 1060px;
}

.page_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.privacy_text {
  margin-top: 12px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 60px;
}

.privacy_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.privacy_item_text {
  margin-top: 12px;
}

@media screen and (max-width: 1400px) {
  .privacy {
    padding: 12.8571428571vw 0 7.1428571429vw;
  }
  .privacy_content {
    border-radius: 1.1428571429vw;
    border: 0.0714285714vw solid #f6dc34;
    padding: 2.1428571429vw 4vw;
  }
  .privacy .inner {
    max-width: 75.7142857143vw;
  }
  .page_title {
    text-align: center;
    font-size: 2.1428571429vw;
    font-weight: bold;
  }
  .privacy_text {
    margin-top: 0.8571428571vw;
  }
  .privacy_list {
    display: flex;
    flex-flow: column;
    gap: 2.2857142857vw;
    margin-top: 4.2857142857vw;
  }
  .privacy_item_title {
    font-size: 1.7142857143vw;
    font-weight: 700;
    line-height: 160%;
  }
  .privacy_item_text {
    margin-top: 0.8571428571vw;
  }
}
@media screen and (max-width: 750px) {
  .privacy {
    padding: 20vw 0 10vw;
  }
  .privacy .inner {
    max-width: unset;
  }
  .privacy_content {
    padding: 4vw 3.75vw;
  }
  .page_title {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
  }
  .privacy_text {
    margin-top: 3vw;
  }
  .privacy_list {
    gap: 5vw;
    margin-top: 10vw;
  }
  .privacy_item_title {
    font-size: 4vw;
  }
  .privacy_item_text {
    margin-top: 2vw;
  }
}