@charset "utf-8";

/*********************
* 運営会社
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#company .page_header {
	background-image: url(../images/company/main.jpg);
}

#company .s1 {
  margin: 120px 0;
}

#company .s1 .text {
  width: 55%;
}

#company .s1 .text h2 {
  font-size: 4.571em;
  font-weight: 900;
  font-feature-settings: "palt" 1;
  margin-bottom: 70px;
}

#company .s1 .text h3 {
  font-size: 2.857em;
  font-weight: 900;
  margin: 90px 0 40px;
}

#company .s1 .text p {
  font-size: 1.429em;
  font-weight: 700;
}

#company .s1 .text p + p {
  margin-top: 2em;
}

#company .s1 .text p.name {
  margin-top: 3em;
}

#company .s1 .img {
  order: -1;
  width: 33.34%;
}

#company .s2 {
  padding-top: 40px;
  margin-bottom: 170px;
}

#company .s2_box {
  max-width: 960px;
  background-color: #dc000c;
  border-radius: 20px;
  margin: 0 auto;
  padding: 4.17% 10%;
  position: relative;
}

#company .s2_box h2 {
  font-size: 2.571em;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#company .s2_box h2 .f_en {
  display: block;
  font-size: .5em;
}

#company .s2_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#company .s2_box dl dt {
  width: 160px;
  font-size: 1.429em;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

#company .s2_box dl dd {
  width: calc(100% - 160px);
  font-size: 1.571em;
  color: #fff;
  line-height: 1.3;
  margin-top: 20px;
}

#company .s2_box dl dd span {
  margin-left: 1em;
}

#company .s2_box > img {
  position: absolute;
  top: -40px;
  right: 20px;
}

#company .s3 {
	background-color: #f8f8f8;
	border-radius: 50px;
	padding: 100px 0 180px;
}

#company .s3 .caption {
  text-align: center;
  margin-bottom: 90px;
}

#company .s3 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#company .s3 .item {
  min-height: 400px;
  padding-top: 30px;
	position: relative;
}

#company .s3 .item + .item {
  margin-top: 80px;
}

#company .s3 .item .text {
	width: 39.17%;
}

#company .s3 .item .text h3 {
	font-size: 2.286em;
  line-height: 1.5;
	margin-bottom: 40px;
}

#company .s3 .item .text h3 .f_en {
	font-size: .5625em;
  color: #425744;
}
#company .s3 .item .text h3.shop_fc .f_en {
  color: #1872d9;
}

#company .s3 .item .text h3.shop_fc .icon {
	font-size: .5625em;
  color: #1872d9;
  border: 1px solid #1872d9;
  border-radius: 5px;
  margin-left: 1em;
  padding: 1px 1.25em;
  vertical-align: middle;
}

#company .s3 .item .text address {
	font-style: normal;
	font-size: 1.143em;
  margin-bottom: .75em;
}

#company .s3 .item .text address span {
  margin-left: 1em;
}

#company .s3 .item .text p {
	font-size: 1.143em;
}

#company .s3 .item .text p + p {
  margin-top: .25em;
}

#company .s3 .item .text .btn1 {
  width: 230px;
  font-weight: 500;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#company .s3 .item .map {
	position: absolute;
	top: 0;
	right: 0;
	width: 58.125vw;
	height: 400px;
}

#company .s3 .item .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	vertical-align: bottom;
}

#company .s4 {
  margin: 80px 0 180px;
}

#company .s4 .caption {
  text-align: center;
  margin-bottom: 60px;
}

#company .s4 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#company .s4_box {
  max-width: 800px;
  margin: 0 auto;
}

#company .s4_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(66, 87, 68, .4);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#company .s4_box dl:first-of-type {
  border-top: 1px dashed rgba(66, 87, 68, .4);
  padding-top: 20px;
}

#company .s4_box dl dt {
  width: 170px;
  font-size: 1.286em;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 64px;
  position: relative;
}

#company .s4_box dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #fac000;
  border-radius: 50%;
}

#company .s4_box dl dd {
  width: calc(100% - 170px);
  font-size: 1.143em;
  margin-bottom: 10px;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#company .page_header {
	background-image: url(../images/company/main_sp.jpg);
}

#company .s1 {
  margin: 13vw 0 15vw;
}

#company .s1 .text {
  width: 100%;
  margin-bottom: 7vw;
}

#company .s1 .text h2 {
  font-size: 2em;
  font-weight: 900;
  font-feature-settings: "palt" 1;
  margin-bottom: 5vw;
}

#company .s1 .text h3 {
  font-size: 1.769em;
  font-weight: 900;
  line-height: 1.5;
  margin: 7vw 0 3vw;
}

#company .s1 .text p {
  font-size: 1.077em;
  font-weight: 700;
}

#company .s1 .text p + p {
  margin-top: 1.5em;
}

#company .s1 .img {
  width: 62.5vw;
  margin: 0 auto;
}

#company .s1 .img img {
  width: 100%;
}

#company .s2 {
  padding-top: 5vw;
  margin-bottom: 13vw;
}

#company .s2_box {
  background-color: #dc000c;
  border-radius: 20px;
  margin: 0 auto;
  padding: 7vw 5vw;
  position: relative;
}

#company .s2_box h2 {
  font-size: 1.538em;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 5vw;
}

#company .s2_box h2 .f_en {
  display: block;
  font-size: .65em;
}

#company .s2_box dl dt {
  font-size: 1.077em;
  font-weight: 700;
  color: #fff;
}
#company .s2_box dl dd + dt {
  margin-top: 3vw;
}

#company .s2_box dl dd {
  color: #fff;
  line-height: 1.3;
}

#company .s2_box dl dd span {
  display: block;
}

#company .s2_box > img {
  position: absolute;
  top: -5vw;
  right: 3vw;
  width: 38.125vw;
}

#company .s3 {
	background-color: #f8f8f8;
	border-radius: 20px;
	padding: 13vw 0 10vw;
	position: relative;
}

#company .s3 .caption {
	font-size: 1.538em;
  text-align: center;
	margin-bottom: 7vw;
}

#company .s3 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#company .s3 .caption .f_en {
	font-size: .65em;
}

#company .s3 .item {
  padding-left: 5vw;
}

#company .s3 .item + .item {
  margin-top: 10vw;
}

#company .s3 .item .contents_inner {
  padding-left: 0;
}

#company .s3 .item .text {
	width: 100%;
}

#company .s3 .item .text h3 {
	font-size: 1.385em;
  line-height: 1.3;
	margin-bottom: 3vw;
}

#company .s3 .item .text h3 .f_en {
	font-size: .667em;
  color: #425744;
}
#company .s3 .item .text h3.shop_fc .f_en {
  color: #1872d9;
}

#company .s3 .item .text h3.shop_fc .icon {
	font-size: .695em;
  color: #1872d9;
  border: 1px solid #1872d9;
  border-radius: 5px;
  margin-left: 1em;
  padding: 1px 1em;
  vertical-align: middle;
}

#company .s3 .item .text address {
	font-style: normal;
}

#company .s3 .item .text address span {
  display: block;
}

#company .s3 .item .text p + p {
  margin-top: 0;
}

#company .s3 .item .text .btn1 {
  font-weight: 500;
  margin: 5vw auto 0;
}

#company .s3 .item .map {
	width: 100%;
	height: 62.5vw;
  margin-bottom: 5vw;
}

#company .s3 .item .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	vertical-align: bottom;
}

#company .s4 {
  margin: 13vw 0 15vw;
}

#company .s4 .caption {
  text-align: center;
  margin-bottom: 5vw;
}

#company .s4 .caption .border {
  margin-left: auto;
  margin-right: auto;
}

#company .s4_box dl {
  border-bottom: 1px dashed rgba(66, 87, 68, .4);
  padding: 3vw;
}

#company .s4_box dl:first-of-type {
  border-top: 1px dashed rgba(66, 87, 68, .4);
}

#company .s4_box dl dt {
  font-size: 1.077em;
  font-weight: 700;
}
#company .s4_box dl dd + dt {
  margin-top: 3vw;
}

#company .s4_box dl dt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fac000;
  border-radius: 50%;
  margin-right: 2vw;
}

#company .s4_box dl dd {
  padding-left: calc(14px + 2vw);
}

} /* @media screen and (max-width: 1000px) */