@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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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 {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.8;
  background: #FFDC08;
}

* {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main,
footer {
  overflow: hidden;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1300px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.barlow {
  font-family: "Barlow", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.roboto {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1120px;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.5s;
  }
  .delay3 {
    transition-delay: 0.7s;
  }
  .delay4 {
    transition-delay: 0.8s;
  }
  .delay5 {
    transition-delay: 1.2s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    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;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.bg_yellow {
  background: #FFDC08;
}

.bg_white {
  background: #FFDC08;
  position: relative;
  z-index: 1;
}

.bg_white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #EEF1FA;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .bg_white::before {
    border-radius: 8vw;
  }
}
.btn a {
  border-radius: 50px;
  background: linear-gradient(92deg, #FF512F 5.65%, #DD2476 99.72%);
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
}

.btn a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
  margin-left: 7px;
}

@media screen and (min-width: 681px) {
  .zoom a:hover {
    animation: zoom 0.3s;
  }
  @keyframes zoom {
    50% {
      transform: scale(1.05);
    }
  }
  .btn a:hover:after {
    left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .btn a {
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
    gap: 0;
    padding: 3.2vw 5.8666666667vw;
    justify-content: space-between;
    width: 100%;
  }
  .btn.type2 a {
    background: #333;
  }
  .btn a::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .btn.type2 a::before {
    background-image: url(../images/common/icon_line.svg);
  }
  .btn a:after {
    width: 3.7333333333vw;
    height: 4.2666666667vw;
  }
}
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
  width: 100%;
}

.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 0.1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
  margin-right: 40px;
  font-family: "Roboto", sans-serif;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .loop-area .content {
    font-size: 21.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.section_title {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
}

.section_title span {
  color: #2E5CE5;
  font-family: "Barlow", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 88px;
  font-weight: 900;
}

@media screen and (max-width: 680px) {
  .section_title {
    font-size: 6.9333333333vw;
    line-height: 1.2;
  }
  .section_title span {
    font-size: 12.8vw;
  }
}
.page_btn {
  text-align: center;
}

.page_btn a {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: 0.3s;
  padding: 4px;
  overflow: hidden;
}

.page_btn a::before {
  content: "";
  display: block;
  width: calc(100% - 48px);
  border-top: 2px solid #2E5CE5;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 0.3s;
}

.page_btn a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .page_btn a:hover {
    color: #2E5CE5;
  }
  .page_btn a:hover::before {
    transform: translateX(0);
  }
  .page_btn a:hover::after {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 680px) {
  .page_btn a {
    gap: 4.2666666667vw;
  }
  .page_btn a::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 680px) {
  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0666666667vw;
    padding: 0 5.3333333333vw;
    z-index: 50;
    text-align: center;
    transform: translateY(100%);
    transition: 0.3s;
  }
  .page-id-29 .fixed {
    display: none;
  }
  .fixed.active {
    transform: translateY(-20px);
  }
  .fixed_link1 {
    font-size: 4.2666666667vw;
    color: #fff;
    font-weight: bold;
    border-radius: var(--border-radius-16, 16px);
    background: linear-gradient(92deg, #FF512F 5.65%, #DD2476 99.72%);
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.1333333333vw;
  }
  .fixed_link1::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../images/common/icon_fukidashi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .fixed_link2 {
    border-radius: var(--border-radius-16, 16px);
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
    background: #fff;
    text-align: left;
    padding: 1.3333333333vw 0 1.3333333333vw 8vw;
    position: relative;
  }
  .fixed_link2::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../images/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translate(0, -50%);
  }
  .fixed_link2 .text1 {
    font-size: 5.0666666667vw;
    font-weight: bold;
    display: block;
  }
  .fixed_link2 .text2 {
    font-size: 2.4vw;
    font-weight: bold;
    display: block;
  }
}
/* 下層ページ 共通
***************************************************************/
.page_fv {
  padding: 200px 0 120px;
  background: #FFDC08;
  position: relative;
  z-index: 1;
}

.page_fv_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
}

.page_fv .loop-wrap {
  bottom: 15%;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 32vw 0 14.9333333333vw;
  }
  .page_fv_title {
    font-size: 6.9333333333vw;
  }
  .page_fv .loop-wrap {
    bottom: 12%;
  }
}
.bread_list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 16px 0;
  position: relative;
  z-index: 10;
}

.bread_item {
  font-size: 13px;
}

.bread_item:nth-of-type(2n) {
  font-size: 26px;
  color: #2E5CE5;
  margin: 0 5px;
}

.bread_item a {
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .bread_list {
    flex-wrap: wrap;
    padding: 2.1333333333vw 5.3333333333vw;
  }
  .bread_list + section {
    padding: 8.5333333333vw 0 16vw;
  }
  .bread_item {
    font-size: 3.4666666667vw;
  }
  .bread_item:nth-of-type(2n) {
    font-size: 6.9333333333vw;
    margin: 0 1.3333333333vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

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

.header_content {
  position: relative;
  z-index: 1;
  padding: 20px 40px 20px 40px;
}

.header_content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: -1;
  transition: 0.3s;
  border-radius: 0 0 40px 0;
  transform: translateY(-115%);
  box-shadow: 3px 3px 10px rgba(33, 33, 33, 0.4);
}

.header_logo {
  width: 123px;
  transition: 0.3s;
}

/* ハンバーガーメニュー非表示 */
.toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.header_nav {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  padding: 16px 40px 16px 80px;
}

.header_nav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 0 40px;
  transition: 0.3s;
  transform: translateY(-105%);
  box-shadow: 3px 3px 10px rgba(33, 33, 33, 0.4);
}

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

.global_nav_item a {
  font-weight: bold;
  transition: 0.3s;
}

.active .header_content::before,
.active .header_nav::before {
  transform: translateY(0);
}

.header_nav_contact a::before {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 681px) {
  .header_logo:hover {
    opacity: 0.7;
  }
  .global_nav_item a:hover {
    animation: zoom 0.3s;
    color: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  .header_inner {
    display: block;
    position: relative;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.1333333333vw 5.3333333333vw;
    position: relative;
    z-index: 100;
  }
  .header_content::before {
    width: 34.6666666667vw;
    border-radius: 0 0 5.3333333333vw 0;
  }
  .open .header_content::before {
    transform: translateY(-115%);
  }
  .header_logo {
    width: 21.8666666667vw;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    display: inline-block;
    width: 12.8vw;
    height: 12.8vw;
    position: relative;
    z-index: 100;
    background: #2E5CE5;
    border-radius: 50%;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 6.4vw;
    height: 2px;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 6.4vw;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    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 {
    background-color: #fff;
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    background-color: #fff;
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 5.3333333333vw 26.6666666667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
  }
  .header_nav::before {
    display: none;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    margin-top: 25.6vw;
    padding: 0;
    width: 100%;
  }
  .global_nav_list {
    flex-flow: column;
    width: 100%;
    gap: 0;
    border-bottom: 1px solid #bbb;
  }
  .global_nav_item a {
    font-size: 4.8vw;
    padding: 4.2666666667vw 3.2vw;
    border-top: 1px solid #bbb;
    display: block;
  }
  .header_nav .sp_only {
    width: 100%;
  }
  .header_nav_contact {
    margin-top: 32px;
  }
  .header_nav_contact.type2 {
    margin-top: 20px;
  }
  .header_nav_contact_text {
    text-align: center;
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin-top: 6.4vw;
  }
  .header_nav_contact_tel {
    border-radius: 50px;
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
    padding: 2.6666666667vw 0 3.7333333333vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.6vw;
    text-align: center;
    margin-top: 3.2vw;
  }
  .header_nav_contact_tel .text1 {
    font-weight: 600;
    font-size: 6.4vw;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 1.6vw;
  }
  .header_nav_contact_tel .text1::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../images/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .header_nav_contact_tel .text2 {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  background: #eee;
  padding: 56px 0 24px;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_content_logo {
  transition: 0.3s;
}

.footer_content_logo_img {
  width: 123px;
}

.footer_content_logo_text {
  font-size: 20px;
  margin-top: 12px;
}

.footer_content_text {
  font-weight: bold;
  margin-top: 24px;
}

.footer_content_address {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

.footer_content_address a {
  display: block;
  text-decoration: underline;
}

.footer_nav_list {
  display: flex;
  gap: 80px;
}

.footer_nav_list_item {
  width: 165px;
  display: flex;
  flex-flow: column;
}

.footer_nav_list_item .link {
  font-weight: bold;
  transition: 0.3s;
}

.footer_nav_list_item .link + .link {
  margin-top: 12px;
}

.footer_nav_list_item .single_link {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-left: 16px;
  transition: 0.3s;
}

.footer_nav_list_item .single_link + .single_link {
  margin-top: 4px;
}

.footer_copyright a {
  font-weight: bold;
  margin-right: 10px;
  border-right: 1px solid #bbb;
  padding-right: 10px;
  transition: 0.3s;
}

.footer_copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 24px;
  border-top: 2px solid #DDDDDD;
  max-width: 1120px;
  margin: 56px auto 0;
}

@media screen and (min-width: 681px) {
  .footer_content_logo:hover {
    opacity: 0.7;
  }
  .footer_nav_list_item .link:hover,
  .footer_nav_list_item .single_link:hover,
  .footer_copyright a:hover {
    color: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 14.9333333333vw 0 6.4vw;
  }
  footer .inner {
    flex-flow: column;
    gap: 6.4vw;
  }
  .footer_content {
    width: 100%;
    text-align: center;
  }
  .footer_content_logo_img {
    width: 27.4666666667vw;
  }
  .footer_content_logo_text {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
  }
  .footer_content_text {
    margin-top: 6.4vw;
    text-align: left;
  }
  .footer_content_address {
    text-align: left;
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  .footer_nav_list {
    flex-flow: column;
    gap: 3.2vw;
  }
  .footer_nav_list_item {
    width: 100%;
  }
  .footer_nav_list_item .link + .link {
    margin-top: 3.2vw;
  }
  .footer_nav_list_item .single_link {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    margin-left: 4.2666666667vw;
    display: block;
  }
  .footer_nav_list_item .single_link + .single_link {
    margin-top: 1.0666666667vw;
  }
  .footer_copyright {
    text-align: left;
    font-size: 2.6666666667vw;
    padding-top: 6.4vw;
    width: calc(100% - 10.6666666667vw);
    margin: 8.5333333333vw auto 0;
  }
  .footer_copyright a {
    font-size: 3.7333333333vw;
  }
}
.loading {
  margin: 0;
  padding: 0;
  background-color: #FFDC08;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}

.loading_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.circle {
  width: 30px;
  height: 30px;
  background: linear-gradient(60deg, #2F5FE5, #49AEEF);
  border-radius: 50%;
  animation: bounce 0.8s infinite;
}

.circle:nth-child(2) {
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.fade-out {
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 680px) {
  .loading_content {
    gap: 8vw;
  }
  .circle {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* トップページ FV
***************************************************************/
.fv {
  text-align: center;
  padding: 5.3333333333vw 0 0;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.fv_title {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 900;
  position: relative;
  line-height: 1.2;
}

.fv_title img {
  display: block;
  width: 38.1333333333vw;
  margin: 0 auto 1.3333333333vw;
}

.fv_title .text1 {
  font-size: 6.4vw;
  color: #2E5CE5;
}

.fv_title .text2 {
  font-size: 5.3333333333vw;
  color: #2E5CE5;
}

.fv_title_price {
  font-size: 0.6666666667vw;
  position: absolute;
  top: 47%;
  left: calc(50% - 7.1333333333vw);
  transform: translate(-50%, -50%);
}

.fv_title_price_text {
  font-size: 1.2vw;
  font-weight: 600;
}

.fv_title_img {
  width: 38.1333333333vw;
}

.fv .btn {
  margin-top: 2.6666666667vw;
}

.fv_img_slide {
  display: block;
  max-width: 38.1333333333vw;
  position: relative;
  left: 3.3333333333vw;
  margin: 3vw auto 0;
}

.fv_gsap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: 100%;
}

.fv_gsap svg {
  width: 100%;
  height: auto;
}

.fv .loop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.circles li {
  position: absolute;
  animation: animate 10s linear infinite;
  top: -10vw;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  animation-delay: 0s;
  background-image: url(../images/front/polygon-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  animation-delay: 2s;
  animation-duration: 12s;
  background-image: url(../images/front/polygon-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 5.4vw;
  height: 5.4vw;
  animation-delay: 4s;
  background-image: url(../images/front/polygon-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 6.0666666667vw;
  height: 6.0666666667vw;
  animation-delay: 0s;
  animation-duration: 18s;
  background-image: url(../images/front/polygon-4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 8.8666666667vw;
  height: 8.8666666667vw;
  animation-delay: 0s;
  background-image: url(../images/front/polygon-5.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 4.2vw;
  height: 4.2vw;
  animation-delay: 3s;
  background-image: url(../images/front/polygon-6.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(7) {
  left: 5%;
  width: 4.2vw;
  height: 4.2vw;
  animation-delay: 7s;
  background-image: url(../images/front/polygon-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(8) {
  left: 95%;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  animation-delay: 15s;
  animation-duration: 45s;
  background-image: url(../images/front/polygon-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(9) {
  left: 0;
  width: 4vw;
  height: 4vw;
  animation-delay: 2s;
  animation-duration: 15s;
  background-image: url(../images/front/polygon-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circles li:nth-child(10) {
  left: 95%;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  animation-delay: 0s;
  animation-duration: 11s;
  background-image: url(../images/front/polygon-4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(66.6666666667vw) rotate(720deg);
  }
}
@media screen and (max-width: 1600px) {
  .fv {
    text-align: center;
    padding: 108px 0 0;
    position: relative;
    z-index: 1;
  }
  .fv_title {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    position: relative;
    line-height: 1.2;
  }
  .fv_title img {
    display: block;
    width: 572px;
    margin: 0 auto 20px;
  }
  .fv_title .text1 {
    font-size: 96px;
    color: #2E5CE5;
  }
  .fv_title .text2 {
    font-size: 80px;
    color: #2E5CE5;
  }
  .fv_title_price {
    font-size: 10px;
    position: absolute;
    top: 47%;
    left: calc(50% - 107px);
    transform: translate(-50%, -50%);
  }
  .fv_title_price_text {
    font-size: 18px;
    font-weight: 600;
  }
  .fv_title_img {
    width: 572px;
  }
  .fv .btn {
    margin-top: 40px;
  }
  .fv_img_slide {
    display: block;
    max-width: 572px;
    position: relative;
    left: 50px;
    margin: 45px auto 0;
  }
  .fv_gsap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    width: 100%;
  }
  .fv_gsap svg {
    width: 100%;
    height: auto;
  }
  .fv .loop-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
  .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
  }
  .circles li {
    position: absolute;
    animation: animate 10s linear infinite;
    top: -150px;
  }
  .circles li:nth-child(1) {
    left: 25%;
    width: 56px;
    height: 56px;
    animation-delay: 0s;
    background-image: url(../images/front/polygon-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(2) {
    left: 10%;
    width: 50px;
    height: 50px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url(../images/front/polygon-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(3) {
    left: 70%;
    width: 81px;
    height: 81px;
    animation-delay: 4s;
    background-image: url(../images/front/polygon-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(4) {
    left: 40%;
    width: 91px;
    height: 91px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url(../images/front/polygon-4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(5) {
    left: 65%;
    width: 133px;
    height: 133px;
    animation-delay: 0s;
    background-image: url(../images/front/polygon-5.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(6) {
    left: 75%;
    width: 63px;
    height: 63px;
    animation-delay: 3s;
    background-image: url(../images/front/polygon-6.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(7) {
    left: 5%;
    width: 63px;
    height: 63px;
    animation-delay: 7s;
    background-image: url(../images/front/polygon-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(8) {
    left: 95%;
    width: 40px;
    height: 40px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url(../images/front/polygon-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(9) {
    left: 0;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
    animation-duration: 15s;
    background-image: url(../images/front/polygon-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .circles li:nth-child(10) {
    left: 95%;
    width: 100px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url(../images/front/polygon-4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  @keyframes animate {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    100% {
      transform: translateY(1000px) rotate(720deg);
    }
  }
}
@media screen and (max-width: 680px) {
  .fv {
    padding: 24vw 0 12vw;
    height: auto;
  }
  .fv::before {
    width: 139.7333333333vw;
    height: 34.9333333333vw;
    bottom: 40vw;
    left: 60%;
    background-image: url(../images/front/wave_sp.webp);
  }
  .fv_title {
    font-size: 6.9333333333vw;
    line-height: 1.2;
  }
  .fv_title img {
    display: block;
    width: 89.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  .fv_title .text1 {
    font-size: 17.0666666667vw;
    color: #2E5CE5;
  }
  .fv_title .text2 {
    font-size: 10.6666666667vw;
    color: #2E5CE5;
  }
  .fv_title_price {
    font-size: 2.1333333333vw;
    top: 24vw;
    left: calc(50% + 29.8666666667vw);
  }
  .fv_title_price_text {
    font-size: 3.2vw;
  }
  .fv_title_img {
    width: 152.5333333333vw;
  }
  .fv .btn {
    margin-top: 6.1333333333vw;
    padding: 0 5.3333333333vw;
  }
  .fv_img_slide {
    margin: 14.1333333333vw calc(50% - 50vw) 0;
    width: 100vw;
    left: 0;
    padding: 0 2.6666666667vw;
  }
  .fv .loop-wrap {
    top: unset;
    bottom: -8vw;
  }
  .circles li {
    top: -40vw;
  }
  .circles li:nth-child(1) {
    left: 25%;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .circles li:nth-child(2) {
    left: 10%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .circles li:nth-child(3) {
    left: 70%;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
  .circles li:nth-child(4) {
    left: 40%;
    width: 12vw;
    height: 12vw;
  }
  .circles li:nth-child(5) {
    left: 65%;
    width: 16.8vw;
    height: 16.8vw;
  }
  .circles li:nth-child(6) {
    left: 75%;
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
  .circles li:nth-child(7) {
    left: 5%;
    width: 8.8vw;
    height: 8.8vw;
  }
  .circles li:nth-child(8) {
    left: 95%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .circles li:nth-child(9) {
    left: 0;
    width: 8vw;
    height: 8vw;
  }
  .circles li:nth-child(10) {
    left: 95%;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .fv_gsap {
    overflow: hidden;
    bottom: 32vw;
  }
  .fv_gsap svg {
    width: 140.5333333333vw;
  }
}
/* トップページ worries
***************************************************************/
.worries {
  text-align: center;
}

.worries::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 60px;
  background-image: url(../images/front/worries_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%, 0);
}

.worries_title {
  font-weight: 900;
}

.worries_title .text {
  font-size: 32px;
}

.worries_title .text .t1 {
  background: #2E5CE5;
  color: #fff;
  border-radius: 8px;
  padding: 0 8px;
  margin-right: 4px;
}

.worries_title .text2 {
  font-size: 40px;
}

.worries_title .text2 .t1 {
  color: #2E5CE5;
  font-size: 56px;
  font-weight: 900;
}

.worries_img {
  width: 1150px;
  max-width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .worries::after {
    width: 19.2vw;
    height: 14.4vw;
    bottom: -5.8666666667vw;
  }
  .worries_title .text {
    font-size: 6.9333333333vw;
  }
  .worries_title .text .t1 {
    border-radius: 2.1333333333vw;
    padding: 0 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
  .worries_title .text2 {
    font-size: 6.9333333333vw;
  }
  .worries_title .text2 .t1 {
    font-size: 6.9333333333vw;
  }
  .worries_img {
    width: 100%;
    margin-top: 8vw;
  }
}
/* トップページ Solution
***************************************************************/
.solution {
  padding: 88px 0;
  text-align: center;
  position: relative;
}

.solution .section_title {
  font-size: 40px;
  line-height: 1.2;
}

.solution .section_title span {
  font-size: 56px;
}

.solution .inner {
  position: relative;
  z-index: 10;
}

.solution_text {
  font-size: 18px;
  margin-top: 40px;
}

.solution_text + p {
  margin-top: 20px;
}

.solution .btn {
  margin-top: 40px;
}

.solution .loop-wrap {
  z-index: 2;
}

@media screen and (max-width: 680px) {
  .solution {
    padding: 14.9333333333vw 0;
  }
  .solution .section_title {
    font-size: 7.4666666667vw;
  }
  .solution .section_title span {
    font-size: 8.5333333333vw;
  }
  .solution_text {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
  .solution_text + p {
    margin-top: 4.2666666667vw;
  }
  .solution .btn {
    margin-top: 8.5333333333vw;
  }
  .solution .loop-wrap {
    display: none;
  }
}
/* トップページ Reason
***************************************************************/
.reason .section_title span {
  font-size: 88px;
}

.reason_list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.reason_list + .reason_list {
  margin-top: 32px;
}

.reason_item {
  border-radius: 10px;
  background: #FFDC08;
  width: 330px;
  position: relative;
  padding: 32px 20px;
  box-shadow: 3px 3px 10px rgba(33, 33, 33, 0.4);
}

.reason_item_number {
  color: #FFF;
  text-align: center;
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  width: 40px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: -14px;
}

.reason_item_head {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  height: 68px;
  position: relative;
}

.reason_item_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.reason_item_title .t1 {
  font-size: 35px;
}

.reason_item_img {
  width: 200px;
  height: 167px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 20px auto 0;
}

.reason_item_text {
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .reason .section_title span {
    font-size: 12.8vw;
  }
  .reason_list {
    flex-flow: column;
    gap: 6.4vw;
    margin-top: 6.4vw;
  }
  .reason_list + .reason_list {
    margin-top: 8.5333333333vw;
  }
  .reason_item {
    border-radius: 2.6666666667vw;
    width: 100%;
    padding: 5.3333333333vw;
  }
  .reason_item_number {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
    width: 10.6666666667vw;
    left: -3.7333333333vw;
    top: -3.7333333333vw;
  }
  .reason_item_head {
    font-size: 5.3333333333vw;
    height: auto;
  }
  .reason_item_title {
    position: unset;
    transform: unset;
    width: 100%;
  }
  .reason_item_title .t1 {
    font-size: 9.3333333333vw;
  }
  .reason_item_img {
    width: 53.3333333333vw;
    height: auto;
    margin: 4.2666666667vw auto 0;
  }
  .reason_item_text {
    margin-top: 4.2666666667vw;
  }
}
/* トップページ works
***************************************************************/
.work .section_title span {
  font-size: 48px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.work_slider {
  margin-top: 40px;
}

.work_slider .slick-slide {
  width: 410px;
  margin: 0 20px;
}

@media screen and (max-width: 680px) {
  .work .section_title span {
    font-size: 6.9333333333vw;
  }
  .work_slider {
    margin-top: 8.5333333333vw;
  }
  .work_slider .slick-slide {
    width: 89.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
/* トップページ section5
***************************************************************/
.plan .section_title img {
  width: 527px;
  display: block;
  margin: 0 auto;
}

.plan .section_title span {
  font-size: 80px;
}

.plan_head {
  text-align: center;
  width: 530px;
  margin: 40px auto 0;
}

.plan_head_text {
  font-size: 18px;
  font-weight: bold;
}

.plan_head_text2 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

.plan_head_text2 .t1 {
  color: #2E5CE5;
  font-family: "Barlow";
  font-size: 64px;
  position: relative;
  line-height: 1;
}

.plan_head_text2 .t2 {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: -40px;
  top: 20px;
  color: #333;
}

.plan_head_text3 {
  color: #000;
  text-align: right;
  font-size: 12px;
  padding-right: 5px;
}

.plan_list, .plan_option_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
  position: relative;
  z-index: 1;
}

.plan_option_list {
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.plan_list::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 200px;
  background-image: url(../images/front/plan_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -128px;
  top: -124px;
  z-index: 10;
}

.plan_list::after {
  content: "";
  display: inline-block;
  width: 310px;
  height: 270px;
  background-image: url(../images/front/plan_img02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: -183px;
  z-index: -1;
}

.plan_item, .plan_option_item {
  border-radius: 8px;
  background: #FFF199;
  box-shadow: 4px 4px 10px 0px rgba(138, 138, 138, 0.25);
  display: flex;
  flex-flow: column;
  gap: 24px;
  position: relative;
}

.plan_option_item {
  background: #ffffff;
}

.plan_recommendation {
  width: 78px;
  line-height: 78px;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  right: -16px;
  top: -37px;
  transform: rotate(12deg);
  z-index: 1;
}

.plan_item_title, .plan_option_item_title {
  border-radius: 8px 8px 0px 0px;
  background: var(--Main-Yellow, #FFDC08);
  text-align: center;
  padding: 12px 0;
}

.plan_option_item_title {
  background: #d6d6d6;
}

.plan_item_title .en, .plan_option_item_title .en {
  font-size: 20px;
  font-weight: 800;
  display: block;
  line-height: 1.4;
}

.plan_item_title .ja, .plan_option_item_title .ja {
  font-size: 26px;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}

.plan_item_text, .plan_option_item_text {
  font-weight: bold;
  text-align: center;
  padding: 0 36px;
  min-height: 135px;
}

.plan_option_item_text {
  min-height: unset;
}

.plan_item_text span {
  font-weight: 400;
  font-size: 12px;
}

.plan_item_price {
  text-align: center;
}

.plan_item_price_text {
  font-size: 24px;
  font-weight: 700;
}

.plan_item_price_text .t1 {
  color: #2E5CE5;
  font-family: "Barlow";
  font-size: 64px;
  line-height: 1;
  position: relative;
}

.plan_item_price_text .t2 {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: -35px;
  top: 20px;
  color: #333;
}

.plan_btn01 {
  border-radius: 50px;
  background: #333;
  box-shadow: 4px 4px 10px 0px rgba(54, 68, 77, 0.25);
  text-align: center;
  width: 300px;
  padding: 12px 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.plan_btn02 {
  border-radius: 50px;
  background: linear-gradient(91deg, #FF512F 2.23%, #DD2476 99.65%);
  box-shadow: 4px 4px 10px 0px rgba(54, 68, 77, 0.25);
  text-align: center;
  width: 300px;
  padding: 12px 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.plan_item_subtitle {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.plan_item_subtitle::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 2px solid #333;
}

.plan_item_subtitle::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 2px solid #333;
}

.accordion-area {
  padding: 0 25px 40px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.accordion_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding-left: 20px;
  font-weight: bold;
}

.accordion_title.link_none {
  pointer-events: none;
  opacity: 0.2;
}

.accordion_title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow_accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 8px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.1s;
}

.accordion_title.close::before {
  transform: rotate(90deg);
}

.accordion_box {
  display: none;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 4px;
}

.plan_attention_list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-top: 16px;
  list-style: outside circle;
  margin-left: 20px;
}

.plan_attention_title {
  font-weight: bold;
  margin-left: -20px;
}

.plan_banner {
  margin-top: 56px;
  transition: 0.3s;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  border-radius: 10px;
}

@media screen and (min-width: 681px) {
  .plan_btn01:hover,
  .plan_btn02:hover {
    animation: zoom 0.3s;
  }
  .plan_banner:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 680px) {
  .plan .section_title img {
    width: 100%;
  }
  .plan .section_title span {
    font-size: 12.8vw;
  }
  .plan_head {
    width: 100%;
    margin: 3.2vw auto 0;
  }
  .plan_head_text {
    font-size: 3.7333333333vw;
  }
  .plan_head_text2 {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .plan_head_text2 .t1 {
    font-size: 10.6666666667vw;
  }
  .plan_head_text2 .t2 {
    font-size: 2.6666666667vw;
    right: -9.6vw;
    top: 0.8vw;
  }
  .plan_head_text3 {
    text-align: center;
    font-size: 2.6666666667vw;
  }
  .plan_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.5333333333vw;
    margin-top: 12.8vw;
  }
  .plan_list::before {
    width: 42.1333333333vw;
    height: 35.2vw;
    left: -19.7333333333vw;
    top: -16.5333333333vw;
  }
  .plan_list::after {
    width: 60vw;
    height: 65.0666666667vw;
    right: -16vw;
    top: -30.1333333333vw;
  }
  .plan_item, .plan_option_item {
    border-radius: 2.1333333333vw;
    background: #FFF199;
    box-shadow: 1.0666666667vw 1.0666666667vw 2.6666666667vw 0vw rgba(138, 138, 138, 0.25);
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .plan_option_item {
    background: #ffffff;
  }
  .plan_recommendation {
    width: 20.8vw;
    line-height: 20.8vw;
    right: -4.2666666667vw;
    top: -9.8666666667vw;
  }
  .plan_item_title, .plan_option_item_title {
    border-radius: 2.1333333333vw 2.1333333333vw 0vw 0vw;
    padding: 3.2vw 0;
  }
  .plan_item_title .en, .plan_option_item_title .en {
    font-size: 5.3333333333vw;
  }
  .plan_item_title .ja, .plan_option_item_title .ja {
    font-size: 6.9333333333vw;
  }
  .plan_item_text {
    padding: 0 6.1333333333vw;
    min-height: unset;
  }
  .plan_item_text span {
    font-size: 3.2vw;
  }
  .plan_item_price_text {
    font-size: 6.4vw;
  }
  .plan_item_price_text .t1 {
    font-size: 17.0666666667vw;
  }
  .plan_item_price_text .t2 {
    font-size: 2.6666666667vw;
    right: -9.3333333333vw;
  }
  .plan_btn01 {
    border-radius: 13.3333333333vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 2.6666666667vw 0vw rgba(54, 68, 77, 0.25);
    width: 80vw;
    padding: 4vw 0;
    font-size: 3.7333333333vw;
  }
  .plan_btn02 {
    border-radius: 13.3333333333vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 2.6666666667vw 0vw rgba(54, 68, 77, 0.25);
    width: 80vw;
    padding: 4vw 0;
    font-size: 3.7333333333vw;
  }
  .plan_item_subtitle {
    gap: 2.6666666667vw;
    width: calc(100% - 10.6666666667vw);
  }
  .plan_item_subtitle::before {
    border-top: 0.5333333333vw solid #333;
  }
  .plan_item_subtitle::after {
    border-top: 0.5333333333vw solid #333;
  }
  .accordion-area {
    padding: 0 6.6666666667vw 10.6666666667vw;
    gap: 4.2666666667vw;
  }
  .accordion_title::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.1333333333vw;
  }
  .accordion_box {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: 1.0666666667vw;
  }
  .plan_attention_list {
    gap: 2.1333333333vw;
    margin-top: 4.2666666667vw;
  }
  .plan_banner {
    margin-top: 12.8vw;
    border-radius: 2.6666666667vw;
  }
}
/* トップページ CTA
***************************************************************/
.cta {
  display: flex;
  flex-flow: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.cta_text {
  text-align: center;
  font-weight: bold;
}

.cta_flex {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.cta_btn a {
  border-radius: 50px;
  background: linear-gradient(92deg, #FF512F 5.65%, #DD2476 99.72%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
  width: 548px;
  padding: 34px 0 36px;
  text-align: center;
  position: relative;
}

.cta_btn a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}

.cta_btn a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.cta_btn.type2 a {
  background: #333;
}

.cta_btn.type2 a::before {
  width: 40px;
  height: 40px;
  background-image: url(../images/common/icon_line.svg);
}

.cta_contact {
  width: 400px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 20px;
}

.cta_contact_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.cta_contact_tel {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta_contact_tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cta_contact_qr {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.cta_contact_text {
  font-size: 14px;
}

.cta .loop-wrap {
  bottom: 37%;
}

@media screen and (min-width: 681px) {
  .cta_contact_tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 680px) {
  .cta {
    gap: 6.4vw;
  }
  .cta_flex {
    flex-flow: column;
    gap: 5.3333333333vw;
    justify-content: center;
  }
  .cta_btn {
    text-align: center;
  }
  .cta_btn a {
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.32vw;
    width: 89.3333333333vw;
    padding: 5.3333333333vw 0;
  }
  .cta_btn a::before {
    width: 10.6666666667vw;
    height: 8vw;
    background-image: url(../images/common/icon_fukidashi.svg);
    left: 10.6666666667vw;
  }
  .cta_btn a::after {
    width: 5.0666666667vw;
    height: 6.4vw;
    right: 10.6666666667vw;
  }
  .cta_btn.type2 a::before {
    width: 8vw;
    height: 8vw;
    background-image: url(../images/common/icon_line.svg);
    right: 11.4666666667vw;
  }
  .cta .sp_only {
    text-align: center;
  }
  .cta_contact_text {
    font-weight: bold;
    font-size: 3.7333333333vw;
  }
  .cta_contact_tel {
    border-radius: 50px;
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
    padding: 3.7333333333vw 0 4.8vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.6vw;
    text-align: center;
    margin-top: 3.2vw;
    background: #fff;
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
  }
  .cta_contact_tel::before {
    display: none;
  }
  .cta_contact_tel .text1 {
    font-weight: 600;
    font-size: 6.4vw;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 1.6vw;
  }
  .cta_contact_tel .text1::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../images/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: 0.5333333333vw;
  }
  .cta_contact_tel .text2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
  }
  .cta .loop-wrap {
    display: none;
  }
}
/* トップページ Flow
***************************************************************/
.flow {
  background: #FFF199;
}

.flow_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}

.flow_text span {
  color: #2E5CE5;
}

.flow_img {
  display: block;
  max-width: 1130px;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .flow_text {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
  .flow_img {
    max-width: unset;
    margin: 6.4vw auto 0;
    padding: 0 5.3333333333vw;
  }
}
/* トップページ Column
***************************************************************/
.column_slider .slick-list {
  padding: 0 10px;
}

.column_slider_textBox {
  padding: 24px;
}

.column_slider_date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.column_slider li a img {
  height: 176px;
}

.column_slider_title {
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}

.column_slider_category {
  color: #2E5CE5;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #2E5CE5;
  padding: 1px 5px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  gap: 8px;
  margin-top: 20px;
  transition: 0.3s;
}

.column_slider_category::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}

.column_slider .slick-slide {
  padding: 10px 8px;
  margin: 30px 8px;
  width: 350px;
  transition: 0.3s;
}

.column_slider .slick-slide a {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  overflow: hidden;
  display: block;
}

.column_slider .slick-prev,
.column_slider .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  background-image: url(../images/common/arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 80px;
  z-index: 10;
  transition: 0.3s;
}

.column_slider .slick-prev {
  left: -44px;
  transform: rotate(-180deg);
}

.column_slider .slick-next {
  right: -44px;
}

@media screen and (min-width: 681px) {
  .column_slider .slick-slide a:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
  .column_slider .slick-prev:hover {
    transform: rotate(-180deg) scale(1.1);
  }
  .column_slider .slick-next:hover {
    transform: scale(1.1);
  }
  .column_slider .slick-slide a:hover .column_slider_title {
    color: #2E5CE5;
  }
  .column_slider .slick-slide a:hover .column_slider_category {
    background: #2E5CE5;
    color: #fff;
  }
  .column_slider .slick-slide a:hover .column_slider_category::before {
    background-image: url(../images/common/icon_file_w.svg);
  }
}
@media screen and (max-width: 680px) {
  .column_slider .slick-list {
    padding: 0 2.6666666667vw;
  }
  .column_slider_textBox {
    padding: 6.4vw;
  }
  .column_slider_date {
    font-size: 3.7333333333vw;
  }
  .column_slider li a img {
    height: 46.9333333333vw;
  }
  .column_slider_title {
    margin-top: 5.3333333333vw;
  }
  .column_slider_category {
    font-size: 3.2vw;
    border: 0.5333333333vw solid #2E5CE5;
    border-radius: 8vw;
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .column_slider_category::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .column_slider .slick-slide {
    margin: 8.5333333333vw 2.1333333333vw;
    width: 82.9333333333vw;
    border-radius: 4.2666666667vw;
  }
  .column_slider .slick-prev,
  .column_slider .slick-next {
    top: 42%;
    height: 12.8vw;
    width: 12.8vw;
  }
  .column_slider .slick-prev {
    left: -4.2666666667vw;
    transform: rotate(-180deg);
  }
  .column_slider .slick-next {
    right: -4.2666666667vw;
  }
}
/* トップページ News
***************************************************************/
.news_list {
  max-width: 990px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
}

.news_item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #EEE;
}

.news_item_data {
  color: #2E5CE5;
  font-size: 14px;
  font-weight: 700;
}

.news_item_title {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .news_item a:hover .news_item_title {
    color: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  .news_list {
    margin: 8.5333333333vw auto;
    border-radius: 2.6666666667vw;
    padding: 8.5333333333vw;
  }
  .news_item a {
    flex-flow: column;
    align-items: flex-start;
    gap: 2.4vw;
    padding: 4.2666666667vw 0;
  }
  .news_item_data {
    font-size: 3.7333333333vw;
  }
}
/* トップページ Serivece
***************************************************************/
.service::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/front/service_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.service .inner {
  position: relative;
  max-width: 1250px;
  display: flex;
}

.service_textBox {
  flex: 1;
}

.service .section_title {
  font-size: 32px;
  text-align: left;
}

.section_title span {
  font-size: 48px;
}

.service_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
}

.service_img {
  width: 688px;
}

@media screen and (max-width: 680px) {
  .service::after {
    width: 139.7333333333vw;
    height: 116.2666666667vw;
    background-image: url(../images/front/service_bg_sp.webp);
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .service .inner {
    flex-flow: column;
    gap: 18.9333333333vw;
  }
  .service .section_title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
  .section_title span {
    font-size: 8.5333333333vw;
  }
  .service_text {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 8.5333333333vw;
  }
  .service_img {
    width: 100;
    padding: 0 5.3333333333vw;
  }
}
/* トップページ FAQ
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 32px;
  max-width: 990px;
  margin: 56px auto 0;
}

.faq_accordion-area li {
  border-radius: 10px;
  border: 4px solid #EEF1FA;
  position: relative;
}

.faq_accordion-area li::before {
  content: "Q.";
  display: inline-block;
  font-family: "Barlow";
  color: #2E5CE5;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 25px;
  top: 18px;
  z-index: 1;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #EEF1FA;
  padding: 24px 56px 24px 71px;
  font-size: 18px;
  font-weight: bold;
}

.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 48%;
  right: 15px;
}

.faq_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  font-weight: bold;
  padding: 22px 56px 20px 64px;
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 8.5333333333vw;
    margin: 8.5333333333vw auto 0;
  }
  .faq_accordion-area li {
    border-radius: 2.6666666667vw;
    border: 1.0666666667vw solid #EEF1FA;
  }
  .faq_accordion-area li::before {
    font-size: 6.9333333333vw;
    left: 2.6666666667vw;
    top: 4.5333333333vw;
  }
  .faq_title {
    padding: 4.2666666667vw 11.7333333333vw 4.2666666667vw 13.6vw;
    font-size: 4.2666666667vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
  .faq_title::before {
    right: 4vw;
  }
  .faq_title::after {
    right: 4vw;
  }
  .faq_box {
    padding: 4.2666666667vw 11.7333333333vw 4.2666666667vw 13.6vw;
    font-size: 3.7333333333vw;
  }
}
/* コラム一覧
***************************************************************/
.column_page .inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.column_content {
  flex: 1;
}

.column_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}

.column_item a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: var(--Base-White, #FFF);
  box-shadow: 4px 4px 10px 0px rgba(138, 138, 138, 0.25);
}

.column_item img {
  height: 220px;
  border-radius: 16px 16px 0 0;
  transition: 0.3s;
}

.column_itemBox {
  padding: 24px;
}

.column_itemBox_time {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.column_itemBox_title {
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.column_itemBox .ca {
  color: #2E5CE5;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #2E5CE5;
  padding: 1px 5px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  gap: 8px;
  margin-top: 20px;
  transition: 0.3s;
}

.column_itemBox .ca::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.nav-links span,
.nav-links a {
  color: #2E5CE5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
  height: 36px;
  width: 32px;
  letter-spacing: 0.806px;
  background: #fff;
  border: 2px solid #2E5CE5;
  border-radius: 50px;
  position: relative;
  box-sizing: border-box;
  font-family: "Barlow", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nav-links span.current,
.page-numbers.current {
  background: #2E5CE5;
  color: #fff;
}

a.next,
a.prev {
  border: unset;
  padding: 0;
  background: unset;
  box-shadow: unset;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  transform: scale(-1, 1);
}

@media screen and (min-width: 681px) {
  .nav-links a:hover {
    color: #fff;
    background: #2E5CE5;
  }
  .nav-links a.next:hover::before,
  .page-numbers.next:hover::before,
  .nav-links a.prev:hover::before,
  .page-numbers.prev:hover::before {
    background-image: url(../images/common/arrow_w.svg);
  }
}
@media screen and (max-width: 680px) {
  .column_page .inner {
    flex-flow: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
  .column_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.8vw;
  }
  .column_item a {
    border-radius: 4.2666666667vw;
  }
  .column_item img {
    height: 48vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .column_itemBox {
    padding: 3.2vw;
  }
  .column_itemBox_time {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .column_itemBox_title {
    margin-top: 2.6666666667vw;
  }
  .column_itemBox .ca {
    font-size: 3.2vw;
    border: 0.5333333333vw solid #2E5CE5;
    padding: 0.2666666667vw 1.3333333333vw;
    border-radius: 8vw;
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .column_itemBox .ca::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .nav-links,
  .page-nation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 9.3333333333vw;
  }
  .nav-links span,
  .nav-links a {
    font-size: 4.2666666667vw;
    padding-top: 2.1333333333vw;
    height: 9.6vw;
    width: 8.5333333333vw;
    letter-spacing: 0;
    border: 0.5333333333vw solid #2E5CE5;
    border-radius: 13.3333333333vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 9.6vw;
    height: 9.6vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 9.6vw;
    height: 9.6vw;
  }
}
/* サイドメニュー
***************************************************************/
.side {
  width: 272px;
}

.side_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.side_title .en {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

.side_title .ja {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.side_search {
  margin-bottom: 45px;
}

.side_search form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.side_search form input {
  flex: 1;
  border: 1px solid #BCBBB8;
  padding: 10px;
  border-radius: 9px;
}

.side_search form input::-moz-placeholder {
  color: #CECECE;
}

.side_search form input::placeholder {
  color: #CECECE;
}

.side_search form button {
  width: 45px;
  height: 45px;
  background-image: url(../images/common/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
}

.side_recommend {
  margin-bottom: 45px;
}

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

.side_recommend_item a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: var(--Base-White, #FFF);
  box-shadow: 4px 4px 10px 0px rgba(138, 138, 138, 0.25);
  overflow: hidden;
}

.side_recommend_item img {
  width: 123px;
  height: 73px;
  transition: 0.3s;
}

.side_recommend_title {
  padding: 5px 10px;
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
  transition: 0.3s;
}

.side_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.side_category ul li a {
  color: #2E5CE5;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #2E5CE5;
  padding: 3px 8px;
  border-radius: 30px;
  transition: 0.3s;
  width: auto;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width: 680px) {
  .side {
    width: 90%;
  }
  .side_title {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .side_title .en {
    font-size: 8.5333333333vw;
  }
  .side_title .ja {
    font-size: 3.7333333333vw;
  }
  .side_search {
    margin-bottom: 12vw;
  }
  .side_search form {
    gap: 2.6666666667vw;
  }
  .side_search form input {
    border: 0.2666666667vw solid #BCBBB8;
    padding: 2.6666666667vw;
    border-radius: 2.4vw;
  }
  .side_search form button {
    width: 12vw;
    height: 12vw;
  }
  .side_recommend {
    margin-bottom: 12vw;
  }
  .side_recommend_list {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .side_recommend_item a {
    border-radius: 1.3333333333vw;
  }
  .side_recommend_item img {
    width: 32.8vw;
    height: 19.4666666667vw;
    transition: 0.3s;
  }
  .side_recommend_title {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 2.9333333333vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 16vw;
    transition: 0.3s;
  }
  .side_category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .side_category ul li a {
    color: #2E5CE5;
    font-size: 3.2vw;
    font-weight: 700;
    border: 0.2666666667vw solid #2E5CE5;
    padding: 0.8vw 2.1333333333vw;
    border-radius: 8vw;
    transition: 0.3s;
    width: auto;
    display: inline-block;
    transition: 0.3s;
  }
}
/*コラム 詳細
***************************************************************/
.p-pnLinks + .l-articleBottom__section,
.p-toc.-double {
  display: none;
}

.single-column {
  margin-top: 90px;
}

.column_single_head h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
}

.column_single_date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.column_single_date time {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.column_single_head .ca {
  color: #2E5CE5;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #2E5CE5;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  gap: 8px;
  transition: 0.3s;
  width: auto;
}

.column_single_head .ca::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}

.column_single_content {
  margin-top: 30px;
}

.column_single_content section {
  padding: 0;
}

.column_single_content .wp-post-image {
  margin: 20px 0;
}

@media screen and (min-width: 681px) {
  .column_item a:hover .column_itemBox .ca {
    color: #fff;
    background: #2E5CE5;
  }
  .column_item a:hover .column_itemBox .ca::before {
    background-image: url(../images/common/icon_file_w.svg);
  }
  .side_category ul li a:hover {
    color: #fff;
    background: #2E5CE5;
  }
  .column_item:hover img,
  .side_recommend_item:hover img {
    transform: scale(1.05, 1.05);
  }
  .side_recommend_item:hover .side_recommend_title {
    color: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  .single-column {
    margin-top: 17.0666666667vw;
  }
  .column_single_head h1 {
    font-size: 4.8vw;
  }
  .column_single_date {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .column_single_date time {
    font-size: 3.2vw;
  }
  .column_single_head .ca {
    font-size: 2.6666666667vw;
    border: 0.2666666667vw solid #2E5CE5;
    padding: 0.2666666667vw 1.6vw;
    border-radius: 8vw;
    gap: 2.1333333333vw;
  }
  .column_single_head .ca::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .column_single_content {
    margin-top: 5.3333333333vw;
  }
  .column_single_content .wp-post-image {
    margin: 5.3333333333vw 0;
  }
}
.newsSingle_item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: -200px;
  padding-top: 200px;
}

.newsSingle_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.newsSingle_item_time {
  font-size: 18px;
  font-weight: bold;
  color: #b7c5cb;
}

.newsSingle_item_title {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 10px;
}

.newsSingle_item_content {
  margin-top: 30px;
}

.page-nation a,
.page-nation span {
  border-radius: 100%;
}

@media screen and (min-width: 681px) {
  .page-nation a:hover {
    background: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  .newsSingle_item {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    margin-top: -32vw;
    padding-top: 32vw;
  }
  .newsSingle_item_time {
    font-size: 3.7333333333vw;
  }
  .newsSingle_item_title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .newsSingle_item_content {
    margin-top: 5.3333333333vw;
  }
}
/*===================================================
お問い合わせ
===================================================*/
/* お問い合わせ
***************************************************************/
.contact .inner {
  max-width: 900px;
}

.contact_text {
  margin-top: 40px;
}

.contact_form {
  margin-top: 100px;
}

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

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

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 235px;
  padding-top: 10px;
}

.contact_item:nth-of-type(1) .contact_item_title,
.contact_item:nth-of-type(4) .contact_item_title {
  padding-top: 0;
}

.contact_item_title .req, .contact_item_title .opt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  width: 60px;
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(92deg, #FF512F 5.65%, #DD2476 99.72%);
  color: #fff;
}

.contact_item_title .opt {
  background: gray;
  color: #fff;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 10px;
}

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

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

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

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

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

.contact_area label span {
  width: auto;
}

.contact_check {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

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

.contact_submit {
  margin: 50px auto 0;
  width: 360px;
  text-align: center;
  font-size: 20px;
  position: relative;
  background: #2E5CE5;
  border: 2px solid #2E5CE5;
  border-radius: 40px;
  color: #fff;
  transition: 0.3s;
}

.contact_submit input {
  width: 100%;
  border: unset;
  padding: 12px 0;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  background: #fff;
  text-align: center;
  padding: 75px 0;
}

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

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  margin: 50px auto 0;
  width: 360px;
  text-align: center;
  font-size: 20px;
  position: relative;
  background: #2E5CE5;
  border: 2px solid #2E5CE5;
  border-radius: 40px;
  color: #fff;
  padding: 12px 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    background: #fff;
    color: #2E5CE5;
  }
}
@media screen and (max-width: 680px) {
  .contact .section_title {
    font-size: 6.4vw;
  }
  .contact_text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .contact_form {
    margin-top: 10.6666666667vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 8vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
  }
  .contact_item_title .req, .contact_item_title .opt {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .contact_area input {
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw;
  }
  .contact_area textarea {
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw;
    height: 65.3333333333vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .contact_check {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
  .contact_check input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact_submit {
    margin: 13.3333333333vw auto 0;
    width: 78.6666666667vw;
    font-size: 4vw;
  }
  .contact_submit::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    right: 24vw;
  }
  .thanks {
    margin-top: 10.6666666667vw;
    padding: 11.4666666667vw 0;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
  }
  .thanks_text {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thanks_btn {
    margin: 5.3333333333vw auto 0;
    width: 78.6666666667vw;
    font-size: 4vw;
  }
}
.privacy .inner {
  max-width: 720px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.privacy_item_title {
  font-weight: bold;
}

.privacy_item_text {
  font-size: 14px;
}

.privacy_item_text a {
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .privacy_list {
    gap: 6.4vw;
  }
}