/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.sp {
		display: block;
	}
}

.pc {
	display: block;
}

@media screen and (max-width: 600px) {
	.pc {
		display: none;
	}
}

header {
	background-color: #082C4B;
	height: 6.82292vw;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 600px) {
	header {
		height: 18.66667vw;
	}
}

header .head_container_sp {
	display: flex;
	width: 73.95833vw;
	margin: 0 auto;
	padding: 0.67708vw 0 0.67708vw 0;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	header .head_container_sp {
		width: 94.93333vw;
	}
}

header .head_container_sp .left_container {
	font-family: "TrueLogoG-Bold";
	display: flex;
	align-items: center;
}

header .head_container_sp .left_container img {
	width: 16.66667vw;
	height: 3.38542vw;
}

@media screen and (max-width: 600px) {
	header .head_container_sp .left_container img {
		width: 38.4vw;
		height: 8.26667vw;
	}
}

header .head_container_sp .right_container {
	text-align: right;
	color: #ffffff;
	font-family: "M PLUS 1p";
}

header .head_container_sp .right_container a {
	font-size: 1.97917vw;
}

@media screen and (max-width: 600px) {
	header .head_container_sp .right_container a {
		font-size: 5.33333vw;
	}
}

header .head_container_sp .right_container a::before {
	content: '';
	display: inline-block;
	width: 1.64062vw;
	height: 1.64062vw;
	background-image: url("../img/icon-01.png");
	background-size: cover;
	margin-right: 0.41667vw;
}

@media screen and (max-width: 600px) {
	header .head_container_sp .right_container a::before {
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

header .head_container_sp .right_container .time {
	font-size: 0.9375vw;
}

@media screen and (max-width: 600px) {
	header .head_container_sp .right_container .time {
		font-size: 2.66667vw;
	}
}

.first_view {
	background-image: url("../img/img-02.png");
	width: 100vw;
	height: 42.13542vw;
	background-size: cover;
	position: relative;
	font-family: "M PLUS 1p";
	text-align: center;
}

@media screen and (max-width: 600px) {
	.first_view {
		width: 100vw;
		height: 94.66667vw;
		background-image: url("../img/img-sp-01.png");
	}
}

.first_view .position_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 42.13542vw;
}

@media screen and (max-width: 600px) {
	.first_view .position_container {
		height: 94.66667vw;
	}
}

.first_view .position_container .ttl {
	font-size: 4.79167vw;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	.first_view .position_container .ttl {
		font-size: 7.46667vw;
		line-height: 1.5;
		white-space: nowrap;
	}
}

.first_view .position_container .subtitle {
	font-size: 2.1875vw;
	color: #ffffff;
	margin-top: 1.82292vw;
	font-weight: 200;
}

@media screen and (max-width: 600px) {
	.first_view .position_container .subtitle {
		font-size: 5.06667vw;
		line-height: 1.5;
		white-space: nowrap;
		margin-top: 8vw;
	}
}

.first_view .position_container .read {
	font-size: 2.1875vw;
	color: #ffffff;
	margin-top: 5.10417vw;
}

@media screen and (max-width: 600px) {
	.first_view .position_container .read {
		font-size: 4vw;
		margin-top: 8vw;
		white-space: nowrap;
	}
}

.business_content {
	text-align: center;
}

.business_content .ttl {
	font-size: 2.39583vw;
	color: #082C4B;
	font-family: "M PLUS 1p";
	margin-top: 2.70833vw;
	font-weight: 500;
}

@media screen and (max-width: 600px) {
	.business_content .ttl {
		font-size: 5.86667vw;
		margin-top: 4vw;
	}
}

.business_content .subtitle {
	font-size: 1.04167vw;
	color: #898989;
	font-family: "M PLUS 1p";
	margin-top: 0.26042vw;
}

@media screen and (max-width: 600px) {
	.business_content .subtitle {
		font-size: 2.13333vw;
		margin-top: 0.53333vw;
	}
}

.business_content p {
	font-family: "Noto Sans JP";
}

.business_content .read {
	font-size: 1.45833vw;
	color: #707070;
	margin-top: 1.04167vw;
	line-height: 2;
}

@media screen and (max-width: 600px) {
	.business_content .read {
		font-size: 3.2vw;
	}
}

.business_content .read_second {
	font-size: 1.45833vw;
	color: #707070;
	margin-top: 2.86458vw;
}

@media screen and (max-width: 600px) {
	.business_content .read_second {
		font-size: 3.2vw;
	}
}

.business_content .container {
	width: 73.95833vw;
	display: flex;
	justify-content: space-between;
	margin: 2.34375vw auto 0;
}

@media screen and (max-width: 600px) {
	.business_content .container {
		width: 93.33333vw;
		display: block;
		margin: 0 auto;
	}
}

.business_content .container img {
	width: 22.55208vw;
	height: 10.36458vw;
}

@media screen and (max-width: 600px) {
	.business_content .container img {
		width: 93.33333vw;
		height: 37.33333vw;
		margin-top: 5.33333vw;
	}
}

.greeting {
	width: 73.95833vw;
	margin: 2.60417vw auto 0;
	font-family: "Noto Sans JP";
}

@media screen and (max-width: 600px) {
	.greeting {
		width: 100vw;
	}
}

.greeting .content .greet {
	text-align: center;
	padding-top: 1.5625vw;
	font-size: 2.39583vw;
	font-weight: 500;
	color: #082C4B;
	font-family: "M PLUS 1p";
}

@media screen and (max-width: 600px) {
	.greeting .content .greet {
		margin-top: 1.33333vw;
		font-size: 6.4vw;
	}
}

.greeting .content .subtitle {
	font-family: "M PLUS 1p";
	font-size: 1.04167vw;
	margin-top: 0.26042vw;
	text-align: center;
	color: #898989;
}

@media screen and (max-width: 600px) {
	.greeting .content .subtitle {
		font-size: 2.13333vw;
		margin-top: 0.53333vw;
	}
}

.greeting .content .box {
	width: 68.75vw;
	margin: 1.5625vw auto 0;
	display: flex;
}

@media screen and (max-width: 600px) {
	.greeting .content .box {
		display: block;
		width: 100vw;
		margin: 5.33333vw auto 0;
	}
}

.greeting .content .box .people {
	width: 23.28125vw;
	height: 21.51042vw;
}

@media screen and (max-width: 600px) {
	.greeting .content .box .people {
		width: 100%;
		height: auto;
	}
}

.greeting .content .box .right_box {
	margin-left: 1.30208vw;
}

@media screen and (max-width: 600px) {
	.greeting .content .box .right_box {
		width: 94.66667vw;
		margin: 2.66667vw auto 0;
	}
}

.greeting .content .box .right_box .read {
	font-size: 1.25vw;
	color: #082C4B;
	line-height: 1.5;
	margin-bottom: 1.5625vw;
}

@media screen and (max-width: 600px) {
	.greeting .content .box .right_box .read {
		margin-bottom: 8vw;
		font-size: 3.2vw;
	}
}

.greeting .content .name {
	font-size: 2.08333vw;
	color: #082C4B;
	text-align: right;
	font-weight: bold;
	padding-bottom: 2.29167vw;
	margin-right: 1.19792vw;
	margin-top: 2.08333vw;
}

@media screen and (max-width: 600px) {
	.greeting .content .name {
		margin-top: -5.33333vw;
		font-size: 5.33333vw;
		margin-right: 2.66667vw;
		margin-bottom: 2.66667vw;
	}
}

.greeting .content:nth-child(2) {
	margin-top: 2.60417vw;
}

@media screen and (max-width: 600px) {
	.greeting .content:nth-child(2) {
		margin-top: 5.33333vw;
	}
}

.overview {
	color: #ffffff;
	background-color: #082C4B;
	padding-top: 1.82292vw;
	padding-bottom: 1.82292vw;
}

@media screen and (max-width: 600px) {
	.overview {
		padding-top: 5.33333vw;
		padding-bottom: 5.33333vw;
	}
}

.overview .ttl {
	font-family: "Noto Sans JP";
	font-size: 2.39583vw;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.overview .ttl {
		font-size: 6.4vw;
	}
}

.overview .subtitle {
	font-family: "M PLUS 1p";
	font-size: 1.04167vw;
	margin-top: 0.26042vw;
	text-align: center;
	color: #898989;
}

@media screen and (max-width: 600px) {
	.overview .subtitle {
		font-size: 2.13333vw;
		margin-top: 0.53333vw;
	}
}

.overview table {
	width: 49.47917vw;
	font-family: "Noto Sans JP";
	margin: 2.60417vw auto 0;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	.overview table {
		width: 90.66667vw;
		margin: 6.66667vw auto 0;
	}
}

.overview table tr {
	margin-bottom: 2.60417vw;
	display: block;
}

@media screen and (max-width: 600px) {
	.overview table tr {
		margin-bottom: 8vw;
	}
}

.overview table tr th {
	width: 11.71875vw;
	height: 3.69792vw;
	line-height: 3.69792vw;
	text-align: center;
	font-size: 1.66667vw;
	border: 3px solid #ffffff;
}

@media screen and (max-width: 600px) {
	.overview table tr th {
		font-size: 4.53333vw;
		width: 33.06667vw;
		height: 14.93333vw;
		line-height: 14.93333vw;
		border: 4px solid #ffffff;
	}
}

.overview table tr td {
	font-size: 1.5625vw;
	padding-left: 3.125vw;
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
	.overview table tr td {
		font-size: 3.46667vw;
		padding-left: 2.4vw;
	}
}

@media screen and (max-width: 600px) {
	.overview table tr .delete {
		line-height: 1;
		vertical-align: middle;
	}
}

.overview table tr .for_pc {
	display: inline;
}

@media screen and (max-width: 600px) {
	.overview table tr .for_pc {
		display: none;
	}
}

.contact {
	margin-top: 1.30208vw;
}

@media screen and (max-width: 600px) {
	.contact {
		margin-top: 5.33333vw;
	}
}

.contact .ttl {
	font-family: "M PLUS 1p";
	font-size: 2.39583vw;
	font-weight: 500;
	text-align: center;
	color: #082C4B;
}

@media screen and (max-width: 600px) {
	.contact .ttl {
		font-size: 6.4vw;
	}
}

.contact .subtitle {
	font-family: "M PLUS 1p";
	font-size: 1.04167vw;
	margin-top: 0.26042vw;
	text-align: center;
	color: #898989;
}

@media screen and (max-width: 600px) {
	.contact .subtitle {
		margin-bottom: 5.33333vw;
		font-size: 2.13333vw;
		margin-top: 0.53333vw;
	}
}

.contact .box {
	width: 41.66667vw;
	height: 6.77083vw;
	margin: 1.04167vw auto 1.30208vw;
	text-align: center;
	font-family: "Noto Sans JP";
	color: #707070;
	background-color: #EAEAEA;
	border: 3px solid #082C4B;
}

@media screen and (max-width: 600px) {
	.contact .box {
		width: 90.93333vw;
		height: 24.53333vw;
		margin: 2.66667vw auto 2.66667vw;
	}
}

.contact .box a {
	font-size: 3.125vw;
	font-weight: bold;
	line-height: 1.3;
	color: #082C4B;
}

@media screen and (max-width: 600px) {
	.contact .box a {
		font-size: 11.2vw;
		line-height: 1.5;
	}
}

.contact .box a::before {
	content: '';
	display: inline-block;
	width: 2.5vw;
	height: 2.5vw;
	background-image: url("../img/icon-02.png");
	background-size: cover;
	margin-right: 0.78125vw;
}

@media screen and (max-width: 600px) {
	.contact .box a::before {
		width: 8.8vw;
		height: 8.85333vw;
		margin-right: 1.33333vw;
	}
}

.contact .box .time {
	font-size: 1.5625vw;
	color: #082C4B;
}

@media screen and (max-width: 600px) {
	.contact .box .time {
		font-size: 4.8vw;
	}
}

.contact .read {
	text-align: center;
	margin-top: 1.5625vw;
	font-family: "Noto Sans JP";
	font-size: 1.45833vw;
	color: #707070;
}

@media screen and (max-width: 600px) {
	.contact .read {
		margin-top: 1.33333vw;
		font-size: 4.8vw;
	}
}

.form {
	padding-bottom: 1.5625vw;
	width: 46.40625vw;
	margin: 1.875vw auto 0;
}

@media screen and (max-width: 600px) {
	.form {
		padding-bottom: 5.33333vw;
		width: 90.93333vw;
		margin: 5.33333vw auto 0;
	}
}

.form .container {
	display: flex;
}

@media screen and (max-width: 600px) {
	.form .container {
		display: block;
	}
}

.form .container .head {
	font-family: "Noto Sans JP";
	font-size: 1.04167vw;
	color: #707070;
	margin-bottom: 0.52083vw;
	margin-top: 1.04167vw;
}

@media screen and (max-width: 600px) {
	.form .container .head {
		margin-top: 2.66667vw;
		font-size: 5.33333vw;
		margin-bottom: 2.66667vw;
	}
}

.form .container .left_box input {
	background-color: #EAEAEA;
	border: 1px solid #142C49;
	font-family: "Noto Sans JP";
	font-size: 0.83333vw;
	width: 18.90625vw;
	height: 3.54167vw;
}

.form .container .left_box input::placeholder {
	color: #BEBEBE;
}

@media screen and (max-width: 600px) {
	.form .container .left_box input {
		width: 90.93333vw;
		height: 9.33333vw;
		font-size: 4.26667vw;
	}
}

.form .container .right_bpx {
	margin-left: 1.04167vw;
}

@media screen and (max-width: 600px) {
	.form .container .right_bpx {
		margin-left: 0;
	}
}

.form .container .right_bpx textarea {
	background-color: #EAEAEA;
	border: 1px solid #142C49;
	width: 26.45833vw;
	height: 9.84375vw;
	font-family: "Noto Sans JP";
	font-size: 0.83333vw;
}

.form .container .right_bpx textarea::placeholder {
	color: #BEBEBE;
}

@media screen and (max-width: 600px) {
	.form .container .right_bpx textarea {
		width: 90.93333vw;
		height: 46.66667vw;
		font-size: 4.26667vw;
	}
}

.form .submit {
	width: 12.03125vw;
	height: 3.22917vw;
	margin: 1.04167vw auto 0;
	text-align: center;
	background-color: #EAEAEA;
	border: 4px solid #142C49;
	border-radius: 15px;
}

@media screen and (max-width: 600px) {
	.form .submit {
		width: 61.6vw;
		height: 16.53333vw;
		margin: 4vw auto 0;
		border: 4px solid #142C49;
		border-radius: 20px;
	}
}

.form .submit input {
	font-size: 1.45833vw;
	font-family: "Noto Sans JP";
	color: #082c4b;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
	.form .submit input {
		font-size: 7.46667vw;
	}
}

.link {
	background-color: #EAEAEA;
	padding-top: 1.04167vw;
	padding-bottom: 1.04167vw;
}

@media screen and (max-width: 600px) {
	.link {
		padding-top: 4vw;
		padding-bottom: 3.2vw;
	}
}

.link a {
	display: block;
	margin: 0 auto;
	width: 3.02083vw;
	height: 3.88698vw;
}

@media screen and (max-width: 600px) {
	.link a {
		width: 13.46933vw;
		height: 17.29867vw;
	}
}

.link a img {
	width: 100%;
	height: 100%;
}

footer {
	background-color: #082C4B;
	padding-top: 2.08333vw;
	padding-bottom: 1.19792vw;
}

@media screen and (max-width: 600px) {
	footer {
		padding-top: 7.2vw;
		padding-bottom: 2.93333vw;
	}
}

footer .container {
	width: 20.41667vw;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	footer .container {
		width: 91.2vw;
	}
}

footer .container img {
	width: 14.16667vw;
	height: 2.76042vw;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	footer .container img {
		width: 72.53333vw;
		height: 14.30133vw;
	}
}

footer .container table {
	color: #ffffff;
	font-family: "M PLUS 1p";
	font-size: 1.04167vw;
	margin-top: 2.23958vw;
}

@media screen and (max-width: 600px) {
	footer .container table {
		display: none;
	}
}

footer .container table tr {
	margin-top: 1.04167vw;
}

footer .container table tr th {
	width: 6.97917vw;
}

footer .container .sp_table {
	color: #ffffff;
	font-family: "M PLUS 1p";
	display: none;
	margin-top: 9.33333vw;
	font-size: 4.8vw;
}

@media screen and (max-width: 600px) {
	footer .container .sp_table {
		display: block;
	}
}

footer .container .sp_table .read {
	margin-top: 2.66667vw;
}

footer .container .Copyright {
	text-align: center;
	color: #ffffff;
	font-family: "M PLUS 1p";
	font-size: 1.04167vw;
	margin-top: 3.48958vw;
}

@media screen and (max-width: 600px) {
	footer .container .Copyright {
		font-size: 3.73333vw;
		margin-top: 8vw;
	}
}

.slid_container {
	/* white circles */
	/* fill-in selected dot */
}

.slid_container .carousel {
	width: 73.95833vw;
	margin: 0 auto;
	padding-bottom: 5.20833vw;
}

.slid_container .carousel-cell {
	display: block;
	width: 33%;
	margin-right: 1.5625vw;
	border-radius: 5px;
}

.slid_container .sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.slid_container .sliderArea.w300 {
	max-width: 300px;
}

.slid_container .slick-slide {
	margin: 0 5px;
}

.slid_container .slick-slide img {
	width: 100%;
	height: auto;
}

.slid_container .slick-prev, .slid_container .slick-next {
	z-index: 1;
}

.slid_container .slick-prev:before, .slid_container .slick-next:before {
	color: #000;
}

.slid_container .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slid_container .slick-active {
	opacity: 1;
}

.slid_container .slick-current {
	opacity: 1;
}

.slid_container .thumb {
	margin: 20px 0 0;
}

.slid_container .thumb .slick-slide {
	cursor: pointer;
}

.slid_container .thumb .slick-slide:hover {
	opacity: .7;
}

.slid_container .flickity-prev-next-button {
	width: 3.125vw !important;
	height: 3.125vw !important;
	top: 15.625vw !important;
	right: -1.5625vw !important;
}

.slid_container .previous {
	left: -1.5625vw !important;
}

.slid_container .flickity-page-dots {
	bottom: -1.30208vw !important;
	padding-top: 5.625vw !important;
}

.slid_container .flickity-page-dots .dot {
	opacity: 1;
	background: transparent;
	border: 2px solid white;
	width: 0.88542vw !important;
	height: 0.88542vw !important;
	vertical-align: middle;
}

.slid_container .flickity-page-dots .dot.is-selected {
	background: white;
	width: 1.25vw !important;
	height: 1.25vw !important;
	vertical-align: middle;
}

.slid_container .flickity-viewport {
	height: 340px;
}

.slid_container {
	background: #082C4B;
	padding-top: 2.08333vw;
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 2.60417vw;
	margin-top: 1.5625vw;
}

@media screen and (max-width: 600px) {
	.slid_container {
		display: none;
	}
}

.slid_container img {
	width: 22.91667vw;
	height: 15.67708vw;
}

.slid_container .ttl {
	font-size: 1.97917vw;
	margin: 1.04167vw 0;
}

.slid_container .read {
	font-size: 1.25vw;
	line-height: 1.5;
}

.slid_container_sp {
	margin-top: 5.33333vw;
	width: 100% !important;
	background: #082C4B;
	display: none;
	/* cell number */
}

@media screen and (max-width: 600px) {
	.slid_container_sp {
		display: block;
	}
}

.slid_container_sp .carousel-cell {
	display: block;
	width: 73.33333vw;
	margin-right: 5.33333vw;
	color: #ffffff;
	padding-bottom: 26.66667vw;
	padding-top: 8vw;
}

.slid_container_sp .carousel-cell img {
	width: 73.33333vw;
}

.slid_container_sp .carousel-cell .ttl {
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-size: 5.86667vw;
	margin-top: 5.33333vw;
}

.slid_container_sp .carousel-cell .read {
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 4.8vw;
	margin-top: 5.33333vw;
	line-height: 1.5;
}

.slid_container_sp .flickity-page-dots .dot {
	display: none;
}

.slid_container_sp .carousel-cell:before {
	display: block;
	text-align: center;
	line-height: 200px;
	font-size: 80px;
	color: white;
}

.slid_container_sp .flickity-prev-next-button {
	width: 10.66667vw !important;
	height: 10.66667vw !important;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: auto;
}

@media screen and (max-width: 600px) {
	.modal {
		height: 100%;
	}
}

.modal * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.modal .content {
	margin: 0 auto;
	padding: 40px;
}

.modal .modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: fixed;
	width: 100%;
}

.modal .modal__content {
	background: #ffffff;
	left: 26%;
	top: 23%;
	position: absolute;
	width: 48.4375vw;
	font-family: "Noto Sans JP";
	overflow: auto;
}

@media screen and (max-width: 600px) {
	.modal .modal__content {
		height: 100%;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		width: 100%;
	}
}

.modal .modal__content .head {
	width: 101%;
	line-height: 3.75vw;
	background-color: #082c4b;
	color: #ffffff;
	font-size: 1.5625vw;
	text-align: center;
	font-family: "M PLUS 1p";
}

@media screen and (max-width: 600px) {
	.modal .modal__content .head {
		font-size: 6.4vw;
		line-height: 10.66667vw;
	}
}

.modal .modal__content .read {
	text-align: center;
	font-size: 1.04167vw;
	margin-top: 1.5625vw;
	color: #707070;
}

@media screen and (max-width: 600px) {
	.modal .modal__content .read {
		font-size: 3.73333vw;
		margin-top: 8vw;
	}
}

.modal .modal__content table {
	width: 41.66667vw;
	margin: 2.60417vw auto 0;
}

@media screen and (max-width: 600px) {
	.modal .modal__content table {
		width: 90%;
		margin: 8vw auto 0;
	}
}

.modal .modal__content table tr th {
	padding-bottom: 1.5625vw;
	width: 10.9375vw;
	text-align: right;
	font-size: 1.35417vw;
	color: #707070;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.modal .modal__content table tr th {
		padding-bottom: 1.33333vw;
		width: 100%;
		font-size: 4.8vw;
		text-align: left;
		display: block;
	}
}

.modal .modal__content table tr td {
	font-size: 1.35417vw;
	color: #bcbcbc;
	padding-left: 2.08333vw;
	word-break: break-all;
}

@media screen and (max-width: 600px) {
	.modal .modal__content table tr td {
		padding-left: 0;
		width: 100%;
		font-size: 4.8vw;
		text-align: left;
		display: block;
		color: #707070;
		padding-bottom: 5.33333vw;
	}
}

@media screen and (max-width: 600px) {
	.modal .modal__content table,
	.modal .modal__content tbody,
	.modal .modal__content thead,
	.modal .modal__content tr,
	.modal .modal__content td {
		display: block;
	}
}

.modal .modal__content .button {
	width: 37.76042vw;
	margin: 8.85417vw auto 2.08333vw;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	.modal .modal__content .button {
		width: 90%;
	}
}

.modal .modal__content .button a {
	display: block;
	width: 17.76042vw;
	text-align: center;
	border: 2px solid #142c49;
	border-radius: 15px;
	font-size: 1.875vw;
	color: #082c4b;
	line-height: 3.64583vw;
	background-color: #eaeaea;
}

@media screen and (max-width: 600px) {
	.modal .modal__content .button a {
		width: 48%;
		font-size: 4.26667vw;
		line-height: 10.66667vw;
		border: 4px solid #082c4b;
	}
}

.modal .modal__content .button .send {
	width: 17.76042vw;
	text-align: center;
	border: 2px solid #142c49;
	border-radius: 15px;
	font-size: 1.875vw;
	color: #082c4b;
	line-height: 3.64583vw;
	background-color: #eaeaea;
}

@media screen and (max-width: 600px) {
	.modal .modal__content .button .send {
		width: 48%;
		font-size: 4.26667vw;
		line-height: 10.66667vw;
		border: 4px solid #082c4b;
	}
}

.js-modal-done a {
	display: block;
	width: 17.76042vw;
	text-align: center;
	border: 2px solid #FC9203;
	border-radius: 15px;
	font-size: 1.875vw;
	color: #707070;
	line-height: 3.64583vw;
	background-color: #fffef4;
	margin: 8.59375vw auto 14.58333vw;
}

@media screen and (max-width: 600px) {
	.js-modal-done a {
		width: 48%;
		font-size: 4.26667vw;
		line-height: 10.66667vw;
		border: 4px solid #FC9203;
	}
}

/*# sourceMappingURL=index.css.map */