/*----------------------------------
下層ページ共通
----------------------------------*/

.breadcrumb {
	margin: 10px 0 80px;
}

.breadcrumb__items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.breadcrumb__item {
	font-size: 1.3rem;
}

.breadcrumb__item a {
	color: #111;
}

.breadcrumb__item:first-child {
	position: relative;
}

.breadcrumb__item:nth-child(2) {
	position: relative;
}

.breadcrumb__item:not(:first-child) {
	margin-left: 10px;
}

.breadcrumb__item:not(:last-child) {
	white-space: nowrap;
}

.breadcrumb__item:last-child {
	color: #989898;
}

.breadcrumb__item:last-child::after {
	content: none;
}

.page-mainvisual {
	position: relative;
	height: 250px;
	margin-top: 90px;
	background-color: #16349E;
}

.page-mainvisual__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.page-mainvisual__title span {
	display: block;
}

.page-mainvisual__title .ja {
	position: relative;
	font-size: 2.6rem;
}

.page-mainvisual__title .ja::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 50px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #fff;
	content: "";
}

.page-mainvisual__title .en {
	margin-top: 14px;
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.pagination-link {
	display: inline-block;
	margin-right: 12px;
}

.pagination-link:last-child {
	margin-right: 0;
}

.page-numbers {
	width: 41px;
	height: 47px;
	padding-top: 9px;
	border: 1px solid #16349E;
	color: #16349E;
	font-size: 16px;
	text-align: center;
}

.page-numbers.current {
	background-color: #16349E;
	color: #fff;
}

/*----------------------------------
初期化
----------------------------------*/

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

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #111;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.461;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

body.open {
	overflow: auto;
}

main {
	overflow-x: hidden;
}

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

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.d-iblock {
	display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/

.color-active {
	color: #FBA627;
}

.font-size-small {
	font-size: 0.9em;
}

.font-em {
	font-weight: 700;
}

/*----------------------------------
共通パーツ
----------------------------------*/

section {
	margin-top: 100px;
	padding-top: 50px;
}

.inner {
	width: min(100% - 100px, 1090px);
	height: inherit;
	margin: auto;
}

.top-section__title.center {
	text-align: center;
}

.top-section__title span {
	display: block;
	line-height: 1;
}

.top-section__title span.en {
	font-weight: 700;
	font-size: 5.6rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.005em;
	text-transform: uppercase;
}

.top-section__title span.ja {
	margin-top: 5px;
	font-weight: 500;
	font-size: 2.2rem;
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/

.view {
	transform: translate(0, 10px);
	opacity: 0;
	transition: all 2000ms;
}

.view.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}

/*----------------------------------
ヘッダー
----------------------------------*/

.header {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding-left: 33px;
	background: rgba(255, 255, 255, 0.41);
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header-copy {
	font-size: 1.2rem;
}

.header__logo span {
	display: block;
	font-weight: 500;
	line-height: 1.2;
}

.header__logo .en {
	color: #111;
	font-weight: 700;
	font-size: 3.2rem;
}

.header__logo .ja {
	display: flex;
	align-items: center;
	padding-left: 32px;
	color: #111;
	font-size: 1.2rem;
}

.header__logo .ja:before,
.header__logo .ja:after {
	display: inline-block;
	width: 6px;
	height: 1px;
	margin-top: 2px;
	background: #111;
	content: "";
}

.header__logo .ja:before {
	margin-right: 5px;
}

.header__logo .ja:after {
	margin-left: 5px;
}

.header__wrap {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.header__nav {
	flex: 0 0 calc(100% - 260px);
}

.header__nav-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.header__nav-items > li {
	margin-right: 40px;
}

.header__nav-items > li:nth-child(4) a {
	font-weight: 500;
}

.header__nav-items > li a {
	display: block;
	position: relative;
	color: #111;
	font-weight: 500;
	white-space: nowrap;
}

.header-mail {
	flex: 0 0 126px;
	height: 100%;
}

.header-mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #16349E;
}

.header-mail a img {
	width: 24px;
}

/*----------------------------------
ドロワー
----------------------------------*/

.drawer__toggle {
	display: none;
	z-index: 41;
	position: fixed;
	top: 0;
	right: 0;
	width: 110px;
	height: 116px;
	cursor: pointer;
}

.drawer__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 33px;
	transform: translate(-50%, -50%);
}

.drawer__wrapper .menu {
	display: none;
}

.drawer__line {
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	border-radius: 3px;
	background: #111;
	transition: transform 0.3s;
}

.drawer__line--center {
	top: 14.5px;
}

.drawer__line--bottom {
	bottom: 1px;
}

.drawer__line--top.active {
	top: 12.5px;
	right: 0;
	transform: rotate(45deg);
	background: #111;
}

.drawer__line--center.active {
	transform: scaleX(0);
}

.drawer__line--bottom.active {
	right: 0;
	bottom: 19px;
	transform: rotate(135deg);
	background: #111;
}

/*gnav*/

.drawer__nav {
	z-index: 40;
	position: fixed;
	top: 0;
	right: -120%;
	width: 400px;
	height: 100%;
	padding-top: 20px;
	overflow: scroll;
	background: #fff;
	transition: all 1s;
}

.drawer__nav.active {
	right: 0;
	transition: all 0.6s;
}

.drawer__nav .header__logo {
	top: 20px;
}

.drawer__wrap {
	width: 100%;
	padding: 100px 16px 45px;
}

.drawer__menu {
	width: 100%;
}

.drawer__menu > li {
	display: block;
	position: relative;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	transition: 0.5s;
}

.drawer__menu > li:last-child {
	border-bottom: none;
}

.drawer__menu > li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #111;
}

.drawer__menu > li > a::after {
	position: absolute;
	top: 3px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: url(../img/arrow_black.png) no-repeat center left/contain;
	content: "";
}

.drawer-tel {
	margin-top: 20px;
}

.drawer-tel .tel-link {
	padding-top: 0;
	background-color: initial;
}

.drawer-tel .tel-link span {
	display: block;
	color: #111;
}

.drawer-tel .tel-link span.number {
	position: relative;
	padding-left: 33px;
	font-weight: 500;
	font-size: 2.3rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}

.drawer-tel .tel-link span.number::before {
	position: absolute;
	top: 2px;
	left: 11px;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(../img/icon_tel_black.png) no-repeat center left/contain;
	content: "";
}

.drawer-tel .tel-link span.business-hours {
	margin-top: 4px;
	text-align: left;
}

.drawer-overlay {
	box-sizing: border-box;
	display: none;
	z-index: 39;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.drawer-overlay.open {
	display: block;
}

/*----------------------------------
MV
----------------------------------*/

.mainvisual {
	margin-top: 90px;
}

.mainvisual__wrap {
	position: relative;
}

.mainvisual__img img {
	width: 100%;
}

.mainvisual-copy {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 137px;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.388;
}

/*----------------------------------
コンセプト
----------------------------------*/

.top-service {
	margin-top: 160px;
}

.concept__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}

.concept__left {
	flex: 0 0 47%;
}

.concept__right {
	flex: 0 0 43.761%;
	margin-left: 30px;
}

.concept__title {
	position: relative;
	margin-top: 30px;
	font-weight: 500;
	font-size: 2.6rem;
}

.concept__text {
	line-height: 1.8;
}

/*----------------------------------
サービス
----------------------------------*/

.service {
	padding: 90px 0;
	background-color: #F3F3F3;
}

.service__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 43px;
}

.service__list {
	width: calc(33.333% - 28.6666666667px);
	margin-left: 43px;
	padding: 32px 29px;
	background-color: #fff;
}

.service__list:nth-child(3n+1) {
	margin-left: 0;
}

.service__list:nth-child(n+4) {
	margin-top: 43px;
}

.service__title {
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
	text-align: center;
}

.service__title::after {
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 70px;
	height: 1px;
	transform: translateX(-50%);
	background-color: #111;
	content: "";
}

.service__text {
	margin-top: 32px;
}

/*----------------------------------
制作実績
----------------------------------*/

.slider {
	z-index: 8;
	position: relative;
	width: calc(100% - 137px);
	margin: 40px 0 0 auto;
}

.slider__wrap {
	padding-bottom: 64px;
}

.slider .slick-list {
	padding: 0 10% 0 0 !important;
}

.slider__item {
	margin-right: 30px;
}

.slider__item img {
	width: 100%;
}

.slick-arrow {
	z-index: 1;
	position: absolute;
	top: -50px;
	width: 28px;
	height: 28px;
}

.slick-arrow.prev {
	right: calc(50% - 420px);
}

.slick-arrow.next {
	right: calc(50% - 450px);
}

.slick-arrow img {
	width: 100%;
	height: 100%;
}

/*----------------------------------
よくあるご質問
----------------------------------*/

.faq {
	padding: 90px 0;
	background-color: #F3F3F3;
}

.faq__content {
	width: 940px;
	max-width: 100%;
	margin: 60px auto 0;
}

.faq__item + .faq__item {
	margin-top: 40px;
}

.question {
	position: relative;
	padding: 14px 60px 13px 34px;
	background-color: #16349E;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
}

.question:hover {
	cursor: pointer;
}

.question::before,
.question::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 18px;
	height: 2px;
	transform: translate(-50%, -50%);
	background: #fff;
	content: "";
	transition: all 0.4s;
}

.question::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.question.minus::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.answer {
	display: none;
	padding: 13px 32px 30px 34px;
	background-color: #fff;
}

.q-list,
.a-list {
	display: flex;
	align-items: baseline;
}

.q-list-left,
.a-list-left {
	margin-right: 15px;
}

.a-list-left {
	font-size: 2rem;
}

.a-list-right {
	line-height: 1.8;
}

/*----------------------------------
概要
----------------------------------*/

.outline__content {
	margin-top: 45px;
}

.outline__content .table {
	width: 100%;
	border: 1px solid #E6E6E6;
	border-collapse: collapse;
	table-layout: fixed;
}

.outline__content .table tr {
	display: block;
	border-bottom: 1px solid #E6E6E6;
}

.outline__content .table tr:last-child {
	border-bottom: none;
}

.outline__content .table th,
.outline__content .table td {
	font-size: 1.5rem;
}

.outline__content .table th {
	width: 18.348%;
	min-width: 150px;
	padding: 14px 0 12px;
	padding-left: 30px;
	background-color: #F3F3F3;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: left;
}

.outline__content .table td {
	width: 890px;
	padding: 12px 10px 12px 0;
	padding-left: 30px;
	background-color: #fff;
	line-height: 1.8;
	vertical-align: middle;
}

.outline__content .table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/*----------------------------------
各ページ共通：Contact
----------------------------------*/

.contact-banner {
	margin-top: 150px;
	padding: 70px 30px 90px;
	background-color: #16349E;
}

.contact-banner .top-section__title .en {
	color: #fff;
}

.contact-banner .top-section__title .ja {
	color: #fff;
}

.contact-banner__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-banner__text {
	margin-top: 30px;
	color: #fff;
	text-align: center;
}

.contact-banner-btn {
	margin-top: 40px;
}

.contact-banner-btn .detail-btn-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 345px;
	max-width: 100%;
	height: 50px;
	margin: auto;
	border-radius: 10px;
	background-color: #fff;
}

.contact-banner-btn .detail-btn-link span {
	position: relative;
	color: #16349E;
	font-weight: 500;
	font-size: 1.8rem;
}

/*----------------------------------
フッター
----------------------------------*/

.footer {
	position: relative;
	padding: 53px 0 30px;
	background-color: #343434;
}

.footer .company-name {
	font-weight: 500;
	font-size: 3.2rem;
}

.footer .company-name a {
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.footer .company-name .font-small {
	display: flex;
	align-items: center;
	margin: 0 0 6px 10px;
	font-size: 1.5rem;
}

.footer .company-name .font-small:before,
.footer .company-name .font-small:after {
	display: inline-block;
	width: 6px;
	height: 1px;
	margin-top: 2px;
	background: #fff;
	content: "";
}

.footer .company-name .font-small:before {
	margin-right: 2px;
}

.footer .company-name .font-small:after {
	margin-left: 5px;
}

.company-info {
	margin-top: 12px;
	color: #fff;
	line-height: 1.8;
}

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

.footer__left {
	width: 40%;
}

.footer__right {
	flex: 0 0 245px;
}

.footer__nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 230px;
}

.footer__nav ul li {
	margin-bottom: 23px;
}

.footer__nav ul li a {
	color: #fff;
	font-weight: 500;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 50px;
}

.footer__copy {
	margin-top: 65px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

@media (min-width: 768px) {

.hidden-pc {
	display: none;
}

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

}

@media (min-width: 768px) and (max-width: 1023px) {

.hidden-tab {
	display: none;
}

.block-tab {
	display: block;
}

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

}

@media (min-width: 1367px) {

.hidden-xl {
	display: none;
}

.slider {
	margin: 40px 0 0 calc(50% - 548px);
}

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

}

@media (min-width: 1601px) {

.slider .slick-list {
	padding: 0 20% 0 0 !important;
}

}

@media (max-width: 1249px) {

.mainvisual-copy {
	left: 60px;
}

}

@media (max-width: 1199px) {

.hidden-w1200 {
	display: none;
}

.header__nav-items > li {
	margin-right: 15px;
}

}

@media (max-width: 1189px) {

.slider {
	width: calc(100% - 50px);
}

}

@media (max-width: 1099px) {

.display-w1100 {
	display: block;
}

}

@media (max-width: 1023px) {

.page-mainvisual__title .ja {
	font-size: 2.3rem;
}

.page-mainvisual__title .en {
	font-size: 1.6rem;
}

.inner {
	width: min(100% - 80px, 1090px);
}

.top-section__title span.en {
	font-size: 4.8rem;
}

.header {
	padding-left: 20px;
}

.header__logo .en {
	font-size: 3rem;
}

.header__nav {
	flex: 0 0 calc(100% - 200px);
}

.header__nav-items > li a {
	font-size: 1.4rem;
}

.header-mail {
	flex: 0 0 80px;
}

.mainvisual-copy {
	font-size: 3rem;
}

.concept__left {
	flex: 0 0 51%;
}

.service__list {
	width: calc(50% - 15px);
	margin-left: 30px;
}

.service__list:nth-child(n+4) {
	margin-top: 30px;
}

.service__list:nth-child(odd) {
	margin-left: 0;
}

.service__list:nth-child(even) {
	margin-left: 30px;
}

.service__list:nth-child(3) {
	margin-top: 30px;
}

.slider {
	width: calc(100% - 40px);
}

.slider__item {
	margin-right: 15px;
}

.slick-arrow.prev {
	right: 80px;
}

.slick-arrow.next {
	right: 50px;
}

.question {
	padding-right: 45px;
	font-size: 18px;
}

.question::before,
.question::after {
	right: 5px;
}

.outline__content .table td {
	padding-right: 30px;
}

.contact-banner {
	padding: 70px 0 90px;
}

.footer__left {
	width: 48%;
}

.footer__nav ul li a {
	font-size: 1.4rem;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 20px;
}

}

@media (max-width: 767px) {

.breadcrumb {
	margin-bottom: 40px;
}

.breadcrumb__item {
	font-size: 1.2rem;
}

.breadcrumb__item:nth-child(2) {
	white-space: nowrap;
}

.page-mainvisual {
	height: 140px;
	margin-top: 60px;
}

.page-mainvisual__title {
	bottom: -15px;
}

.page-mainvisual__title .ja {
	font-size: 2rem;
}

.page-mainvisual__title .en {
	font-size: 1.4rem;
}

.pagination {
	margin-top: 70px;
}

body {
	font-size: 1.4rem;
}

.hidden-sp {
	display: none;
}

section {
	margin-top: 30px;
	padding-top: 30px;
}

.inner {
	width: min(100% - 32px, 1090px);
}

.top-section__title span.en {
	font-size: 4rem;
}

.top-section__title span.ja {
	font-size: 1.8rem;
}

.header {
	height: 60px;
	padding-left: 20px;
	background: none;
}

.header__inner {
	justify-content: initial;
}

.header-copy {
	display: none;
}

.header__logo a {
	display: flex;
	align-items: flex-end;
}

.header__logo .ja {
	margin-bottom: 6px;
	padding-left: 11px;
}

.header__logo .ja:before {
	margin-right: 3px;
}

.header__nav {
	display: none;
}

.header-mail {
	display: none;
}

.drawer__toggle {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
}

.drawer__wrapper {
	top: 52%;
	width: 30px;
	height: 30px;
}

.drawer__wrapper .menu {
	display: block;
	margin: 21px 0 0 -2px;
	font-weight: 500;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.drawer__line {
	width: 30px;
	height: 2px;
}

.drawer__line--center {
	top: 8px;
}

.drawer__line--bottom {
	bottom: 12px;
}

.drawer__line--top.active {
	top: 9.5px;
}

.drawer__wrap {
	padding-top: 70px;
}

.mainvisual {
	margin-top: 60px;
}

.mainvisual-copy {
	top: 22%;
	left: 35px;
	left: 6.3636363636vw;
	font-size: 30px;
	font-size: 5.4545454545vw;
}

.top-service {
	margin-top: 50px;
}

.concept__wrap {
	display: block;
	margin-top: 15px;
}

.concept__right {
	margin: 40px 0 0 0;
}

.concept__title {
	font-size: 2rem;
}

.service {
	padding: 60px 0;
}

.service__lists {
	display: block;
}

.service__list {
	width: 335px;
	max-width: 100%;
	margin: auto;
}

.service__list:nth-child(3n+1) {
	margin: 20px auto 0;
}

.service__list:nth-child(n+4) {
	margin-top: 20px;
}

.service__list:nth-child(odd) {
	margin: 20px auto 0;
}

.service__list:nth-child(even) {
	margin: 20px auto 0;
}

.service__list:nth-child(3) {
	margin-top: 20px;
}

.service__title {
	font-size: 2rem;
}

.slider {
	width: calc(100% - 21px);
	margin-top: 65px;
}

.slider__wrap {
	padding-bottom: 57px;
}

.slider .slick-list {
	padding: 0 24% 0 0 !important;
}

.slick-arrow {
	bottom: 7px;
}

.slick-arrow.prev {
	right: 60px;
}

.faq {
	padding: 60px 0;
}

.faq__content {
	margin-top: 40px;
}

.faq__item + .faq__item {
	margin-top: 30px;
}

.question {
	padding: 12px 34px 12px 10px;
	font-size: 16px;
}

.question::before,
.question::after {
	width: 15px;
}

.answer {
	padding-right: 10px;
	padding-left: 10px;
}

.q-list-left,
.a-list-left {
	margin-right: 7px;
}

.a-list-left {
	font-size: 1.6rem;
}

.outline__content {
	margin-top: 20px;
}

.outline__content .table th,
.outline__content .table td {
	display: block;
	font-size: 1.4rem;
}

.outline__content .table th {
	width: 100%;
	padding: 8px 0 8px 20px;
}

.outline__content .table td {
	width: 100%;
	padding: 13px 20px;
}

.contact-banner {
	margin-top: 80px;
	padding: 40px 0 50px;
}

.contact-banner .top-section__title {
	text-align: center;
}

.contact-banner__wrap {
	display: block;
}

.contact-banner__text {
	text-align: center;
}

.contact-banner-btn {
	margin-top: 20px;
}

.footer {
	padding: 40px 0 20px;
}

.footer .company-name {
	font-size: 2.4rem;
	text-align: center;
}

.footer .company-name a {
	flex-direction: column;
	align-items: center;
}

.footer .company-name .font-small {
	margin: 0;
	font-size: 1.3rem;
}

.company-info {
	margin-top: 5px;
}

.company-address,
.company-number {
	text-align: center;
}

.footer__contents {
	display: block;
}

.footer__left {
	width: 300px;
	max-width: 100%;
	margin: auto;
}

.footer__right {
	width: 300px;
	max-width: 100%;
	margin: 30px auto 0;
	padding-left: 50px;
}

.footer__nav ul {
	height: 165px;
	margin-top: 20px;
}

.footer__nav ul li {
	margin-bottom: 20px;
}

.footer__nav ul li:nth-child(n+5) {
	margin-left: 0;
}

.footer__copy {
	margin-top: 30px;
	font-size: 12px;
}

}

@media (max-width: 400px) {

.drawer__nav {
	width: 100%;
}

}

@media (max-width: 374px) {

.hidden-w375 {
	display: none;
}

}

@media (max-width: 359px) {

.hidden-sm {
	display: none;
}

.top-section__title span.en {
	font-size: 3.6rem;
}

.top-section__title span.ja {
	font-size: 1.6rem;
}

.footer .company-name {
	font-size: 2.2rem;
}

.company-address,
.company-number {
	font-size: 1.3rem;
}

}

