@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, label, table, tr, th, td, hr, input, textarea,
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

iframe, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

address {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	border: 0;
	border-radius: inherit;
	background: none;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

textarea {
	overflow: auto;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
	-webkit-appearance: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
body {
	overflow: hidden scroll;
	color: #d61518;
	font-size: 1rem;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", sans-serif;
}

body > * {
	font-size: 12px;
	font-feature-settings: "palt";
	line-height: 2;
	letter-spacing: 0.05em;
}

h1 {
	line-height: 1.5;
}

h2 {
	line-height: 1.5;
}

h3 {
	line-height: 1.5;
}

p:not([class]) + p:not([class]) {
	margin-top: 1.5em;
}

a,
a::before,
a::after {
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

a:not([href]) {
	cursor: default;
}

span:not([class]) {
	display: inline-block;
}

.ds-barlow {
	font-family: "Barlow Condensed", "Helvetica Neue", Arial, Roboto, sans-serif;
}

.ds-inner {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding: 0 7.7%;
}

.ds-section-heading {
	margin-bottom: 2em;
	text-align: center;
}

.ds-section-heading-english {
	margin-bottom: 20px;
}

.ds-section-heading-japanese {
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.ds-section-description {
	display: table;
	margin: auto;
}

.ds-button-red,
.ds-button-blue {
	display: flex;
	width: 100%;
	max-width: 220px;
	min-height: 40px;
	margin: 30px auto 0;
	padding: 0.4em 1em;
	border: 2px solid;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.ds-button-red:hover,
.ds-button-blue:hover {
	opacity: 1;
	background: none;
}

.ds-button-red {
	border-color: #d61518;
	background: #d61518;
}

.ds-button-red:hover {
	color: #d61518;
}

.ds-button-blue {
	border-color: #468bc2;
	background: #468bc2;
}

.ds-button-blue:hover {
	color: #468bc2;
}

.ds-button-white,
.ds-button-arrow {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 220px;
	min-height: 40px;
	margin: 30px auto 0;
	padding: 0.5em 1.3em;
	border: 2px solid #468bc2;
	border-radius: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
}

.ds-button-arrow {
	padding-right: 2.2em;
}

.ds-button-arrow::after {
	position: absolute;
	top: 0;
	right: 1.6em;
	bottom: 0;
	width: 0.5em;
	height: 0.5em;
	margin: auto;
	border-top: 3px solid;
	border-right: 3px solid;
	content: "";
	transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}

.ds-button-arrow:hover,
a:hover .ds-button-arrow {
	opacity: 1;
	background: #468bc2;
	color: #fff;
}

.ds-button-arrow:hover::after,
a:hover .ds-button-arrow::after {
	right: 1.3em;
	border-left-color: #ffc72f;
}

.ds-link {
	display: table;
	margin: 1.4em auto 0;
	text-decoration: underline;
}

.ds-icon-note {
	display: inline-block;
	width: 19px;
	height: 20px;
	margin-right: 0.4em;
	background: url("../img/common/note.png") left center no-repeat;
	background-size: contain;
}

.ds-icon-arrow {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.2em;
	border-top: 3px solid;
	border-right: 3px solid;
	transform: rotate(45deg);
}

li.ds-empty {
	margin-bottom: 0;
}

@media (min-width: 768px) {
body > * {
	font-size: 14px;
}

section {
	padding: 60px 0;
}

a[href^="tel:"] {
	pointer-events: none;
}

.ds-inner {
	padding: 0 30px;
}

.ds-section-heading-japanese {
	font-size: 30px;
}

.ds-section-description {
	font-size: 20px;
	line-height: 2.4;
	text-align: center;
}

.ds-button-red,
.ds-button-blue {
	max-width: 313px;
	min-height: 60px;
	margin-top: 50px;
	font-size: 20px;
}

.ds-button-white,
.ds-button-arrow {
	max-width: 313px;
	min-height: 60px;
	margin-top: 50px;
	font-size: 16px;
}

.ds-link {
	margin-top: 5em;
}

.ds-icon-note {
	width: 28px;
	height: 29px;
}
}

@media (max-width: 767.9px) {
.ds-section-description span:not([class]) {
	display: inline;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes rotate {
0% {
	transform: rotate(0deg);
}

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

.ds-loader {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.ds-loader-bar {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-bottom: 10px solid #d61518;
	border-radius: 50%;
	animation: rotate 1.5s linear infinite alternate-reverse;
}

.ds-loader-bar::before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border-bottom: 10px solid #468bc2;
	border-radius: 50%;
	content: "";
	animation: rotate 2s linear infinite alternate;
}

.ds-loader-bar::after {
	position: absolute;
	top: 9px;
	right: 9px;
	left: 9px;
	bottom: 9px;
	border-bottom: 10px solid #fcf3f4;
	border-radius: 50%;
	content: "";
	animation: rotate 1s linear infinite;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.ds-header-toggle {
	position: fixed;
	top: 10px;
	right: 9px;
	z-index: 4;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	flex: none;
}

.ds-header-toggle:hover {
	opacity: 0.7;
}

.ds-header-toggle-bar {
	position: absolute;
	right: 0;
	left: 0;
	width: 26px;
	height: 5px;
	margin: auto;
	background: #d61518;
	transition: 0.3s ease-in-out;
}

.ds-header-toggle-bar01 {
	top: 11px;
}

.ds-header-toggle-bar02 {
	top: 22px;
	background: #468bc2;
}

.ds-header-toggle-bar03 {
	top: 33px;
}

.ds-header-open .ds-header-toggle-bar {
	box-shadow: none;
}

.ds-header-open .ds-header-toggle-bar01 {
	top: 22px;
	z-index: 1;
	transform: rotate(-45deg);
	will-change: transform;
}

.ds-header-open .ds-header-toggle-bar02 {
	transform: scale(0, 1);
}

.ds-header-open .ds-header-toggle-bar03 {
	top: 22px;
	background: #468bc2;
	transform: rotate(45deg);
	will-change: transform;
}

.ds-header-nav {
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #fff;
	transform : scale(0.9);
	transition: 0.5s ease-out;
}

.ds-header-open .ds-header-nav {
	visibility: visible;
	opacity: 1;
	transform : scale(1);
}

.ds-header .ds-inner {
	display: flex;
	min-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	justify-content: center;
	align-items: center;
}

@media screen\0 {
.ds-header .ds-inner {
	height: 100%;
	min-height: 500px;
}
}

.ds-header-menu-ul {
	font-size: 14px;
}

.ds-header-menu-li:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.ds-header-menu-current {
	position: relative;
}

.ds-header-menu-current::after {
	position: absolute;
	right: 0;
	bottom: -0.5em;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, #468bc2 50%, #d61518 50%);
	content: "";
}

.ds-header-menu-li a,
.ds-header-sub-menu-li a {
	display: block;
}

.ds-header-menu-li a:hover,
.ds-header-sub-menu-li a:hover {
	opacity: 1;
	color: #468bc2;
}

.ds-header-sub-menu-ul {
	font-size: 16px;
}

.ds-header-sub-menu-li:nth-last-child(n+2) {
	margin-bottom: 16px;
}

@media (min-width: 768px) {
.ds-header-toggle {
	top: 30px;
	right: 30px;
	width: 70px;
	height: 70px;
}

.ds-header-toggle-bar {
	width: 40px;
	height: 7px;
}

.ds-header-toggle-bar01 {
	top: 17px;
}

.ds-header-toggle-bar02 {
	top: 32px;
}

.ds-header-toggle-bar03 {
	top: 47px;
}

.ds-header-open .ds-header-toggle-bar01 {
	top: 32px;
}

.ds-header-open .ds-header-toggle-bar03 {
	top: 32px;
}

.ds-header .ds-inner {
	letter-spacing: 0.3em;
}

.ds-header-menu-ul {
	margin-right: 13%;
	font-size: 16px;
}

.ds-header-menu-li:nth-last-child(n+2) {
	margin-bottom: 50px;
}

.ds-header-sub-menu-ul {
	font-size: 20px;
}

.ds-header-sub-menu-li:nth-last-child(n+2) {
	margin-bottom: 40px;
}
}

@media (max-width: 767.9px) {
.ds-header .ds-inner {
	text-align: center;
	flex-flow: column;
}

.ds-header-menu-ul {
	margin-bottom: 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.ds-breadcrumb {
	margin-bottom: 15px;
	color: #040000;
}

.ds-breadcrumb-li {
	display: inline-block;
}

.ds-breadcrumb-li:nth-last-child(n+2)::after {
	display: inline-block;
	margin: 0 0.3em;
	content: "/";
}

.ds-breadcrumb-li a,
.ds-breadcrumb-li a span {
	text-decoration: underline;
}

.ds-footer {
	padding: 45px 0 20px;
	background: #e6160b;
	color: #fff;
}

.ds-footer-container01 {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}

.ds-footer-menu-ul {
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
}

.ds-footer-container02 {
	display: flex;
	align-items: center;
}

.ds-footer-sns-ul {
	display: flex;
	align-items: center;
}

.ds-footer-sns-li:nth-last-child(n+2) {
	margin-right: 1.3em;
}

.ds-footer-sns-li img {
	width: 2.5em;
	height: 2.5em;
}

.ds-footer-copyright {
	font-size: 9px;
}

@media (min-width: 768px) {
.ds-breadcrumb {
	margin-bottom: 30px;
}

.ds-footer {
	padding: 60px 0;
}

.ds-footer-container01 {
	margin-bottom: 10px;
	justify-content: space-between;
}

.ds-footer-menu-ul {
	display: flex;
}

.ds-footer-menu-li:nth-last-child(n+2) {
	margin-right: 30px;
}

.ds-footer-container02 {
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
}

.ds-footer-copyright {
	font-size: inherit;
}
}

@media (max-width: 767.9px) {
.ds-footer-container01 {
	flex-flow: column;
}

.ds-footer-logo {
	margin-bottom: 25px;
}

.ds-footer-logo img {
	width: 59px;
	height: 50px;
}

.ds-footer-menu-li:nth-last-child(n+2) {
	margin-bottom: 10px;
}

.ds-footer-container02 {
	flex-flow: column;
}

.ds-footer-sns-ul {
	margin-bottom: 20px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

@keyframes fade-up {
0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

.ds-load .animation {
	will-change: transform;
}

.ds-load .animation.fade {
	animation: fade 0.6s ease-out 0.3s forwards;
}

.ds-load .animation.fade-up {
	animation: fade-up 0.6s ease-out 0.3s forwards;
}

.ds-load .animation.delay05 {
	animation-delay: 0.5s;
}

.ds-load .animation.delay07 {
	animation-delay: 0.7s;
}

.ds-load .animation.delay09 {
	animation-delay: 0.9s;
}

.ds-load .animation.delay11 {
	animation-delay: 1.1s;
}
