/*--------------------------------

index.html

--------------------------------*/

/*---- #mv ----*/
.home #mv {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.home #mv .copy {
  width: 46%;
  display: flex;
  justify-content: flex-end;
  padding-top: 2%;
}
.home #mv .copy .inner {
  white-space: nowrap;
  padding-right: 3.64vw;
}
.home #mv .copy .inner h1 {
  font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
  font-size: 6.66vw;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: #a0c922;
  margin-bottom: 2.18vw;
}
.home #mv .copy .inner h1 span {
  display: inline-block;
  margin-right: 1.04vw;
}
.home #mv .copy .inner p {
  font-size: 1.96vw;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.home #mv .copy .inner p span:nth-child(1) {
  display: inline-block;
  font-size: 2.18vw;
  color: #fff;
  background-color: #a0c922;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.15vw 0.2vw  0.31vw;
  margin-right: 0.31vw;
}
.home #mv .copy .inner p span:nth-child(2) {
  display: inline-block;
  margin-right: 0.31vw;
}
.home #mv .copy .inner p span:nth-child(3) {
  display: inline-block;
  margin-left: -0.2vw;
}

.home #mv .slide {
  width: 56%;
  max-width: 1040px;
  display: flex;
  justify-content: flex-end;
}
.home #mv .slide .swiper {
  height: 100vh;
  margin-left: 0!important;
  margin-right: 0!important;
}
.home #mv .slide .swiper-wrapper {
  transition-timing-function: linear!important;
}
.home #mv .slide .swiper-slide {
  height: auto!important;
  line-height: 0!important;
}
.home #mv .slide .swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 520px;
}


.home #mv .slide .slider {
  width:100%;
  height: 100vh;
  margin:0 auto;
  line-height: 0;
  overflow: hidden;

  opacity: 0;
  transition: opacity .5s linear;
}
.home #mv .slide .slider.slick-initialized {
    opacity: 1;
}
.home #mv .slide .slider img {
  height: auto;
  width: 100%;
  max-width: 520px;
}
.home #mv .slide .slider .slick-slide {
  height:auto!important;
  border: none;
}
.home #mv .slide .slider2 {
  transform: scaleY(-1);
}
.home #mv .slide .slider2 img {
  transform: scaleY(-1);

}
/* .slick-slider div { transition: none; } */

@media screen and (max-width: 1000px) {
  .home #mv {
    position: relative;
  }
  .home #mv .copy {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 2;
    justify-content: flex-start;
    padding-left: 5%;
  }
  .home #mv .copy .inner h1 {
    font-size: max(8.2vw, 60px);
    margin-bottom: 7%;
    color: #fff;
  }
  .home #mv .copy .inner h1 span {
    margin-right: 12px;
  }
  .home #mv .copy .inner p {
    font-size: max(3vw, 24px);
    color: #fff;
  }
  .home #mv .copy .inner p span:nth-child(1) {
    font-size: max(3.2vw, 26px);
    letter-spacing: 0.03em;
    padding: 1% 1% 1.4%;
    margin-right: 0.4vw;
  }
  .home #mv .slide {
    width: 100%;
    max-width: none;
  }
  .home #mv .slide .swiper-slide img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .home #mv {
    height: 100svh;
  }
}




/*---- #business ----*/
.home #business .h2-wrapper {
  text-align: center;
}
.home #business {
  padding: 140px 0 180px;
}
.home #business .section_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
.home #business .section_title span {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 13rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #a0c922;
  display: block;
  margin-top: 6px;
}
.home #business .business_list li {
  position: relative;
  margin-bottom: 100px;
  display: flex;
}
.home #business .business_list li:last-child {
  margin-bottom: 0;
}
.home #business .business_list li .image {
  width: 1000px;
}
.home #business .business_list li .image img {
  width: 100%;
}

.home #business .business_list li .cosmosLogo span {display:block;}
.home #business .business_list li .cosmosLogo span::after {
	content: "";
	width: 250px;
	height:250px;
	position:absolute; top:0; left:0;
	background:url("../images/index/cosmos.png") center no-repeat;
	background-size:contain;
	z-index:100;
}

.home #business .business_list li .textbox {
	background-color: #f0f0f0;
	padding: 24px 0 20px 34px;
	width: 449px;
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 2;
}
.home #business .business_list li .textbox h3 {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
  font-size: 8.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.home #business .business_list li .textbox .title_sub {
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.home #business .business_list li .textbox .title_sub p {
  background-color: #a0c922;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.home #business .business_list li .textbox .title_sub p:nth-child(1) {
  font-family: "Oswald", sans-serif;
	font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.01em;
  border-right: 1px solid #fff;
}
.home #business .business_list li .textbox .title_sub p:nth-child(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.03em;
  padding-bottom: 4px;
}
.home #business .business_list li .textbox .text {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 1201px) {
	
	.home #business .business_list {
		margin-top:100px;
		display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
	}
	.home #business .business_list li {width:48%; margin-bottom:80px;}
	.home #business .business_list li:nth-child(odd) {margin-top:-100px;}
	
	.home #business .business_list li .textbox {padding: 20px 0 10px 35px; width:420px;}
	.home #business .business_list li .textbox h3 {font-size:7rem;}
	.home #business .business_list li .textbox .title_sub {margin-bottom:10px;}
	.home #business .business_list li .textbox .title_sub p {height:40px;}
	.home #business .business_list li .textbox .title_sub p:nth-child(1) ,
	.home #business .business_list li .textbox .title_sub p:nth-child(2) {font-size:3rem;}
	.home #business .business_list li .image {height:300px;}
	.home #business .business_list li .image img {width:auto; height:100%;}
}

@media screen and (max-width: 1200px) {
  .home #business {
    padding: 140px 0 140px;
  }  
  .home #business .section_title {
    margin-bottom: 80px;
  }
  .home #business .business_list li {
    margin-bottom: 80px;
  } 
	
.home #business .business_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.home #business .business_list li:nth-child(even) .textbox {
  right: auto;
  left: 1%;
  padding: 24px 34px 30px 0;
}
.home #business .business_list li:nth-child(even) .textbox h3 {
  text-align: right;
}
.home #business .business_list li:nth-child(even) .textbox .title_sub {
  justify-content: flex-end;
}
.home #business .business_list li:nth-child(even) .textbox .text {
  padding-left: 134px;
}
	
  .home #business .business_list li .image {
    width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .home #business {
    padding: 80px 0 120px;
  }  
  .home #business .section_title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .home #business .section_title span {
    font-size: 9rem;
    margin-top: 4px;
  }
  .home #business .business_list li {
    margin-bottom: 60px;
  } 
  .home #business .business_list li .image {
    width: 700px;
  }
  .home #business .business_list li .textbox {
    padding: 18px 0 22px 24px;
    width: 243px;
    right: 0;
  }
  .home #business .business_list li:nth-child(3) .textbox {
    width: 343px;
  }
  .home #business .business_list li .textbox h3 {
    font-size: 5.8rem;
    margin-bottom: 10px;
  }
  .home #business .business_list li .textbox .title_sub {
    margin-bottom: 16px;
  }
  .home #business .business_list li .textbox .title_sub p {
    height: 48px;
    padding: 0 7px;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(1) {
    font-size: 3rem;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(2) {
    font-size: 3.2rem;
    padding-bottom: 4px;
  }
  .home #business .business_list li .textbox .text {
    font-size: 1.4rem;
  }
  .home #business .business_list li:nth-child(even) .textbox {
    left: 0;
    padding: 18px 24px 22px 0;
  }
  .home #business .business_list li:nth-child(even) .textbox .text {
    text-align: right;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .home #business {
    padding: 60px 0 60px;
  }  
  .home #business .section_title {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .home #business .section_title span {
    font-size: 6rem;
  }
  .home #business .business_list li {
    margin-bottom: 8%;
  }  
  .home #business .business_list li .image {
    width: 100%;
  }
  .home #business .business_list li .image img {
    object-fit: cover;
    height: 180px;
  }
	
	.home #business .business_list li .cosmosLogo span::after {
		width: 120px;
		height:120px;
		position:absolute; top:0; left:auto; right:0;
	}

  .home #business .business_list li,
  .home #business .business_list li:nth-child(even) {
    flex-direction: column;
  }
  .home #business .business_list li .textbox {
    position: static;
    margin-top: -80px;
    width: 233px;
    padding: 12px 0 10px 16px;
  }
  .home #business .business_list li:nth-child(odd) .textbox {
    margin-left: auto;
  }
  .home #business .business_list li:nth-child(3) .textbox {
    width: 231px;
  }
  .home #business .business_list li .textbox h3 {
    font-size: 4.8rem;
    margin-bottom: 6px;
  }
  .home #business .business_list li .textbox .title_sub {
    margin-bottom: 8px;
  }
  .home #business .business_list li .textbox .title_sub p {
    height: 32px;
    padding: 0 4px;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(1) {
    font-size: 2rem;
  }
  .home #business .business_list li .textbox .title_sub p:nth-child(2) {
    font-size: 2.2rem;
    padding-bottom: 4px;
  }
  .home #business .business_list li .textbox .text {
    font-size: 1.4rem;
  }
  .home #business .business_list li:nth-child(even) .textbox {
    padding: 12px 16px 10px 0;
  }
  .home #business .business_list li:nth-child(even) .textbox h3 {
    text-align: left;
    margin-left: 0;
  }
  .home #business .business_list li:nth-child(even) .textbox .title_sub {
    justify-content: flex-start;
  }
  .home #business .business_list li:nth-child(even) .textbox .text {
    padding-left: 0;
    text-align: left;
  }
}

/*---- #office ----*/
.home #office {
  position: relative;
  /* border: 1px solid #f01;
  width: 100%;
  height: 500px;
  max-height: 500px;
  background: url(../images/index/office.jpg) no-repeat;
  background-size: cover; */


}
.home #office .back-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.home #office .swiper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home #office .swiper-wrapper {
  transition-timing-function: linear!important;
}
.home #office .swiper-wrapper .swiper-slide {
  margin-right: 30px;
  width: 100%;
  max-width: 1601px;
}
.home #office .swiper-wrapper .swiper-slide img {
  width: 100%;
}


/* .home #office .slider_wrapper {
  border: 1px solid #f01;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home #office .slider_office div {
  padding-right: 30px;
}
.home #office .slider_office img {
  width: 100%;
} */


@media screen and (max-width: 1000px) {
  .home #office .back-image img {
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .home #office .back-image img {
    min-height: 240px;
  }
  .home #office .swiper-wrapper .swiper-slide {
    margin-right: 20px;
    width: 800px;
  }  
}

/*---- #message ----*/
.home #message {
  position: relative;
  overflow: hidden;
}
.home #message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 34%;
  background-color: #a0c922;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home #message .inner {
  width: 88%;
	max-width: 1390px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 140px 0 100px;
}
.home #message .inner .image {
  width: 61.9%;
}
.home #message .inner .image img {
  width: 100%;
  object-fit: cover;
}
.home #message .inner .text {
  width: 38.1%;
  position: relative;
  z-index: 2;
  margin-left: -88px;
  color: #fff;
}
.home #message .inner .text .message-text {
  width: 100%;
  margin-bottom: 2.39vw;
}
.home #message .inner .text .btn-message a {
  display: inline-block;
  position: relative;
}
.home #message .inner .text .btn-message span {
  display: inline-block;
  background-color: #202020;
}

.home #message .inner .text .btn-message span:nth-of-type(1) {
  font-size: 5.2rem;
  font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
  line-height: 1;
  padding: 6px 16px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 270px;
}
.home #message .inner .text .btn-message span:nth-of-type(1)::after {
  content: '';
	background: url(../images/share/arrow-w.png);
  background-repeat: no-repeat;
	width: 10px;
	height: 11px;
}
.home #message .inner .text .btn-message span:nth-of-type(2) {
  font-size: 2rem;
  padding: 0 16px 10px 16px;
  line-height: 1;
  position: absolute;
  bottom: -28px;
  left: 0;
}


@media screen and (max-width: 1200px) {
  .home #message .inner .text {
    margin-left: -100px;
  }  
  .home #message .inner .text .message-text {
    min-width: 430px;
  }
  .home #message .inner .text .btn-message span:nth-of-type(1) {
    font-size: 4.2rem;
    padding: 6px 16px 10px 16px;
    width: 240px;
  }
  .home #message .inner .text .btn-message span:nth-of-type(2) {
    font-size: 1.6rem;
    padding: 2px 16px 10px 16px;
    bottom: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .home #message .inner {
    padding: 90px 0 70px;
  }
  .home #message .inner {
    width: 100%;
  }
  .home #message .inner .image img {
    min-height: 320px;
  }  
  .home #message .inner .text {
    margin-left: -160px;
  }
  .home #message .inner .text .message-text {
    min-width: 300px;
    margin-bottom: 3.6vw;
  }
  .home #message .inner .text .btn-message span:nth-of-type(1) {
    font-size: 3.6rem;
    padding: 6px 14px 8px 14px;
    width: 200px;
  }
  .home #message .inner .text .btn-message span:nth-of-type(2) {
    font-size: 1.5rem;
    padding: 4px 14px 10px 14px;
  }
}
@media screen and (max-width: 640px) {
  .home #message::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
  }
  .home #message .inner {
    width: 90%;
    flex-direction: column-reverse;
    padding: 80px 0 70px;
    gap: 40px;
  }
  .home #message .inner .image {
    width: 100%;
  }
  .home #message .inner .image img {
    min-height: 180px;

  }
  .home #message .inner .text {
    width: 100%;
    margin-left: 0;
  }
  .home #message .inner .text .message-text {
    min-width: 280px;
    max-width: 340px;
    margin-bottom: 20px;
  }
  .home #message .inner .text .btn-message span:nth-of-type(1) {
    font-size: 3rem;
    padding: 6px 14px 10px 14px;
    width: 180px;
    line-height: 1;
  }
  .home #message .inner .text .btn-message span:nth-of-type(2) {
    font-size: 1.3rem;
    padding: 4px 14px 8px 14px;
    bottom: -18px;
  }
  .home #message .inner .text img {
    min-width: 260px;
    margin-bottom: 3.7vw;
  }
}



/*--------------------------------

about/index.html

--------------------------------*/

#rinen {margin:30px auto 100px;}
#rinen > p {font-size:1.8rem;}
#rinen dl {}
#rinen dl dt {margin:30px 0 0;}
#rinen dl dt strong {
	margin:0 10px 0 0;
	display:inline-block;
	font-family: "Oswald", sans-serif;
	font-size:3rem;
	font-weight:700;
}
#rinen dl dd {font-size:1.8rem;}
#rinen dl dd ul {}
#rinen dl dd ul li {
	padding:5px 0 0 40px;
	line-height:1.5;
	position:relative;
}
#rinen dl dd b {
	position:absolute; top:5px; left:0;
	font-weight:700;
}
#rinen dl dd span {
	display:inline-block;
	font-family: "Oswald", sans-serif;
}

.about #message {
  margin-bottom: 120px;
}
.about #message .wrapper {
  max-width: 860px;
}
.about #message .title p {
  color: #83ad02;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
	align-items: center;
	margin-bottom: 12px;
  margin-left: -30px;
}
.about #message .title p:before {
  border-top: 1px solid #83ad02;
	content: '';
	width: 26px;
	margin-right: 8px;
}
.about #message .title h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.about #message .title h2 span:nth-of-type(1) {
  padding-right: 2px;
  margin-left: -10px;
}
.about #message .title h2 span:nth-of-type(2) {
  padding-left: 4px;
  margin-right: -10px;
}
.about #message .image {
  text-align: center;
  padding: 40px 0;
}
.about #message img {
  width: 100%;
  max-width:700px;
}
.about #message .text {
  border-bottom: 1px solid #929292;
  padding-bottom: 32px;
  margin-bottom: 34px;
}
.about #message .text p {
  font-size: 1.7rem;
  line-height: 2.1;
  text-align: justify;
}
.about #message .text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.about #message .name {
	margin-bottom:100px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}
.about #message .name span {
  font-size: 1.4rem;
  margin-right: 16px;
}

.image.soshikizu {
	display:flex; flex-flow:row wrap; justify-content:center; align-content:flex-start; align-items:flex-start;
}

@media screen and (max-width: 1000px) {
  .about #message {
    margin-bottom: 100px;
  }  
  .about #message .title {
    padding-left: 30px;
  }
  .about #message .title p {
    font-size: 1.5rem;
    margin-left: -32px;
  }
  .about #message .title h2 {
    font-size: 3rem;
  }
  .about #message .image {
    padding: 50px 0;
  }  
  .about #message img {
    max-width: 600px;
  }
  .about #message .text p {
    font-size: 1.5rem;
  }
  .about #message .text p:not(:last-of-type) {
    margin-bottom: 26px;
  }  
  .about #message .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about #message {
    margin-bottom: 70px;
  }  
  .about #message .title {
    padding-left: 15px;
  }
  .about #message .title p {
    font-size: 1.5rem;
    margin-left: -26px;
  }
  .about #message .title p:before {
    width: 20px;
    margin-right: 8px;
  }  
  .about #message .title h2 {
    font-size: 2.3rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
	
	#rinen > p ,
	#rinen dl dd {font-size:1.5rem;}
	
	
  .about #message .image {
    padding: 30px 0;
  }
  .about #message .text {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }  
  .about #message .text p {
    font-size: 1.4rem;
  }
  .about #message .name {
    font-size: 2rem;
  }
  .about #message .name span {
    font-size: 1.3rem;
    margin-right: 14px;
  }  
}


/* soshikizu-pc */

@media screen and (min-width: 641px) {

	dl.soshikizu-pc {
		width:100%;
		margin:0 auto;
		display:flex; flex-flow:row wrap; justify-content:space-between; align-content:stretch; align-items:stretch;
	}
	dl.soshikizu-pc dt {
		width:100%;
		display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
	}
	dl.soshikizu-pc dt > img {width:100%;}
	dl.soshikizu-pc dt a img {width:100px !important; margin:0 auto 5px; display:block;}
	dl.soshikizu-pc dt a b {
		width:100%;
		display:block;
		font-family:"Oswald", sans-serif;
		font-size:2rem;
		text-align:center;
	}
	
	dl.soshikizu-pc dd {
		width:30%;
		padding:20px 1%;
		border-radius:20px;
		background:#fff;
	}
	dl.soshikizu-pc dd a {}
	dl.soshikizu-pc dd a b {display:block;}
}


/* soshikizu-sp */

@media screen and (max-width: 640px) {
	
	.soshikizu-sp {}
}



.about #gallery {
  margin-bottom: 140px;
}
.about #gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.about #gallery .swiper-wrapper .swiper-slide {
  margin-right: 16px;
  width: 100%;
  max-width: 682px;
}
.about #gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .about #gallery {
    margin-bottom: 100px;
  }  
  .about #gallery .swiper-wrapper .swiper-slide {
    margin-right: 14px;
    width: 100%;
    max-width: 580px;
  }  
}
@media screen and (max-width: 640px) {
  .about #gallery {
    margin-bottom: 60px;
  }  
  .about #gallery .swiper-wrapper .swiper-slide {
    margin-right: 12px;
    width: 100%;
    max-width: 420px;
  }  
}

.about #company .section_title {
  font-size: 3.2rem;
}
.about #company .company_item {
  display: flex;
  margin-bottom: 120px;
}
.about #company .company_item .section_title {
  width: 330px;
}
.about #company .detail {
  width: calc(100% - 330px);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.about #company .detail dt {
  width: 240px;
  border-top: 1px solid #929292;
  padding: 17px 0;
  letter-spacing: 0.04em;
}
.about #company .detail dd {
  width: calc(100% - 240px);
  border-top: 1px solid #929292;
  padding: 17px 0;
}
.about #company .detail dt:last-of-type,
.about #company .detail dd:last-of-type {
  border-bottom: 1px solid #929292;
}
.about #company .detail dd .address {
  display: flex;
  flex-wrap: wrap;
}
.about #company .company_item.group dt a {
  font-size: 1.7rem;
  color: #a0c922;
}
.about #company .company_item.group .detail_inner {
  display: flex;
  flex-wrap: wrap;
}
.about #company .company_item.group .detail_inner dt {
  /* width: 13%; */
  width: 106px;
  border: none;
  padding: 0;
}
.about #company .company_item.group .detail_inner dd {
  /* width: 87%; */
  width: calc(100% - 106px);
  border: none;
  padding: 0;
}
.about #company .company_item.group .detail_inner dt:first-of-type,
.about #company .company_item.group .detail_inner dd:first-of-type {
  padding-bottom: 14px;
}

@media screen and (max-width: 1200px) {
  .about #company .company_item .section_title {
    width: 260px;
  }
  .about #company .detail {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1000px) {
	.about #company .section_title {
		font-size: 3rem;
		line-height: 1.3;
		padding-top: 18px;
		margin-bottom: 40px;
	}
	.about #company .section_title::before {
		width: 68px;
		height: 3px;
	}
  .about #company .company_item {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .about #company .company_item .section_title {
    width: 100%;
  }
  .about #company .detail {
    width: 100%;
  }
  .about #company .detail dt {
    width: 260px;
  }
  .about #company .detail dd {
    width: calc(100% - 260px);
  }

  .about #company .company_item.group dt a {
    font-size: 1.6rem;
  }
  .about #company .company_item.group .detail_inner {
    flex-direction: column;
  }
  .about #company .company_item.group .detail_inner dt {
    width: 100%;
    padding-bottom: 6px;
  }
  .about #company .company_item.group .detail_inner dt:first-of-type {
    padding-bottom: 6px;
  }
  .about #company .company_item.group .detail_inner dd {
    width: 100%;
  }
  .about #company .company_item.group .detail_inner dd:first-of-type {
    padding-bottom: 22px;
  }  
}
@media screen and (max-width: 640px) {
	.about #company .section_title {
		font-size: 2.4rem;
		line-height: 1.3;
		padding-top: 18px;
		margin-bottom: 30px;
	}
	.about #company .section_title::before {
		width: 64px;
		height: 3px;
	}
  .about #company .company_item {
    margin-bottom: 70px;
  }  
  .about #company .detail {
    font-size: 1.3rem;
    flex-direction: column;
  }
  .about #company .detail dt {
    width: 100%;
    padding: 14px 0 10px;
  }
  .about #company .detail dt:last-of-type {
    border-bottom: none;    
  }
  .about #company .detail dd {
    width: 100%;
    border-top: none;
    padding: 0 0 14px;
  }
  .about #company .company_item.group dt.company_name {
    padding: 14px 0 20px;
  }
  .about #company .company_item.group dt a {
    font-size: 1.4rem;
  }
}


/*--------------------------------

privacy-policy/index.html

--------------------------------*/
.privacy-policy #contents {
  padding: 200px 0 140px;
  font-size: 1.4rem;
  text-align: justify;
}
.privacy-policy #contents .wrapper {
  max-width: 900px;
}
.privacy-policy #contents h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.privacy-policy #contents .intro {
  margin-bottom: 60px;
}
.privacy-policy #contents .main h2 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #202020;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.privacy-policy #contents li {
  margin-bottom: 46px;
}
.privacy-policy #contents li:last-of-type {
  margin: 0;
}
.privacy-policy #contents .detail {
  margin-top: 16px;
}
.privacy-policy #contents .detail li {
  margin-bottom: 4px;
  display: flex;
}
.privacy-policy #contents .detail li::before {
  content: "・";
}
.privacy-policy #contents li .contact .name {
  font-weight: 700;
  margin: 16px 0 14px;
}
.privacy-policy #contents li .contact span {
  display: inline-block;
  border-bottom: 1px solid #202020;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
  .privacy-policy #contents {
    padding: 140px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .privacy-policy #contents {
    padding: 120px 0 80px;
  }
  .privacy-policy #contents h1 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  .privacy-policy #contents .intro {
    margin-bottom: 40px;
  }
  .privacy-policy #contents .main h2 {
    font-size: 1.7rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}

