/*===== layout =====*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.section-inner {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.display-pc {
  display: block !important;
}
.display-sp {
  display: none !important;
}
.none {
  display: none !important;
}
#main {
  width: 100%;
  position: relative;
}
.sec {
  padding: 100px 0;
}
.font-en {
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700 !important;
}
.ttl-h2 {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.ttl-h2 span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ttl-h2-2 {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 50px;
}
.ttl-h2-2::before {
  content: "";
  position: absolute;
  background: #e3dec9;
  width: 100%;
  height: 5px;
  display: block;
  left: 0;
  bottom: 0;
}
.ttl-h2-2 span {
  position: relative;
  z-index: 2;
}
.color-white {
  color: white !important;
}
.color-black {
  color: black !important;
}
.btn-wh {
  width: 300px;
  margin: 0 auto;
}
.btn {
  display: block;
  position: relative;
  color: #fff !important;
  background: #c8be94;
  font-size: 13px;
  font-weight: 500;
  padding: 25px 10px;
  text-align: center;
  line-height: 1;
  transition: .3s linear;
}
.btn:hover {
  background: #bcb491;
}
@media all and (-ms-high-contrast:none) {
.btn {
  padding: 23px 10px 17px;
}
}
.view {
  position: relative;
  opacity: 0;
  transition: 1.5s ease;
}
.in-view {
  opacity: 1;
}
.palt {
  font-feature-settings: "palt";
}
.d-flex {
  display: flex;
  width: 100%;
  height: 100%;
}
.p-relative {
  position: relative;
  z-index: 2;
}
.bg-overlay {
  width: 100%;
  position: relative;
}
.bg-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73,165,215,.6);
}
.mb100 {
  margin-bottom: 100px;
}
/*===== TOP =====*/
#fv {
  position: relative;
  padding-top: 100px;
}
/* header */
header {
  width: 100%;
  background: rgba(255,255,255,1);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 101;
  transition: .3s ease;
  height: 100px;
}
header > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3.5%;
}
header > div #logo {
  width: 52%;
  display: flex;
  align-items: center;
}
header > div #logo * {
  transition: .3s ease;
}
header > div #logo img {
  display: block;
  width: 53%;
}
header > div #logo a {
  width: 100px;
  height: 100px;
  display: flex;
  background: #49a5d7;
  align-items: center;
  justify-content: center;
}
header > div #logo strong {
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
}
.menu-trigger {
  display: none;
}
nav {
  width: 32%;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
nav ul li:not(:last-child) {
  margin-right: 30px;
}
nav ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
nav ul li a::before {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
nav ul li a::before {
  bottom: -10px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background: rgba(73,165,215,1);
}
nav ul li a:hover::before,
nav ul li a.current::before {
  opacity: 1;
  width: 100%;
}
header.sticky {
  background: rgba(255,255,255,.85);
  height: 75px;
}
header.sticky > div #logo a {
  width: 75px;
  height: 75px;
}
header nav ul li a.current,
header nav ul li a:hover {
  color: rgba(73,165,215,1) !important;
}
header.sticky nav ul li a::before {
  background: rgba(73,165,215,1);
}
@media screen and (max-width:1365px) {
/* header */
header > div {
  padding-right: 2.5%;
}
header > div #logo {
  width: 52%;
}
header > div #logo strong {
  font-size: 14px;
  margin-left: 15px;
  line-height: 1.3;
}
nav {
  width: 45%;
}
nav ul li:not(:last-child) {
  margin-right: 25px;
}
nav ul li a {
  font-size: 13px;
}
}
/* mv */
#mv {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/mv01.jpg") no-repeat center /cover;
}
#mv-copy {
  position: relative;
  z-index: 2;
}
#mv-copy p {
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: .025em;
  font-feature-settings: "palt";
}
#mv-copy p:first-of-type {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
#mv-copy figure {
  position: relative;
  width: 192px;
  margin: 0 auto 80px;
}
#mv-copy figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-left: -15px;
  margin-top: 40px;
}
#mv-copy figure img {
  width: 100%;
}
/* news */
#top #news {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg,#d6cfa5 0%,#d6cfa5 25%,#f6f5f2 75%,#f6f5f2 100%);
}
#top #news > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#top #news > div > div:first-child {
  width: 25%;
  padding: 4% 3%;
}
#top #news > div > div:last-child {
  width: 75%;
  padding: 4% 3%;
  background: #f6f5f2;
}
#top #news > div > div:first-child h2 {
  text-align: left;
}
#top #news > div > div:last-child dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#top #news > div div:last-child dl dt,
#top #news > div div:last-child dl dd {
  line-height: 1.3;
  font-size: 13px;
}
#top #news > div div:last-child dl dt {
  width: 12%;
}
#top #news > div div:last-child dl dd {
  width: 84%;
}
@media screen and (max-width:1280px) {
#top #news > div div:last-child dl dt {
  width: 16%;
}
#top #news > div div:last-child dl dd {
  width: 80%;
} 
}
#top #news > div div:last-child dl dd a:hover {
  color: #49a5d7;
}
#top #news .btn-wh {
  width: 80%;
  max-width: 200px;
  margin: inherit;
} 
#top #news .btn {
  padding: 15px 10px;
}
@media all and (-ms-high-contrast:none) {
#top #news .btn {
  padding: 17px 10px 13px;
}
}
/* business */
#top #business {
  padding: 100px 10px;
}
#top #business p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.2;
}
#top #business p:first-of-type {
  margin-bottom: 30px;
}
#top #business p strong {
  display: block;
  font-size: 60px;
  color: #49a5d7;
  line-height: 1;
}
/* recruit */
#top #recruit {
  position: relative;
  background: url("../img/top/bg_recruit.jpg") no-repeat center /cover;
  height: 520px;
}
#top #recruit > div {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* company */
#top #company {
  margin-bottom: 180px;
  background: linear-gradient(90deg,#49a5d7 0%,#49a5d7 50%,#fff 50%,#fff 100%);
}
#top #company > div {
  align-items: center;
}
#top #company > div figure {
  width: 50%;
  margin-right: 5%;
  position: relative;
  left: -1px;
  top: 70px;
}
#top #company > div > div {
  width: 45%;
  margin-top: 35px;
}
#top #company > div > div h2 {
  text-align: left;
}
#top #company > div > div div {
  margin-left: inherit;
}
/* group */
#top #group {
  margin-bottom: 140px;
}
#group-ttl {
  background: #f6f3e5;
  padding: 60px 10px;
  margin-bottom: 70px;
}
#group-ttl h2 {
  margin-bottom: 0;
}
.tab-group {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
.tab-group li {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  color: #b6b6b6;
  font-weight: bold;
  border-right: 2px solid #b6b6b6;
  cursor:pointer;
}
.tab-group li:last-child {
  border-right: none;
}
.tab-group li.is-active {
  color: #060606;
}
.panel-group {
  position: relative;
  width: 100%;
}
.panel {
  display:none;
}
.panel.is-show {
  display:block;
}
.brand-logo {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 40px 10px;
}
.brand-logo img {
  display: block;
  width: auto;
  margin: 0 auto;
  /*transform: scale(.5);
  transform-origin: center;*/
}
.brand-shop-list {
  padding-top: 25px;
}
.brand-box:last-child .brand-shop-list {
  border-bottom: 1px solid #ddd;
}
.brand-shop-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.brand-shop-list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.brand-shop-list ul li:nth-child(3n) {
  margin-right: 0;
}
.brand-shop-list ul li figure {
  width: 35%;
  margin-right: 5%;
}
.brand-shop-list ul li figure img {
  width: 100%;
}
.brand-shop-list ul li dl {
  width: 60%;
}
.brand-shop-list ul li dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.brand-shop-list ul li dd {
  font-size: 14px;
  line-height: 1.4;
}
/*===== footer =====*/
footer {
  background: #d6cfa5;
  padding: 50px 0;
}
footer ul {
  font-size: 0;margin-bottom: 15px;
}
footer ul li {
  display: inline-block;
  font-size: 13px;
}
footer ul li a {
  display: block;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid rgba(0,0,0,.4);
  color: rgba(0,0,0,.6);
}
footer ul li:first-child a {
  padding-left: 0;
}
footer ul li:last-child a {
  border-right: none;
}
footer ul li a:hover {
  opacity: .7;
}
#copy {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0,0,0,.5);
}
#pagetop {
  position: fixed;
  bottom: 1.34%;
  right: 1.34%;
  z-index: 90;
  display: none;
}
#pagetop a {
  display: flex;
  width: 60px;
  height: 60px;
  background: rgba(200,190,148,.85);
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  display: block;
  width: 28px;
  height: auto;
}
/*===== page =====*/
/* mv */
.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.mv h1 {
  margin-bottom: 0 !important;
}
.mv h1 span {
  font-size: 48px;
}
#mv-business {
  background: url("../img/top/mv01.jpg") no-repeat center /cover;
}
#mv-company {
  background: url("../img/company/bg_company.jpg") no-repeat center /cover;
}
#mv-recruit {
  background: url("../img/top/bg_recruit.jpg") no-repeat center /cover;
}
/* Business */
#business-box .d-flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#business-box .d-flex:last-of-type {
  margin-bottom: 0;
}
#business-box figure {
  width: 25%;
}
#business-box dl {
  width: 70%;
}
#business-box dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #49a5d7;
  margin-bottom: 15px;
  line-height: 1.2;
}
#business-box dl dd {
  font-size: 14px;
  line-height: 1.8;
}
.flow-box {
  position: relative;
  background: #f6f5f2;
  padding: 40px;
  padding-top: 25px;
}
.flow-box h3 {
  color: #d6cfa5;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: .1em;
}
.flow-box dl {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  height: 80px;
}
.flow-box dl:last-of-type {
  margin-bottom: 0;
}
.flow-box dl dt {
  position: relative;
  background: #d6cfa5;
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: .05em;
}
.flow-box dl dd {
  width: 92%;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
.flow-box dl dd h4 {
  font-size: 18px;
  font-weight: bold;
  width: 22%;
  border-right: 1px solid #ddd;
  padding: 10px 0;
  padding-right: 2%;
  letter-spacing: .05em;
}
.flow-box dl dd p {
  width: 78%;
  font-size: 14px;
  padding-left: 2%;
}
.flow-box dl dd p span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
/* Company */
.table {
  width: 100%;
}
.table th,
.table td {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 30px 20px;
}
.table th {
  color: #d6cfa5;
  border-bottom: 1px solid #d6cfa5;
  background: #f6f5f2;
  width: 22%;
}
.table tr:first-child th,
.table tr:first-child td {
  border-top: 1px solid #ddd;
}
.table tr:first-child th {
  border-top: 1px solid #d6cfa5;
}
.table p {
  font-size: 14px;
  margin-bottom: 20px;
}
.table p:last-child {
  margin-bottom: 0;
}
.gmap {
  width: 100%;
  min-height: 400px;
  position: relative;
  /* padding-top: 75%;
  height: 0; */
  overflow: hidden;
  margin-top: 60px;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#company-group dl {
  border-top: 1px solid #d6cfa5;
}
#company-group dl dt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 30px 10px;
  color: #d6cfa5;
  background: #f6f5f2;
}
#company-group dl dd ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-bottom: -10px;
}
#company-group dl dd ul li {
  width: 30%;
  margin-right: 5%;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
#company-group dl dd ul li:nth-child(3n) {
  margin-right: 0;
}
/* Recurit */

.work_header{
	width: 100%;
	max-width: 1920px;
	height: 500px;
	background: url(common/images/work_header.png) center / cover;
	padding-top: 225px;
	padding-bottom: 195px;
	text-align: center;
	margin-bottom: 130px;
	position: relative;
}
.work_header .inner p{
	font-weight: 600;
	font-style: italic;
	color: #000000;
	font-size: 40px;
	margin-bottom: 6px;
}
.work_header .inner h2{
	font-weight: 500;
	color: #000000;
	font-size: 16px;
}

.contents_work{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto ;
	margin-bottom: 150px;
}
.contents_work h3{
	font-weight: 500;
	color: #49a5d7;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.contents_work .icon_hr{
	width: 1px;
    height:30px;
    background-color: #49a5d7;
	margin: 0 auto;
	margin-bottom: 88px;
}

.contents_work .container_work_list{
	width: 100%;
	max-width: 1000px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	margin-bottom: 110px;
}
.contents_work .container_work_list .container_work_top{
	display: flex;
	padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.contents_work .container_work_list .container_work_top .img{
	margin-right: 20px;
}
.contents_work .container_work_list .container_work_top .img img{
	width: 100%;
}
.contents_work .container_work_list .container_work_top .text{
	width: 100%;
    max-width: 610px;
}
.contents_work .container_work_list .container_work_top .sub{
	font-weight: 400;
	color: #49a5d7;
	font-size: 12px;
	margin-bottom: 1px;
}
.contents_work .container_work_list .container_work_top h4{
	font-weight: 600;
	color: #000000;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 14px;
}
.contents_work .container_work_list .container_work_top .text_list{
	display: flex;
	margin-bottom: 11px;
}
.contents_work .container_work_list .container_work_top .text_list:last-child{
	margin-bottom: 0px;
}
.contents_work .container_work_list .container_work_top .text_list .title{
	width: 100%;
	max-width: 88px;
}
.contents_work .container_work_list .container_work_top .text_list .title p{
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
}

.contents_work .container_work_list .container_work_top .text_list .text p{
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
}
.icon_hr_work{
    width: 100%;
    height: 1px;
    background-color: #49a5d7;
    margin: 0 auto;
    margin-bottom: 8px;
}
.deal p{
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	line-height: 1.3;
}
.content_work_a{
	margin-top: 69px;
	margin-bottom: 40px;
}
.list_work_a{
	display: flex;
	justify-content: center;
}
.list_work_a .text_title_work_a{
	width: 100%;
	max-width: 168px;
	border-top: #49a5d7 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.list_work_a .text_title_work_a p{
	font-weight: 400;
	color: #49a5d7;
	font-size: 14px;
}
.list_work_a .text_work_a{
	width: 100%;
	max-width: 772px;
	border-top: #BEBEBE 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 37px;
}
.list_work_a .text_work_a p{
	font-weight: 400;
	color: #000000;
	font-size: 14px;
}
.list_work_a .text_title_work_a_last{
	width: 100%;
	max-width: 168px;
	border-bottom: #49a5d7 1px solid;
	color: #49a5d7;
}
.list_work_a .text_work_a_last{
	width: 100%;
	max-width: 772px;
	border-bottom: #BEBEBE 1px solid;
}

.work_btn_box{
	display: flex;
	padding-top: 30px;
}

.btn_work_contact,.btn_work_contact:visited,.btn_work_contact:link{
  width: 100%;
  max-width: 245px;
  height: 50px;
  background-color: #49a5d7;
  padding-top: 19px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.work_btn_more {
	width: 100%;
	max-width: 755px;
	height: 50px;
	padding-top: 14px;
	padding-bottom: 17px;
	display: block;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	background: -moz-linear-gradient(top, #FFF, #F5F5F5);
	background: -webkit-linear-gradient(top, #FFF, #F5F5F5);
	background: linear-gradient(to bottom, #FFF, #F5F5F5);
	border-top: #49a5d7 1px solid;
	text-align: center;
  cursor: pointer;
}
.work_btn_more::after {
  content: "▼　詳細を見る　▼";
  transition: .2s;
  -erbkit-transition: .2s;
  color: #49a5d7;
  font-weight: 400;
  font-size: 14px;
}
.work_btn_more.on-click::after{
  content: "▲　閉じる　▲";
  color: #49a5d7;
  font-weight: 400;
  font-size: 14px;
}
.txt-hide{
  display: none;
}

@media (max-width:480px)  {
  .work_header{
		background: url(common/images/work_header_sp.png) center / cover;
	}
	.contents_work{
		padding-left: 12px;
		padding-right: 12px;
	}
	.contents_work .container_work_list{
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
	}

	.contents_work .container_work_list .container_work_top{
		display: block;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.contents_work .container_work_list .container_work_top .img{
		margin-right: 0px;
		text-align: center;
		margin-bottom: 21px;
	}
	.contents_work .container_work_list .container_work_top h4{
		font-size: 16px;
	}
	.list_work_a{
		display: block;
		margin-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.list_work_a .text_title_work_a{
		border-top: none;
		padding-bottom: 10px;
		padding-top: 0px;
		position: relative;
		max-width: initial;
		width: 100%;
		max-width: 390px;
		padding-left: 10px;
	}
	.list_work_a .text_title_work_a::before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 30.77%;
		border-bottom: 1px solid #49a5d7;
	}
	.list_work_a .text_title_work_a::after{
		content: "";
		position: absolute;
		left: 30.77%;
		bottom: 0;
		width: 100%;
		max-width: 68.1%;
		border-bottom: 1px solid #BEBEBE;
	}
	.list_work_a .text_title_work_a_last{
		border-bottom: none;
	}
	.list_work_a .text_work_a_last{
		border-bottom: none;
	}
	.list_work_a .text_work_a{
		padding-top: 10px;
		padding-bottom: 0px;
		border-top: none;
		padding-left: 0px;
		max-width: initial;
	}
}

/* Contact */
input,button,textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
input[type="text"] {
  width: 50%;
  height: 40px;
  padding: 10px 20px;
  background: #f6f5f2;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="text"]:hover,textarea:hover,input[type="text"]:focus,textarea:focus {
  background-color: #ebe8df;
  outline: none;
}
textarea {
  background: #f6f5f2;
  padding: 10px 20px;
  width: 100%;
  height: 160px !important;
  -webkit-transition: .4s;
  transition: .4s;
}
button[type="submit"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 1;
}
.table.form th,
.table.form td {
  padding: 20px 0;
}
.table.form th {
  width: 25%;
  background: #fff;
}
.table.form td {
  padding-left: 10px;
}
.v-top {
  vertical-align: top;
}
.table.form span {
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  margin-right: 10px;
}
.optional {
  background: #c8c8c8;
}
.required {
  background: #d6cfa5;
}
#policy-box {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
}
.policy-box {
  border: 1px solid #ddd;
  padding: 30px 40px;
  height: 250px;
  overflow-y: scroll;
}
.policy-box dl dt,
.policy-box dl dd p,
.policy-box dl dd li {
  font-size: 14px;
  line-height: 1.4;
}
.policy-box p {
  font-size: 14px;
  margin-bottom: 15px;
}
.policy-box dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.policy-box dl dt {
  font-weight: 700;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.policy-box dl dd ul + p,
.policy-box dl dd p + ul {
  margin-top: 15px;
}
.policy-box dl dd li {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
.policy-box dl dd li:not(:last-child) {
  margin-bottom: 8px;
}
.check-box {
  text-align: center;
  line-height: 1;
  margin: 40px 0;
}
.check-box label {
  cursor: pointer;
  position: relative;
  display: block;
  word-break: break-all;
}
.check-box input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.check-box input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check-box label input[type="checkbox"] + span {
  position: relative;
  top: 0;
}
.check-box label input[type="checkbox"] + span::before,.check-box label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.check-box label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #ddd solid;
  border-radius: 5px;
}
.check-box label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 4px 7px;
  width: 7px;
  height: 11px;
}
.check-box label input[type="checkbox"]:checked + span::before {
  background-color: #d6cfa5;
  border: 1px #d6cfa5 solid;
}
.check-box label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.check-box label span:nth-of-type(2) {
  margin-left: 2em;
  line-height: 1;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.ttl-page {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #d6cfa5;
  margin-bottom: 40px;
}
/* MW WP Form */
#submit-btn {
  width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#submit-btn li {
  width: 100%;
}
#submit-btn li:last-child {
  display: none;
}
#contact-form.confirm-form #submit-btn li {
  width: 49%;
  margin-right: 2%;
}
#contact-form.confirm-form #submit-btn li:last-child {
  display: block;
  margin-right: 0;
}
#submit-btn li input {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #fff !important;
  background: #c8be94;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 10px;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  transition: .3s linear;
}
#contact-form.confirm-form #submit-btn li input {
  padding: 25px 10px;
  font-size: 16px;
}
@media all and (-ms-high-contrast:none) {
#submit-btn li input {
  padding: 33px 10px 27px;
}
#contact-form.confirm-form #submit-btn li input {
  padding: 27px 10px 23px;
}
}
#submit-btn li input.submit {
  background: #c8be94;
}
#submit-btn li input.back {
  background: #e7e7e7;
  color: #666 !important;
}
input[type="submit"]:hover {
  opacity: .7;
}
.mw_wp_form .error {
  color: #B70000 !important;
  margin-top: 10px !important;
}
#thanks-txt {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#contact-form.confirm-form #policy-box,
#contact-form.confirm-form .check-box {
  display: none;
}
#contact-form.confirm-form #submit-btn {
  width: 100%;
  max-width: 640px;
  margin-top: 40px;
}
/* News */
#news-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#news-list dl {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
#news-list dl:first-of-type {
  border-top: 1px dotted #ccc;
}
#news-list dl dt,
#news-list dl dd {
  line-height: 1.3;
  font-size: 14px;
}
#news-list dl dt {
  width: 180px;
}
#news-list dl dd {
  width: calc(100% - 180px);
}
#news-list dl dd a:hover {
  color: #49a5d7;
}
#entry-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#entry-box .date {
  font-size: 13px;
  text-align: right;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.entry-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.entry-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.entry-box p:last-of-type {
  margin-bottom: 0;
}
.wp-pagenavi {
	clear: both;
	text-align:center;
  margin-top: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #ccc;
	padding: 6px 10px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	transition: .2s ease-in-out;
	text-align: center;
	text-decoration:none;
  font-size: 14px;
}
.wp-pagenavi a:hover{
  color:#fff; 
  background-color:#999; 
  border-color:#999;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #004098;
	border-color: #004098;
	font-weight: bold;
}
@media screen and (max-width:768px) {
/*===== layout =====*/
.section-inner {
  padding: 0 4%;
}
.display-pc {
  display: none !important;
}
.display-sp {
  display: block !important;
}
.sec {
  padding: 12% 0;
}
.ttl-h2 {
  font-size: 2.5vw;
  margin-bottom: 6%;
}
.ttl-h2 span {
  font-size: 5vw;
  margin-bottom: 2%;
}
.ttl-h2-2 {
  font-size: 4vw;
  margin-bottom: 6%;
}
.btn-wh {
  width: 65%;
}
.btn {
  font-size: 2.5vw;
  padding: 5% 1vw;
}
.btn:hover {
  background: #c8be94;
}
.mb100 {
  margin-bottom: 12%;
}
/*===== TOP =====*/
#fv {
  padding-top: 12vw;
}
/* header */
header {
  height: 12vw;
}
header > div {
  padding-right: 0;
}
header > div #logo img {
  width: 60%;
}
header > div #logo a {
  width: 12vw;
  height: 12vw;
}
header > div #logo strong {
  display: none;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
.menu-trigger {
  display: block;
  position: fixed;
  z-index: 110;
  width: 6.5vw;
  height: 4.5vw;
  right: 4%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1vw;
  background-color: #49a5d7;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 1.75vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1vw;
  background-color: #49a5d7;
  transition: all .4s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) scale(0);
}
body.open::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all .3s ease;
  background: rgba(73,165,215,.2);
}
nav {
  position: absolute;
  padding: 15% 4%;
  opacity: 0;
  width: 100%;
  height: 0;
  left: 0;
  top: -100%;
  z-index: 101;
  transition: .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transform: translate(0, -100%);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
nav.show {
  opacity: 1;
  position: absolute;
  height: 100vh;
  top: 0;
  transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
  background: rgba(73,165,215,.8);
}
nav ul {
  display: block;
}
nav ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.65);
}
nav ul li:not(:last-child) {
  margin-right: 0;
}
nav ul li a {
  font-size: 3.25vw;
  display: block;
  text-align: center;
  padding: 5% 0;
  color: #fff !important;
}
nav ul li a::before {
  display: none;
}
header.sticky {
  height: 12vw;
}
header.sticky > div #logo a {
  width: 12vw;
  height: 12vw;
}
header nav ul li a.current,
header nav ul li a:hover {
  color: rgba(255,255,255,1) !important;
}
header.sticky nav ul li a::before {
  background: none;
}
/* mv */
#mv {
  height: 80vw;
  background: url("../img/top/mv01-sp.jpg") no-repeat center /cover;
}
#mv-copy p {
  font-size: 2.5vw;
}
#mv-copy p:first-of-type {
  font-size: 6vw;
  margin-bottom: 4%;
}
#mv-copy figure {
  width: 20%;
  margin: 0 auto 10%;
}
#mv-copy figure::after {
  width: 24px;
  margin-left: -12px;
  margin-top: 25%;
}
/* news */
#top #news {
  background: #d6cfa5;
}
#top #news > div {
  flex-direction: column;
}
#top #news > div > div:first-child {
  width: 100%;
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #news > div > div:last-child {
  width: 100%;
  padding: 4%;
}
#top #news > div > div:last-child dl {
  flex-direction: column;
  margin-bottom: 5%;
}
#top #news > div div:last-child dl dt,
#top #news > div div:last-child dl dd {
  font-size: 2.5vw;
}
#top #news > div div:last-child dl dt {
  width: 100%;
  margin-bottom: 2%;
}
#top #news > div div:last-child dl dd {
  width: 100%;
}
#top #news > div > div:first-child h2 {
  margin: 0;
}
#top #news > div > div:first-child h2 span {
  margin-bottom: 4%;
}
#top #news .btn-wh {
  width: 40%;
  max-width: inherit;
  margin: 0;
} 
#top #news .btn {
  padding: 5.5% 1vw;
}
/* business */
#top #business {
  padding: 10% 4%;
}
#top #business p {
  font-size: 2.5vw;
  margin-bottom: 5%;
}
#top #business p:first-of-type {
  margin-bottom: 4%;
}
#top #business p strong {
  font-size: 6.25vw;
}
/* recruit */
#top #recruit {
  height: 60vw;
  padding: 0 4%;
}
/* company */
#top #company {
  margin-bottom: 0;
  padding: 10% 0;
  background: #fff;
}
#top #company > div {
  width: 100%;
  flex-direction: column;
}
#top #company > div figure {
  order: 2;
  width: 65%;
  margin: 6.66% auto 0;
  left: 0;
  top: 0;
}
#top #company > div > div {
  order: 1;
  width: 100%;
  margin-top: 0;
}
#top #company > div > div h2 {
  text-align: center;
}
#top #company > div > div div {
  margin: 0 auto;
}
/* group */
#top #group {
  margin-bottom: 15%;
}
#group-ttl {
  padding: 5% 4%;
  margin-bottom: 8%;
}
.tab-group {
  margin-bottom: 4%;
}
.tab-group li {
  font-size: 2.5vw;
  padding: 0 4vw;
}
.brand-logo {
  padding: 5% 1vw;
}
.brand-shop-list {
  padding-top: 4%;
}
.brand-shop-list ul {
  margin-bottom: 0;
}
.brand-shop-list ul li {
  width: 85%;
  margin: 0 auto 5%;
}
.brand-shop-list ul li:nth-child(3n) {
  margin: 0 auto 5%;
}
.brand-shop-list ul li dt {
  font-size: 2.75vw;
  margin-bottom: 1.5vw;
}
.brand-shop-list ul li dd {
  font-size: 2.5vw;
}
/*===== footer =====*/
footer {
  padding: 0 0 5%;
}
footer ul {
  margin-bottom: 5%;
}
footer ul li {
  display: block;
  font-size: 2.35vw;
}
footer ul li a {
  position: relative;
  padding: 5% 2%;
  font-size: 2.35vw;
  border-bottom: 1px solid rgba(0,0,0,.4);
  border-right: none;
}
footer ul li:first-child a {
  padding-left: 2%;
}
footer ul li:last-child a {
  border-right: none;
}
footer ul li a:hover {
  opacity: 1;
}
footer ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1.4vw;
  height: 1.4vw;
  margin-top: -.7vw;
  border-top: solid 2px rgba(0,0,0,.6);
  border-right: solid 2px rgba(0,0,0,.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#copy {
  font-size: 2.25vw;
  text-align: center;
}
#pagetop {
  display: none !important;
  z-index: -1;
}
#pagetop a {
  width: 12vw;
  height: 12vw;
}
#pagetop a img {
  width: 6vw;
}
/*===== page =====*/
/* mv */
.mv {
  height: 40vw;
}
.mv h1 span {
  font-size: 6vw;
  margin-bottom: 3%;
}
/* Business */
#business-box .d-flex {
  flex-direction: column;
  width: 85%;
  margin: 0 auto 10%;
}
#business-box .d-flex:last-of-type {
  margin-bottom: 0;
}
#business-box figure {
  width: 65%;
  margin: 0 auto 5%;
}
#business-box dl {
  width: 100%;
}
#business-box dl dt {
  font-size: 2.75vw;
  margin-bottom: 3%;
}
#business-box dl dd {
  font-size: 2.5vw;
}
.flow-box {
  padding: 4% 2%;
}
.flow-box h3 {
  font-size: 3.25vw;
  margin-bottom: 4%;
}
.flow-box dl {
  flex-direction: column;
  margin-bottom: 4%;
  height: inherit;
}
.flow-box dl:last-of-type {
  margin-bottom: 0;
}
.flow-box dl dt {
  background: #fff;
  width: 100%;
  font-size: 5vw;
  padding: 2% 0 0;
  color: #d6cfa5;
}
.flow-box dl dd {
  width: 100%;
  padding: .75em 2% 4%;
  flex-direction: column;
}
.flow-box dl dd h4 {
  font-size: 3vw;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ddd;
  padding: 0 0 3%;
  margin-bottom: 3%;
  padding-right: 0;
  text-align: center;
}
.flow-box dl dd p {
  width: 100%;
  font-size: 2.5vw;
  padding-left: 0;
}
.flow-box dl dd p span {
  font-size: 2.25vw;
  margin-top: 1.5%;
}
/* Company */
.table th,
.table td {
  display: block;
  font-size: 2.5vw;
  padding: 3% 0 4%;
  border-bottom: none;
}
.table th {
  width: 100%;
  padding: 2%;
}
.table tr:first-child th,
.table tr:first-child td {
  border-top: none;
}
.table tr:last-child td {
  padding-bottom: 0;
}
.table p {
  font-size: 2.5vw;
  margin-bottom: 4%;
}
.table p:last-child {
  margin-bottom: 0;
}
.gmap {
  min-height: inherit;
  padding-top: 75%;
  height: 0;
  margin-top: 8%;
}
#company-group dl dt {
  font-size: 2.75vw;
  padding: 4% 1vw;
}
#company-group dl dd ul {
  flex-direction: column;
  padding: 4% 0 5%;
  margin-bottom: -2%;
}
#company-group dl dd ul li {
  width: 100%;
  margin-right: 0;
  font-size: 2.5vw;
  margin-bottom: 2%;
}
/* Recurit */
#page-recruit .btn-wh {
  margin-top: 10%;
  width: 85%;
}
#page-recruit .btn-wh a {
  font-size: 2.75vw;
  padding: 6% 1vw;
}
/* Contact */
input,button,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.5vw;
}
::-webkit-input-placeholder {
  font-size: 2.5vw;
}
::-moz-placeholder {
  font-size: 2.5vw;
}
:-ms-input-placeholder {
  font-size: 2.5vw;
}
input[type="text"] {
  width: 100%;
  height: 7vw;
  padding: 1vw 2vw;
  -webkit-transition: none;
  transition: none;
}
input[type="text"]:hover,textarea:hover,input[type="text"]:focus,textarea:focus {
  background-color: #f6f5f2;
}
textarea {
  padding: 1vw 2vw;
  height: 22vw !important;
  -webkit-transition: none;
  transition: none;
}
.table.form th,
.table.form td {
  padding: 4% 0;
}
.table.form th {
  width: 100%;
  padding-bottom: 0;
}
.table.form td {
  padding-left: 0;
  padding-top: 2.5%;
  border-bottom: 1px solid #ddd;
}
.table.form tr:first-child th {
  padding-top: 0;
}
.table.form tr:last-child td {
  padding-bottom: 4%;
} 
.table.form span {
  font-size: 2.25vw;
  padding: 2px 1vw;
  margin-right: .5em;
}
#policy-box {
  margin: 10% auto 0;
}
.policy-box {
  padding: 4% 2%;
  height: 40vw;
  -webkit-overflow-scrolling: touch;
}
.policy-box dl dt,
.policy-box dl dd p,
.policy-box dl dd li {
  font-size: 2.5vw;
}
.policy-box p {
  font-size: 2.5vw;
  margin-bottom: 4%;
}
.policy-box dl:not(:last-of-type) {
  margin-bottom: 4%;
}
.policy-box dl dt {
  margin-bottom: 1.5vw;
}
.policy-box dl dd ul + p,
.policy-box dl dd p + ul {
  margin-top: 2vw;
}
.policy-box dl dd li {
  font-size: 2.25vw;
}
.policy-box dl dd li:not(:last-child) {
  margin-bottom: 1vw;
}
.check-box {
  margin: 6.66% 0;
}
.check-box label input[type="checkbox"] + span::before {
  width: 3vw;
  height: 3vw;
  border-radius: .75vw;
}
.check-box label input[type="checkbox"] + span::after {
  margin: .5vw 1vw;
  width: 1vw;
  height: 1.65vw;
}
.check-box label span:nth-of-type(2) {
  font-size: 2.5vw !important;
  position: relative;
  top: .25vw;
}
.ttl-page {
  font-size: 3.5vw;
  margin-bottom: 5%;
}
/* MW WP Form */
#submit-btn,
#contact-form.confirm-form #submit-btn {
  width: 85%;
  max-width: 100%;
}
#submit-btn li input {
  font-size: 2.75vw;
  padding: 6% 1vw;
  transition: none;
}
#contact-form.confirm-form #submit-btn li input {
  padding: 7% 1vw;
}
input[type="submit"]:hover {
  opacity: 1;
}
#thanks-txt {
  font-size: 2.5vw;
  margin-bottom: 3%;
}
#contact-form.confirm-form #submit-btn {
  margin-top: 6.66%;
}
/* News */
#news-list dl {
  flex-direction: column;
  padding: 4% 0;
}
#news-list dl dt,
#news-list dl dd {
  font-size: 2.5vw;
}
#news-list dl dt {
  width: 100%;
  margin-bottom: 2.5%;
}
#news-list dl dd {
  width: 100%;
}
#entry-box .date {
  font-size: 2.5vw;
  margin-bottom: 3%;
}
.entry-box {
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.entry-box p {
  font-size: 2.5vw;
  margin-bottom: 4%;
}
.entry-box p:last-of-type {
  margin-bottom: 0;
}
.wp-pagenavi {
  margin-top: 8%;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: .6vw 1.5vw;
  font-size: 2.25vw;
}
}
@media screen and (max-width:425px) {
/*===== layout =====*/
.ttl-h2 {
  font-size: 3.5vw;
}
.ttl-h2 span {
  font-size: 6.25vw;
}
.ttl-h2-2 {
  font-size: 5vw;
}
.btn-wh {
  width: 85%;
}
.btn {
  padding: 6% 1vw;
  font-size: 3.5vw;
}
/*===== TOP =====*/
.menu-trigger {
  width: 8vw;
  height: 6vw;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 2.5vw;
}
nav ul li a {
  font-size: 4.5vw;
}
/* mv */
#mv-copy p {
  font-size: 2.8vw;
}
#mv-copy p:first-of-type {
  font-size: 6.5vw;
}
#mv-copy figure {
  width: 25%;
}
/* news */
#top #news > div div:last-child dl dt,
#top #news > div div:last-child dl dd {
  font-size: 3.5vw;
}
#top #news .btn-wh {
  width: 45%;
} 
#top #news .btn {
  padding: 7% 1vw;
}
/* business */
#top #business p {
  font-size: 3.5vw;
}
/* company */
#top #company > div figure {
  width: 85%;
}
/* group */
#top #group h2 img {
  width: 26%;
}
.tab-group li {
  font-size: 3.75vw;
}
.brand-shop-list ul li {
  width: 100%;
}
.brand-shop-list ul li dt {
  font-size: 3.75vw;
}
.brand-shop-list ul li dd {
  font-size: 3.5vw;
}
/*===== footer =====*/
footer ul li {
  font-size: 3.5vw;
}
footer ul li a {
  font-size: 3.5vw;
}
#copy {
  font-size: 3vw;
}
/*===== page =====*/
/* mv */
.mv h1 span {
  font-size: 7vw;
  margin-bottom: 4%;
}
/* Business */
#business-box .d-flex {
  width: 100%;
}
#business-box figure {
  width: 85%;
}
#business-box dl dt {
  font-size: 4vw;
}
#business-box dl dd {
  font-size: 3.5vw;
}
.flow-box h3 {
  font-size: 4.5vw;
}
.flow-box dl dt {
  font-size: 6vw;
}
.flow-box dl dd h4 {
  font-size: 4vw;
}
.flow-box dl dd p {
  font-size: 3.5vw;
}
.flow-box dl dd p span {
  font-size: 3.25vw;
}
/* Company */
.table th,
.table td,
.table p {
  font-size: 3.5vw;
}
#company-group dl dt {
  font-size: 3.75vw;
}
#company-group dl dd ul li {
  font-size: 3.5vw;
}
/* Recurit */
#page-recruit .btn-wh {
  width: 100%;
}
#page-recruit .btn-wh a {
  font-size: 4vw;
}
/* Contact */
input,button,textarea {
  font-size: 3.5vw;
}
::-webkit-input-placeholder {
  font-size: 3.5vw;
}
::-moz-placeholder {
  font-size: 3.5vw;
}
:-ms-input-placeholder {
  font-size: 3.5vw;
}
input[type="text"] {
  height: 9vw;
}
textarea {
  height: 30vw !important;
}
.table.form span {
  font-size: 3.25vw;
}
.policy-box dl dt,
.policy-box dl dd p,
.policy-box dl dd li {
  font-size: 3.5vw;
}
.policy-box p {
  font-size: 3.5vw;
}
.policy-box dl dd li {
  font-size: 3.25vw;
}
.check-box label input[type="checkbox"] + span::before {
  width: 4vw;
  height: 4vw;
}
.check-box label input[type="checkbox"] + span::after {
  margin: .25vw 1vw .75vw;
  width: 1.8vw;
  height: 2.9vw;
}
.check-box label span:nth-of-type(2) {
  font-size: 3.5vw !important;
  top: 0;
}
.ttl-page {
  font-size: 4vw;
}
/* MW WP Form */
#submit-btn,
#contact-form.confirm-form #submit-btn {
  width: 100%;
}
#submit-btn li input {
  font-size: 4vw;
}
#thanks-txt {
  text-align: left;
  font-size: 3.5vw;
}
/* News */
#news-list dl dt,
#news-list dl dd {
  font-size: 3.5vw;
}
#entry-box .date {
  font-size: 3.5vw;
}
.entry-box p {
  font-size: 3.75vw;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 3.25vw;
  word-break : break-all;
}
}