@charset "UTF-8";
/*
Theme Name:Lightning child
Theme URI:
Description:Lightning子テーマ
Template:lightning
Author:beanie.inc
Author URI:https://www.beanie-inc.com/
Version:15.9.4
*/
/* ----------------------- */

/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif; 
background-color:#181878;
グラデ
  background-image: linear-gradient(119deg, rgba(0, 84, 150, 1), rgba(35, 180, 206, 1))

*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

input[type="button"],
input[type="reset"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  /*Google Chrome/Safari対応*/
  -moz-appearance: none;
  /*Firefox対応*/
  -o-appearance: none;
  /*Opera対応*/
  border-radius: 0;
  margin: 0;
  padding: 0;
}


html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}

body {
  background-color: #fff;
  color: #595757;
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans JP', '游ゴシック', 'メイリオ', 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.1em;
}

@media(min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
}

/* lightningリセット */
.wp-block-heading {
  border: none;
}

h3 {
  border: none;
}

.container { 
   max-width: none;
  padding: 0;
  margin: 0 ;
}

.ltg-slide-button-next,
.ltg-slide-button-prev {
  display: none;
}

.lightning_swiper .swiper-pagination {
  display: none;
}
/* -------------------------- */

/* 共通 */
.container-1100 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.flex-a {
  display: flex;
  justify-content: space-around;
}

.flex-c {
  display: flex;
  justify-content: center;
}

.nl {
  display: inline-block;
}

@media screen and (min-width:429px) {
  .in-sp {
    display: none;
  }
}
@media screen and (max-width:428px) {
  .in-sp {
    display: block;
  }
}

/* ボタン */
.top-register__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width:300px ;
  margin: 15px auto;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #ff9900;
  color: #fff;
  transition: .2s all;
}

.top-register__btn:hover {
  box-shadow: none;
  transform: translateY(3px);
  color: #fff;
}



/* タイトル */
.section-ttl {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .section-ttl {
    font-size: 2.6rem;
  }
  
.flex-b {
  display: block;
}

.flex-a {
  display: block;
}

.flex-c {
  display: block;
}
}

@media screen and (max-width:599px) {
  .section-ttl {
    font-size: 2.2rem;
  }
}

/* .site-header */
.site-header {
  padding: 2px 0;
}

.site-header-logo {
  width: 50%;
}

.site-header-container {
  width: 95%;
  margin: 0 auto;
}
#global-nav {
  width: 50%;
}

.site-header-container #global-nav ul li a {
  padding: 10px 15px;
  text-align: center;
}

.to-mypage {
  background-color: #f9f9f9;
}

.site-header-container #global-nav ul li a:hover {
  color: #ff9900;
}

#menu-item-96 a {
  background-color: #ff9900;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 992px){
  .global-nav--layout--float-right .global-nav-list {
      margin: inherit;
  }
  }

@media screen and (max-width:992px) {
  #menu-item-96,
  #menu-item-97  {
    padding:0 20px;
  }
}

/* ---/.site-header */

/* .site-footer */

.site-footer {
padding: 30px 0 10px;
}

.site-footer .container {
  width: 95%;
  padding: 0;
  margin: 0 auto;
}

.site-footer #block-15 p a,
.site-footer #block-16 p a,
.site-footer #block-18 p a {
  font-size: 12px;
}

/* 
.footer-nav ul .footer-nav-list  {
  display: block;
} */

.site-footer-content .row {
align-items: center;
}

.site-footer-content a,
.site-footer-content .wp-block-latest-posts__post-title {
  color: #fff;
}
/* .wp-block-latest-posts__post-title:hover {
  text-decoration: none;
  text-underline-offset: none;
} */

.site-footer-content a:hover {
  color: #005496;
}

.footer-nav ul a {
  color: #fff;
}

.footer-nav ul a:hover {
  color: #ff9900;
}

.footer-nav .to-mypage {
  background-color: #3f000000;
}

@media screen and (max-width:768px) {
  /* .site-footer-content .row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    } */

    .footer-nav .footer-nav-list {
      display: flex;
      justify-content: space-between;
    }
}
/* /---.site-footer */

.breadcrumb-list {
  display:none;
}

/* /---共通 */

/* サイトトップ */

.top-search__outer {
  position: absolute;
transform: translate(-50%);
left: 50%;
top: -70px;
  z-index: 3;
  width: 90%;
  max-width: 800px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 30px 0 0;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.top-search-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.top-search-ttl::before,
.top-search-ttl::after {
  width: 3px;
  height: 40px;
  background-color: #005496;
  content: '';
}

.top-search-ttl::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.top-search-ttl::after {
  transform: rotate(35deg);
  margin-left: 30px;
}


/* .searchandfilter {
  position: absolute;
transform: translate(-50%);
left: 50%;
top: -70px;
  z-index: 3;
  width: 90%;
  max-width: 800px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 30px 0;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.35);
} */

.searchandfilter .postform,
.searchandfilter input {
  height: 40px;
  font-size: 16px;
  width: 170px;
  border: #005496 solid 2px;
  border-radius: 4px;
}

.searchandfilter input[type="submit"] {
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #ff9900;
  color: #fff;
  transition: .2s all;
  border: none;
}
.searchandfilter input[type="submit"]:hover {
  box-shadow: none;
  transform: translateY(3px);
  color: #fff;
}

@media screen and (max-width:768px) {
  .top-search__outer {
  top: -70px;
    max-width: 600px;
    padding: 20px 0;
  }

  .searchandfilter ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
}


  
.searchandfilter .postform,
.searchandfilter input {
  height: 38px;
  width: 100%;
}
}
/* 
.ltg-slide-text-title {
  color: #fff;
} */

.ltg-slide-text-set {
  padding: 0 5.5vw;
}

.mini-content .btn-ghost {
  padding: 12px 20px;
  font-size: 2rem;
}

.mini-content a.btn:hover {
  background: #ff9900;
}

/* section.work */
.work {
  padding: 100px 0;
  background: url(http://localhost/designer-bank/wp-content/uploads/2023/07/top_work_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}


.work::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(119deg, rgba(0, 84, 150, .7), rgba(35, 180, 206, .7));
  z-index: -1;
}

.work .container-1100 {
  z-index: 3;
}

.work .section-ttl {
  color: #fff;
}

.dsg-card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3vw;
}

.dsg-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.35);
  padding-bottom: 5px;
  border-radius: 5px;
}


.dsg-card dt img {
  vertical-align: top;
  width: 100%;
  border-radius: 5px 5px 0 0;
}


.dsg-card__ttl {
  text-align: center;
  padding: 7px;
  margin: 0;
  font-size: 2rem;
  color: #005496;
}

.dsg-card__desc {
  padding: 10px;
}

.dsg-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 5px auto;
  padding: 5px 10px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  /* background: linear-gradient(119deg, rgba(0, 84, 150, 1), rgba(35, 180, 206, 1)); */
  background-color: #ff9900;
  color: #fff;
  transition: .2s all;
}

.dsg-card__btn:hover {
  box-shadow: none;
  transform: translateY(3px);
  color: #fff;
}


@media screen and (max-width:768px) {
  .dsg-card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2vw;
  }

  .dsg-card__ttl {
    padding: 5px;
    font-size: 1.8rem;
  }
}

/* /---section.work */

/* section.feature */
.feature {
  padding: 330px 0 100px;
}

.feature-list {
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}

.feature-box {
  width: calc(100%/3);
}

.feature-box__ttl {
  font-size: 2.4rem;
  text-align: center;
}


@media screen and (max-width:599px) {
  .feature-list {
    display: block;
  }

  .feature-box {
    width: 100%;
    margin: 0 auto;
  }

  .feature-box__ttl {
    font-size: 1.8rem;
  }
}
/* /---section.feature */

/* section.step */
.step {
  padding: 100px 0;
}

.steptitle-box {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.steptitle-img {
  max-width: 400px;
  width: 70%;
}

.steptitle-img img {
  width: 100%;
}

.stepbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #dedede;
}

.stepbar:first-of-type {
  border: none;
}

.stepbar .stepbarwrap .triangle {
  content: "";
  display: block;
  width: 0;
  border: solid 32px transparent;
  border-top-color: #dedede;
  margin: 0 auto;
}

.steptitle {
  background: linear-gradient(119deg, rgba(0, 84, 150, .7), rgba(35, 180, 206, .7));
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 16px auto;
  line-height: 1.25;
  position: relative;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.35);
}

.stepbar .stepbarwrap .steptitle span {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.stepbar .stepbarwrap .title {
  font-size: 2rem;
  font-weight: bold;
}

.stepbar .stepbarwrap .txt {
  width: 90%;
  display: block;
  margin: 30px auto;
}

.stepbar:first-of-type .triangle:first-of-type {
  display: none;
}


@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

@media screen and (max-width:599px) {
  .steptitle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    margin: 16px auto;
    line-height: 1.1;
    position: relative;
  }
  
  .stepbar .stepbarwrap .steptitle span {
    font-size: 2rem;
  }
  
  .stepbar .stepbarwrap .title {
    font-size: 1.8rem;
  }
}

/* /---section.step */

/* section.top-faq */

.top-faq {
  padding: 100px 0;
  background-color:#f9f9f9;
}

.top-faq .flex-b {
  gap: 20px;
}

.details__outer {
  width: 50%;
  margin: 0 auto;
}



.qa-007 {
  max-width: 500px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.qa-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-007 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-007 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-007[open] summary::after {
  transform: rotate(225deg);
}

.qa-007 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
  transform: none;
  opacity: 1;
}

.qa-007 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
@media screen and (max-width:768px) {
  .top-faq .flex-b {
    display: flex;
  }
}

@media screen and (max-width:599px) {
  .top-faq .flex-b {
    display: block;
  }

  .details__outer {
    width: 100%;
    margin: 0 auto;
  }
  
}
/* /---section.top-faq */

/* /---サイトトップ */



/* 登録ページ */

.pm-field-input input{
height: 30px;
border-radius: 0;
}

.buttonarea input {
  padding: 10px 20px;
  font-size: 1.4rem;
}


/* /---登録ページ */


/* ログインページ */
.pwforgot-link {
  text-align: center;
}

.pwforgot-link a {
  display: inline-block;
  color: #595957;
  font-size: 1.3rem;
}

.pwforgot-link a:hover {
color: #005496;
text-decoration: underline;
}
/* /---ログインページ */


/* マイページ */

/* /---マイページ */

/* 問い合わせフォーム */
.form-container {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.cform th {
	font-size: 14px;
	width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 20px 0 20px 15px;
	font-weight: normal;
  text-align: left;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
  font-size: 14px;
}

.cform input[type=text],
.cform input[type=email] {
  height: 30px;
}

.required-srt {
	font-size: 7px;
	padding: 3px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 8px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #005496;
	width: 60%;
	max-width: 350px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #005496 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: 0.2s all;
  font-size: 16px;
  border-radius:25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.submit-btn input:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.prev-btn input {
	background: #bfbfbf;
	width: 60%;
	max-width: 350px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #bfbfbf solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: 0.2s all;
  font-size: 16px;
  border-radius:25px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.prev-btn input:hover {
  box-shadow: none;
  transform: translateY(3px);
}





/* /---問い合わせフォーム */