@charset "UTF-8";
html {
	font-size: 16px;
}

body {
	color: #333;
	overflow-x: hidden;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	position: relative;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.06em;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	line-height: 1.3;
}

p {
	line-height: 1.7;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
}

ul,
li {
	list-style: none;
	padding: 0;
}

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

@media screen and (min-width: 769px) {
	.sp-mode {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.tab-mode {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.pc-mode {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc-tab-mode {
		display: none !important;
	}
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.l-blue {
	color: #35A1D0;
}

.cont__inner {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

@media screen and (min-width: 1025px) {
	.cont__inner {
		padding: 80px 0 100px;
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1280px) {
	.cont__inner {
		max-width: 1200px;
	}
	
	.cont__inner--wide {
		width: 90%;
		min-width: 1200px;
		max-width: 1520px;
	}
}

.cont__inner--pt0 {
	padding-top: 0;
}

.cont__inner--pb0 {
	padding-bottom: 0;
}

.cont__inner--pd0 {
	padding: 0;
}

.cont__inner--full {
	width: 100%;
	max-width: none;
}

.cont__txt,
.cont__txt--mbnon,
.cont__txt--center,
.cont__txt--right,
.cont__txt--justify {
	color: #000;
	line-height: 1.75;
	font-size: 14px;
	font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
	.cont__txt,
	.cont__txt--mbnon,
	.cont__txt--center,
	.cont__txt--right,
	.cont__txt--justify {
		font-size: 16px;
		font-size: 1rem;
	}
}

.cont__txt--lead {
	color: #000;
	line-height: 1.75;
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (min-width: 769px) {
	.cont__txt--lead {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.cont__txt--mbnon {
	margin-bottom: 0;
}

.cont__txt--center {
	text-align: center;
}

.cont__txt--right {
	text-align: right;
}

.cont__txt--justify {
	text-align: justify;
	text-justify: inter-ideograph; /* IE対策 */
}

.cont__txt--lead {
	margin-bottom: 30px;
}

.cont__txt--orange {
	color: #e7970c;
}

.cont__txt--red {
	color: #E41D60;
}

.cont__txt--blue {
	color: #373675;
}

.cont__txt--bold {
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.cont__txt--lead {
		margin-bottom: 50px;
		text-align: center;
	}
}

.cont__ttl {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.cont__ttl {
		font-size: 48px;
		font-size: 3rem;
		margin-bottom: 60px;
	}
}

.cont__ttl:after {
	content: url("../images/bar.svg");
	display: inline-block;
	width: 30px;
	height: auto;
	position: absolute;
	left: calc(50% - 15px);
	margin-top: -18px;
}

@media screen and (min-width: 769px) {
	.cont__ttl:after {
		margin-top: -35px;
	}
}

.cont__ttl--white {
	color: #fff;
}

.cont__ttl--white:after {
	content: url("../images/bar_white.svg");
}

.cont__ttl--blue {
	color: #E41D60;
}

.cont__ttl--en {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #373675;
}

@media screen and (min-width: 769px) {
	.cont__ttl--en {
		font-size: 16px;
	}
}

.cont__ttl--en--white {
	color: #fff;
}

.cont__sttl {
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.cont__sttl {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.cont__ssttl {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.cont__ssttl {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.cont__sttl--accent {
	color: #373675;
	margin-bottom: 15px;
}

.cont__sttl--accent-ja {
	font-size: 32px;
}

.cont__sttl--accent-en {
	display: block;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
}

@media screen and (min-width: 769px) {
	.cont__sttl--accent {
		margin-bottom: 20px;
	}
	
	.cont__sttl--accent-ja {
		font-size: 40px;
	}
	
	.cont__sttl--accent-en {
		font-size: 16px;
	}
}

#opening__loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #373675;
}

#opening__loader .opening__logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60%;
	max-width: 300px;
	height: 100px;
	text-align: center;
	color: #fff;
}

#opening__loader .opening__logo img {
	width: 100%;
	height: auto;
	margin-bottom: 0.2em;
}

#opening__loader .opening__logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #373675;
	position: absolute;
	top: 0;
	left: 100%;
}

#opening__loader .opening__logo .opening__catch {
	border-bottom: 1px solid #fff;
}

@-webkit-keyframes loadEmblem {
	0% {
		left: 0;
	}
	50% {
		left: 0;
	}
	to {
		left: 100%;
	}
}

@keyframes loadEmblem {
	0% {
		left: 0;
	}
	50% {
		left: 0;
	}
	to {
		left: 100%;
	}
}

#opening__loader.opening__loader--open {
	-webkit-animation-name: slideOut;
	animation-name: slideOut;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

@-webkit-keyframes slideOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	50% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes slideOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	50% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.hdr {
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 0;
}

.hdr__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 20px 0;
	width: 95%;
	max-width: 1780px;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.hdr__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.hdr__wrap {
		width: 100%;
		padding: 10px 10px 10px;
	}
}

.hdr__ttl {
	width: 45%;
	max-width: 240px;
}	

@media screen and (min-width: 1025px) {
	.hdr__ttl {
		width: 300px;
		max-width: 45%;
	}
}

.hdr__ttl--center {
	max-width: 300px;
	margin: 0 auto;
}

.hdr__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.hdr__info {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: 100%;
		width: 50%;
	}
}

.hdr__pc__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 648px) {
	.hdr__pc__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.hdr__pc__item--tel {
	margin: 0 0 0 20px;
}

.hdr__pc__item--mail {
	margin: 0 0 0 20px;
}

@media screen and (max-width: 880px) {
	.hdr__pc__item--mail {
		margin: 0px 10px 0 20px;
	}
}

.hdr__pc__infotxt {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.hdr__pc__infotxt {
		text-align: center;
		margin-right: 0;
	}
}

.hdr__pc__infoflx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hdr__pc__infoimg {
	margin-right: 5px;
	line-height: 1;
}

.hdr__pc__infoimg img {}

.hdr__pc__infoimg--tel {
	width: 22px;
	height: 22px;
	padding: 4px;
	background-color: #333;
	border-radius: 50%;
}

.hdr__pc__infoimg--tel img {
	display: block;
	width: 80%;
	margin: auto;
}

.hdr__pc__infoimg--mail img {
	width: 20px;
	height: auto;
}

.hdr__pc__tel {
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}

.hdr__pc__tel a {
	color: #f59c3d;
}

.hdr__pc__mailbtn {
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	padding: 10px 25px;
	background-color: #E41D60;
	border-radius: 30px;
}

.hdr__pc__mailbtn:hover {
	opacity: 1;
	background-color: #373675;
}

@media screen and (max-width: 880px) {
	.hdr__pc__mailbtn {
		padding: 10px 20px;
	}
}

.hdr__sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hdr__sp__item {
	margin-right: 15px;
}

@media screen and (max-width: 374px) {
	.hdr__sp__item {
		margin-right: 10px;
	}
}

.hdr__sp__item:last-of-type {
	margin-right: 0;
}

.hdr__sp__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

@media screen and (max-width: 374px) {
	.hdr__sp__item a {
		width: 35px;
		height: 35px;
	}
}

.hdr__sp__item img {
	display: block;
	width: 55%;
	margin: auto;
}

.hdr__sp--tel {
	background-color: #444;
}

.hdr__sp--mail {
	background-color: #E41D60;
}

.hdr__flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

@media screen and (max-width: 1001px) {
	.hdr__flx {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}
}

.hdr__logoarea {
	display: block;
	width: 550px;
}

@media screen and (min-width: 817px) {
	.hdr__logoarea {
		width: 50%;
		margin-right: 170px;
	}
}

@media screen and (max-width: 1024px) {
	.hdr__logoarea {
		width: 60%;
	}
}

@media screen and (max-width: 648px) {
	.hdr__logoarea {
		width: 183px;
	}
}

@media screen and (min-width: 1025px) {
	/* PCは問い合わせボタンの左側にメニューを配置 */
	.zdo_drawer_menu {
		order: -1;
	}
}
	
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 500px;
	-webkit-transform: translate(500px);
	-ms-transform: translate(500px);
	transform: translate(500px);
	overflow-y: scroll;
	padding-top: 80px;
}

@media screen and (max-width: 648px) {
	.zdo_drawer_menu .zdo_drawer_nav_wrapper {
		width: 85%;
		padding: 15vw 0 0;
	}
}

@media screen and (min-width: 1025px) {
	/* PCのナビ表示 */
	.zdo_drawer_menu .zdo_drawer_nav_wrapper {
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		background-color: transparent;
	}
}

.zdo_drawer_menu .zdo_drawer_bg {
	background-color: rgba(0, 0, 0, 0.8);
}

.zdo_drawer_menu .zdo_drawer_nav {
	text-align: center;
	padding: 0;
}

@media screen and (min-width: 1025px) {
	/* PCのナビ表示 */
	.zdo_drawer_menu .zdo_drawer_nav {
		display: flex;
		flex-wrap: wrap;
		border-right: 1px solid rgba(55, 54, 117, 0.2);
	}
	/* PCのナビ表示 */
	.zdo_drawer_menu .zdo_drawer_nav li {
		margin-bottom: 0;
		border-left: 1px solid rgba(55, 54, 117, 0.2);
	}
	.zdo_drawer_menu .zdo_drawer_nav li:last-child {
		display: none;
	}
}

.zdo_drawer_menu a {
	display: block;
	padding: 0.8em;
	font-size: 16px;
	font-weight: bold;
}

.zdo_drawer_menu a:hover {

}

@media screen and (max-width: 648px) {
	.zdo_drawer_menu a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1025px) {
	/* PCのナビ表示 */
	.zdo_drawer_menu a {
		padding: 0.2em 1.3em;
	}
}

.zdo_drawer_menu .nav--orange {
	color: #e7970c;
}

.zdo_drawer_menu .nav--orange:visited {
	color: #e7970c;
}

.zdo_drawer_menu .nav--red {
	color: #E41D60;
}

.zdo_drawer_menu .nav--red:visited {
	color: #E41D60;
}

.zdo_drawer_menu .zdo_drawer_button {
	height: 18px;
	position: relative;
	top: 0;
	right: 0;
	margin-top: -10px;
	margin-left: 15px;
	width: 46px;
}

@media screen and (min-width: 1025px) {
	/* PCのナビ表示 */
	.zdo_drawer_menu .zdo_drawer_button {
		display: none;
		margin-top: -15px;
		margin-left: 0;
		width: 50px;
		height: 25px;
		color: #000;
	}
}

.zdo_drawer_menu .zdo_drawer_bar {
	background-color: #fff;
	height: 3px;
	width: 42px;
}

@media screen and (min-width: 1025px) {
	.zdo_drawer_menu .zdo_drawer_bar {
		width: 50px;
	}
}

.zdo_drawer_menu .active {
	height: 26px;
}

.zdo_drawer_menu .zdo_drawer_text {
	color: #fff;
	font-size: 9px;
	bottom: -18px;
	left: -1px;
}

.hdr.hdr__scroll {
	background-color: rgba(255,255,255,0.70);
}

.hdr.hdr__scroll .zdo_drawer_menu .zdo_drawer_bar {
	background-color: #000;
}

.hdr.hdr__scroll .zdo_drawer_text {
	color: #000;
}

.zdo_drawer_menu .active .zdo_drawer_bar {
	background-color: #000!important;
}

.zdo_drawer_menu .active .zdo_drawer_text {
	color: #000!important;
}

.nav__menu--ja {
	display: block;
	margin-bottom: 0.2em;
}
.nav__menu--en {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #373675;
}

.cta {
	background-color: #373675;
	background-image: url("../images/bg_cta.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: relative;
}

.cta__inner {
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.cta__inner {
		width: 85%;
		padding: 50px 0;
	}
}

.cta__onsale {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100px;
}

@media screen and (max-width: 768px) {
	.cta__onsale {
		width: 50px;
	}
}

.cta__copy {
	font-size: 32px;
	font-size: 2rem;
	padding: 20px 0;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.cta__copy {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 20px;
		padding: 10px 0;
	}
}

.cta__copy span {
	border-right: 2px solid #fff;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
	.cta__copy span {
		border-bottom: 1px solid #fff;
		border-right: none;
		font-size: 18px;
		font-size: 1.125rem;
		display: inline-block;
		margin-bottom: 5px;
		padding-right: 0;
		margin-right: 0;
	}
}

.cta__ttl {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.cta__ttl {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.cta__item {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.cta__item {
		width: 100%;
	}
	.cta__item:last-of-type {
		margin-top: 15px;
	}
}

.cta__item__flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #fff;
}

.cta__item__flx:link {
	color: #fff;
}

.cta__item__flx:hover,
.cta__item__flx:active,
.cta__item__flx:focus {
	color: white;
}

.cta__item__ttl {
	font-size: 22px;
	font-size: 1.375rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.cta__item__ttl {
		font-size: 16px;
		font-size: 1rem;
		padding-bottom: 5px;
	}
}

.cta__item__ttl__ftr {
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.cta__item__ttl__thanks {
	text-align: center;
	font-weight: bold;
	color: #F75800;
	border-bottom: 1px solid #F75800;
}

.cta__item__img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin-top: 4px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
	.cta__item__img {
		width: 30px;
		height: 30px;
		margin-top: 0;
		margin-right: 5px;
	}
}

.cta__item__img img {
	display: block;
	width: 50%;
}

.cta__item__img__ftr {
	background-color: transparent;
	border: 1px solid #fff;
}

.cta__item__num {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	.cta__item__num {
		font-size: 30px;
		font-size: 1.875rem;
		padding-bottom: 5px;
	}
}

.cta__item__num__mail {
	color: #E41D60;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.cta__item__num__mail {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.cta__item__num a {
	color: #fff;
}

.cta__item__num__ftr {
	color: #fff;
	font-weight: bold;
}

.cta__item__num__ftr a {
	color: #fff;
}

.cta__item__num__thanks {
	color: #E41D60;
	font-weight: bold;
}

.cta__item__num__thanks a {
	color: #E41D60;
}

.cta__item__txt {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.cta__item__txt {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.cta__item__txt__ftr {
	color: #fff;
	font-weight: bold;
}

.cta__item__txt__thanks {
	font-weight: bold;
}

.cta__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.cta__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.cta__list__thanks {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.cta__list__thanks {
		width: 90%;
		margin: 0 auto;
	}
}

.cta__btn {
	font-size: 22px;
	font-size: 1.375rem;
	background: #E41D60;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding: 30px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 480px;
	-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.cta__btn:hover {
	box-shadow: none;
}

@media screen and (max-width: 768px) {
	.cta__btn {
		font-size: 20px;
		font-size: 1.25rem;
		padding: 20px 10px;
		max-width: 100%;
	}
	.cta__btn img {
		width: 6vw;
	}
}

.cta__btn--mail img {
	width: 26px;
}

.cta__btn--mail:after {
	content: "";
	background: url("../images/cta_icon_arrow.svg") center center no-repeat;
	background-size: contain;
	width: 12px;
	height: 22px;
}

.cta__btn--blue {
	background-color: #373675;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 768px) {
	.cta__btn--blue {
		font-size: 16px;
		font-size: 1rem;
	}
}

.cta__btn--fax:after {
	content: "";
	background: url("../images/cta_icon_download.png") center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 25px;
}

.cta__btn--top {
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.cta__btn--top:after {
	content: "";
	background: url("../images/cta_icon_arrowblue.png") center center no-repeat;
	background-size: contain;
	width: 12px;
	height: 22px;
	position: absolute;
	right: 60px;
}

@media screen and (max-width: 768px) {
	.cta__btn--top:after {
		right: 7.5vw;
	}
}

.btn__more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
	border: solid 2px #373675;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
	background-color: #373675;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: .3s ease-out;
}

.btn__more:hover {
	opacity: 1.0;
	background-color: #fff;
	color: #373675;
}

.btn__more:after {
	content: "";
	background: url("../images/icon_more_white.svg") no-repeat right center;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.btn__more:hover:after {
	background: url("../images/icon_more_blue.svg") no-repeat right center;
}

.main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 80vh;
	background: url("../images/eyecatch_pc.jpg") center center no-repeat;
	background-size: cover;
}

.main__video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main__inner {
	max-width: 720px;
	width: 100%;
	margin: 0 auto 40px;
}

.main__authority__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.main__authority__item {
	width: 40%;
	margin: 0 2%;
}

@media screen and (max-width: 768px) {
	.main {
		background: url("../images/eyecatch_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	
	.main__inner {
		width: 88%;
		margin: 0 auto 30px;
	}
	
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.main {
		background: url("../images/eyecatch_pc.jpg") 70% 50% no-repeat;
	}
	.main__inner {
		max-width: 400px;
	}
}

.sec__about {
	background-image: url("../images/bg_service.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sec__about .cont__inner {
	width: calc( 100% - 50px );
	padding: 25px 20px 50px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	top: -60px;
	border-top: 5px solid #373675;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

@media screen and (min-width: 1025px) {
	.sec__about .cont__inner {
		top: -80px;
	}
}

.sec__about .txt__about {
	margin-bottom: 2em;
}

@media screen and (min-width: 769px) {
	.sec__about .txt__about {
		text-align: center;
	}
}

.sec__about .fig__about {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.sec__about .fig__about {
		width: 60%;
	}
}

.sec__trouble {
	background-color: #000;
	background-image: url("../images/bg_trouble.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.sec__trouble .cont__inner {
	color: #fff;
}

.trouble__wrapper {

}

.trouble__list {
	display: table;
	margin: 0 auto;
}

.trouble__item {
	position: relative;
	padding:  0.5em 0 0.5em 1.2em;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.trouble__item::before {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background: url(../images/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 15px;
}

@media screen and (min-width: 769px) {
	.trouble__item {
		font-size: 20px;
	}
	
	.trouble__item::before {
		top: 16px;
	}
}


.sec__features {

}

.solution__sttl {
	margin-bottom: 1em;
}

.red_arrow {
	width: 80px;
	margin: 0 auto 1em;
}

.features__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.features__item {
	padding: 1.5rem 0 1.5rem;
}

.features__item:first-child {
	padding-top: 0;
}

.features__item:not(:last-child) {
	border-bottom: solid 1px #ccc;
}

.features__item figure {
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
}

.features__item .cont__sttl {
	font-size: 20px;
	margin-bottom: 0.5em;
}

.features__item .cont__txt {
	font-size: 14px;
}

@media screen and (min-width: 769px) {
	.sec__features {
		background-size: 350px;
	}
	
}
	
@media screen and (min-width: 1025px) {
	
	.features__list {
		max-width: none;
	}
	
	.features__item {
		width: 30%;
		border-bottom: 0;
		padding: 0 0 1rem;
	}
	
	.features__item:nth-child(1),
	.features__item:nth-child(2),
	.features__item:nth-child(4),
	.features__item:nth-child(5) {
		margin-right: 5%;
	}
	
	.features__item:not(:last-child) {
		border-bottom: none;
	}
	
	.features__item .cont__sttl {
		font-size: 24px;
	}
}

.sec__service {
	background-color: rgba(55, 54, 117, 0.1);
}

.service__wrapper {
	margin-bottom: 40px;
}

.service__item {
	margin: 0 0 60px 0;
}

.service__item:last-child {
	margin: 0;
}

.service__sttl {
	position: relative;
	border-bottom: 3px solid #373675;
	padding: 1em 0 0.5em 0;
	font-size: 28px;
}

.service__sttl--en {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	color: rgba(55, 54, 117, 0.2);
	font-size: 1em;
}

.service__txt {
	padding: 1em 0 1em 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

.service__ssttl {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.service__fig {
	
}

.service__figcaption {

}

.service-measures__list {
	line-height: 1.5;
}

.service-measures__item {
	position: relative;
	padding-left: 1em;
}

.service-measures__item:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #94a0c4;
}

@media screen and (min-width: 1025px) {
	
	.service__wrapper {
		margin-bottom: 60px;
	}
	
	.service__sttl {
		padding: 24px 0 16px 80px;
		text-align: left;
		font-size: 40px;
	}
	
	.service__item:nth-child(even) .service__sttl {
		padding: 24px 0 16px 40px;
	}
	
	.service__sttl--en {
		top: -20px;
		left: 0;
		transform: none;
		font-size: 1.5em;
	}
	
	.service__item {
		margin: 0 0 100px 0;
	}
	
	.service__fig {
		display: flex;
		align-items: flex-start;
	}
	
	.service__item:nth-child(even) .service__fig {
		flex-direction: row-reverse;
	}
	
	.service__img {
		width: 50%;
	}
	
	.service__figcaption {
		margin-left: -40px;
	}
	
	.service__item:nth-child(even) .service__figcaption {
		margin-right: -40px;
	}
	
	.service__detail {
		padding-left: 80px;
	}
	
	.service__item:nth-child(even) .service__detail {
		padding-left: 40px;
	}
	
	.service__txt {
		padding: 20px 20px 20px 0px;
		font-size: 28px;
	}
	
	.service__item:nth-child(even) .service__txt {
		padding: 20px 80px 20px 0px;
	}
	
	.service__ssttl {
		width: 60%;
		padding: 0 0 10px 5px;
		text-align: left;
		font-size: 24px;
	}
}


.sec__results {
	background-color: #fff;
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.results__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.results__item {
	padding: 0.7rem 0 0.5rem;
	border-bottom: solid 1px #ccc;
	width: 90%;
}

.results__item .cont__sttl {
	position: relative;
	padding-left: 30px;
	text-align: left;
}

.results__item .cont__sttl::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 4px;
}


.results__item figure {
	width: 100%;
	margin: 0 auto 1rem;
	border-top: 3px solid #E41D60;
}

.results__item .cont__txt {
	font-size: 14px;
}

.results__item figcaption {
	position: relative;
	padding: 0.5em 0;
	margin: -3.7em 0 0.5em;
	background-color: rgba(255,255,255,0.6);
}

.results__item dl {
	display: flex;
	flex-wrap: wrap;
}

.results__item dt,
.results__item dd {
	width: 100%;
	font-size: 13px;
	line-height: 1.5em;
}

.results__item dt {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.results__item dd {
	flex-grow: 1;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
	.results__item figcaption {
		margin: -4em 0 0.5em;
	}
}

@media screen and (min-width: 1025px) {
	.results__list {
		justify-content: space-between;
		align-items: flex-start;
		max-width: none;
	}
	
	.results__item {
		width: 30%;
	}
	
	.results__item dt,
	.results__item dd {
		font-size: 14px;
	}
}

.sec__flow {
	background-image: url("../images/bg_flow.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.flow__img {
	max-width: 400px;
	margin: 0 auto 40px;
}

@media screen and (min-width: 1025px) {
	.flow__img {
		max-width: none;
		margin: 0 auto 60px;
	}
}

.sec__message {
  position: relative;
  z-index: 0;
	background-image: url("../images/bg_absurdity.png");
}

.sec__message::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 400px;
  background-color: #000000;
	background-image: url("../images/bg_message_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sec__message .cont__ttl {
  color: #fff;
}

.sec__message .cont__inner {
	max-width: none;
}

.sec__message .cont__sttl {
	margin-bottom: 0.5em;
}

.ceo__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 25px;
}

.ceo__photo {
	width: 90%;
}

.ceo__photo img {
	display: block;
}

.ceo__message {
	width: 100%;
	padding: 1.2em;
	background-color: #fff;
	border-top: 3px solid #373675;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.ceo__sign {
	width: 100%;
	max-width: 300px;
	margin-top: 1em;
}

@media screen and (min-width: 1025px) {
	.ceo__wrapper {
		margin: 0 auto 40px;
	}
	
	.sec__message::after {
		background-image: url("../images/bg_message_pc.jpg");
		background-position: center right;
	}
	
	.ceo__wrapper {
		justify-content: flex-start;
		max-width: none;
	}
	
	.ceo__photo {
		width: 50%;
	}
	
	.ceo__message {
		width: 45%;
		padding: 3em;
	}
	
}

.sec__company {
  background-color: #000000;
	background-image: url("../images/bg_company.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	line-height: 1.75;
}

.company__dl__wrapper {
	margin: 0 auto 2rem;
	max-width: 640px;
	padding: 1rem;
}

.company__dl__wrapper dl {
	display: flex;
	flex-wrap: wrap;
}

.company__dl__wrapper dt,
.company__dl__wrapper dd {
	width: 100%;
	padding: 1em .5em;
}

.company__dl__wrapper dt {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	text-align: left;
}

.company__dl__wrapper dd {
	font-weight: 200;
	flex-grow: 1;
}

.company__business__largeclass {
	font-weight: bold;
}

.company__business__smallclass {
	margin-left: 1em;
}

@media screen and (min-width: 769px) {
	.company__dl__wrapper dl {
		flex-wrap: nowrap;
	}
	
	.company__dl__wrapper dt,
	.company__dl__wrapper dd {
		width: auto;
	}
	
	.company__dl__wrapper dt {
		width: 8.5em;
		text-align: center;
	}
	
	.company__dl__wrapper dd {
		border-bottom: 1px solid #ccc;
	}
}

.sec__access {
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}

.sec__recruit {
	background-image: url(../images/bg_service.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;	
}

.recruit__banner {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.recruit__banner img {
	display: block;
}

.btn__more--recruit {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

@media screen and (min-width: 769px) {
	.btn__more--recruit {
		bottom: 80px;
	}
}

.sec__contact {

}

.contact__inner {
	width: 90%;
}

@media screen and (min-width: 769px) {
	.contact__inner {
		width: 100%;
		max-width: 800px;
	}
}

.contact__ttl {
	font-size: 21px!important;
}

@media screen and (min-width: 769px) {
	.contact__ttl {
		font-size: 36px!important;
	}
}

.contact__desc {
	/*background: url("../images/contact_img.png") center bottom no-repeat;*/
	background-color: #fafafa;
	padding: 20px 0;
}

@media screen and (min-width: 769px) {
	.contact__desc {
		background-position: right bottom;
		padding: 30px 0;
	}
}

.contact__desc__txt {
	width: 100%;
	/*padding-bottom: 42vw;*/
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.contact__desc__txt {
		font-size: 18px;
		font-size: 1.125rem;
		/*max-width: 70%;*/
		padding-bottom: 0;
	}
}

.sec__contact .policy {
	max-width: 1060px;
	height: 200px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e6e6e6;
	line-height: 1.8;
	padding: 20px;
	margin: 0 auto 30px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
	.sec__contact .policy {
		font-size: 16px;
		font-size: 1rem;
		margin: 0 auto 40px;
		padding: 40px;
	}
}

.sec__contact .policy__list,
.sec__contact .policy__ttl,
.sec__contact .policy__sttl {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.sec__contact .policy__list,
	.sec__contact .policy__ttl,
	.sec__contact .policy__sttl {
		margin-bottom: 15px;
	}
}

.sec__contact .policy__check {
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sec__contact .policy__check {
		font-size: 16px;
		font-size: 1rem;
	}
}

.form__tbl {
	width: 100%;
	margin-top: 50px;
	table-layout: fixed;
}

@media screen and (max-width: 768px) {
	.form__tbl {
		margin-right: auto;
		margin-left: auto;
	}
}

.form__tbl th {
	width: 260px;
	font-weight: bold;
	color: #444;
	text-align: left;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
	padding: 20px;
	vertical-align: middle;
	background-color: #fafafa;
	border-bottom: 30px solid #fff;
}

@media screen and (max-width: 768px) {
	.form__tbl th {
		display: block;
		font-size: 16px;
		font-size: 1rem;
		width: 100%;
		background-color: #fff;
		padding: 10px 0;
		border-bottom: none;
	}
}

.form__tbl th span {
	display: inline-block;
	color: #fff;
	background: #E41D60;
	font-size: 14px;
	font-size: 0.875rem;
	height: 24px;
	line-height: 1.5;
	padding: 0.1em 0.5em;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.form__tbl th span {
		right: 0;
	}
}

.form__tbl td {
	font-size: 16px;
	font-size: 1rem;
	vertical-align: middle;
	border-bottom: 30px solid #fff;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.form__tbl td {
		display: block;
		position: relative;
		padding: 0;
		border-bottom: 30px solid #fff;
		font-size: 16px;
		font-size: 1rem;
	}
}

.form__tbl td input[type="text"],
.form__tbl td input[type="email"],
.form__tbl td input[type="tel"],
.form__tbl td input[type="address"],
.form__tbl td textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 30px;
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background-color: #F7F9FB;
}

@media screen and (max-width: 768px) {
	.form__tbl td input[type="text"],
	.form__tbl td input[type="email"],
	.form__tbl td input[type="tel"],
	.form__tbl td input[type="address"],
	.form__tbl td textarea {
		font-size: 16px;
		font-size: 1rem;
		padding: 20px 15px;
	}
}

.form__tbl td input[type="text"]::-webkit-input-placeholder,
.form__tbl td input[type="email"]::-webkit-input-placeholder,
.form__tbl td input[type="tel"]::-webkit-input-placeholder,
.form__tbl td input[type="address"]::-webkit-input-placeholder,
.form__tbl td textarea::-webkit-input-placeholder {
	color: #c4c4c4;
}

.form__tbl td input[type="text"]:-ms-input-placeholder,
.form__tbl td input[type="email"]:-ms-input-placeholder,
.form__tbl td input[type="tel"]:-ms-input-placeholder,
.form__tbl td input[type="address"]:-ms-input-placeholder,
.form__tbl td textarea:-ms-input-placeholder {
	color: #c4c4c4;
}

.form__tbl td input[type="text"]::-ms-input-placeholder,
.form__tbl td input[type="email"]::-ms-input-placeholder,
.form__tbl td input[type="tel"]::-ms-input-placeholder,
.form__tbl td input[type="address"]::-ms-input-placeholder,
.form__tbl td textarea::-ms-input-placeholder {
	color: #c4c4c4;
}

.form__tbl td input[type="text"]::placeholder,
.form__tbl td input[type="email"]::placeholder,
.form__tbl td input[type="tel"]::placeholder,
.form__tbl td input[type="address"]::placeholder,
.form__tbl td textarea::placeholder {
	color: #c4c4c4;
}

.form__tbl td select {
	height: 48px;
	font-size: 18px;
	border: 1px solid #e6e6e6;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 30px;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background-color: #F7F9FB;
}

@media screen and (max-width: 768px) {
	.form__tbl td select {
		vertical-align: middle;
	}
}

.form__tbl td textarea {
	width: 100%;
	height: 200px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.form__tbl td textarea {
		vertical-align: middle;
		font-size: 16px;
		font-size: 1rem;
	}
}

.form__tbl td .txt_prefecture {
	margin-bottom: 10px;
}

.form__desc {
	margin-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
	.form__desc {
		font-size: 18px;
		font-size: 1.125rem;
		margin-top: 0;
		padding-bottom: 40px;
	}
}

.form__desc span {
	font-size: 133%;
	display: block;
	padding-bottom: 40px;
}

input[type="checkbox"],
input[type="radio"] {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	margin-top: -2px;
}

.btn__area {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.btn__area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
}

.btn__itembtn {
	color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 30px 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media screen and (max-width: 768px) {
	.btn__itembtn {
		padding: 20px 0;
		width: 95%;
		font-size: 20px;
		margin-bottom: 20px;
		-webkit-appearance: none;
	}
}

.btn__confirm {
	max-width: 480px;
	margin: 0 auto;
	background-color: #E41D60;
	border: none;
}

.btn__send,
.btn__return {
	width: 45%;
}

@media screen and (max-width: 648px) {
	.btn__send,
	.btn__return {
		width: 100%;
	}
}

.btn__return {
	background-color: #cccccc;
	border: none;
}

.btn__send {
	background-color: #E41D60;
	border: none;
}

.btn input[type="submit"] {
	line-height: 1;
}

.btn__confirm:hover,
.btn__send:hover {
	background-color: #373675;
}

.btn__return:hover {
	opacity: 0.7;
}

.confirmpage__txt {
	max-height: 60px;
	text-align: center;
}

.confirmpage th {
	width: 320px;
}

@media screen and (max-width: 768px) {
	.confirmpage th {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.confirmpage td {
		padding-left: 40px;
	}
}

.thanks__inner {
	padding-top: 80px;
}

@media screen and (min-width: 769px) {
	.thanks__inner {
		padding-top: 120px;
	}
}

.thanks__ttl::after {
	content: '';
}

@media screen and (min-width: 769px) {
	.thanks__ttl {
		margin-bottom: 70px;
	}
}

.thanks__txt {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
	.thanks__txt {
		font-size: 18px;
		font-size: 1.125rem;
		margin-bottom: 90px;
	}
}

.thanks .topback {
	width: 90%;
	margin: 35px auto;
}

@media screen and (min-width: 769px) {
	.thanks .topback {
		margin-top: 80px;
	}
}

.confirmpage__ttl {
	
}

.confirmpage__ttl:after {
	content: '';
}

.other-content {
	
}

.other-content__inner {
	
}

.other-content__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.other-content__item {
	width: 50%;
}

.other-content__link {
	display: block;
	position: relative;
	overflow: hidden;
}

.other-content__link:after {
	position: absolute;
	top: 20%;
	left: 0;
	content: "";
	display: block;
	width: 3px;
	height: 60%;
	background-color: #373675;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.other-content__link:hover {
	opacity: 1;
}

.other-content__link:hover .other-content__img {
	opacity: 1;
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.other-content__link:hover .other-content__name--ja {
	color: #fff;
}

.other-content__link:hover .other-content__name--en {
	color: #fff;
}

.other-content__link:hover:after {
	height: 0;
}

.other-content__img {
	display: block;
	width: 100%;
	opacity: 0.2;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.other-content__name {
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
}

.other-content__name span {
	display: block;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.other-content__name--ja {
	color: #333;
	font-size: 20px;
	margin-bottom: 0.2em;
}

.other-content__name--en {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #373675;
}

@media screen and (min-width: 769px) {
	.other-content__name {
		top: 43%;
	}
	
	.other-content__item {
		width: 25%;
	}
	
	.other-content__name--ja {
		font-size: 24px;
	}
}

.ftr__bg {
	background: #333;
}

.ftr__ttl {
	font-size: 23px;
	font-size: 1.4375rem;
	margin-bottom: 25px;
}

.ftr__ttl .cont__ttl--ja {
	color: #fff;
}

@media screen and (min-width: 769px) {
	.ftr__ttl {
		font-size: 32px;
		font-size: 2rem;
		margin-bottom: 60px;
	}
}

.ftr__nav {
	padding: 1.5em 0;
	background-color: #f4f4f4;
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.ftr__nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.ftr__nav__item {
	width: 90%;
}

@media screen and (min-width: 769px) {
	.ftr__nav__item {
		width: auto;
	}
}

.ftr__nav__item a {
	display: block;
	padding: 1em;
	text-align: center;
	color: #000;
}

.ftr__nav__menu--ja {
	display: block;
	margin-bottom: 0.2em;
	font-size: 14px;
}

.ftr__nav__menu--en {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #E41D60;
}

.ftr__logo {
	margin: 0 auto;
	padding: 30px 0 0;
	background-color: #333;
}

@media screen and (min-width: 769px) {
	.ftr__logo {
		padding: 50px 0 0;
	}
}

.ftr__logo a {
	display: block;
	width: 50%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

.ftr__copyright {
	background-color: #333;
	padding: 30px 0;
}

@media screen and (min-width: 769px) {
	.ftr__copyright {
		padding: 50px 0;
	}
}

.ftr__copyright__txt {
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
}