@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.cnt, #wrapper, footer .f-inner {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}

.cnt-wide {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ========================================================= */
/* カラー */
/* ========================================================= */
.c_orange {
  color: #ff8220;
}

.c_green {
  color: rgb(0, 105, 52);
}

.c_pink {
  color: #e261b1;
}

.c_blue {
  color: #003e92;
}

.c_red {
  color: #c00033;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_ar {
  font-family: "arial";
}

.f_arb {
  font-family: "arial black";
}

.f_noto, .shiny-btn, .back-btn, .qa-q h3, .glp-searchcond .radio label, .glp-searchcond .checkbox label, .glp-searchcond__btm-box input[type=reset], .glp-searchcond .search-btn, .top .fv .badge, .top .fv-subcopy, .top .fv-point li, .under-redirect .red-container h2, h1,
h2,
h3,
h4,
h5, p,
li,
dt,
dd,
table,
th,
td, header .logo, .g-menuarea .contact-btn, #g-nav .contact-btn, #nav-toggle::after, .smp-contact .contact-btn {
  font-family: "Noto Sans JP", sans-serif;
}

.f_robo, .top .glp-step .step li .lb::before, footer .f-inner .corpname {
  font-family: "Roboto", sans-serif;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold,
strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.marker {
  background-color: #fff5b0;
}

.marker-btm {
  background: linear-gradient(transparent 60%, #fff494 0%);
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.glp-searchcond .search-btn, header, header::before, header .logo, .g-menuarea, .g-menuarea .g-menu, .g-menuarea .g-menu li a, .g-menuarea .g-menu li a::after, .g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a::after, .g-menuarea .g-menu li .sub-menu li a, #nav-toggle, #btm-btn ul li a.pagetop {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-8px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-ani01 {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  3% {
    transform: rotate(-5deg) translateY(-8px);
  }
  6% {
    transform: rotate(0deg) translateY(0);
  }
  9% {
    transform: rotate(4deg);
  }
  11% {
    transform: rotate(0);
  }
  /*  75% {
    transform: rotate(5deg);
  }*/
  100% {
    transform: rotate(0deg);
  }
}
@keyframes zoom-ani01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-ani02 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.mauto, #wrapper, footer .f-inner,
article .mauto {
  margin-left: auto;
  margin-right: auto;
}

.mtop-0 {
  margin-top: 0 !important;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scrollbox {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  box-sizing: border-box;
  /*  scrollbar-base-color: #E6E6E6;
  scrollbar-3dlight-color: #E6E6E6;
  scrollbar-arrow-color: #E6E6E6;
  scrollbar-darkshadow-color: #E6E6E6;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #E6E6E6;*/
  /*スクロールバー全体*/
  /*横スクロールバー全体*/
  /*スクロールバー上下左右末端のボタン*/
  /*ドラッグするツマミ部分*/
  /*右下角部分*/
}
.scrollbox::-webkit-scrollbar {
  width: 10px;
}
.scrollbox::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
body {
  text-align: center;
  color: #222222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
  position: relative;
  background-color: white;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
body.fixed {
  overflow: auto;
  height: 100%;
}

p,
li,
dt,
dd,
table,
th,
td {
  font-weight: 400;
  line-height: 2;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #003e92;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:visited {
  color: #003e92;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  opacity: 0.1;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

a:hover,
a:hover img,
input[type=submit]:hover {
  opacity: 0.8;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
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;
}

@media screen and (max-width: 1199px) and (min-width: 1040px) {
  .cnt, footer .f-inner, #wrapper {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cnt, footer .f-inner, #wrapper {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .cnt, footer .f-inner, #wrapper {
    max-width: calc(100% - 50px);
  }
  .cnt-wide {
    max-width: 100%;
  }
  .br-pc,
  .dn-sp {
    display: none;
  }
  .br-sp,
  .dn-pc {
    display: block;
  }
  body {
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .cnt, footer .f-inner, #wrapper {
    max-width: calc(100% - 30px);
  }
  body {
    font-size: 1.4rem;
  }
}
#wrapper {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: white;
  box-shadow: 0 0 40px rgba(102, 102, 102, 0.35);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #wrapper {
    padding: 0 25px;
    max-width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0;
    max-width: 100%;
    box-shadow: none;
  }
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  padding: 0;
  position: fixed;
  position: absolute;
  box-sizing: border-box;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
    padding: 0;
    justify-content: center;
    top: 0;
  }
}
header::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  right: 0;
}
header .logo {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 2.1rem;
  font-weight: 800;
}
header#is-fixed {
  justify-content: center;
  height: 70px;
  top: 0;
  position: fixed;
}
header#is-fixed::before {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  header.is-fixed {
    height: 70px;
    top: 0;
    position: fixed;
  }
  header.is-fixed::before {
    width: 100%;
  }
  header.is-fixed .g-menuarea {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 1199px) and (min-width: 1040px) {
  header.is-fixed {
    height: 70px;
    top: 0;
    position: fixed;
  }
  header.is-fixed::before {
    width: 100%;
  }
  header.is-fixed .g-menuarea {
    background-color: rgba(0, 0, 0, 0);
  }
}
/* ----------------------------------------- */
/* グローバルメニュー
/* ----------------------------------------- */
.g-menuarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 50px;
}
@media screen and (max-width: 767px) {
  .g-menuarea {
    display: none;
  }
}
.g-menuarea .g-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .g-menuarea .g-menu {
    display: none;
  }
}
.g-menuarea .g-menu li {
  position: relative;
}
.g-menuarea .g-menu li:last-child::after {
  display: none;
}
.g-menuarea .g-menu li a {
  padding: 1em 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) and (min-width: 1040px) {
  .g-menuarea .g-menu li a {
    padding: 1em 10px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .g-menuarea .g-menu li a {
    padding: 1em 7.5px;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.g-menuarea .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.g-menuarea .g-menu li a span {
  position: relative;
  z-index: 5;
}
.g-menuarea .g-menu li a:hover {
  opacity: 1;
}
.g-menuarea .g-menu li a:hover::after {
  width: 60px;
}
.g-menuarea .g-menu li .submenuWrap {
  display: none;
  width: 240px;
  max-width: 240px;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border: 1px solid white;
  background-color: white;
  box-shadow: 10px 10px 15px rgba(34, 34, 34, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu {
  display: table;
  margin: 0 auto;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li {
  width: 100%;
  max-width: 100%;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a {
  padding: 0.5em 0 0.5em 1em;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a:hover {
  background-color: transparent;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a:hover::after {
  width: 100%;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.g-menuarea .g-menu li .submenuWrap .submenuWrap-2 .sub-menu li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.g-menuarea .g-menu li .sub-menu {
  margin: 0;
}
.g-menuarea .g-menu li .sub-menu li::after {
  display: none;
}
.g-menuarea .g-menu li .sub-menu li a {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0.5em 1em;
  color: #222222;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  text-align: left;
  line-height: 1.5;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
.g-menuarea .g-menu li .sub-menu li a:hover {
  opacity: 1;
  background-color: black;
  color: white;
}
.g-menuarea .g-menu li .sub-menu li a::before {
  display: none;
}
.g-menuarea .g-menu li .sub-menu li a::after {
  display: none;
}
.g-menuarea .g-menu + div {
  display: flex;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .g-menuarea .g-menu + div {
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-end;
  }
}
.g-menuarea .sns {
  margin-left: 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .g-menuarea .sns {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .g-menuarea .sns {
    margin-left: 0;
  }
}
.g-menuarea .sns li {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .g-menuarea .sns li {
    margin-right: 0.75em;
  }
}
.g-menuarea .sns li:last-child {
  margin-right: 0;
}
.g-menuarea .sns li a {
  font-size: 2.4rem;
  color: white;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .g-menuarea .sns li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .g-menuarea .sns li a {
    font-size: 2rem;
  }
}
.g-menuarea .contact-btn {
  margin-left: 35px;
  display: inline-flex;
  padding: 0.75em 2em;
  justify-content: center;
  align-items: center;
  background-color: #c00033;
  font-size: 1.5rem;
  font-weight: 500;
  color: #222222;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .g-menuarea .contact-btn {
    margin: 0;
    padding: 0.5em 0.75em;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.g-menuarea .contact-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.g-menuarea .contact-btn i {
  margin-top: 0.15em;
  font-size: 1.4rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .g-menuarea .contact-btn i {
    margin: 0;
    font-size: 1.8rem;
  }
}
#front .g-menuarea .g-menu li:first-child {
  display: none;
}

/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
/* ====================================================================== */
/* Menu（スマホ） */
/* ====================================================================== */
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: -100%;
  width: 300px;
  max-width: 300px;
  height: 100vh; /*ナビの高さ*/
  background: #222222;
  /*動き*/
  transition: all 0.3s;
  box-sizing: border-box;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 300px;
  max-width: 300px;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 1em 1em 1em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  text-align: left;
  line-height: 1.4;
}
#g-nav #dmenu li a::after,
#g-nav #menu-foot_navi li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1rem;
  font-weight: normal;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  margin-left: 2em;
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.75em 2em 0.75em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}
#g-nav #dmenu.ctmenu,
#g-nav #menu-foot_navi.ctmenu {
  margin-top: 50px;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#g-nav #dmenu.ctmenu li,
#g-nav #menu-foot_navi.ctmenu li {
  width: 50%;
  border: none;
}
#g-nav #dmenu.ctmenu li a,
#g-nav #menu-foot_navi.ctmenu li a {
  padding: 0.5em 1em;
  color: #222222;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
}
#g-nav #dmenu.ctmenu li a::before,
#g-nav #menu-foot_navi.ctmenu li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
#g-nav .sns {
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
}
#g-nav .sns li {
  margin: 0 1em;
}
#g-nav .sns li a {
  font-size: 2.4rem;
  color: white;
}
#g-nav .contact-btn {
  margin: 25px auto 0;
  display: flex;
  width: calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding: 1em 1em;
  justify-content: center;
  align-items: center;
  background-color: #c00033;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
}
#g-nav .contact-btn i {
  margin-top: 0.15em;
  font-size: 1.4rem;
  margin-right: 0.5em;
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
#nav-toggle::after {
  content: "MENU";
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-size: 1rem;
  color: white;
  transform-origin: 0 100%;
  transform: scale(0.8) translateX(-50%);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #nav-toggle::after {
    bottom: 30px;
  }
}
#nav-toggle.is-eff span {
  background-color: #222222;
}
#nav-toggle.is-eff::after {
  color: #222222;
}
#nav-toggle > div {
  position: relative;
  width: 70px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #nav-toggle > div {
    width: 90px;
  }
}
#nav-toggle span {
  width: 26px;
  height: 1px;
  left: 17px;
  display: block;
  background-color: white;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.2s ease;
  border-radius: 10px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #nav-toggle span {
    width: 35px;
  }
}
#nav-toggle span:nth-child(1) {
  top: 20px;
}
#nav-toggle span:nth-child(2) {
  top: 32px;
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  color: white;
  display: none;
}
#nav-toggle.active span {
  background-color: white;
}
#nav-toggle.active span:nth-child(1) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span.menu-ttl {
  display: none;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  padding-bottom: 100px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  article {
    padding-bottom: 0;
  }
}

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
article table {
  width: 100%;
  border-collapse: collapse;
}

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
article ul.list-disc li,
article ol.list-disc li {
  margin-left: 20px;
  list-style-type: disc;
}
article ul.list-none li,
article ol.list-none li {
  margin-left: 20px;
  list-style-type: none;
}
article ul.list-num li,
article ol.list-num li {
  margin-left: 20px;
  list-style-type: decimal;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 30;
}
footer .f-inner {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer .f-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer .f-inner p {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  footer .f-inner p:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}
footer .f-inner .corpname {
  display: table;
  margin: 0 auto;
  padding-top: 1em;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
footer .f-inner .corpname::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  footer .f-inner .corpname {
    font-size: 1.6rem;
    text-align: center;
  }
}
footer .f-inner .corpname a {
  color: #222222;
  text-decoration: none;
}
footer .f-inner .footer__link {
  font-size: 1.4rem;
  text-align: center;
}
footer .f-inner .footer__link a {
  margin: 0 10px;
  color: #222;
}
@media screen and (max-width: 767px) {
  footer .f-inner .footer__link {
    font-size: 1.2rem;
  }
}

footer .f-inner .footer__copyright {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .f-inner .footer__copyright {
    font-size: 1.2rem;
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}

.smp-contact {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: block;
  }
}
.smp-contact .contact-btn {
  display: inline-flex;
  padding: 1em 1em;
  justify-content: center;
  align-items: center;
  background-color: #c00033;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.smp-contact .contact-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.smp-contact .contact-btn i {
  margin-top: 0.15em;
  font-size: 1.4rem;
  margin-right: 0.5em;
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: #fce57d;
  border: 2px solid #222222;
  color: #222222;
  border-radius: 50%;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
/* ================================================================== */
/* Modal */
/* ================================================================== */
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

/* ================================================================== */
/* Parts */
/* ================================================================== */
.hd-1 {
  display: table;
  margin: 0 auto;
  padding: 0.5em 1em;
  font-size: 3.2rem;
  font-weight: 600;
  background-color: white;
  border: 2.5px solid #222222;
  box-shadow: 7px 7px 0px #dadada;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hd-1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 320px) {
  .hd-1 {
    font-size: 1.9rem;
    letter-spacing: -0.05em;
  }
}
.hd-1::before, .hd-1::after {
  content: "・・・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: -0.5em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .hd-1::before, .hd-1::after {
    font-size: 1.9rem;
  }
}
.hd-1::before {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .hd-1::before {
    left: -40px;
  }
}
.hd-1::after {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .hd-1::after {
    right: -40px;
  }
}

.hd-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hd-2 {
    padding: 0.5em 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .hd-2 {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}
.hd-2-head {
  display: table;
  margin: 0 auto 20px;
  padding: 0 1em 0.5em;
  font-size: 2.4rem;
  position: relative;
  border-bottom: 2px solid #222222;
}
@media screen and (max-width: 767px) {
  .hd-2-head {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .hd-2-head {
    font-size: 1.5rem;
  }
}
.hd-2-head::before, .hd-2-head::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.hd-2-head::before {
  background-color: #222222;
}
.hd-2-head::after {
  bottom: -12px;
  background-color: white;
}
.hd-2-ttl {
  display: table;
  position: relative;
}
.hd-2-ttl::before, .hd-2-ttl::after {
  content: "・・・";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .hd-2-ttl::before, .hd-2-ttl::after {
    display: none;
  }
}
.hd-2-ttl::before {
  left: -5em;
}
.hd-2-ttl::after {
  right: -5em;
}
.hd-2-ttl-ptn1 small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .hd-2-ttl-ptn1 small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .hd-2-ttl-ptn1 small {
    font-size: 1.6rem;
  }
}
.hd-2-ttl-ptn1 strong {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .hd-2-ttl-ptn1 strong {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 320px) {
  .hd-2-ttl-ptn1 strong {
    font-size: 3.2rem;
  }
}
.hd-2 .pic {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 220px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .hd-2 .pic {
    left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .hd-2 .pic {
    width: 90px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hd-2 .pic-2 {
  width: 90px;
  height: 90px;
  left: 150px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .hd-2 .pic-2 {
    left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hd-2 .pic-2 {
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hd-2 .pic-3 {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 180px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .hd-2 .pic-3 {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hd-2 .pic-3 {
    width: 45px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hd-2 .deco {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .hd-2 .deco {
    width: 36px;
    height: 36px;
  }
}
.hd-2 .deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
}
.hd-2 .deco-rv {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.shiny-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  background-color: #c00033;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .shiny-btn {
    font-size: 1.4rem;
  }
}
.shiny-btn:visited {
  color: white;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shiny-btn span {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.shiny-btn span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .shiny-btn span::after {
    font-size: 1.1rem;
    right: 10px;
  }
}

.back-btn {
  display: table;
  margin: 70px auto 0;
  padding: 1em 3.5em;
  color: #222222;
  border: 1px solid #222222;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .back-btn {
    font-size: 1.4rem;
  }
}
.back-btn:visited {
  color: #222222;
}
.back-btn span {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.back-btn span::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .back-btn span::after {
    font-size: 1.1rem;
  }
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.pan {
  display: flex;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .pan {
    padding: 1em;
  }
}
.pan li {
  margin-right: 1em;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pan li {
    font-size: 1.4rem;
  }
}
.pan li::after {
  margin-left: 1em;
  content: "\f105";
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
.pan li:last-child {
  font-weight: bold;
}
.pan li:last-child::after {
  display: none;
}

.qa {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .qa {
    margin-top: 15px;
  }
}
.qa-q {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.qa-q img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .qa-q img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 320px) {
  .qa-q img {
    width: 55px;
    height: 55px;
  }
}
.qa-q h3 {
  min-width: 500px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 25px;
  padding: 1.25em 1.5em;
  font-size: 2.2rem;
  font-weight: 700;
  border: 2px solid #222222;
  border-radius: 7px;
  background-color: #fff;
  color: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .qa-q h3 {
    padding: 0.75em;
    min-width: initial;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .qa-q h3 {
    font-size: 1.5rem;
  }
}
.qa-q h3::before, .qa-q h3::after {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .qa-q h3::before, .qa-q h3::after {
    height: 18px;
  }
}
.qa-q h3::before {
  background-color: #222222;
}
.qa-q h3::after {
  left: -12px;
  background-color: #fff;
}
.qa-a {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.qa-a img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .qa-a img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 320px) {
  .qa-a img {
    width: 50px;
    height: 50px;
  }
}
.qa-a__box {
  width: calc(100% - 120px - 35px);
}
@media screen and (max-width: 767px) {
  .qa-a__box {
    width: calc(100% - 70px - 15px);
  }
}
@media screen and (max-width: 320px) {
  .qa-a__box {
    width: calc(100% - 50px - 15px);
  }
}
.qa-a__box p:not(:first-child) {
  margin-top: 1em;
}
.qa-1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .qa-1 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
}
.qa-1 figure {
  margin-top: 50px;
  display: block;
  width: 300px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .qa-1 figure {
    margin-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .qa-1 figure {
    margin-top: 35px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.qa-1 figure img {
  display: block;
  width: 100%;
}
.qa-1__inner {
  width: calc(100% - 300px - 50px);
}
@media screen and (max-width: 767px) {
  .qa-1__inner {
    width: auto;
  }
}
.qa-3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .qa-3 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
}
.qa-3__img {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .qa-3__img {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .qa-3__img {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
.qa-3__img figure {
  display: block;
}
@media screen and (max-width: 767px) {
  .qa-3__img figure {
    width: calc(50% - 7.5px);
  }
}
.qa-3__img figure:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .qa-3__img figure:not(:first-child) {
    margin-top: 0;
  }
}
.qa-3__img figure img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.qa-3__img figure figcaption {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.qa-3__inner {
  width: calc(100% - 300px - 50px);
}
@media screen and (max-width: 767px) {
  .qa-3__inner {
    width: auto;
  }
}

.glp-searchcond {
  margin-top: 100px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .glp-searchcond {
    margin-top: 50px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .glp-searchcond .hd-2 {
    padding-top: 70px;
  }
}
.glp-searchcond__inner {
  margin-top: 35px;
  padding: 50px;
  background-color: #e6fefd;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .glp-searchcond__inner {
    margin-top: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchcond__inner {
    padding: 10px;
  }
}
.glp-searchcond__inner h3 {
  display: table;
  font-size: 2.1rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .glp-searchcond__inner h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchcond__inner h3 {
    font-size: 1.5rem;
  }
}
.glp-searchcond__inner h3::after {
  margin-left: 1em;
  content: "・・・";
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .glp-searchcond__inner h3::after {
    font-size: 1.3rem;
  }
}
.glp-searchcond__inner h3:not(:nth-of-type(1)) {
  margin-top: 35px;
}
.glp-searchcond .radio {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .radio {
    justify-content: space-between;
  }
}
.glp-searchcond .radio label {
  width: calc(33.3333333333% - 20px) !important;
  max-width: calc(33.3333333333% - 20px) !important;
  margin-top: 10px;
  margin-right: calc((100% - (33.3333333333% - 20px) * 3) / 2);
  display: flex;
  align-items: center;
  padding: 0.75em !important;
  padding-left: 2.5em !important;
  position: relative;
  max-width: 200px;
  margin-bottom: 0.4em;
  padding: 0.5em 0.7em;
  border: 1px solid #2589d0;
  border-radius: 4px;
  background-color: white;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #13c4ce;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .radio label {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    margin-right: 0;
    padding: 1em 0.25em !important;
    padding-left: 2.5em !important;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchcond .radio label {
    width: calc(50% - 2.5px) !important;
    max-width: calc(50% - 2.5px) !important;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.glp-searchcond .radio label:nth-of-type(3n) {
  margin-right: 0;
}
.glp-searchcond .radio label:has(:checked) {
  background-color: #ffe300;
  color: #222222;
}
.glp-searchcond .radio label::before, .glp-searchcond .radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
  border: 1px solid #13c4ce;
}
.glp-searchcond .radio label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .glp-searchcond .radio label::before {
    left: 10px;
  }
}
.glp-searchcond .radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 18.5px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #13c4ce;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .radio label:has(:checked)::after {
    left: 13.5px;
  }
}
.glp-searchcond .radio label .icon {
  display: block;
  margin: 0 0.5em;
  width: 16px;
  width: 16px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .radio label .icon {
    margin: 0 0.25em;
    width: 13px;
    height: 13px;
  }
}
.glp-searchcond .radio input {
  display: none;
}
.glp-searchcond .checkbox {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .checkbox {
    justify-content: space-between;
  }
}
.glp-searchcond .checkbox label {
  width: calc(33.3333333333% - 20px) !important;
  max-width: calc(33.3333333333% - 20px) !important;
  margin-top: 10px;
  margin-right: calc((100% - (33.3333333333% - 20px) * 3) / 2);
  display: flex;
  align-items: center;
  padding: 1em 0.75em !important;
  position: relative;
  max-width: 200px;
  margin-bottom: 0.4em;
  padding: 0.5em 0.7em;
  border: 1px solid #2589d0;
  border-radius: 4px;
  background-color: white;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #13c4ce;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .checkbox label {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    margin-right: 0;
    padding: 1em 0.25em !important;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchcond .checkbox label {
    width: calc(50% - 2.5px) !important;
    max-width: calc(50% - 2.5px) !important;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.glp-searchcond .checkbox label:nth-of-type(3n) {
  margin-right: 0;
}
.glp-searchcond .checkbox label:has(:checked) {
  background-color: #ffe300;
  color: #222222;
}
.glp-searchcond .checkbox label .icon {
  display: block;
  margin: 0 0.5em;
  width: 16px;
  width: 16px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .checkbox label .icon {
    margin: 0 0.25em;
    width: 13px;
    height: 13px;
  }
}
.glp-searchcond .checkbox label .icon.small {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .glp-searchcond .checkbox label .icon.small {
    width: 12px;
    height: 12px;
  }
}
.glp-searchcond .checkbox input {
  display: none;
}
.glp-searchcond__btm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .glp-searchcond__btm {
    flex-direction: column-reverse;
  }
}
.glp-searchcond__btm-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .glp-searchcond__btm-box {
    margin-top: 25px;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}
.glp-searchcond__btm-box input[type=reset] {
  padding: 1em 2em;
  border: none;
  border: 1px solid #222222;
  background-color: white;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .glp-searchcond__btm-box input[type=reset] {
    padding: 0.5em 1.5em;
    font-size: 1.5rem;
  }
}
.glp-searchcond__btm-box .num {
  margin-left: 1.5em;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.glp-searchcond .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 60px;
  margin: 0 auto;
  background-color: #c00033;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  cursor: pointer;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .glp-searchcond .search-btn {
    min-width: 260px;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchcond .search-btn {
    min-width: 240px;
  }
}
.glp-searchcond .search-btn:hover {
  opacity: 0.8;
}

.glp-searchresult {
  margin-top: 100px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .glp-searchresult {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.glp-searchresult .selectcond {
  width: calc(100% - 7px);
  max-width: calc(100% - 7px);
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #999;
  box-shadow: 7px 7px 0px #dadada;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond {
    width: calc(100% - 7px);
    max-width: calc(100% - 7px);
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 320px) {
  .glp-searchresult .selectcond {
    padding: 10px;
  }
}
.glp-searchresult .selectcond h3 {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbef88;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .glp-searchresult .selectcond h3 {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond h3 {
    width: auto;
    padding: 0.5em;
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.glp-searchresult .selectcond__inner {
  width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding: 15px 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .glp-searchresult .selectcond__inner {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond__inner {
    width: auto;
    max-width: initial;
    padding: 15px 0;
  }
}
.glp-searchresult .selectcond__inner table th,
.glp-searchresult .selectcond__inner table td {
  padding: 0.25em;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond__inner table th,
  .glp-searchresult .selectcond__inner table td {
    font-size: 1.3rem;
  }
}
.glp-searchresult .selectcond__inner table tr:last-child th,
.glp-searchresult .selectcond__inner table tr:last-child td {
  border-bottom: none;
}
.glp-searchresult .selectcond__inner table th {
  width: 25%;
  max-width: 25%;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .glp-searchresult .selectcond__inner table th {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond__inner table th {
    width: 35%;
    max-width: 35%;
  }
}
.glp-searchresult .selectcond__inner table th::after {
  content: "：";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .glp-searchresult .selectcond__inner table th::after {
    right: 0;
    top: 3px;
    transform: translateY(0);
  }
}
.glp-searchresult .selectcond + .cl-info {
  margin-top: 0;
}
.glp-searchresult .selectcond + .cl-info::before {
  display: none;
}

.cl-info {
  margin-top: 100px;
  padding: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cl-info {
    margin-top: 50px;
    padding: 50px 0 0;
  }
}
.cl-info::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cl-info .shiny-btn {
  width: 100%;
  height: 60px;
  margin-top: 35px;
  font-size: 2rem;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info .shiny-btn {
    width: 100%;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .cl-info .shiny-btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .cl-info .shiny-btn {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
.cl-info .hd {
  display: table;
  margin: 0;
  padding: 1em 1em;
  font-size: 2.6rem;
  font-weight: 600;
  background-color: #fce57d;
  border: 2.5px solid #222222;
  box-shadow: 7px 7px 0px #dadada;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cl-info .hd {
    display: block;
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .cl-info .hd {
    display: block;
    font-size: 1.8rem;
  }
}
.cl-info .hd span {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .cl-info .hd span {
    padding-left: 50px;
    display: block;
  }
}
.cl-info .hd span::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(assets/img/crown.png) no-repeat center;
  background-size: 32px auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cl-info .hd span::before {
    width: 36px;
    height: 36px;
    background-size: 26px auto;
  }
}
.cl-info .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.cl-info .wrap .blk {
  display: block;
  width: 500px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info .wrap .blk {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk {
    width: 100%;
  }
}
.cl-info .wrap .blk img {
  display: block;
  width: 100%;
}
.cl-info .wrap .blk table {
  margin-top: 35px;
}
.cl-info .wrap .blk table th,
.cl-info .wrap .blk table td {
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #999;
}
.cl-info .wrap .blk table td {
  padding: 0.5em;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk table td {
    padding: 0.5em 0.25em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .cl-info .wrap .blk table td {
    font-size: 1.1rem;
  }
}
.cl-info .wrap .blk table td:nth-of-type(1) {
  width: 45%;
  max-width: 45%;
  text-align: left;
  font-weight: 600;
  position: relative;
}
.cl-info .wrap .blk table td:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 100%;
  background-color: #999;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 10;
}
.cl-info .wrap .blk table td .annotation {
  display: inline-block;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk table td .annotation {
    font-size: 1rem;
    transform: scale(0.9);
  }
}
.cl-info .wrap .blk table tr:nth-of-type(even) td {
  background-color: rgba(236, 241, 246, 0.7);
}
.cl-info .wrap .blk + div {
  width: calc(100% - 500px - 70px);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info .wrap .blk + div {
    width: calc(100% - 400px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div {
    margin-top: 35px;
    width: auto;
  }
}
.cl-info .wrap .blk + div .logo {
  display: block;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .logo {
    width: 150px;
    margin: 0 auto;
  }
}
.cl-info .wrap .blk + div .logo img {
  display: block;
  width: 100%;
}
.cl-info .wrap .blk + div .logo.clinicfor {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .logo.clinicfor {
    width: 200px;
  }
}
.cl-info .wrap .blk + div .logo.ec {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .logo.ec {
    width: 130px;
  }
}
.cl-info .wrap .blk + div .logo.zen {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .logo.zen {
    width: 200px;
  }
}
.cl-info .wrap .blk + div h2 {
  margin-top: 15px;
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info .wrap .blk + div h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div h2 {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .cl-info .wrap .blk + div h2 {
    font-size: 1.7rem;
  }
}
.cl-info .wrap .blk + div h3 {
  margin-top: 25px;
  display: flex;
  padding: 0.75em 1em;
  background-color: #fce57d;
  font-size: 1.8rem;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 320px) {
  .cl-info .wrap .blk + div h3 {
    font-size: 1.6rem;
  }
}
.cl-info .wrap .blk + div h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: #fff #fff #fff7d3;
}
.cl-info .wrap .blk + div .point {
  margin-top: 35px;
}
.cl-info .wrap .blk + div .point li {
  display: block;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .point li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .cl-info .wrap .blk + div .point li {
    font-size: 1.4rem;
  }
}
.cl-info .wrap .blk + div .point li:last-child {
  margin-bottom: 0;
}
.cl-info .wrap .blk + div .point li .annotation {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cl-info .wrap .blk + div .point li .annotation {
    font-size: 1.1rem;
  }
}
.cl-info .wrap .blk + div .point li i {
  position: absolute;
  top: 0.5em;
  left: 0;
  color: #13c4ce;
}
.cl-info.add {
  padding: 0;
}
.cl-info.add::before {
  content: none;
}
.cl-info.add .wrap {
  width: calc(100% - 7px - 25px);
  max-width: calc(100% - 7px - 25px);
  margin: -70px 0 0 auto;
  padding: 35px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  border: 10px solid #fce57d;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info.add .wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .cl-info.add .wrap {
    width: calc(100% - 7px - 15px);
    max-width: calc(100% - 7px - 15px);
    padding: 15px;
    border-width: 6px;
  }
}
@media screen and (max-width: 320px) {
  .cl-info.add .wrap {
    width: calc(100% - 7px - 10px);
    max-width: calc(100% - 7px - 10px);
  }
}
.cl-info.add .wrap .blk {
  display: block;
  width: 400px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info.add .wrap .blk {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cl-info.add .wrap .blk {
    margin-top: 70px;
    width: 100%;
  }
}
.cl-info.add .wrap .blk + div {
  width: calc(100% - 400px - 70px);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .cl-info.add .wrap .blk + div {
    width: auto;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cl-info.add .wrap .blk + div {
    width: auto;
  }
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.pr {
  margin-bottom: -50px;
  font-size: 1.2rem;
}
.top .fv {
  width: 100%;
  height: 420px;
  height: 570px;
  margin: 50px 0 0;
  background-color: #8dd3d7;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .pr {
    margin-bottom: -30px;
  }
  .top .fv {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pr {
    margin-bottom: 0;
  }
  .top .fv {
    margin: 0;
    height: 380px;
  }
}
@media screen and (max-width: 320px) {
  .top .fv {
    height: 350px;
  }
}
.top .fv-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
@media screen and (max-width: 767px) {
  .top .fv-bg {
    margin: 0 0 0 auto;
    width: 70%;
  }
}
.top .fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 680px;
  max-width: 680px;
  height: 100%;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .top .fv__inner {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__inner {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 320px) {
  .top .fv__inner {
    padding: 15px;
  }
}
.top .fv__inner p {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 320px) {
  .top .fv__inner p {
    font-size: 1.3rem;
  }
}
.top .fv .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 35px;
  right: 35px;
  background-color: #fce67e;
  border-radius: 50%;
  border: 3px solid #222222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .top .fv .badge {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
    top: 10px;
    right: 10px;
    border-width: 2px;
    z-index: 15;
  }
}
@media screen and (max-width: 320px) {
  .top .fv .badge {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}
.top .fv-copy {
  width: 100%;
}
.top .fv-copy img {
  display: block;
  width: 100%;
}
.top .fv-subcopy {
  margin-top: 25px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top .fv-subcopy {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .top .fv-subcopy {
    font-size: 1.6rem;
  }
}
.top .fv-point {
  margin-top: 35px;
  width: 100%;
  max-width: 100%;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top .fv-point {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.top .fv-point li {
  width: calc(33.3333333333% - 15px);
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #45acb2;
  border: 2px solid white;
  line-height: 1.1;
  font-size: 1.7rem;
  font-weight: 500;
  color: white;
  text-align: center;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .top .fv-point li {
    width: calc(33.3333333333% - 10px);
    font-size: 1.3rem;
    background-color: rgba(69, 172, 178, 0.8);
  }
}
@media screen and (max-width: 320px) {
  .top .fv-point li {
    font-size: 1.2rem;
  }
}
.top .fv-point li .icon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .top .fv-point li .icon {
    width: 30px;
    height: 30px;
  }
}
.infoText {
  text-align: right;
  font-size: 1.2rem;
}
.top .pickup {
  padding: 100px 150px 0;
}
@media screen and (max-width: 767px) {
  .top .pickup {
    padding: 50px 25px 0;
  }
}
@media screen and (max-width: 320px) {
  .top .pickup {
    padding: 50px 15px 0;
  }
}
.top .pickup .wrap {
  display: flex;
  justify-content: space-between;
  border: 2px solid #222222;
}
.top .pickup .wrap h2 {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fce57d;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.1rem;
  font-weight: 700;
  box-sizing: border-box;
  border-right: 2px solid #222222;
}
@media screen and (max-width: 767px) {
  .top .pickup .wrap h2 {
    width: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top .pickup .wrap h2 {
    font-size: 1.3rem;
  }
}
.top .pickup .wrap h2 + figure {
  width: calc(100% - 80px);
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top .pickup .wrap h2 + figure {
    width: calc(100% - 40px);
  }
}
.top .pickup .wrap h2 + figure a#bnr-1 {
  display: none;
}
.top .pickup .wrap h2 + figure a#bnr-2 {
  display: none;
}
.top .pickup .wrap h2 + figure a#bnr-3 {
  display: none;
}
.top .pickup .wrap h2 + figure a#bnr-4 {
  display: none;
}
.top .pickup .wrap h2 + figure a#bnr-5 {
  display: none;
}
.top .pickup .wrap h2 + figure a#bnr-6 {
  display: none;
}
.top .pickup .wrap h2 + figure img {
  display: block;
  width: 100%;
}
.top .about-glp {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top .about-glp {
    padding: 50px 15px 0;
  }
}
@media screen and (max-width: 320px) {
  .top .about-glp {
    padding: 50px 15px 0;
  }
}
.top .about-glp-diet {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top .about-glp-diet {
    padding: 0 15px;
  }
}
.top .about-glp-diet .wrap {
  padding: 50px 50px 0;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .top .about-glp-diet .wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top .about-glp-diet .wrap {
    padding: 35px 0 0;
  }
}
.top .about-glp-diet .point {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .about-glp-diet .point {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.top .about-glp-diet .point li {
  margin: 0 15px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 220px;
  height: 220px;
  max-height: 220px;
  background-color: #fce57d;
  border: 4px solid #2f4d73;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .about-glp-diet .point li {
    margin: 0 auto;
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
    padding: 15px;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 320px) {
  .top .about-glp-diet .point li {
    width: 130px;
    max-width: 130px;
    height: 130px;
    max-height: 130px;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.top .about-glp-diet .point li .lb {
  display: table;
  margin: 0 auto 1em;
  padding-bottom: 0.5em;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #222222;
}
@media screen and (max-width: 320px) {
  .top .about-glp-diet .point li .lb {
    margin-bottom: 0.5em;
    font-size: 1.2rem;
  }
}
.top .glp-step {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top .glp-step {
    padding: 0 15px 0;
  }
}
.top .glp-step .wrap {
  padding: 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .top .glp-step .wrap {
    padding: 0;
  }
}
.top .glp-step .step {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .glp-step .step {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.top .glp-step .step li {
  width: calc(33.3333333333% - 25px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .glp-step .step li {
    margin-top: 50px;
    width: 100%;
  }
}
.top .glp-step .step li:last-child::after {
  display: none;
}
.top .glp-step .step li::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  top: 60%;
  right: -40px;
  transform: skew(45deg) translateY(-40%);
}
@media screen and (max-width: 767px) {
  .top .glp-step .step li::after {
    width: 8px;
    height: 40px;
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    transform: skew(45deg) translateY(0) translateX(-50%) rotate(45deg);
  }
}
.top .glp-step .step li .lb {
  display: table;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .glp-step .step li .lb {
    padding-top: 40px;
  }
}
.top .glp-step .step li .lb::before {
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: normal;
  color: #359dd5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .glp-step .step li img {
  display: block;
  margin: 25px auto 0;
  width: 170px;
  height: 170px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .top .glp-step .step li img {
    margin-top: 15px;
  }
}
.top .glp-prepare {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare {
    padding-top: 50px;
    padding: 50px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .top .glp-prepare .hd-2 {
    padding-top: 90px;
  }
}
.top .glp-prepare .tb__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare .tb__wrap {
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
.top .glp-prepare .tb__wrap .pickup-sv {
  width: calc(16.6666666666% + 2px);
  max-width: calc(16.6666666666% + 2px);
  height: calc(100% - 112px);
  box-sizing: border-box;
  border: 4px solid #c00033;
  position: absolute;
  bottom: 0;
  left: calc(16.6666666666% - 1px);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare .tb__wrap .pickup-sv {
    height: calc(100% - 100px);
    width: 82px;
    max-width: 82px;
    border-width: 3px;
    left: 80px;
    bottom: 10px;
    border-radius: 5px;
  }
}
.top .glp-prepare .tb__wrap .pickup-sv span {
  display: block;
  padding: 0.35em 0;
  background-color: #c00033;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare .tb__wrap .pickup-sv span {
    padding: 0.25em 0;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.top .glp-prepare table {
  margin-top: 70px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table {
    width: 100%;
    margin-top: 30px;
    min-width: 480px;
  }
}
.top .glp-prepare table th,
.top .glp-prepare table td {
  padding: 0.25em;
  width: 16.6666666666%;
  max-width: 16.6666666666%;
  box-sizing: border-box;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table th,
  .top .glp-prepare table td {
    width: 80px;
    max-width: 80px;
    padding: 0.25em 0.15em;
  }
}
.top .glp-prepare table th {
  border: none;
}
.top .glp-prepare table th figure {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.top .glp-prepare table th figure img {
  display: block;
  margin: 0 auto;
  width: 85%;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table th figure img {
    width: 95%;
    height: 40px;
  }
}
.top .glp-prepare table th figure img.zen {
  width: 40%;
}
.top .glp-prepare table td {
  padding: 0.5em 0.25em;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td {
    padding: 0.5em 0.25em;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-prepare table td {
    font-size: 1rem;
  }
}
.top .glp-prepare table td:nth-of-type(1) {
  text-align: left;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td:nth-of-type(1) br {
    display: none;
  }
}
.top .glp-prepare table td .mark {
  font-size: 2.2rem;
  font-weight: bold;
}
.top .glp-prepare table td .markCircle {
  color: #c00033;
}
.top .glp-prepare table td .markTriangle {
  color: #ffa001;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td .mark {
    font-size: 1.8rem;
  }
}
.top .glp-prepare table td .annotation {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td .annotation {
    display: block;
    font-size: 1rem;
    transform: scale(0.9);
    white-space: initial;
  }
}
.top .glp-prepare table td .shiny-btn {
  margin: 0 auto;
  width: calc(100% - 10px);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .top .glp-prepare table td .shiny-btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td .shiny-btn {
    width: calc(100% - 10px);
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-prepare table td .shiny-btn {
    height: 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .top .glp-prepare table td .shiny-btn span::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .top .glp-prepare table td .shiny-btn span::after {
    display: none;
  }
}
.top .glp-prepare table tr:nth-of-type(even) td {
  background-color: rgba(236, 241, 246, 0.7);
}
.top .glp-prepare table tr.btm-btn td {
  padding-top: 2em;
  background-color: transparent;
  border: none;
}
.top .glp-prepare table tr.btm-btn td:nth-of-type(1)::after {
  display: none;
}
.top .glp-prepare table tr.row-sv td {
  background-color: #fbef88;
  font-weight: bold;
}
.top .glp-rank {
  padding: 100px 7px 0 0;
}
@media screen and (max-width: 767px) {
  .top .glp-rank {
    padding-top: 50px;
    padding: 50px 25px 0;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-rank {
    padding: 50px 15px 0;
  }
}
.top .glp-rank .hd {
  display: table;
  margin: 0;
  padding: 1em 1em;
  font-size: 2.6rem;
  font-weight: 600;
  background-color: #fce57d;
  border: 2.5px solid #222222;
  box-shadow: 7px 7px 0px #dadada;
  position: relative;
  line-height: 1.2;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .hd {
    display: block;
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-rank .hd {
    font-size: 1.8rem;
  }
}
.top .glp-rank .hd span {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .hd span {
    padding-left: 50px;
    display: block;
  }
}
.top .glp-rank .hd span::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(assets/img/crown.png) no-repeat center;
  background-size: 32px auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .hd span::before {
    width: 36px;
    height: 36px;
    background-size: 26px auto;
  }
}
.top .glp-rank .wrap {
  width: calc(100% - 7px - 25px);
  max-width: calc(100% - 7px - 25px);
  margin: -70px 0 0 auto;
  padding: 35px;
  padding-bottom: 150px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #999;
  box-shadow: 7px 7px 0px #dadada;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .wrap {
    width: calc(100% - 7px - 15px);
    max-width: calc(100% - 7px - 15px);
    padding: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-rank .wrap {
    width: calc(100% - 7px - 10px);
    max-width: calc(100% - 7px - 10px);
    padding: 15px;
  }
}
.top .glp-rank .wrap figure {
  display: block;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .wrap figure {
    width: 140px;
    margin-top: 70px;
  }
}
.top .glp-rank .wrap figure img {
  display: block;
  width: 100%;
}
.top .glp-rank .wrap figure + div {
  width: calc(100% - 200px - 70px);
}
@media screen and (max-width: 767px) {
  .top .glp-rank .wrap figure + div {
    margin-top: 15px;
    width: auto;
  }
}
.top .glp-rank .wrap .shiny-btn {
  width: 480px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  margin-top: 35px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top .glp-rank .wrap .shiny-btn {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateY(0);
    font-size: 1.5rem;
  }
}
.top .glp-rank + .glp-rank {
  padding-top: 50px;
}
.top .glp-faq {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top .glp-faq {
    padding-top: 50px;
    padding: 50px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .top .glp-faq .hd-2 {
    padding-top: 70px;
  }
}
.top .glp-faq-box {
  margin-top: 35px;
  width: calc(100% - 7px);
  max-width: calc(100% - 7px);
  padding: 35px;
  border-radius: 15px;
  border: 1px solid #999;
  box-shadow: 7px 7px 0px #dadada;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .glp-faq-box {
    padding: 25px;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-faq-box {
    padding: 20px;
  }
}
.top .glp-faq-box h3 {
  display: block;
  padding-top: 0.5em;
  padding-left: 60px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .glp-faq-box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .top .glp-faq-box h3 {
    font-size: 1.6rem;
  }
}
.top .glp-faq-box h3::before {
  content: "Ｑ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  max-height: 40px;
  padding-bottom: 0.15em;
  background-color: #fbef88;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid #222222;
  border-radius: 4px;
  box-sizing: border-box;
}
.top .glp-faq-answer {
  margin-top: 35px;
}
.top .glp-faq-answer p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
.top .glp-faq .cp_box *,
.top .glp-faq .cp_box *:before,
.top .glp-faq .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top .glp-faq .cp_box {
  position: relative;
}
.top .glp-faq .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
}
@media screen and (max-width: 767px) {
  .top .glp-faq .cp_box label {
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  }
}
.top .glp-faq .cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.top .glp-faq .cp_box label:after {
  padding: 0.75em 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 300px;
  max-width: 300px;
  font-family: FontAwesome;
  content: "続きを読む " "\f13a";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #222222;
  background-color: white;
  border: 1px solid #222222;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  .top .glp-faq .cp_box label:after {
    width: 240px;
    max-width: 240px;
  }
}
.top .glp-faq .cp_box input {
  display: none;
}
.top .glp-faq .cp_box .cp_container {
  overflow: hidden;
  transition: all 0.5s;
}
.top .glp-faq .cp_box .cp_container p {
  margin-top: 1em;
}
.top .glp-faq .cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.top .glp-faq .cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "閉じる " "\f139";
}
.top .glp-faq .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .top .glp-faq .cp_box input:checked ~ .cp_container {
    padding-bottom: 50px;
  }
}

.under-redirect {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.under-redirect .red-container {
  padding: 100px 0;
  text-align: center;
}
.under-redirect .red-container h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .under-redirect .red-container h2 {
    font-size: 2rem;
  }
}
.under-redirect .loader-4 {
  margin: 50px auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: dashed 3px;
  border-color: rgba(141, 211, 215, 0.062745098) #8dd3d7 #8dd3d7;
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: rgba(255, 192, 203, 0.5) !important;
}

div.fancybox-caption p.caption-title {
  background-color: transparent !important;
  color: white !important;
}

/*# sourceMappingURL=style.css.map */


.searchResultItem {
  display: none;
}

.searchResultNone {
  display: none;
}

.searchResultItem.availableWay.availableCost.availableDetail {
  display: block;
}
