/*!
Theme Name: さばえスポーツクラブ
Description: sabasupo.pcntakefu.clubで使用するテーマ
Version: 1.0.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sabasupo.pcntakefu.club
Tags: custom-background, custom-logo, custom-menu, featured-images,
*/

@charset "UTF-8";


/** さつき源代明朝 **/
@font-face {
  font-family: 'satsuki-gendai-mincho-m';
  src: url('./assets/fonts/SatsukiGendaiMincho-M.ttf') format('truetype');
}

/*--------------------------------------------------------------------
  Reset
--------------------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, footer, header, nav, section {
  margin: 0;
  padding: 0;

  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

  border: 0;
}

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

html {
  overflow-x: hidden;
}
body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

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

button, select, input {
  padding: 0;

  background: none;
  border: none;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

html {
  /* font-size: 62.5%; */
  font-size: 58%;
}
@media (max-width: 960px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 44%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 39%;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 35%;
  }
}
@media (max-width: 450px) {
  html {
    /* font-size: 30%; */
    font-size: 34%;
  }
}
/* @media (max-width: 400px) {
  html {
    font-size: 27%;
  }
} */

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;

  font-size: 1.4rem;
  line-height: 1;

  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 400;
  font-style: normal;

  color: #000000;

  background-color: #ffffff;
}

@media (max-width: 750px) {
  body {
    font-size: 2.66667vw;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
/* ======================================================================
EFFECT
========================================================================= */
.effect-fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 1000ms ease;
}
.effect-fade-left-delay1 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.3s
}
.effect-fade-left-delay2 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.5s
}
.effect-fade-left-delay3 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.8s
}
.effect-fade-right-delay1 {
  opacity : 0;
  transform : translate(45px, 0px);
  transition : all 800ms ease 0.3s
}
.effect-fade-right-delay2 {
  opacity : 0;
  transform : translate(45px, 0px);
  transition : all 800ms ease 0.5s
}
.effect-fade-delay1 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 0.8s
}
.effect-fade-delay2 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 1.1s
}
.effect-fade-delay3 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 1.4s
}
.effect-fade-delay4 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 1000ms ease 1.6s
}
.effect-fade-delay5 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 1000ms ease 1.8s
}
.effect-fade-topdown1 {
  opacity : 0;
  transform : translate(0px, -60px);
  transition : all 2300ms ease  0.9s
}
.effect-fade-topdown2 {
  opacity : 0;
  transform : translate(0px, -50px);
  transition : all 2500ms ease 2.0s
}
.effect-fade-bottomup1 {
  opacity : 0;
  transform : translate(0px, 60px);
  transition : all 2500ms ease 1.1s
}
.effect-fade-bottomup2{
  opacity : 0;
  transform : translate(0px, 60px);
  transition : all 2200ms ease 1.3s
}
.effect-fade-leftright {
  opacity : 0;
  transform : translate(-25px, 0px);
  transition : all 3000ms ease 2.5s
}

.effect-fade.effect-scroll,
.effect-fade-left-delay1.effect-scroll,
.effect-fade-left-delay2.effect-scroll,
.effect-fade-left-delay3.effect-scroll,
.effect-fade-right-delay1.effect-scroll,
.effect-fade-right-delay2.effect-scroll,
.effect-fade-delay1.effect-scroll,
.effect-fade-delay2.effect-scroll,
.effect-fade-delay3.effect-scroll,
.effect-fade-delay4.effect-scroll,
.effect-fade-delay5.effect-scroll,
.effect-fade-topdown1.effect-scroll,
.effect-fade-topdown2.effect-scroll,
.effect-fade-bottomup1.effect-scroll,
.effect-fade-bottomup2.effect-scroll,
.effect-fade-leftright.effect-scroll
{
  opacity : 1;
  transform : translate(0, 0);
}

/* ======================================================================
TEST
========================================================================= */
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.opacity04 {
  opacity:0.4;
}
.opacity05 {
  opacity:0.5;
}
.opacity06 {
  opacity:0.6;
}
.opacity07 {
  opacity:0.7;
}
.opacity08 {
  opacity:0.8;
}
.opacity09 {
  opacity:0.9;
}
.hidden {
  display: none !important;
}

.wrapper {
  position:relative;
}

.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  background-color:#F4E621;
  filter: drop-shadow(2px 2px 4px #999);
  color:#187FBB;
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top: 28px;
  box-sizing:border-box;
  z-index: 100;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:18px;
}
.topBtn:hover {
  opacity:0.7;
}

.top-btn-color-blue {
  background-color: #187FBB;
  color:#fff;
}

.planBtn {
  position:fixed;
  bottom:90px;
  right:20px;
  display:block;
  background-color:#F4E621;
  filter: drop-shadow(2px 2px 4px #999);
  color:#187FBB;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:12px;
  border-radius:30px;
  padding-top: 18px;
  box-sizing:border-box;
  z-index: 100;
}
.planBtn:hover {
  opacity:0.7;
}
@media (min-width:750px){
  .planBtn {
    display: none !important;
  }
}

.faqBtn {
  position:fixed;
  bottom:90px;
  right:20px;
  display:block;
  background-color:#F4E621;
  filter: drop-shadow(2px 2px 4px #999);
  color:#187FBB;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:12px;
  border-radius:30px;
  padding-top: 18px;
  box-sizing:border-box;
  z-index: 100;
}
.faqBtn:hover {
  opacity:0.7;
}
@media (min-width:750px){
  .faqBtn {
    display: none !important;
  }
}

.footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /* background-color: #333; */
  background-color: #187FBB;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
  filter: drop-shadow(2px 2px 4px #999);
}
@media (min-width:750px){
  .footer-menu {
    display: none !important;
  }
}

.menu-item {
  width: 33.33%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 20px 6px 2em;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
@media (max-width:500px){
  .menu-item {
    padding: 6px 20px 6px 2.5em;
  }
}
.center {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.find::before {
  content: "";
  position: absolute;
  display: inline-block;
  filter: brightness(0) invert(1);
  width: 28px;
  height: 28px;
  top: 6px;
  left: 2em;  
  background-image: url('./assets/img/top/icon-kids-sp.png');
  background-size: contain;
  background-repeat : no-repeat;
}
@media (max-width:500px){
  .find::before {
    left: 1.3em;  
  }
}

.instagram::before {
  content: "";
  position: absolute;
  display: inline-block;
  filter: brightness(0) invert(1);
  width: 26px;
  height: 26px;
  top: 2px;
  left: 2em;  
  background-image: url('./assets/img/top/icon-instagram-sp.png');
  background-size: contain;
  background-repeat : no-repeat;  
}
@media (max-width:500px){
  .instagram::before {
    left: 1.2em;  
  }
}

.aboutus::before {
  content: "";
  position: absolute;
  display: inline-block;
  filter: brightness(0) invert(1);
  width: 28px;
  height: 28px;
  top: 1px;
  left: 2em;  
  background-image: url('./assets/img/apple-touch-icon-180x180.png');
  background-size: contain;
  background-repeat : no-repeat;  
}
@media (max-width:500px){
  .aboutus::before {
    left: 1.2em;  
  }
}

.menu-item:hover {
  opacity: 0.7;
}

.arrow{
  position: relative;
  display: inline-block;
  width: 12vw;
  height: 7vw;
}
@media (min-width:960px){
  .arrow {
    width: 115.2px;
    height: 67.2px;
  }
}

.arrow::before{
  content: '';
  width: 6vw;
  height: 6vw;
  border: 0px;
  border-top: solid 3px #FFF100;
  border-right: solid 3px #FFF100;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -16%;
  left: 25%;
}
@media (min-width:960px){
  .arrow::before {
    width: 54.6px;
    height: 54.6px;
  }
}

/* ======================================================================
common
========================================================================= */
.l-ssc-wrap {
  position: static;
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}
@media (max-width:750px) {
  .l-ssc-wrap {
    width: 100%;
  }
}
.header-sp {
  display: none;
}
@media (max-width:750px) {
  .header-sp {
    display: initial;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 0.5em;
    padding-bottom: 1.0em;
  }
}
.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  
  font-size: 1.8rem;
}
@media (max-width:750px) {
  .header-pc {
    display: none;
  }
}

.header-pc .logo {
  width: 14%;
  margin-right: 1%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.header-pc .h-button-white {
  width:17%;
  margin: 0 0.3%;
}
.header-pc .h-button-blue {
  width:15%;
  margin: 0 0.3%;
}
.header-pc .h-button-blue a {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: 2.2em;
  display: block;
  background-color: #187FBB;
  color: #FFFF00;
  border: none;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.header-pc .h-button-white a {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: 2.2em;
  display: block;
  background-color: #fff;
  color: #187FBB;
  border: solid;
  border-width: 2px;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.header-pc .h-button-white .small{
  width: auto;
  display: inline-block;
  font-size: 0.9rem;
  padding: 1% 2%;
  text-align: left;
  letter-spacing: 0.02;
  line-height: 1.2;
}
.header-pc .h-button-blue a:hover {
  background-color: #FFFF00;
  border-color: #187FBB;
  border-style: solid;
  border-width: 2px;
  color: #187FBB;
}


.l-ssc-leftmenu {
  /* position: fixed; */
  position: absolute;
  display: initial;
  width: 23%;
  top: 0;
  left: 0;
  padding: 0 3%;
  margin: 1.5em 0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;  
}
@media (max-width:750px) {
  .l-ssc-leftmenu {
    display: none;
  }
}
.l-ssc-leftmenu .logo2 {
  display: block;
  width: 80%;
  margin-bottom: 1em;
}
.l-ssc-leftmenu .small {
  font-size: 1.5rem;
}
.l-ssc-leftmenu .moresmall {
  display: inline-block;
  font-size: 1.0rem;
  padding-bottom: 1.0em;
  padding: 0 0.1em 0.8em;
}

.l-ssc-leftmenu .h-button-white {
  width:100%;
  margin: 0.4em 0.3%;
}
.l-ssc-leftmenu .h-button-blue {
  width:100%;
}
.l-ssc-leftmenu .h-button-blue a {
  display: block;
  margin: 0.8em auto 0.5em;
  padding-bottom: 0.8em;
  width: 5em;
  height: 5em;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  background-color: #187FBB;
  color: #FFFF00;
  border: none;
  border-radius: 5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.l-ssc-leftmenu .h-button-yellow {
  width:100%;
}
.l-ssc-leftmenu .h-button-yellow a {
  display: block;
  margin: 0.5em auto;
  width: 5em;
  height: 5em;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  background-color: #F4E621;
  color: #187FBB;
  border: none;
  border-radius: 5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.l-ssc-leftmenu .h-button-white a {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: 2.2em;
  display: block;
  background-color: #fff;
  color: #187FBB;
  border: solid;
  border-width: 2px;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.l-ssc-leftmenu .h-button-white .small{
  width: auto;
  display: inline-block;
  font-size: 0.9rem;
  padding: 1% 2%;
  text-align: left;
  letter-spacing: 0.02;
  line-height: 1.2;
}
.l-ssc-leftmenu .h-button-blue a:hover {
  background-color: #FFFF00;
  color: #187FBB;
}

.l-ssc-discription {
  width: 100%;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width:750px) {
  .l-ssc-discription {
    text-align: center;
    font-size: 3.0rem;
  }
}
.sp {
  display: none;
}
@media (max-width:750px) {
  .sp {
    display: initial;
  }
}

.l-ssc-subpage-headline .logo2 {
  position: absolute;
  right: 3%;
  top: 17em;
  width: 43%;
  z-index: 10;
}
@media(max-width:750px) {
  .l-ssc-subpage-headline .logo2 {
    top: 13em;
  }
}


.l-ssc-footer {
  position: static;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: #fff;
}
@media(max-width:750px) {
  .l-ssc-footer {
    padding-bottom: 5em;
  }
}

.l-ssc-map {
  width: 100%;
  padding-bottom: 1em;
}

.l-ssc-address {
  width: 100%;
  padding: 1em 8%;
  font-size: 3.0rem;
  line-height: 1.4em;
  color: #187FBB;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.l-ssc-address .postcode{
  font-size: 3.0rem;
  line-height: 1.5;
}
.l-ssc-address .business-hours {
  margin-top: 0.8em;
}

.l-ssc-line {
  width: 84%;
  margin: 0 auto;
  border-top: 1px solid #000;
}

.l-ssc-links {
  width: 84%;
  margin: 1.2em auto;
  font-size: 2.4rem;
}

.l-ssc-links a{
  color: #000;
}

.l-ssc-links li{
  display: inline-block;
  position: relative;
  padding-left: 1.1em;
  margin-right: 1em;
}

.l-ssc-links li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #000;
}

.l-ssc-kinds-sp {
  display: none;
}
.l-ssc-kinds-pc {
  display: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
@media (max-width:750px) {
  .l-ssc-kinds-sp {
    display: initial;
    width: 80%;
    margin: 0 auto;
    padding-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
  }
  .l-ssc-kinds-pc {
    display: none;
  }
}
.l-ssc-kinds-pc .items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.l-ssc-kinds-pc .item {
  margin: 0.8em 2%;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: #187FBB;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding-top: 1em;

  font-size: 2.8rem;
  font-weight: 600;
  line-height:1.2em;
}
@media (min-width:1024px) {
  .l-ssc-kinds-pc .items {
    width: 80%;
  }
  .l-ssc-kinds-pc .item {
    width: 15vw;
    height: 15vw;
    margin: 0.8em 2%;
  }
}

@media (max-width:750px) {
  .l-ssc-kinds-pc .item {
    margin: 1em 4%;
    font-size: 3.4rem;
  }
}

.l-ssc-kinds-sp .item {
  margin: 1em 4%;
  width: 33vw;
  height: 33vw;
  border-radius: 50%;
  background-color: #187FBB;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding-top: 1em;

  font-size: 3.4rem;
  font-weight: 600;
  line-height:1.2em;
}

.l-ssc-kinds-sp .item a{
  color: #fff;
}
.l-ssc-kinds-sp .health img{ width: 18%; }
.l-ssc-kinds-sp .health p { margin-top: 0.4em; }
.l-ssc-kinds-sp .onecoin img{ width: 30%; }
.l-ssc-kinds-sp .onecoin p { margin-top: 0.4em; }
.l-ssc-kinds-sp .general img{ width: 30%; }
.l-ssc-kinds-sp .general p { margin-top: 0.4em; }
.l-ssc-kinds-sp .kids img{ width: 32%; }
.l-ssc-kinds-sp .kids p { margin-top: 0.9em; }
.l-ssc-kinds-sp .junior-high-school img{ width: 32%; }
.l-ssc-kinds-sp .junior-high-school p { margin-top: 0.6em; }
.l-ssc-kinds-sp .school img{ width: 33%; }
.l-ssc-kinds-sp .school p { margin-top: 0.8em; }

.l-ssc-kinds-pc .health img{ width: 18%; }
.l-ssc-kinds-pc .health p { margin-top: 0.4em; }
.l-ssc-kinds-pc .onecoin img{ width: 30%; }
.l-ssc-kinds-pc .onecoin p { margin-top: 0.4em; }
.l-ssc-kinds-pc .general img{ width: 30%; }
.l-ssc-kinds-pc .general p { margin-top: 0.4em; }
.l-ssc-kinds-pc .kids img{ width: 32%; }
.l-ssc-kinds-pc .kids p { margin-top: 0.9em; }
.l-ssc-kinds-pc .junior-high-school img{ width: 32%; }
.l-ssc-kinds-pc .junior-high-school p { margin-top: 0.6em; }
.l-ssc-kinds-pc .school img{ width: 33%; }
.l-ssc-kinds-pc .school p { margin-top: 0.8em; }

.l-ssc-logo {
  width: 100%;
  padding: 0 1%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #FFF;
}
@media (max-width:750px) {
  .l-ssc-logo {
    padding: 0.5em 8% 1.0em;
  }
}

.l-ssc-note {
  width: 100%;
  padding: 0 8%;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5em;
}
.l-ssc-note::before {
  content:"";
}
@media (min-width:1024px) {
  .l-ssc-note {
    width: 80%;
  }  
}
@media (max-width:750px) {
  .l-ssc-note {
    font-size: 2.6rem;
    text-align: center;
  }
  .l-ssc-note::before {
    content:"※";
  }
}

.l-ssc-subtitle {
  width: 100%;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #187FBB;
  padding-top: 0.5em;
  padding-bottom: 0em;
}
@media (max-width:750px) {
  .l-ssc-subtitle {
    font-size: 5.8rem;
    padding-bottom: 1em;
  }
}

.l-ssc-subtitle a {
  color: #187FBB;
}

.l-ssc-subtitle .small {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding-bottom: 1.0em;
  margin-right: 0.5em;
}
.l-ssc-subtitle .moresmall {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.0em;
  padding: 0 0.2em 1.0em;
}
@media (max-width:750px) {
  .l-ssc-subtitle .small {
    font-size: 3.6rem;
    font-weight: 600;
    margin-right: 0em;
    padding-bottom: 0.8em;
  }
}

.bg-color-blue {
  background-color: #E3F0F7;
}
.bg-color-white {
  background-color: #FFF;
}

/* ======================================================================
共通強制.html
========================================================================= */
.l-scc-menu-fix {
  position: fixed;
  /* top: 0; */
  z-index: 100;
  /* padding-top: 0.5em;
  padding-bottom: 0.7em; */
}
.force-color-white {
  color: #FFF;
}
.force-color-blue {
  color: #187FBB;
}
.force-bgcolor-white {
  background-color: #FFF !important;
}
.wave {
  width: 20%;
  margin: 2em auto;
}
@media (max-width:750px) {
  .wave {
    margin: 0 auto;
  }
}

.l-ssc-aboutus .information ul li {
  text-align: left;
  padding-left: 5em;
  font-size: 2.6rem;
  padding-bottom: 0.5em;
}

.l-ssc-subpage-headline {
  position: relative;
  padding-top: 12em;
  height: 40em;
}
@media (max-width:750px) {
  .l-ssc-subpage-headline {
    padding-top: 9em;
    height: 27em;
  }
}
.l-ssc-subpage-headline .title {
  position: absolute;
  left: 0%;
  width: 46%;
  padding-top: 0.7em;
  z-index: 50;
  background-image: url(./assets/img/find/bg-title-find.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width:750px) {
  .l-ssc-subpage-headline .title {
    left: 5%;
    width: 46%;
    padding-top: 0.7em;
  }
}
.l-ssc-subpage-headline .bg-yellow-img {
  background-image: url(./assets/img/faq/bg-title-yellow.png);
}
.l-ssc-subpage-headline .bg-deepblue-img {
  background-image: url(./assets/img/news/bg-title-news.png);
}
.l-ssc-subpage-headline .bg-deepblue-img .page-title {
  color: #FFF;
}

.l-ssc-subpage-headline .title h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #187FBB;
  padding-top: 1.5em;
  padding-bottom: 2.0em;
  padding-left: 1%;

}
@media (max-width:750px) {
  .l-ssc-subpage-headline .title h2 {
    font-size: 5.8rem;
  }
}
.l-ssc-subpage-headline .title h2 .small {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.0em;
  line-height: 1.1;
  padding-bottom: 0.5em;
}
@media (max-width:750px) {
  .l-ssc-subpage-headline .title h2 .small {
    font-size: 3.6rem;
    font-weight: 600;
  }
}
.l-ssc-subpage-headline .title h2 .small .sp {
  display: none;
}
@media (max-width:750px) {
  .l-ssc-subpage-headline .title h2 .small .pc {
    display: none;
  }
  .l-ssc-subpage-headline .title h2 .small .sp {
    display: initial;
  }
  }
.l-ssc-subpage-headline .title h2 .middle {
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.0em;
  line-height: 1.1;
  padding-top: 0.5em;
}
.l-ssc-subpage-headline .main-visual {
  position: absolute;
  right: -13%;
  width: 70%;
  z-index: 10;
}
.l-ssc-button-blue {
  width: 84%;
  display: inline-block;
  padding: 0.5em 0;
  background-color: #187FBB;
  color: #fff;
  border: none;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
}
.l-ssc-button-blue:hover {
  background-color: #FFFF00;
  color: #187FBB;
}

.l-ssc-telephone {
  width: 100%;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}

.maxtext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.l-ssc-news-list ul li a {
  color: #FA6B90;
  text-decoration: underline;
}
