/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html, body {
	line-height: 1.5;
	font-size: 16px;	
	font-weight: 500;
	letter-spacing: .05em
}
body{
	position: relative;
	font-size: 1rem;
	font-family: yu-gothic-pr6n, "Hiragino Sans", Meiryo, sans-serif;
	color: var(--clr_base);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Commons styles
   ========================================================================== */
a{text-decoration: none; color: inherit}
a:focus, *:focus { outline:none;}
img{border: 0px;}
dd{margin: 0}
p,h1,h2,h3,h4,h5{margin: 0;padding: 0}
figure{margin: 0;padding: 0}
ul,li,dl,ol{margin: 0;padding: 0;list-style: none}
.b{font-weight: bold}
.mgn_auto { margin-inline: auto; }
.fw_n{font-weight: normal}
.tx_und{text-decoration: underline}
.tx_cent{text-align: center}
.tx_right{text-align: right}
.tx_left{text-align: left}
.disp_blk{display: block}
.disp_non{display: none}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffe0e4 0%) repeat scroll 0 0; }
.marker_tp_2 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #e1ebf8 0%) repeat scroll 0 0; }
/*-------------------------------------
色設定
--------------------------------------*/
:root {
    --clr_wht: #FFF;
    --clr_blk: #000000;		
    --clr_base: #1a1a1a;
    --clr_blue: #4484d4;
    --clr_blue_2: #e1ebf8;
	
}
/*-------------------------------------
背景色/文字色
--------------------------------------*/
.bg_clr_wht {
	background-color: #FFF
}
.gld_clr_1 {
    background: linear-gradient(90deg, rgba(68, 132, 212, 1) 0%, rgba(177, 204, 237, 1) 100%);
}
.fc_wht{color: #FFF}
.fc_blue{color: var(--clr_blue)}
.txs_100 {
	font-size: clamp(36px, 5.21vw, 100px);	
}
.tx_sdw_1{
    text-shadow:2px 2px 0 #ffffff,-2px 2px 0 #ffffff,2px -2px 0 #ffffff,-2px -2px 0 #ffffff;
}
span.line {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--clr_base);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.txs_12 { font-size: 12px; }
.txs_13 { font-size: 13px; }
.txs_14 { font-size: 14px; }
.ff_yug_b {font-family: 'yug_b';} 	
.ff_min {
	font-family: shippori-mincho, sans-serif;
}
.ff_ftp {
	font-family: futura-pt, sans-serif;
}
.ls_ng_100 {
	letter-spacing: -.1em;
}
.ls_ng_55 {
	letter-spacing: -.055em;
}
.ls_ng_25 {
	letter-spacing: -.055em;
}
.ls_ng_15 {
	letter-spacing: -.015em
}
.ls_0 {
	letter-spacing: 0!important
}
.ls_25 {
	letter-spacing: .025em!important
}
.ls_35 {
	letter-spacing: .035em!important
}
.ls_5 {

	letter-spacing: .05em!important
}
.ls_75 {
	letter-spacing: .075em;
}
.ls_80 {
	letter-spacing: .08em
}
.ls_100 {
	letter-spacing: .1em
}
.ls_200 {
	letter-spacing: .2em
}
.fw_400 {
	font-weight: 400
}
.fw_500 {
	font-weight: 500
}
.fw_550 {
	font-weight: 550
}
.fw_600 {
	font-weight: 600
}
.fw_700 {
	font-weight: 700
}
.fw_800 {
	font-weight: 800
}
.fw_900 {
	font-weight: 900
}
.lh_1 {
	line-height: 1
}
.lh_1_1 {
	line-height: 1.1
}
.lh_1_2 {
	line-height: 1.2
}
.lh_1_3 {
	line-height: 1.3
}
.lh_1_4 {
	line-height: 1.4
}
.lh_1_6 {
	line-height: 1.6
}
.lh_1_7 {
	line-height: 1.7
}
.lh_1_8 {
	line-height: 1.8
}
.lh_2 {
	line-height: 2
}
.ls_non {letter-spacing: 0}
.ls_nega {letter-spacing: -.075em}

/*************************************************ああああああ**********/
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
	flex-wrap: wrap!important;
}	

.jus_bet{justify-content: space-between}
.jus_cent{justify-content: center}
.an_bl{align-items: baseline}
.an_cent{align-items: center}
.block_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%	
}
@media (hover: hover) {
.hover{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover:hover{
	opacity: 0.75;
}
.brightness {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); 
}
.brightness:hover {
  filter: brightness(1.2);
}
}
.pc{display: none!important}
.sp{display: block!important}	

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.max_img{
	max-width: 100%;
	height: auto;
	display: block;
}
.img_w100{width: 100%; height: auto}
.img_w50{width: 50%; height: auto}
.img_w40{width: 40%; height: auto}
.img_w30{width: 30%; height: auto}
.img_w20{width: 20%; height: auto}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	margin: 0 0 0 3%;
	display: inline;
	}
.alignleft {
	margin: 0 3% 0 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.clear{clear: both}
.pos_rel{position: relative}
.inl_b {display: inline-block}
.inl {display: inline}
/*-------------------------------------
ラッパー
--------------------------------------*/
/*-------------------------------------
リスト
--------------------------------------*/
.list_type_num li,
.list_type_1 li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1%;
}
.list_type_num li:last-child,
.list_type_1 li:last-child {
	margin-bottom: 0;
}
.list_type_1 li::after {
    content: "・";  
	position: absolute;
	top: 0;
	left: 0;
}
.list_type_2 li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 0;
}
.list_type_2 li::after {
    content: "※";  
	position: absolute;
	top: 0;
	left: 0;	
}

.list_type_num {
	counter-reset: number 0;
}
.list_type_num li {
	position: relative;
}
.list_type_num li::before {
	position: absolute;
	top: 0;
	left: 0;	
  counter-increment: number 1;
  content: counter(number) ".";
}

/*-------------------------------------
ボックス
--------------------------------------*/
.bx_type_1 {
}
/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
	padding: 18px 0;
	font-family: shippori-mincho, sans-serif;
	font-size: 20px;	
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.15;
	color: #FFF;
	font-feature-settings: "palt";
	position: relative;
	background: linear-gradient(90deg,rgba(68, 132, 212, 1) 0%, rgba(177, 204, 237, 1) 100%);
}
.h_type_1::after {
    content: "";
    position: absolute;
    bottom: -13px; /* 矢印の高さ分マイナス */
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 13px 13px 0 13px; /* 上の厚みで高さを出し、左右で幅を作る */
    border-color: rgba(115, 163, 223, 1) transparent transparent transparent; /* グラデーションの中央付近の色を指定 */	
}
.h_type_1.ver2::after {
    display: none
}
/*-------------------------------------
ggmap
--------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 44.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
img.obj {
	position: absolute;
	display: block;
	height: auto;
	z-index: 0
}
.no_link{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
.yaku {	font-feature-settings: "palt";}
.han_br{
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.v_mid {
    vertical-align: middle;
}
.idt{
  text-indent: 1em;
}
.sp_side_pad {
	padding: 0 0.8rem
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    position: fixed; /* 固定ヘッダー */
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
	z-index: 99999
}
header.general::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* グラデーションを設定 */
    background: linear-gradient(180deg, rgba(97, 97, 97, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* 背後のコンテンツに対して乗算を適用 */
    mix-blend-mode: multiply;
    z-index: -1; /* 文字の後ろに配置 */
    pointer-events: none; /* クリックを邪魔しない */
}
header.general .logo img {
	display: block;
	width: 45.73vw;
	height: auto;
}
header.general .ham_wrap {
    width: 30px;
	margin-right: 10px;
}	
.sp_ham {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    transition-property: all;
    transition: 0.3s linear;
}	

.sp_ham .defo{
	margin-top: 10px;
	display: block;
	width: 100%;
	line-height: 1;
	letter-spacing: .2em;
	text-align: center;
	font-family: "cinzel", sans-serif;	
	font-size: 11px;
	color: #FFF;
	font-weight: 600;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 100%;
    height: 22px;
}	
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
	border-radius: 10px;
  background-color: var(--clr_wht);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}	
.sp_ham .defo {
    margin-top: 8px;
    width: 100%;
	font-family: futura-pt, sans-serif;	
    letter-spacing: .35em;
    font-size: 8px;
	text-align: center
}	
.kv .in_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 17px
}
.kv .in_wrap .ttl {
	font-size: 28px;	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-shadow: 
        0 0 4px rgba(0, 0, 0, 1), 
        0 0 8px rgba(0, 0, 0, 1),
		0 0 12px rgba(0, 0, 0, 0.75),
		0 0 12px rgba(0, 0, 0, 0.75),
		0 0 12px rgba(0, 0, 0, 0.75),
		0 0 12px rgba(0, 0, 0, 0.75),
		0 0 12px rgba(0, 0, 0, 0.75);
}
.gnav_sp {
	padding-top: 20vw;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--clr_wht);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 7vw;	
	height: 100%;
	width: 100%;
	transition: opacity .6s ease, visibility .6s ease;
}
.gnav_sp .nav_main {
	position: relative
}
.gnav_sp .nav_main > ul {
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
	border-bottom: 1px solid var(--clr_green);
}
.gnav_sp .nav_main > ul > li:first-child {
	border-top: 1px solid var(--clr_green);
}
.gnav_sp .nav_main > ul > li:first-child {
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
}
.gnav_sp .nav_main > ul > li > a {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 0;
}
.gnav_sp .nav_main > ul > li > a span {
    padding: 10px;
}	
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
.top_leade {
	margin-top: 15px;
}
.top_leade .catch img {
	display: block;
	width: 83.07vw;
	height: auto;
}
.top_leade .bxs {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
.top_leade .bxs .item {
	width: calc((100% - 12px) / 2);
	padding: 6px 0;
	background: linear-gradient(90deg,rgba(0, 185, 176, 1) 0%, rgba(58, 139, 207, 1) 30%, rgba(68, 132, 212, 1) 100%);
	font-family: shippori-mincho, sans-serif;
	font-size: 14px;	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .0;
	line-height: 1;
	font-feature-settings: "palt";
	clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
	display: flex;
    justify-content: center;
    align-items: center; 
}
.top_leade .bxs .item.no1 {
	column-gap: 4px;
}
.top_leade .bxs .item.no1 aside {
	background: #FFF;
	color: var(--clr_blue);
	line-height: 1;
	padding: 2px 6px
}
.top_leade .bxs .item.no4 span {
	font-size: 12px;
	display: inline-block
}
.top_cach {
	padding: 34px 0 22px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1.5;
	font-feature-settings: "palt";	
}
.training {
	padding: min(7vw, 60px) 0;
	background: url("../img/trng_bg.webp") no-repeat top / cover
}
.training .inn {
	padding: 60px 0;
}
.training .inn aside {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% - min(8vw, 120px));
	height: 100%;
	margin: auto;
	background: #FFF;
	z-index: 0
}
.training .inn .stage {
	position: relative;
	z-index: 10
}
.training .inn .stage .ttl,
.h_type_line {
	position: relative;
	font-size: 20px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	padding-bottom: 18px
}
.training .inn .stage .ttl::before,
.h_type_line::before {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 12.8vw;
	height: 2px;
	margin: auto;
	background: var(--clr_blue)
}
.training .inn .stage .award {
	margin: 30px 0
}
.training .inn .stage .award_2 {
	width: 60.53vw;
	display: block;
	height: auto
}
.problems .stage {
	padding-top: 40px;
	padding-bottom: 25px;
	background: url("../img/problems_bg.webp") no-repeat top / cover
}
.problems .h_type_1 {
	background: linear-gradient(90deg,rgba(102, 102, 102, 1) 0%, rgba(102, 102, 102, 1) 6%, rgba(179, 179, 179, 1) 100%);
}
.problems .h_type_1::after {
    border-color: rgba(134, 134, 134, 1) transparent transparent transparent; /* グラデーションの中央付近の色を指定 */
}
.list_type_chk li {
	padding-left: 23px;
	position: relative;
	font-family: shippori-mincho, sans-serif;
	font-size: 14px;	
	font-weight: 600;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	border-bottom: 1px solid #6a9ddd;
	padding-bottom: 1.5%;
	margin-bottom: 2.5%;
}
.list_type_chk li::after {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	background: url("../img/ico_chk.webp") no-repeat center / cover
}
.big_trta_1 {
	margin: 32px auto 16px;
	width: 44.13vw;
	display: block;
	height: auto
}
.sol_box {
	width: 90%;
	margin-inline: auto;
	padding: 30px 2% 35px;
	background: linear-gradient(90deg,rgba(68, 132, 212, 1) 0%, rgba(68, 132, 212, 1) 71%, rgba(0, 185, 176, 1) 100%);
}
.sol_box {
	font-size: 20px;	
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
	font-feature-settings: "palt";
	position: relative;	
}
.sol_box .obj {
	width: 30.4vw;
	bottom: 0;
	right: 0
}
.sol_box .donari {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	margin-top: 5px
}
.sol_box .donari aside {
	padding: 0 6px;
	background: #FFF;
	font-weight: 600;
	color: var(--clr_blue)
}
.cta {
	padding: 32px 0;
	background: linear-gradient(40deg,rgba(68, 132, 212, 1) 0%, rgba(0, 70, 196, 1) 100%);
}
.cta .inn {
	width: 90.13vw;
	margin-inline: auto;	
	padding: 14px 2%;
	background: #FFF;
	box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.50);
	position: relative
}
.cta .inn::before,
.cta .inn::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 33px;
	margin: auto;	
	background: #cccccc;
}
.cta .inn::before {
	top: -10px;
	left: 7px;
	transform: rotate(45deg);	
}
.cta .inn::after {
	bottom: -10px;
	right: 7px;
	transform: rotate(45deg);	
}
.cta .inn .row {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 4px;
	font-weight: 600;
	font-feature-settings: "palt";	
}
.cta .inn .row.no1 {
	font-size: 17px;
}
.cta .inn .row.no1 aside {
	padding: 2px 6px;
	background: var(--clr_blue);
	color: #FFF;
}
.cta .inn .row.no2 {
	margin-top: 5px;
	align-items: baseline
}
.cta .inn .row.no2 aside {
	font-size: 13px;
}
.cta .inn .row.no2 .wave_line {
	display: flex;
	align-items: baseline;
	position: relative
}
.cta .inn .row.no2 .wave_line::after {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url("../img/wave.png") center / cover
}
.cta .inn .row.no2 .wave_line .bse {
	font-size: 16px;
}
.cta .inn .row.no2 .wave_line .price {
	color: var(--clr_blue);
	font-size: 28px;
}
.cta .inn .row.no2 .wave_line .price span {
	color: var(--clr_blue);
	font-size: 17px;
}
.cta .btns {
	margin-top: 20px;
	padding: 0 6px
}
.cta .btns .ttl {
	font-size: 16px;	
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
}
.cta .btns .ttl span {
	position: relative;
	display: inline-block
}
.cta .btns .ttl span::before,
.cta .btns .ttl span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 25px;
	margin: auto;	
	background: #ffffff;
	bottom: -3px;
}
.cta .btns .ttl span::before {
	left: -20px;
	transform: rotate(-45deg);	
}
.cta .btns .ttl span::after {
	right: -20px;
	transform: rotate(45deg);	
}
.cta .btns .item_wrap {
	margin-top: 10px;
	display: flex;
	column-gap: 6px
}
.cta .btns .item_wrap .item {
	flex: 1;
	position: relative
}
.about_ivn .stage {
	padding-bottom: 40px;
	background: url("../img/about_ivn_bg.webp") no-repeat top / 100%
}
.about_ivn .stage .inn {
	position: relative;
	width: 84%;
	margin-inline: auto;
	padding: 30px 20px;
	background: #FFF;
	font-size: 15px;	
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.about_ivn .stage .inn .obj {
	width: 32vw;
	top: -17vw;
	left: 2vw;
}
.seven_rsn {
	overflow: hidden;
	padding: 48px 0 0
}
.seven_rsn .ttl img {
	margin-left: -6vw
}
.seven_rsn .point {
	display: block;
	width: 35.87vw;
	height: auto;
	margin-left: 0.8rem;
	position: relative;
	z-index: 10
}
.seven_rsn .block_wrap {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(225, 235, 248, 1) 60%);
	padding-bottom: 35px
}
.seven_rsn .block .tx {
	width: 84.07%;
	margin-inline: auto;		
	padding: 30px 20px;
	background: #FFF;
	position: relative;
}
.seven_rsn .block .tx .num {
	font-family: adobe-garamond-pro, serif;
	font-size: 78px;	
	font-weight: 400;
	font-style: italic;
	color: var(--clr_blue);
	line-height: 1;
	position: absolute;
	left: 6px;
	top: -50px
}
.seven_rsn .block_wrap .block.no2 .tx .num,
.seven_rsn .block_wrap .block.no4 .tx .num,
.seven_rsn .block_wrap .block.no6 .tx .num {
	right: 6px;
	left: unset
}
.seven_rsn .block .tx .in_ttl {
	font-family: shippori-mincho, sans-serif;
	font-size: 18px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
	font-feature-settings: "palt";
	margin-bottom: 14px
}
.seven_rsn .block.no7 .tx .in_ttl span {
	font-size: 14px;	
}
p.bse {
	font-size: 14px;	
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.seven_rsn .block.no1 .tx .in_ttl.no2 {
	margin-top: 20px
}
.seven_rsn .block.no1 .tx .seven_rsn_awd {
	width: 55.3vw;
	height: auto;
	display: block
}
.seven_rsn .tra {
	width: 54.53vw;
	height: auto;
	display: block;
	margin: 22px auto
}
.seven_rsn .bx {
	padding: 21px 2%;
	border: 1px solid; /* 幅だけ指定、色は指定しない */
    border-image-source: linear-gradient(-90deg, #00b9b0, #4484d4);
    border-image-slice: 1; /* これを忘れると表示されません */
	font-size: 18px;	
	font-weight: 600;
	color: var(--clr_blue);
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.seven_rsn .bikk {
	font-size: 16px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	margin-top: 34px
}
.seven_rsn .bikk span {
	position: relative
}
.seven_rsn .bikk span::before,
.seven_rsn .bikk span::after {
	content: "";
	position: absolute;
	bottom:0;
	width: 1px;
	height: 22px;
	background: var(--clr_base)
}
.seven_rsn .bikk span::before {
	left: -20px;
	transform: rotate(-35deg);
}
.seven_rsn .bikk span::after {
	right: -20px;
	transform: rotate(35deg);
}
.seven_rsn .bx_2 {
	border: 1px solid var(--clr_blue);
	margin-top: 42px;
	padding-bottom: 22px;
}
.seven_rsn .bx_2 .gld_ttl {
	margin-top: -33px;
	width: 90%;
	margin-inline: auto;
	padding: 17px 0;
	font-family: shippori-mincho, sans-serif;
	font-size: 16px;	
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .05em;
	font-feature-settings: "palt";
    background: linear-gradient(90deg,rgba(68, 132, 212, 1) 0%, rgba(14, 174, 183, 1) 71%, rgba(0, 185, 176, 1) 100%);	
}
.seven_rsn .bx_2 .lists {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 5px; 
}
.seven_rsn .bx_2 .lists li {
	width: calc((100% - 5px) / 2);
	padding-bottom: 4px;
	border-bottom: 1px dotted #808080;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0
}
.seven_rsn .bx_2 .ttl_mid {
	font-size: 16px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	margin-top: 24px
}
.seven_rsn .bx_2 .arrw {
		display: block
}
.seven_rsn .bx_2 .arrw {
    display: block;  /* これで上下のマージンが有効になります */
    text-align: center; /* 中の画像を中央に寄せる */
}
.seven_rsn .bx_2 .arrw img {
	width: 5vw;
	height: auto;
	display: block;
	margin: 12px auto 20px
}
.seven_rsn .bx_2 .catch_bx {
	background: #e1ebf8;
	padding: 0 11px 14px
}
.seven_rsn .bx_2 .catch_bx .sokode {
	position: relative
}
.seven_rsn .bx_2 .catch_bx .sokode span {
	padding: 6px 16px;
	display: inline-block;
	position: relative;
	top: -11px;
	background: var(--clr_blue);
	font-family: shippori-mincho, sans-serif;
	font-size: 15px;	
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
	font-feature-settings: "palt";
}
.ttl_min_18 {
	font-family: shippori-mincho, sans-serif;
	font-size: 18px;	
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.ttl_min_16 {
	font-family: shippori-mincho, sans-serif;
	font-size: 16px;	
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.ttl_min_15 {
	font-family: shippori-mincho, sans-serif;
	font-size: 15px;	
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.ttl_min_20 {
	font-family: shippori-mincho, sans-serif;
	font-size: 20px;	
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.seven_rsn .bx_2 .catch_bx .ttl_min_16.no1 {
	margin: 5px auto 14px
}
.seven_rsn .bx_2 .catch_bx .clos img {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	margin-top: 10px;
}
.seven_rsn .tra.no2 {
    margin: 0 auto 15px;
}
.four_stp {
	margin-top: 60px;
}
.four_stp .h_type_1 {
	padding-top: 10px;
	padding-bottom: 26px
}
.four_stp .h_type_1 .str {
	position: relative;
}
.four_stp .h_type_1 .str::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -5px;
	width: 77px;
	height: 16px;
	margin: auto;
	background: url("../img/four_stp_str.webp") no-repeat center / cover
}
.four_stp .h_type_1 .str span {
	font-family: garamond-premier-pro, serif;
	font-style: italic;
	font-size: 42px;
	display: inline-block;
	margin-right: 1%;
	line-height: 1
}
.four_stp .inn {
	background: url("../img/four_stp_bg.webp") no-repeat top / cover;
}
.four_stp .inn .stage {
	width: 84%;
	margin-inline: auto;	
	background: #FFF;
	padding: 35px 15px
}
.four_stp .inn .stage.no2 {
	padding: 0 15px 35px;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 82%, rgba(230, 230, 230, 1) 100%);
	
}
.four_stp .inn .stage .block_wrap {
	margin-top: 28px;
}
.four_stp .inn .stage .block_wrap .block {
	margin-bottom: 15px
}
.four_stp .inn .stage .block_wrap .block:last-child {
	margin-bottom: 0
}
.four_stp .inn .stage .block .rad_ttl {
	padding: 6px 2%;
	background: var(--clr_blue_2);
	border-radius: 28px;	
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1
}
.four_stp .inn .stage .block .rad_ttl .num {
	font-family: futura-pt, sans-serif;
	font-size: 11px;	
	font-weight: 600;
	color: var(--clr_blue);
	letter-spacing: .1em;
	font-feature-settings: "palt";
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid var(--clr_blue)
}
.four_stp .inn .stage .block .rad_ttl .num span {
	font-size: 16px;	
}
.four_stp .inn .stage .block .rad_ttl .mn {
	font-size: 16px;	
	font-family: 'yug_b';
	font-weight: 900;
	letter-spacing: .05em;
	color: var(--clr_blue);
	font-feature-settings: "palt";	
}
.four_stp .inn .stage .block .px {
	margin: 11px auto;
	display: block
}
.four_stp .inn .stage .block .px img {
	display: block;
	width: 100%;
	height: auto
}
.four_stp .inn .stage .block .tx {
	font-size: 14px;	
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.four_stp .inn .stage .tra img {
	display: block;
	width: 66.13vw;
	height: auto;
	margin: 0 auto
}
.four_stp .inn .stage .ttl_mid {
	width: 70%;
	margin: 35px auto;
	padding: 10px 0;
	border-top: 1px solid var(--clr_base);
	border-bottom: 1px solid var(--clr_base);
	font-family: shippori-mincho, sans-serif;
	font-size: 20px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}
.four_stp .inn .stage.no2 .block .rad_ttl {
    background: #f2f2f2;
	color: var(--clr_base)
}
.four_stp .inn .stage .block .rad_ttl .num,
.four_stp .inn .stage .block .rad_ttl .mn {
	color: var(--clr_base)
}
.four_stp .inn .stage .bnr img {
	margin-top: 16px;
	display: block;
	width: 100%;
	height: auto
}
.four_stp .inn .stage .bnr_cap {
	font-size: 15px;	
	font-weight: 500;
	text-align: right;
	margin-top: 6px
}
.case .inn {
	padding: 30px;
	background: #eaf1fa
}
.case .block_wrap {
	margin-top: 37px;
}
.case .block_wrap .block {
	margin-bottom: 40px;
	position: relative;
	padding: 35px 0 0;
	background: #FFF;
}
.case .block_wrap .block:last-child {
	margin-bottom: 0;
}
.case .block_wrap .block .num {
	width: 164px;
	height: 35px;
	background: url("../img/case_ttl_bg.webp") no-repeat center / cover;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	font-family: garamond-premier-pro, serif;
	font-size: 15px;	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
	align-items: center;	
}
.case .block_wrap .block .sepa {
	display: flex;
	margin-top: 17px;
}
.case .block_wrap .block .sepa .item {
	flex: 1;
}
.case .block_wrap .block .sepa .item .in {
	position: relative
}
.case .block_wrap .block .sepa .item .in img {
	display: block;
	width: 100%;
	height: auto
}
.case .block_wrap .block .sepa .item .in .supp {
	font-size: 12px;	
	font-weight: 100;
	color: #FFF;
	position: absolute;
	bottom: 4px;
	left: 4px;
}
.case .block .dtl .tgt {
	padding: 10px 15px;
	font-size: 15px;	
	font-weight: 400;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 1;
	font-feature-settings: "palt";
	position: relative;
	cursor: pointer;	
}
/* ＋の横線 */
.case .block .dtl .tgt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px; /* 右端からの距離 */
    width: 14px;  /* 線の長さ */
    height: 2px;  /* 線の太さ */
    background-color: #FFF;
    transform: translateY(-50%);
}

/* ＋の縦線 */
.case .block .dtl .tgt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    background-color: #FFF;
    /* 90度回転させて縦線にする */
    transform: translateY(-50%) rotate(90deg);
    /* 変化を滑らかにする */
    transition: transform 0.5s;
}
.case .block .dtl .tgt.open::after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 0;
}
.case .block .dtl .mn {
    padding: 10px 12px;
	display: none
}
.case .block .dtl .mn .in_sepa {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 6px;
	font-size: 13px;	
	font-weight: 500;	
	letter-spacing: .05em;
	font-feature-settings: "palt";	
}
.case .block .dtl .mn .in_sepa dt {
    width: 80px;
	padding: 2px 2%;
	background: var(--clr_blue);
	color: #FFF;
	text-align: center;
}
.case .block .dtl .mn .in_sepa dd {
    width: calc(100% - 80px);
	padding: 0 0 0 6px;
	line-height: 1.8
}
.case .block .dtl .mn .risk {
    margin-top: 18px;
}
.case .block .dtl .mn .risk .ttl_rsk {
    background: #999999;
	padding: 3px;
	font-size: 14px;	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.case .block .dtl .mn .risk p {
	font-size: 13px;	
	letter-spacing: 0
}
.price .price_mv img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0
}
.price .stage {
	padding-bottom: 35px;
}
.price .stage .block,
.director .stage .block {
	width: 84%;
	margin-inline: auto;
	background: #FFF;
	padding: 22px 20px;
}
.price .stage .block.no1 {
	margin-top: -20px;
	position: relative;
	z-index: 10
}
.price .stage .block.no1 .ivn_logo img {
	display: block;
	margin-inline: auto;		
	width: 47.47vw;
	height: auto
}
.price .stage .block.no1 .ttl_min_20 {
	margin: 10px 0 0;
}
.price .stage .block.no1 .yens {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 21px;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	font-feature-settings: "palt";
}
.price .stage .block.no1 .yens .yen {
	margin-right: 2%
}
.price .stage .block.no1 .yens .yen img {
	position: relative;
	bottom: -10px;
	display: block;
	width: 40vw;
	height: auto
}
.price .stage .block.no1 .price_btns {
	width: 90%;
	margin: 27px auto 0;
}
.price .stage .block.no1 .price_btns .btn {
	padding: 10px 0;
    background: linear-gradient(90deg, rgba(68, 132, 212, 1) 0%, rgba(14, 174, 183, 1) 71%, rgba(0, 185, 176, 1) 100%);
	border-radius: 28px;
	font-size: 14px;	
	font-weight: 400;
	color: #FFF;
	text-align: center;
	line-height: 1;
	margin-bottom: 9px
}
.price .stage .block.no1 .price_btns .btn:last-child {
	margin-bottom: 0
}
.tbl_price .row {
	display: flex;
}
.tbl_price .row .col {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	letter-spacing: 0;	
}
.tbl_price .row.no1 .col {
	padding: 15px 0;
	background: #e6e6e6;
	font-size: 13px;
	border-right: 1px solid #FFF	
}
.tbl_price .row .col.no1 {
	width: 40.53%
}
.tbl_price .row .col.cmmn {
	width: calc((100% - 40.53%) / 2)
}

.tbl_price .row.cmmn .col {
	padding: 18px 0;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	background: #FFF;
}
.tbl_price .row.cmmn .col.no1 {
	color: #FFF;
	border-bottom: 1px solid #FFF;	
}
.tbl_price .row.cmmn .col.cmmn {
	border-bottom: 1px solid #cccccc;	
}
.tbl_price .row .col.no3 {
	border-right: none
}
.tbl_price .row.no2 .col.no1 {
	background: #85afe3
}
.tbl_price .row.no3 .col.no1 {
	background: #4484d4
}
.tbl_price .row.no4 .col.no1 {
	background: #0a5ec7
}
.tbl_price .row.no5 .col.no1 {
	background: #00b9b0
}
.price .stage .tx,
.bse_tx_1 {
	font-size: 14px;	
	font-weight: 500;
	line-height: 1.8;
}
.director {
	padding: 30px 0;
	background: #e6e6e6
}
.director .stage .block.no1 {
	padding-top: 40px
}
.director .stage .block.no1 .dir_px img {
	display: block;
	width: 45vw;
	height: auto;
	margin: 23px auto 12px;
}
.director .stage .block.no1 .bse_tx_1,
.director .stage .block.no1 .h_type_line.no2 {
	margin-top: 20px;
}
.director .stage .big_px img {
	display: block;
	width: 100%;
	height: auto
}
.voice .stage {
	padding: 22px 10px;
}
.voice .stage .block {
	margin-bottom: 19px;
}
.voice .stage .block:last-child {
	margin-bottom: 0;
}
.voice .stage .block .mn {
	width: 82%;
	padding: 18px 15px;
	border-radius: 20px;
	font-size: 14px;
	letter-spacing: .0em;
	line-height: 1.8;
	font-feature-settings: "palt";
	position: relative
}
.voice .stage .block .mn .nam {
	font-weight: 600;
	margin-top: 6px
}
.voice .stage .block .obj {
	width: 24vw;
	bottom: 5px;
	max-width: 130px
}
.voice .stage .block.no1 {
	display: flex;
	justify-content: flex-end
}
.voice .stage .block.no1 .mn {
	padding-left: 35px;
	background: #e1ebf8
}
.voice .stage .block.no1 .obj {
	left: 0
}
.voice .stage .mn {
	background: #e6e6e6
}
.voice .stage .obj {
	right: 0
}
.faq {
	margin-bottom: 13px
}
.faq .block .q_area {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid var(--clr_blue)
}
.faq .block .q_area .in {
	padding: 13px 15px;
	display: flex;
	align-items: center;
	position: relative; /* 矢印の基準点用に追加 */	
}
.faq .block .q_area .in::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px; /* 右端からの余白 */
	width: 10px;  /* 矢印のサイズ（イラレに合わせて調整） */
	height: 10px; /* 矢印のサイズ（イラレに合わせて調整） */
	border-top: 1px solid var(--clr_blue);    /* 矢印の線の太さと色 */
	border-right: 1px solid var(--clr_blue);  /* 矢印の線の太さと色 */
	transform: translateY(-70%) rotate(135deg); 	
	transition: transform 0.3s; /* 開閉時のアニメーション */
}

/* アコーディオンが開いたとき（jsで付与するクラスを想定） */
.faq .block .q_area.open .in::after {
	transform: translateY(-30%) rotate(-45deg); 
}
.faq .block .q_area .in .en {
	/*font-family: garamond-premier-pro, serif;
	font-size: 22px;	
	font-weight: 500;
	color: var(--clr_blue);
	line-height: 1;*/
	width: 15px;
	height: 19px;
	background: url("../img/q_area_en.svg") no-repeat center / cover
}
.faq .block .q_area .in .mn {
	padding-left: 23px;
	font-size: 16px;	
	font-weight: 500;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
.faq .block .a_area {
	padding: 14px 10px;
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.8;
	display: none
}
.last_msg {
	padding: 50px 0.8rem 0;
	background: url("../img/last_msg.webp") no-repeat top / cover
}
.last_msg .stage {
	padding: 0 22px 40px;
	position: relative;
	border: 1px solid var(--clr_blue);
	border-bottom: none
}
.last_msg .stage aside {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 70%;
	height: 2px;
	margin: auto;
	background: #FFF;
}
.last_msg .stage .ttl {
	font-size: 20px;	
	font-weight: 900;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
	font-feature-settings: "palt";
	margin: -34px 0 42px
}
.last_msg .stage .h_type_line {
    margin-bottom: 22px
}
.last_msg .stage .h_type_line::before {
    background: var(--clr_base);
}
.last_msg .stage .tx {
	font-family: shippori-mincho, sans-serif;
	font-size: 16px;	
	font-weight: 900;
	text-align: center;
	letter-spacing: .05em;
	line-height: 2.2;
	font-feature-settings: "palt";
}
footer .logos {
	padding: 15px 0 28px;
background: linear-gradient(180deg,rgba(67, 131, 212, 1) 0%, rgba(195, 216, 237, 1) 86%, rgba(255, 255, 255, 1) 100%);
}
footer .logos .ft_logo img {
	display: block;
	width: 251px;
	height: auto;
	margin-inline: auto;		
}
footer .tels {
	margin: 20px 0 12px;		
}
footer .tels .ttl {
	font-family: shippori-mincho, sans-serif;
	font-size: 20px;	
	font-weight: 700;
	color: var(--clr_blue);
	text-align: center;
	letter-spacing: .2em;
	font-feature-settings: "palt";
}
footer .tels .ft_tels {
	margin-bottom: 10px;
	display: block
}
footer .tels .ft_tels img {
	display: block;
	width: 70%;
	height: auto;
	margin-inline: auto;		
}
footer .tels .add_info {
	font-size: 14px;
	text-align: center;
	line-height: 1.6
}
footer .time_tbl_wrap {
	margin-top: 30px;
	font-family: shippori-mincho, sans-serif;
	font-size: 12px;	
	font-weight: 600;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
footer .time_tbl .row {
	display: flex;
	border-bottom: 1px solid rgba(179,179,179,.5)
}
footer .time_tbl .cell {
	padding: 16px 0;	
	line-height: 1;	
	text-align: center
}
footer .time_tbl .hd {
	width: 31%;
}
footer .time_tbl .bse {
	width: calc((100% - 31%) / 7);
}
footer .time_tbl .mk {
	color: #79a7e0;
	font-size: 120%;
}
footer .time_tbl .in_time {
	position: relative
}
footer .time_tbl .in_time aside {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 11px;
	color: var(--clr_base)
}
footer .time_tbl_wrap .info {
	padding: 6px 0;
	border-bottom: 1px solid var(--clr_blue)	
}
footer .time_tbl_wrap .info dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0
}
footer .time_tbl_wrap .info .cell {
	letter-spacing: .2em
}
footer .time_tbl_wrap .info dt {
	width: 22%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .time_tbl_wrap .info dd {
	width: calc(100% - 22%);
	padding-left: 3%;
	letter-spacing: .15em!important	
}
footer .lst_info {
	padding: 25px 0;
	font-size: 14px;	
	font-weight: 500;
	text-align: center;
	letter-spacing: .025em;
	line-height: 1.8;
	font-feature-settings: "palt";
}
footer .lst_info .row_2 {
	padding: 15px 0
}
footer .cp {
	padding: 16px 0;
	font-size: 9px;	
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	font-feature-settings: "palt";
}
footer {
	margin-bottom: 70px
}
.sp_fix_nvs {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #b3b3b3;
	z-index: 999;
	padding: 9px 10px;
	display: flex;
	column-gap: 6px
}
.sp_fix_nvs .btn {
	width: 50%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center
}
.sp_fix_nvs .btn {
	width: 50%;
	height: 100%;
	border-radius: 10px;
	position: relative;
}
.sp_fix_nvs .btn.tels {
background: linear-gradient(90deg,rgba(0, 49, 195, 1) 0%, rgba(68, 132, 212, 1) 100%);	
}
.sp_fix_nvs .btn.tels img {
	width: 80%;
	max-width: 160px;
	margin-inline: auto;	
}
.sp_fix_nvs .btn.rza {
background: linear-gradient(90deg,rgba(255, 61, 94, 1) 0%, rgba(255, 145, 135, 1) 45%);
}
.sp_fix_nvs .btn.rza img {
	width: 85%;
	max-width: 170px;
	margin-inline: auto;	
}
.wrap_1500 {
    width: 100%;
	max-width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}	
.sp_no_pad {
	padding-right: 0!important;
	padding-left: 0!important;	
}
.sp_on_pad {
	padding-right: 0.8rem!important;
	padding-left: 0.8rem!important;
}
.sp_width {
	width: calc(100% - 1.6rem);
	margin-left: auto;
	margin-right: auto;
}
.sp_width_over {
	width: calc(100% + 1.6rem);
	margin-left: -0.8rem;
}
.sp_tx_cent {
	text-align: center
}
























@media screen and (max-width:1210px){}
@media screen and (min-width: 1025px) {
/* ==========================================================================
   Commons styles
   ========================================================================== */
.txs_12 { font-size: 12px; }
.txs_13 { font-size: 13px; }
.txs_14 { font-size: 14px; }
.txs_15 { font-size: clamp(13px, 1vw, 15px); }
.txs_16 { font-size: clamp(14px, 1.07vw, 16px); }
.txs_17 { font-size: clamp(14px, 1.13vw, 17px); }
.txs_18 { font-size: clamp(15px, 1.2vw, 18px); }
.txs_19 { font-size: clamp(15px, 1.27vw, 19px); }
.txs_20 { font-size: clamp(13px, 1.33vw, 20px); }
.txs_21 { font-size: clamp(13px, 1.4vw, 21px); }
.txs_22 { font-size: clamp(13px, 1.47vw, 22px); }
.txs_23 { font-size: clamp(17px, 1.53vw, 23px); }
.txs_24 { font-size: clamp(17px, 1.6vw, 24px); }
.txs_25 { font-size: clamp(18px, 1.67vw, 25px); }
.txs_26 { font-size: clamp(18px, 1.73vw, 26px); }
.txs_27 { font-size: clamp(18px, 1.8vw, 27px); }
.txs_28 { font-size: clamp(18px, 1.87vw, 28px); }
.txs_29 { font-size: clamp(18px, 1.93vw, 29px); }
.txs_30 { font-size: clamp(22px, 2vw, 30px); }
.txs_31 { font-size: clamp(22px, 2.07vw, 31px); }
.txs_32 { font-size: clamp(22px, 2.13vw, 32px); }
.txs_33 { font-size: clamp(22px, 2.2vw, 33px); }
.txs_34 { font-size: clamp(24px, 2.27vw, 34px); }
.txs_35 { font-size: clamp(16px, 2.33vw, 35px); }
.txs_36 { font-size: clamp(26px, 2.4vw, 36px); }
.txs_37 { font-size: clamp(36px, 2.47vw, 37px); }
.txs_38 { font-size: clamp(26px, 2.53vw, 38px); }
.txs_39 { font-size: clamp(28px, 2.6vw, 39px); }
.txs_40 { font-size: clamp(20px, 2.67vw, 40px); }
.txs_41 { font-size: clamp(36px, 2.73vw, 41px); }
.txs_42 { font-size: clamp(30px, 2.8vw, 42px); }
.txs_43 { font-size: clamp(30px, 2.87vw, 43px); }
.txs_44 { font-size: clamp(18px, 2.93vw, 44px); }
.txs_45 { font-size: clamp(20px, 3vw, 45px); }
.txs_46 { font-size: clamp(36px, 3.07vw, 46px); }
.txs_47 { font-size: clamp(36px, 3.13vw, 47px); }
.txs_48 { font-size: clamp(36px, 3.2vw, 48px); }
.txs_49 { font-size: clamp(36px, 3.27vw, 49px); }
.txs_50 { font-size: clamp(36px, 3.33vw, 50px); }
.txs_51 { font-size: clamp(36px, 3.4vw, 51px); }
.txs_52 { font-size: clamp(36px, 3.47vw, 52px); }
.txs_53 { font-size: clamp(36px, 3.53vw, 53px); }
.txs_54 { font-size: clamp(36px, 3.6vw, 54px); }
.txs_55 { font-size: clamp(36px, 3.67vw, 55px); }
.txs_56 { font-size: clamp(36px, 3.73vw, 56px); }
.txs_57 { font-size: clamp(36px, 3.8vw, 57px); }
.txs_58 { font-size: clamp(36px, 3.87vw, 58px); }
.txs_59 { font-size: clamp(36px, 3.93vw, 59px); }
.txs_60 { font-size: clamp(36px, 4vw, 60px); }
.txs_61 { font-size: clamp(36px, 4.07vw, 61px); }
.txs_62 { font-size: clamp(36px, 4.13vw, 62px); }
.txs_63 { font-size: clamp(36px, 4.2vw, 63px); }
.txs_64 { font-size: clamp(36px, 4.27vw, 64px); }
.txs_65 { font-size: clamp(36px, 4.33vw, 65px); }
.txs_66 { font-size: clamp(36px, 4.4vw, 66px); }
.txs_67 { font-size: clamp(36px, 4.47vw, 67px); }
.txs_68 { font-size: clamp(36px, 4.53vw, 68px); }
.txs_69 { font-size: clamp(36px, 4.6vw, 69px); }
.txs_70 { font-size: clamp(36px, 4.67vw, 70px); }
.txs_71 { font-size: clamp(36px, 4.73vw, 71px); }
.txs_72 { font-size: clamp(36px, 4.8vw, 72px); }
.txs_73 { font-size: clamp(36px, 4.87vw, 73px); }
.txs_74 { font-size: clamp(36px, 4.93vw, 74px); }
.txs_75 { font-size: clamp(36px, 5vw, 75px); }
.txs_76 { font-size: clamp(36px, 5.07vw, 76px); }
.txs_77 { font-size: clamp(36px, 5.13vw, 77px); }
.txs_78 { font-size: clamp(36px, 5.2vw, 78px); }
.txs_79 { font-size: clamp(36px, 5.27vw, 79px); }
.txs_80 { font-size: clamp(36px, 5.33vw, 80px); }
.txs_81 { font-size: clamp(36px, 5.4vw, 81px); }
.txs_82 { font-size: clamp(36px, 5.47vw, 82px); }
.txs_83 { font-size: clamp(36px, 5.53vw, 83px); }
.txs_84 { font-size: clamp(36px, 5.6vw, 84px); }
.txs_85 { font-size: clamp(36px, 5.67vw, 85px); }
.txs_86 { font-size: clamp(36px, 5.73vw, 86px); }
.txs_87 { font-size: clamp(36px, 5.8vw, 87px); }
.txs_88 { font-size: clamp(36px, 5.87vw, 88px); }
.txs_89 { font-size: clamp(36px, 5.93vw, 89px); }
.txs_90 { font-size: clamp(36px, 6vw, 90px); }
.txs_91 { font-size: clamp(36px, 6.07vw, 91px); }
.txs_92 { font-size: clamp(36px, 6.13vw, 92px); }
.txs_93 { font-size: clamp(36px, 6.2vw, 93px); }
.txs_94 { font-size: clamp(36px, 6.27vw, 94px); }
.txs_95 { font-size: clamp(36px, 6.33vw, 95px); }
.txs_96 { font-size: clamp(36px, 6.4vw, 96px); }
.txs_97 { font-size: clamp(36px, 6.47vw, 97px); }
.txs_98 { font-size: clamp(36px, 6.53vw, 98px); }
.txs_99 { font-size: clamp(36px, 6.6vw, 99px); }
.txs_100 { font-size: clamp(36px, 6.67vw, 100px); }	
/* --- Padding --- */
.sec_pad_20 { padding: min(1.33vw, 20px) 0; }
.sec_pad_20_t { padding-top: min(1.33vw, 20px); }
.sec_pad_20_b { padding-bottom: min(1.33vw, 20px); }

.sec_pad_30 { padding: min(2vw, 30px) 0; }
.sec_pad_30_t { padding-top: min(2vw, 30px); }
.sec_pad_30_b { padding-bottom: min(2vw, 30px); }

.sec_pad_40 { padding: min(2.67vw, 40px) 0; }
.sec_pad_40_t { padding-top: min(2.67vw, 40px); }
.sec_pad_40_b { padding-bottom: min(2.67vw, 40px); }

.sec_pad_50 { padding: min(3.33vw, 50px) 0; }
.sec_pad_50_t { padding-top: min(3.33vw, 50px); }
.sec_pad_50_b { padding-bottom: min(3.33vw, 50px); }

.sec_pad_60 { padding: min(4vw, 60px) 0; }
.sec_pad_60_t { padding-top: min(4vw, 60px); }
.sec_pad_60_b { padding-bottom: min(4vw, 60px); }

.sec_pad_70 { padding: min(4.67vw, 70px) 0; }
.sec_pad_70_t { padding-top: min(4.67vw, 70px); }
.sec_pad_70_b { padding-bottom: min(4.67vw, 70px); }

.sec_pad_80 { padding: min(5.33vw, 80px) 0; }
.sec_pad_80_t { padding-top: min(5.33vw, 80px); }
.sec_pad_80_b { padding-bottom: min(5.33vw, 80px); }

.sec_pad_90 { padding: min(6vw, 90px) 0; }
.sec_pad_90_t { padding-top: min(6vw, 90px); }
.sec_pad_90_b { padding-bottom: min(6vw, 90px); }

.sec_pad_100 { padding: min(6.67vw, 100px) 0; }
.sec_pad_100_t { padding-top: min(6.67vw, 100px); }
.sec_pad_100_b { padding-bottom: min(6.67vw, 100px); }

.sec_pad_110 { padding: min(7.33vw, 110px) 0; }
.sec_pad_110_t { padding-top: min(7.33vw, 110px); }
.sec_pad_110_b { padding-bottom: min(7.33vw, 110px); }

.sec_pad_120 { padding: min(8vw, 120px) 0; }
.sec_pad_120_t { padding-top: min(8vw, 120px); }
.sec_pad_120_b { padding-bottom: min(8vw, 120px); }

.sec_pad_130 { padding: min(8.67vw, 130px) 0; }
.sec_pad_130_t { padding-top: min(8.67vw, 130px); }
.sec_pad_130_b { padding-bottom: min(8.67vw, 130px); }

.sec_pad_140 { padding: min(9.33vw, 140px) 0; }
.sec_pad_140_t { padding-top: min(9.33vw, 140px); }
.sec_pad_140_b { padding-bottom: min(9.33vw, 140px); }

.sec_pad_150 { padding: min(10vw, 150px) 0; }
.sec_pad_150_t { padding-top: min(10vw, 150px); }
.sec_pad_150_b { padding-bottom: min(10vw, 150px); }

.sec_pad_160 { padding: min(10.67vw, 160px) 0; }
.sec_pad_160_t { padding-top: min(10.67vw, 160px); }
.sec_pad_160_b { padding-bottom: min(10.67vw, 160px); }

.sec_pad_170 { padding: min(11.33vw, 170px) 0; }
.sec_pad_170_t { padding-top: min(11.33vw, 170px); }
.sec_pad_170_b { padding-bottom: min(11.33vw, 170px); }

.sec_pad_180 { padding: min(12vw, 180px) 0; }
.sec_pad_180_t { padding-top: min(12vw, 180px); }
.sec_pad_180_b { padding-bottom: min(12vw, 180px); }

.sec_pad_190 { padding: min(12.67vw, 190px) 0; }
.sec_pad_190_t { padding-top: min(12.67vw, 190px); }
.sec_pad_190_b { padding-bottom: min(12.67vw, 190px); }

.sec_pad_200 { padding: min(13.33vw, 200px) 0; }
.sec_pad_200_t { padding-top: min(13.33vw, 200px); }
.sec_pad_200_b { padding-bottom: min(13.33vw, 200px); }

/* --- Margin --- */
.mgn_auto { margin-inline: auto; }
.mgn_t_5 { margin-top: 5px; }
.mgn_t_10 { margin-top: min(0.67vw, 10px); }
.mgn_t_15 { margin-top: min(1vw, 15px); }
.mgn_t_20 { margin-top: min(1.33vw, 20px); }
.mgn_t_25 { margin-top: min(1.67vw, 25px); }
.mgn_t_30 { margin-top: min(2vw, 30px); }
.mgn_t_35 { margin-top: min(2.33vw, 35px); }
.mgn_t_40 { margin-top: min(2.67vw, 40px); }
.mgn_t_45 { margin-top: min(3vw, 45px); }
.mgn_t_50 { margin-top: min(3.33vw, 50px); }
.mgn_t_55 { margin-top: min(3.67vw, 55px); }
.mgn_t_60 { margin-top: min(4vw, 60px); }
.mgn_t_65 { margin-top: min(4.33vw, 65px); }
.mgn_t_70 { margin-top: min(4.67vw, 70px); }
.mgn_t_75 { margin-top: min(5vw, 75px); }
.mgn_t_80 { margin-top: min(5.33vw, 80px); }
.mgn_t_85 { margin-top: min(5.67vw, 85px); }
.mgn_t_90 { margin-top: min(6vw, 90px); }
.mgn_t_95 { margin-top: min(6.33vw, 95px); }
.mgn_t_100 { margin-top: min(6.67vw, 100px); }
.mgn_t_105 { margin-top: min(7vw, 105px); }
.mgn_t_110 { margin-top: min(7.33vw, 110px); }
.mgn_t_115 { margin-top: min(7.67vw, 115px); }
.mgn_t_120 { margin-top: min(8vw, 120px); }
.mgn_t_125 { margin-top: min(8.33vw, 125px); }
.mgn_t_130 { margin-top: min(8.67vw, 130px); }
.mgn_t_135 { margin-top: min(9vw, 135px); }
.mgn_t_140 { margin-top: min(9.33vw, 140px); }
.mgn_t_145 { margin-top: min(9.67vw, 145px); }
.mgn_t_150 { margin-top: min(10vw, 150px); }
.mgn_t_155 { margin-top: min(10.33vw, 155px); }
.mgn_t_160 { margin-top: min(10.67vw, 160px); }
.mgn_t_165 { margin-top: min(11vw, 165px); }
.mgn_t_170 { margin-top: min(11.33vw, 170px); }
.mgn_t_175 { margin-top: min(11.67vw, 175px); }
.mgn_t_180 { margin-top: min(12vw, 180px); }
.mgn_t_185 { margin-top: min(12.33vw, 185px); }
.mgn_t_190 { margin-top: min(12.67vw, 190px); }
.mgn_t_195 { margin-top: min(13vw, 195px); }
.mgn_t_200 { margin-top: min(13.33vw, 200px); }

/* --- Gap --- */
.gap_15 { column-gap: min(1vw, 15px); }
.gap_16 { column-gap: min(1.07vw, 16px); }
.gap_17 { column-gap: min(1.13vw, 17px); }
.gap_18 { column-gap: min(1.2vw, 18px); }
.gap_19 { column-gap: min(1.27vw, 19px); }
.gap_20 { column-gap: min(1.33vw, 20px); }
.gap_21 { column-gap: min(1.4vw, 21px); }
.gap_22 { column-gap: min(1.47vw, 22px); }
.gap_23 { column-gap: min(1.53vw, 23px); }
.gap_24 { column-gap: min(1.6vw, 24px); }
.gap_25 { column-gap: min(1.67vw, 25px); }
.gap_26 { column-gap: min(1.73vw, 26px); }
.gap_27 { column-gap: min(1.8vw, 27px); }
.gap_28 { column-gap: min(1.87vw, 28px); }
.gap_29 { column-gap: min(1.93vw, 29px); }
.gap_30 { column-gap: min(2vw, 30px); }
.gap_31 { column-gap: min(2.07vw, 31px); }
.gap_32 { column-gap: min(2.13vw, 32px); }
.gap_33 { column-gap: min(2.2vw, 33px); }
.gap_34 { column-gap: min(2.27vw, 34px); }
.gap_35 { column-gap: min(2.33vw, 35px); }
.gap_36 { column-gap: min(2.4vw, 36px); }
.gap_37 { column-gap: min(2.47vw, 37px); }
.gap_38 { column-gap: min(2.53vw, 38px); }
.gap_39 { column-gap: min(2.6vw, 39px); }
.gap_40 { column-gap: min(2.67vw, 40px); }
.gap_41 { column-gap: min(2.73vw, 41px); }
.gap_42 { column-gap: min(2.8vw, 42px); }
.gap_43 { column-gap: min(2.87vw, 43px); }
.gap_44 { column-gap: min(2.93vw, 44px); }
.gap_45 { column-gap: min(3vw, 45px); }
.gap_46 { column-gap: min(3.07vw, 46px); }
.gap_47 { column-gap: min(3.13vw, 47px); }
.gap_48 { column-gap: min(3.2vw, 48px); }
.gap_49 { column-gap: min(3.27vw, 49px); }
.gap_50 { column-gap: min(3.33vw, 50px); }
.gap_51 { column-gap: min(3.4vw, 51px); }
.gap_52 { column-gap: min(3.47vw, 52px); }
.gap_53 { column-gap: min(3.53vw, 53px); }
.gap_54 { column-gap: min(3.6vw, 54px); }
.gap_55 { column-gap: min(3.67vw, 55px); }
.gap_56 { column-gap: min(3.73vw, 56px); }
.gap_57 { column-gap: min(3.8vw, 57px); }
.gap_58 { column-gap: min(3.87vw, 58px); }
.gap_59 { column-gap: min(3.93vw, 59px); }
.gap_60 { column-gap: min(4vw, 60px); }
.gap_61 { column-gap: min(4.07vw, 61px); }
.gap_62 { column-gap: min(4.13vw, 62px); }
.gap_63 { column-gap: min(4.2vw, 63px); }
.gap_64 { column-gap: min(4.27vw, 64px); }
.gap_65 { column-gap: min(4.33vw, 65px); }
.gap_66 { column-gap: min(4.4vw, 66px); }
.gap_67 { column-gap: min(4.47vw, 67px); }
.gap_68 { column-gap: min(4.53vw, 68px); }
.gap_69 { column-gap: min(4.6vw, 69px); }
.gap_70 { column-gap: min(4.67vw, 70px); }
.gap_71 { column-gap: min(4.73vw, 71px); }
.gap_72 { column-gap: min(4.8vw, 72px); }
.gap_73 { column-gap: min(4.87vw, 73px); }
.gap_74 { column-gap: min(4.93vw, 74px); }
.gap_75 { column-gap: min(5vw, 75px); }
.gap_76 { column-gap: min(5.07vw, 76px); }
.gap_77 { column-gap: min(5.13vw, 77px); }
.gap_78 { column-gap: min(5.2vw, 78px); }
.gap_79 { column-gap: min(5.27vw, 79px); }
.gap_80 { column-gap: min(5.33vw, 80px); }
.gap_81 { column-gap: min(5.4vw, 81px); }
.gap_82 { column-gap: min(5.47vw, 82px); }
.gap_83 { column-gap: min(5.53vw, 83px); }
.gap_84 { column-gap: min(5.6vw, 84px); }
.gap_85 { column-gap: min(5.67vw, 85px); }
.gap_86 { column-gap: min(5.73vw, 86px); }
.gap_87 { column-gap: min(5.8vw, 87px); }
.gap_88 { column-gap: min(5.87vw, 88px); }
.gap_89 { column-gap: min(5.93vw, 89px); }
.gap_90 { column-gap: min(6vw, 90px); }
.gap_91 { column-gap: min(6.07vw, 91px); }
.gap_92 { column-gap: min(6.13vw, 92px); }
.gap_93 { column-gap: min(6.2vw, 93px); }
.gap_94 { column-gap: min(6.27vw, 94px); }
.gap_95 { column-gap: min(6.33vw, 95px); }
.gap_96 { column-gap: min(6.4vw, 96px); }
.gap_97 { column-gap: min(6.47vw, 97px); }
.gap_98 { column-gap: min(6.53vw, 98px); }
.gap_99 { column-gap: min(6.6vw, 99px); }
.gap_100 { column-gap: min(6.67vw, 100px); }.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.flex-rev{
	flex-flow: row-reverse;
}
	
.pc{display: block!important}
.sp{display: none!important}	
.sp_fix_nvs {
    display: none
}
.wrap_1500 {
        width: 100%;
        max-width: 1500px; /* デザインの横幅 */
        margin: 0 auto;   /* 中央寄せ */
        padding-right: 2%; /* これを最初から入れておく */
        padding-left: 2%;
        box-sizing: border-box; /* パディングを含めた幅計算にする */
}
.wrap_900 {
        width: 100%;
        max-width: 900px; /* デザインの横幅 */
	margin-inline: auto;	
        box-sizing: border-box; /* パディングを含めた幅計算にする */
}
header.general {
    padding: 34px calc((100vw - 1500px) / 2)
}	
header.general .logo img {
    display: block;
    width: auto;
	max-width: 100%;
    height: auto;
}	
header.general .ham_wrap {
    width: 60px;
    margin-right: 0;
}	
.sp_ham {
    width: 40px;
	margin-inline: auto;	
}	
.menu-trigger {
    height: 33px;
}	
.ham_wrap .defo {
	font-weight: 600;
	color: #FFF;
	margin-top: 10px;
    letter-spacing: .35em;
    font-size: 15px;
	text-align: center
}	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}	
.gnav_sp {
    padding-top: 167px;
    padding-bottom: 60px;
    width: 500px;
    transition: opacity .6s ease, visibility .6s ease;
}	
.gnav_sp .nav_main > ul > li > a {
    padding-left: 36px;
	font-size: clamp(17px, 1.25vw, 24px);
	font-weight: 600;
	line-height: 1.5
}	
.kv {
    background: #f2f2f2	
}	
.kv .img_w100 {
    max-width: 1500px;
	display: block;
	margin-inline: auto;	
}	
.kv .in_wrap {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: min(6.87vw, 103px);
	left: 0;
	right: 0;
	margin: auto
}	
.kv .in_wrap .ttl {
	padding-left: min(4vw, 60px);
	font-size: clamp(20px, 3.73vw, 56px);	
    color: #FFF;
    text-align: left;
    letter-spacing: .15em;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-shadow: 0 0 4px rgba(0, 0, 0, 1), 0 0 8px rgba(0, 0, 0, 1), 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75);
}	
.top_leade .catch img {
    width: auto;
    max-width: 100%;
	margin-inline: auto;		
}	
.top_leade {
    margin-top: 47px;
}	
.top_leade .bxs {
    margin-top: 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
}	
.top_leade .bxs .item {
    width: calc((100% - 12px) / 3);
    padding: 9px 0;
    font-size: clamp(14px, 1.47vw, 22px);
    font-weight: 500;
    color: #FFF;
    text-align: center;
    letter-spacing: .0;
    line-height: 1;
    font-feature-settings: "palt";
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}	
.top_leade .bxs .item.no4 p {
    line-height: 1.3;
}	
.top_leade .bxs .item.no4 span {
    font-size: clamp(11px, 1.07vw, 16px);
    display: block;
}	
.top_cach {
    padding: 88px 0 42px;
    font-size: clamp(22px, 2.13vw, 32px);
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 1.8;
    font-feature-settings: "palt";
}	
.training .inn .stage .ttl, .h_type_line {
    position: relative;
    font-size: clamp(20px, 2.13vw, 32px);
    padding-bottom: 18px;
}
.training .inn .stage .ttl::before, .h_type_line::before {
    width: min(6.4vw, 96px);
}
.training .inn .stage .award {
	max-width: 680px;
	height: auto;
	display: block;
    margin: 30px auto;
}
.training .inn .stage .award_2 {
    width: auto;
	max-width: 460px;	
    display: block;
    height: auto;
	margin-inline: auto;		
}	
.h_type_1 {
    padding: min(2.07vw, 31px) 0;
    font-size: clamp(20px, 2.67vw, 40px);
}	
.h_type_1::after {
    bottom: -23px;
    border-width: 23px 23px 0 23px;
}	
.problems .stage {
    padding: 0;
    background: url(../img/problems_bg_sp.webp) no-repeat top / 100%;
}	
.problems .list_type_chk {
    padding: min(5.93vw, 89px) min(7.33vw, 110px) 0;
}		 
.list_type_chk li::after {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 33px;
    height: 34px;
    margin: auto;
    background: url(../img/ico_chk.webp) no-repeat center / cover;
}	
.list_type_chk li {
    padding-left: 53px;
    font-size: 28px;
	font-weight: 500;
    padding-bottom: 1.5%;
    margin-bottom: 2.5%;
	font-feature-settings: "palt";	
}	
.big_trta_1 {
    margin: min(4.27vw, 64px) auto min(3.33vw, 50px);
    width: 330px;
    display: block;
    height: auto;
}	
.sol_box {
    width: 100%;
    font-size: clamp(20px, 2.67vw, 40px);	
    margin-inline: auto;
	margin-bottom: min(5.87vw, 88px);
    padding: min(4.4vw, 66px) 2% min(4.4vw, 66px);
    background: linear-gradient(90deg, rgba(68, 132, 212, 1) 0%, rgba(68, 132, 212, 1) 71%, rgba(0, 185, 176, 1) 100%);
}	
.sol_box p {
    line-height: 1.3
}	
.sol_box .donari {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin-top: 15px;
}	
.cta {
    padding: min(2.8vw, 42px) 0;
}	
.cta .inn {
    width: 100%;
	max-width: 900px;
    margin-inline: auto;
    padding: min(2.13vw, 32px) 2%;
    background: #FFF;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.50);
    position: relative;
}	
.cta .inn .row.no1 {
    font-size: clamp(20px, 2.27vw, 34px);
}	
.cta .inn .row.no2 aside {
    font-size: clamp(16px, 1.47vw, 22px);
}	
.cta .inn .row.no2 .wave_line .bse {
    font-size: clamp(20px, 2.27vw, 34px);
}	
.cta .inn .row.no2 .wave_line .price {
    font-size: clamp(20px, 3.8vw, 57px);
}	
.cta .inn .row.no2 .wave_line .price span {
    font-size: clamp(20px, 2.27vw, 34px);
}	
.cta .inn .row.no2 .wave_line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../img/wave_pc.png) center / cover;
}	
.cta .btns {
	max-width: 900px;
    margin-inline: auto;	
    margin-top: 30px;
    padding: 0;
}	
.cta .btns .ttl {
    font-size: clamp(20px, 2.13vw, 32px);
    font-weight: 600;
    color: #FFF;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5;
}	
.cta .btns .ttl span::before, .cta .btns .ttl span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    margin: auto;
    background: #ffffff;
    bottom: -3px;
}	
.cta .btns .ttl span::before {
	left: -20%;
}
.cta .btns .ttl span::after {
	right: -20%;
}
.cta .btns .item_wrap {
    margin-top: 23px;
    display: flex;
    column-gap: 15px;
}	
.cta .btns .item_wrap .item {
	transition: all 0.25s 0s ease;
	opacity: 1
}	
.cta .btns .item_wrap .item:hover {
	opacity: .5
}	
.about_ivn .stage {
    padding: min(5.87vw, 88px) 2%;
    background: url(../img/about_ivn_bg_pc.webp) no-repeat center -10px / cover;
}	
.about_ivn .stage .inn {
    padding: min(4.67vw, 70px) min(4.67vw, 70px);
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
    font-feature-settings: "palt";
}	
.about_ivn .stage .inn .obj {
    width: 25.2vw;
    top: calc(min(24vw, 360px) * -1);
    left: 20px;
}	
.seven_rsn {
    overflow: hidden;
    padding: min(6.67vw, 100px) 0 0;
}	
.seven_rsn .ttl {
    max-width: 716px;
	margin-inline: auto;	
}	
.seven_rsn .block {
    display: flex;
	align-items: flex-end
}	
.seven_rsn .block .px {
    width: 50%;
}	
.seven_rsn .block .tx {
    width: 50%;
    padding: 0 calc((100vw - 900px) / 2) 0 min(3.33vw, 50px);
    background: none;
    position: relative;
}	
.seven_rsn .block .tx .num {
    font-size: clamp(40px, 8vw, 120px);
    position: relative;
    left: 0;
    top: 0;
}	
.seven_rsn .block.no1 .tx picture {
    display: none
}	
.seven_rsn .block .tx .in_ttl {
    font-size: 30px;
    text-align: left;
    margin: 4% 0;
}	
.seven_rsn .block.no1 .tx p.bse {
    letter-spacing: .0em;
}	
p.bse {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .0em;
    line-height: 1.8;
    font-feature-settings: "palt";
}
.pc_area_1 {
    margin: 65px auto 92px
}	
.pc_area_1 .in_ttl {
	font-family: shippori-mincho, sans-serif;
	font-size: clamp(20px, 2vw, 30px);	
	text-align: center;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}	
.pc_area_1 img {
	margin-top: 26px
}	
.seven_rsn .block.no2,.seven_rsn .block.no4,.seven_rsn .block.no6 {
	flex-flow: row-reverse;
}	
.seven_rsn .block.no2 .tx,.seven_rsn .block.no4 .tx,.seven_rsn .block.no6 .tx {
    padding: 0 min(3.33vw, 50px) 0 calc((100vw - 900px) / 2);
}	
.seven_rsn .block.no2 .tx .num,.seven_rsn .block.no2 .tx .in_ttl,
.seven_rsn .block.no4 .tx .num,.seven_rsn .block.no4 .tx .in_ttl,
.seven_rsn .block.no6 .tx .num,.seven_rsn .block.no6 .tx .in_ttl {
    text-align: right
}
.seven_rsn .block.no3 {
	margin-top: min(4.93vw, 74px)
}	
.seven_rsn .block.no3,
.seven_rsn .block.no4,
.seven_rsn .block.no5,
.seven_rsn .block.no6 {
	margin-bottom: min(4.93vw, 74px)
}	
.seven_rsn .tra {
    width: 407px;
    height: auto;
    display: block;
    margin: min(5.33vw, 80px) auto min(2.67vw, 40px);
}	
.seven_rsn .bx {
    padding: min(3.87vw, 58px) 2%;
    font-size: clamp(18px, 1.87vw, 28px);
}	
.seven_rsn .bikk {
    font-size: clamp(20px, 1.73vw, 26px);
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    margin-top: 55px;
}	
.seven_rsn .bikk span::before, .seven_rsn .bikk span::after {
    height: 40px;
}	
.seven_rsn .bikk span::before {
	left: -35%;
}
.seven_rsn .bikk span::after {
	right: -35%;
}	
.seven_rsn .bx_2 .gld_ttl {
    margin-top: calc(min(2.93vw, 44px) * -1);
    width: 55%;
    padding: min(1.6vw, 24px) 0;
    font-size: clamp(20px, 1.73vw, 26px);
}		
.seven_rsn .bx_2 {
    margin-top: 52px;
    padding-bottom: 22px;
}	
.seven_rsn .point {
    display: block;
    width: 17.84vw;
    height: auto;
    margin-left: calc((100vw - 900px) / 2);
}	
.seven_rsn .ttl img {
    margin-left: 0;
}	
.seven_rsn .bx_2 .lists {
    margin-top: 45px;
    display: flex;
    flex-wrap: nowrap;
    gap: min(2.33vw, 35px);
}	
.sp_side_pad {
    padding: 0;
}	
.seven_rsn .bx_2 .sp_side_pad {
    padding: 0 min(2.93vw, 44px);
}	
.seven_rsn .bx_2 .lists li {
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    padding-bottom: 1.5%;
    border-bottom: 1px dashed #808080;
    font-size: clamp(16px, 1.73vw, 26px);
    text-align: center;
	line-height: 1.2;
    letter-spacing: 0;
}	
.seven_rsn .bx_2 .ttl_mid {
    font-size: clamp(20px, 1.73vw, 26px);
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    margin-top: 24px;
}	
.seven_rsn .bx_2 .arrw img {
    width: 24px;
    height: auto;
    display: block;
    margin: 15px auto 30px;
}	
.seven_rsn .bx_2 .catch_bx .sokode span {
    padding: 6px 16px;
    top: -16px;
    font-size: 28px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1;
    font-feature-settings: "palt";
}	
.seven_rsn .bx_2 .catch_bx .ttl_min_16.no1 {
    margin: 0 auto 14px;
}	
.ttl_min_16 {
    font-size: clamp(20px, 1.73vw, 26px);
}	
.seven_rsn .bx_2 .catch_bx .clos img {
    width: auto;
	max-width: 100%;
    margin: 10px auto 0;
}	
.seven_rsn .tra.no2 {
    margin: 10px auto 30px
}	
.seven_rsn .block_wrap {
    position: relative;
    padding-bottom: min(15.67vw, 235px);
}	
.seven_rsn .block_wrap .block,
.seven_rsn .block_wrap .pc {
	position: relative;
    z-index: 10
}	
.seven_rsn .block_wrap .fake {
    position: absolute;
	bottom: 74px;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF;
	width: 92%;
	height: 100%;
	z-index: 0
}	
.four_stp .h_type_1 {
	max-width: 900px;
    margin-inline: auto;	
    padding-top: min(1.33vw, 20px);
    padding-bottom: min(2.67vw, 40px);
}	
.four_stp {
    background: url(../img/four_stp_bg.webp) no-repeat top / cover;	
    margin-top: 0;
}	
.four_stp .inn {
    background: none;
}	
.four_stp .h_type_1 .str span {
    font-family: garamond-premier-pro, serif;
    font-style: italic;
    font-size: clamp(20px, 5.6vw, 84px);
    display: inline-block;
    margin-right: 1%;
    line-height: 1;
}	
.four_stp .h_type_1 .str::before {
    content: "";
    position: absolute;
    bottom: calc(min(1.07vw, 16px) * -1);
    left: calc(min(0.33vw, 5px) * -1);
    width: min(10.2vw, 153px);
    height: min(1.93vw, 29px);
    margin: auto;
    background: url(../img/four_stp_str.webp) no-repeat center / cover;
}	
.four_stp .inn .stage {
    width: 92%;
    margin-inline: auto;
	margin-top: calc(min(4.33vw, 65px) * -1);
    background: #FFF;
    padding: min(8.67vw, 130px) 0;
}	
.ttl_min_15 {
    font-size: clamp(22px, 2vw, 30px);;
}	
.four_stp .inn .stage .block_wrap {
    margin-top: 0;
	max-width: 900px;
    margin-inline: auto;	
}	
.four_stp .inn .stage .block .rad_ttl {
	width: 100%;
    padding: 12px 2%;
    border-radius: 28px;
	margin-bottom: 26px;
}	
.four_stp .inn .stage .block .rad_ttl .num {
    font-size: clamp(15px, 1.33vw, 20px);;
    letter-spacing: .1em;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--clr_blue);
	color: var(--clr_blue);
	font-weight: 500	
}	
.four_stp .inn .stage .block .rad_ttl .num span {
    font-size: clamp(22px, 2.13vw, 32px);
}	
.four_stp .inn .stage .block .rad_ttl .mn {
    font-size: clamp(22px, 2vw, 30px);
	color: var(--clr_blue);
	font-weight: 500	
}	
.four_stp .inn .stage .block_wrap .block {
    margin-bottom: min(8.67vw, 130px);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}	
.four_stp .inn .stage .block_wrap .block::after {
	content: "";
	position: absolute;
	bottom: calc(min(6.4vw, 96px) * -1);
	left: 0;
	right: 0;
	width: min(16.67vw, 250px);
	height: min(3.4vw, 51px);
	margin: auto;
	background: url("../img/four_stp.webp") no-repeat center / cover
}	
.four_stp .inn .stage .block_wrap .block:last-child::after {
	display: none
}	
.four_stp .inn .stage .block_wrap .block .px {
	width: 50%;
}	
.four_stp .inn .stage .block .tx {
	width: 50%;	
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.8;
    font-feature-settings: "palt";
	padding-left: 3%
}	
.four_stp .inn .stage .tra {
	display: block;
    padding: 2% 0
}	
.four_stp .inn .stage .tra img {
    display: block;
    width: auto;
	max-width: 100%;
    height: auto;
    margin: 0 auto;
}	
.four_stp .inn .stage.no2 .block .rad_ttl .num {
    border-right: 1px solid var(--clr_base);
	color: var(--clr_base);
}	
.four_stp .inn .stage .block .rad_ttl .mn {
	color: var(--clr_base);
}	
.four_stp .inn .stage .bnr {
    display: block
}	
.four_stp .inn .stage .bnr img {
    margin-top: 0;
}	
.case {
    background: #eaf1fa;
}	
.case .inn {
    padding: 0;
    background: none;
}	
.case .block_wrap .block .num {
    width: 328px;
    height: 71px;
    background: url(../img/case_ttl_bg.webp) no-repeat center / cover;
    top: -35px;
    font-size: 30px;
}	
.case .block_wrap {
    margin-top: 68px;
}	
.case .block_wrap .block .ttl_min_16 {
    margin-top: min(2vw, 30px);
	font-weight: 500
}	
.case .block_wrap .block .sepa .item .in .supp {
    font-size: clamp(15px, 1.33vw, 20px);
    font-weight: 100;
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 10px;
}	
.case .block .dtl .tgt {
    padding: 24px 30px;
    font-size: clamp(15px, 1.33vw, 20px);
    font-weight: 400;
    color: #FFF;
    letter-spacing: .1em;
    line-height: 1;
    font-feature-settings: "palt";
    position: relative;
    cursor: pointer;
}	
.case .block .dtl .tgt::before {
    right: 20px; /* 右端からの距離 */
    width: 25px;  /* 線の長さ */
}
.case .block .dtl .tgt::after {
    right: 20px;
    width: 25px;
    height: 2px;
}
.case .block .dtl .mn {
    padding: min(2.13vw, 32px);
    display: none;
}	
.case .block .dtl .mn .in_sepa dt {
    width: 108px;
    padding: 0;
}	
.case .block .dtl .mn .in_sepa dd {
    width: calc(100% - 108px);
    padding: 0 0 0 1.5%;
    line-height: 1.8;
}
.case .block .dtl .mn .in_sepa {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    font-feature-settings: "palt";
}	
.case .block .dtl .mn .risk {
    margin-top: min(3.2vw, 48px);
}	
.case .block .dtl .mn .risk .ttl_rsk {
    background: #999999;
    padding: 3px;
    font-size: clamp(17px, 1.6vw, 24px);
    font-weight: 500;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}	
.case .block .dtl .mn .risk p {
    font-size: 16px;
    letter-spacing: 0;
}	
.case .block_wrap .block {
    margin-bottom: min(6.67vw, 100px);
}	
.price .stage .block.no1 .ivn_logo img {
    display: block;
    margin-inline: auto;
    width: auto;
    height: auto;
	max-width: 100%
}	
.price .stage .block, .director .stage .block {
    width: 100%;
	max-width: 900px;
    margin-inline: auto;	
    background: #FFF;
    padding: 22px 20px;
}	
.price .stage .block.no1 {
    margin-top: calc(min(5.73vw, 86px) * -1);
    position: relative;
    z-index: 10;
}	
.price .stage .block, .director .stage .block {
    padding: min(3vw, 45px) min(5.73vw, 86px);
}	
.ttl_min_20 {
    font-size: clamp(22px, 2vw, 30px);
}
.price .stage .block.no1 .ttl_min_20 {
    margin: 10px 0 0;
}
.price .stage .block.no1 .yens {
    font-size: clamp(22px, 2.13vw, 32px);
}	
.price .stage .block.no1 .yens .yen img {
    position: relative;
    bottom: -10px;
    display: block;
    width: min(17.8vw, 267px);
    height: auto;
}	
.price .stage .block.no1 .price_btns {
    width: 100%;
    margin: 27px auto 0;
	display: flex;
	column-gap: 14px
}	
.price .stage .block.no1 .price_btns .btn {
    padding: 14px 0;
    border-radius: 28px;
    font-size: clamp(13px, 1.33vw, 20px);
	flex: 1;
	margin-bottom: 0
}	
.tbl_price {
	max-width: 900px;
	background: #FFF;
    margin-inline: auto;
	padding: 0 min(5.73vw, 86px)
}	
.tbl_price .row.no1 .col {
    padding: 15px 0;
    font-size: clamp(15px, 1.2vw, 18px);
}	
.tbl_price .row.cmmn .col {
    padding: 18px 0;
    font-size: clamp(15px, 1.2vw, 18px);
    background: #FFF;
}	
.tbl_price .row .col.no1 {
    width: 55.72%;
	justify-content: flex-start;
	text-align: left;
	padding-left: 2%;
}	
.tbl_price .row .col.cmmn {
    width: calc((100% - 55.72%) / 2);
}	
.price .stage .block.no2{
	padding-top: 25px;
}	
.price .stage .tx, .bse_tx_1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
	font-feature-settings: "palt";	
	letter-spacing: .025em
}	
.price .stage {
    padding-bottom: min(4.67vw, 70px);
}	
.director {
    padding: min(4.67vw, 70px) 0;
}	
.director .for_pc_sepa {
    display: flex;
}	
.director .stage .block.no1 .dir_px,
.director .stage .big_px {
    display: block;
    width: 43%;
}
.director .stage .block.no1 .dir_px img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.director .for_pc_sepa .tx {
    width: calc(100% - 43%);
	padding-left: 3.5%!important
}	
.director .for_pc_sepa .tx .bse_tx_1 {
    margin-top: 0!important;
}	
.director .for_pc_sepa .tx .tx_cent {
    text-align: left;
	font-size: clamp(13px, 1.47vw, 22px);
	margin-top: 10%
}	
.director .stage {
    width: 92%;
    margin-inline: auto;
    background: #FFF;
    padding: 0;
    padding-bottom: min(4.67vw, 70px);	
} 	
.director .stage .block {
   padding: 0
} 	
.director .stage .block.no1 {
    padding-top: min(5.33vw, 80px);
}	
.director .stage .block.no1 .h_type_line.no2 {
	margin-top: min(5.33vw, 80px);
}
.director .for_pc_sepa.no2 {
	max-width: 900px;
    margin-inline: auto;
}	
.voice .stage {
    padding: 0;
}	
.voice .stage .block.no1 {
    display: flex;
    justify-content: flex-start;
}	
.voice .stage .block.no2 {
    display: flex;
    justify-content: flex-end;
}	
.voice .stage .block .mn {
    width: 54%;
    padding: 35px 40px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: .0em;
    line-height: 1.8;
    font-feature-settings: "palt";
    position: relative;
}	
.voice .stage .block.no1 .mn {
	margin-left: 108px;
	padding-left: 57px
}		
.voice .stage .block.no2 .mn {
	margin-right: 108px;
	padding-right: 57px
}		

.voice .stage .block .obj {
    width: 145px;
    bottom: 5px;
    max-width: inherit;
}	
.voice .stage .block .mn .nam {
    font-weight: 600;
    margin-top: 6px;
	font-size: clamp(16px, 1.33vw, 20px);	
}	
.faq .block {
    margin-bottom: 15px
}	
.faq .block:last-child {
    margin-bottom: 0
}	
.faq .block .q_area {
    border: 1px solid var(--clr_blue);
}	
.faq .block .q_area .in {
    padding: 15px 34px;
}	
.faq .block .a_area {
    padding: 14px 34px;
    font-size: 16px;
}	
.faq .block .q_area .in .en {
    width: 22px;
    height: 28px;
}	
.faq .block .q_area .in .mn {
    padding-left: 23px;
    font-size: clamp(16px, 1.33vw, 20px);
    font-weight: 500;
    letter-spacing: .0em;
    font-feature-settings: "palt";
}	
.faq .block .q_area .in::after {
	right: 34px; /* 右端からの余白 */
	width: 20px;  /* 矢印のサイズ（イラレに合わせて調整） */
	height: 20px; /* 矢印のサイズ（イラレに合わせて調整） */
}
.last_msg {
    padding: min(5.33vw, 80px) 0 0;
    background: url(../img/last_msg_pc.webp) no-repeat top / cover;
}
.last_msg .stage .ttl {
    font-size: clamp(22px, 2.13vw, 32px);
    margin: -40px 0 42px;
	position: relative;
	z-index: 10
}	
.last_msg .stage .ttl span {
    display: inline-block;
	padding: 0 6%
}	
.last_msg .stage aside {
    width: 75%;
	z-index: 0
}	
.last_msg .stage .h_type_line {
    margin-bottom: min(3.33vw, 50px);
	padding-bottom: min(3.33vw, 50px)
}	
.training .inn .stage .ttl::before, .h_type_line::before {
    width: min(6.4vw, 96px);
}
.last_msg .stage .tx {
    font-family: shippori-mincho, sans-serif;
    font-size: clamp(16px, 1.33vw, 20px);
    font-weight: 900;
    text-align: center;
    letter-spacing: .05em;
    line-height: 2.2;
    font-feature-settings: "palt";
}	
.last_msg .stage {
    padding: 0 2% min(3.33vw, 50px);
}	
footer .logos .ft_logo img {
    width: 326px;
}	
footer .logos {
    padding: 20px 0 28px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(147, 184, 230, 1) 25%, rgba(67, 131, 212, 1) 100%);

}	
footer .tels {
    margin: min(5.33vw, 80px) 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: min(2vw, 30px)
}	
footer .tels .ft_tels {
    margin-bottom: 0
}	
footer .tels .ttl {
    font-size: clamp(18px, 1.73vw, 26px);
    font-weight: 500;
}	
footer .tels .ft_tels img {
    display: block;
    width: 100%;
	max-width: 467px;
    height: auto;
    margin-inline: 0;
}	
footer .tels .add_info {
	width: 100%;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.6;
}	
footer .time_tbl_wrap {
    margin-top: 0;
    font-size: clamp(16px, 1.33vw, 20px);
    font-weight: 600;
    letter-spacing: .0em;
    font-feature-settings: "palt";
}	
footer .time_tbl_wrap .info {
    padding: 3% 0 3% 9%;
    font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 500
}
footer .time_tbl .cell {
    padding: 22px 0;
}	
footer .time_tbl .in_time aside {
    bottom: 3px;
    font-size: 16px;
}	
.ggmap {
    position: relative;
    padding-bottom: 22.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}	
footer .cp {
    padding: 16px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    font-feature-settings: "palt";
}	
footer {
    margin-bottom: 0;
}	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
    header.general {
        padding: 34px 2%;
    }
	.wrap_1500 {
	    padding-right: 2%;
    	padding-left: 2%;		
	}
}
	

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

