@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
@media screen and (min-width: 1001px) {
	.header__sp-area {
		display: none !important;
	}
}
@media screen and (max-width: 1000px) {
	.navi--visible-pc {
		display: none !important;
	}
    .header__sp-area {
        display: block;
        zoom: 1.5;
    }
}
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
	.header__sp-area {
        display: block;
        zoom: 1;
    }
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
	.navi--visible-sp {
		display: none !important;
	}
}
/* ==========================================================================
 * tablet
 * ========================================================================== */
@media screen and (max-width: 1010px) {
  html { zoom: 0.9; }
}
@media screen and (max-width: 910px) {
  html { zoom: 0.85; }
}
@media screen and (max-width: 860px) {
  html { zoom: 0.8; }
}
@media screen and (max-width: 810px) {
  html { zoom: 0.7; }
}
@media screen and (max-width: 760px) {
  html { zoom: 0.65; }
}
@media screen and (max-width: 710px) {
  html { zoom: 0.6; }
}
@media screen and (max-width: 640px) {
  html { zoom: 1; } 
}

/* --------------------------------------------------------------------------
 * ★追加: zoom 非対応ブラウザ（Firefox 125以前など）向けテキストスケーリング
 *
 * zoom が効かない環境では html の font-size を同じ倍率で下げることで
 * rem ベースの p / h タグなどのテキストを確実に縮小する。
 * @supports not (zoom: 1) により zoom が動作するブラウザには適用せず、
 * Chrome/Safari での二重縮小を防ぐ。
 * -------------------------------------------------------------------------- */
@supports not (zoom: 1) {
  @media screen and (max-width: 1010px) and (min-width: 641px) {
    html { font-size: 56.25%; overflow-x: hidden; } /* 62.5% × 0.90 */
  }
  @media screen and (max-width: 910px) and (min-width: 641px) {
    html { font-size: 53.13%; } /* 62.5% × 0.85 */
  }
  @media screen and (max-width: 860px) and (min-width: 641px) {
    html { font-size: 50.00%; } /* 62.5% × 0.80 */
  }
  @media screen and (max-width: 810px) and (min-width: 641px) {
    html { font-size: 43.75%; } /* 62.5% × 0.70 */
  }
  @media screen and (max-width: 760px) and (min-width: 641px) {
    html { font-size: 40.63%; } /* 62.5% × 0.65 */
  }
  @media screen and (max-width: 710px) and (min-width: 641px) {
    html { font-size: 37.50%; } /* 62.5% × 0.60 */
  }
	@media screen and (max-width: 640px) {
  html { zoom: 1; } /* SP：font-size は root の 62.5% のまま変えない */
}
}


html {
	overflow-x: hidden;
}
/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
	font-family: "bahnschrift", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "bahnschrift", sans-serif;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "bahnschrift-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "bahnschrift-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "bahnschrift-semicondensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "bahnschrift-semicondensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.bahnschrift {
	font-family: "bahnschrift-semicondensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.bahnschrift-b {
	font-family: "bahnschrift-semicondensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li,
ul.list-annotation li,
ol li {
	margin-bottom: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 10rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}
h2,
.h2 {
	font-size: 4.8rem;
	line-height: 1.2;
	margin: 0;
	color: #333333;
	letter-spacing: .06em
}
h3,
.h3 {
	font-size: 4rem;
	line-height: 1.2;
	margin: 0;
	color: #333333;
	letter-spacing: .06em
}
h4,
.h4 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
	color: #333;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
.palt {
	font-feature-settings: "palt";
}
.annotation {
	font-size: 1.4rem;
}
.txt25 {
	font-size: 2.5rem;
}
.txt32 {
	font-size: 3.2rem;
	font-weight: bold;
}
.txt36 {
	font-size: 3.6rem;
}
.txt40 {
	font-size: 4rem;
}
.txt60 {
	font-size: 6rem;
	font-weight: bold;
}
.txt80 {
	font-size: 80%;
}
.txt125 {
	font-size: 125%;
}
.txt130 {
	font-size: 130%;
}
.txt150 {
	font-size: 150%;
}
.txt190 {
	font-size: 190%;
}

.txt-yellow {
	color: #ffea60;
}
.txt-orange {
	color: #ff8610;
}

.marker-yellow {
	background-color: #ffea60;
	padding: 1px;
	line-height: 1.8em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}


@media screen and (max-width: 640px) {
	h1,
	.h1 {
		font-size: 14.7vw;
		font-weight: 500;
		line-height: 1.1em;
		margin: 0;
		letter-spacing: .08em;
	}
	h2,
	.h2 {
		font-size: 7.5vw;
		line-height: 1.3em;
		margin: 0;
	}
	h3,
	.h3 {
		font-size: 6.2vw;
		line-height: 1.3em;
		margin: 0;
	}
	h4,
	.h4 {
		font-size: 7.5vw;
		line-height: 1.2;
		margin: 0;
	}
	p {
		margin: 0;
		color: #333;
	}
	p + p {

		margin-bottom: 0;
	}
	.txt-left {
		text-align: left;
	}
	.txt-center {
		text-align: center;
	}
	.txt-right {
		text-align: right;
	}
	.txt-unbold {
		font-weight: normal;
	}
	.txt-bold {
		font-weight: bold;
	}
	.txt-emphasis {
		color: #e74c3c;
	}
	.txt-notes {
		color: #7f8c8d;
	}
	.palt {
		font-feature-settings: "palt";
	}
	.annotation {
		font-size: 3.4vw;
	}
	.txt25 {
		font-size: 5vw;
	}
	.txt32 {
		font-size: 5vw;
		font-weight: bold;
	}
	.txt36 {
		font-size: 5.6vw;
	}
	.txt40 {
		font-size: 6.3vw;
	}
	.txt60 {
		font-size: 9.4vw;
	}
	.txt80 {
		font-size: 80%;
	}
	.txt125 {
		font-size: 125%;
	}
	.txt130 {
		font-size: 130%;
	}
	.txt150 {
		font-size: 150%;
	}
	.txt190 {
		font-size: 190%;
	}
	.txt-yellow {
		color: #ffea60;
	}
	.txt-orange {
		color: #ff8610;
	}

	.marker-yellow {
		background-color: #ffea60;
	}
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0 !important;}
.padding-none {padding:          0 !important;}

.margin-T0    {margin-top:       0 !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}

.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0 !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0 !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0 !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0 !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0 !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0 !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0 !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page_container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.inner-width {
		width: 90%;
		margin: 0 auto;
	}
	.inner-width-sp {
		width: 90%;
		margin: 0 auto;
	}
	#page_container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 8999;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 640px) {
	a.backtotop {
		position: fixed;
		bottom: 35vw;
		right: 5%;
		width: 40px;
		height: 40px;
		padding: 38px 0 0;
		background-color: #ccc;
		color: #fff;
		text-align: center;
		font-size: 14px;
		cursor: pointer;
		opacity: .5;
		border-radius: 50%;
	}
	a.backtotop::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 17.3px 10px;
		border-color: transparent transparent #ffffff transparent;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.nav {
	justify-items: center;
	position: fixed;
	z-index: 9000;
	max-width: 2000px;
	width: 100%;
}
.hd__conteiner {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding: 15px 0;
	width: 100%;
}
.hd__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hd__gnav--left {
	width: 20%;
}


.hd__right--flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 120%;
}
.hd__right--flex .hd__right-list {
	display: flex;
    justify-content: space-evenly;
    width: 50%;
	align-items: center;
	line-height: 1.4em;
}
.hd__right--flex .hd__right-list a {
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

.hd__right-list li.active a,
.hd__right-list li.hover-active a,
.hd__right-list li a:hover {
	color: #1c4476;
	font-weight: 800;
	text-decoration: none;
}

.hd__right-list li a {
	transition: all 0.3s ease;
	display: inline-block;
	padding: 8px 5px; /* 常にpaddingを適用 */
}

/* ホバー時のスタイル */
.hd__right-list li a:hover {
	color: #1c4476;
	font-weight: 800;
	text-decoration: none;
}

.hd__cta picture {
	width: 100%;
}
.hd__cta--inquiry {
	margin-left: 10px;
}

.hd__cta:hover {
	transform: scale(1.02);
}
.hd__cta--button {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.hd__cta--button:active {
	transform: translateY(4px);
	box-shadow: 
	0 0 0 #c45c00,
	0 2px 4px rgba(0, 0, 0, 0.3),
	inset 0 2px 3px rgba(255, 255, 255, 0.4);
}
.hd__cta--text {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	align-items: end;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	line-height: 1.2em;
}

.hd__cta--text::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: -10%;
	right: -6%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
	.nav {
        position: relative;
    }
	.hd__conteiner {
		background-color: #fff;
		border-radius: 0;
		margin: 0;
        padding: 15px 5% 15px 0; /* 3%→15px固定に変更 */;
		width: 100%;	
	}
	.hd__gnav--left {
		width: 28%;
	}
	.hd__right--flex + div {
		text-align: right;
		padding: 0 6% 0 0;
		width: 30%;
	}
	.hd__flex {
		align-items: center;
		display: flex;
		width: 100%;
	}
	.gnavi__link {
		color: #085599;
		font-weight: 700;
		background-color: #fff;
		text-decoration: none;
	}
	
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		height: 50px;
		justify-content: center;
		position: fixed;
		right: 5%;
		z-index: 10000;
		width: 30px;
	}
	.menu__btn:before {
		content: "";
        background-color: #fff;
        border-radius: 5px;
        width: 33px;
        height: 33px;
        display: block;
        position: absolute;
        top: -15px;
        right: 1px;
	}	
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #0d264a;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9999;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #1c4476;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 0 15px 0;
		position: relative;
		text-decoration: none;
		text-align: left;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li.main__cta a {
		margin: 0 auto;
		width: 90%;
	}
	
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #1c4476;
		border-right: solid 2px #1c4476;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
		padding: 0;
		text-align: center;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #000 !important;
		text-align: center !important;
	}
	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}
	.hd__cta--button {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.2s ease;
		position: relative;
	}

	.hd__cta--button:active {
		transform: translateY(4px);
		box-shadow: 
		0 0 0 #c45c00,
		0 2px 4px rgba(0, 0, 0, 0.3),
		inset 0 2px 3px rgba(255, 255, 255, 0.4);
	}
	.hd__cta--text {
		color: #fff;
		font-size: 1.7rem;
		font-weight: bold;
		align-items: end;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		position: relative;
		line-height: 1.2em;
	}

	.hd__cta--text::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: -10%;
		right: 10%;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
	}
	.gnavi__hamburger-menu ul li.main__cta a img {
        width: 300px; /* お好みのサイズに調整 */
    }
}
@media screen and (max-width: 640px) {
	.hd__conteiner {
		background-color: #fff;
		border-radius: 0;
		margin: 0;
        padding: 3% 5% 3% 0;
		width: 100%;	
	}
}

/* ==========================================================================
 * FV
 * ========================================================================== */
.fv {
    background: url("../images/pc/fv_bg.jpg") no-repeat center center / cover;
    padding: 120px 0;
	height: 790px;
}

.fv__content {
	display: flex;
	justify-content: space-between;
}
.fv__left {
	position: relative;
}
.fv__left .annotation {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 210px;
}
.fv__pc--img {
	position: absolute;
	left: -3%;
    bottom: 6%;
    width: 110%;
}

.fv__right {
  width: 478px;
  flex-shrink: 0;
}
.fv__form-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 20px;
  height: 630px;
}
.fv__form-ttl {
  text-align: center;
  background-color: #0f6db5;
  padding: 12px;
  border-radius: 10px 10px 0 0;
}
.fv__form {
  min-height: 40px;
  margin-bottom: 16px;
  overflow-y: scroll;
  max-height: 570px;
  padding: 10px 5px 0;
}
.fv__form-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fv__form-btns .btn--white {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

@media screen and (max-width: 1000px) {
	.fv {
		background: url("../images/pc/fv_bg.jpg") no-repeat center center / 180% auto;
		padding: 50px 0;
		height: 730px;
		text-align: center;
	}
	.fv .inner-width {
		max-width: 940px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
	.fv__left {
		align-self: flex-start;
	}
	.fv__pc--img {
		bottom: 6%;
	}
	.fv__left .annotation {
		color: #fff;
		font-size: 10px;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
	.fv {
		background: url("../images/sp/fv_bg@2x.jpg") no-repeat center center / cover;
		padding: 8% 0 4%;
		height: 157vw;
		text-align: center;
	}
	.fv__pc--img {
		position: static;
		width: 106%;
		margin: 5% 0 0;
	}
	.fv__left .annotation {
		color: #fff;
		font-size: 3.4vw;
		font-weight: 400;
		margin-top: 5%;
	}
	
}

/* ==========================================================================
 * main
 * ========================================================================== */
main {
	overflow-x: hidden;
	vertical-align: bottom;
}
picture {
	display: block;
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
    background-color: #f9f9f9;
    padding: 80px 0;
	text-align: center;
}
.cta__flex {
	display: flex;
	justify-content: space-between;
}

.cta-button {
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cta-button:hover {
	transform: scale(1.02);
}
.cta__button--wrap {
	position: relative;
	display: inline-block;
}
.cta__button--wrap:hover {
	transform: scale(1.02);
}
.cta__materials {
	position: absolute;
	left: -82px;
	bottom: -3px;
	width: 120px;
	z-index: 1;
	pointer-events: none;
}


@media screen and (max-width: 640px) {
	.cta {
		background-color: #f9f9f9;
		padding: 10% 0;
		text-align: center;
	}
	.cta__flex {
		display: inline-block;
		width: 90%;
		text-align: center;
	}
	.main__cta {
		margin-bottom: 10%;
	}

	.cta-button {
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.2s ease;
	}

	.cta-button:hover {
		transform: scale(1.02);
	}
	.cta__button--wrap {
		position: relative;
		display: inline-block;
	}
	.cta__button--wrap:hover {
		transform: scale(1.02);
	}
	.cta__materials {
		position: absolute;
		left: -5%;
        bottom: 0;
        top: -12%;
        width: 20%;
		z-index: 1;
		pointer-events: none;
	}
}

/* ==========================================================================
 * Ranking
 * ========================================================================== */
.ranking {
    background: url("../images/pc/ranking_bg.jpg") no-repeat center center / cover;
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* ranking__img を最前面に */
.ranking .inner-width {
    position: relative;
    z-index: 2;
}

/* スクロールロゴのラッパー */
.ranking__scroll {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    overflow: hidden;

/* ▼ ranking__img（inner-width: max-width:920px / width:90%）の真下だけ透明にするマスク */
	-webkit-mask-image: linear-gradient(
		to right,
		black 0%,
		black calc(50% - min(320px, 45%)),
		transparent calc(50% - min(320px, 45%)),
		transparent calc(50% + min(320px, 45%)),
		black calc(50% + min(320px, 45%)),
		black 100%
	);
	mask-image: linear-gradient(
		to right,
		black 0%,
		black calc(50% - min(320px, 45%)),
		transparent calc(50% - min(320px, 45%)),
		transparent calc(50% + min(320px, 45%)),
		black calc(50% + min(320px, 45%)),
		black 100%
	);
}

.ranking__scroll--inner {
    display: flex;
    width: max-content;
    animation: scrollLogo 70s linear infinite;
}

.ranking__scroll--inner img {
    height: 170px;
    flex-shrink: 0;
}

@keyframes scrollLogo {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media screen and (max-width: 1000px) {
	/* ranking__img を最前面に */
	.ranking__img {
		width: 45%;
        display: inline-block;
	}

/* スクロールロゴのラッパー */
	.ranking__scroll {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		z-index: 1;
		overflow: hidden;

	/* ▼ ranking__img（inner-width: max-width:920px / width:90%）の真下だけ透明にするマスク */
		-webkit-mask-image: linear-gradient(
			to right,
			black 0%,
			black calc(50% - min(240px, 45%)),
			transparent calc(50% - min(240px, 45%)),
			transparent calc(50% + min(240px, 45%)),
			black calc(50% + min(240px, 45%)),
			black 100%
		);
		mask-image: linear-gradient(
			to right,
			black 0%,
			black calc(50% - min(240px, 45%)),
			transparent calc(50% - min(240px, 45%)),
			transparent calc(50% + min(240px, 45%)),
			black calc(50% + min(240px, 45%)),
			black 100%
		);
	}

	.ranking__scroll--inner {
		display: flex;
		width: max-content;
		animation: scrollLogo 70s linear infinite;
	}

	.ranking__scroll--inner img {
		height: 170px;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 640px) {
	/* rankingをflexにして順序を制御 */
    .ranking {
		background: url("../images/sp/ranking_bg@2x.jpg") no-repeat center center / cover;
        display: flex;
        flex-direction: column;
        padding: 10% 0;
    }

    /* ranking__imgを上に */
    .ranking .inner-width {
        order: 1;
        position: relative;
        z-index: auto;
    }

    .ranking__img {
        width: 90%;
        text-align: center;
        display: inline-block;
		margin-bottom: 2%;
    }

    /* スクロールロゴをabsoluteから通常フローに戻して下に配置 */
    .ranking__scroll {
        order: 2;
        position: static;      /* absoluteを解除 */
        transform: none;       /* translateY(-50%)を解除 */
        margin-top: 15px;
        -webkit-mask-image: none; /* マスクを解除 */
        mask-image: none;
    }

    .ranking__scroll--inner img {
        height: 30vw;
    }
	
}


/* ==========================================================================
 * Problem
 * ========================================================================== */
.problem {
	background: url("../images/pc/problem_bg.jpg") no-repeat center center / cover;
    padding: 40px 0;
	text-align: center;
}
.problem__better--3sb {
	margin-top: 60px;
}
.problem__merit {
	background: #1c4476;
	padding: 65px 55px;
	border-radius: 10px;
}
.problem__movie--ttl {
	margin: 30px 0;
}

.problem__deep {
	background: url("../images/pc/problem_solo_bg.jpg") no-repeat center center / cover;
	padding: 20px 0 0;
}

@media screen and (max-width: 640px) {
	.problem {
		background: url("../images/sp/problem_bg@2x.jpg") no-repeat center center / cover;
		padding: 3% 0;
		text-align: center;
	}
	.problem__better--3sb {
		margin-top: 10%;
	}
	.problem__merit {
		background: #1c4476;
		padding: 12% 5% 20px;
        border-radius: 10px;
        margin: 8% 0 0;
	}
	.problem__movie--ttl {
		margin: 5% 0;
		width: 90%;
		text-align: center;
		display: inline-block;
	}

	.problem__deep {
		background: url("../images/sp/problem_img_solo@2x.png") no-repeat center center / cover;
		padding: 0;
		height: 143vw;
	}
	.problem__merit iframe {
		width: 100%;
		height: 60vw;
	}
}


/* ==========================================================================
 * Solution
 * ========================================================================== */
.solution01__comparison {
	background: url("../images/pc/solution_01_bg01.jpg") no-repeat center center / cover;
	padding: 100px 0 60px;
	text-align: center;
}
.solution01__comparison h2 {
	color: #fff;
}
.solution01__ttl {
	margin: 80px 0 60px;
}
.solution01__alignment {
	background: url("../images/pc/solution_01_bg02.jpg") no-repeat center center / cover;
	padding: 35px 0 80px;
	text-align: center;
}
.solution01__step {
	background: url("../images/pc/solution_01_bg03.jpg") no-repeat center center / cover;
	padding: 45px 0 100px;
	text-align: center;
}

.solution02 {
	background: url("../images/pc/solution_02_bg.jpg") no-repeat center center / cover;
	padding: 100px 0 100px;
	text-align: center;
}
.solution02__auto {
	margin: 55px 0 15px;
 }
.solution02__summary {
	text-align: left;
	width: 107%;
}

.solution03 {
	background: url("../images/pc/solution_03_bg.jpg") no-repeat center center / cover;
	padding: 100px 0 118px;
	text-align: center;
}
.solution03__ttl {
	margin-bottom: 55px;
}
.solution03__esm {
	background-color: #fff;
	padding: 115px 0 100px;
	position: relative;
}
.solution03__circle {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	.solution01__comparison {
		background: url("../images/sp/solution_01_bg01@2x.jpg") no-repeat center center / cover;
		padding: 11% 0;
		text-align: center;
	}
	.solution01__comparison h2 {
		color: #fff;
	}
	.solution01__ttl {
		margin: 8% 0 5%;
        width: 90%;
        display: inline-block;
	}
	.solution01__alignment {
		background: url("../images/sp/solution_01_bg02@2x.jpg") no-repeat center center / cover;
		padding: 6% 0;
		text-align: center;
	}
	.solution01__alignment picture {
		width: 90%;
		display: inline-block;
	}
	.solution01__step {
		background: url("../images/sp/solution_01_bg03@2x.jpg") no-repeat center center / cover;
		padding: 17% 0 12%;
		text-align: center;
	}

	.solution02 {
		background: url("../images/sp/solution_02_bg@2x.jpg") no-repeat top center / cover;
		padding: 11% 0 13%;
		text-align: center;
	}
	.solution02__ttl {
		width: 97%;
        display: inline-block;
	}
	.solution02__auto {
		margin: 5% 0 10%;;
	 }
	.solution02__summary {
		text-align: center;
		width: 100%;
	}

	.solution03 {
		background: url("../images/sp/solution_03_bg@2x.jpg") no-repeat top center / cover;
		padding: 11% 0 6%;
		text-align: center;
		height: 238vw;
	}
	.solution03__ttl {
		margin-bottom: 6%;
		width: 90%;
        display: inline-block;
	}
	.solution03__esm {
		background-color: #fff;
		padding: 11% 0 13%;
		position: relative;
	}
	.solution03__circle {
		position: absolute;
		top: -2.5%;
		left: 50%;
		transform: translateX(-50%);
		width: 20%;
		display: inline-block;
	}
	.solution03__merit {
		position: relative;
	}
	.solution03__merit--img {
		position: absolute;
		top: 17%;
        left: -6%;
        width: 28%;
	}
}

/* ==========================================================================
 * Support
 * ========================================================================== */
.support {
	background: url("../images/pc/support_bg.jpg") no-repeat center center / cover;
	padding: 100px 0;
	text-align: center;
}
.support h2 {
	color: #1c4476;
}
.support__subttl {
	margin: 80px 0 30px;
}
.support__step {
	text-align:left;
}
.support__step01, .support__step02, .support__step03 {
	position: relative;
}
.support__step01--img {
	position: absolute;
	top: -200px;
	right: 66px;
}
.support__step01--hand {
	position: absolute;
	bottom: -10px;
	right: -120px;
}

.support__step02--img {
	position: absolute;
	bottom: -10px;
	right: -120px;
}
.support__step03--img {
	position: absolute;
	bottom: -22px;
	right: -55px;
}
.support__graph {
	margin: 70px 0 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.support {
		background: url("../images/sp/support_bg@2x.jpg") no-repeat top center / cover;
		padding: 11% 0 12%;
		text-align: center;
	}
	.support h2 {
		color: #1c4476;
		letter-spacing: .04em;
	}
	.support__subttl {
		margin: 8% 0;
	}
	.support__step {
		text-align:left;
	}
	.support__step01, .support__step02, .support__step03 {
		position: relative;
	}
	.support__step01--img {
		position: absolute;
		top: -13%;
        right: -1%;
        width: 17%;
	}
	.support__step01--hand {
		position: absolute;
		bottom: -10%;
        right: -5%;
        width: 42%;
	}

	.support__step02--img {
		position: absolute;
		bottom: -2%;
        right: -6%;
        width: 24%;
	}
	.support__step03--img {
		position: absolute;
		bottom: -4%;
        right: -5%;
        width: 27%;
	}
	.support__graph {
		margin: 13% 0 0;
		text-align: center;
	}
}


/* ==========================================================================
 * Case
 * ========================================================================== */
.case {
	background: none;
	background-color: #f7f7f7;
	padding: 100px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.case::before {
		content: "CASE STUDY";
		position: absolute;
		top: 51px;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 150px;
		font-weight: bold;
		color: #e7e9ec;
		white-space: nowrap;
		pointer-events: none;
		z-index: 0;
		letter-spacing: 0.05em;
	}

	/* コンテンツが擬似要素の上に来るように */
	.case .inner-width {
		position: relative;
		z-index: 1;
	}
.case__220 {
	margin: 60px 0 0;
}
.case__60-5, .case__2-5 {
	margin: 90px 0 30px;
}
.case__cta h3 {
	margin: 80px 0 45px;
}

@media screen and (max-width: 640px) {
	.case {
		background: url("../images/sp/case_bg@2x.jpg") no-repeat top center / 100%;
		padding: 11% 0 10%;
		text-align: center;
	}
	.case::before {
		display: none;
	}
	.case__220 {
		margin: 60px 0 0;
	}
	.case__60-5, .case__2-5 {
		margin: 90px 0 30px;
	}
	.case__cta h3 {
		margin: 13% 0 10%;
	}
	
	.case__slider::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60vw;
		height: 30vw;
		background-image: url(../images/sp/case_icon@2x.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10;
		pointer-events: none;
		animation: pulse 2s infinite;
	}
	.case__slider.is-swiped::before {
        display: none;
    }
	
	.case__slider {
        position: relative;
        margin-top: 8%;
    }
    .case__slider .case__220,
    .case__slider .case__60-5,
    .case__slider .case__2-5 {
        margin: 0;
    }

    /* ナビ全体 */
    .case__slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 16px;
    }

    /* 矢印ボタン */
    .case__nav-prev-btn,
    .case__nav-next-btn {
        position: relative;
        width: 36px;
        height: 36px;
        background: #fff !important;
        border: 1px solid #ccc !important;
        border-radius: 50%;
        cursor: pointer;
        outline: none;
        font-size: 0;
        flex-shrink: 0;
        padding: 0;
    }
    .case__nav-prev-btn:hover,
    .case__nav-next-btn:hover,
    .case__nav-prev-btn:focus,
    .case__nav-next-btn:focus,
    .case__nav-prev-btn:active,
    .case__nav-next-btn:active {
        background: #fff !important;
        border: 1px solid #ccc !important;
        outline: none !important;
    }
    .case__nav-prev-btn::before,
    .case__nav-next-btn::before {
        content: "" !important;
        display: block !important;
        width: 8px !important;
        height: 8px !important;
        border-top: 2px solid #333 !important;
        border-right: 2px solid #333 !important;
        opacity: 1 !important;
        background: transparent !important;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .case__nav-prev-btn::before {
        transform: translate(-30%, -50%) rotate(-135deg) !important;
    }
    .case__nav-next-btn::before {
        transform: translate(-70%, -50%) rotate(45deg) !important;
    }

    /* ドット */
    .case__nav-dots .slick-dots {
        position: static !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        bottom: auto;
    }
    .case__nav-dots .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
    }
    .case__nav-dots .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #ccc;
        border: none;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        font-size: 0;
        display: block;
    }
    .case__nav-dots .slick-dots li button::before {
        display: none !important;
    }
    .case__nav-dots .slick-dots li.slick-active button {
        background: #1c4476;
    }
	.slick-dotted.slick-slider {
		margin-bottom: 0!important;
}
}

/* ==========================================================================
 * USER COMPANY
 * ========================================================================== */
.user__company {
		background: none;
		background-color: #ecfdff;
		padding: 100px 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	/* デコレーションテキストを擬似要素で再現 */
	.user__company::before {
		content: "USER COMPANY";
		position: absolute;
		top: 41px;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 120px;
		font-weight: bold;
		color: #ddeff3;
		white-space: nowrap;
		pointer-events: none;
		z-index: 0;
		letter-spacing: 0.05em;
	}

	/* コンテンツが擬似要素の上に来るように */
	.user__company .inner-width {
		position: relative;
		z-index: 1;
	}

.user__company h2 {
	color: #1c4476;
}
.user__company h3 {
	margin: 80px 0 60px;
}


@media screen and (max-width: 640px) {
	.user__company {
		background: url("../images/sp/user_company_bg@2x.jpg") no-repeat center center / cover;
		padding: 11% 0;
		text-align: center;
	}
	.user__company::before {
		display: none;
	}
	.user__company h2 {
		color: #1c4476;
	}
	.user__company h3 {
		margin: 8% 0 10%;
	}
	.user__company--graph {
		width: 85%;
		display: inline-block;
	}
}
/* ==========================================================================
 * Faq
 * ========================================================================== */
.faq {
	background: url("../images/pc/faq_bg.jpg") no-repeat top center;
	padding: 100px 0 135px;
	text-align: center;
}
.faq .inner-width {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.faq__ttl h2 {
	margin: 0 0 80px;
	color: #1c4476;
}
#faq ul {
	margin-top: 30px;
	text-align: justify;
}
#faq ul li+li{
	margin-top: 10px;
}

.faq__qaList dt {
	background: url("../images/sp/q@2x.png") 3% 50%/6% no-repeat;
	background-color: #1c4476;
	border-radius: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	padding: 20px 75px 20px 75px;
	position: relative;
	cursor: pointer;
}
.faq__qaList dt.open::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 10%;
	right: 5%;
    width: 20px;
    height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
}
.faq__qaList dt.close::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: -10%;
	right: 5%;
    width: 20px;
    height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/sp/a@2x.png") 3% 50%/6% no-repeat;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 25px 25px 25px 75px;
	display: none;
	text-align: justify;
}

.faq__detail dt {
	background-color: #5e6a6e;
	border-radius: 40px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-top: 50px;
}
.faq__detail dt.open::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 10%;
	right: 5%;
    width: 20px;
    height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
}
.faq__detail dt.close::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: -10%;
	right: 5%;
    width: 20px;
    height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.faq__detail dd {
	color: #333333;
	display: none;
	text-align: justify;
}


@media screen and (max-width: 640px) {
	.faq {
		background: url("../images/sp/faq_bg@2x.jpg") no-repeat top center / 100%;
		padding: 11% 0 13%;
	}
	.faq__ttl {
		text-align: center;
		margin: 0 0 10%;
	}
	.faq__ttl h2 {
		text-align: center;
		margin: 0;
	}
	#faq ul {
		margin-top: 6%;
	}
	#faq ul li+li{
		margin-top: 30px;
	}
	.faq__qaList dt {
		background: url("../images/sp/q@2x.png") 4% 50%/9% no-repeat;
		font-size: 4.6vw;
		font-weight: bold;
		color: #fff;
		padding: 4% 11% 4% 15%;
		position: relative;
		cursor: pointer;
		background-color: #1c4476;
		border-radius: 5px;
	}
	.faq__qaList dt.open::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 10%;
		right: 0.9em;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
	}
	.faq__qaList dt.close::after {
		content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: -10%;
        right: 0.9em;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg);
	}
	.faq__qaList dd {
		background: url("../images/sp/a@2x.png") 4% 42%/9% no-repeat;
		color: #333333;
		font-size: 4.6vw;
		font-weight: 500;
		padding: 4% 5% 7% 15%;
		display: none;
		text-align: justify;
	}
	.precautions {
		background-color: #eaeaea;
		text-align: center;
		padding: 5%;
		margin-top: 10%;
	}
	.precautions strong {
		font-size: 5vw;
	}
	.precautions__txt {
		text-align: justify;
	}
	.faq__detail dt {
		background-color: #5e6a6e;
		border-radius: 40px;
		font-size: 4.6vw;
		font-weight: bold;
		color: #fff;
		padding: 4%;
		position: relative;
		text-align: center;
		cursor: pointer;
		margin-top: 12%;
	}
	.faq__detail dt.open::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 10%;
		right: 0.9em;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
	}
	.faq__detail dt.close::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
        bottom: -10%;
        right: 0.9em;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg);
	}
	.faq__detail dd {
		color: #333333;
		display: none;
		text-align: justify;
	}
	
}


/* ==========================================================================
 * Form
 * ========================================================================== */

.document {
	background-color: #efefef!important;
	text-align: center;
}
.section-ttl {
	display: inline-block;
	margin-bottom: 30px;
}
.document__content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.document__overview {
    border-radius: 10px;
    background-color: #fff;
    width: 350px;
    margin: 0;
}
.document__overview dt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #1c4476!important;
    color: #fff;
    padding: 5px;
    border-radius: 10px 10px 0 0;
}
.document__overview dd {
    padding: 15px 30px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
	color: #273752;
}
.document__overview li {
    padding-left: .7em;
    text-indent: -.7em;
}
.document__overview li::before {
	content: "・";
	letter-spacing: 0.2em;
}
.document__form {
	flex: 1 1 0;
}
.document__form-ttl {
	background-color: #1c4476!important;
	padding: 12px;
	text-align: center;
}
.document__form-area {
	background-color: #fff;
	padding: 24px;

}
.form-placeholder {
	text-align: center;
	padding: 40px 20px;

	border-radius: 6px;
}
.form-placeholder--contact {
	padding: 60px 20px;
}
.form-placeholder__txt {
	font-size: 1.4rem;
	color: var(--color-text-sub);
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.document {
		padding: 40px 0;
	}
	.document__content {
		display: block;
		position: relative;
	}
	.document__img {
		width: 95%;
        text-align: center;
        display: inline-block;
        margin: 15px 0 25px;
	}
	.document__overview {
		width: 100%;
	}
	.document__overview dt {
		background-color: var(--color-navy);
	}
	.document__form-area {
		padding: 2%;
	}
}
.contact {
  padding: 70px 0;
  background-color: var(--color-primary);
}
.contact__lead {
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-white);
  margin-bottom: 32px;
  line-height: 1.8;
}
.contact__form-area {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 50px 0;
  }
  .contact__form-area {
    padding: 20px;
  }
}

/* ==========================================================================
 * About
 * ========================================================================== */
.about {
	background: url("../images/pc/about_bg.jpg") no-repeat center center / cover;
	padding: 100px 0 100px;
	text-align: center;
	color: #fff;
}
.about__ttl {
	margin: 0 0 45px;
	color: #fff;
}
.about__logo {
	margin-bottom: 40px;
}
.about__box dl {
	text-align: left;
}

.about__box.link {
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}
.about__txt {
	font-size: 1.6rem;
	font-weight: 400;
	display: inline-block;
	margin: 0 auto;
}
.about__txt dl {
	display: flex;
	margin: 10px 0;
}
.about__txt dt {
	padding-right: 15px;
	width: 7.5em;
	font-weight: 500;
}
.about__txt dd {
	border-left: solid 1px #fcff00;
	padding-left: 20px;
}

@media screen and (max-width: 640px) {
	.about {
		background: url("../images/sp/about_bg@2x.jpg") no-repeat top center / cover;
		padding: 11% 0;
		text-align: center;
		color: #fff;
	}
	.about__ttl {
		margin: 0 0 8%;
	}
	.about__logo {
		margin-bottom: 8%;
	}
	.about__box.content {
		flex-wrap: wrap;
	}
	.about__box.link {
		margin-top: 8vw;
	}
	.about__txt {
		color: #fff;
		font-size: 4.4vw;
		font-weight: 300;
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
	.about__txt dl {
		display: flex;
		align-items: flex-start;
		margin: 4% auto 0;
        width: 100%;
	}
	.about__txt dt {
		flex-shrink: 0;
		width: 5em;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		text-align: left;
	}
	.about__txt dd {
		flex: 1;
		text-align: left;
		border-left: solid 1px #fcff00;
		padding-left: 4%;
	}

}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 300;
}

@media screen and (max-width: 640px) {
	footer {
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 2%;
		font-size: 3.1vw;
		font-weight: 300;
	}
}

.ft__cta {
		background: #f9f9f9;
		box-shadow: 0 0 3px 0 #ccc;
		padding: 3% 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
	}
	.ft__cta ul {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.ft__cta li {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
}
	.ft__cta li:first-child {
		background: #ff8610;
		text-align: center;
		margin: 0 2.5% 0 5%;
		width: 45%;
		font-size: 4.5vw;
	}
	.ft__cta li a {
		display: block;
		padding: 7px 0;
	}
	.ft__cta li a:hover {
		text-decoration: none;
	}
	.ft__cta li:first-child a {
		color: #fff;
	}
	.ft__cta li:last-child {
		background: #00b8d3;
		text-align: center;
		margin: 0 5% 0 2.5%;
		width: 45%;
	}
	.ft__cta li:last-child a {
		color: #fff;
	}


/* ==========================================================================
 * Satori
 * ========================================================================== */

.satori__custom_form select {
	width: 100%;
	border-radius: 5px;
  padding: 5px !important;
}
.satori__require {
	background: #ff8610 !important;
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: bold;
}
.satori__custom_form_d1f9b473d3f6d992_css .satori__input_group label:first-child {
    color: #333;
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.satori__not_require {
	background: #545a5a !important;
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: bold;
}
.satori__input_group label {
	font-weight: bold;
	width: 100%;
}
#satori__creative_container input::placeholder,
#satori__creative_container textarea::placeholder {
	color: #b7b7b7;
}
#satori__creative_container a {
	color: #305582 !important;
}
.satori__system_notes {
	font-size: 1.4rem;
}
#satori__submit_confirm {
	padding: 10px 0;
	width: 200px;
	text-align: center;
	border-radius: 100px;
}
.satori__custom_form_d1f9b473d3f6d992_css .satori__btn {
    background-color: #ff8610;
    border-radius: 100px;
}
@media screen and (max-width: 640px) {
.satori__custom_form_d1f9b473d3f6d992_css {
	font-size: 16px !important;
}
}

/* 親要素：ボタン同士の隙間を調整 */
.satori__input_group:has(input[type="radio"]):not(:has(#satori__privacy_policy_agreement)) {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	padding: 10px !important;
}


/* 部署ラベル：1行まるごと使用 */
.satori__input_group > label:first-child {
	width: 100% !important;
	margin-bottom: 10px !important;
	display: block !important;
}

/* ラジオボタン本体：非表示 */
.satori__input_group:has(input[type="radio"]):not(:has(#satori__privacy_policy_agreement)) input[type="radio"] {
	display: none !important;
}

/* ボタン化したラベル：PCでの並び */
.satori__input_group input[type="radio"] + label {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	padding: 10px 20px !important;
	border: 1px solid #33333339 !important;
	border-radius: 4px !important;
	background-color: #fff !important;
	cursor: pointer !important;
	font-size: 1.4rem !important;
	text-align: center !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

/* 選択時の色 */
.satori__input_group input[type="radio"]:checked + label {
	background-color: #0f6db5 !important;
	color: #fff !important;
	border-color: #0f6db5 !important;
}

.satori__custom_form_d1f9b473d3f6d992_css input[type=checkbox]+label, .satori__custom_form_d1f9b473d3f6d992_css input[type=radio]+label {
	padding: 2px 10px !important;
}

.satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=text], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=tel], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=password], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=email], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=number], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group input[type=url], .satori__custom_form_d1f9b473d3f6d992_css .satori__input_group textarea {
	padding: 5px !important;
}


/* ==========================================================================
 * ★タブレット追加修正（641px〜1000px）
 * ・PC版の見た目比率はすべて zoom によるスケーリングに委ねる
 * ・SP版（≤640px）は既存ルールのみで一切変更しない
 * ・以下の3点のみ個別修正を加える
 * ========================================================================== */

/* ------------------------------------------------------------------
 * 修正1: iframe をレスポンシブ化
 *
 * HTML属性 width="764" height="430" はCSSより優先されるため
 * !important で上書きし、aspect-ratio 16:9 でコンテナ幅に追従させる。
 * SP版は既存の .problem__merit iframe { width:100%; height:60vw }
 * が適用されるため影響なし。
 * ------------------------------------------------------------------ */
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .problem__merit iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------
 * 修正2: .case::before "CASE STUDY" の見切れ解消
 *
 * font-size: 150px（固定値）のままだと、タブレット幅（641〜1000px）で
 * テキスト全幅（約850px）が .case のコンテナ幅を超え、
 * overflow: hidden によって左右が切り取られる。
 * zoom はレイアウト全体をスケールするが CSS 上のピクセル値は変わらないため、
 * overflow による clipping は zoom の適用前に発生する。
 *
 * vw 単位に変更することで viewport 幅に比例してフォントが縮小し、
 * コンテナ内に収まり続ける。
 *   15vw = 150px @ 1000px（PC境界と同値で見た目が変わらない）
 *        = 114px @  760px（テキスト幅 ≈ 644px < 760px）
 *        =  96px @  641px（テキスト幅 ≈ 544px < 641px）
 *
 * SP(≤640px)は .case::before { display: none } のため影響なし。
 * ------------------------------------------------------------------ */
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .case::before {
    font-size: 14vw;
  }
}

/* ------------------------------------------------------------------
 * 修正3: .user__company::before "USER COMPANY" の見切れ解消
 *
 * 修正2と同じ原因・対策。
 *   12.5vw = 125px @ 1000px（PC境界と同値で見た目が変わらない）
 *          =  95px @  760px（テキスト幅 ≈ 684px < 760px）
 *          =  80px @  641px（テキスト幅 ≈ 576px < 641px）
 *
 * SP(≤640px)は .user__company::before { display: none } のため影響なし。
 * ------------------------------------------------------------------ */
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .user__company::before {
    font-size: 11.5vw;
  }
}

/* ==========================================================================
  * form add
  * ========================================================================== */
.satori__input_group:has(#satori__custom_field_7d360c133c0b5348b),
.satori__input_group:has(#satori__custom_field_7d360c133c0b5348b) * {margin:0 !important; padding:0 !important; width:1px !important; height:1px !important; font-size:1px; line-height:1px; color:#fff !important; border:none !important; background:transparent !important;}
.satori__input_group:has(#satori__custom_field_7d360c133c0b5348b) label {display:none;}