/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

p,
a,
div {
	-webkit-text-size-adjust: none;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
	list-style: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

.is-white {
	color: #ffffff;
}

.is-green {
	color: #36BD6F;
}

.is-yellow {
	color: #FFD600;
}

.is-shadow {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.is-big {
	color: #36BD6E;
}

.is-line {
	position: relative;
	z-index: 1;
}

.is-line::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 6px;
	background-color: #FFD600;
}

/* ===============================================
#はみ出しをさがす
=============================================== */

/*===========================
共通クラス
===========================*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	box-sizing: border-box;
	width: 100%;
	box-sizing: content-box;
	font-family: "Noto Sans JP";
	line-height: 1.45;
	font-weight: 500;
}

.background__white {
	background: #FFFCEC;
}

section {
	text-align: center;
	padding: 160px 0;
}

.section-title {
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
}

.section-title::after {
	content: "";
	position: absolute;
	top: -63px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 3rem;
	line-height: 36px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.swing {
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

.img {
	width: 100%;
	padding-top: 62.5%;
	position: relative;
	transition: all ease 0.3s;
}

.img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all ease 0.3s;
}

.img--zoom {
	overflow: hidden;
}

.img--zoom:hover {
	transform: scale(1.3);
}

.pc,
.tab,
.note,
.sp {
	display: none;
}

.btn {
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 20px 84.5px;
}

.btn a {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 19px;
	color: #FEFEFE;
}

.hamburger-menu {
	position: absolute;
	display: none;
}

#menu-btn-check {
	opacity: 0;
}

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: "";
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: linear-gradient(to right, #37BD6E, #FBDE34);
	position: absolute;
}

.menu-btn span:before {
	bottom: 8px;
}

.menu-btn span:after {
	top: 8px;
}

.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
}

.menu-content ul {
	padding: 90px 20px 0;
	padding-top: 90px;
}

.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 19px;
	text-align: center;
}

.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}

.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%; /*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #ffffff;
	transition: all 0.5s; /*アニメーション設定*/
}

.menu-content ul {
	padding: 90px 20px 0;
}

.menu-content ul li {
	text-align: left;
	border-bottom: solid 1px #E4E7E1;
	list-style: none;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	padding: 20px 15px 20px 0;
	position: relative;
	text-align: left;
}

.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
	left: 0; /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span {
	background: transparent;
}

#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);
}

.dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #F49300;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	position: absolute;
	right: -10px;
	top: 25%;
	transform: translateY(-50%);
}

.dli-arrow-right::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}

.feature-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #C4C4C4;
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 40px;
	height: 2px;
	background: currentColor;
	position: relative;
	left: -8px;
}

.mail-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #36BD6F;
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 40px;
	height: 4px;
	background: currentColor;
	position: relative;
	left: 14px;
}

.mail-arrow::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 4px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}

.feature-arrows {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 56px;
	height: 2px;
	background: currentColor;
	position: relative;
	left: -8px;
}

.feature-arrow--saitan::after {
	content: "最短即日";
	position: absolute;
	width: 30px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Futura";
	font-style: normal;
	font-weight: 700;
	font-size: 1.4rem;
	color: #3C3C3C;
}

.feature-arrow::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}

.feature-arrows::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}

.feature-arrow-reverse {
	display: inline-block;
	vertical-align: middle;
	color: #C4C4C4;
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 40px;
	height: 2px;
	background: currentColor;
	position: relative;
	left: -8px;
}

.feature-arrow-reverse::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-135deg);
	transform-origin: center left;
	position: absolute;
	top: 0;
	left: 10px;
	box-sizing: border-box;
}

.check-mark {
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.toolbar {
	display: none !important;
}

#lottie-controls {
	display: none !important;
}

.balloon__box {
	margin-bottom: 10px;
	text-align: left;
}

.balloon1 {
	position: relative;
	display: inline-block;
	padding: 8px 14px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 1.4rem;
	font-weight: 700;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 15px;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.balloon2 {
	position: relative;
	top: 137px;
}

.balloon2 .balloon2__img {
	margin: 0 auto;
	width: 70%;
	padding-top: 17.5%;
}

.balloon2 img {
	position: absolute;
	left: 50%;
	top: 43%;
	transform: translate(-50%, -50%);
}

.balloon2 p {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #3C3C3C;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

#header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #FFFFFF;
}

.header__inner {
	margin: 43px 55px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
}

.header__nav {
	display: flex;
	margin-right: 6.1vw;
}

.header__ul {
	display: flex;
}

.header___li {
	padding-right: 1vw;
	transition: all ease 0.3s;
}

.header___li:hover {
	opacity: 0.7;
}

.header___li a {
	font-size: 1.6rem;
	font-weight: 700;
}

.header__bottom {
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	background: linear-gradient(to right top, #37BD6E, #9ACE51, #FBDE34);
	overflow: hidden;
}

.header__bottom a {
	text-align: center;
	display: inline-block;
	padding: 44px 18px 36px;
	font-size: 2rem;
	letter-spacing: 0.01em;
	color: #fff;
	font-weight: 700;
}

.header__bottom::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #b5e7ff;
	transition: 300ms;
	-webkit-animation: shinyshiny 2.5s ease-in-out infinite;
	animation: shinyshiny 2.5s ease-in-out infinite;
}

.header__bottom:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
}

/* ===============================================
#mainvisual
=============================================== */

.mainvisual {
	margin-top: 138px;
	padding-bottom: 96px;
	background: linear-gradient(to right top, #37BD6E, #9ACE51, #FBDE34);
}

.mainvisual__inner {
	margin: 0 auto;
	max-width: 1020px;
}

.mainvisual__top {
	padding-top: 52px;
}

.mainvisual__img {
	width: 60%;
	margin: 0 auto;
	padding-top: 12.5%;
}

.mainvisual__h1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 3.2rem;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mainvisual__h1 p {
	padding-bottom: 20px;
}

.mainvisual__bottom {
	padding-top: 64px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.mainvisual__left {
	font-size: 3.2rem;
	line-height: 165%;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.mainvisual__left span {
	font-size: 3.6rem;
}

.mainvisual__circles {
	display: flex;
}

.mainvisual__circle {
	margin-top: 55px;
}

.mainvisual__circle:not(:first-child) {
	margin-left: 8.5%;
}

.mainvisual__circlebg {
	display: block;
	position: relative;
	z-index: 1;
	top: -50%;
}

.mainvisual__circlebg::after {
	display: block;
	width: 152px;
	height: 152px;
	content: "";
	z-index: 1;
	background-color: #ffffff;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainvisual__circleTop {
	z-index: 2;
	position: relative;
	display: inline;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}

.mainvisual__circleBottom {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 1.6rem;
	padding-top: 10px;
}

.mainvisual__circleBottom span {
	font-size: 7.4rem;
	display: inline;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.mainvisual__centerImg {
	margin-top: 16px;
	position: relative;
	left: -33px;
}

.header__logo {
	max-width: 320px;
}

.mainvisual__topimg {
	max-width: 606px;
}

.partition__img {
	max-width: 130px;
	position: relative;
	top: -2px;
}

.mainvisual__btn {
	transition: all ease 0.3s;
}

.mainvisual__btn:hover {
	opacity: 0.7;
}

.mainvisual__btn a {
	display: inline-block;
	color: linear-gradient(to right, #36BD6E, #F1B807, #FFB800);
	padding: 6px 34px 5px;
	background: #ffffff;
	font-size: 2rem;
	font-weight: 700;
}

.mainvisual__btn span {
	font-size: 2rem;
	background-image: -webkit-linear-gradient(right, #36BD6E 0%, #F1B807 70%, #FFB800 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mainvisual__btn .mainvisual__btnArrow {
	margin-left: 16px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(to top, #00AC4C, #FFD600);
	position: relative;
	top: 2px;
	z-index: 1;
}

.mainvisual__btn .mainvisual__btnArrow::after {
	content: "→";
	position: absolute;
	z-index: 2;
	top: -25%;
	left: 58%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	font-size: 1.6rem;
	color: #ffffff;
}

/* ===============================================
#news
=============================================== */

#news {
	margin: 0 auto;
	max-width: 900px;
	border: 1px solid #000000;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
	padding: 50px 0 12px;
	position: relative;
	top: -68px;
	background-color: #ffffff;
}

.news__title {
	font-size: 2.4rem;
	letter-spacing: 0.01em;
	padding-bottom: 41px;
	background-image: -webkit-linear-gradient(right, #36BD6E 0%, #F1B807 70%, #FFB800 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news__inner {
	text-align: left;
	margin: 0 9.3% 0 6%;
}

.news__item {
	font-size: 1.8rem;
	padding-bottom: 15px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

/* ===============================================
#simulation
=============================================== */

#simulation {
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 80px;
}

.simulation__title1 {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	padding: 16px 80px;
	border-radius: 47px;
	background-color: #FFD600;
	margin-bottom: 80px;
}

.simulation__title2 {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #36BD6F;
	margin-top: 125px;
	margin-bottom: 47px;
}

.simulation__inner1 {
	max-width: 584px;
	margin: 0 auto;
}

.form__item {
	display: block;
	margin-bottom: 44px;
	font-size: 1.6rem;
	font-weight: 700;
}

.form__item label {
	display: block;
	text-align: left;
	margin-bottom: 7px;
}

.form__item input[type=text] {
	width: 100%;
	display: block;
	padding: 12px 0;
}

.form__required {
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 16px;
	display: inline-block;
	padding: 5px 10px;
	color: #fcfcfc;
	background: #F7770F;
	border-radius: 5px;
	position: relative;
	top: -4px;
	left: 10px;
}
.simulation__name{
	text-align: left;
}
.simulation__priceInput{
	width: 50% !important;
	margin-right: 10px;
	display: inline-block !important;
}
.simulation__priceInput--yen{
	display: inline;
}
.simulation__priceInput::-moz-placeholder {
	text-align: right;
}

.simulation__priceInput:-ms-input-placeholder {
	text-align: right;
}

.simulation__priceInput::placeholder {
	text-align: right;
}

.form__any {
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 16px;
	display: inline-block;
	padding: 5px 10px;
	color: #fcfcfc;
	background: #333333;
	border-radius: 5px;
	position: relative;
	top: -4px;
	left: 10px;
}

.simulation__button {
	margin-top: 85px;
	font-size: 2rem;
	font-weight: 700;
	transition: all ease 0.3s;
}

.simulation__button button {
	display: inline-block;
	padding: 28.5px 80px;
	color: #fcfcfc;
	background: #F7770F;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.simulation__button:hover {
	opacity: 0.7;
}

.simulation__inner2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 79px 60px;
	margin: 0 auto;
	max-width: 1025px;
	background: #FFFCEC;
	border-radius: 20px;
	box-shadow: 0px 6.0308032036px 10.9345235825px 0px #3974E011;
	position: relative;
}

.simulation__inner2::after {
	content: "";
	position: absolute;
	bottom: -46px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 48px 80px 0 80px;
	border-color: #FFFCEC transparent transparent transparent;
}

.simulation__item {
	padding-left: 53px;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	line-height: 23.44px;
	margin-bottom: 33px;
	position: relative;
}

.simulation__img {
	width: 31%;
	padding-top: 31.5%;
}

#lottie-controls {
	display: none;
}

/* ===============================================
#partition
=============================================== */

.partition {
	padding: 80px 0 180px;
	background: linear-gradient(to right, #37BD6E, #FBDE34);
	position: relative;
}

.partition::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: url(../../assets/img/main/maskimg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.partition--space {
	top: -64px;
}

.partition__items {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.partition__textMiddle {
	font-size: 3.2rem;
	margin-bottom: 28px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.partition__textMiddle {
	margin-bottom: 20px;
}

.partition__textMiddle2 {
	margin-bottom: 20px;
}

.partition__textLarge {
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.partition__textLarge span {
	font-size: 4rem;
}

.partiton__textSmall {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 32px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.partition__textMiddle--space {
	margin-bottom: 32px;
}

.partition__textMiddle--flex {
	margin-top: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ===============================================
#feature
=============================================== */

#feature {
	padding-top: 0;
	padding-bottom: 0;
	top: -148px;
	position: relative;
}

.feature__inner1 {
	margin: 0 auto;
	max-width: 1044px;
}

.feature__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 0px;
}

.feature__items--color {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 60px;
	max-width: 980px;
	margin: 0 30px;
}

.feature__item {
	display: inline-block;
	position: relative;
}

.feature__item img {
	width: 103%;
	height: 103%;
}

.feature__item--space {
	position: relative;
	top: 14px;
	padding-bottom: 36px;
}

.feature__titlebox--space {
	margin-bottom: 47px !important;
}

.feature__titlebox {
	text-align: left;
	margin-bottom: 34px;
	display: flex;
	align-items: center;
}

.feature__title {
	font-size: 2rem;
	font-family: "Futura";
	font-weight: 700;
	letter-spacing: 0.01em;
	display: inline-block;
	padding-left: 26px;
}

.feature__number {
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 700;
	color: #36BD6F;
	font-size: 3.2rem;
	display: inline-block;
}

.feature__body {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}

.feature__body--space {
	margin-top: 20px;
}

.feature__item--color {
	padding: 35px 62px 70px;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
	margin-top: 6px;
	padding-top: 45px;
	padding-bottom: 36px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to right, #37BD6E, #FBDE34);
	width: 90%;
	margin: 0 auto;
	transition: all ease 0.3s;
}

.feature__item--color:hover {
	opacity: 0.7;
}

.feature__textLarge {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 28px;
	text-align: center;
	color: #FEFEFE;
}

.feature__textSmall {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 24px;
	text-align: left;
	margin-top: 26px;
	color: #FEFEFE;
}

.feature__title2 {
	display: inline-block;
	margin-bottom: 122px;
	margin-top: 212px;
	font-size: 3.4rem;
	color: #36BD6F;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}

.feature__title2 span {
	font-size: 4rem;
	line-height: 24px;
	color: #FFD600;
}

.feature__meritImg1 {
	position: absolute;
	left: -30%;
	top: 50%;
}

.feature__meritImg2 {
	position: absolute;
	bottom: 50%;
	right: -30%;
}

.feature__inner2 {
	margin: 0 auto;
	max-width: 834px;
}

.feature__merit {
	position: relative;
	text-align: left;
	margin-bottom: 43px;
	font-weight: 700;
	font-size: 2.4rem;
	color: #3C3C3C;
	line-height: 35px;
	letter-spacing: 0.13em;
	padding: 30px 65px;
	padding-left: 12.6%;
	background: #FFFCEC;
	box-shadow: 0px 11px 38px rgba(214, 214, 214, 0.11), 0px 6.0308px 8.93452px rgba(208, 208, 208, 0.0655718), 0px 2px 2px rgba(230, 230, 230, 0.0444282);
}

.feature__merit span {
	color: #36BD6F;
	font-size: 2.8rem;
}

.feature__meritNumber {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background: #FFD600;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2.4;
}

/* ===============================================
#partition2
=============================================== */

.partition2 {
	margin-top: 32px;
	padding: 70px 0 177px;
}

/* ===============================================
#mail
=============================================== */

.mail {
	background: #FFFCEC;
	position: relative;
	top: -173px;
	margin: 0 auto;
	max-width: 660px;
	display: block;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
}

.mail__inner {
	padding: 56px 0px 40px;
	background: #FFFFFF;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.mail__left {
	flex: 1;
}

.mail__right {
	flex: 1;
}

.mail__imgBox1 {
	width: 30%;
	padding-top: 20%;
	margin: 0 auto;
}

.mail__imgBox2 {
	width: 32%;
	padding-top: 27%;
	margin: 0 auto;
}

.mail__content {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

/* ===============================================
#selection
=============================================== */

#selection {
	background: #FFFCEC;
	padding-top: 0;
	padding-bottom: 0;
}

.selection__titles {
	font-weight: 700;
	font-size: 3.3rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #36BD6F;
	position: relative;
	top: -52px;
}

.selection__titles span {
	font-size: 4rem;
}

.selection__inner {
	margin: 0 auto;
	max-width: 834px;
}

.selection__items1 {
	display: flex;
	justify-content: space-between;
}

.selection__items2 {
	margin-top: 54px;
	display: flex;
	justify-content: center;
}

.selection__img1 {
	position: relative;
	top: 14px;
	z-index: 1;
	margin: 0 auto 0px;
}

.selection__img2 {
	position: relative;
	z-index: 1;
	margin: 0 auto -28px;
}

.selection__item {
	flex: 1;
	position: relative;
}

.selection__item:not(:first-child) {
	margin-left: 9.3%;
}

.selection__number {
	position: absolute;
	left: 0%;
	top: 3%;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 37px;
	text-align: center;
	color: #36BD6F;
}

.selection__title {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 35px;
	text-align: center;
	color: #36BD6F;
}

.selection__content {
	margin-top: 12px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 23px;
	text-align: left;
}

/* ===============================================
#apply
=============================================== */

#apply {
	padding-top: 146px;
	padding-bottom: 0;
}

.apply__humanInner {
	margin: 0 auto;
	max-width: 910px;
}

.apply__human {
	display: flex;
	align-items: center;
}

.apply__human:not(:first-child) {
	margin-top: 17px;
}

.apply__human--space {
	margin-top: 41px;
}

.apply__detail {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 23px;
}

.apply__detail span {
	font-size: 2.4rem;
	line-height: 43px;
}

.apply__right {
	text-align: left;
	margin-left: 64px;
	width: calc(100% - 274px);
}

.apply__rightTitle {
	font-family: "Roboto";
	color: #36BD6F;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 28px;
	letter-spacing: 0.105em;
	position: relative;
}

.apply__rightTitle::after {
	content: "''";
	position: absolute;
	left: -8%;
	top: -10%;
	font-size: 5.4rem;
	color: #FFD600;
}

.apply__rightText {
	margin-top: 16px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 180%;
}

.apply__rightText--space {
	margin-top: 48px;
}

.apply__btn {
	margin-top: 74px;
	transition: all ease 0.3s;
}

.apply__btn:hover {
	opacity: 0.7;
}

/* ===============================================
#apply__flow
=============================================== */

#apply__flow {
	padding: 91px 4% 72px;
	margin: 96px auto 165px;
	max-width: 1024px;
	background: #FFFCEC;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
}

.apply__flowTitle {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #36BD6F;
}

.apply__flowInner {
	margin-top: 120px;
	display: flex;
}

.apply__flowItem {
	position: relative;
	width: 818px;
}

.apply__flowItem:not(:first-child) {
	margin-left: 111px;
}

.apply__flowNumber {
	position: absolute;
	z-index: 2;
	top: -63px;
	left: -7px;
	font-weight: 700;
	font-size: 6rem;
	line-height: 74px;
	text-align: center;
	color: #36BD6F;
}

.apply__flowItem--center {
	position: relative;
}

.apply__flowItem--center::before {
	content: "";
	top: 22%;
	left: -22%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23.5px 0 23.5px 47px;
	border-color: transparent transparent transparent #FFD600;
}

.apply__flowItem--center::after {
	content: "";
	top: 22%;
	right: -50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23.5px 0 23.5px 47px;
	border-color: transparent transparent transparent #FFD600;
}

.apply__flowImg {
	margin: 0 auto;
	width: 62.5%;
	padding-top: 62.5%;
	position: relative;
	z-index: 1;
}

.apply__flowImg::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 7px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
}

.apply__flowBody {
	margin-top: 85px;
}

.apply__flowTitle {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 35px;
	letter-spacing: 0.08em;
	color: #36BD6F;
}

.apply__flowContent {
	margin-top: 23px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 23px;
	letter-spacing: 0.08em;
	text-align: left;
}

/* ===============================================
#Factoring
=============================================== */

#factoring {
	padding-top: 74px;
	padding-bottom: 80px;
	background: #FFFCEC;
}

.factoring__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	letter-spacing: 0.1em;
	color: #36BD6F;
	position: relative;
	z-index: 1;
}

.factoring__title::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: -30px;
	left: 0;
	width: 184px;
	height: 158px;
	transform: translateY(-50%);
	background: url(../../assets/img/main/amico-5.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.factoring__title::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -30px;
	right: -17px;
	width: 184px;
	height: 158px;
	transform: translateY(-50%);
	background: url(../../assets/img/main/amico-6.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.factoring__inner {
	margin: 0 auto;
	max-width: 1020px;
}

.factoring__items {
	margin-top: 117px;
	display: flex;
}

.factoring__item {
	border-radius: 15px;
	width: 976.6666666667px;
}

.factoring__item:not(:first-child) {
	margin-left: 65px;
}

.factoring__item:nth-child(2) {
	margin-top: 52px;
}

.factoring__img {
	padding-top: 57.5%;
}

.factoring__img img {
	border-radius: 15px 15px 0 0;
}

.factoring__body {
	padding: 24px 20px 52px;
	background: #FFFFFF;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 0 0 15px 15px;
	text-align: left;
}

.factoring__body--space {
	padding-bottom: 38px;
}

.factoring__bodyTitle {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 23px;
}

.factoring__bodyContent {
	margin-top: 16px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 20px;
}

.factoring__btn {
	margin-top: 82px;
	transition: all ease 0.3s;
}

.factoring__btn:hover {
	opacity: 0.7;
}

/* ===============================================
#ffixedButton
=============================================== */

.fixedButton {
	width: 100%;
	position: fixed;
	z-index: 79;
	bottom: 0;
	left: 0;
	padding: 17px 0;
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
}

.fixedButton__inner {
	margin: 0 auto;
	color: #FFFFFF;
	max-width: 800px;
	display: flex;
	justify-content: center;
}

.fixedButton__text {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 23px;
}

.fixedButton__text--border {
	position: relative;
}

.fixedButton__text--border::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -8%;
	transform: rotate(45deg) translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #ffffff;
}

.fixedButton__text--border::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -8%;
	transform: rotate(-45deg) translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #ffffff;
}

.fixedButton__btn {
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 15px 33px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
}

.fixedButton__btn a {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 19px;
	display: inline-block;
	padding: 20px 32px;
	background: linear-gradient(88.58deg, #36BD6E 0%, #F1B807 68.75%, #FFB800 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.fixedButton__right {
	margin-left: 30px;
	text-align: center;
}

.fixedButton__phone {
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 33px;
	letter-spacing: 0.05em;
}

.fixedButton__phone img {
	position: relative;
	top: -9px;
	left: -5px;
}

.fixedButton__day {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 23px;
	letter-spacing: 0.05em;
}

#footer {
	background: #FFD600;
	padding-bottom: 160px;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1020px;
	padding: 70px 0 0px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 23px;
	display: flex;
	justify-content: space-between;
}

.footer__navul {
	display: block;
}

.footer__navul:first-child {
	margin-right: 111px;
}

.footer__nav {
	display: flex;
}

.footer___li {
	margin-bottom: 18px;
}

.privacy {
	margin: 0 auto;
	margin-top: 70px;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	width: 100%;
	display: block;
}

.simulationPage {
	padding-top: 0 !important;
	margin-top: 258px;
	padding-bottom: 120px !important;
}

.simulation__title1Page {
	margin-bottom: 0;
	padding: 21px 13%;
	font-size: 3.2rem;
	line-height: 46px;
	font-weight: 700;
}

.simulation__title2Page {
	padding: 19px 9%;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	margin-bottom: 81px;
}

.simulation__contentPage {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	margin: 44px 0 36px;
}

.simulation__wrapperPage {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 120px;
}

.simulation__pricePage {
	display: inline-block;
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
	border-radius: 20px;
}

.simulation__pricePage p {
	font-weight: 700;
	font-size: 7.2rem;
	line-height: 104px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	padding: 24px 72.5px;
}

.simulation__yenPage {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	margin-left: 24px;
	text-align: center;
}

.simulation__radio {
	text-align: left;
	font-size: 1.4rem;
}

.simulation__radio label {
	margin-bottom: 8px;
}

.simulationPaqge__adress {
	margin-bottom: 46px;
}

.simulationPage__radio {
	line-height: 2.2;
	margin-bottom: 24px !important;
}

.simulationPage__radio2 {
	margin-bottom: 26px !important;
}

.simulationPage__radio2 label {
	margin-bottom: 18px;
}

.simulationPage__radio2 input[type=radio] {
	margin-left: 18px;
}

.simulationPage__radio2 input[type=radio]:nth-child(3) {
	margin-left: 70px;
}

.simulationPage__radio2 .simulationPage__radio3 {
	margin-bottom: 42px !important;
}

.simulationPage__radio2 .simulationPage__radio3 label {
	margin-bottom: 22px;
}

.simulationPage__radio2 .simulationPage__radio3 input[type=radio] {
	margin-left: 18px;
}

.simulationPage__radio2 .simulationPage__radio3 input[type=radio]:nth-child(3) {
	margin-left: 54px;
}

.simulation__radio {
	margin-bottom: 30px;
}

input[type=radio]:nth-child(3) {
	margin-left: 5%;
}

input[type=radio]:nth-child(6) {
	margin-left: 4%;
}

.simulation__radioItem {
	display: inline-block;
	margin-bottom: 10px;
}

.simulation__radioItem label {
	font-size: 1.6rem;
}

textarea {
	display: block;
	width: 100%;
	height: 214px;
	resize: none;
}

.simulationPage__button button {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 17px;
	padding: 30px 21%;
}

.error-message {
	display: flex;
	flex-direction: column;
}

.error-message p {
	font-size: 1.6rem;
	color: red;
	font-weight: 700;
	margin-bottom: 30px;
}

#company {
	margin: 100px auto 0;
	padding-bottom: 120px;
	max-width: 764px;
}

.company__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 120px;
	display: inline-block;
	padding: 21px 20.2%;
	background: #FFD600;
	border-radius: 47px;
}

.company__item {
	display: flex;
	text-align: left;
	margin-bottom: 38px;
}

.company__left {
	width: 34%;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	color: #36BD6F;
}

.company__right {
	width: 66%;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 23px;
	color: #3C3C3C;
}

.company__imgMap {
	margin: 0 auto;
	margin-top: 125px;
	width: 100%;
    padding-top: 62.5%;
    position: relative;
}
.company__iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all ease 0.3s;
}
.company__imgBox {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
}

#contact {
	padding-top: 0;
	padding-bottom: 120px;
}

.contact__title {
	padding: 28px 8.5%;
	margin-bottom: 118px;
}

.contact__inner .simulation__adress {
	margin-bottom: 50px;
}

.contact__inner .simulation__radio {
	margin-bottom: 28px;
}

.contact__inner .simulation__radio2 {
	margin-bottom: 24px;
}

.contact__inner .simulation__radio3 {
	margin-bottom: 45px;
}

.contact__inner input[type=radio]:nth-child(5) {
	margin-top: 10px;
}

.contact__inner input[type=radio]:nth-child(6) {
	margin-top: 10px;
}

.contact__inner input[type=radio]:nth-child(7) {
	margin-top: 10px;
}

.contact__inner textarea {
	height: 214px;
}

.contact___button button {
	padding: 23.5px 110px;
}

#contactConfirm {
	padding-bottom: 120px;
}

.contactConfirm__inner {
	margin: 130px auto 0;
	max-width: 664px;
}

.contactConfirm__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.contactConfirm__title::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: -30px;
	left: -15%;
	width: 184px;
	height: 158px;
	transform: translateY(-50%);
	background: url(../../assets/img/main/amico-5.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contactConfirm__title::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -26px;
	right: 20%;
	width: 184px;
	height: 158px;
	transform: translateY(-50%);
	background: url(../../assets/img/main/amico-6.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contactConfirm__text {
	margin-top: 40px;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 26px;
	letter-spacing: 0.1em;
	text-align: left;
}

.contactConfirm__btn {
	display: inline-block;
	margin-top: 74px;
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
	box-shadow: 0px 15px 33px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	transition: all ease 0.3s;
}

.contactConfirm__btn a {
	color: #ffffff;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
}

.contactConfirm__btn:hover {
	opacity: 0.7;
}

.contactConfirm__errorBtn {
	margin-top: 118px;
	display: inline-block;
	background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
	transition: all ease 0.3s;
}

.contactConfirm__errorBtn a {
	color: #ffffff;
	display: inline-block;
	padding: 20px 66px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
}

.contactConfirm__errorBtn:hover {
	opacity: 0.7;
}

#consumer {
	margin-top: 100px;
	padding-bottom: 120px;
}

.consumer__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 95px;
	display: inline-block;
	padding: 21px 12.2%;
	background: #FFD600;
	border-radius: 47px;
}

.consumer__inner {
	margin: 0 auto;
	max-width: 880px;
}

.consumer__left {
	width: 260px;
}

.consumer__left .apply__detail {
	position: relative;
	top: -32px;
}

.consumer__right {
	margin-left: 40px;
}

.consumer__right .apply__rightTitle {
	padding-top: 64px;
}

.consumer__right .apply__rightTitle::after {
	left: -6.5%;
	top: 40%;
}

.consumer__human {
	align-items: flex-start;
}

.consumer__human:not(:first-child) {
	margin-top: 0px;
}

.consumer__human:nth-child(6) {
	margin-top: 52px;
}

.consumer__rightText2 {
	margin-top: 20px !important;
}

.consumer__rightText3 {
	margin-top: 20px !important;
}

.consumer__rightText4 {
	margin-top: 20px !important;
}

.consumer__rightText5 {
	margin-top: 17px !important;
}

.consumer__rightTitle5 {
	padding-top: 60px !important;
}

.consumer__rightText6 {
	margin-top: 46px !important;
}

.consumer__btn {
	margin-top: 82px;
	display: inline-block;
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
	box-shadow: 0px 15px 33px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	transition: all ease 0.3s;
}

.consumer__btn a {
	color: #ffffff;
	display: inline-block;
	padding: 20px 60px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
}

.consumer__btn:hover {
	opacity: 0.7;
}

#question {
	padding-top: 0;
	margin: 260px auto 0;
	max-width: 980px;
}

.question__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 95px;
	display: inline-block;
	padding: 21px 13.5%;
	background: #FFD600;
	border-radius: 47px;
}

.question__anchors {
	display: flex;
	justify-content: space-between;
}

.question__anchor {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 1;
	background: #FFFFFF;
	padding: 30px 12px 68px;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 20px;
}

.question__anchor:not(:first-child) {
	margin-left: 4%;
}

.question__anchor p {
	font-weight: 700;
	font-size: 2rem;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.08em;
}

.anchor__bottom {
	bottom: 20px;
	left: 50%;
	color: #36BD6F;
	font-size: 3rem;
	font-weight: 700;
	transform: translateX(-50%) rotate(-90deg);
	position: absolute;
}

.question__inner {
	padding-top: 185px;
}
.question__innerTop{
	padding-top: 60px;
}
.question__itemTitle {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 78px;
}

/*アコーディオン全体*/

.accordion-area {
	list-style: none;
	margin: 0 auto;
	text-align: left;
}

.accordion-area li {
	display: flex;
	margin-bottom: 40px;
}

.accordion-area li section {
	padding: 0;
}

.Q {
	width: 70px;
	height: 70px;
	margin-right: 38px;
	background: #FFD600;
	border-radius: 50%;
	position: relative;
	top: 5px;
	right: -15px;
}

.Q::after {
	content: "Q.";
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 28px;
	color: #36BD6F;
}

.A-in {
	position: absolute;
	top: 38%;
	left: -18px;
	transform: translateY(-50%);
}

.A {
	width: 70px;
	height: 70px;
	margin-right: 24px;
	background: #36BD6F;
	border-radius: 50%;
	left: -80%;
	position: relative;
}

.A::after {
	content: "A.";
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 28px;
	color: #FFFFFF;
}

.accordion-area section {
	width: calc(100% - 94px);
}

/*アコーディオンタイトル*/

.title {
	position: relative; /*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	padding: 2.2% 3% 2.2% 24px;
	transition: all 0.5s ease;
	background: #FFFFFF;
	border: 3px solid #FFD600;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: left;
}

.title::after {
	content: "";
	position: absolute;
	top: 44%;
	right: 46px;
	width: 20px;
	height: 20px;
	border-top: 4px solid #36BD6F;
	border-right: 4px solid #36BD6F;
	transform: translateY(-50%) rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area li section{
	transition: all ease 0.3s;
}
.box {
	text-align: left;
	width: 90%;
	position: relative;

	/*クリックで表示*/
	height: 0;
    opacity: 0;
    transition: all .5s ease;
}
.close{
	/*クリックで非表示*/
    height: 100%;
    opacity: 1;
}
.box::after {
	content: "";
	position: absolute;
	top: 44%;
	right: -5%;
	width: 20px;
	height: 20px;
	border-top: 4px solid #36BD6F;
	border-right: 4px solid #36BD6F;
	transform: translateY(-50%) rotate(-45deg);
}

.box p {
	font-weight: 700;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #333333;
	padding-top: 40px;
}

.question__btn {
	margin-top: 80px;
	display: inline-block;
	background: linear-gradient(88.58deg, #36BD6E 0%, #FFD600 100%);
	box-shadow: 0px 15px 33px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	transition: all ease 0.3s;
}

.question__btn a {
	color: #ffffff;
	display: inline-block;
	padding: 20px 60px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
}

.question__btn:hover {
	opacity: 0.7;
}

#factoringPage {
	padding-top: 0;
	padding-bottom: 120px;
	margin: 260px auto 0;
	max-width: 910px;
}

.factoringPage__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 95px;
	display: inline-block;
	padding: 21px 4%;
	background: #FFD600;
	border-radius: 47px;
}

.factoringPage__title--demerit {
	color: #ffffff;
	background: #36BD6F;
	margin-top: 112px;
	padding: 21px 2.5%;
	margin-bottom: 100px;
}

.factoringPage__item {
	display: flex;
	justify-content: space-between;
}

.factoringPage__item:not(:first-child) {
	margin-top: 90px;
}

.factoringPage__item--space {
	margin-top: 65px !important;
}

.factoringPage__left {
	width: 105px;
	margin-right: 20px;
	position: relative;
}

.factoringPage__left::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
}

.factoringPage__left img {
	position: relative;
	top: -25px;
	z-index: 3;
}

.factoringPage__right {
	text-align: left;
	width: calc(100% - 125px);
}

.factoringPage__itemTitle {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 150%;
	letter-spacing: 0.2em;
	position: relative;
	padding-bottom: 6px;
}

.factoringPage__itemLine {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
	margin-bottom: 32px;
}

.factoringPage__itemContent {
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: 0.2em;
}

.factoringPage__btn {
	margin-top: 118px;
	display: inline-block;
	background: linear-gradient(to right, #43C6AC 0%, #d9e653 100%);
	transition: all ease 0.3s;
}

.factoringPage__btn a {
	color: #ffffff;
	display: inline-block;
	padding: 20px 66px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.1em;
}

.factoringPage__btn:hover {
	opacity: 0.7;
}

.factoringPage__left--position1 {
	position: relative;
	top: -4px;
}

.factoringPage__left--position2 {
	position: relative;
	top: -4px;
}

#privacy {
	padding-top: 0;
	padding-bottom: 120px;
	margin: 260px auto 0;
	max-width: 1006px;
}

.privacy__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 120px;
	display: inline-block;
	padding: 21px 14%;
	background: #FFD600;
	border-radius: 47px;
}
.privacy__item{

}
.privacy__item:not(:first-child){
	margin-top: 80px;
}
.privacy__itemTitle{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	text-align: left;
	font-size: 24px;
	line-height: 35px;
}
.privacy__itemContent{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 24px;
}
#privacy {
	padding-top: 0;
	padding-bottom: 120px;
	margin: 260px auto 0;
	max-width: 1006px;
}

.privacy__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 120px;
	display: inline-block;
	background: #FFD600;
	border-radius: 47px;
}

#colum {
	padding-top: 0;
	padding-bottom: 120px;
	margin: 260px auto 0;
	max-width: 1006px;
}

.colum__title {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 120px;
	display: inline-block;
	padding: 21px 17%;
	background: #FFD600;
	border-radius: 47px;
}

.colum__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 70px 72px;
}

.colum__item {
	border-radius: 15px;
	background: #FFFFFF;
	box-shadow: 0px 27px 40px rgba(57, 116, 224, 0.11), 0px 6.0308px 8.93452px rgba(57, 116, 224, 0.0655718), 0px 1.79553px 2.66004px rgba(57, 116, 224, 0.0444282);
	border-radius: 0 0 15px 15px;
}

.colum__img {
	padding-top: 58.5%;
}

.colum__img img {
	border-radius: 15px 15px 0 0;
}

.colum__body {
	padding: 27px 17px 52px;
	text-align: left;
}

.colum__body--space {
	padding-bottom: 26px;
}

.colum__bodyTitle {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 23px;
}

.colum__bodyContent {
	margin-top: 16px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 20px;
}

.colum__btn {
	margin-top: 98px;
	transition: all ease 0.3s;
	padding: 20px 92.5px;
}

.colum__btn:hover {
	opacity: 0.7;
}

@media screen and (min-width: 375px) and (max-width: 400px) {

.feature__meritImg2 {
	right: -20%;
}

.feature__meritImg1 {
	left: -20%;
}

}

@media (min-width: 376px) and (max-width: 900px) {

.tab {
	display: block;
}

.menu-btn {
	top: -4px;
	right: 0;
}

.privacy__inner{
	margin: 0 40px;
}
.balloon2 {
	top: 80px;
}
.balloon2 .balloon2__img {
	width: 100%;
	padding-top: 18%;
}

.balloon2 p {
	font-size: 2rem;
	line-height: 28px;
	width: 100%;
	top: 20px;
}

.header__inner {
	margin: 16px 20px 20px;
}

.header__nav {
	display: none;
}

.mainvisual {
	margin-top: 108px;
}

.mainvisual {
	margin-top: 58px;
}

.mainvisual__inner {
	margin: 0 7.4%;
}

.mainvisual__img {
	width: 100%;
	padding-top: 22%;
}

.mainvisual__h1 {
	font-size: 2.4rem;
	display: block;
	text-align: center;
}

.mainvisual__bottom {
	display: block;
}

.mainvisual__left {
	font-size: 2.8rem;
	line-height: 55px;
}

.mainvisual__left span {
	font-size: 3.2rem;
}

.mainvisual__right {
	width: 90%;
	margin: 16px auto 0;
	padding-top: 86.5%;
	text-align: center;
	margin-bottom: 69px;
}

.mainvisual__right--none {
	display: none;
}

.mainvisual__circles {
	justify-content: space-between;
}

.mainvisual__circle {
	font-size: 1.4rem;
}

.mainvisual__circleTop {
	font-size: 1.4rem;
}

.mainvisual__circleBottom {
	font-size: 1.4rem;
}

.mainvisual__circleBottom span {
	font-size: 4.8rem;
}

.mainvisual__centerImg {
	left: 0;
}

.partition__img {
	margin: 0 auto;
	top: 2px;
}

.mainvisual__btn {
	width: 100%;
	display: block;
	text-align: center;
}

.mainvisual__btn a {
	width: 100%;
	display: block;
}

.mainvisual__btn span {
	font-size: 1.6rem;
}

#news {
	top: -20px;
	margin: 0 5.33%;
}

.news__item {
	font-size: 1.4rem;
	line-height: 20px;
}

#simulation {
	margin: 0 20px;
	margin-top: 80px;
}

.simulation__inner1,
.simulation__inner2 {
	text-align: center;
	margin: 0 auto;
}

.simulation__title1 {
	font-size: 1.8rem;
	padding: 16px 20px;
}

.simulation__title2 {
	font-size: 2.4rem;
}

.simulation__inner2 {
	display: block;
	padding: 57px 4.5% 62px;
}

.simulation__item {
	font-size: 1.4rem;
}

.simulation__img {
	margin-top: 30px;
}

.partition__inner {
	margin: 0 5.33%;
}

.partition__textMiddle {
	font-size: 2.4rem;
	line-height: 29px;
}

.partition__textMiddle {
	font-size: 2rem;
	line-height: 24px;
}

.partition__textMiddle2 {
	font-size: 2rem;
	line-height: 28px;
}

.partition__textLarge {
	font-size: 2.4rem;
	line-height: 28px;
	margin-bottom: 40px;
}

.partiton__textSmall {
	font-size: 1.6rem;
}

.partition__textMiddle--flex {
	text-align: center;
	display: block;
}

.feature__inner1 {
	margin: 0 5.33%;
}

.feature__items {
	display: block;
}

.feature__items--color {
	width: 75%;
	display: block;
	margin: 0 auto;
}

.feature__items--color .feature__item:not(:first-child) {
	margin-top: 80px;
}

.feature__item {
	display: block;
}

.feature__item--color {
	width: 85%;
	margin-bottom: 60px;
	padding: 30px 5% 30px;
}

.feature__textLarge {
	font-size: 2rem;
}

.feature__inner2 {
	margin: 0 5.33%;
}

.feature__title2 {
	font-size: 2rem;
	line-height: 42px;
	margin-bottom: 140px;
}

.feature__meritImg1 {
	top: 100%;
	left: -23%;
}

.feature__meritImg1 img {
	width: 73px;
	height: 57px;
}

.feature__meritImg2 {
	bottom: 100%;
	right: -23%;
}

.feature__meritImg2 img {
	width: 73px;
	height: 57px;
}

.feature__merit span {
	line-height: 32px;
}

.feature__merit {
	padding: 21px 65px;
	font-size: 1.6rem;
	line-height: 23px;
	padding: 30px 10%;
	padding-left: 17.6%;
}

.feature__meritNumber {
	font-size: 1.6rem;
	width: 40px;
	left: 0;
	height: 40px;
}

.partition2__textMiddle--flex p:first-child {
	display: inline-block;
}

.partition2__img {
	display: inline-block;
}

.mail {
	max-width: 100%;
	margin: 0 5.33%;
}

.mail__inner {
	padding: 56px 4% 40px;
}

.mail__content {
	font-size: 1.2rem;
}

.selection__titles {
	font-size: 2.4rem;
	margin: 0 11.7%;
}

.selection__items1 {
	display: block;
}

.selection__items2 {
	display: block;
}

.selection__item {
	width: 70%;
	margin: 0 auto;
	max-width: 100%;
}

.selection__item:not(:first-child) {
	margin: 80px auto 0;
}

.selection__title {
	margin-top: 0px;
}

.apply__humanInner {
	margin: 0 5.33%;
}

.apply__human {
	display: block;
}

.apply__left {
	margin: 0 auto;
}

.apply__right {
	margin: 40px auto 0;
	width: 90%;
}

#apply__flow {
	padding: 80px 13.333%;
	margin: 80px 5.33% 111px;
}

.apply__flowInner {
	display: block;
}

.apply__flowItem {
	margin-top: 180px;
	width: 100%;
}

.apply__flowItem:not(:first-child) {
	margin-left: 0;
}

.apply__flowItem--center::before {
	top: -25%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.apply__flowItem--center::after {
	top: 113%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

#factoring {
	margin-top: 50px;
}

.factoring__inner {
	margin: 0 10%;
}

.factoring__title {
	font-size: 2rem;
}

.factoring__title::before {
	width: 70px;
	height: 60px;
	top: 75px;
}

.factoring__title::after {
	width: 70px;
	top: -50px;
	height: 70px;
}

.factoring__items {
	display: block;
}

.factoring__item {
	width: 100%;
	display: block;
}

.factoring__item:not(:first-child) {
	margin-top: 60px;
	margin-left: 0;
}

.footer__inner {
	margin: 0 5.33%;
	display: block;
}

.footer__navul:first-child {
	margin-top: 65px;
}

.footer__nav {
	display: block;
}

.privacy {
	margin-top: 30px;
}

.simulation__title1Page {
	font-size: 2rem;
}

.simulation__title2Page {
	font-size: 2rem;
}

.simulation__pricePage p {
	font-size: 4rem;
	line-height: 58px;
}

.company__inner {
	margin: 0 20px;
}

.company__title {
	font-size: 2.4rem;
}

.company__item {
	display: block;
}

.company__left {
	font-size: 1.6rem;
	width: 100%;
}

.company__right {
	margin-top: 8px;
	width: 100%;
}

.company__imgBox {
	display: block;
}

.company__img:not(:first-child) {
	margin-top: 40px;
}

.contact__inner {
	margin: 0 20px;
}

.contact__inner .simulation__radio {
	display: flex;
	flex-direction: column;
}

.contact__inner input[type=radio] {
	margin-left: 0;
}

.contactConfirm__inner {
	margin: 120px 20px 0;
}

.contactConfirm__title {
	font-size: 2rem;
}

.contactConfirm__title::before {
	width: 70px;
	height: 60px;
	left: 15%;
	top: -46px;
}

.contactConfirm__title::after {
	width: 70px;
	top: -50px;
	height: 70px;
}

.consumer__title {
	font-size: 2.4rem;
}

.consumer__right .apply__rightTitle {
	padding-top: 0;
}

.consumer__right .apply__rightTitle::after {
	top: -50%;
}

.consumer__right {
	margin-top: 0;
	padding-left: 30px;
}

.consumer__rightTitle {
	font-size: 2rem;
}

.consumer__human:not(:first-child) {
	margin-top: 60px;
}

.consumer__rightTitle5 {
	padding-top: 0px !important;
}

.question__inner {
	margin: 0 0px 0px;
	padding-top: 80px;
}

.question__title {
	font-size: 2.4rem;
}

.question__anchors {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 0 20px;
}

.question__anchor:not(:first-child) {
	margin-left: 0;
}

.question__anchor p {
	font-size: 1.6rem;
}

.question__itemTitle {
	font-size: 2.4rem;
}

.Q {
	width: 32px;
	height: 32px;
}

.Q::after {
	font-size: 1.6rem;
}

.A-in {
	top: 56px;
	left: -10px;
}

.A {
	width: 32px;
	height: 32px;
}

.A::after {
	font-size: 1.6rem;
}

.title {
	font-size: 1.4rem;
	padding-left: 10px;
	padding-right: 25px;
}

.title::after {
	width: 12px;
	height: 12px;
	right: 6px;
}

.box::after {
	width: 12px;
	height: 12px;
	right: -8%;
}

.box p {
	font-size: 1.4rem;
}

.factoringPage__title {
	font-size: 2.4rem;
}

.factoringPage__inner {
	margin: 0 20px;
}

.factoringPage__itemTitle {
	font-size: 2rem;
}

.factoringPage__itemContent {
	font-size: 1.6rem;
}

.colum__title {
	font-size: 2.4rem;
	line-height: 35px;
}

.colum__inner {
	margin: 0 40px;
}

.colum__items {
	display: block;
}

.colum__item {
	width: 100%;
	display: block;
}

.colum__item:not(:first-child) {
	margin-top: 83px;
}

}

@media screen and (min-width: 765px) and (max-width: 1050px) {

.feature__meritImg1 {
	bottom: 100%;
	left: -15%;
}
.header__logo{
	width: 210px;
}
.feature__meritImg2 {
	bottom: 100%;
	right: -15%;
}

}

@media (min-width: 901px) and (max-width: 1439px) {

.note {
	display: block;
}

.header__inner {
	margin: 28px 20px 28px;
	margin-right: 190px;
}

.header__nav {
	margin-right: 0;
	margin-left: 5vw;
}

.header__bottom a {
	padding: 16px 18px 16px;
}

.mainvisual {
	margin-top: 90px;
}

.footer__inner {
	margin: 0 5.33%;
}

.colum__inner {
	margin: 0 40px;
}

}

@media screen and (min-width: 901px) and (max-width: 1439px) {

.factoring__title::after {
	right: 0;
}

.contactConfirm__title::after {
	right: -15%;
}

}

@media screen and (min-width: 1051px) and (max-width: 1439px) {

.header__logo{
	width: 210px;
}
.feature__meritImg1 {
	left: -27%;
}

.feature__meritImg2 {
	right: -27%;
}

}

@media (min-width: 1440px) {

.pc {
	display: block;
}

.header__inner {
	margin-right: 90px;
}

.header__nav {
	margin-left: 15.1vw;
}

.partition__textMiddle {
	margin-bottom: 24px;
}

.partiton__textSmall {
	margin-bottom: 8px;
}

.partition2 {
	margin-top: -10px;
}

.partition2__textSmall {
	font-size: 2.4rem;
}

.partition2__textMiddle {
	margin-bottom: 18px;
}

.partition2__textMiddle span {
	font-size: 4rem;
}

.partition2__textMiddle--flex {
	margin-top: 25px;
}

#selection {
	padding-top: 12px;
}

.selection__items2 {
	max-width: 540px;
	margin: 54px auto 0;
}

.selection__img1 {
	margin-bottom: -14px;
}

.apply__human--space {
	margin-top: -6px !important;
}

.apply__detail {
	position: relative;
	top: -26px;
}

.apply__right {
	margin-left: 64px;
}

.apply__btn {
	margin-top: 50px;
}

.footer__nav li {
	margin-bottom: 16px;
}

.contactConfirm__title::before {
	left: -26%;
}

.contactConfirm__title::after {
	right: -28%;
}

}

@media screen and (max-width: 1080px) {

.header__inner {
	font-size: 1.2rem;
	margin: 18px 20px 18px;
	justify-content: flex-start;
}

.header___li a {
	font-size: 1.2rem !important;
}

.header__nav {
	margin-left: 5vw;
}

.header___li a {
	font-size: 1.4rem;
}

.header__bottom a {
	padding: 6px 18px 6px;
}

.mainvisual {
	margin-top: 38px;
}

.mainvisual__h1 {
	font-size: 2.4rem;
	display: block;
	text-align: center;
}

.mainvisual__bottom {
	display: block;
}

.mainvisual__left {
	text-align: center;
}

.mainvisual__right {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.mainvisual__circles {
	justify-content: center;
}

}

@media screen and (max-width: 900px) {

.hamburger-menu {
	display: block !important;
}

.header__bottom {
	display: none;
}

}


@media screen and (max-width: 600px) {
.fixedButton__inner{
	margin: 0 20px;
}
.privacy__title{
	font-size: 2.4rem;
	padding-right: 10%;
	padding-left: 10%;
}
.mainvisual__circlebg {
	display: block;
	position: relative;
	z-index: 1;
	top: -50%;
}

.mainvisual__circlebg::after {
	display: block;
	width: 108px;
	height: 108px;
	content: "";
	z-index: 1;
	background-color: #ffffff;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

}

@media screen and (max-width: 480px) {


.fixedButton__btn a {
	font-size: 1.2rem;
	line-height: 14px;
	padding: 4px 20px;
}

.fixedButton__phone {
	font-size: 1.6rem;
	line-height: 22px;
}
.fixedButton__phone img{
	top:-2px;
}
.fixedButton__day {
	font-size: 1.2rem;
	line-height: 17px;
}
.fixedButton__text--border::before {
	left: -9%;
}
.fixedButton__text--border::after {

}
}

@media screen and (max-width: 450px) {

.mainvisual__circle:not(:first-child) {
	margin-left: 0%;
}

}

@media (max-width:376px) {

.inner {
	margin: 0 5.33% !important;
}

.section-title {
	font-size: 3rem;
	line-height: 42px;
}

.section-title::after {
	font-size: 2rem;
	line-height: 22px;
}

.sp {
	display: block;
}

.menu-btn {
	top: -5px;
	right: 0;
}

.mail-arrow {
	top: 23px;
	left: 10px;
	width: 63px;
}

.privacy__title{
	font-size: 2rem;
	padding-right: 10%;
	padding-left: 10%;
}
.privacy__inner{
	margin: 0 20px !important;
}
.privacy__itemTitle{
	font-size: 2rem;
}

.balloon__box {
	margin-bottom: 20px;
}

.balloon2 {
	top: 106px;
}

.balloon2 .balloon2__img {
	padding-top: 35%;
	width: 100%;
}

.balloon2 p {
	font-size: 2rem;
	line-height: 28px;
	width: 100%;
	top: 20px;
}

.header__inner {
	margin: 23px 20px 16px;
}

.header__nav {
	display: none;
}

.mainvisual {
	margin-top: 58px;
	padding-bottom: 28px;
}

.mainvisual__inner {
	margin: 0 20px;
}

.mainvisual__img {
	width: 100%;
	padding-top: 22%;
}

.mainvisual__h1 {
	font-size: 2.4rem;
	text-align: center;
	display: block;
}

.mainvisual__h1 p {
	padding-bottom: 4px;
}

.mainvisual__bottom {
	display: block;
	text-align: left;
	padding-top: 50px;
}

.mainvisual__left {
	line-height: 55px;
	font-size: 2rem;
}

.mainvisual__left span {
	font-size: 3.2rem;
}

.mainvisual__left h2 {
	text-align: left;
}

.mainvisual__right {
	width: 90%;
	margin: 16px auto 0;
	padding-top: 86.5%;
	text-align: center;
	margin-bottom: 48px;
}

.mainvisual__right--none {
	display: none;
}

.mainvisual__circles {
	justify-content: space-between;
}

.mainvisual__circle {
	font-size: 1.4rem;
	margin-top: 25px;
}

.mainvisual__circleTop {
	font-size: 1.4rem;
}

.mainvisual__circleBottom {
	font-size: 1.4rem;
	padding-top: 0;
}

.mainvisual__circleBottom span {
	font-size: 4.8rem;
}

.mainvisual__centerImg {
	left: 0;
	margin-top: 0;
}

.mainvisual__centerImg.sp {
	padding-top: 56%;
}

.mainvisual__centerImg--none {
	display: none;
}

.partition__img {
	margin: 0 auto;
}

.mainvisual__btn {
	width: 100%;
	text-align: center;
	display: block;
}

.mainvisual__btn a {
	width: 100%;
	padding: 3px 24px;
	display: block;
}

.mainvisual__btn span {
	font-size: 1.6rem;
}

#news {
	top: -25px;
	padding: 42px 0 12px;
	margin: 0 5.33%;
}

.news__title {
	padding-bottom: 33px;
}

.news__item {
	font-size: 1.4rem;
	line-height: 20px;
	padding-bottom: 13px;
	margin-bottom: 34px;
}

#simulation {
	margin-top: 24px;
	padding-bottom: 105px;
}

.simulation__inner1,
.simulation__inner2 {
	margin: 0 20px;
}

.simulation__title1 {
	font-size: 1.8rem;
	padding: 16px 20px;
	margin-bottom: 65px;
}

.simulation__title2 {
	font-size: 2.4rem;
	margin: 84px 20px 30px;
}

.simulation__inner1 {
	margin: 0 20px;
}

.simulation__inner2 {
	margin: 0 20px;
}

.form__required {
	left: 0;
}

.simulation__button button {
	padding: 26px 29%;
}

.simulation__button {
	margin-top: -14px;
}

.simulation__inner2 {
	display: block;
	padding: 57px 4.5% 62px;
}

.simulation__items:nth-child(5) {
	margin-bottom: 20px;
}

.simulation__item {
	width: 95%;
	font-size: 1.4rem;
	margin-bottom: 35px;
	line-height: 16px;
}

.simulation__item:nth-child(4) {
	margin-bottom: 20px;
}

.simulation__item:nth-child(5) {
	margin-bottom: 20px;
}

.simulation__item:nth-child(6) {
	margin-bottom: 45px;
}

.simulation__item:nth-child(7) {
	margin-bottom: 42px;
}

.simulation__item:nth-child(8) {
	margin-bottom: 51px;
}

.simulation__img {
	width: 54%;
	margin: 15px auto 0;
	padding-top: 56.5%;
}

.partition {
	padding: 58px 0 130px;
}

.partition__inner {
	margin: 0 8.33%;
}

.partition__textMiddle {
	font-size: 2rem;
	line-height: 29px;
}

.partition__textMiddle--sp {
	font-size: 2.4rem !important;
}

.partition__textMiddle {
	font-size: 2rem;
	line-height: 33px;
	margin-bottom: 17px;
}

.partition__textMiddle2 {
	font-size: 2rem;
	line-height: 20px;
	margin-bottom: 40px;
}

.partition__textLarge span {
	font-size: 2.4rem;
}

.partition__textLarge {
	font-size: 2.4rem;
	line-height: 28px;
	margin-bottom: 24px;
}

.partiton__textSmall {
	font-size: 1.6rem;
	line-height: 20px;
	text-align: left;
	margin-bottom: 13px;
}

.partiton__textSmall--sp {
	text-align: left !important;
}

.partition__textMiddle--flex {
	text-align: center;
	display: block;
}

#feature {
	top: -112px;
}

.feature__inner1 {
	margin: 0 0%;
}

.feature__items {
	display: block;
}

.feature__items--color {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.feature__item {
	display: block;
}

.feature__titlebox--space {
	margin-bottom: 30px !important;
}

.feature__titlebox {
	align-items: flex-start;
	margin-bottom: 12px;
}

.feature__title {
	padding-left: 10px;
	margin-bottom: 10px;
}

.feature__number {
	position: relative;
	top: -10px;
}

.feature__item--color {
	width: 82%;
	margin-bottom: 60px;
	padding: 30px 5% 30px;
	margin-top: 43px !important;
}

.feature__item--color1 {
	margin-top: 100px !important;
}

.feature__textLarge {
	font-size: 2rem;
	line-height: 24px;
}

.feature__textSmall {
	margin-top: 15px;
}

.feature__inner2 {
	margin: 0 5.33%;
}

.feature__title2 {
	font-size: 2rem;
	line-height: 24px;
	margin-top: 163px;
	margin-bottom: 103px;
}

.feature__title2 span {
	font-size: 2rem;
}

.feature__meritImg1 {
	top: 100%;
	left: -14%;
}

.feature__meritImg1 img {
	width: 73px;
	height: 57px;
}

.feature__meritImg2 {
	bottom: 150%;
	right: -18%;
}

.feature__meritImg2 img {
	width: 73px;
	height: 57px;
}

.feature__merit span {
	font-size: 1.6rem;
}

.feature__merit {
	padding: 21px 65px;
	font-size: 1.6rem;
	line-height: 23px;
	padding: 24.5px 10%;
	padding-left: 14%;
	margin-bottom: 16px;
}

.feature__merit--space {
	padding: 13px 10%;
	padding-left: 14%;
}

.feature__meritNumber {
	font-size: 1.6rem;
	width: 40px;
	left: 0;
	height: 40px;
}

.partition2 {
	padding: 60px 20px 76px;
	padding-bottom: 160px;
}

.partition2__items:nth-child(2) {
	margin-bottom: 40px;
}

.partition2__textSmall {
	line-height: 27px;
	margin-bottom: 30px !important;
}

.partition2__textMiddle {
	font-size: 2rem;
	line-height: 27px;
	margin-bottom: 29px;
}

.partition2__textMiddle:nth-child(2) {
	line-height: 30px;
	margin-bottom: 32px;
}

.partition2__textMiddle--flex {
	display: flex;
}

.partition2__textMiddle--flex .pc {
	display: none;
}

.partition2__img {
	display: inline-block;
	margin: 0 !important;
	margin-right: auto !important;
}

.mail {
	max-width: 100%;
	margin: 0 5.33%;
	top: -180px;
}

.mail__inner {
	align-items: flex-start;
	padding: 60px 1% 35px;
}

.mail__right img {
	top: -8px;
	left: 8px;
}

.mail__imgBox1 {
	width: 55%;
	padding-top: 35%;
}

.mail__imgBox2 {
	width: 55%;
	padding-top: 47%;
}

.mail__content {
	font-size: 1.2rem;
	line-height: 16px;
	margin-top: 24px;
}

#selection {
	position: relative;
	top: -58px;
}

.selection__titles {
	margin: 0 11.7%;
	font-size: 2.4rem;
	line-height: 32px;
}

.selection__titles span {
	font-size: 3rem;
}

.selection__inner {
	margin-top: 0px;
}

.selection__items1 {
	display: block;
}

.selection__items2 {
	display: block;
	margin-top: 92px;
}

.selection__img1 {
	margin: 0 auto;
}

.selection__item {
	margin: 0 auto;
	max-width: 240px;
}

.selection__item:not(:first-child) {
	margin: 82px auto 0;
}

.selection__item5 {
	margin-top: 90px !important;
}

.selection__number {
	top: 1%;
	left: 2%;
}

.selection__title {
	margin-top: -27px;
}

.selection__content {
	width: 96%;
	margin: 12px auto 0;
}

#apply {
	padding-top: 67px;
}

.apply__humanInner {
	margin: 0 5.33%;
}

.apply__human {
	display: block;
}

.apply__human:not(:first-child) {
	margin-top: 38px;
}

.apply__left {
	margin: 0 auto;
	width: 100%;
}

.apply__detail {
	margin-top: -30px;
}

.apply__right {
	margin: 43px auto 0;
	width: 100%;
	padding-left: 35px;
}

.apply__rightTitle {
	font-size: 2rem;
	line-height: 24px;
}

.apply__rightText--space {
	margin-top: 17px;
}

.apply__btn {
	margin-top: 100px;
}

#apply__flow {
	padding: 60px 13.333% 52px;
	margin: 80px 5.33% 111px;
}

.apply__flowInner {
	margin-top: 110px;
	display: block;
}

.apply__flowItem {
	margin-top: 0px;
	width: 100%;
}

.apply__flowItem:not(:first-child) {
	margin-top: 202px;
	margin-left: 0;
}

.apply__flowItem--center::before {
	top: -35%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.apply__flowItem--center::after {
	top: 121%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.apply__flowBody {
	margin-top: 62px;
}

.apply__flowContent {
	text-align: left;
	width: 92%;
	margin-left: auto;
	margin-top: 16px;
}

#factoring {
	padding-top: 50px;
	padding-bottom: 120px;
}

.factoring__inner {
	margin: 0 10%;
}

.factoring__title {
	font-size: 2rem;
}

.factoring__title::before {
	width: 70px;
	height: 60px;
	top: 75px;
}

.factoring__title::after {
	width: 70px;
	height: 70px;
	top: -50px;
}

.factoring__items {
	display: block;
	margin-top: 105px;
}

.factoring__item {
	width: 100%;
	display: block;
}

.factoring__item:not(:first-child) {
	margin-top: 54px;
	margin-left: 0;
}

.factoring__body--space {
	padding-bottom: 32px;
}

.factoring__btn {
	margin-top: 77px;
}
.fixedButton__inner{
	margin: 0 auto;
}
.fixedButton__text {
	font-size: 1.2rem;
	line-height: 17px;
}

.fixedButton__text--border {
	text-align: center;
}

.fixedButton__text--border::before {
	top: 70%;
	left: -12%;
}

.fixedButton__text--border::after {
	top: 70%;
	right: -12%;
}

.fixedButton__btn a {
	font-size: 1.2rem;
	line-height: 14px;
	padding: 4px 20px;
}

.fixedButton__phone {
	font-size: 1.6rem;
	line-height: 22px;
}

.fixedButton__day {
	font-size: 1.2rem;
	line-height: 17px;
}

.footer__inner {
	display: block;
	padding-top: 47px;
	margin: 0 5.33%;
	font-size: 1.4rem;
}

.footer__navul:first-child {
	margin-top: 65px;
}

.footer__nav {
	display: block;
}

.footer__nav li {
	margin-bottom: 11px;
}

.footer___li {
	margin-bottom: 13px;
}

.privacy {
	margin-top: 30px;
	font-size: 1.4rem;
}

.simulation__title1Page {
	font-size: 2rem;
}

.simulation__title2Page {
	font-size: 2rem;
}

.simulation__contentPage {
	font-size: 1.6rem;
	line-height: 23px;
}

.simulation__pricePage p {
	font-size: 4rem;
	line-height: 58px;
}

input[type=radio] {
	margin-left: 0 !important;
}

#company {
	padding-top: 0;
	padding-bottom: 105px;
	margin-top: 140px;
}

.company__inner {
	margin: 0 20px;
}

.company__title {
	padding: 4px 20.2%;
	font-size: 2.4rem;
	margin-bottom: 105px;
}

.company__item {
	display: block;
	margin-bottom: 27px;
}

.company__left {
	font-size: 1.6rem;
	width: 100%;
}

.company__right {
	line-height: 25px;
	margin-top: 8px;
	width: 100%;
}

.company_imgMap {
	margin-top: 64px;
}

.company__imgBox {
	display: block;
	margin-top: 44px;
}

.company__img:not(:first-child) {
	margin-top: 40px;
}

#contact {
	margin-top: 140px;
	padding-bottom: 104px !important;
}

.contact__title {
	padding: 14px 14%;
	margin-bottom: 106px;
}

.contact__inner {
	margin: 0 20px;
}

.contact__inner .simulation__adress {
	margin-bottom: 42px;
}

.contact__inner .simulation__radio {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.contact__inner .simulation__radio label {
	margin-bottom: 8px;
}

.contact__inner .simulation__radio2 {
	display: block;
}

.contact__inner .simulation__radio3 {
	display: block;
}

.contact__inner input[type=radio] {
	margin-left: 0;
}

.contact__radio1 input[type=radio] {
	margin-right: 10px !important;
}

.contact__radio2 input[type=radio] {
	margin-right: 10px !important;
}

.contact__radio3 input[type=radio] {
	margin-right: 10px !important;
}

.contact__radio2--space {
	margin-left: 72px;
}

.contact__radio3--space {
	margin-left: 48px;
}

.contact__textarea {
	margin-bottom: 112px;
}

.contact___button button {
	padding: 17px 44%;
}

.form__any {
	left: 0;
}

.contactConfirm__inner {
	margin: 120px 20px 0;
}

.contactConfirm__title {
	font-size: 2rem;
}

.contactConfirm__title::before {
	width: 70px;
	height: 60px;
	left: 15%;
	top: -46px;
}

.contactConfirm__title::after {
	width: 70px;
	height: 70px;
	top: -50px;
}

#consumer {
	padding-top: 40px;
}

.consumer__title {
	font-size: 2.4rem;
	padding: 4px 25%;
	margin-bottom: 70px;
}

.consumer__inner {
	margin: 0 20px;
}

.consumer__left .apply__detail {
	top: 0;
}

.consumer__right .apply__rightTitle {
	padding-top: 0;
}

.consumer__right .apply__rightTitle::after {
	top: -50%;
}

.consumer__right {
	margin-top: 44px;
	padding-left: 40px;
}

.consumer__rightTitle {
	font-size: 2rem;
}

.consumer__human:not(:first-child) {
	margin-top: 34px;
}

.consumer__human:nth-child(3) {
	margin-top: 38px;
}

.consumer__human:nth-child(5) {
	margin-top: 7px;
}

.consumer__human:nth-child(6) {
	margin-top: 10px;
}

.consumer__rightTitle5 {
	padding-top: 0px !important;
}

.consumer__btn a {
	padding: 20px 68px;
}

.consumer__btn {
	margin-top: 60px;
}

#question {
	margin-top: 145px;
	padding-bottom: 120px;
}

.question__inner {
	padding-top: 80px;
	margin: 0 0px 102px;
}

#agreement {
	margin-bottom: 106px;
	margin-top: -26px !important;
}

#agreement .question__itemTitle {
	margin-bottom: 13px;
}

#examination {
	margin-bottom: 105px;
	margin-top: -26px !important;
}

#examination .question__itemTitle {
	margin-bottom: 20px;
}

#others {
	margin-bottom: 120px;
	margin-top: -26px !important;
}

#others .question__itemTitle {
	margin-bottom: 20px;
}

.question__title {
	font-size: 2.4rem;
	padding: 10px 17.5%;
	margin-bottom: 93px;
}

.question__anchors {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 0 20px;
}

.question__anchor {
	padding-bottom: 47px;
}

.question__anchor:not(:first-child) {
	margin-left: 0;
}

.question__anchor:nth-child(3) {
	padding-top: 48px;
	padding-bottom: 60px;
}

.question__anchor:nth-child(4) {
	padding-top: 48px;
	padding-bottom: 60px;
}

.question__anchor p {
	font-size: 1.6rem;
}

.anchor__bottom {
	bottom: 10px;
}

.question__itemTitle {
	font-size: 2.4rem;
	margin-bottom: 23px;
}

.accordion-area li {
	margin-bottom: 25px;
}

.Q {
	width: 32px;
	height: 32px;
	right: -20px;
	margin-right: 28px;
}

.Q::after {
	font-size: 1.6rem;
}

.A-in {
	top: 58px;
	left: -10px;
}

.A {
	width: 32px;
	height: 32px;
	margin-right: 9px;
	left: -75%;
}

.A::after {
	font-size: 1.6rem;
}

.accordion-area section {
	width: calc(100% - 80px);
}

.title {
	font-size: 1.4rem;
	padding-left: 10px;
	padding-right: 25px;
}

.title::after {
	width: 12px;
	height: 12px;
	right: 15px;
}

.title-sp {
	padding-top: 13px;
	padding-bottom: 13px;
}

.box {
	margin-top: 15px;
	margin-bottom: 0px;
}

.box::after {
	width: 12px;
	height: 12px;
	top: 40%;
	right: -5.5%;
}

.box p {
	font-size: 1.4rem;
}

.question__btn a {
	padding: 20px 68px;
}

#factoringPage {
	margin-top: 143px;
}

.factoringPage__title {
	font-size: 2.4rem;
	letter-spacing: normal;
	padding: 3px 6%;
	margin-bottom: 105px;
}

.factoringPage__title--demerit {
	margin-top: 156px;
	margin-bottom: 75px;
	font-size: 2rem;
	padding: 8px 10%;
}

.factoringPage__inner {
	margin: 0 20px;
}

.factoringPage__item:not(:first-child) {
	margin-top: 72px;
}

.factoringPage__item--space {
	margin-top: 73px !important;
}

.factoringPage__left {
	width: 56px;
	margin-right: 12px;
	top: 23px;
}

.factoringPage__left::before {
	width: 56px;
	height: 56px;
}

.factoringPage__right {
	width: calc(100% - 56px);
}

.factoringPage__itemTitle {
	font-size: 2rem;
	letter-spacing: normal;
	padding-bottom: 12px;
}

.factoringPage__itemLine {
	margin-bottom: 19px;
}

.factoringPage__itemContent {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
#privacy {
	margin-top: 140px;
}

.privacy__title {
	font-size: 2rem;
	line-height: 35px;
	padding: 15px 10%;
	margin-bottom: 102px;
}
.privacy__inner {
	margin: 0 40px;
}
#colum {
	margin-top: 140px;
}

.colum__title {
	font-size: 2.4rem;
	line-height: 35px;
	padding: 15px 21%;
	margin-bottom: 102px;
}

.colum__inner {
	margin: 0 40px;
}

.colum__items {
	display: block;
}

.colum__item {
	width: 100%;
	display: block;
}

.colum__item:not(:first-child) {
	margin-top: 83px;
}

.colum__body {
	padding-bottom: 23px;
}

}

@-webkit-keyframes bounce {

0%,20%,50%,80%,100% {
	transform: translateY(0);
}

40% {
	transform: translateY(-30px);
}

60% {
	transform: translateY(-15px);
}

}

@keyframes bounce {

0%,20%,50%,80%,100% {
	transform: translateY(0);
}

40% {
	transform: translateY(-30px);
}

60% {
	transform: translateY(-15px);
}

}

@-webkit-keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

0%,50%,100% {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@-webkit-keyframes pulse {

0% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@keyframes pulse {

0% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@-webkit-keyframes shake {

0%,100% {
	transform: translateX(0);
}

10%,30%,50%,70%,90% {
	transform: translateX(-10px);
}

20%,40%,60%,80% {
	transform: translateX(10px);
}

}

@keyframes shake {

0%,100% {
	transform: translateX(0);
}

10%,30%,50%,70%,90% {
	transform: translateX(-10px);
}

20%,40%,60%,80% {
	transform: translateX(10px);
}

}

@-webkit-keyframes swing {

20% {
	transform: rotate(15deg);
}

40% {
	transform: rotate(-10deg);
}

60% {
	transform: rotate(5deg);
}

80% {
	transform: rotate(-5deg);
}

100% {
	transform: rotate(0deg);
}

}

@keyframes swing {

20% {
	transform: rotate(15deg);
}

40% {
	transform: rotate(-10deg);
}

60% {
	transform: rotate(5deg);
}

80% {
	transform: rotate(-5deg);
}

100% {
	transform: rotate(0deg);
}

}

@-webkit-keyframes tada {

0% {
	transform: scale(1);
}

10%,20% {
	transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
	transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
	transform: scale(1.1) rotate(-3deg);
}

100% {
	transform: scale(1) rotate(0);
}

}

@keyframes tada {

0% {
	transform: scale(1);
}

10%,20% {
	transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
	transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
	transform: scale(1.1) rotate(-3deg);
}

100% {
	transform: scale(1) rotate(0);
}

}

@-webkit-keyframes wobble {

0% {
	transform: translateX(0%);
}

15% {
	transform: translateX(-25%) rotate(-5deg);
}

30% {
	transform: translateX(20%) rotate(3deg);
}

45% {
	transform: translateX(-15%) rotate(-3deg);
}

60% {
	transform: translateX(10%) rotate(2deg);
}

75% {
	transform: translateX(-5%) rotate(-1deg);
}

100% {
	transform: translateX(0%);
}

}

@keyframes wobble {

0% {
	transform: translateX(0%);
}

15% {
	transform: translateX(-25%) rotate(-5deg);
}

30% {
	transform: translateX(20%) rotate(3deg);
}

45% {
	transform: translateX(-15%) rotate(-3deg);
}

60% {
	transform: translateX(10%) rotate(2deg);
}

75% {
	transform: translateX(-5%) rotate(-1deg);
}

100% {
	transform: translateX(0%);
}

}

@-webkit-keyframes bounceIn {

0% {
	opacity: 0;
	transform: scale(0.3);
}

50% {
	opacity: 1;
	transform: scale(1.05);
}

70% {
	transform: scale(0.9);
}

100% {
	transform: scale(1);
}

}

@keyframes bounceIn {

0% {
	opacity: 0;
	transform: scale(0.3);
}

50% {
	opacity: 1;
	transform: scale(1.05);
}

70% {
	transform: scale(0.9);
}

100% {
	transform: scale(1);
}

}

@-webkit-keyframes bounceInDown {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

60% {
	opacity: 1;
	transform: translateY(30px);
}

80% {
	transform: translateY(-10px);
}

100% {
	transform: translateY(0);
}

}

@keyframes bounceInDown {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

60% {
	opacity: 1;
	transform: translateY(30px);
}

80% {
	transform: translateY(-10px);
}

100% {
	transform: translateY(0);
}

}

@-webkit-keyframes bounceInLeft {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

60% {
	opacity: 1;
	transform: translateX(30px);
}

80% {
	transform: translateX(-10px);
}

100% {
	transform: translateX(0);
}

}

@keyframes bounceInLeft {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

60% {
	opacity: 1;
	transform: translateX(30px);
}

80% {
	transform: translateX(-10px);
}

100% {
	transform: translateX(0);
}

}

@-webkit-keyframes bounceInRight {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

60% {
	opacity: 1;
	transform: translateX(-30px);
}

80% {
	transform: translateX(10px);
}

100% {
	transform: translateX(0);
}

}

@keyframes bounceInRight {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

60% {
	opacity: 1;
	transform: translateX(-30px);
}

80% {
	transform: translateX(10px);
}

100% {
	transform: translateX(0);
}

}

@-webkit-keyframes bounceInUp {

0% {
	opacity: 0;
	transform: translateY(2000px);
}

60% {
	opacity: 1;
	transform: translateY(-30px);
}

80% {
	transform: translateY(10px);
}

100% {
	transform: translateY(0);
}

}

@keyframes bounceInUp {

0% {
	opacity: 0;
	transform: translateY(2000px);
}

60% {
	opacity: 1;
	transform: translateY(-30px);
}

80% {
	transform: translateY(10px);
}

100% {
	transform: translateY(0);
}

}

@-webkit-keyframes bounceOut {

0% {
	transform: scale(1);
}

25% {
	transform: scale(0.95);
}

50% {
	opacity: 1;
	transform: scale(1.1);
}

100% {
	opacity: 0;
	transform: scale(0.3);
}

}

@keyframes bounceOut {

0% {
	transform: scale(1);
}

25% {
	transform: scale(0.95);
}

50% {
	opacity: 1;
	transform: scale(1.1);
}

100% {
	opacity: 0;
	transform: scale(0.3);
}

}

@-webkit-keyframes bounceOutDown {

0% {
	transform: translateY(0);
}

20% {
	opacity: 1;
	transform: translateY(-20px);
}

100% {
	opacity: 0;
	transform: translateY(2000px);
}

}

@keyframes bounceOutDown {

0% {
	transform: translateY(0);
}

20% {
	opacity: 1;
	transform: translateY(-20px);
}

100% {
	opacity: 0;
	transform: translateY(2000px);
}

}

@-webkit-keyframes bounceOutLeft {

0% {
	transform: translateX(0);
}

20% {
	opacity: 1;
	transform: translateX(20px);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@keyframes bounceOutLeft {

0% {
	transform: translateX(0);
}

20% {
	opacity: 1;
	transform: translateX(20px);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@-webkit-keyframes bounceOutRight {

0% {
	transform: translateX(0);
}

20% {
	opacity: 1;
	transform: translateX(-20px);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@keyframes bounceOutRight {

0% {
	transform: translateX(0);
}

20% {
	opacity: 1;
	transform: translateX(-20px);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@-webkit-keyframes bounceOutUp {

0% {
	transform: translateY(0);
}

20% {
	opacity: 1;
	transform: translateY(20px);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@keyframes bounceOutUp {

0% {
	transform: translateY(0);
}

20% {
	opacity: 1;
	transform: translateY(20px);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInDown {

0% {
	opacity: 0;
	transform: translateY(-20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInDown {

0% {
	opacity: 0;
	transform: translateY(-20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes fadeInDownBig {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInDownBig {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes fadeInLeft {

0% {
	opacity: 0;
	transform: translateX(-20px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInLeft {

0% {
	opacity: 0;
	transform: translateX(-20px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInLeftBig {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInLeftBig {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInRight {

0% {
	opacity: 0;
	transform: translateX(20px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInRight {

0% {
	opacity: 0;
	transform: translateX(20px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInRightBig {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInRightBig {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes fadeInUpBig {

0% {
	opacity: 0;
	transform: translateY(2000px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInUpBig {

0% {
	opacity: 0;
	transform: translateY(2000px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDown {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(20px);
}

}

@keyframes fadeOutDown {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(20px);
}

}

@-webkit-keyframes fadeOutDownBig {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(2000px);
}

}

@keyframes fadeOutDownBig {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(2000px);
}

}

@-webkit-keyframes fadeOutLeft {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-20px);
}

}

@keyframes fadeOutLeft {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-20px);
}

}

@-webkit-keyframes fadeOutLeftBig {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@keyframes fadeOutLeftBig {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@-webkit-keyframes fadeOutRight {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(20px);
}

}

@keyframes fadeOutRight {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(20px);
}

}

@-webkit-keyframes fadeOutRightBig {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@keyframes fadeOutRightBig {

0% {
	opacity: 1;
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@-webkit-keyframes fadeOutUp {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-20px);
}

}

@keyframes fadeOutUp {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-20px);
}

}

@-webkit-keyframes fadeOutUpBig {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@keyframes fadeOutUpBig {

0% {
	opacity: 1;
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@-webkit-keyframes flip {

0% {
	transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

100% {
	transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@keyframes flip {

0% {
	transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

100% {
	transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@-webkit-keyframes flipInX {

0% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40% {
	transform: perspective(400px) rotateX(-10deg);
}

70% {
	transform: perspective(400px) rotateX(10deg);
}

100% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flipInX {

0% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

40% {
	transform: perspective(400px) rotateX(-10deg);
}

70% {
	transform: perspective(400px) rotateX(10deg);
}

100% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flipInY {

0% {
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

40% {
	transform: perspective(400px) rotateY(-10deg);
}

70% {
	transform: perspective(400px) rotateY(10deg);
}

100% {
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flipInY {

0% {
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

40% {
	transform: perspective(400px) rotateY(-10deg);
}

70% {
	transform: perspective(400px) rotateY(10deg);
}

100% {
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flipOutX {

0% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

100% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flipOutX {

0% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

100% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flipOutY {

0% {
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

100% {
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flipOutY {

0% {
	transform: perspective(400px) rotateY(0deg);
	opacity: 1;
}

100% {
	transform: perspective(400px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes lightSpeedIn {

0% {
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

60% {
	transform: translateX(-20%) skewX(30deg);
	opacity: 1;
}

80% {
	transform: translateX(0%) skewX(-15deg);
	opacity: 1;
}

100% {
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

}

@keyframes lightSpeedIn {

0% {
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

60% {
	transform: translateX(-20%) skewX(30deg);
	opacity: 1;
}

80% {
	transform: translateX(0%) skewX(-15deg);
	opacity: 1;
}

100% {
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes lightSpeedOut {

0% {
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

100% {
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

}

@keyframes lightSpeedOut {

0% {
	transform: translateX(0%) skewX(0deg);
	opacity: 1;
}

100% {
	transform: translateX(100%) skewX(-30deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateIn {

0% {
	transform-origin: center center;
	transform: rotate(-200deg);
	opacity: 0;
}

100% {
	transform-origin: center center;
	transform: rotate(0);
	opacity: 1;
}

}

@keyframes rotateIn {

0% {
	transform-origin: center center;
	transform: rotate(-200deg);
	opacity: 0;
}

100% {
	transform-origin: center center;
	transform: rotate(0);
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

100% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@keyframes rotateInDownLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

100% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownRight {

0% {
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0;
}

100% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@keyframes rotateInDownRight {

0% {
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0;
}

100% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(90deg);
	opacity: 0;
}

100% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@keyframes rotateInUpLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(90deg);
	opacity: 0;
}

100% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpRight {

0% {
	transform-origin: right bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

100% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@keyframes rotateInUpRight {

0% {
	transform-origin: right bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

100% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

}

@-webkit-keyframes rotateOut {

0% {
	transform-origin: center center;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: center center;
	transform: rotate(200deg);
	opacity: 0;
}

}

@keyframes rotateOut {

0% {
	transform-origin: center center;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: center center;
	transform: rotate(200deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: left bottom;
	transform: rotate(90deg);
	opacity: 0;
}

}

@keyframes rotateOutDownLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: left bottom;
	transform: rotate(90deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownRight {

0% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: right bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

}

@keyframes rotateOutDownRight {

0% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: right bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: left bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

}

@keyframes rotateOutUpLeft {

0% {
	transform-origin: left bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: left bottom;
	transform: rotate(-90deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpRight {

0% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0;
}

}

@keyframes rotateOutUpRight {

0% {
	transform-origin: right bottom;
	transform: rotate(0);
	opacity: 1;
}

100% {
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0;
}

}

@-webkit-keyframes slideInDown {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

100% {
	transform: translateY(0);
}

}

@keyframes slideInDown {

0% {
	opacity: 0;
	transform: translateY(-2000px);
}

100% {
	transform: translateY(0);
}

}

@-webkit-keyframes slideInLeft {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

100% {
	transform: translateX(0);
}

}

@keyframes slideInLeft {

0% {
	opacity: 0;
	transform: translateX(-2000px);
}

100% {
	transform: translateX(0);
}

}

@-webkit-keyframes slideInRight {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

100% {
	transform: translateX(0);
}

}

@keyframes slideInRight {

0% {
	opacity: 0;
	transform: translateX(2000px);
}

100% {
	transform: translateX(0);
}

}

@-webkit-keyframes slideOutLeft {

0% {
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@keyframes slideOutLeft {

0% {
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(-2000px);
}

}

@-webkit-keyframes slideOutRight {

0% {
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@keyframes slideOutRight {

0% {
	transform: translateX(0);
}

100% {
	opacity: 0;
	transform: translateX(2000px);
}

}

@-webkit-keyframes slideOutUp {

0% {
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@keyframes slideOutUp {

0% {
	transform: translateY(0);
}

100% {
	opacity: 0;
	transform: translateY(-2000px);
}

}

@-webkit-keyframes hinge {

0% {
	transform: rotate(0);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	transform: rotate(80deg);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40% {
	transform: rotate(60deg);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

80% {
	transform: rotate(60deg) translateY(0);
	opacity: 1;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

100% {
	transform: translateY(700px);
	opacity: 0;
}

}

@keyframes hinge {

0% {
	transform: rotate(0);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	transform: rotate(80deg);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40% {
	transform: rotate(60deg);
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

80% {
	transform: rotate(60deg) translateY(0);
	opacity: 1;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

100% {
	transform: translateY(700px);
	opacity: 0;
}

}

@-webkit-keyframes rollIn {

0% {
	opacity: 0;
	transform: translateX(-100%) rotate(-120deg);
}

100% {
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}

}

@keyframes rollIn {

0% {
	opacity: 0;
	transform: translateX(-100%) rotate(-120deg);
}

100% {
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}

}

@-webkit-keyframes rollOut {

0% {
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}

100% {
	opacity: 0;
	transform: translateX(100%) rotate(120deg);
}

}

@keyframes rollOut {

0% {
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}

100% {
	opacity: 0;
	transform: translateX(100%) rotate(120deg);
}

}

@-webkit-keyframes shinyshiny {

0% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0;
}

80% {
	-webkit-transform: scale(0) rotate(45deg);
	opacity: 0.5;
}

81% {
	-webkit-transform: scale(4) rotate(45deg);
	opacity: 1;
}

100% {
	-webkit-transform: scale(50) rotate(45deg);
	opacity: 0;
}

}

