@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-align: center;
}
/*font*/
.f26 { font-size: 26px;}
.gf_g{font-family: "Noto Sans JP", serif;
font-optical-sizing: auto;
  font-style: normal;
	line-height: 1.5;
}
.gf_m{font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	  font-style: normal;
}

.gf_gw400,.gf_mw400 {font-weight: 400;}
.gf_gw600,.gf_mw600 {font-weight: 600;}
.gf_gw900,.gf_mw900 {font-weight: 900;}

.text_left{ text-align: left;}

.pt01{ padding-top: 20px;}
.pb01{ padding-bottom: 30px;}

#header-inner {
  min-width: 100vw;
  height: fit-content;
}
.site-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  color: #cfab00;
}
.site-title p {
  padding-left: 0px;
  font-size: 65%;
}
h1 {
  flex-basis: 30%;
}

.fv {
  background-image: url(../image/stlp01_PCFV_bg02.png), url(../image/stlp01_PCFV_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    bottom right,
    center;
    background-size: contain, cover;
  width: 100%;
  display: flex;
  justify-content: center;
}
.flexbox01{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3%;
}
.flexbox02{
  background: url(../image/stlp02bg_25.png) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexbox03{
  background: url(../image/bg-sec-00.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 3%;
}
.bg_w{ background: #fff;}
.bg_o{ background: #fff1e7;}
.cvbox{
  width: calc(100% - 6%);
  padding: 3%;
}
.cvbox p{
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
}
.textset01,.textset02,.textset03 {
  width: 90%;
  display: inline-block;
}
.textset01 p {
    font-size: 3.4vw;
    text-align: center;
    padding: 4px;
}
.textset02 p {
    font-size: 3.4vw;
    text-align: left;
    padding: 4px;
}
h3{
  border-bottom: solid 3px #d0d0d0;
  position: relative;
  font-size: 4vw;
}
.textset03 p {
    font-size: 3.4vw;
    text-align: left;
    padding: 4px 0 10px;
}

h3::after {
  position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #666666;
bottom: -3px;
width: 20%;
}
/*qa*/
.heading-25 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #333333;
    font-size: 40px;
    z-index: 1;
}

.heading-25::before {
    position: absolute;
    bottom: 60px;
    left: -44px;
    z-index: -1;
    color: #ffdabf;
    font-size: 1.5em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}
.qa-7 {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .5em 1em .5em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 4.5vw;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: .5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em .5em 1.5em 2em;
    color: #333;
    transition: transform .5s, opacity .5s;
    font-size: 4.2vw;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
details.qa-7:last-child {
    margin-bottom: 80px;
}

/*====================================
フッター
======================================*/
footer {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-size: 12px;
}
dl.info dt {
  font-weight: bold;
  padding: 25px 0 5px;
}
dl.info dd {
  text-align: justify;
  text-justify: inter-ideograph;
}
#disclaimer,#footlink > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
}
#footlink {
  width: 100%;
  background: #e5e5e5;
  color: #b5b5b5;
  text-align: center;
}
#footlink nav ul li {
  position: relative;
  padding: 10px;
  box-sizing: border-box;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -ms-flex-pack: distribute;
  justify-content: space-around;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footlink nav ul li::after {
  position: absolute;
  left: -4px;
  content: '|';
  color: #adadad;
}
#footlink nav ul li:first-child::after {
  display: none;
}
#footlink p {
  color: #004742;
  line-height: 1.5;
  padding-top: 20px;
}
#footlink a {
  color: #000;
}
#footlink a:hover {
  text-decoration: underline;
}
p.copy {
  background: #2a2a2a;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

#footlink nav ul li {
  display: block;
}
#footlink nav ul li::after {
  display: none;
}

/*media Queries PCサイズ
---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (orientation: landscape){
  /*====================================
  ヘッダー
  ======================================*/
  #header-inner {
      height: 61px;
      width: 100%;
      min-width: 950px;
      position: relative;
      box-shadow: 0px 3px 5px #d5d5d5;
      z-index: 2;
      background: #fff;
  }
  #header-inne {
  	width: 100%;
  }
  .site-title {
  	max-width: 1000px;
  	width: 100%;
  	margin: 0 auto;
  	box-sizing: border-box;

  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;

  	-webkit-box-pack: start;
  	-ms-flex-pack: start;
  	justify-content: space-between;

  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .site-title h1 img {
    max-width: 250px;
    width: 100%;
    object-fit: cover;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .site-title p {
  	font-size: 80%;
  	padding-left: 30px;
  }
  h3 {
    border-bottom: solid 3px #d0d0d0;
    position: relative;
    font-size: 38px;
}
  .textset01, .textset02 {
    max-width: 1200px;
    display: inline-block;
}
.textset03 {
  max-width: 960px;
  display: inline-block;
}
  .textset01 p {
      font-size: 36px;
      text-align: center;
      padding: 12px;
  }
  .textset02 p {
      font-size: 36px;
      text-align: left;
      padding: 12px;
  }
  .textset03 p {
    font-size: 30px;
      text-align: left;
      padding: 11px 0 50px;
      max-width: 930px;
  }
  /*qa*/
  .heading-25 {
      position: relative;
      padding-top: 50px;
      padding-bottom: 30px;
      color: #333333;
      font-size: 40px;
      z-index: 1;
  }

  .heading-25::before {
      position: absolute;
      bottom: 60px;
      left: -44px;
      z-index: -1;
      color: #ffdabf;
      font-size: 1.5em;
      line-height: 1;
      content: attr(data-word);
      pointer-events: none;
  }
  .qa-7 {
      width: 800px;
      margin-bottom: 10px;
      border: none;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
      background-color: #fff;
  }

  .qa-7 summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 1em 2em 1em 3em;
      color: #333333;
      font-weight: 600;
      cursor: pointer;
      font-size: 22px;
  }

  .qa-7 summary::before,
  .qa-7 p::before {
      position: absolute;
      left: 1em;
      font-weight: 600;
      font-size: 1.3em;
  }

  .qa-7 summary::before {
      color: #75bbff;
      content: "Q";
  }

  .qa-7 summary::after {
      transform: translateY(-25%) rotate(45deg);
      width: 7px;
      height: 7px;
      margin-left: 10px;
      border-bottom: 3px solid #333333b3;
      border-right: 3px solid #333333b3;
      content: '';
      transition: transform .5s;
  }

  .qa-7[open] summary::after {
      transform: rotate(225deg);
  }

  .qa-7 p {
      position: relative;
      transform: translateY(-10px);
      opacity: 0;
      margin: 0;
      padding: .3em 3em 1.5em;
      color: #333;
      transition: transform .5s, opacity .5s;
      font-size: 20px;
  }

  .qa-7[open] p {
      transform: none;
      opacity: 1;
  }

  .qa-7 p::before {
      color: #ff8d8d;
      line-height: 1.2;
      content: "A";
  }
  /*====================================
  フッター
  ======================================*/
  footer {
  	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	width: 100%;
  	margin: 0 auto;
    background: #333;
  	color: #fff;
  	font-size: 12px;
  }
  dl.info dt {
    font-weight: bold;
  	padding: 25px 0 5px;
  }
  dl.info dd {
  	text-align: justify;
  	text-justify: inter-ideograph;
  }
  #disclaimer,#footlink > div {
  	max-width: 1000px;
  	width: 100%;
  	margin: 0 auto;
  	padding: 25px;
  	box-sizing: border-box;
  }
  #footlink {
    width: 100%;
    background: #e5e5e5;
    color: #b5b5b5;
  	text-align: center;
  }
  #footlink nav ul li {
  	position: relative;
  	padding: 10px;
  	box-sizing: border-box;

  	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;

  	-ms-flex-pack: distribute;
  	justify-content: space-around;

  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  #footlink nav ul li::after {
  	position: absolute;
  	left: -4px;
  	content: '|';
  	color: #adadad;
  }
  #footlink nav ul li:first-child::after {
  	display: none;
  }
  #footlink p {
    color: #004742;
    line-height: 1.5;
    padding-top: 20px;
  }
  #footlink a {
  	color: #000;
  }
  #footlink a:hover {
    text-decoration: underline;
  }
  p.copy {
  	background: #2a2a2a;
  	font-size: 10px;
  	text-align: center;
  	padding: 10px 0;
  }
}

@media (max-width: 768px) {
  img { width: 100%;}



.sec-policy {
  padding: 7rem 0;
  background-color: #212121;
}
.sec-policy .text {
  flex-direction: column;
}
.sec-policy .text p {
  font-size: 1.6rem;
  color: #fff;
}
.sec-policy .text a {
  margin-top: 5rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.footer {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.footer span {
  font-size: 1.6rem;
  color: #fff;
}
