@charset "UTF-8";
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 740px) {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

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

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #000;
  background-color: #fdfcfc;
}

@media (max-width: 740px) {
  body {
    font-size: 1.1rem;
  }
}

.base_bg {
  background-color: #ece6df;
}

/*family*/
body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}

/***PC／スマホ切替***/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

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

.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 1.2rem;
}

@media (max-width: 740px) {
  .cap {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
}

.soon {
  pointer-events: none;
}

/*-----------------------------------

	base

-----------------------------------*/
header .contents_inner,
#bottom_block .contents_inner,
footer .contents_inner {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
header a, header a:link, header a:visited,
#bottom_block a, #bottom_block a:link, #bottom_block a:visited,
footer a, footer a:link, footer a:visited {
  display: block;
  color: #231815;
  text-decoration:none;
  cursor: pointer;
  transition: all 0.5s;
}
header a:hover,
#bottom_block a:hover,
footer a:hover {
	opacity: 0.6;
	text-decoration:none;
}
@media screen and (min-width: 641px){
  a[href^="tel:"]{
      pointer-events: none;
  }
}

/*-----------------------------------

	header

-----------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 999;
}
header .contents_inner {
	max-width: 1000px;
	height: 135px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header #logo {
	width: 160px;
	line-height: 0;
}
header #nav_menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}
header #nav_menu ul {
	display: flex;
}
header #nav_menu ul.sub_menu li {
	margin-right: 10px;
}
header #nav_menu ul.sub_menu li a {
	font-size: 10px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	line-height: 35px;
  letter-spacing: 0.09em;
	position: relative;
	padding-left: 7px;
}
header #nav_menu ul.sub_menu li a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: -2px;
}
header #nav_menu ul.sub_menu li.menu01 {
	margin-right: 5px;
}
header #nav_menu ul.sub_menu li.menu02 {
	margin-right: 0;
}
header #nav_menu ul.sub_menu li.menu01 a,
header #nav_menu ul.sub_menu li.menu02 a {
	width: 100px;
	height: 35px;
	color: #FFF;
	text-align: center;
	padding: 0;
}
header #nav_menu ul.sub_menu li.menu01 a {
	background: #00186a;
}
header #nav_menu ul.sub_menu li.menu02 a {
	background: #712311;
}
header #nav_menu ul.sub_menu li.menu01 a::before,
header #nav_menu ul.sub_menu li.menu02 a::before {
	width: 0;
	height: 0;
	border-top: none;
	border-right: none;
}
header #nav_menu ul.main_menu li {
	width: 79px;
}
header #nav_menu ul.main_menu li:not(:last-of-type) {
	border-right: 1px solid #cbcbcb;
}
header #nav_menu ul.main_menu li a {
	height: 30px;
	position: relative;
}
header #nav_menu ul.main_menu li a:hover {
	opacity: 1;
}
header #nav_menu ul.main_menu li a span {
	font-size: 11px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
header #nav_menu ul.main_menu li a::before {
	content: "NEW";
	display: none;
	font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #e40000;
	width: 24px;
	margin: auto;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
}
header #nav_menu ul.main_menu li.new a::before {
	display: block;
}
header #nav_menu ul.main_menu li a::after {
	content: "";
	width: 80%;
	height: 2px;
	background: #c69e62;
	position: absolute;
	top: 100%;
	left: 10%;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
header #nav_menu ul.main_menu li.here a::after,
header #nav_menu ul.main_menu li a:hover::after {
    transform: scale(1, 1);
}
header #nav_menu ul.main_menu li.inactive a {
	color: #b4b4b5;
	pointer-events: none;
}
header #nav_menu ul.main_menu li.inactive a::after {
    transform: scale(0, 1);
}
header .menu_btn_wrap {
    display: none;
}
@media screen and (max-width: 1000px) {
	header .contents_inner {
		height: 100px;
	}
	header #logo {
		width: 120px;
	}	
	header .menu_btn_wrap {
    display: block;
    width: 80px;
    height: 100px;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
	}
	header .menu_btn_wrap .menu_btn {
		width: 40px;
		height: 24px;
		display: block;
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.3s;
		z-index:999;
	}
	header .menu_btn_wrap .menu_btn .lineh,
	header .menu_btn_wrap .menu_btn .linem,
	header .menu_btn_wrap .menu_btn .lineb {
		position:absolute;
		left: 0;
		width: 40px;
		height: 2px;
		background: #000;
		transition:all 0.3s;
	}
	header .menu_btn_wrap .menu_btn .lineh {
		top:0;
	}
	header .menu_btn_wrap .menu_btn .linem {
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
	}
	header .menu_btn_wrap .menu_btn .lineb {
		bottom: 0;
	}
	header .menu_btn_wrap.active .menu_btn .lineh {
		transform:rotate(-135deg);
		top: 10px;
	}
	header .menu_btn_wrap.active .menu_btn .linem {
		opacity: 0;
	}
	header .menu_btn_wrap.active .menu_btn .lineb {
		transform:rotate(135deg);
		bottom: 12px;
	}
	header .menu_btn_wrap .text {
		width: 39px;
		height: 9px;
		background: url(../../img/common/menu_text01.svg) no-repeat center center/contain;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	header .menu_btn_wrap.active .text {
		background: url(../../img/common/menu_text02.svg) no-repeat center center/contain;
	}
	header #nav_menu {
		width: 100%;
		height: calc(100% - 100px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 100px;
		left: 0;
		display:inline-block;
		z-index: 999;
		transition: 0.3s;
		opacity: 0;
		pointer-events: none;
	}
	header #nav_menu.toggle {
		opacity: 1;
		pointer-events: auto;
	}
	header #nav_menu ul.sub_menu {
		display: none;
	}
	header #nav_menu ul.main_menu {
		flex-wrap: wrap;
	}
	header #nav_menu ul.main_menu li {
		width: 50%;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	header #nav_menu ul.main_menu li:nth-child(2n) {
		border-right: none;
	}
	header #nav_menu ul.main_menu li a {
		background: #595858;
		color: #FFF;
		height: 58px;
	}
	header #nav_menu ul.main_menu li a span {
		font-size: 12px;
	}
	header #nav_menu ul.main_menu li:nth-of-type(4) span,
	header #nav_menu ul.main_menu li:nth-of-type(9) span {
		top: 55%;
	}
	header #nav_menu ul.main_menu li a::before {
		top: 6px;
	}
	header #nav_menu ul.main_menu li:nth-of-type(5) a::before,
	header #nav_menu ul.main_menu li:nth-of-type(6) a::before,
  header #nav_menu ul.main_menu li:nth-of-type(7) a::before,
	header #nav_menu ul.main_menu li:nth-of-type(8) a::before {
		top: 8px;
	}
	header #nav_menu ul.main_menu li a::after {
		width: 0;
		height: 0;
		background: none;
	}
	header #nav_menu ul.main_menu li.here a {
		background: #3f3c3c;
	}
	header #nav_menu ul.main_menu li.inactive a {
		color: #868687;
		pointer-events: none;
	}
}
/*-----------------------------------

	btmMenu

-----------------------------------*/
#btmMenu {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
@media screen and (max-width: 1000px) {
	#btmMenu {
		display: block;
	}
	#btmMenu ul {
		display: flex;
		border-top: 1px solid #FFF;
	}
	#btmMenu ul li {
		width: 25%;
	}
	#btmMenu ul li:not(:last-child) {
		border-right: 1px solid #FFF;
	}
	#btmMenu ul li a {
    display: block;
		width: 100%;
		height: 60px;
		color: #FFF;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		text-align: center;
		padding-top: 45px;
		position: relative;
	}
	#btmMenu ul li.item01 a,
	#btmMenu ul li.item02 a {
		background: #b4a270;
	}
	#btmMenu ul li.item03 a {
		background: #00186a;
	}
	#btmMenu ul li.item04 a {
		background: #712311;
	}
	#btmMenu ul li a::before {
		content: "";
		width: 29px;
		height: 24px;
		position: absolute;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
	}
	#btmMenu ul li.item01 a::before {
		background: url(../../img/common/btmmenu_icon01.svg) no-repeat center/contain;
	}
	#btmMenu ul li.item02 a::before {
		background: url(../../img/common/btmmenu_icon02.svg) no-repeat center/contain;
	}
	#btmMenu ul li.item03 a::before {
		background: url(../../img/common/btmmenu_icon03.svg) no-repeat center/contain;
	}
	#btmMenu ul li.item04 a::before {
		background: url(../../img/common/btmmenu_icon04.svg) no-repeat center/contain;
	}
}
/*-----------------------------------

	bottom_block

-----------------------------------*/
#bottom_block {
	padding: 40px 0 70px;
}
#bottom_block .menu {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-bottom: 80px;
}
#bottom_block .menu li {
	max-width: 370px;
	width: calc((100% - 35px) / 2);
}
#bottom_block .menu li a {
	width: 100%;
	padding: 20px;
	background: url(../../img/common/white_arrow.svg) no-repeat calc(100% - 15px) center/9px;
	border: 1px solid;
	border-image: conic-gradient(#FFFFFF, #FFFFFF, #6ea471, #FFFFFF, #FFFFFF, #FFFFFF, #d09469, #FFFFFF, #FFFFFF) 1;
	margin-inline: auto;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #FFF;
	text-align: center;
	position: relative;
}
#bottom_block .menu li a:hover {
	opacity: 1;
}
#bottom_block .menu li a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #231815;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	transition: 0.2s;
}
#bottom_block .menu li a.blue::before {
	background: #00186a;
}
#bottom_block .menu li a.brown::before {
	background: #712311;
}
#bottom_block .menu li a:hover::before {
	top: 3px;
	left: 3px;
}
#bottom_block .fleedial {
	margin-bottom: 75px;
	text-align: center;
}
#bottom_block .fleedial p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#bottom_block .fleedial .tel {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-left: 60px;
	background: url(../../img/common/freedial.svg) no-repeat left center/46px;
}
#bottom_block .fleedial .other {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}
#bottom_block .banner {
	width: 165px;
	margin: 0 auto 50px;
}
#bottom_block .banner02 {
	width: 100%;
	max-width: 775px;
	margin: 0 auto 91px;
}
#bottom_block .logo {
	display: flex;
	justify-content: center;
	gap: 70px;
}
#bottom_block .logo li span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
}
#bottom_block .logo li:first-child img {
	width: 195px;
}
#bottom_block .logo li:last-child img {
	width: 248px;
}
@media screen and (max-width: 640px) {
	#bottom_block .menu {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin-bottom: 40px;
	}
	#bottom_block .menu li {
		width: 80%;
	}
	#bottom_block .menu li a {
		padding: 15px;
		font-size: 14px;
	}
	#bottom_block .fleedial {
		margin-bottom: 35px;
	}
	#bottom_block .fleedial p {
		font-size: 12px;
		margin-bottom: 15px;
	}
	#bottom_block .fleedial .tel {
		margin: 0 auto 10px;
		font-size: 35px;
		letter-spacing: 0;
		padding-left: 45px;
		background: url(../../img/common/freedial.svg) no-repeat left center/40px;
	}
	#bottom_block .fleedial .other {
		font-size: 10px;
	}
	#bottom_block .logo {
		gap: 20px;
	}
	#bottom_block .logo li span {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	#bottom_block .logo li:first-child img {
		width: 130px;
	}
	#bottom_block .logo li:last-child img {
		width: 165px;
	}
  #bottom_block .banner02 {
		margin: 0 auto 68px;
	}
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
	background: #293855;
	position: relative;
	z-index: 998;
	padding: 50px 0 10px;
	color: #FFF;
	text-align: center;
}
footer .logo {
	width: 170px;
	margin: 0 auto 25px;
}
footer .logo a {
	line-height: 0;
}
footer .logo img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}
footer .copy {
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	margin-bottom: 50px;
}
footer small {
	display: block;
	font-size: 10px;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1000px) {
	footer {
		padding: 50px 0 70px;
	}
}


#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ece6df;
  z-index: 9999;
}

.p_img {
  position: relative;
}

.p_img .cap01 {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.p_img .cap02 {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 7px;
  color: white;
  text-shadow: 0 3px 3px black;
}

.lineBtn {
  display: block;
	width: 370px;
	padding: 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #FFF !important;
	text-align: center;
	position: relative;
  z-index: 0;
  margin: 0 auto;
}
.lineBtn::after,
.lineBtn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
}
.lineBtn::before {
  background: url(../../img/common/white_arrow.svg) no-repeat calc(100% - 15px) center/9px;
	border: 1px solid;
	border-image: conic-gradient(#FFFFFF, #FFFFFF, #6ea471, #FFFFFF, #FFFFFF, #FFFFFF, #d09469, #FFFFFF, #FFFFFF) 1;
	margin-inline: auto;
  top: 0;
  left: 0;
}
.lineBtn::after {
  background: rgb(0,78,141);
  background: linear-gradient(90deg, rgba(0,78,141,1) 0%, rgba(0,111,188,1) 100%);
	top: 5px;
	left: 5px;
	z-index: -1;
	transition: 0.2s;
}
.lineBtn:hover::after {
	top: 3px;
	left: 3px;
}

@media (max-width: 740px) {
  .lineBtn {
    max-width: 370px;
    width: 100%;
    padding: 15px;
    font-size: 13px;
  }
}

.brand-page .c01 {
  width: 100%;
  padding: 125px 0;
  text-align: center;
  color: #fff;
  background-color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c01 {
    padding: 60px 0;
  }
}

.brand-page .c01 h2 {
  width: 319px;
}

.brand-page .c01 .titl01 {
  margin-bottom: 10px;
}

.brand-page .c01 .line {
  width: 300px;
  height: 1px;
  margin: 0 auto 5px;
  background-color: #fff;
}

@media (max-width: 740px) {
  .brand-page .c01 h2 {
    width: 212px;/* 66.67% */
  }

  .brand-page .c01 .line {
    width: 200px;
  }
}

.brand-page .c01 .titl02 {
  font-size: 2.2rem;
}

@media (max-width: 740px) {
  .brand-page .c01 .titl02 {
    font-size: 1.6rem;
  }
}

.brand-page .c02 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 740px) {
  .brand-page .c02 {
    padding: 40px 0;
  }
}

.brand-page .c02 .titl01 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c02 .titl01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.brand-page .c02 .titl02 {
  line-height: 2;
}

.brand-page .c03 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: #f8f9f9;
}

@media (max-width: 740px) {
  .brand-page .c03 {
    padding: 40px 0;
  }
}

.brand-page .c03 .logo {
  width: 280px;
  margin: 0 auto 60px;
}

@media (max-width: 740px) {
  .brand-page .c03 .logo {
    width: 150px;
    margin-bottom: 30px;
  }
}

.brand-page .c03 .titl01 {
  margin-bottom: 60px;
  font-size: 3rem;
}

@media (max-width: 740px) {
  .brand-page .c03 .titl01 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.brand-page .c03 .titl02 {
  line-height: 2;
}

.brand-page .c04 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: #f1f1f1;
}

@media (max-width: 740px) {
  .brand-page .c04 {
    padding: 40px 0;
  }
}

.brand-page .c04 .titl01 {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c04 .titl01 {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}

.brand-page .c04 .line {
  width: 90px;
  height: 1px;
  margin: 0 auto 10px;
  background-color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c04 .line {
    width: 40px;
    margin-bottom: 5px;
  }
}

.brand-page .c04 .titl02 {
  margin-bottom: 40px;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c04 .titl02 {
    margin-bottom: 20px;
  }
}

.brand-page .c04 .btn {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.brand-page .c04 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 740px) {
  .brand-page .c04 .btn:hover {
    transform: translateY(0px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.brand-page .c05 {
  padding: 80px 0;
}

@media (max-width: 740px) {
  .brand-page .c05 {
    padding: 40px 0;
  }
}

.brand-page .c05 .titl01 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c05 .titl01 {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}

.brand-page .c05 .line {
  width: 90px;
  height: 1px;
  margin: 0 auto 10px;
  background-color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c05 .line {
    width: 40px;
    margin-bottom: 5px;
  }
}

.brand-page .c05 .titl02 {
  margin-bottom: 40px;
  text-align: center;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c05 .titl02 {
    margin-bottom: 20px;
  }
}

.brand-page .c05 .boxs {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 740px) {
  .brand-page .c05 .boxs {
    width: 100%;
  }
}

.brand-page .c05 .boxs .img {
  width: 48%;
}

@media (max-width: 740px) {
  .brand-page .c05 .boxs .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.brand-page .c05 .boxs .txt {
  width: 48%;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 740px) {
  .brand-page .c05 .boxs .txt {
    width: 100%;
  }
}

.brand-page .c06 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: #f1f1f1;
}

@media (max-width: 740px) {
  .brand-page .c06 {
    padding: 40px 0;
  }
}

.brand-page .c06 .titl01 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c06 .titl01 {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}

.brand-page .c06 .line {
  width: 90px;
  height: 1px;
  margin: 0 auto 10px;
  background-color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c06 .line {
    width: 40px;
    margin-bottom: 5px;
  }
}

.brand-page .c06 .titl02 {
  margin-bottom: 40px;
  text-align: center;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c06 .titl02 {
    margin-bottom: 20px;
  }
}

.brand-page .c06 .txt {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 740px) {
  .brand-page .c06 .txt {
    margin-bottom: 20px;
  }
}

.brand-page .c06 .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 740px) {
  .brand-page .c06 .boxs {
    width: 100%;
    margin-bottom: 20px;
  }
}

.brand-page .c06 .boxs .box01 {
  width: 29%;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.brand-page .c06 .boxs .box02 {
  width: 35%;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 740px) {
  .brand-page .c06 .btn {
    width: 100%;
  }
}

.brand-page .c07 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 740px) {
  .brand-page .c07 {
    padding: 40px 0;
  }
}

.brand-page .c07 .titl01 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c07 .titl01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.brand-page .c07 .titl02 {
  line-height: 2;
}

@media (max-width: 740px) {
  .brand-page .c07 .titl02 {
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: left;
  }
}

.brand-page .c08 {
  padding: 120px 0;
  background-image: url(../images/brand/inno_bg.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 740px) {
  .brand-page .c08 {
    padding: 60px 0;
  }
}

.brand-page .c08 .box {
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 740px) {
  .brand-page .c08 .box {
    width: 90%;
  }
}

.brand-page .c08 .box .titl {
  margin-bottom: 40px;
}

@media (max-width: 740px) {
  .brand-page .c08 .box .titl {
    width: 80%;
  }
}

.brand-page .c08 .box .txt {
  line-height: 2;
}

.brand-page .c08 .titl01 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c08 .titl01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.brand-page .c08 .titl02 {
  line-height: 2;
}

@media (max-width: 740px) {
  .brand-page .c08 .titl02 {
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: left;
  }
}

.brand-page .c09 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 740px) {
  .brand-page .c09 {
    padding: 40px 0;
  }
}

.brand-page .c09 .titl01 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c09 .titl01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.brand-page .c09 .titl02 {
  line-height: 2;
  margin-bottom: 60px;
}

@media (max-width: 740px) {
  .brand-page .c09 .titl02 {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: left;
  }
}

.brand-page .c09 .img {
  margin-bottom: 80px;
}

@media (max-width: 740px) {
  .brand-page .c09 .img {
    margin-bottom: 40px;
  }
}

.brand-page .c10 {
  width: 100%;
  padding: 80px 0;
  background-color: #e5eef4;
}

@media (max-width: 740px) {
  .brand-page .c10 {
    padding: 40px 0;
  }
}

.brand-page .c10 .titl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c10 .titl {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}

.brand-page .c10 .line {
  width: 90px;
  height: 1px;
  margin: 0 auto 60px;
  background-color: #163259;
}

@media (max-width: 740px) {
  .brand-page .c10 .line {
    width: 40px;
    margin-bottom: 30px;
  }
}

.brand-page .c10 .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .brand-page .c10 .boxs {
    width: 100%;
  }
}

.brand-page .c10 .boxs .box {
  width: 24%;
  margin-bottom: 40px;
}

@media (max-width: 740px) {
  .brand-page .c10 .boxs .box {
    width: 48%;
    margin-bottom: 30px;
  }
}

.brand-page .c10 .boxs .box .txt {
  font-size: 12px;
  letter-spacing: 0;
}
.brand-page .c10 .boxs .box .cap {
  font-size: 10px;
}
