@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: partner.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/partner/main_visual.jpg?v=250602") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    background: url("../img/partner/main_visual_sp.jpg?v=250602") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.categoryArea {
	max-width: 1120px;
	margin: 30px auto 0;
}
.categoryArea .categoryList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.categoryArea .categoryList li {
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
.categoryArea .categoryList li a {
	display: block;
	padding: 10px 5px;
	background-color: #38c8c1;
	border: 1px solid #38c8c1;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
}
.categoryArea .categoryList li a:hover {
	background-color: #FFF;
	color: #38c8c1;transition: .3s;
}
.desc {
	padding-top: 170px;
}
.desc:last-of-type {
	padding-bottom: 150px;
}
.partnerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.partnerList li {
  width: calc(100% / 1 - 40px);
  margin: 40px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #CCC;
}
.partnerList li .img {
  width: 30%;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
  box-shadow: 2px 6px 10px #dcdcdc;
}
.partnerList li .img img {
  aspect-ratio: 400 / 280;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.partnerList li .list {
  width: calc(70% - 50px);
  text-align: left;
  padding: 20px 15px 20px 25px;
}
.partnerList li .list .type {
  font-size: min(3vw,13px);
  line-height: 1.3;
  letter-spacing: .02em;
  display: inline-block;
  border-radius: 20px;
  padding: 6px 1.5em 6px;
  color: #FFF;
  background-color: #38c8c1;
}
.partnerList li .list .place {
  font-size: min(3vw,13px);
  line-height: 1.3;
  letter-spacing: .02em;
  display: inline-block;
  border-radius: 20px;
  padding: 6px 1.5em 6px;
  color: #FFF;
  background-color: #fbb139;
	margin-left: 6px;
}
.partnerList li .list h4 {
  margin-top: 25px;
  padding-left: 15px;
  font-size: min(4.5vw,18px);
  line-height: 1.3;
}
.partnerList li .list .message {
  margin-top: 10px;
  padding: 0 15px;
  font-size: min(3vw,13px);
  line-height: 1.8;
}
.partnerList li .list .url {
  padding-top: 10px;
  padding-left: 15px;
}
.partnerList li .list .url a {
  margin-top: 20px;
  font-size: min(3vw,13px);
  line-height: 1.8;
  color: #555;
	word-break: break-word;
}
.partnerList li .list .url a:hover {
  color: #dfdfdf;
  text-decoration: underline;
}
.partnerList li .list .img_fkg {
	width: 200px;
  padding-top: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
	.desc {
    padding-top: 130px;
	}
}
@media screen and (max-width: 768px) {
	.categoryArea .categoryList {
		padding: 20px;
	}
	.categoryArea .categoryList li {
		width: calc(100% / 2 - 6px);
	}
	.partnerList li .img {
		width: calc(100% - 50px);
		margin: 20px auto 10px;
	}
	.partnerList li .list {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.categoryArea .categoryList li {
		width: 100%;
		margin-bottom: 5px;
    }
  .partnerList {
    max-width: 500px;
    width: 100%;
  }
  .partnerList li {
    width: 100%;
    margin: 0 auto 25px;
  }
}
/*# sourceMappingURL=partner.css.map */
