@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover {
	opacity: .7;
}

body {
	position: relative;
	padding-bottom: 460px;
	font-size: 14px;
	background: url(./../img/index/bg.png) repeat-y center #6fd7f4;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	min-width: 1024px;
	min-height: 100vh;
}

#wrapper {
	background: url(./../img/index/bg-deco.png) repeat-y top center;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

input[type=submit] {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.for-sp {
	display: none !important;
}

/* [type=number]矢印非表示 */
/* Chrome、Safari、EdgeなどのWebKitベースのブラウザ用 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox用 */
input[type="number"] {
	-moz-appearance: textfield;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.banner-box {
	margin: 2rem auto;
	width: 100%;
	max-width: 800px;
}

.banner-box img {
	width: 100%;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
	background: -moz-linear-gradient(0% 50% 0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(27, 42, 83, 1)), color-stop(0.1608, rgba(10, 87, 174, 1)), color-stop(0.1917, rgba(9, 94, 178, 1)), color-stop(0.3255, rgba(4, 122, 193, 1)), color-stop(0.4439, rgba(1, 138, 202, 1)), color-stop(0.5337, rgba(0, 144, 205, 1)), color-stop(0.6865, rgba(0, 142, 204, 1)), color-stop(0.7415, rgba(1, 135, 200, 1)), color-stop(0.7807, rgba(3, 124, 193, 1)), color-stop(0.8122, rgba(5, 107, 183, 1)), color-stop(0.8391, rgba(7, 85, 170, 1)), color-stop(0.8433, rgba(8, 81, 168, 1)), color-stop(1, rgba(1, 29, 117, 1)));
	background: -o-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2A53', endColorstr='#011D75' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2A53', endColorstr='#011D75', GradientType=1);
	border: #6fd7f4 8px solid;
	border-right: none;
	border-left: none;
	border-image: linear-gradient(90deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	border-image-slice: 1;
}

.head-inner {
	max-width: 1200px;
	min-width: 1024px;
	margin: auto;
}

.head-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}

.head-nav-list {
	position: relative;
}

.head-nav-list::after {
	content: "";
	width: 8px;
	height: 80px;
	background: url('./../img/index/list-after.png')no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 2px;
}

.head-nav-list:last-child:after {
	content: unset;
}

.head-nav-list img {
	width: 100%;
	height: 84px;
	object-fit: contain;
}

.image-button {
	margin: 2rem auto;
}

.image-button_spacial-rate {}

.image-button__image {}

.btn-image {}




/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
section {
	margin-bottom: 80px;
}

.content {
	min-width: 1024px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.con01 {
	position: relative;
	margin-bottom: 200px;
	padding-top: 18vw;
}

.hero-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
}

.hero-logo img {
	width: 62vw;
}

.hero-charactors {
	position: relative;
}

.hero-charactors figure {
	margin: 0;
	width: 100%;
}

.hero-charactors figure img {
	width: 100%;
}

.three-points {
	position: absolute;
	width: fit-content;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -170px;
}

.points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.point>img {
	width: 100%;
}

.shortest-time-box {
	position: relative;
}

.shortest-time {
	position: absolute;
	width: fit-content;
	right: 167px;
	bottom: 96px;
	margin: auto;
}

.rate-box {
	position: relative;
	margin: auto;
	min-width: 1024px;
	min-height: 1140px;
	max-width: 943px;
	height: 66vw;
	background: url(./../img/index/con01.png) no-repeat center;
	background-size: contain;
}

.rate-first {
	position: absolute;
	left: 100px;
	right: 0;
	margin: auto;
	top: 41%;
}

.rate {
	background: url(./../img/index/bg-water.png)no-repeat center;
	background-size: contain;
}

.rate-first-inner {
	width: 50%;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
}

.rate-first-inner p {
	display: flex;
	flex-direction: column;
}

.rate-first-inner p>img {
	width: fit-content;
	margin: auto;
}

.rate-first-inner span img {
	width: 8vw;
	max-width: 84px;
}

.rate-second {
	position: absolute;
	left: 100px;
	right: 0;
	margin: auto;
	bottom: 14%;
}

.con02 .abs-char img {
	width: 300px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.con02 .abs-char:first-of-type {
	position: absolute;
	top: 36%;
	left: -11%;
}

.con02 .abs-char:last-of-type {
	position: absolute;
	bottom: 24px;
	right: 0;
}

.cam-message {
	display: block;
	width: 50%;
	position: absolute;
	bottom: 3vw;
	left: 0;
	right: 0;
	margin: auto;
}

.button-box {
	margin: 80px 0;
}

.button-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.button-inner a {
	display: block;
	width: 100%;
}

.button-inner img {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: auto;
}

.button-box__flex {
	display: flex;
	margin-bottom: 5rem;
}

.button-box__flex>* {
	flex: 0 1 50%;
}

.button-box__flex img {
	width: 100%;
}

.simulation-box {
	position: relative;
	width: 90%;
	margin: auto;
	background: #ffffff;
	border-radius: 40px;
	border: 8px solid #000000;
	z-index: 1;
}

.simulation-box::before {
	content: "";
	display: block;
	height: calc(100% - 32px);
	width: calc(100% - 32px);
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	background: #283793;
	border-radius: 30px;
	border: 8px solid #00b6ee;
}

.simulation-inner {
	position: relative;
	width: fit-content;
	margin: auto;
	left: 0;
	right: 0;
	top: -2vw;
	z-index: 2;
}

.simulation-tittle {
	width: 90%;
	margin: auto;
}

.simulation-tittle img {
	width: 100%;
}

.simulation-rate .rate-now>img {
	display: block;
	width: 50%;
	margin: auto;
}

.rate-now {
	position: relative;
}

.rate-now-inner {
	position: absolute;
	left: 260px;
	top: 44%;
	right: 0;
	width: 25%;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
}

.rate-now-inner p {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.rate-now-inner p>img {
	width: 100%;
	height: 88.6px;
	object-fit: contain;
	margin: auto;
}

.rate-now-inner span img {
	width: 3.4vw;
	max-width: 84px;
}

.sub-st {
	width: 80%;
	margin: auto;
}

.sub-st img {
	width: 100%;
}

.sim-button-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	width: 50%;
	margin: auto;
}

.sim-button-inner input[type=radio] {
	display: none;
}

.sim-button-inner label {
	cursor: pointer;
}

.sim-button-inner label img {
	width: 100%;
}

.all-amount {
	margin-bottom: 40px;
}

.simulation-amount {
	display: block;
	width: 80%;
	margin: auto;
	height: 2em;
	font-size: 4vw;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	border-radius: 32px;
	border: 8px solid #ccccff !important;
}

.transfer-amount {
	position: relative;
	width: 90%;
	margin: auto;
}

.transfer-amount img {
	width: 100%;
}

.con03 .abs-char img {
	width: 300px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.con03 .abs-char:first-of-type {
	position: absolute;
	top: 30%;
	right: -40px;
}

.con03 .abs-char:last-of-type {
	position: absolute;
	bottom: -6%;
	left: -6%;
	z-index: -1;
	width: fit-content;
	height: fit-content;
}

.simulation-transfer {
	width: 77%;
	height: 200px;
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 12%;
	left: 34px;
	right: 0;
	margin: auto;
	background: none;
	border: none !important;
}

.simulation-transfer:focus,
.simulation-transfer:target {
	border: none;
	outline: none;
}

.sns-box {
	margin: auto;
	width: 90%;
	min-height: 559px;
	height: 34vw;
	background: url(./../img/index/con-sns.png) no-repeat center;
	background-size: contain;
	position: relative;
}

.sns-inner {
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.con04 .abs-char img {
	width: 300px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.con04 .abs-char:first-of-type {
	position: absolute;
	bottom: -50%;
	right: calc(50% - 600px);
}


.con05 .group {
	position: relative;
	width: 94%;
	max-height: 2100px;
	margin: auto;
	background: #ffffff;
	border-radius: 20px;
	border: 4px solid #000000;
	z-index: 1;
}

.con05 .group::before {
	content: "";
	display: block;
	height: calc(100% - 16px);
	width: calc(100% - 16px);
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	background: #283793;
	border-radius: 10px;
	border: 4px solid #00b6ee;
}

.group-tittle {
	width: 90%;
	margin: auto;
}

.group-tittle img {
	width: 100%;
}

.group-list {
	position: relative;
	top: -14vw;
	z-index: 1;
	width: 100%;
	margin: 4rem auto 2rem;
	padding: 20px;
}

.group-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}

.group-list li {
	box-shadow: 8px 8px #0f0f0f;
	background: #fff;
	border-radius: 4px;
}

.group-list li a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 1.5em 1em;
}

.group-list li a img {
	width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.group-list {
	background: url(./../img/index/group_bg.png) no-repeat;
	background-size: 37%;

}

.group-list-portal {
	padding: 0 !important;
}

.group-list-portal img {
	max-height: 100% !important;
	width: 100%;
}

.group-list_even {
	/* グループサイトが偶数の場合 */
	/*background-position: 50% 93%;*/
	/* background-position: 50% 100%;
	padding-bottom: 200px; */
	background: unset;
}

.group-list_odd {
	/* グループサイトが奇数の場合 */
	background-position: 90% 98%;
}

/*  */

.new-group {
	position: relative;
	border-radius: 40px;
	border: 6px solid #000;
	background: #fff;
	padding: 6px;
	margin-top: 6rem;
}

.new-group__inner {
	border-radius: 30px;
	border: 6px solid #18b6ed;
	background: #293792;
	padding: 300px 16px 16px;
}

.new-group__title {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	width: 80%;
	margin: auto;
}

.new-group__title img {
	width: 100%;
}

.new-group__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	background: url(./../img/index/group_bg.png) no-repeat;
	background-size: 40%;
}

.new-group__list_even {
	/* グループサイトが偶数の場合 */
	background: unset;
}

.new-group__list_odd {
	/* グループサイトが奇数の場合 */
	background-position: 90% 100%;
}

.new-group__item {
	box-shadow: 8px 8px #0f0f0f;
	background: #fff;
	border-radius: 4px;
}

.new-group__link {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 1.5em 1em;
}

.new-group__img {
	width: 100%;
	max-height: 120px;
	object-fit: contain;
}

/*フッター
----------------------------------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	/*適宜変更*/
	right: calc(50% - 720px);
	/*適宜変更 これはコンテンツ幅の右に合わせる場合の指定です*/
	z-index: 99;
	/*適宜変更・削除*/

	display: inline-block;
	/*必要があれば適宜変更*/
}

.pagetop img {
	width: 200px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

footer {
	width: 100%;
	background: -moz-linear-gradient(0% 50% 0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(6, 23, 106, 1)), color-stop(0.2723, rgba(10, 87, 174, 1)), color-stop(0.5337, rgba(17, 104, 191, 1)), color-stop(0.7916, rgba(8, 81, 168, 1)), color-stop(1, rgba(1, 29, 117, 1)));
	background: -o-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06176A', endColorstr='#011D75' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06176A', endColorstr='#011D75', GradientType=1);
	box-shadow: 0px 0px 12px 6px #15151d inset;
	position: absolute;
	bottom: 0;
}

.foot-inner {
	max-width: 1200px;
	min-width: 1024px;
	margin: auto;
	padding: 2em 1em 220px;
}

.foot-nav {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	align-items: center;
}

.foot-nav-list {
	color: #fff;
	font-weight: bold;
}

.foot-nav-list a {
	display: block;
	width: 100%;
	text-align: center;
}

footer small {
	display: block;
	text-align: center;
	margin: auto;
	width: fit-content;
	margin: 2em auto;
	color: #fff;
	width: 100%;
}

.foot-inner--flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
	gap: 0 2rem;
}

.foot-inner__item {
	flex: 0 0 calc(50% - 1rem);
}

.footer__ttl {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	margin: unset;
	gap: 1rem;
}

.footer__nav-item {
	flex: 0 1 calc(50% - 1rem / 2);
}

.footer__nav-link {
	font-size: 1rem;
	font-weight: normal;
	color: white;
}

.fxfoot {
	width: fit-content;
	margin: auto;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
}

.fxfoot img {
	width: fit-content;
	max-width: 600px;
}