@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng, #sub-history .list ul li .label, .sub-ttl .englabel, .footer .footer-inner-wrapper .englabel {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .more_btn .bdr::before, .more_btn .bdr::after {
  position: relative;
}
.u_ba::before, .more_btn .bdr::before, .u_ba::after, .more_btn .bdr::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

@media (max-width: 1199px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 749px) {
  html {
    font-size: 4.26666666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  color: #000000;
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 749px) {
  body {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 749px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #000;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

@media (min-width: 750px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 750px) {
  .hidden-sp {
    display: block;
  }

  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 749px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 750px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 749px) {
  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .sp_u-ta-l {
    text-align: left !important;
  }
}
.viewMoreBtn {
  text-align: center;
  margin-top: 60px;
}
.viewMoreBtn a {
  border: 1px solid #000000;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 30px 0;
  background: #ffffff;
  position: relative;
}
.viewMoreBtn a span {
  color: #c30d23;
}
.viewMoreBtn a:after {
  width: 76px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMoreBtn a:hover:after {
  right: -20px;
}

.viewMore span {
  color: #c30d23;
}
.viewMore a {
  position: relative;
  padding-right: 150px;
}
.viewMore a:after {
  width: 140px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMore a:hover:after {
  right: -10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .flex {
    display: block;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 749px) {
  .pc_flex {
    display: block;
  }
}

.l-inbox {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .l-inbox {
    width: 800px;
  }
}
@media (max-width: 749px) {
  .l-inbox {
    padding: 0 4vw;
  }
}

.eng, #sub-history .list ul li .label, .sub-ttl .englabel, .footer .footer-inner-wrapper .englabel {
  font-family: "Roboto", serif;
}

.btn {
  text-align: center;
  overflow: hidden;
}
.btn a {
  font-weight: bold;
  background: #ff87a0;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  padding: 10px 60px;
}

.btn-full {
  text-align: center;
  overflow: hidden;
}
.btn-full a {
  background: -webkit-gradient(linear, left top, right top, from(#3bd9bc), to(#21d4ce));
  background: linear-gradient(to right, #3bd9bc, #21d4ce);
  color: #ffffff;
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
}

.more_btn {
  width: 18.125rem;
  height: 3.125rem;
  padding: 0 0 0 2.1875rem;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.more_btn .tx {
  color: #ffffff;
  margin-right: 5.0625rem;
  position: relative;
}
.more_btn .tx span {
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
.more_btn .tx .tx01 {
  position: relative;
}
.more_btn .tx .tx02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.more_btn .bdr {
  width: 4.25rem;
  height: 3px;
  position: relative;
  overflow-x: hidden;
}
.more_btn .bdr::before, .more_btn .bdr::after {
  background: #ffffff;
}
.more_btn .bdr::before {
  width: 100%;
  height: 1px;
  top: 1px;
}
.more_btn .bdr::after {
  width: 50%;
  height: 3px;
  -webkit-animation: bdr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: bdr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.more_btn:hover .tx .tx01 {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}
.more_btn:hover .tx .tx02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media (max-width: 749px) {
  body {
    font-size: 16px;
  }
}

.fix_header {
  display: none;
  z-index: 9999;
}
.fix_header.fixed {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}
@media (min-width: 750px) {
  .fix_header.fixed {
    height: 52px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  width: 100%;
  position: absolute;
  z-index: 500;
  top: 15px;
}
.header-inner {
  position: relative;
}
@media (min-width: 750px) {
  .header-inner {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 750px) {
  .header-inner-left-logo {
    width: 13rem;
    margin-left: 0.8rem;
  }
}
@media (max-width: 749px) {
  .header-inner-left-logo {
    width: 6.875rem;
  }
}
.header-inner-left-logo img {
  width: 100%;
}
.header-inner-left-namelogo {
  width: 17.5rem;
  margin-top: 0.3rem;
  margin-left: 0.5rem;
}
@media (max-width: 749px) {
  .header-inner-left-namelogo {
    display: none;
  }
}

.sub-header {
  background: #ff87a0;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
}
.sub-header.fixed {
  position: fixed;
  top: 15px;
  left: 0;
  background: none;
}
@media (min-width: 750px) {
  .sub-header {
    padding-bottom: 6px;
  }
}
@media (max-width: 749px) {
  .sub-header {
    padding: 12px 0;
  }
}
.sub-header .header-inner {
  position: relative;
}
@media (min-width: 750px) {
  .sub-header .header-inner {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sub-header .header-inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 750px) {
  .sub-header .header-inner-left-logo {
    width: 9rem;
    margin-right: 30px;
    margin-left: 0.5rem;
  }
}
@media (max-width: 749px) {
  .sub-header .header-inner-left-logo {
    width: 10rem;
    padding-top: 5px;
    padding-left: 0.9375rem;
  }
}
.sub-header .header-inner-left-logo img {
  width: 100%;
}
@media (min-width: 750px) {
  .sub-header .header-inner {
    width: 1050px !important;
  }
  .sub-header .header-inner .ico_line {
    width: 105px;
  }
}
@media (max-width: 749px) {
  .sub-header .sub_nav {
    background: #ff87a0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .sub-header .sub_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (max-width: 749px) {
  .sub-header .sub_nav ul {
    padding: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
@media (min-width: 750px) {
  .sub-header .sub_nav ul li {
    margin-right: 20px;
  }
}
@media (max-width: 749px) {
  .sub-header .sub_nav ul li {
    padding: 4vw 4vw;
    border-bottom: 1px solid #efefef;
  }
}
.sub-header .sub_nav ul a {
  color: #ffffff;
  font-size: 0.8125rem;
  text-decoration: none;
}
@media (max-width: 749px) {
  .sub-header .sub_nav ul a {
    font-size: 0.875rem;
    display: block;
    position: relative;
  }
  .sub-header .sub_nav ul a:after {
    position: absolute;
    right: 0;
    top: 42%;
    content: "";
    width: 10px;
    height: 12px;
    -webkit-transform: trasnlate(0, -50%);
            transform: trasnlate(0, -50%);
    background: url(../img/nav_arrow_right.png) no-repeat right center;
    background-size: 100%;
  }
}

nav.main_nav {
  background: #ff87a0;
}
@media (max-width: 749px) {
  nav.main_nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
@media (min-width: 750px) {
  nav.main_nav .l-inbox {
    width: 1050px !important;
  }
  nav.main_nav .l-inbox .ico_line {
    width: 160px;
  }
}
nav.main_nav ul {
  padding: 6px 10px;
}
@media (min-width: 750px) {
  nav.main_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 749px) {
  nav.main_nav ul {
    padding: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
nav.main_nav ul li {
  font-weight: bold;
}
@media (min-width: 750px) {
  nav.main_nav ul li {
    padding: 12px 8px;
  }
}
@media (max-width: 749px) {
  nav.main_nav ul li {
    padding: 4vw 4vw;
    border-bottom: 1px solid #efefef;
  }
  nav.main_nav ul li.ico_line {
    border-bottom: 0 !important;
    text-align: center;
  }
  nav.main_nav ul li.ico_line a:after {
    display: none;
  }
}
nav.main_nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 750px) {
  nav.main_nav ul li a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 749px) {
  nav.main_nav ul li a {
    font-size: 0.875rem;
    display: block;
    position: relative;
  }
  nav.main_nav ul li a:after {
    position: absolute;
    right: 0;
    top: 42%;
    content: "";
    width: 10px;
    height: 12px;
    -webkit-transform: trasnlate(0, -50%);
            transform: trasnlate(0, -50%);
    background: url(../img/nav_arrow_right.png) no-repeat right center;
    background-size: 100%;
  }
}
nav.main_nav ul li a:hover {
  opacity: 0.3;
  color: #ffffff;
}
nav.main_nav ul li:last-child a {
  border-right: 0;
}
nav.main_nav .sp-menu .sp-header-btn {
  text-align: center;
  padding: 2rem;
}
nav.main_nav .sp-menu .sp-header-btn a {
  color: #ffffff;
  text-decoration: none;
  background-color: #5c5c5c;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 0.9375rem;
}

.toggle_menu_wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 9999;
}
@media (min-width: 750px) {
  .toggle_menu_wrap {
    display: none;
  }
}
@media (max-width: 749px) {
  .toggle_menu_wrap {
    top: 10px;
  }
}
.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
}
.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  display: block;
  background-color: #333333;
  width: 25px;
  height: 3px;
  left: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle_menu_wrap.sub .toggle_menu .icon {
  background-color: #ffffff;
}
.toggle_menu_wrap.fixed .toggle_menu .icon {
  background: #ffffff;
}
.toggle_menu_wrap .toggle_menu span:first-child {
  top: 12px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(2) {
  top: 22px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(3) {
  top: 32px;
}
.toggle_menu_wrap .toggle_menu.ac span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.toggle_menu_wrap .toggle_menu.ac .icon {
  background: #ffffff;
}
.toggle_menu_wrap .toggle_menu.ac span:nth-child(2) {
  opacity: 0;
}
.toggle_menu_wrap .toggle_menu.ac span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.footer {
  background: #f4738d url(../img/bg_footer.png) center top;
  padding: 30px 60px;
}
@media (max-width: 749px) {
  .footer {
    padding: 4vw;
  }
}
.footer .footer-inner {
  margin: 0 auto;
}
.footer .footer-inner-wrapper {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 750px) {
  .footer .footer-inner-wrapper .englabel {
    font-size: 4rem;
  }
}
@media (max-width: 749px) {
  .footer .footer-inner-wrapper .englabel {
    font-size: 1.5625rem;
  }
}
.footer .footer-inner-wrapper .txt {
  margin-top: 0;
  margin-bottom: 30px;
  font-style: italic;
}
@media (max-width: 749px) {
  .footer .footer-inner-wrapper .txt {
    margin: 10px 0;
    font-size: 0.75rem;
  }
}
.footer .footer-inner-wrapper .tel {
  width: 300px;
  margin: 0 auto 15px;
}
@media (max-width: 749px) {
  .footer .footer-inner-wrapper .tel {
    width: 60%;
  }
}
.footer .footer-inner-wrapper .linebtn {
  margin-bottom: 12px;
}
.footer .footer-inner-wrapper .linebtn a {
  background: #01c503;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  padding: 10px 64px;
}
.footer .footer-inner-wrapper .linebtn a i {
  width: 26px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.footer .footer-inner-wrapper .btn a {
  background: #ffffff;
  color: #4a352c;
  font-weight: normal;
}
.footer .footer-inner-wrapper .btn a i {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.footer .footer-inner-wrapper .btn a {
  background: #ffffff;
  color: #4a352c;
  font-weight: normal;
}
.footer .footer-inner-wrapper .btn a i {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  color: #e68a88;
  font-size: 0.625rem;
}

@font-face {
  font-family: "my-font";
  src: url("../font/nk_mono-webfont.woff") format("woff"), url("../font/nk_mono-webfont.woff2") format("woff2"), url("../font/nk_mono.ttf") format("truetype");
}
.eng, #sub-history .list ul li .label, .sub-ttl .englabel, .footer .footer-inner-wrapper .englabel {
  font-family: "my-font";
}

.sbi_load_btn {
  background-color: #5c5c5c !important;
}

.sub-ttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 30px;
}
@media (max-width: 749px) {
  .sub-ttl {
    padding-bottom: 0;
  }
}
.sub-ttl .englabel {
  text-align: center;
  margin-right: 10px;
  color: #ffaeb5;
}
@media (min-width: 750px) {
  .sub-ttl .englabel {
    font-size: 3.75rem;
  }
}
@media (max-width: 749px) {
  .sub-ttl .englabel {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.sub-ttl .jp {
  text-align: center;
}
@media (min-width: 750px) {
  .sub-ttl .jp {
    font-size: 1rem;
  }
}
@media (max-width: 749px) {
  .sub-ttl .jp {
    font-size: 0.6875rem;
  }
}

.slider {
  position: relative;
  z-index: 3;
}
@media (min-width: 750px) {
  .slider {
    height: 58vw;
  }
}
@media (max-width: 749px) {
  .slider {
    height: 58vw;
  }
}

@media (min-width: 750px) {
  .slider-item {
    height: 58vw;
  }
}
@media (max-width: 749px) {
  .slider-item {
    height: 58vw;
  }
}

@media (max-width: 749px) {
  .slick-slide {
    height: 58vw !important;
  }
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
@media (min-width: 750px) {
  .slick-prev, .slick-next {
    height: 25px;
    width: 25px;
    top: 42%;
  }
}
@media (max-width: 749px) {
  .slick-prev, .slick-next {
    height: 15px;
    width: 15px;
    top: 52%;
  }
}

.slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 750px) {
  .slick-prev {
    left: 2.5%;
  }
}
@media (max-width: 749px) {
  .slick-prev {
    left: 4%;
  }
}

.slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 750px) {
  .slick-next {
    right: 2.5%;
  }
}
@media (max-width: 749px) {
  .slick-next {
    right: 4%;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -27px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #333;
}

#sub-bosyu {
  background: #f1f1f1;
  padding: 60px 0;
}
#sub-bosyu h2 {
  text-align: center;
  margin-bottom: 30px;
}
#sub-bosyu h3 {
  text-align: center;
  color: #1182d3;
}
#sub-bosyu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sub-bosyu ul li {
  width: 48%;
}

.top-center {
  background: #fbf2f2;
}

#top-shop {
  background: url(../img/bg_shop.png);
  padding: 60px 0;
}
@media (max-width: 749px) {
  #top-shop {
    padding: 6vw 0;
  }
}
@media (min-width: 750px) {
  #top-shop .l-inbox {
    width: 600px !important;
  }
}
@media (max-width: 749px) {
  #top-shop .l-inbox .sub-ttl {
    width: 45%;
    margin: 0 auto;
    position: relative;
    right: -16px;
  }
}
#top-shop .txt {
  text-align: center;
  font-size: 0.75rem;
}
#top-shop .addlist {
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-shop .addlist li {
  margin-right: 10px;
}
#top-shop .addlist li:last-child {
  margin-right: 0;
}

.sub-center {
  padding: 1rem 0;
  padding-bottom: 0;
}
.sub-center.color {
  background: #fff1f1;
}
@media (min-width: 750px) {
  .sub-center.color {
    padding-bottom: 30px;
  }
}

.contact_contents .box {
  background: #ffffff;
  padding: 35px;
  -webkit-box-shadow: 0 0 6px 2px rgba(231, 231, 231, 0.8);
          box-shadow: 0 0 6px 2px rgba(231, 231, 231, 0.8);
}
@media (max-width: 749px) {
  .contact_contents .box {
    padding: 15px;
  }
}
.contact_contents dl {
  padding: 16px 0;
  border-bottom: 1px solid #fde6e4;
}
@media (min-width: 750px) {
  .contact_contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_contents dl:last-child {
  border-bottom: 0;
}
.contact_contents dl dt, .contact_contents dl dd {
  padding: 0 30px;
}
@media (max-width: 749px) {
  .contact_contents dl dt, .contact_contents dl dd {
    padding: 0 10px;
  }
}
@media (min-width: 750px) {
  .contact_contents dl dt {
    width: 250px;
  }
}
.contact_contents dl dt .hiss {
  font-weight: bold;
  float: right;
  color: #e31515;
}
.contact_contents dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 750px) {
  .contact_contents dl dd {
    padding-right: 45px;
  }
}
.contact_contents dl dd input[type=text] {
  background: #f7f7f7;
  border-radius: 2px;
  border: none;
  padding: 10px;
  width: 100%;
}
.contact_contents dl dd textarea {
  background: #f7f7f7;
  border-radius: 2px;
  border: none;
  padding: 10px;
  width: 100%;
  min-height: 140px;
}
.contact_contents dl dd input[type=radio] {
  background: #f7f7f7;
  margin-right: 2px;
}
.contact_contents dl dd select {
  background: #f7f7f7;
  border: none;
  padding: 0 10px;
}
.contact_contents dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact_contents dl dd ul li {
  margin-right: 12px;
}
.contact_contents dl dd ul li:last-child {
  margin-right: 0;
}
.contact_contents .form-btn {
  text-align: center;
  padding: 35px 0;
}
.contact_contents .form-btn input {
  font-weight: bold;
  background: #ff87a0;
  color: #ffffff;
  width: 300px;
  padding: 14px;
  text-align: center;
  border-radius: 3px;
}

.chat_type {
  margin-bottom: 35px;
}
.chat_type p {
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 10px;
}
.chat_type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat_type ul li {
  padding: 8px 40px;
  margin: 0 6px;
  text-align: center;
  background: url(../img/reward/bg_chat.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 749px) {
  .chat_type ul li {
    padding: 4px;
    width: 33.3333333333%;
    font-size: 0.5625rem;
  }
}
.chat_type ul li a {
  text-decoration: none;
  position: relative;
}
.chat_type ul li a:after {
  width: 10px;
  height: 8px;
  background: url(../img/reward/ico_arrow.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: -20px;
  top: 56%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 749px) {
  .chat_type ul li a:after {
    right: -10px;
  }
}

#type_02 {
  border-bottom: 1px solid #ffe1e1;
  margin-bottom: 20px;
}

.chat_type_col {
  background: #fff6f6;
  position: relative;
  padding: 45px;
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .chat_type_col {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.chat_type_col:last-child {
  margin-bottom: 0;
}
.chat_type_col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: url(../img/reward/bg_chat_type_head.jpg) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 749px) {
  .chat_type_col:before {
    height: 0.875rem;
  }
}
.chat_type_col:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url(../img/reward/bg_chat_type_bottom.jpg) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 749px) {
  .chat_type_col:after {
    height: 0.875rem;
  }
}
.chat_type_col .head {
  position: relative;
  z-index: 2;
}
@media (min-width: 750px) {
  .chat_type_col .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 749px) {
  .chat_type_col .head {
    padding-bottom: 4%;
  }
}
.chat_type_col .head .in {
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .chat_type_col .head .in {
    width: 500px;
    margin-right: 40px;
  }
}
.chat_type_col .head .in h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 750px) {
  .chat_type_col .head figure {
    width: 320px;
  }
}
@media (max-width: 749px) {
  .chat_type_col .head figure {
    padding: 0 6%;
  }
}
.chat_type_col .head figure img {
  width: 100%;
}

.feature_contents {
  margin-bottom: 45px;
}
.feature_contents h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .feature_contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature_contents ul li {
  background: #fbf2f2;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 750px) {
  .feature_contents ul li {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 749px) {
  .feature_contents ul li {
    margin-bottom: 35px;
  }
  .feature_contents ul li:last-child {
    margin-bottom: 0;
  }
}
.feature_contents ul li .label {
  width: 46px;
  margin: 0 auto;
  position: relative;
  top: -14px;
}
.feature_contents ul li .in .ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  text-align: center;
}
.feature_contents ul li .in .ico {
  text-align: center;
  width: 75px;
  padding: 15px 0;
  margin: 0 auto;
}
.feature_contents ul li .in .txt {
  padding: 0 12px;
  font-size: 0.8125rem;
}

.flow_contents {
  margin-bottom: 60px;
}
.flow_contents h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .flow_contents ul {
    margin: 0 6vw;
  }
}
.flow_contents ul li {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  min-height: 80px;
}
@media (max-width: 749px) {
  .flow_contents ul li {
    padding: 4vw 0;
  }
}
.flow_contents ul li:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/work/ico_sankaku.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: traslate(0, -50%);
          transform: traslate(0, -50%);
}
.flow_contents ul li:last-child:after {
  display: none;
}
.flow_contents ul li .in {
  padding-left: 100px;
}
.flow_contents ul li i {
  position: absolute;
  background: #eb8076;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  line-height: 0;
  padding: 16px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  .flow_contents ul li i {
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.flow_contents ul li i span {
  display: block;
  width: 60px;
  text-align: center;
}
.flow_contents ul li i .engstep {
  font-size: 12px;
}
.flow_contents ul li i .num {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .flow_contents ul li {
    padding: 10px;
  }
}
.flow_contents ul li:last-child {
  margin-bottom: 0;
}
.flow_contents ul li .txt {
  font-size: 0.875rem;
}

.outline_contents h2 {
  text-align: center;
  margin-bottom: 35px;
}
.outline_contents .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fceceb;
}
@media (max-width: 749px) {
  .outline_contents .table dl {
    display: block;
  }
}
.outline_contents .table dl dt, .outline_contents .table dl dd {
  padding: 12px;
}
.outline_contents .table dl dt {
  text-align: center;
  background: #fff2f1;
}
@media (min-width: 750px) {
  .outline_contents .table dl dt {
    width: 150px;
  }
}
.outline_contents .table dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inteview_contents {
  padding-bottom: 60px;
}
@media (max-width: 749px) {
  .inteview_contents {
    padding: 0 4vw;
    padding-bottom: 60px;
  }
}
.inteview_contents .interview_n .label {
  background: #ffe4e3;
  margin: 15px 0;
  padding: 8px;
  line-height: 1;
}
.inteview_contents .interview_n dl {
  border-bottom: 1px solid #eae8e7;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.inteview_contents .interview_n dl dt {
  min-height: 30px;
  padding-left: 40px;
  position: relative;
}
.inteview_contents .interview_n dl dt i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  display: inline-block;
}
@media (max-width: 749px) {
  .inteview_contents .interview_n dl dt i {
    top: 8px;
  }
}
.inteview_contents .interview_n dl dd {
  padding-left: 40px;
  min-height: 30px;
  position: relative;
}
.inteview_contents .interview_n dl dd i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  display: inline-block;
}
@media (max-width: 749px) {
  .inteview_contents .interview_n dl dd i {
    top: 8px;
  }
}
.inteview_contents .other_interview {
  margin-top: 50px;
}
.inteview_contents .other_interview h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 749px) {
  .inteview_contents .other_interview h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.inteview_contents .other_interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 750px) {
  .inteview_contents .other_interview ul {
    gap: 0 20px;
  }
}
.inteview_contents .other_interview ul li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 749px) {
  .inteview_contents .other_interview ul li {
    width: calc(33.3333333333% - 5px);
  }
}
.inteview_contents .other_interview ul li a {
  text-decoration: none;
}
@media (max-width: 749px) {
  .inteview_contents .other_interview ul li dl {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.inteview_contents .other_interview ul li dl dt figure {
  text-align: center;
  margin-bottom: 10px;
}
.inteview_contents .other_interview ul li dl dd {
  text-align: center;
}
.inteview_contents .list {
  margin-bottom: 35px;
}
.inteview_contents .list .col {
  background: #fefefe;
  -webkit-box-shadow: 10px 10px 0 rgb(255, 224, 224);
          box-shadow: 10px 10px 0 rgb(255, 224, 224);
  padding: 25px;
  position: relative;
}
.inteview_contents .list .col:before {
  content: "";
  background: url(../img/bg_interview.png) no-repeat right top;
  width: 200px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}
.inteview_contents .list .col_in {
  position: relative;
}
@media (min-width: 750px) {
  .inteview_contents .list .col_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 750px) {
  .inteview_contents .list .col_in figure {
    margin-right: 30px;
    width: 300px;
  }
}
.inteview_contents .list .col_in .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inteview_contents .list .col_in .in .name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.inteview_contents .list .col_in .in .txt {
  margin-bottom: 10px;
}
.inteview_contents .list .col_in .in dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.inteview_contents .list .col_in .in dl:last-child {
  margin-bottom: 0;
}
.inteview_contents .list .col_in .in dl dt, .inteview_contents .list .col_in .in dl dd {
  padding: 4px;
  font-size: 0.8125rem;
}
.inteview_contents .list .col_in .in dl dt {
  text-align: center;
  font-weight: bold;
  background: #ffe4e3;
}
@media (min-width: 750px) {
  .inteview_contents .list .col_in .in dl dt {
    width: 120px;
    margin-right: 10px;
  }
}
@media (max-width: 749px) {
  .inteview_contents .list .col_in .in dl dt {
    width: 140px;
  }
}
.inteview_contents .list .col_in .in dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inteview_contents .list .col_in .in .more {
  text-align: right;
}
.inteview_contents .list .col_in .in .more a {
  color: #ff5531;
}

.blog_contents .list .col {
  padding: 35px;
  background: #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.blog_contents .list .col h2 {
  border-bottom: 1px solid #fde6e4;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .blog_contents .list .col h2 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.blog_contents .list .col h2 a {
  text-decoration: none;
}
.blog_contents .list .col .blog-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.blog_contents .list .col .blog-image li {
  margin-right: 20px;
}
.blog_contents .list .col .blog-image li:last-child {
  margin-right: 0;
}

@media (max-width: 749px) {
  .faq_contents {
    padding-bottom: 6vw;
  }
}
.faq_contents .list dl {
  margin-bottom: 15px;
}
.faq_contents .list dl dt {
  background: #fefefe;
  border-radius: 18px;
  position: relative;
  z-index: 40;
  padding: 14px;
  padding-left: 70px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 749px) {
  .faq_contents .list dl dt {
    padding: 12px 15vw 12px 4vw;
    line-height: 1.4;
  }
}
.faq_contents .list dl dt:before {
  background: url(../img/ico_open.png) no-repeat right center;
  background-size: 20px;
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 0px;
}
@media (max-width: 749px) {
  .faq_contents .list dl dt {
    padding-left: 3.125rem;
  }
}
.faq_contents .list dl dt i {
  position: absolute;
  left: 25px;
  top: 16px;
  width: 20px;
  display: inline-block;
}
.faq_contents .list dl dd {
  border-radius: 18px;
  background: #ffe6e8;
  margin-top: -30px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  display: none;
}
@media (max-width: 749px) {
  .faq_contents .list dl dd {
    padding-left: 3.125rem;
  }
}
.faq_contents .list dl dd i {
  position: absolute;
  left: 25px;
  top: 45px;
  width: 20px;
  display: inline-block;
}

.work_contents {
  padding-bottom: 60px;
}
@media (max-width: 749px) {
  .work_contents {
    padding-bottom: 1.875rem;
  }
}
.work_contents .lead {
  text-align: center;
  margin-bottom: 40px;
}
.work_contents .lead .catch {
  width: 340px;
  margin: 0 auto 20px;
}
@media (max-width: 749px) {
  .work_contents .lead .catch {
    width: 82%;
  }
}
.work_contents .lead .catch2 {
  width: 420px;
  margin: 0 auto 20px;
}
@media (max-width: 749px) {
  .work_contents .lead .catch2 {
    width: 90%;
  }
}
.work_contents .mainimg {
  margin-bottom: 45px;
}
.work_contents .list {
  padding: 0 12px;
}
.work_contents .list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .work_contents .list .col {
    display: block;
  }
}
@media (min-width: 750px) {
  .work_contents .list .col {
    padding: 0 20px;
  }
}
@media (min-width: 750px) {
  .work_contents .list .col .in {
    width: 500px;
    margin-right: 45px;
  }
}
.work_contents .list .col .in .label {
  width: 80px;
}
.work_contents .list .col .in h2 {
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .work_contents .list .col .in h2 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media (min-width: 750px) {
  .work_contents .list .col figure {
    width: 300px;
  }
}
@media (max-width: 749px) {
  .work_contents .list .col figure {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.pankuzu {
  padding-bottom: 25px;
  font-size: 0.75rem;
}
.pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu ul li {
  font-size: 0.75rem;
  margin-right: 20px;
}
.pankuzu ul li:last-child {
  margin-right: 0;
}
.pankuzu ul li a {
  text-decoration: none;
  position: relative;
}
.pankuzu ul li a:before {
  content: ">";
  position: absolute;
  right: -15px;
  top: 0;
  display: block;
}

#top-visual {
  position: relative;
}
@media (min-width: 750px) {
  #top-visual .visual-inner-img {
    height: 47vw;
    overflow: hidden;
  }
}
@media (max-width: 749px) {
  #top-visual .visual-inner-img {
    width: 100%;
    height: 29.375rem;
  }
}
#top-visual .visual-inner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #top-visual .visual-inner-img img {
    height: auto;
    display: block;
  }
}

#sub-visual {
  position: relative;
}
#sub-visual .visual-inner {
  background: url(../img/bg_subttl.png) no-repeat;
}
@media (max-width: 749px) {
  #sub-visual .visual-inner {
    background-size: cover;
  }
}

@media (min-width: 750px) {
  #top-reward .l-inbox {
    width: 780px;
  }
}
@media (max-width: 749px) {
  #top-reward .sub-ttl {
    width: 92%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 750px) {
  #top-reward .sub-ttl .englabel {
    width: 360px;
    margin: 0 auto;
  }
}
#top-reward .main-txt {
  text-align: center;
  margin-bottom: 30px;
}
#top-reward .list {
  margin-bottom: 35px;
}
#top-reward .list .col {
  background: #fefefe;
  -webkit-box-shadow: 10px 10px 0 rgb(255, 224, 224);
          box-shadow: 10px 10px 0 rgb(255, 224, 224);
  padding: 25px;
  position: relative;
}
@media (min-width: 750px) {
  #top-reward .list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top-reward .list .col:before {
  content: "";
  background: url(../img/bg_interview.png) no-repeat right top;
  width: 200px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 750px) {
  #top-reward .list .col figure {
    margin-right: 30px;
    width: 400px;
  }
}
#top-reward .list .col .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top-reward .list .col .in .name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 6px;
}
#top-reward .list .col .in .txt {
  margin-bottom: 10px;
}
#top-reward .list .col .in dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#top-reward .list .col .in dl:last-child {
  margin-bottom: 0;
}
#top-reward .list .col .in dl dt, #top-reward .list .col .in dl dd {
  padding: 4px;
}
#top-reward .list .col .in dl dt {
  text-align: center;
  font-weight: bold;
  background: #ffe4e3;
}
@media (min-width: 750px) {
  #top-reward .list .col .in dl dt {
    width: 120px;
    margin-right: 10px;
  }
}
@media (max-width: 749px) {
  #top-reward .list .col .in dl dt {
    width: 140px;
  }
}
#top-reward .list .col .in dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top-reward .list .col .in .more {
  text-align: right;
}
#top-reward .list .col .in .more a {
  color: #ff5531;
}

@media (max-width: 749px) {
  #top-faq .sub-ttl {
    width: 43%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 750px) {
  #top-faq .sub-ttl .englabel {
    width: 190px;
    margin: 0 auto;
  }
}
#top-faq .list dl {
  margin-bottom: 15px;
}
#top-faq .list dl dt {
  background: #fefefe;
  border-radius: 18px;
  position: relative;
  padding: 14px;
  padding-left: 70px;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 749px) {
  #top-faq .list dl dt {
    padding: 12px 15vw 12px 4vw;
    line-height: 1.4;
  }
}
#top-faq .list dl dt:before {
  background: url(../img/ico_open.png) no-repeat right center;
  background-size: 20px;
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 0px;
}
@media (max-width: 749px) {
  #top-faq .list dl dt {
    padding-left: 3.125rem;
  }
}
#top-faq .list dl dt i {
  position: absolute;
  left: 25px;
  top: 16px;
  width: 20px;
  display: inline-block;
}
#top-faq .list dl dd {
  border-radius: 18px;
  background: #ffe6e8;
  margin-top: -30px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  display: none;
}
@media (max-width: 749px) {
  #top-faq .list dl dd {
    padding-left: 3.125rem;
  }
}
#top-faq .list dl dd i {
  position: absolute;
  left: 25px;
  top: 45px;
  width: 20px;
  display: inline-block;
}

#top-shop .l-inbox .sub-ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  #top-shop .l-inbox .sub-ttl {
    margin-bottom: 0;
  }
}
#top-shop .l-inbox .sub-ttl .jp {
  font-weight: bold;
  width: 160px;
  margin: 0 auto;
  font-size: 1.4375rem;
}
@media (max-width: 749px) {
  #top-shop .l-inbox .sub-ttl .jp {
    font-size: 1.0625rem;
    width: 80%;
  }
  #top-shop .l-inbox .sub-ttl .jp img {
    width: 100%;
  }
}
#top-shop .l-inbox .addlist li {
  font-size: 0.875rem;
  padding-right: 10px;
}
@media (max-width: 749px) {
  #top-shop .l-inbox .addlist li {
    font-size: 0.5625rem;
    padding-right: 0;
  }
}
#top-shop .l-inbox .addlist li:last-child {
  padding-right: 0;
}

@media (min-width: 750px) {
  #top-blog .sub-ttl .englabel {
    width: 190px;
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  #top-blog .sub-ttl .englabel {
    width: 40%;
    margin: 0 auto;
    position: relative;
    right: -16px;
  }
}
#top-blog .list .col {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
#top-blog .list .col a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-blog .list .col .ttl {
  margin-bottom: 15px;
}
#top-blog .list .col .caption {
  font-size: 0.8125rem;
  color: #797979;
}
@media (min-width: 750px) {
  #top-blog .list .col .in {
    margin-right: 45px;
  }
}
@media (max-width: 749px) {
  #top-blog .list .col .in {
    margin-right: 15px;
  }
}
#top-blog .list .col figure {
  width: 120px;
  height: auto;
}
#top-blog .list .col figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 749px) {
  #top-blog .list .col figure {
    width: 10rem;
    text-align: center;
    margin-top: 10px;
  }
}

#sub-message {
  background: #f1f1f1;
  padding: 60px 0;
}
#sub-message .content p {
  line-height: 2.5;
}
#sub-message .content .ph {
  float: right;
  display: inline;
  margin-left: 30px;
  margin-bottom: 30px;
}
#sub-message .content .ph p {
  line-height: 1.2;
}
#sub-message .content .ph p strong {
  font-size: 1.25rem;
}
#sub-message .content .ph img {
  width: 180px;
  display: inline-block;
  margin-bottom: 10px;
}

#sub-history {
  padding: 60px 0;
}
#sub-history .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub-history .list ul li .label {
  color: #1182d3;
  font-size: 20px;
  margin-right: 50px;
  width: 80px;
  font-weight: bold;
}
#sub-history .list ul li:nth-of-type(2n) {
  background: #f1f1f1;
}

#sub-visual {
  position: relative;
}
@media (min-width: 750px) {
  #sub-visual {
    padding-top: 2.1875rem;
  }
}
@media (max-width: 749px) {
  #sub-visual {
    padding-top: 3.125rem;
  }
}
#sub-visual .visual-inner {
  position: relative;
  height: 14.9rem;
}
@media (max-width: 749px) {
  #sub-visual .visual-inner {
    height: 36vw;
    line-height: 1.6;
  }
}
#sub-visual .visual-inner-img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sub-visual .visual-inner-img .eng, #sub-visual .visual-inner-img .footer .footer-inner-wrapper .englabel, .footer .footer-inner-wrapper #sub-visual .visual-inner-img .englabel, #sub-visual .visual-inner-img .sub-ttl .englabel, .sub-ttl #sub-visual .visual-inner-img .englabel, #sub-visual .visual-inner-img #sub-history .list ul li .label, #sub-history .list ul li #sub-visual .visual-inner-img .label {
  color: #ffaeb5;
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  #sub-visual .visual-inner-img .eng, #sub-visual .visual-inner-img .footer .footer-inner-wrapper .englabel, .footer .footer-inner-wrapper #sub-visual .visual-inner-img .englabel, #sub-visual .visual-inner-img .sub-ttl .englabel, .sub-ttl #sub-visual .visual-inner-img .englabel, #sub-visual .visual-inner-img #sub-history .list ul li .label, #sub-history .list ul li #sub-visual .visual-inner-img .label {
    font-size: 1.5625rem;
  }
}
#sub-visual .visual-inner-img .jp {
  font-weight: bold;
  font-size: 2.1875rem;
}
@media (max-width: 749px) {
  #sub-visual .visual-inner-img .jp {
    font-size: 1.125rem;
  }
}
#sub-visual .visual-inner-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 6;
}
#sub-visual .visual-inner-ttl .visual-inner-ttl-heading strong {
  background: #ffffff;
  display: inline-block;
  padding: 6px;
  font-size: 1.625rem;
  margin-bottom: 10px;
}
#sub-visual .visual-inner-ttl .visual-inner-ttl-heading strong:last-child {
  margin-bottom: 0;
}

#sub-member {
  background: #f1f1f1;
  padding-bottom: 60px;
}
#sub-member .list .col {
  margin-bottom: 35px;
  background: #ffffff;
  padding: 35px;
}
#sub-member .list .col:last-child {
  margin-bottom: 0;
}
#sub-member .list .col h3 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 1.5rem;
  border-left: 5px solid #3fa4ec;
}
#sub-member .list .col h3 .label {
  background: #1182d3;
  color: #ffffff;
  border-radius: 12px;
  margin-left: 12px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 12px;
}
#sub-member .list .col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sub-member .list .col ul li {
  width: 50%;
  padding: 4px;
}
#sub-member .list .col ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub-member .list .col ul li dl dt {
  text-align: center;
  width: 90px;
  padding: 5px 12px;
  background: #e6e6e6;
  border-radius: 50px;
  margin-right: 20px;
}

.contents {
  padding: 30px 0;
}
@media (max-width: 749px) {
  .contents {
    padding: 2.1875rem 0;
  }
}

@media (min-width: 750px) {
  #top-about {
    padding-top: 0 !important;
  }
}
#top-about .btn {
  margin-top: 20px;
}
@media (min-width: 750px) {
  #top-about .l-inbox {
    width: 1000px;
  }
}
#top-about .ico_01 {
  position: absolute;
  width: 50px;
  display: inline-block;
}
@media (min-width: 750px) {
  #top-about .ico_01 {
    left: -50px;
    top: -10px;
  }
}
@media (max-width: 749px) {
  #top-about .ico_01 {
    right: 6px;
    top: 15px;
    width: 40px;
  }
}
#top-about .ico_02 {
  position: absolute;
  width: 40px;
  display: inline-block;
}
@media (min-width: 750px) {
  #top-about .ico_02 {
    right: 100px;
    top: -10px;
  }
}
@media (max-width: 749px) {
  #top-about .ico_02 {
    right: 6px;
    top: 15px;
    width: 30px;
  }
}
#top-about .list .col:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 750px) {
  #top-about .list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  #top-about .list .col {
    margin-bottom: 35px;
  }
  #top-about .list .col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  #top-about .list .col:nth-of-type(2n) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top-about .list .col:nth-of-type(2n) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 40px;
  }
}
@media (min-width: 750px) {
  #top-about .list .col figure {
    width: 400px;
  }
}
@media (max-width: 749px) {
  #top-about .list .col figure {
    margin-top: 35px;
  }
}
@media (min-width: 750px) {
  #top-about .list .col .in {
    padding-right: 40px;
    width: 500px;
  }
}
#top-about .list .col .in h3 {
  position: relative;
  font-size: 1.375rem;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  #top-about .list .col .in h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 749px) {
  #top-about .list .col .in h3 {
    margin-bottom: 12px;
  }
}

/*wp-pagenavi 05*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 25px 0 45px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  background-color: #666666;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #FF0037;
  border-color: #FF0037;
}

.wp-pagenavi span.current {
  color: #777;
  background-color: #CFD5DA;
  border-color: #CFD5D;
  font-weight: bold;
}
.footer_bnr_list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.footer_bnr_list div {
  margin: 0 10px;
}
@media (max-width: 749px) {
.footer_bnr_list {
  flex-flow: column;
  padding: 0 6vw;
  width: 100%;
}
.footer_bnr_list div {
  margin-bottom: 12px;
}
.footer_bnr_list div:last-child {
  margin-bottom: 0;
}
}