@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */

header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */

.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

/* !Inline Align ------------------------------------------------------------ */

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/* !Layout
---------------------------------------------------------- */

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

@font-face {
  font-family: 'Alternate Gothic No3 D';
  src: url('../fonts/AlternateGotNo3D.eot');
  src: url('../fonts/AlternateGotNo3D.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlternateGotNo3D.woff2') format('woff2'),
    url('../fonts/AlternateGotNo3D.woff') format('woff'),
    url('../fonts/AlternateGotNo3D.ttf') format('truetype'),
    url('../fonts/AlternateGotNo3D.svg#AlternateGotNo3D') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/DINCondensed-Bold.eot');
  src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
    url('../fonts/DINCondensed-Bold.woff') format('woff'),
    url('../fonts/DINCondensed-Bold.ttf') format('truetype'),
    url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

.enFt {
  /*font-family: 'Alternate Gothic No3 D';*/
  font-family: 'DIN Condensed';
}

/* !wrapper
---------------------------------------------------------- */

#cerezo_partner_lp_wrapper {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  padding-top: 64px;
}

.cerezo_partner_lp_inner {
  padding: 0 20px;
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

/* !header
---------------------------------------------------------- */

#cerezo_partner_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  height: 64px;
  min-width: 1000px;
}

.cerezo_partner_lp_header_inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cerezo_partner_lp_header_left {
  display: flex;
  align-items: center;
}

#cerezo_partner_lp_logo a {
  margin-right: 20px;
}

#cerezo_partner_lp_logo img {
  width: auto;
}

/* !navi
---------------------------------------------------------- */

.cerezo_partner_lp_btn_menu {
  display: none;
}

.cerezo_partner_lp_header_btn {
  display: flex;
}

.cerezo_partner_lp_header_btn a {
  display: block;
}

.cerezo_partner_lp_header_btn a + a {
  margin-left: 10px;
}

#cerezo_partner_lp_navi ul {
  display: flex;
}

#cerezo_partner_lp_navi li {
  padding: 0 5px;
}

#cerezo_partner_lp_navi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 4px;
  min-width: 80px;
  max-width: 105px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.33;
  font-weight: bold;
  text-decoration: none;
  background: url(../image/arrow_nav.svg) no-repeat bottom 15px center;
  background-size: 10px auto;
  border-bottom: 2px solid transparent;
}

#cerezo_partner_lp_navi li a:hover,
#cerezo_partner_lp_navi li a.active {
  background-color: #f5f5f5;
  opacity: 1;
  border-bottom: 2px solid #da065c;
  color: #da065c;
}

@media only screen and (max-width: 1120px) {
  /*#cerezo_partner_lp_navi li {padding: 0 8px}*/
  #cerezo_partner_lp_navi li a {
    width: 120px;
  }
}

/* !cerezo_partner_lp_mainVisual
---------------------------------------------------------- */

#cerezo_partner_lp_mainVisual {
  position: relative;
}

.cerezo_partner_lp_mainVisual,
.cerezo_partner_lp_mainVisual img {
  width: 100%;
}

#cerezo_partner_lp_mainVisual img {
  width: 100%;
}

.cerezo_partner_lp_mainVisual_cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cerezo_partner_lp_mainVisual_inner {
  padding: 0 20px;
  width: 100%;
  max-width: 920px;
}

.cerezo_partner_lp_mainVisual_en {
  font-size: 11rem;
  line-height: 1;
}

.cerezo_partner_lp_mainVisual_jp {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 10px;
}

/* !title
---------------------------------------------------------- */

.cerezo_partner_lp_sec_title {
  text-align: center;
  margin-bottom: 30px;
}

.cerezo_partner_lp_sec_title_en {
  font-size: 8rem;
  line-height: 1;
  color: #da065c;
}

.cerezo_partner_lp_sec_title_jp span {
  display: inline-block;
  padding: 0 50px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: bold;
  background: url(../image/span_jp.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

/* !content
---------------------------------------------------------- */

/*.cerezo_partner_lp_scroll*/

.cerezo_partner_lp_scroll {
  position: relative;
  height: 320px;
}

.cerezo_partner_lp_scroll_img {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent url(../image/img_scroll02.png) repeat-x center center;
  width: 100%;
  height: 320px;
  -webkit-animation: slide 48s linear infinite;
  animation: slide 48s linear infinite;
  -moz-animation: slide 48s linear infinite;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  will-change: background-position;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2247px 0;
  }
}

@-moz-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2247px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2247px 0;
  }
}

.cerezo_partner_lp_scroll_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 200px;
}

@keyframes scroller {
  0% {
    top: 31px;
    height: 0;
  }
  20% {
    top: 31px;
    height: 52px;
  }
  20.1% {
    top: 31px;
    height: 52px;
  }
  50% {
    top: 83px;
    height: 0;
  }
  100% {
    top: 83px;
    height: 0;
  }
}

.cerezo_partner_lp_scroll_line {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2rem;
}

.cerezo_partner_lp_scroll_line:before {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #fff;
  height: 52px;
  -webkit-animation: scroller 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s infinite;
  animation: scroller 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s infinite;
}

/*.cerezo_partner_lp_stadium*/

.cerezo_partner_lp_stadium {
  padding: 64px 0;
}

.cerezo_partner_lp_stadium_box {
  background: url(../image/bg_stadium.jpg) no-repeat center center;
  background-size: cover;
  height: 360px;
  padding: 20px 35px 20px 50%;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #000000;
}

.cerezo_partner_lp_stadium_p01 {
  font-size: 1.6rem;
  font-weight: bold;
}

.cerezo_partner_lp_stadium_p02 {
  font-size: 2.3rem;
  font-weight: 900;
  color: #bf9c46;
  margin-bottom: 23px;
}

.cerezo_partner_lp_stadium_p03 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cerezo_partner_lp_stadium_btn {
  text-align: center;
}

.cerezo_partner_lp_stadium h3 {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin: 40px auto 0;
  max-width: 600px;
}
.cerezo_partner_lp_stadium h3 .en {
  font-size: 48px;
  color: #967a33;
  line-height: 1;
}
.cerezo_partner_lp_stadium h3 .ja {
  font-size: 18px;
  font-weight: bold;
  color: #000645;
  line-height: 1;
  padding-bottom: 16px;
}
.cerezo_partner_lp_stadium .time-table {
  margin: 10px auto 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cerezo_partner_lp_stadium .time-table li {
  display: flex;
  background: #000645;
  color: #fff;
  gap: 28px;
  height: 32px;
}
.cerezo_partner_lp_stadium .time-table li .left {
  width: 40%;
  position: relative;
  background: #917633;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cerezo_partner_lp_stadium .time-table li .left::before {
  content: '';
  width: 36px;
  height: 100%;
  clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: #b2852f;
}
.cerezo_partner_lp_stadium .time-table li .right {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.cerezo_partner_lp_stadium .caution {
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
}

.cerezo_partner_lp_stadium .img-flex {
  margin: 40px auto 0;
  width: 100%;
  display: flex;
}
.cerezo_partner_lp_stadium .img-flex img {
  width: 50%;
}

.new-fixed {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 126px;
  z-index: 100;
}

/*cerezo_partner_lp_partnership*/

#cerezo_partner_lp_partnership {
  padding: 80px 0 48px;
  background: url(../image/bg_partnership.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_partnership_p01 {
  text-align: center;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 30px;
}

.cerezo_partner_lp_partnership_p02 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cerezo_partner_lp_partnership_box {
  background: #fff;
  border: 1px solid #da065c;
  padding: 30px 80px 35px;
  position: relative;
}

.cerezo_partner_lp_partnership_box:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 50px;
  background: url(../image/arrow_partner.png) no-repeat;
  background-size: 100% 100%;
}

.cerezo_partner_lp_partnership_p03 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #da065c;
  margin-bottom: 40px;
}

.cerezo_partner_lp_partnership_dl {
  display: flex;
  font-size: 1.8rem;
}

.cerezo_partner_lp_partnership_dl dt,
.cerezo_partner_lp_partnership_dl dd {
  width: 450px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../image/bg_round.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 65px;
}

.cerezo_partner_lp_partnership_dl dt {
  padding-right: 115px;
  margin-right: -50px;
}

.cerezo_partner_lp_partnership_dl dd {
  margin-left: -50px;
  padding-left: 115px;
}

.cerezo_partner_lp_partnership_dl_title {
  font-weight: 900;
  color: #e2cc96;
  margin-bottom: 26px;
  min-height: 87px;
}

.cerezo_partner_lp_partnership_dl_title font {
  font-size: 2.4rem;
  line-height: 27px;
}

.cerezo_partner_lp_partnership_dl_txt {
  color: #fff;
  font-weight: bold;
  min-height: 6em;
}

.cerezo_partner_lp_partnership_p04 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #da065c;
  margin-top: 34px;
}

.cerezo_partner_lp_partnership_p05 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #da065c;
  margin-top: 55px;
}

/*cerezo_partner_lp_program*/

.cerezo_partner_lp_program {
  background: #da065c;
  padding: 50px 0;
  color: #fff;
}

.cerezo_partner_lp_program .cerezo_partner_lp_inner {
  max-width: 920px;
}

.cerezo_partner_lp_program_p01 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 40px 25px;
}

.cerezo_partner_lp_program_dl {
  display: flex;
  justify-content: space-between;
}

.cerezo_partner_lp_program_dl dt,
.cerezo_partner_lp_program_dl dd {
  width: calc(50% - 45px);
  position: relative;
}

.cerezo_partner_lp_program_dl dt:before {
  content: '';
  position: absolute;
  left: calc(100% + 45px);
  transform: translateX(-50%);
  top: 36px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: url(../image/arrow_program.png) no-repeat;
  background-size: 100% auto;
}

.cerezo_partner_lp_program_dl_title {
  background: #fff;
  border: 5px solid #ba9c54;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  color: #ba9c54;
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.cerezo_partner_lp_program_ul li {
  padding-left: 24px;
  background: url(../image/li_program.png) no-repeat left top 10px;
  background-size: 16px auto;
  font-size: 1.6rem;
}

.cerezo_partner_lp_program_ul li + li {
  margin-top: 8px;
}

/*cerezo_partner_lp_contact*/

.cerezo_partner_lp_contact {
  padding: 80px 0;
  background: url(../image/bg_contact.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_contact .cerezo_partner_lp_sec_title_en {
  color: #fff;
}

.cerezo_partner_lp_contact .cerezo_partner_lp_inner {
  max-width: 700px;
}

.cerezo_partner_lp_contact_dl {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cerezo_partner_lp_contact_dl dt,
.cerezo_partner_lp_contact_dl dd {
  width: 100%;
}

.cerezo_partner_lp_contact_txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*cerezo_partner_lp_message*/

#cerezo_partner_lp_message {
  padding: 80px 0;
  background: url(../image/bg_message.jpg) no-repeat center center;
  background-size: cover;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-close {
  top: -20px;
  right: 0px;
  transform: translateY(-100%);
  width: 34px;
  height: 34px;
  background: url(../image/close_fb.png) no-repeat;
  background-size: 34px auto;
}

.fancybox-skin {
  border-radius: 0;
}

.cerezo_partner_lp_message_dl dt {
  float: right;
  margin-left: 30px;
}

.cerezo_partner_lp_message_dl dd {
  overflow: hidden;
}

.cerezo_partner_lp_message_txt {
  font-size: 1.6rem;
}

.cerezo_partner_lp_message_name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 25px;
  text-align: right;
}

.cerezo_partner_lp_video {
  margin-top: 0;
  text-align: center;
}

.cerezo_partner_lp_message_pic img {
  width: 225px;
}

/*cerezo_partner_lp_menu*/

#cerezo_partner_lp_menu {
  padding: 80px 0 56px;
  background: url(../image/bg_menu.jpg) no-repeat center top #0b104b;
  background-size: cover;
}

.cerezo_partner_lp_menu_p01 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.cerezo_partner_lp_menu_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cerezo_partner_lp_menu_ul li {
  margin: 0 15px 30px;
  width: calc(33.33% - 30px);
}

.cerezo_partner_lp_menu_dl {
  background: #da065c;
}

.cerezo_partner_lp_menu_dl dt {
  position: relative;
}

.cerezo_partner_lp_menu_dl dt span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 0 15px;
  font-size: 1rem;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background: url(../image/bg_target.png) no-repeat left center;
  background-size: 100% 100%;
}

.cerezo_partner_lp_menu_dl dd {
  padding: 15px;
  min-height: 184px;
}

.cerezo_partner_lp_menu_dl_title {
  font-size: 2rem;
  line-height: 20px;
  color: #e0b856;
  font-weight: bold;
}

.cerezo_partner_lp_menu_dl_title font {
  font-size: 1.6rem;
}

.cerezo_partner_lp_menu_dl_txt {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 5px;
}

.cerezo_partner_lp_menu_fancybox {
  display: block !important;
}

/*cerezo_partner_lp_benefits*/

#cerezo_partner_lp_benefits {
  padding: 80px 0;
  background: #e9e9e9;
}

.cerezo_partner_lp_benefits_p01 {
  margin-bottom: 24px;
  font-size: 1.6rem;
}

.cerezo_partner_lp_benefits_ul {
  display: flex;
  margin: 0 -23px;
}

.cerezo_partner_lp_benefits_ul .slick-dots {
  bottom: 0;
}

.cerezo_partner_lp_benefits_ul .slick-prev {
  left: 320px;
}

.cerezo_partner_lp_benefits_ul .slick-next {
  right: 320px;
}

.cerezo_partner_lp_benefits_ul .biggerlink {
  margin: 0 15px 40px;
  width: 300px !important;
  background: #fff;
  float: left;
}

.cerezo_partner_lp_benefits_ul_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 27px;
  color: #000645;
  font-size: 1.8rem;
  font-weight: bold;
}

.cerezo_partner_lp_benefits_ul_name img {
  max-width: 140px;
}

.cerezo_partner_lp_benefits_ul_img img {
  width: 100%;
}

.cerezo_partner_lp_benefits_ul_cont {
  padding: 27px;
  height: 504px;
  position: relative;
}

.cerezo_partner_lp_benefits_ul_cont .more {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
}

.cerezo_partner_lp_benefits_ul_categ span {
  display: inline-block;
  margin: 0 7px 15px 0;
  background: #da065c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  width: 140px;
}

.cerezo_partner_lp_benefits_ul_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.cerezo_partner_lp_benefits_ul_txt {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.cerezo_partner_lp_benefits_ul_btn {
  text-align: center;
}

.cerezo_partner_lp_benefits_other {
  text-align: center;
}

/*cerezo_partner_lp_cv*/

.cerezo_partner_lp_cv {
  background: url(../image/bg_cv.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 35px;
}

.cerezo_partner_lp_cv_hd {
  position: relative;
  text-align: center;
  background: url(../image/title_cv.png) no-repeat center center;
  background-size: auto 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 16px 0;
  margin-bottom: 47px;
}

.cerezo_partner_lp_cv_hd span {
  position: relative;
  z-index: 3;
}

.cerezo_partner_lp_cv_hd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background: #bf9c46;
}

.cerezo_partner_lp_cv_ul {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.cerezo_partner_lp_cv_txt {
  font-size: 1.4rem;
  color: #fff;
  padding: 16px 0 12px;
}

/*cerezo_partner_lp_data*/

#cerezo_partner_lp_data {
  padding: 80px 0;
  background: #000645;
  color: #fff;
}

#cerezo_partner_lp_data .cerezo_partner_lp_inner {
  max-width: 920px;
}

.cerezo_partner_lp_data_p01 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.cerezo_partner_lp_data_item {
  position: relative;
  z-index: 2;
}

.cerezo_partner_lp_data_item + .cerezo_partner_lp_data_item {
  margin-top: 55px;
}

.cerezo_partner_lp_data_item_bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 700px;
}

.cerezo_partner_lp_data_item_bg.bg02 {
  left: auto;
  right: 50%;
  width: 1200px;
}

.cerezo_partner_lp_data_item_bg.bg03,
.cerezo_partner_lp_data_item_bg.bg04 {
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1000px;
  height: 528px;
  background: url(../image/bg_item03.png) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_data_item_bg.bg04 {
  background: url(../image/bg_item04.jpg) no-repeat bottom center;
  background-size: cover;
}

.cerezo_partner_lp_data_item_inner {
  padding: 0 40px;
}

.cerezo_partner_lp_data_hd {
  position: relative;
  z-index: 5;
  background: url(../image/hd_data_pc.svg) no-repeat left center;
  background-size: cover;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3px 45px 2px;
  margin-bottom: 40px;
  color: #fff;
}

.cerezo_partner_lp_data_p02 {
  font-size: 1.6rem;
  margin-bottom: 23px;
}

.cerezo_partner_lp_data_ul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cerezo_partner_lp_data_ul01 li {
  width: 210px;
  margin: 0 7px 15px;
}

.cerezo_partner_lp_data_date {
  font-size: 1.2rem;
  margin-top: 9px;
}

.cerezo_partner_lp_data_datecen {
  font-size: 1.2rem;
  margin-top: 9px;
  text-align: center;
}

.cerezo_partner_lp_data_date.tr {
  text-align: right;
}

.cerezo_partner_lp_data_dl01 {
  display: flex;
}

.cerezo_partner_lp_data_dl01 dt,
.cerezo_partner_lp_data_dl01 dd {
  width: 50%;
}

.cerezo_partner_lp_data_dl01 dd {
  text-align: center;
}

.cerezo_partner_lp_data_dl02 {
  display: flex;
  text-align: center;
  margin-top: 24px;
}

.cerezo_partner_lp_data_dl02 dt,
.cerezo_partner_lp_data_dl02 dd {
  width: 100%;
}

.cerezo_partner_lp_data_dl02 dd {
  padding-top: 0px;
}

.cerezo_partner_lp_data_p03 {
  text-align: center;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 24px;
}

.cerezo_partner_lp_data_p03 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.cerezo_partner_lp_data_p03 span:after {
  left: auto;
  right: 100%;
}

.cerezo_partner_lp_data_p04 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
  background: #fff;
  color: #ac8640;
  border: 1px solid #ac8640;
  width: 425px;
  max-width: 100%;
  height: 52px;
  font-size: 2rem;
  font-weight: bold;
}

.cerezo_partner_lp_data_p05 {
  text-align: center;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  color: #bf9c46;
  margin-bottom: 13px;
}

.cerezo_partner_lp_data_p05 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.cerezo_partner_lp_data_p05 span:before,
.cerezo_partner_lp_data_p05 span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #bf9c46;
}

.cerezo_partner_lp_data_p05 span:after {
  left: auto;
  right: 100%;
}

.cerezo_partner_lp_data_p06 {
  padding-left: 35px;
}

.cerezo_partner_lp_data_ul02 {
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cerezo_partner_lp_data_slider {
  display: flex;
  margin: 340px -50px 0;
}

.cerezo_partner_lp_data_slist {
  margin: 0 10px;
  background: #fff;
  width: calc(33.33% - 20px);
}

.cerezo_partner_lp_data_slider_dl dt img {
  width: 100%;
}

.cerezo_partner_lp_data_slider_dl dd {
  padding: 15px;
}

.cerezo_partner_lp_data_slider_title {
  font-size: 2rem;
  font-weight: bold;
  color: #000645;
}

.cerezo_partner_lp_data_slider_txt {
  font-size: 1.4rem;
  color: #000;
}

/*cerezo_partner_lp_voices*/

#cerezo_partner_lp_voices {
  background: url(../image/bg_voices.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.cerezo_partner_lp_voices_p01 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cerezo_partner_lp_voices_ul {
  margin: 0 -10px;
  display: flex;
  justify-content: center;
}

.cerezo_partner_lp_voices_ul li {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background: #fff;
  border-bottom: 7px solid #333;
}

.cerezo_partner_lp_voices_dl dt {
  background: #333;
  padding-bottom: 17px;
}

.cerezo_partner_lp_voices_dl dd {
  padding: 27px 13px 17px;
}

.cerezo_partner_lp_voices_dl_title {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px 15px;
  font-size: 1.6rem;
}

.cerezo_partner_lp_voices_dl_logo {
  text-align: center;
  margin-bottom: 25px;
}

.cerezo_partner_lp_voices_dl_txt {
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.cerezo_partner_lp_voices_dl_btn {
  text-align: center;
}

.cerezo_partner_lp_voices_dl_img img {
  width: 100%;
}

.cerezo_partner_lp_voices_dl_img.movie {
  position: relative;
}

.cerezo_partner_lp_voices_dl_img.movie:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 60px;
  height: 24px;
  background: url(../image/icon_movie.svg) no-repeat right center;
  background-size: auto 100%;
}

/*cerezo_partner_lp_movies*/

#cerezo_partner_lp_movies {
  padding: 80px 0;
  background: #000645;
}

#cerezo_partner_lp_movies .cerezo_partner_lp_data_hd {
  margin-bottom: 40px;
}

/*cerezo_partner_lp_vision*/

.cerezo_partner_lp_vision {
  padding: 80px 0;
}

.cerezo_partner_lp_vision .cerezo_partner_lp_inner {
  max-width: 960px;
}

.cerezo_partner_lp_vision_dl {
  display: flex;
  text-align: center;
}

.cerezo_partner_lp_vision_dl dt,
.cerezo_partner_lp_vision_dl dd {
  width: 100%;
}

.cerezo_partner_lp_vision_dl a {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 343px;
  max-width: 100%;
  color: #fff;
}

.cerezo_partner_lp_vision_dl_cont {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cerezo_partner_lp_vision_dl_title {
  font-size: 4rem;
  line-height: 1;
}

.cerezo_partner_lp_vision_dl_title:after {
  content: '';
  display: block;
  margin: 0 auto 13px;
  height: 8px;
  background: url(../image/line_vision.png) no-repeat bottom center;
  background-size: auto 100%;
}

.cerezo_partner_lp_vision_dl_txt {
  font-size: 1.4rem;
  line-height: 24px;
  padding-right: 30px;
  background: url(../image/arrow_vision.svg) no-repeat right center;
  background-size: auto 100%;
}

/*cerezo_partner_lp_partner*/

#cerezo_partner_lp_partner {
  padding: 80px 0;
}

.cerezo_partner_lp_partner_item {
  margin-bottom: 50px;
}

.cerezo_partner_lp_partner_item_title {
  overflow: hidden;
}

.cerezo_partner_lp_partner_item_title span {
  display: inline-block;
  min-width: 200px;
  padding-right: 10px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 28px;
}

.cerezo_partner_lp_partner_item_title span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 10000%;
  height: 1px;
  background: #000;
}

.cerezo_partner_lp_partner_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.cerezo_partner_lp_partner_ul li {
  width: calc(33.33% - 20px);
  margin: 0 10px 13px;
}

.cerezo_partner_lp_partner_ul.four li {
  width: calc(25% - 20px);
}

.cerezo_partner_lp_partner_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 48px;
  background: #da065c;
  color: #fff;
  font-size: 2rem;
}

/* !footer
---------------------------------------------------------- */

.cerezo_partner_lp_page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  background: url(../image/bg_pagetop.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_page_top a:hover {
  opacity: 1;
}

#cerezo_partner_lp_footer {
  text-align: center;
  padding: 88px 0;
  color: #fff;
  background-image: linear-gradient(to bottom, #ef1c57, #960c33);
}

.cerezo_partner_lp_sns ul {
}

.cerezo_partner_lp_sns ul li {
  display: inline-block;
}

.cerezo_partner_lp_sns ul li a {
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns {
  padding: 0 0 110px;
}

.cerezo_partner_lp_footer_p {
  font-size: 2.4rem;
  font-weight: bold;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li {
  margin: 0 30px;
  position: relative;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li img {
  width: 40px;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li span {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 1;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 1.1rem;
}

.cerezo_partner_lp_logo {
  margin-bottom: 35px;
  text-align: center;
}

.cerezo_partner_lp_logo img {
  height: 156px;
}

#cerezo_partner_lp_footer a {
  color: #fff;
  text-decoration: none;
}

#cerezo_partner_lp_copyright {
  font-size: 1.6rem;
  line-height: 2;
}

#cerezo_partner_lp_copyright a {
  font-size: 0.9rem;
}

.hide {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

a:hover {
  opacity: 0.8;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op:hover {
  opacity: 0.8;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

/*タブ切り替え*/

.tabs {
  margin-top: 50px;
  padding-bottom: 0;
  background-color: #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.exam-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.exam-item {
  max-width: 300px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .exam-cont {
    width: 80%;
    margin: 0 auto;
  }
}

.exam-cont .tx img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 25px;
}

.exam-cont .tx {
  display: flex;
  margin-top: 25px;
}

.exam-cont .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.exam-cont .info img {
  width: 120px;
  height: 40px;
}

.more_article {
  color: #d70765;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 18%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #d70765;
  position: relative;
}

.more_article a {
  color: #d70765;
}

.more_article img {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.tab_item {
  position: absolute;
  top: 81px;
}

.tab_item01 {
  left: 19%;
}

.tab_item02 {
  left: 50%;
  transform: translateX(-50%);
}

.tab_item03 {
  right: 18%;
}
.sp_tab {
  display: none;
}
a.exam-item {
  color: #333333;
}

.tabBox {
  height: 185px;
  width: 100%;
}

.tabBox::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  transform: translate(-50%, 0);
  content: '';
  display: block;
  background: url(../image/tab-backimg01.png) 50% bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 185px;
}

.tabBox_btm {
  display: none;
}

.tabBox_btm::before {
  bottom: 0;
  top: auto;
  transform: translate(-50%, 0) rotate(180deg);
}

.tabBox .text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 30px;
}

.tabBox .tabArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  width: 20%;
  max-width: 233px;
  margin-right: 7px;
}
.tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}
.tabBox .tabArea .one_tab a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition-duration: 0.3s;
  color: #fff;
  background: #161e82;
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid #d70765;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  top: -2px;
}
.tabBox .tabArea .one_tab a.select {
  background-color: #d70765;
  padding-top: 40px;
  margin-top: -15px;
}
.tabBox .tabArea .one_tab a img {
  height: 24px;
}
.tabBox .tabArea .one_tab a span {
  text-align: center;
  line-height: 1.7;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.tabBox .tabArea.bottom .one_tab a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
  border-top: 3px solid #d70765;
  padding-top: 20px;
  padding-bottom: 25px;
  top: 2px;
}
.tabBox .tabArea.bottom .one_tab a.select {
  padding-bottom: 40px;
  margin-bottom: -32px;
}

.tab_contents {
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.tab_contents .tab_main {
  display: none;
  padding: 50px 0;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}

.sp_only {
  display: none;
}

a#icv_1,
a#cv_follow2 {
  display: block;
}
