@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;
}

dt {
  display: none;
}

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;
}

/* !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;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

a:hover {
  opacity: 0.7;
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #191e22;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.font_din_cond {
  font-family: "DIN Condensed";
}

/*** スマホ ***/
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }
}

/* !ryukyu_lp_wrapper
---------------------------------------------------------- */
#ryukyu_lp_wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  /* padding-top: 8rem; */
}

#ryukyu_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("/files/user/_/lp/official_partnership/image/bg_body.jpg") no-repeat center;
  background-size: cover;
}

/* !header
---------------------------------------------------------- */
#ryukyu_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  border-bottom: 0.4rem solid #dabf73;
}

#ryukyu_lp_header .return {
  display: flex;
  align-items: center;
  padding-left: 12rem;
}

#ryukyu_lp_header .return a {
  padding-left: 2rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_arr_left.svg") no-repeat left center;
  background-size: 0.7rem;
  color: #003f6b;
  font-weight: 700;
}

.home #ryukyu_lp_header #headlogo {
  padding-left: 4rem;
}

#ryukyu_lp_header #headlogo a {
  display: flex;
  align-items: center;
  height: 8rem;
}

.ryukyu_lp_btn_menu {
  display: none;
  cursor: pointer;
  width: 5.4rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_menu.svg") no-repeat center;
}

.ryukyu_lp_btn_menu.active {
  background-image: url("/files/user/_/lp/official_partnership/image/common/icon_menu_close.svg");
}

#ryukyu_lp_navi {
  display: flex;
}

#ryukyu_lp_navi .nav {
  display: flex;
}

#ryukyu_lp_navi .nav li {
  display: flex;
  align-items: center;
  margin: 0 1.2rem;
  height: 8rem;
}

#ryukyu_lp_navi .nav li a {
  display: block;
  padding-bottom: 1.2rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_down.svg") no-repeat center bottom;
  color: #003159;
  font-weight: 700;
}

#ryukyu_lp_navi .nav li.sp {
  display: none;
}

#ryukyu_lp_navi .apply {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  height: 8rem;
  background: #003f6b;
  line-height: 1.4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

#ryukyu_lp_navi .apply:after {
  content: "";
  display: block;
  margin-left: 1.6rem;
  width: 4.2rem;
  height: 4.2rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_mail.svg") no-repeat center #fff;
  border-radius: 4px;
}

#ryukyu_lp_navi .apply .big {
  display: block;
  font-size: 1.6rem;
}

.home #ryukyu_lp_navi .nav {
  /* display: flex; */
}

/*** スマホ ***/
@media screen and (max-width: 1400px) {
  .home #ryukyu_lp_header #headlogo {
    padding-left: 1.6rem;
  }

  #ryukyu_lp_header #headlogo img {
    height: 3.2rem;
  }

  #ryukyu_lp_navi .nav li {
    margin: 0 0.8rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #ryukyu_lp_wrapper {
    /* padding-top: 5.4rem; */
  }

  #ryukyu_lp_header {
    border-bottom-width: 2px;
  }

  #ryukyu_lp_header .return {
    padding-left: 1.6rem;
  }

  #ryukyu_lp_header .return a {
    padding-left: 1.2rem;
    background-size: 0.5rem;
    font-size: 1.2rem;
  }

  #ryukyu_lp_header #headlogo a {
    height: 5.4rem;
  }

  #case #ryukyu_lp_header #headlogo a {
    height: 5.4rem;
    margin-left: -2.5rem;
  }

  #ryukyu_lp_header #headlogo img {
    height: 2.7rem;

  }

  .home #ryukyu_lp_header #headlogo img {
    height: 3rem;
  }

  .ryukyu_lp_btn_menu {
    display: block;
  }

  #ryukyu_lp_navi {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    transform: translateX(100%);
    transition-duration: 0.5s;
    padding: 3.2rem;
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 5.4rem);
    background: #fff;
  }

  #ryukyu_lp_navi.open {
    transform: translateX(0%);
  }

  #ryukyu_lp_navi .nav {
    display: block;
    margin-bottom: 4.2rem;
  }

  #ryukyu_lp_navi .nav li {
    display: block;
    margin: 0 0 2.4rem;
    height: auto;
    text-align: center;
    font-size: 1.6rem;
  }

  #ryukyu_lp_navi .nav li.sp {
    display: block;
  }

  #ryukyu_lp_navi .nav li a {
    padding-bottom: 0;
    background: none;
  }
}

/* ryukyu_lp_footer
-----------------------------------------------------------*/
.ryukyu_lp_footer {
  position: relative;
  z-index: 2;
}

.ryukyu_lp_footer .footer_swiper .swiper-slide img {
  object-fit: cover;
  object-position: left center;
  height: 31rem;
}

.ryukyu_lp_footer .footer_menu {
  padding: 4.8rem 1.6rem;
  background: rgba(0, 63, 107, 0.9);
  text-align: center;
}

.ryukyu_lp_footer .footer_menu .head {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
  line-height: 2;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}

.ryukyu_lp_footer .footer_menu .head:before,
.ryukyu_lp_footer .footer_menu .head:after {
  content: "";
  display: block;
  margin: 0 1.6rem;
  border-left: 1px solid;
}

.ryukyu_lp_footer .footer_menu .head:before {
  transform: skewX(20deg);
}

.ryukyu_lp_footer .footer_menu .head:after {
  transform: skewX(-20deg);
}

.ryukyu_lp_footer .footer_menu .ryukyu_lp_btn .btn {
  border-color: #dabf73;
  box-shadow: 0px 0.5rem 0px #1d416d;
}

.ryukyu_lp_footer .sns {
  padding: 3.6rem 0;
  background: #f5f5f5;
}

.ryukyu_lp_footer .sns ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

.ryukyu_lp_footer .sns li {
  margin: 0 1rem;
  width: 8rem;
  font-size: 2rem;
}

.ryukyu_lp_footer .sns a {
  display: block;
  margin: 0 auto 0.6rem;
}

.ryukyu_lp_footer .footIn {
  padding: 4.8rem 0;
  background: #003f6b;
  color: #fff;
}

.ryukyu_lp_footer .footlinks {
  display: flex;
  justify-content: center;
  padding: 0 0 3.2rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.4);
}

.ryukyu_lp_footer .footlinks li {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.ryukyu_lp_footer .footlinks li+li {
  border-left: 1px solid rgba(245, 245, 245, 0.4);
}

.ryukyu_lp_footer .footBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}

.ryukyu_lp_footer .footBottom .left {
  display: flex;
  align-items: center;
}

.ryukyu_lp_footer .footlogo img {
  width: 16rem;
}

.ryukyu_lp_footer .tel {
  margin-left: 1.6rem;
  font-size: 1.4rem;
}

.ryukyu_lp_footer .tel span {
  margin-left: 1.1em;
}

@media screen and (max-width: 767px) {

  .ryukyu_lp_footer .tel,
  .ryukyu_lp_footer .tel span {
    margin-left: 0;
  }
}

.ryukyu_lp_footer .tel a {
  display: inline-block;
  padding-left: 4rem;
  background: url(/files/user/_/lp/official_partnership/image/common/icon_phone_wh.svg) no-repeat left center;
  font-size: 3.2rem;
  font-weight: 700;
}

.ryukyu_lp_footer .footBottom .right {
  text-align: right;
}

.ryukyu_lp_pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #dabf73;
  font-size: 3.2rem;
  font-weight: 700;
}

.ryukyu_lp_pagetop:after {
  content: "";
  margin-left: 0.8rem;
  width: 1.7rem;
  height: 1.1rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_up_gd.svg") no-repeat center;
}

.ryukyu_lp_footer #copyright {
  margin-top: 4.8rem;
  font-size: 1.2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ryukyu_lp_footer .footer_swiper .swiper-slide img {
    width: auto;
    height: 14rem;
  }

  .ryukyu_lp_footer .footer_menu .head {
    justify-content: space-between;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 1.8rem;
  }

  .ryukyu_lp_footer .footer_menu .head:before,
  .ryukyu_lp_footer .footer_menu .head:after {
    border-left-width: 2px;
  }

  .ryukyu_lp_footer .sns {
    padding: 2.4rem 0;
  }

  .ryukyu_lp_footer .sns li {
    margin: 0 0.4rem;
    width: 5.6rem;
    font-size: 1.2rem;
  }

  .ryukyu_lp_footer .sns img {
    width: 3.7rem;
  }

  .ryukyu_lp_footer .footIn {
    padding: 3.2rem 1.2rem;
  }

  .ryukyu_lp_footer .footlinks {
    display: block;
    padding: 0;
    border-bottom: 0;
  }

  .ryukyu_lp_footer .footlinks li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ryukyu_lp_footer .footlinks li+li {
    border-left: 0;
  }

  .ryukyu_lp_footer .footlinks li a {
    display: block;
    padding: 1.6rem 0;
  }

  .ryukyu_lp_footer .footBottom {
    display: block;
    margin-top: 4.8rem;
    text-align: center;
  }

  .ryukyu_lp_footer .footBottom .left {
    display: block;
    margin-bottom: 4.8rem;
  }

  .ryukyu_lp_footer .footlogo {
    margin-bottom: 2.4rem;
  }

  .ryukyu_lp_footer .footlogo img {
    width: 13.2rem;
  }

  .ryukyu_lp_footer .footBottom .right {
    text-align: center;
  }

  .ryukyu_lp_pagetop {
    justify-content: center;
  }
}

/* !common
---------------------------------------------------------- */
.ryukyu_lp_mainVisual {
  position: relative;
  padding: 10rem 4.8rem;
  background: url("/files/user/_/lp/official_partnership/image/kv/kv_pc.jpg") no-repeat right center #003f6b;
  background-size: auto 100%;
  margin-top: 6rem;
}

.ryukyu_lp_mainVisual .logo {
  margin-bottom: 2.4rem;
}

.ryukyu_lp_mainVisual h2 {
  margin-bottom: 4.8rem;
}

.ryukyu_lp_mainVisual .eng {
  display: block;
  margin-bottom: 4.8rem;
}

.ryukyu_lp_mainVisual .ryukyu_lp_btns .tit {
  color: #fff;
}

.ryukyu_lp_mainVisual .ryukyu_lp_btn .btn {
  box-shadow: 0 0;
}

.ryukyu_lp_mainVisual .ryukyu_lp_btn .app {
  background: url(/files/user/_/lp/official_partnership/image/common/btn_arrow_01.svg) no-repeat right 1.2rem center #fff;
  border-color: #dabf73;
  color: #003f6b;
}

.ryukyu_lp_mainVisual .ryukyu_lp_btn .contact {
  background-image: url(/files/user/_/lp/official_partnership/image/common/btn_arrow_03.svg);
  background-color: #dabf73;
  border-color: #fff;
  color: #003f6b;
}

a[href^="tel:"] {
  pointer-events: none;
}

.ryukyu_lp_inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: 123.2rem;
}

.inner2 {
  max-width: 87.2rem;
}

.inner3 {
  max-width: 104rem;
}

.hide {
  display: none;
}

.unLoad {
  overflow: hidden;
  height: 100vh;
}

.ryukyu_lp_hdl {
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.ryukyu_lp_hdl .eng img {
  height: 1.8rem;
}

.ryukyu_lp_hdl .jap {
  margin-top: 2.4rem;
  color: #003f6b;
  font-size: 4rem;
  font-weight: bold;
}

.ryukyu_lp_hdl .case {
  display: inline-block;
  padding: 1.2rem 4.8rem;
  background: #dabf73;
  letter-spacing: 0.02em;
  color: #003f6b;
  font-size: 3.2rem;
  font-weight: bold;
}

.ryukyu_lp_txt {
  line-height: 1.8;
  font-size: 1.8rem;
}

.ryukyu_lp_anchorArea {
  position: relative;
}

.ryukyu_lp_anchorArea .anchor {
  position: absolute;
  top: -8rem;
}

.ryukyu_lp_btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 66.4rem;
}

.ryukyu_lp_btns li {
  width: calc(50% - 1.2rem);
  text-align: center;
}

.ryukyu_lp_btns .full {
  width: 100%;
}

.ryukyu_lp_btns .tit {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0;
  font-weight: 700;
}

.ryukyu_lp_btns .tit:before,
.ryukyu_lp_btns .tit:after {
  content: "";
  display: block;
  border-left: 1px solid;
  margin: 0 1rem;
}

.ryukyu_lp_btns .tit:before {
  transform: skewX(20deg);
}

.ryukyu_lp_btns .tit:after {
  transform: skewX(-20deg);
}

.ryukyu_lp_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.6rem 0 2rem;
  margin: 0 auto;
  max-width: 40rem;
  height: 8rem;
  background: url("/files/user/_/lp/official_partnership/image/common/btn_arrow_01.svg") no-repeat right 1.2rem center #fff;
  border: solid #003f6b;
  border-width: 0.2rem 0.2rem 0.2rem 1rem;
  box-shadow: 0 0.5rem 0 #ccd2de;
  color: #003f6b;
  font-weight: 700;
  font-size: 1.8rem;
}

.ryukyu_lp_btn .app {
  background: url("/files/user/_/lp/official_partnership/image/common/btn_arrow_02.svg") no-repeat right 1.2rem center #003f6b;
  border-color: #dabf73;
  color: #fff;
}

.ryukyu_lp_btn .contact {
  color: #003f6b;
}

.ryukyu_lp_contact {
  padding: 7.2rem 0 8rem;
  background: rgba(0, 63, 107, 0.9);
  position: relative;
  z-index: 2;
}

.ryukyu_lp_contact .ryukyu_lp_hdl {
  margin-bottom: 3.2rem;
  text-align: center;
}

.ryukyu_lp_contact .ryukyu_lp_hdl .eng img {
  height: auto;
}

.ryukyu_lp_contact .ryukyu_lp_hdl .jap {
  color: #fff;
  font-size: 2.4rem;
}

.ryukyu_lp_contact .box {
  padding: 4.8rem 9.6rem;
  background: #fff;
  border-radius: 0.8rem;
}

.ryukyu_lp_contact .sub {
  margin-bottom: 3.6rem;
  line-height: 1.8;
  text-align: center;
  font-size: 1.8rem;
}

.ryukyu_lp_contact .contactIn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ryukyu_lp_contact .ryukyu_lp_tel {
  margin-left: 2.4rem;
  width: 50%;
}

.ryukyu_lp_tel {
  font-size: 1.4rem;
}

.ryukyu_lp_tel a {
  display: inline-block;
  padding-left: 4rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_phone_bl.svg") no-repeat left center;
  color: #003f6b;
  font-size: 3.2rem;
  font-weight: 700;
}

.ryukyu_lp_tel .time {
  display: block;
  color: #003f6b;
  margin-left: 1.1em;
}

.bgLightGray {
  background: #f5f5f5;
}

.bgWhite {
  background: #fff;
}

.ryukyu_lp_document {
  padding: 8rem 0;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}

.ryukyu_lp_document .display {
  display: flex;
  justify-content: space-between;
}

.ryukyu_lp_document .display .img {
  width: 42.58%;
}

.ryukyu_lp_document .display .info {
  width: 52%;
}

.ryukyu_lp_document .head01 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.ryukyu_lp_document .ryukyu_lp_btn .btn {
  margin: 3.6rem 0 0;
  font-size: 2rem;
}

.ryukyu_lp_btn .free {
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  background: #cf111b;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}

.ryukyu_lp_bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  transition-delay: 1s;
  background: rgba(25, 30, 34, 0.8);
}

.ryukyu_lp_bg.show {
  opacity: 1;
  pointer-events: inherit;
}

.fancyboxContact {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  transition-duration: 0.5s;
  transition-delay: 1s;
  z-index: -1;
  padding: 3.2rem 1.6rem;
  width: 100%;
  max-width: 104rem;
  text-align: center;
}

.fancyboxContact.show {
  opacity: 1;
  pointer-events: inherit;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.fancyboxContact .box {
  padding: 3.2rem 1.6rem;
  background: #fff;
  border-radius: 0.8rem;
  border-top: 1.6rem solid #dabf73;
}

.fancyboxContact .hd01 {
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.16px;
}

.fancyboxContact .hd01 .foucs {
  color: #cf111b;
  font-weight: 700;
}

.fancyboxContact .ryukyu_lp_btns {
  margin: 4.8rem auto 0;
}

.fancyboxContact .ryukyu_lp_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.6rem;
}

.fancyboxContact .close {
  margin-top: 3.6rem;
  text-align: center;
}

.fancyboxContact .close span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_close_wh.svg") no-repeat right 2.4rem center;
  width: 24rem;
  height: 6.4rem;
  border: 2px solid;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }

  .ryukyu_lp_mainVisual {
    padding: 27rem 1.6rem 0.8rem;
    background-image: url("/files/user/_/lp/official_partnership/image/kv/kv_sp.jpg");
    background-position: center top;
    background-size: 100%;
    margin-top: 3.5rem;
  }

  .ryukyu_lp_mainVisual .logo {
    margin-bottom: 2.4rem;
    width: 17.8rem;
  }

  .ryukyu_lp_mainVisual h2 {
    margin-bottom: 3.2rem;
  }

  .ryukyu_lp_mainVisual .logo {
    margin-bottom: 1.2rem;
    width: 14.8rem;
  }

  .ryukyu_lp_case .case_top .ryukyu_lp_hdl {
    margin: 5.6rem 0 2.4rem !important;
  }

  .ryukyu_lp_mainVisual .eng {
    margin-bottom: 2.4rem;
    height: 1.5rem;
  }

  .ryukyu_lp_hdl .eng img {
    height: 1.1rem;
  }

  .ryukyu_lp_hdl .jap {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }

  .ryukyu_lp_hdl .foucs {
    padding: 0.3rem 0.5rem 0.5rem;
  }

  .ryukyu_lp_hdl .big {
    font-size: 3.2rem;
  }

  .ryukyu_lp_hdl .case {
    font-size: 2.4rem;
  }

  .ryukyu_lp_txt {
    font-size: 1.4rem;
    text-align: left;
  }

  .ryukyu_lp_btns {
    display: block;
    width: 100%;
    max-width: 66.4rem;
  }

  .ryukyu_lp_btns li {
    margin: 0 0 2.4rem;
    width: auto;
  }

  .ryukyu_lp_btns .tit {
    font-size: 1.4rem;
  }

  .ryukyu_lp_contact {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_contact .ryukyu_lp_hdl .eng img {
    height: 3.4rem;
  }

  .ryukyu_lp_contact .ryukyu_lp_hdl {
    margin-bottom: 2.3rem;
  }

  .ryukyu_lp_contact .ryukyu_lp_hdl .jap {
    font-size: 1.8rem;
  }

  .ryukyu_lp_contact .box {
    padding: 2.4rem 1.6rem;
  }

  .ryukyu_lp_contact .sub {
    margin-bottom: 3.2rem;
    text-align: left;
    font-size: 1.4rem;
  }

  .ryukyu_lp_contact .contactIn {
    display: block;
  }

  .ryukyu_lp_contact .ryukyu_lp_tel {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .ryukyu_lp_document {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_document .display {
    display: block;
  }

  .ryukyu_lp_document .display .img {
    margin: 0 1.6rem 2.4rem;
    width: auto;
  }

  .ryukyu_lp_document .display .info {
    width: auto;
  }

  .ryukyu_lp_document .head01 {
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 2rem;
  }

  .ryukyu_lp_document .ryukyu_lp_btn .btn {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }

  .fancyboxContact {
    overflow-y: scroll;
    max-height: 100vh;
  }

  .fancyboxContact .box {
    border-top-width: 0.8rem;
  }

  .fancyboxContact .hd01 {
    margin: 0 -1.6rem 0.8rem;
    letter-spacing: 1.14px;
    font-size: 1.9rem;
    color: #003f6b;
  }

  .fancyboxContact .sub {
    font-size: 1.4rem;
  }

  .fancyboxContact .ryukyu_lp_btns,
  .fancyboxContact .ryukyu_lp_tel {
    margin-top: 2.2rem;
  }

  .fancyboxContact .close {
    margin-top: 2.4rem;
  }
}

/* !page
---------------------------------------------------------- */
.ryukyu_lp_about {
  padding: 4.8rem 0 6.4rem;
  background: #fff;
  text-align: center;
}

.ryukyu_lp_about .head01 {
  margin-bottom: 2.4rem;
  color: #003f6b;
  font-size: 3.6rem;
  font-weight: bold;
}

.ryukyu_lp_about .head01 .foucs {
  color: #d7061b;
  font-size: 4.8rem;
}

.ryukyu_lp_about .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4;
}

.ryukyu_lp_window {
  height: 30rem;
}

.ryukyu_lp_program {
  position: relative;
  padding: 12rem 0 10.5rem;
}

.ryukyu_lp_program:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background: #fff;
  border-radius: 50% 50% 0 0;
}

.ryukyu_lp_swiper .swiper_list .swiper-slide {
  padding: 0 0.4rem;
  max-width: 31.3rem;
}

.ryukyu_lp_swiper .swiper_list {
  margin-bottom: 0.8rem;
}

.ryukyu_lp_swiper .swiper_list.swiperTwo {
  transform: scaleX(-1);
}

.ryukyu_lp_swiper .swiper_list.swiperTwo .swiper-slide img {
  transform: scaleX(-1);
}

.ryukyu_lp_program .ryukyu_lp_swiper {
  margin-top: 6.4rem;
}

.ryukyu_lp_case .case_golden_king {
  padding: 10rem 0 5rem;
}

.ryukyu_lp_case .case_top .ryukyu_lp_hdl {
  margin-top: 10rem;
}

.case_golden_king ul {
  display: flex;
  flex-wrap: wrap;
  margin: 4.8rem 0 0 -4.2rem;
}

.case_golden_king li {
  margin: 0 0 5.5rem 4.2rem;
  width: calc(100% / 3 - 4.2rem);
  border-radius: 0.8rem;
  border: 1px solid #003f6b;
  box-shadow: 0 0.5rem 0 #ccd2de;
  transition-duration: 0.3s;
}

.case_golden_king .img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
}

.case_golden_king .movie:before {
  content: "";
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/files/user/_/lp/official_partnership/image/casestudy/icon_movie.svg") no-repeat center;
  background-size: 100%;
}

.case_pickup_display .img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
}

.case_pickup_display .movie:before {
  content: "";
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/files/user/_/lp/official_partnership/image/casestudy/icon_movie.svg") no-repeat center;
  background-size: 100%;
}

.case_prefecture {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.7rem 1.2rem;
  background: #003f6b;
  border-radius: 0.8rem 0;
  line-height: 1;
}

.case_prefecture span {
  opacity: 0.15;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.case_prefecture .on {
  opacity: 1;
}

.case_prefecture span+span:before {
  content: "/";
}

.case_golden_king .info {
  padding: 1.8rem 2.4rem 2.4rem;
}

.ryukyu_lp_keys {
  margin-bottom: 1rem;
  font-size: 0;
}

.ryukyu_lp_keys span {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.2rem 1rem;
  background: #dabf73;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}

.case_golden_king li .tit {
  margin-bottom: 1.6rem;
  padding: 1rem 0 1.2rem;
  border-bottom: 1px solid #f2f5f8;
  line-height: 1.8;
  color: #003f6b;
  font-weight: bold;
}

.ryukyu_lp_companyname {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ryukyu_lp_companyname .logo {
  width: 10rem;
  border: 1px solid #c8c9ca;
}

.ryukyu_lp_companyname .name {
  width: calc(100% - 11.2rem);
  font-size: 1.3rem;
}

.case_golden_king li .note {
  margin-top: 0.4rem;
  font-size: 1.15rem;
}

.ryukyu_lp_case .case_initiatives {
  padding: 6.4rem 0;
}

.case_initiatives .ryukyu_lp_hdl {
  text-align: center;
}

.case_initiatives .sub {
  margin-bottom: 4.2rem;
  text-align: center;
}

.case_initiatives ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}

.case_initiatives li {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 0 2.4rem 2.4rem;
  width: calc(50% - 2.4rem);
  background: #fff;
  border: 1px solid #003f6b;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0 0 #ccd2de;
  transition-duration: 0.3s;
}

.case_initiatives li .img {
  width: 24.5rem;
}

.case_initiatives li .img img {
  object-fit: cover;
  width: 100%;
  height: 18rem;
}

.case_initiatives li .info {
  padding: 3.2rem 2.4rem;
  width: calc(100% - 24.5rem);
  line-height: 1.8;
}

.case_initiatives li .date {
  color: #757883;
  font-size: 1.4rem;
}

.case_initiatives li .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.case_initiatives .ryukyu_lp_btn {
  margin-top: 2.4rem;
}

.ryukyu_lp_number {
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}

.ryukyu_lp_number .ryukyu_lp_inner {
  max-width: 104rem;
}

.ryukyu_lp_number .ryukyu_lp_hdl {
  margin-bottom: 4.8rem;
  text-align: center;
}

.ryukyu_lp_number .ryukyu_lp_hdl .jap {
  font-size: 4.2rem;
}

.ryukyu_lp_number .display .img {
  margin-bottom: 3.6rem;
}

.ryukyu_lp_number .display .tit {
  margin-bottom: 1.6rem;
  letter-spacing: 1.68px;
  text-align: center;
  color: #003f6b;
  font-size: 2.8rem;
  font-weight: bold;
}

.ryukyu_lp_kings {}

.ryukyu_lp_kings .kings_strengths {
  position: relative;
  z-index: 2;
  padding-top: 10rem;
  background: url("/files/user/_/lp/official_partnership/image/kings/bg_kings.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

.ryukyu_lp_kings .kings_strengths:before {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("/files/user/_/lp/official_partnership/image/kings/bg_kings.jpg") no-repeat center top;
  background-size: cover;
}

.kings_strengths.fixed_before:before {
  position: fixed;
}

.kings_strengths ul {
  margin-top: 4.8rem;
}

.kings_strengths li {
  display: flex;
  align-items: center;
}

.kings_strengths li .img {
  width: 50%;
}

.kings_strengths li .info {
  width: 50%;
}

.kings_strengths li .info .inner {
  padding: 4.8rem;
  max-width: 64.8rem;
}

.kings_strengths li .tit {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 700;
}

.kings_strengths li .txt {
  line-height: 1.8;
}

.kings_strengths li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.kings_strengths li:nth-of-type(even) .info .inner {
  margin-left: auto;
}

.ryukyu_lp_kings .kings_inData {
  position: relative;
  z-index: 3;
  padding: 8rem 0 10rem;
  background: #fff;
}

.ryukyu_lp_kings .kings_inData .ryukyu_lp_inner {
  max-width: 99.2rem;
}

.kings_inData .ryukyu_lp_hdl {
  margin-bottom: 6.4rem;
  text-align: center;
}

.kings_inData .dataDisplay+.dataDisplay {
  margin-top: 6.4rem;
}

.kings_inData .dataDisplay .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100rem;
}

.kings_inData .dataDisplay .img {
  max-width: 76rem;
  margin: auto;
}

.kings_inData .dataDisplay .col02 li {
  margin: 0 2.4rem;
  width: calc(50% - 4.8rem);
  max-width: 37.3rem;
}

.kings_inData .dataDisplay .col04 li {
  margin: 0 1rem 2rem;
  width: calc(25% - 2rem);
  max-width: 19rem;
}

.kings_inData .dataDisplay .note {
  text-align: right;
  font-size: 1.2rem;
}

.kings_inData .dataDisplay .txt {
  margin-top: 2.4rem;
  line-height: 1.75;
}

.ryukyu_lp_why {
  padding: 10rem 0;
}

.ryukyu_lp_why ul {
  margin-top: 4.8rem;
}

.ryukyu_lp_why li {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 3.2rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid #003f6b;
  box-shadow: 0 0.5rem 0 #ccd2de;
}

.ryukyu_lp_why li+li {
  margin-top: 2.4rem;
}

.ryukyu_lp_why li .img {
  width: 42rem;
}

.ryukyu_lp_why li .info {
  width: calc(100% - 44.5rem);
  line-height: 1.8;
}

.ryukyu_lp_why .ryukyu_lp_companyname {
  margin-bottom: 0.8rem;
}

.ryukyu_lp_why .ryukyu_lp_companyname .logo {
  width: 12rem;
  border: 1px solid #c8c9ca;
}

.ryukyu_lp_why .ryukyu_lp_companyname .name {
  width: calc(100% - 13.2rem);
  font-size: 1.6rem;
  font-weight: bold;
}

.ryukyu_lp_why li .note {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

.ryukyu_lp_why .ryukyu_lp_keys {
  margin-bottom: 1.6rem;
}

.ryukyu_lp_why .ryukyu_lp_keys span {
  margin-right: 0.6rem;
  padding: 0.2rem 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.ryukyu_lp_why li .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ryukyu_lp_why li .moreBtn {
  display: none;
}

.ryukyu_lp_menu {
  padding: 10rem 0 13rem;
  position: relative;
  z-index: 2;
}

.ryukyu_lp_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}

.ryukyu_lp_menu li {
  margin: 4.8rem 0 0 2.4rem;
  width: calc(100% / 3 - 2.4rem);
}

.ryukyu_lp_menu li .img {
  margin-bottom: 1.6rem;
}

.ryukyu_lp_menu li .tit {
  margin-bottom: 0.7rem;
  color: #003f6b;
  font-size: 2.4rem;
  font-weight: bold;
}

.ryukyu_lp_menu li .txt {
  line-height: 1.8;
}

.ryukyu_lp_menu .ryukyu_lp_hdl.end {
  margin: 3.4rem 0 0;
  text-align: center;
}

.ryukyu_lp_menu .ryukyu_lp_hdl.end .case {
  padding: 0.8rem 2.4rem;
  margin-top: 0.8rem;
  font-size: 2.4rem;
}

.ryukyu_lp_flow {
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}

.ryukyu_lp_flow .ryukyu_lp_hdl {
  margin-bottom: 4.8rem;
}

.ryukyu_lp_flow ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.4rem;
}

.ryukyu_lp_flow li {
  position: relative;
  margin-left: 4.4rem;
  width: calc(100% / 3 - 4.4rem);
  background: #fff;
  border: 2px solid #003f6b;
  border-radius: 0.4rem 0.4rem 0 0;
}

.ryukyu_lp_flow li+li:before {
  content: "▶";
  position: absolute;
  left: -3.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #dabf73;
  font-size: 2.4rem;
}

.ryukyu_lp_flow li .step {
  padding: 0.8rem 0;
  background: #003f6b;
  line-height: 1;
  text-align: center;
  color: #dabf73;
  font-size: 2.4rem;
  font-weight: bold;
}

.ryukyu_lp_flow li .box {
  padding: 3.2rem 2.4rem;
}

.ryukyu_lp_flow li .head {
  margin-bottom: 1.6rem;
  text-align: center;
  color: #003f6b;
  font-size: 2.8rem;
  font-weight: bold;
}

.ryukyu_lp_flow li .txt {
  margin-bottom: 3.6rem;
  min-height: 5rem;
  line-height: 1.8;
}

.ryukyu_lp_partner {
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}

.ryukyu_lp_partner .ryukyu_lp_txt {
  margin-bottom: 4.8rem;
}

.ryukyu_lp_partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ryukyu_lp_partner li {
  margin: 0 1.8rem 2.9rem;
  width: 30%;
  max-width: 30rem;
  text-align: center;
}

.ryukyu_lp_partner li img {
  max-height: 13rem;
}

.ryukyu_lp_partner .ryukyu_lp_btn {
  margin-top: 3.5rem;
}

.ryukyu_lp_partner .ryukyu_lp_btn .btn {
  font-size: 2rem;
}

/* pc */
@media screen and (min-width: 768px) {

  .case_golden_king li:hover,
  .case_initiatives li:hover,
  .ryukyu_lp_why li:hover {
    opacity: 0.7;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ryukyu_lp_about .head01 {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }

  .ryukyu_lp_about .head01 .foucs {
    font-size: 3.2rem;
  }

  .ryukyu_lp_about .txt {
    font-size: 1.6rem;
  }

  .ryukyu_lp_window {
    height: 20rem;
  }

  .ryukyu_lp_program {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_program:before {
    width: 360%;
  }

  .ryukyu_lp_swiper .swiper_list {
    margin-bottom: 0.4rem;
  }

  .ryukyu_lp_swiper .swiper_list .swiper-slide {
    padding: 0 0.2rem;
    max-width: 16.4rem;
  }

  .ryukyu_lp_case .case_golden_king {
    padding: 6.4rem 0 3.2rem;
  }

  .case_golden_king li {
    margin-bottom: 3.2rem;
    width: calc(100% - 4.2rem);
  }

  .ryukyu_lp_case .case_initiatives {
    padding: 4.8rem 0;
  }

  .case_initiatives .sub {
    margin-bottom: 2.4rem;
  }

  .case_initiatives ul {
    margin-left: -1.4rem;
  }

  .case_initiatives li {
    display: block;
    margin: 0 0 1.6rem 1.4rem;
    width: calc(50% - 1.4rem);
  }

  .case_initiatives li .img {
    width: auto;
  }

  .case_initiatives li .img img {
    height: 12rem;
  }

  .case_initiatives li .info {
    padding: 0.8rem 0.8rem 1.2rem;
    width: auto;
    line-height: 1.5;
  }

  .case_initiatives li .date {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
  }

  .case_initiatives li .txt {
    -webkit-line-clamp: 3;
  }

  .case_initiatives .ryukyu_lp_btn .btn {
    font-size: 2rem;
  }

  .ryukyu_lp_number {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_number .ryukyu_lp_hdl {
    margin-bottom: 3.2rem;
  }

  .ryukyu_lp_number .ryukyu_lp_hdl .jap {
    font-size: 2.2rem;
  }

  .ryukyu_lp_number .display .img {
    margin: 0 0rem 2.4rem;
  }

  .ryukyu_lp_number .display .tit {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }

  .ryukyu_lp_kings .kings_strengths {
    padding-top: 6.4rem;
    background: none;
  }

  .ryukyu_lp_kings .kings_strengths:before {
    content: "";
  }

  .kings_strengths li {
    display: block;
  }

  .kings_strengths li .img {
    width: auto;
  }

  .kings_strengths li .info {
    width: auto;
  }

  .kings_strengths li .info .inner {
    padding: 2.4rem 1.6rem 4.8rem;
  }

  .kings_strengths li .tit {
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: 2rem;
  }

  .ryukyu_lp_kings .kings_inData {
    padding: 5.6rem 0 6.4rem;
  }

  .kings_inData .ryukyu_lp_hdl {
    margin-bottom: 2.4rem;
  }

  .kings_inData .ryukyu_lp_hdl .case {
    padding: 0.6rem 1.2rem;
    margin: 0.4rem 0;
    font-size: 2.1rem;
  }

  .kings_inData .dataDisplay+.dataDisplay {
    margin-top: 5.6rem;
  }

  .kings_inData .dataDisplay .imgs {
    margin: 0 -0.3rem;
  }

  .kings_inData .dataDisplay .img img {
    padding: 0 4.8rem;
  }

  .kings_inData .dataDisplay .col02 li {
    margin: 0 0.3rem;
    width: calc(50% - 0.6rem);
  }

  .kings_inData .dataDisplay .col04 li {
    margin: 0 0.3rem 0.6rem;
    width: calc(100% / 3 - 0.6rem);
  }

  .kings_inData .dataDisplay .txt {
    margin-top: 1.6rem;
  }

  .ryukyu_lp_why {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_why .ryukyu_lp_txt {
    font-size: 1.6rem;
  }

  .ryukyu_lp_why ul {
    margin-top: 4.2rem;
  }

  .ryukyu_lp_why li {
    display: block;
    padding: 2.2rem 1.6rem 2rem;
  }

  .ryukyu_lp_why li .img {
    margin-bottom: 1.2rem;
    width: auto;
  }

  .ryukyu_lp_why li .info {
    width: auto;
  }

  .ryukyu_lp_why li .txt.hideCon {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .ryukyu_lp_why li .moreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    height: 4.8rem;
    background: #003f6b;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 700;
  }

  .ryukyu_lp_why li .moreBtn:after {
    content: "";
    margin-left: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url("/files/user/_/lp/official_partnership/image/common/icon_right.svg");
    background-size: auto 100%;
  }

  .ryukyu_lp_menu {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_menu li {
    width: calc(100% - 2.4rem);
  }

  .ryukyu_lp_menu li .tit {
    font-size: 2rem;
  }

  .ryukyu_lp_menu .ryukyu_lp_hdl.end .case {
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
  }

  .ryukyu_lp_flow {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_flow .ryukyu_lp_hdl {
    margin-bottom: 2.4rem;
  }

  .ryukyu_lp_flow li {
    width: calc(100% - 4.4rem);
  }

  .ryukyu_lp_flow li+li {
    margin-top: 4.4rem;
  }

  .ryukyu_lp_flow li+li:before {
    content: "▼";
    left: 50%;
    top: -3.8rem;
    transform: translateX(-50%);
    font-size: 2rem;
  }

  .ryukyu_lp_flow li .txt {
    min-height: inherit;
  }

  .ryukyu_lp_partner {
    padding: 6.4rem 0;
  }

  .ryukyu_lp_partner ul {
    margin: 0 -1.2rem;
  }

  .ryukyu_lp_partner li {
    margin: 0 1.2rem 1rem;
    width: calc(100% / 3 - 2.4rem);
  }
}

/* case */
.ryukyu_lp_case .case_top {
  padding: 6.4rem 0;
  text-align: center;
}

.case_top .ryukyu_lp_hdl .jap {
  margin-top: 0;
}

.ryukyu_lp_case .case_pickup_display {
  padding: 0 0 4rem;
  background: linear-gradient(to top, #003f6b 30.8rem, transparent 30.8rem);
}

.case_pickup_display .ryukyu_lp_hdl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.case_pickup_display .ryukyu_lp_hdl .eng img {
  height: 2.8rem;
}

.case_pickup_display .ryukyu_lp_hdl .jap {
  margin: 0 0 0.2rem 1.2rem;
  line-height: 1;
  font-size: 1.4rem;
}

.ryukyu_lp_case .case_pickup_display .slider {
  margin: 0 -1.6rem;
}

.ryukyu_lp_case .case_pickup_display .slick-list {
  overflow: visible;
}

.ryukyu_lp_case .case_pickup_display .item {
  padding: 0 1.6rem;
  max-width: 104rem;
}

.ryukyu_lp_case .case_pickup_display .display {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.4rem 3.2rem;
  border-radius: 0.8rem;
  border: 1px solid #003f6b;
  background: #fff;
}

.case_pickup_display .display .img {
  width: 37%;
}

.case_pickup_display .display .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 28rem;
}

.case_pickup_display .display .info {
  width: calc(63% - 2.5rem);
}

.case_pickup_display .display .tit {
  margin-bottom: 0.8rem;
  color: #003f6b;
  font-size: 2.4rem;
  font-weight: bold;
}

.case_pickup_display .display .ryukyu_lp_txt {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}

.case_pickup_display .display .note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}

.pageSlider_ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.4rem;
}

.pageSlider_page {
  margin-right: 1.4rem;
  color: #f2f5f8;
  font-size: 3.2rem;
}

.pageSlider_page span {
  margin: 0 0.5rem;
}

.pageSlider_currentPage {
  color: #dabf73;
}

.pageSlider_prev,
.pageSlider_next {
  cursor: pointer;
  margin-left: 0.8rem;
}

.pageSlider_prev:hover,
.pageSlider_next:hover {
  opacity: 0.7;
}

.ryukyu_lp_detail_style {
  padding: 4.2rem 0 10rem;
}

.ryukyu_lp_detail_style .movie {
  margin: 10rem 0 6.4rem;
}

.ryukyu_lp_detail_style .movie iframe {
  width: 100%;
  height: 56.6rem;
}

.ryukyu_lp_detail_style .movie .tit {
  margin-top: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

.ryukyu_lp_detail_style .head {
  margin-bottom: 6.4rem;
}

.ryukyu_lp_detail_style .head .signs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ryukyu_lp_detail_style .head .ryukyu_lp_keys span {
  margin-right: 0.8rem;
  font-size: 1.4rem;
}

.ryukyu_lp_detail_style .head .date {
  margin-bottom: 0;
  color: #919191;
  font-size: 1.4rem;
}

.ryukyu_lp_detail_style .detail {
  padding: 0 0 8rem;
}

.ryukyu_lp_detail_style .detail .article_img {
  margin-bottom: 4.8rem;
}

.ryukyu_lp_detail_style .detail .article_img.last {
  margin-top: 4.8rem;
}

.ryukyu_lp_detail_style h2 {
  margin-bottom: 2.4rem;
  color: #003f6b;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
}

.ryukyu_lp_detail_style h3 {
  padding-bottom: 0.6rem;
  margin-bottom: 3.2rem;
  border-bottom: 2px solid #dabf73;
  line-height: 1.8;
  letter-spacing: 0.96px;
  font-size: 2.4rem;
  font-weight: 700;
}

.ryukyu_lp_detail_style h4 {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 4.4rem;
  line-height: 1.8;
  letter-spacing: 0.72px;
  color: #003f6b;
  font-size: 1.8rem;
  font-weight: 700;
}

.ryukyu_lp_detail_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 3.2rem;
  border-top: 2px solid #003f6b;
}

.ryukyu_lp_detail_style p {
  margin-bottom: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.64px;
}

.ryukyu_lp_detail_style .taiki {
  color: #9b8044;
}

.ryukyu_lp_detail_style .ryukyu_lp_corporation {
  margin-top: 4.8rem;
}

.ryukyu_lp_corporation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem;
  background: #f5f5f5;
}

.ryukyu_lp_corporation .img {
  width: 15.9rem;
}

.ryukyu_lp_corporation .info {
  width: calc(100% - 18.3rem);
}

.ryukyu_lp_corporation .tit {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.ryukyu_lp_corporation .access {
  width: 100%;
}

.ryukyu_lp_corporation .access th {
  vertical-align: top;
  padding: 0.2rem 1rem 0.2rem 0;
  width: 8rem;
  font-size: 1.4rem;
}

.ryukyu_lp_corporation .access td {
  vertical-align: top;
  padding: 0.2rem 0;
  font-size: 1.4rem;
}

.ryukyu_lp_corporation .access td a {
  text-decoration: underline;
  color: #003f6b;
}

.ryukyu_lp_servicelink {
  padding: 4.8rem 0;
}

.ryukyu_lp_servicelink ul {
  display: flex;
  justify-content: space-between;
}

/* .ryukyu_lp_servicelink li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
  width: calc(50% - 2.4rem);
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #003f6b;
  box-shadow: 0 0.5rem 0 0 #ccd2de;
} */
.ryukyu_lp_servicelink li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
  width: calc(50% - 2.4rem);
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #003f6b;
  box-shadow: 0 0.5rem 0 0 #ccd2de;
}

.ryukyu_lp_servicelink li .img {
  width: 16rem;
}

.ryukyu_lp_servicelink li .img img {
  object-fit: cover;
  height: 12rem;
  width: 100%;
}

.ryukyu_lp_servicelink li .info {
  width: calc(100% - 18rem);
}

.ryukyu_lp_servicelink li .link {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ryukyu_lp_servicelink li p.link {
  display: inline-block;
  padding-left: 1.4rem;
  background: url("/files/user/_/lp/official_partnership/image/common/icon_arr_left_gd.svg") no-repeat left center;
  font-size: 1.4rem;
  font-weight: 700;
}

.ryukyu_lp_servicelink li.next {
  flex-direction: row-reverse;
}

.ryukyu_lp_servicelink li.next .link {
  text-align: right;
  display: inline-block;
}

.ryukyu_lp_servicelink li.next p.link {
  padding: 0 1.4rem 0 0;
  background-image: url("/files/user/_/lp/official_partnership/image/common/icon_arr_right_gd.svg");
  background-position: right center;
}

.ryukyu_lp_servicelink li .tit {
  margin-bottom: 0;
  line-height: 1.5;
  color: #003f6b;
  font-weight: 700;
}

.ryukyu_lp_detail_style .ryukyu_lp_btn {
  margin-top: 4.8rem;
}

.ryukyu_lp_detail_style .ryukyu_lp_btn .btn {
  padding: 0 4rem;
  background-image: url(/files/user/_/lp/official_partnership/image/common/icon_arr_left_gd.svg);
  background-position: 2.8rem center;
  background-size: 1rem;
  border-width: 2px;
  box-shadow: 0 0;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .ryukyu_lp_corporation .access td a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ryukyu_lp_detail_style .detail .article_img {
    margin-bottom: 2.4rem;
  }

  .ryukyu_lp_detail_style .detail .article_img.last {
    margin-top: 2.4rem;
  }

  .ryukyu_lp_case .case_top {
    padding: 4.8rem 0 4rem;
  }

  .ryukyu_lp_case .case_pickup_display {
    padding: 0 0 2.5rem;
    background: linear-gradient(to top, #003f6b 25.5rem, transparent 25.5rem);
  }

  .case_pickup_display .ryukyu_lp_hdl .eng img {
    height: 2.3rem;
  }

  .ryukyu_lp_case .case_pickup_display .item {
    padding: 0 0.4rem;
    max-width: 34.3rem;
  }

  .ryukyu_lp_case .case_pickup_display .display {
    display: block;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0.5rem 0 0 #003159;
  }

  .case_pickup_display .display .img {
    width: auto;
  }

  .case_pickup_display .display .img img {
    height: 19.3rem;
    min-height: inherit;
  }

  .case_pickup_display .display .info {
    padding: 1.8rem 1.6rem 2.4rem;
    width: auto;
  }

  .case_pickup_display .display .tit {
    margin-bottom: 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #f2f5f8;
    line-height: 1.8;
    font-size: 1.6rem;
  }

  .case_pickup_display .display .note {
    font-size: 0;
  }

  .pageSlider_ctrl {
    margin-top: 2.2rem;
  }

  .pageSlider_prev,
  .pageSlider_next {
    margin-left: 1.6rem;
  }

  .pageSlider_page {
    margin-right: 0.8rem;
    font-size: 2.4rem;
  }

  #case .ryukyu_lp_case .case_golden_king {
    padding: 3.2rem 1.6rem 0;
  }

  .ryukyu_lp_detail_style {
    padding: 4.8rem 0 6.4rem;
  }

  .ryukyu_lp_detail_style .movie {
    margin: 0 -1.6rem 3.2rem;
  }

  .ryukyu_lp_detail_style .movie iframe {
    height: 21rem;
  }

  .ryukyu_lp_detail_style .movie .tit {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }

  .ryukyu_lp_detail_style .head {
    margin-bottom: 4.8rem;
  }

  .ryukyu_lp_detail_style .head .signs {
    justify-content: flex-start;
  }

  .ryukyu_lp_detail_style .head .ryukyu_lp_keys span {
    margin-right: 0.6rem;
    font-size: 1.2rem;
  }

  .ryukyu_lp_detail_style .head .date {
    margin-left: 0.6rem;
    font-size: 1.2rem;
  }

  .ryukyu_lp_detail_style p {
    margin-bottom: 4.2rem;
    letter-spacing: 0.56px;
  }

  .ryukyu_lp_detail_style h2 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }

  .ryukyu_lp_detail_style h3 {
    margin-bottom: 2.4rem;
    letter-spacing: 0.8px;
    font-size: 2rem;
  }

  .ryukyu_lp_detail_style h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }

  .ryukyu_lp_detail_style h4:before {
    top: 1.3rem;
    border-top-width: 1px;
  }

  .ryukyu_lp_corporation {
    display: block;
    padding: 1.6rem;
  }

  .ryukyu_lp_corporation .img {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    width: auto;
  }

  .ryukyu_lp_corporation .img img {
    width: 8rem;
  }

  .ryukyu_lp_corporation .tit {
    margin: 0 0 0 1.6rem;
    font-size: 1.6rem;
  }

  .ryukyu_lp_corporation .info {
    width: auto;
  }

  .ryukyu_lp_servicelink {
    padding: 3.6rem 0;
  }

  .ryukyu_lp_servicelink ul {
    display: block;
  }

  .ryukyu_lp_servicelink li {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.6rem;
    width: auto;
  }

  .ryukyu_lp_servicelink li .img {
    width: 13rem;
  }

  .ryukyu_lp_servicelink li .img img {
    height: 9.7rem;
  }

  .ryukyu_lp_servicelink li .info {
    width: calc(100% - 14.2rem);
  }

  .ryukyu_lp_servicelink li .link a {
    background-size: 0.6rem;
    font-size: 1.2rem;
  }

  .ryukyu_lp_servicelink li .tit {
    font-size: 1.3rem;
  }

  .ryukyu_lp_servicelink li.next {
    flex-direction: row;
  }

  .ryukyu_lp_servicelink li.next .link {
    text-align: left;
  }

  .ryukyu_lp_detail_style .ryukyu_lp_btn {
    margin-top: 3.2rem;
  }

  .ryukyu_lp_detail_style .ryukyu_lp_btn .btn {
    margin: auto;
    max-width: 31.1rem;
    font-size: 1.8rem;
  }
}