@charset "UTF-8";

/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li, ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

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

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #202020;
  font-family: 'Noto Sans JP', 'Hiragino Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック","Yu Gothic","游ゴシック体",YuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  font-size: calc(1.5rem + 0 * (100vw - 320px) / 800);
  font-weight: 400;
}

/* a,img
----------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  color: #75CCF3;
  font-size: 100%;
  transition: 0.2s ease all;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a img {
  display: block;
}

picture img {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.hover * {
  transition: 0.2s ease all;
}

.hover *:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

/* h
----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 18px;
  height: 18px;
  background: #EAEFF3;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  border: 0px none #EAEFF3;
  border-radius: 0px;
  background: #75CCF3;
}

::-webkit-scrollbar-thumb:hover {
  background: #75CCF3;
}

::-webkit-scrollbar-thumb:active {
  background: #75CCF3;
}

::-webkit-scrollbar-track {
  border: 0px none #EAEFF3;
  border-radius: 50px;
  background: transparent;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*====================================================================
	common.css
=====================================================================*/
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F7FAFD;
  transition: 0.3s ease all;
}

header .h-inner {
  position: relative;
  width: 96%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease;
}

header .h-inner .h-logo {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 35%;
  transition: all 0.2s ease;
}

header .h-inner .h-logo img {
  width: auto;
  max-height: 45px;
}

.h-tel {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  margin-left: 25px;
  transition: all 0.2s ease;
}

.h-tel .tel-link {
  position: relative;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.h-tel i {
  padding-right: 5px;
  color: #75CCF3;
  font-size: 80%;
}

.h-btn {
  width: 84px;
  margin-left: 5px;
  transition: all 0.2s ease;
}

.h-btn a {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  height: 36px;
  background: #0096DA;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.h-btn a:hover {
  background: #0580C7;
}

.h-login a {
  background: #232729;
}

.h-login a:hover {
  background: #4b4d4e;
}

/*--------------------------------------------------------------------/
		nav global
/--------------------------------------------------------------------*/
#global-cont {
  display: none;
}

#global {
  transition: 0.2s ease all;
}

#global * {
  transition: all 0.2s ease;
}

.g-nav {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}

.g-nav > li {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}

.g-nav > li > a {
  display: block;
  position: relative;
  color: #202020;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.g-nav > li > a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0096DA;
  content: "";
  transition: 0.3s ease all;
}

.g-nav > li > a:hover {
  color: #0096DA;
}

.g-nav > li > a:hover:after {
  width: 100%;
}

/* child */
.g-nav li:hover ul li {
  height: 44px !important;
  overflow: visible;
}

.g-nav li ul {
  z-index: 9999;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-nav li ul li {
  height: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
}

.g-nav li ul li:hover ul li {
  overflow: visible;
}

.g-nav li ul li a {
  display: block;
  height: 44px !important;
  padding: 14px 0px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
}

.g-nav li ul li a:before {
  padding-right: 7px;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
  content: '\f054';
}

.g-nav li ul li a:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/*--------------------------------------------------------------------/
	sp
/--------------------------------------------------------------------*/
.sp-menu-btn {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: fixed;
  top: 7px;
  right: 7px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0096DA;
  color: #fff;
}

.sp-menu-btn i {
  color: #fff;
}

.close-sp-nav {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  position: fixed;
  top: 7px;
  right: 7px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #0096DA;
}

#sp-navi {
  box-sizing: border-box;
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #0096DA;
}

#sp-navi .sp-global {
  width: 82%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 60px;
  transition: 0.2s ease all;
}

#sp-navi .sp-global * {
  transition: all 0.3s ease;
}

#sp-navi .sp-global_nav {
  width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#sp-navi .sp-global_nav > li {
  position: relative;
}

#sp-navi .sp-global_nav > li > a {
  display: block;
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: calc(1.4rem + 3 * (100vw - 320px) / 800);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

#sp-navi .sp-global_tel {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 82%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  transition: all 0.2s ease;
}

#sp-navi .sp-global_tel .tel-link {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

#sp-navi .sp-global_tel i {
  padding-right: 5px;
  font-size: 80%;
}

#sp-navi .sp-global_btn {
  position: relative;
  width: 48%;
}

#sp-navi .sp-global_btn a {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

#sp-navi .sp-global_btn a:hover {
  background: #C2E6F9;
}

#sp-navi .sp-global_login {
  margin-bottom: 15px;
}

#sp-navi .sp-global_login a {
  background: #fff;
  color: #0096DA;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
#wrapper {
  padding-top: 60px;
}

/* main */
main:after {
  display: block;
  clear: both;
  content: "";
}

main img {
  display: block;
}

/* contents */
.l-cont_s {
  width: 86%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.l-cont {
  width: 86%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.l-cont_l {
  width: 86%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* contents box */
.c-box p {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.flex-box {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}

.flex-box_img {
  width: 42%;
}

.flex-box_txt {
  width: 50%;
}

/*--------------------------------------------------------------------/
	heading
/--------------------------------------------------------------------*/
.tit-icon_center {
  position: relative;
  margin-bottom: 30px;
  padding-top: 30px;
  background-image: url(../img/common/tit-icon.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}

.tit-icon_center .ft-en {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 0;
}

.tit-01 {
  position: relative;
  margin-bottom: 50px;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.tit-01:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  background: #0096DA;
  content: "";
}

.tit-02 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #C9CED2;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.tit-02:before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #75CCF3;
  content: "";
}

.tit-03 {
  margin-bottom: 25px;
  padding: 10px 15px;
  background-color: #F7FAFD;
  font-size: clamp(15px, 4vw, 19px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tit-line {
  position: relative;
  margin-bottom: 20px;
  font-size: clamp(15px, 5vw, 18px);
  font-weight: 700;
  line-height: 1.3;
}

.tit-line .white-bg {
  display: inline-block;
  z-index: 5;
  position: relative;
  padding-right: 20px;
  background-color: #fff;
}

.tit-line .ft-en {
  font-size: 26px;
  line-height: 1;
}

.tit-line:after {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #232729;
  content: "";
}

.sub-tit {
  display: block;
  margin-bottom: 5px;
  color: #75CCF3;
  font-size: 220%;
  font-weight: 400;
  letter-spacing: 0;
}

.sub-tit_box {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0;
  background-color: #75CCF3;
  color: #fff;
  font-size: 16px;
  font-weight: 400 !important;
  text-align: center;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol {
  list-style: none;
}

ol.ol-normal {
  counter-reset: num;
}

ol.ol-normal li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 15px;
  line-height: 1.6;
}

ol.ol-normal li:before {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3px;
  left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  content: "" counter(num);
  counter-increment: num;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul {
  list-style: none;
}

ul.ul-normal li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
}

ul.ul-normal li:not(:last-child) {
  margin-bottom: 8px;
}

ul.ul-normal li:before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #0096DA;
  content: "●";
}

ul.caution {
  margin-left: 5px;
}

ul.caution li {
  position: relative;
  padding-left: 12px;
  padding-left: 1.2rem;
  color: #ED1F4F;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

ul.caution li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

ul.caution li:not(:last-child) {
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

ul.check-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 10px 13px 50px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}

ul.check-list li:before {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  left: 13px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #979da4;
  border-radius: 0;
  background: #fff;
  color: #0096DA;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal dt {
  position: relative;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  padding: 10px 15px 10px 30px;
  padding: 1rem 1.5rem 1rem 3rem;
  border-radius: 3px;
  background-color: #F7FAFD;
  font-weight: bold;
  line-height: 1.5;
}

dl.normal dt:before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #0096DA;
  content: "";
}

dl.normal dd {
  padding-left: 5px;
}

dl.normal dd:not(:last-child) {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

/* btn
----------------------------------------------------------------*/
.btn-wrap {
  width: 98%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

*[class^="btn--"] {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}

*[class^="btn--"]:hover {
  background: #0096DA;
}

.btn--arrow {
  -ms-flex-align: start;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
  padding-left: 28px;
}

.btn--arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.btn--arrow02 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
      align-items: center;
      justify-content: center;
  height: 40px;
  padding: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.btn--arrow02:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f054';
}

.btn--arrow02:hover {
  background: #0580C7;
}

/* coupon-link
------------------------------------------------------------*/
.coupon-link {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border: 6px double #fff;
  background: #0096DA;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}

.coupon-link:after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Font Awesome 6 Free';
  font-size: 120%;
  font-weight: 900;
  content: '\f08e';
}

.coupon-link:hover {
  background: #75CCF3;
}

/* Preload images */
body:after {
  display: none;
  content: url(../img/common/close.png) url(../img/common/loading.gif) url(../img/common/prev.png) url(../img/common/next.png);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  /* Image border */
  border: 4px solid white;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: 0;
  width: 34%;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 0;
  width: 64%;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  padding-top: 5px;
  padding-top: .5rem;
  float: left;
  line-height: 1.1em;
  text-align: left;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  padding-bottom: 1em;
  clear: left;
  color: #999999;
  font-size: 12px;
}

.lb-data .lb-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  outline: none;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*--------------------------------------------------------------------/
	f-banner
/--------------------------------------------------------------------*/
.f-banner {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #F7FAFD;
}

.f-banner_list {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.f-banner_list li {
  width: 48%;
  margin-bottom: 10px;
  border: 1px solid #979da4;
  background-color: #fff;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 20px 0;
  background: #000;
  text-align: center;
}

footer .f-copyright {
  color: #EAEFF3;
  font-size: 12px;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  z-index: 99;
  position: fixed;
  right: 10px;
  bottom: 15px;
  font-size: 30px;
}

.pagetop i {
  color: #0096DA;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/

.flex-bw_all {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}

.row-r {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

/*----------------------------------------------------------------
	 helper
----------------------------------------------------------------*/
.tel-link {
  text-decoration: none !important;
}

/* display */

.block {
  display: block !important;
}

.in-block {
  display: inline-block !important;
}

.a-block {
  display: block !important;
  text-decoration: none !important;
}

.u-line {
  padding-bottom: 3px;
  border-bottom: 1px solid #0096DA;
}

.u-l {
  background: linear-gradient(transparent 65%, #FAED38 40%);
}

.box-line {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid #0096DA;
  border-radius: 40px;
}

.label {
  padding: 6px 14px 8px;
  border-radius: 30px;
  background-color: #0096DA;
}

/* img */
a.light-box {
  display: block;
  position: relative;
  overflow: hidden;
}

a.light-box:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  content: '\f00e';
  opacity: 1;
  transition: 0.2s ease all;
}

a.light-box img {
  transition: 0.2s ease all;
}

a.light-box:hover img {
  transform: scale(1.1, 1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(50%);
}

a.light-box:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 50px;
  font-size: 5rem;
  opacity: 1;
}

a.img-scale figure {
  overflow: hidden;
}

a.img-scale img {
  transition: 0.2s ease all;
}

a.img-scale:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.border-r20 {
  border-radius: 20px;
}

.border-c {
  border-radius: 50%;
}

/* ofi */
.ofi-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.of-hidden {
  overflow: hidden;
}

/* color */
.cl-red {
  color: #ED1F4F !important;
}

.cl-white {
  color: #fff !important;
}

.cl-black {
  color: #000 !important;
}

.cl-main_c {
  color: #0096DA !important;
}

.cl-sub_c {
  color: #75CCF3 !important;
}

.cl-gray {
  color: #6f757b !important;
}

.bg-white {
  background: #fff !important;
}

.bg-black {
  background: #000 !important;
}

.bg-main_c {
  background: #0096DA !important;
}

.bg-sub_c {
  background: #75CCF3 !important;
}

.bg-red {
  background: #ED1F4F !important;
}

.bg-d_blue {
  background: #0169b8 !important;
}

.bg-l_blue {
  background: #E3F4FD !important;
}

.bg-l_pink {
  background: #ffecef !important;
}

.bg-gray {
  background: #EAEFF3 !important;
}

.border-c-transparent {
  border-color: transparent !important;
}

/* font-size */
.fs-s {
  font-size: 0.875em !important;
}

.fs-m {
  font-size: 1.02em !important;
}

.fs-l {
  font-size: 1.4em !important;
}

/* font-wight */
.ft-w {
  font-weight: 700 !important;
}

.ft-en {
  font-family: 'Poppins', sans-serif !important;
}

/* txt-align */
.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

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

.clear {
  clear: both;
}

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

.counter-reset {
  counter-reset: num;
}

/* margin */
.m-0 {
  margin: 0 !important;
}

.m-a {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mt-s {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.mt-m {
  margin-top: 30px;
  margin-top: 3rem;
}

.mt-l {
  margin-top: 40px;
  margin-top: 4rem;
}

.mr-s {
  margin-right: 6px;
  margin-right: .6rem;
}

.mr-m {
  margin-right: 20px;
  margin-right: 2rem;
}

.mr-l {
  margin-right: 30px;
  margin-right: 3rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 6px !important;
  margin-bottom: .6rem !important;
}

.mb-ms {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}

.mb-m {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}

.mb-l {
  margin-bottom: 55px !important;
  margin-bottom: 5.5rem !important;
}

.mb-ll {
  margin-bottom: 70px !important;
  margin-bottom: 7rem !important;
}

.mb-xl {
  margin-bottom: 100px !important;
  margin-bottom: 10rem !important;
}

.ml-s {
  margin-left: 6px;
  margin-left: .6rem;
}

.ml-m {
  margin-left: 20px;
  margin-left: 2rem;
}

.ml-l {
  margin-left: 30px;
  margin-left: 3rem;
}

/*--------------------------------------------------------------------/
	ユーザー画面用
/--------------------------------------------------------------------*/
.system-user header {
  background: #0096DA;
}

.system-user .h-tel .tel-link {
  color: #fff;
}

.system-user .h-tel i {
  color: #fff;
}

.system-user .h-terms a {
  background: #fff;
  color: #000;
}

.system-user .h-terms a:hover {
  background: #75CCF3;
  color: #fff;
}

.system-user .g-nav > li > a {
  color: #fff;
}

.system-user .g-nav > li > a:after {
  background: #fff;
}

.system-user .g-nav > li > a:hover {
  color: #fff;
}

.system-user .page-tit {
  background: #232729;
}

.system-user .profile-detail_top_box h2 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979da4;
}

.system-user .profile-detail_top_box p {
  margin-top: 10px;
}

/* print css
----------------------------------------------------------------*/

@media print, screen and (min-width: 375px) {
  html {
    width: 100%;
  }
  .flex-bw_sp_s {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .none-sp_s {
    display: none;
  }
}

@media print, screen and (min-width: 480px) {
  html {
    width: 100%;
  }
  .flex-col-4 {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .flex-col-4 > * {
    width: 48%;
  }
  .flex-col-2 {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .flex-col-2 > * {
    width: 47%;
  }
  .none-sp {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    width: 100%;
  }
  #sp-navi .sp-global_nav > li > a {
    padding: 25px 0;
  }
  .c-box p {
    line-height: 1.9;
  }
  .tit-icon_center .ft-en {
    font-size: 40px;
  }
  .tit-line {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .tit-line .ft-en {
    font-size: 40px;
  }
  .tit-line:after {
    top: 15px;
  }
  .sub-tit {
    font-size: 260%;
  }
  .sub-tit_box {
    font-size: 18px;
  }
  *[class^="btn--"] {
    font-size: 16px;
  }
  .btn--arrow02 {
    height: 50px;
    font-size: 16px;
  }
  .coupon-link {
    font-size: 18px;
  }
  .f-banner {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .flex-bw_tb {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .flex-col-3 {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .flex-col-3 > * {
    width: 31%;
  }
  .flex-col-3:after {
    display: block;
    width: 31%;
    content: "";
  }
  .none-tb {
    display: none;
  }
  .txt-c_tb {
    text-align: center !important;
  }
  .system-user .profile-detail_top_box h2 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  html {
    width: 100%;
  }
  body {
    font-size: 17px;
  }
  .tit-icon_center {
    margin-bottom: 40px;
    padding-top: 45px;
    background-size: 45px;
    font-size: 24px;
  }
  ul.check-list li {
    font-size: 18px;
  }
  .flex-col-4 > * {
    width: 23%;
  }
  .flex-col-4:before {
    -ms-flex-order: 1;
    display: block;
        order: 1;
    width: 23%;
    content: "";
  }
  .flex-col-4:after {
    display: block;
    width: 23%;
    content: "";
  }
  .none-pc_s {
    display: none;
  }
  .fs-m {
    font-size: 1.14em !important;
  }
  .txt-c_pc_s {
    text-align: center !important;
  }
  .mt-s {
    margin-top: 3rem;
  }
  .mt-m {
    margin-top: 5rem;
  }
  .mt-l {
    margin-top: 7rem;
  }
  .mr-s {
    margin-right: 1rem;
  }
  .mr-m {
    margin-right: 3rem;
  }
  .mr-l {
    margin-right: 5rem;
  }
  .mb-s {
    margin-bottom: 1rem !important;
  }
  .mb-ms {
    margin-bottom: 2.5rem !important;
  }
  .mb-m {
    margin-bottom: 5rem !important;
  }
  .mb-l {
    margin-bottom: 8rem !important;
  }
  .mb-ll {
    margin-bottom: 11rem !important;
  }
  .mb-xl {
    margin-bottom: 150px !important;
  }
  .ml-s {
    margin-left: 1rem;
  }
  .ml-m {
    margin-left: 3rem;
  }
  .ml-l {
    margin-left: 5rem;
  }
  .system-user .training-box_date {
    width: 40%;
    font-size: 106%;
  }
  .system-user .training-box_tit {
    width: 40%;
  }
  .system-user .training-box_course {
    width: 16%;
  }
}

@media print, screen and (min-width: 1280px) {
  html {
    width: 100%;
  }
  header .h-inner {
    -ms-flex-pack: end;
    display: -ms-flexbox;
    display: flex;
        justify-content: flex-end;
    width: 98%;
    height: 70px;
  }
  header .h-inner .h-logo img {
    max-height: 55px;
  }
  header.js-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease all;
  }
  #global-cont {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
        align-items: center;
    padding-left: 12%;
  }
  .sp-menu-btn {
    display: none;
  }
  .close-sp-nav {
    display: none;
  }
  #sp-navi {
    display: none;
  }
  #wrapper {
    padding-top: 70px;
  }
  .tit-01 {
    font-size: 25px;
  }
  .tit-02 {
    font-size: 20px;
  }
  .tit-03 {
    padding: 15px 20px 15px 30px;
  }
  .tit-line .ft-en {
    font-size: 60px;
  }
  .f-banner {
    margin-top: 100px;
  }
  .pagetop {
    right: 80px;
    font-size: 50px;
  }
  .none-pc {
    display: none;
  }
  .txt-c_pc {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 1600px) {
  html {
    width: 100%;
  }
  .h-tel .tel-link {
    font-size: 2.2rem;
  }
  .h-btn {
    width: 100px;
  }
  .g-nav > li {
    margin-right: 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1279px) {
  html {
    width: 100%;
  }
  .h-tel {
    display: none;
  }
  .none-pc_less {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    width: 100%;
  }
  .none-tb_less {
    display: none;
  }
  .system-user .profile-detail_top_box h2 {
    font-size: 18px;
  }
  .system-user .profile-detail_top_box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  html {
    width: 100%;
  }
  .none-sp_less {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .none-pc-s_less {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .none-sp-s_less {
    display: none;
  }
}

@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}
