@charset "UTF-8";
/* CSS Document */
.header {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-image: url("https://gigaplus.makeshop.jp/msfanta/fanta_corporate/fantasyworld/Fantasy-assets/img/main_dog.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header_inner {
	display: flex;
	align-items: center;
	padding: 20px;
}
.header_menu {
  margin: 0 0 0 auto;
}
.sns ul:before {
  content: '';
  margin-top: 100px;
  width: 3px;
  height: 110px;
  background-color: #818181;
  position: absolute;
  bottom: 110%;
  left: 11px;
}
.sns ul {
  position: absolute;
  bottom: 60px;
  margin: 10px 30px 50px;
  z-index: 3;
}
.sns ul li {
  width: 25px;
}
.welcome {
  font-size: 6.0rem;
  font-family: "Times New Roman";
  position: absolute;
  bottom: 16%;
  line-height: 90px;
  text-align: left;
  margin-left: 13%;
  z-index: 3;
}
.welcome p {
  font-size: 9.0rem;
}
.welcome span {
  color: #e5005a;
}
/* 初期は非表示 */
.visual .line, .visual .letter {
  opacity: 0;
}
/* is-visible になったらアニメーション開始 */
.visual.is-visible .line {
  opacity: 1;
}
.visual.is-visible .letter {
  animation: slideIn .8s cubic-bezier(0, 1.2, .13, 1.5) forwards;
}
/* 文字が左から出てくるアニメーション（お好みの動きでどうぞ） */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* 初期は非表示 */
.visual .line, .visual .letter {
  opacity: 0;
}
/* is-visible になったらアニメーション開始 */
.visual.is-visible .line {
  opacity: 1;
}
.visual.is-visible .letter {
  animation: slideIn .8s cubic-bezier(0, 1.2, .13, 1.5) forwards;
}
/* 文字が左から出てくるアニメーション（お好みの動きでどうぞ） */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wave1 {
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
  right: 0;
}
.wave1 img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
}
.pads img {
  display: block;
  left: 0;
  position: absolute;
}
.about h2 span {
  color: #e5005a;
}
.about h2 {
  position: relative;
  margin-right: 39%;
  padding-top: 210px;
}
.about h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 73%;
  margin-top: -10px;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 50vh;
  }
  .header_inner {
    padding: 0;
  }
  .about h2::after {
    margin-left: 7.3em;
    margin-top: -13px;
  }
  .sns ul {
    display: none;
  }
  .welcome {
    font-size: 5rem;
    bottom: 3%;
    line-height: 5.9rem;
    left: 0;
  }
  .welcome p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .header_menu {
    display: none;
  }
  .header {
    background-position: top;
  }
  .header_logo {
    width: 40%;
  }
  .header_inner {
    margin: 0;
    padding: 0;
  }
  .sns ul {
    display: none;
  }
  .welcome {
    font-size: 3.2rem;
    bottom: 9%;
    line-height: 4rem;
    left: 0;
    margin-left: 35px;
  }
  .welcome p {
    font-size: 2.8rem;
  }
  .wave1 {
    bottom: -1px;
  }
  .pads_sp {
    position: absolute;
    top: 7%;
  }
  .about h2 {
    padding-top: 57px;
  }
  .about {
    position: relative;
    margin-top: 25px;
  }
} /*max-width: 480px*/
.about p {
  line-height: 3.6rem;
  font-size: 1.8rem;
  margin-top: 100px;
}
.about_top {
  position: relative;
}
.about p span {
  background: linear-gradient(transparent 50%, #f2d6cb 50%);
  width: 187px;
  height: 15px;
}
@media only screen and (min-width:481px) and (max-width: 1024px) {
  .pads_sp {
    display: none;
  }
  .about h2 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pads {
    left: -9%;
  }
}
@media only screen and (max-width : 770px ){
  .about p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.9rem;
    margin-top: 50px;
  }
  .policy h3 span {
    font-size: 2.2rem;
  }
}
.pads h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-right: -3em;
  margin-left: 5.7em;
  margin-top: -10px;
}
.policy h3 {
  margin-top: 130px;
  font-family: "ヒラギノ明朝 Pro";
}
.policy h3 span {
  font-size: 3.8rem;
}
.management {
  position: relative;
  width: 100%;
  margin: 50px auto;
  list-style-type: none;
  padding: 0 45px;
}
.management:before {
  content: '';
  display: block;
  width: 3px;
  height: 110%;
  background: #736357;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
  z-index: 5;
}
.management li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.management li {
  margin-top: 50px;
}
.management li:nth-child(odd) {
  position: relative;
  width: calc(50% - 0px);
  border-bottom: 2px solid #736357; /*  枠線の指定（下）     */
  border-left: 2px solid #736357; /* 枠線の指定（左）     */
  border-radius: 0 13px 0;
  clear: right;
}
.management li:nth-child(odd)::before {
  position: absolute;
  z-index: 3;
  top: 96%;
  left: 98%;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #736357;
  border-radius: 50%;
  transform: translateX(1px);
}
.management li:nth-child(even) {
  position: relative;
  float: right;
  border-bottom: 2px solid #736357; /* 枠線の指定（下）     */
  border-right: 3px solid #736357; /* 枠線の指定（左）     */
  border-radius: 13px 0 13px;
  margin-bottom: 30px;
  width: calc(50% - 0px);
  min-height: 120px;
  display: flex;
  align-items: flex-end;
}
.management li:nth-child(even)::before {
  position: absolute;
  z-index: 3;
  top: 96%;
  right: 99%;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #736357;
  border-radius: 50%;
  transform: translateX(-1px);
}
.management li div:nth-child(2) {
  position: relative;
  display: inline-block;
  text-align: left;
  top: -20px;
  margin: 20px 35px 0;
}
.maru {
  background-image: url("https://gigaplus.makeshop.jp/msfanta/fanta_corporate/fantasyworld/Fantasy-assets/img/maru.png");
  background-size: cover;
  margin-right: 380px;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 6.0rem;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 79px;
  margin-left: -45px;
}
.maru_eve {
  background-image: url("https://gigaplus.makeshop.jp/msfanta/fanta_corporate/fantasyworld/Fantasy-assets/img/maru.png");
  background-size: cover;
  font-family: 'Times New Roman';
  color: #fff;
  font-size: 6.0rem;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 79px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media only screen and (min-width:768px) {
  .maru_eve {
    margin-left: 262px;
  }
}

@media only screen and (max-width:768px) {
  .cp_timeline01 {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .cp_timeline01 li {
    padding: 2em 0;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item, .cp_timeline01 li:nth-child(even) .timeline_item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag_cont {
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag {
    z-index: 15;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    top: -30px;
    right: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    top: -28px;
    right: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: rgba(26, 35, 126, 1);
    border-width: 6px;
    pointer-events: none;
  }
  .cp_timeline01 li .flag_cont {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .time, .cp_timeline01 li:nth-child(even) .timeline_item .time {
    float: none;
    text-align: center;
    background: #ffffff;
  }
  .cp_timeline01 li .timeline_item .desc {
    position: relative;
    z-index: 15;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  .priorith_policy ul {
    padding: 70px 28px;
  }
}
@media only screen and (max-width:768px) {
  .policy h3 span {
    font-size: 2.2rem;
  }
  .policy h3 {
    margin-top: 50px;
  }
}
.wrap01 {
  background: linear-gradient(to bottom, transparent 0%, transparent 100%, #fff 100%), url("https://gigaplus.makeshop.jp/msfanta/fanta_corporate/fantasyworld/Fantasy-assets/img/wave2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-bottom: 18%;
}
.policy_prio h3 {
  padding: 10% 50% 5% 0;
  font-family: "ヒラギノ明朝 Pro";
}
.policy_prio h3 span {
  font-size: 3.8rem;
}
.side_dog img {
  right: 0;
  position: absolute;
  bottom: 15%;
}
.side_dog :after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /*-webkit-linear-gradient(top, rgba(255,255,255,0) 57%, #fff 100%);*/
  box-shadow: inset -60px 0 100px #fff;
}
.back_dog {
  background-repeat: no-repeat;
  margin-top: 50px;
  background-position: right;
  position: absolute;
  right: 0;
  top: 35%;
}
.create {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #d5bbb0;
  text-align: center;
  font-size: 34px;
  color: #fff;
  line-height: 30px;
  padding-top: 78px;
  font-family: "Times New Roman", Times, "serif"
}
.create span {
  font-size: 1.8rem;
}
.priorith_policy li {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.three {
  margin-left: 64px;
}
.priorith_policy p {
  /*border-bottom: solid 2px #d5bbb0;*/
  padding: 20px;
  position: relative;
}
.priorith_policy p::after {
  content: '';
  width: 115%;
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: -5px;
  background-color: #d5bbb0;
}
.challenge {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #d5bbb0;
  text-align: center;
  font-size: 34px;
  color: #fff;
  line-height: 30px;
  padding-top: 78px;
  font-family: "Times New Roman", Times, "serif", "小塚ゴシック Pr6N";
}
.challenge span {
  font-size: 1.8rem;
}
.contribtion {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #d5bbb0;
  text-align: center;
  font-size: 34px;
  color: #fff;
  line-height: 30px;
  padding-top: 78px;
  font-family: "Times New Roman", Times, "serif"
}
.contribtion span {
  font-size: 1.8rem;
}
@media  screen and (min-width:481px) and (max-width: 1024px) {
  .management {
    padding: 0 75px;
  }
  .back_dog {
    width: 36%;
    top: 38%;
  }
}
@media only screen and (max-width:480px) {
  .management::before {
    left: 34%;
    margin-left: 64%;
  }
  .management {
    padding: 0 15px;
  }
  .management li:nth-child(odd) {
    width: calc(103% - 0px);
  }
  .management li:nth-child(even) {
    position: relative;
    width: calc(103% - 0px);
    border-bottom: 2px solid #736357;
    border-left: 2px solid #736357;
    border-radius: 0 13px 0;
    clear: right;
    border-right: none;
  }
  .management li:nth-child(even)::before {
    position: absolute;
    z-index: 3;
    top: 96%;
    left: 98%;
    width: 13px;
    height: 13px;
    content: "";
    background-color: #736357;
    border-radius: 50%;
    transform: translateX(1px);
  }
  .priorith_policy {
    background: linear-gradient(to bottom, #f5e9e7 85%, #fff);
    padding-bottom: 250px;
  }
  .maru_eve {
    font-size: 4.5rem;
    width: 63px;
    height: 63px;
    line-height: 56px;
    margin-left: -32px;
    left: 0;
    transform: translate(0%,-50%);
  }
  .maru {
    font-size: 4.5rem;
    width: 63px;
    height: 63px;
    line-height: 56px;
    margin-left: -32px;
  }
  .management li:nth-child(even) {
    float: none;
  }
  .create {
    width: 300px;
    height: 110px;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 40px;
  }
  .challenge {
    width: 110px;
    height: 110px;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 40px;
    margin-left: 13px;
  }
  .contribtion {
    width: 218px;
    height: 110px;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 40px;
  }
  .three {
    margin-left: 0;
  }
  .priorith_policy ul {
    padding: 0 28px;
  }
  .priorith_policy li {
    margin: 20px 0;
  }
  .policy_prio h3 span {
    font-size: 2.7rem;
  }
  .policy_prio h3 {
    padding-right: 37%;
    padding-top: 73px;
  }
  .wrap01 {
    background-size: contain;
    margin-top: 110px;
  }
  .back_dog {
    width: 57%;
    top: 57%;
  }
  .priorith_policy p {
    line-height: 1.3;
    padding: 5px;
    text-align: left;
  }
} /*max-width: 480px*/
.product {
  margin-top: 80px;
}
.product h2 {
  font-size: 8.0rem;
  display: flex;
}
.product h2 span {
  color: #e5005a;
}
.product h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-right: 4.3em;
  margin-left: 15px;
  margin-top: 14px;
}
.product_discr {
  margin-top: 80px;
}
.product ul li {
  width: 30%;
  background: #eeeeee;
  list-style: none;
  margin-left: 20px;
  padding: 40px 35px;
}
.product ul {
  display: flex;
  margin-top: 70px;
}
.product ul p {
  text-align: left;
  display: inline-block;
}
.product h3 {
  font-size: 3.2rem;
  font-weight: 100;
}
.icon {
  width: 70px;
  height: 70px;
  margin: 60px auto;
}
.pet_viewmore {
  margin-top: 48%;
}
.icon_betta {
  width: 70px;
  height: 70px;
  margin: 60px auto;
}
.betta {
  line-height: 30px;
}
.arrow p, .arrow02 p {
  margin-bottom: 5px;
}
.arrow a:hover span, .arrow02 a:hover span {
  display: block;
  height: 1px;
  background-color: #000;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 2s ease-in-out forwards;
}
@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  85% {
    transform: scale(1, 1);

  }
  90% {
    transform: scale(1, 1);

  }
  100% {
    transform: scale(1, 1);

  }
}
.arrow a:hover span::after, .arrow02 a:hover span::after {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  border-right: 1px solid #000;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 0px;
  animation: arrow02 2s ease-in-out forwards;
}
@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  35% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);

  }
  100% {
    transform: rotate(-45deg) scale(1, 1);

  }
}

.catalog {
	display: flex;
	padding: 100px;
	justify-content: space-between;
}
.catalog-information img {
	width: 50px;
}
.catalog p {
	margin: 15px 0;
}
@media only screen and (max-width:480px) {
	.catalog {
		flex-wrap: wrap;
		padding: 40px;
	}
	.catalog-information {
		margin-top: 60px;
	}
}
/*その他と主な共通部分は省略*/
a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
@media screen and (max-width:1024px) {
  .product {
    padding: 0 25px;
  }
  .product h2 {
    font-size: 6rem;
  }
  .product ul li {
    margin: 0 3px 0 2px;
    padding: 40px 16px;
  }
  .productul p {
    text-align: justify;
  }
  .icon {
    margin: 40px auto;
  }
}
@media screen and (max-width:780px ) {
.arrow a span , .arrow02 a span {
    display: block;
  height: 1px;
  background-color: #000;
  position: relative;
  transform: scale(1, 1);
  transform-origin: top left;
  animation: arrow01 2s ease-in-out forwards;
  opacity: 1;
}
  .arrow a span::after, .arrow02 a span::after {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  border-right: 1px solid #000;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 0px;
  animation: arrow02 2s ease-in-out forwards;
}
}
@media only screen and (max-width:480px) {
  .product {
    margin-top: 0;
  }
  .product h2 {
    font-size: 3rem;
    margin-top: 30px;
  }
  .product ul {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
  }
  .product_discr {
    margin-top: 50px;
  }
  .product h2::after {
    margin-right: 2.3em;
  }
} /*max-width: 480px*/
.wrap_2 {
  background: linear-gradient(to top, #f8e6e2 85%, #fff);
  position: relative;
  margin-top: 100px;
}
.wave3 {
  padding-top: 30%;
}
.wave02 img {
  width: 100%;
  display: block;
}
.wave_discr {
  margin-top: 30px;
}
.partner img {
  margin-top: 70px;
}
.partner h2 {
  font-size: 8.0rem;
  display: flex;
  position: absolute;
  top: 25%;
  margin-left: 38px;
}
.partner h2 span {
  color: #e5005a;
}
.partner h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-right: -8.5em;
  margin-left: 18px;
  margin-top: 15px;
}
.loop_wrap {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  flex-flow: row nowrap;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: rotateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: rotateX(-200%);
  }
}
.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_wrap iul:last-child {
  animation: loop2 50s linear infinite;
}
.view_button {
  max-width: 300px;
  display: block;
  margin-left: auto;
}
a.button {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 3px;
  transition: .4s;
  margin-top: 30px;
}
a.button:hover {
  background: #f8e6e2;
  color: white;
}
@media screen and (min-width:481px) and (max-width: 800px) {
  .partner h2 {
    padding-left: 50px;
  }
  .partner h2 {
    font-size: 6rem;
  }
  .product ul li {
    width: 22%;
    padding: 25px 13px 30px;
    margin-bottom: 18px;
  }
  .product h3 {
    font-size: 1.8rem;
  }
  .product ul p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .product li img {
    width: 35px;
    height: 35px;
  }
  .icon {
    margin: 20px 10px 0 30px;
  }
  .icon_betta {
    margin: 20px 0 -1px 28px;
  }
  .pet_viewmore {
    margin-top: 20%;
  }
  .arrow p {
    margin-top: 0;
  }
  .arrow {
    margin-top: 30px;
  }
  .arrow02 {
    margin-top: 28px;
  }
}
@media only screen and (max-width:480px) {
  .product ul li {
    width: 46%;
    padding: 25px 13px 30px;
    margin: 0 8px 18px 3px;
  }
  .product h3 {
    font-size: 1.8rem;
  }
  .product ul p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 6px;
  }
  .product li img {
    width: 35px;
    height: 35px;
  }
  .icon {
    margin: 20px 10px 0 30px;
  }
  .icon_betta {
    margin: 20px 0 -1px 28px;
  }
  .pet_viewmore {
    margin-top: 20%;
  }
  .arrow p {
    margin-top: 0;
  }
  .arrow {
    margin-top: 47px;
  }
  .arrow02 {
    margin-top: 28px;
  }
  .partner h2 {
    font-size: 3rem;
    top: 19%;
    padding-left: 0;
  }
  .partner p {
    margin-top: 40px;
  }
  .view_button {
    margin-left: 180px;
    margin-top: 30px;
  }
} /*max-width: 480px*/


/*追記*/
.wave02.partnerIcon{
  position: relative;
}
@media only screen and (max-width:480px) {
  .wave02.partnerIcon{
    margin-top: 0;
  }
}
.partner.inner h4:before{
  content:"";
  display: block;
  width: 120px;
  height: 120px;
  background: url(../Fantasy-assets/img/icon_earth.png) no-repeat center transparent;
  background-size: contain;
  margin: 0 auto 20px;
}

.partner.inner h4{
  font-weight: 100;
  letter-spacing: 0.2em;
  color: #333;
  padding: 20px 0 0;
  margin-top: -10%;
}
@media only screen and (max-width:500px) {
  .partner.inner h4{
    margin-top: -15%;
  }
}
.partnershipList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 0;
}
@media only screen and (max-width:500px) {
  .partnershipList{
    padding: 30px 0 0;
  }
}
.partnershipList dl{
  width: calc(100% / 2 - 10px);
  background: #eeeeee;
  padding: 40px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
@media only screen and (max-width:500px) {
  .partnershipList dl{
    width: 100%;
    margin: 0 auto;
    padding: 20px 13px;
  }
}
.partnershipList dl dt{
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width:500px) {
  .partnershipList dl dt{
    font-size: 2.4rem;
  }
}
.partnershipList dl dt p{
  font-size: 35%;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0;
}
.partnershipList dl dd{
  width: calc(100% / 4 - 5px);
  padding: 0 0 ;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width:500px) {
  .partnershipList dl dd{
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.partnershipList dl dd img{
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
