@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

footer {
  padding: 60px 0;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #283f8f;
}

.bg_cl2 {
  background-color: #a128cf;
}

.bg_01 {
  background: url(../img/pc_sec04_bg.png) no-repeat center/cover;
}

.bg_02 {
  background: url(../img/pc_sec02_bg.png) no-repeat center/cover;
}

.bg_03{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}

.bg_04{
  background: #efefef;
}
.bg_05{
  background: url(../img/pc_cta_bg.png) no-repeat top center/cover;
}

.cl_base {
  color: #283f8f;
}

.cl_main {
  color: #34c7c9;
}

.cl_accent {
  color: #f1f341;
}
.cl_accent2{
  color: #9a2acb;	
}
.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white {
  color: #fff;
}

.box_01{
	padding: 50px;
	border: 1px solid #283f8f;
}
.box_02{
	padding: 50px;
	border: 1px dotted #283f8f;
}
.box03 .box_01{
	padding: 50px;
	border: 3px solid #283f8f;
	border-image: linear-gradient(70deg, #a128cf 0%, #283f8f 100%);
	border-image-slice: 1;
}

.maru{
	height:50px;
	 width:50px;
	 border-radius:50%;
	 line-height:50px;
	 text-align:center;
	margin: 0 auto;
	background: #34c7c9;
}

/*見出し関連----------------------------------------------------------- */
h2{font-size: 50px;text-align: center;font-weight: bold;font-family: "Yu Mincho", 'Noto Serif JP', YuMincho, HG明朝B, "MS Mincho", serif;;}
h3{font-size: 24px;text-align: center;font-weight: bold;font-family: "Yu Mincho", 'Noto Serif JP', YuMincho, HG明朝B, "MS Mincho", serif;;}
.small{font-size: 70%}
.left{text-align: left;}
.lt0{letter-spacing: 0;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #f1f341 50%);
  background: -o-linear-gradient(transparent 50%, #f1f341 50%);
  background: linear-gradient(transparent 50%, #f1f341 50%);
  font-weight: bold;
}
.min {
  font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}
.flex{
	display: flex;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #283f8f;
}
.pagetop2 a {
  background-color: #283f8f;
}
.pagetop2 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 9999;
}

.pagetop2 a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #153aa1;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagetop2 a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-60%);
}

.pagetop2 a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop2 a:link,
.pagetop2 a:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagetop2 {
    bottom: 20px;
    right: 5px;
  }
}

/*Header----------------------------------------------------------- */
header .logo {
  height: 30px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

/*MV----------------------------------------------------------- */
.mv{
  padding-top: 75px;
  background: url(../img/pc_mv_bg.png) no-repeat center/cover;
}
.mv .cash{
  padding-top: 75px;
  background: url(../img/pc_mv_bg_c.png) no-repeat center/cover;
}

.mv .box{
  display: flex;
  width: 690px;
  height: 160px;
  background-color: #34c7c9;
  padding: 35px 45px;
  margin:  45px auto 100px;
  align-items: center;
  justify-content: space-between;
}
.link_btn a:hover img{
  opacity: 1;
}
.mv_btm{
  background-color: #0f222d;
  padding: 45px 0;
}
/*CTA----------------------------------------------------------- */
.cta{
  background: url(../img/pc_cta_bg.png) no-repeat top center/cover;
}
.cta h2{
  margin-top: 70px;
}
.cta .flex {
	justify-content: space-between;
}

.cta2{
  background: url(../img/pc_cta_bg.png) no-repeat top center/cover;
  padding: 70px 0;
}
.cta2 h2{
  letter-spacing: 0;
}
.cta2 .flex {
	justify-content: space-between;
}
.cta2 a{
	color: #fff;
	text-decoration: none;
}

.cta3{
  padding: 70px 0;
}
.cta3 .flex {
	justify-content: space-between;
}
.cta3 a{
	text-decoration: none;
	display: block;
}
.btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 5px solid #25ad38;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
}
.btn_gr{
	border-radius: 60px;
	color: #000;
	background: #25ad38;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
}
.btn_wh a{	color: #25ad38;vertical-align: middle;}
.btn_gr a{	color: #fff;vertical-align: middle;}

.btn_wh::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #25ad38;
	border-right: solid 2px #25ad38;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.btn_wh .arrow::after {
  transform: rotate(45deg);
}
.btn_gr::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.btn_gr .arrow::after {
  transform: rotate(45deg);
}

.cta3 .btn{
	border-radius: 90px;
	font-size: 150%;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
}
.cta3 .btn a{
	color: #fff;
}
.cta3 .btn::after{
	content: "";
	  margin: auto;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 20px;
	  width: 13px;
	  height: 13px;
	  border-top: 3px solid #fff;
	  border-right: 3px solid #fff;
	  transform: rotate(45deg);
}
/*ボタン----------------------------------------------------------- */
.cta2 .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: #25ad38;
  margin: 0 auto;
  border: 3px solid #25ad38;
  border-radius: 150px;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  font-family: inherit;
  padding: 5px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.cta2 .btn a {
  color: #FFF;
}

.cta2 .btn:focus {
  color: #FFF;
  text-decoration: none;
}

.cta2 .btn:hover {
  background: #45ba55;
  color: #FFF;
  text-decoration: none;
}

.cta2 .btn::after{
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 3%;
	bottom: 45%;
}
.cta2 .btn .arrow::after {
  transform: rotate(45deg);
}

/*sec01----------------------------------------------------------- */
.sec01{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
.mv_box{
  text-align: center;
}
.mv_box iframe{
  width: 100%;
  height: 524px;
  vertical-align: bottom;
}

.sec01 .photo{
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

table{
	width: 100%;
}
.sc01 th{
	background: #283f8f;
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #f3f3f3;
}
.sc01 td{
	border: 1px solid #f3f3f3;
	padding: 15px 30px;
	text-align: center;
}
.sc01 .bg{
	background: #9a2acb;
}
/*sec02----------------------------------------------------------- */
.sec02{
  background: url(../img/pc_sec02_bg.png) no-repeat center/cover;
}
.sec02 .cash{
  background: url(../img/pc_sec02_bg_cash.png) no-repeat center/cover;
}

.sc02 .photo {
	width: 100%;
}

.step{
	background: #283f8f;
	padding: 5px 10px;
	color: #fff;
	margin-right: 15px;
}
.sc02 ul{
	vertical-align: middle;
}

/*sec03----------------------------------------------------------- */
.sec03 .white_box{
  background-color: #efefef;
  position: relative;
}
.sec03 h3{
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  padding: 15px;
  text-align: center;
}
.sec03 h4{
  padding: 30px;
  text-align: center;
}
.sec03 .img01{
  position: absolute;
  right: 0;
  left: 0;
  top: 43%;
}
.sec03 .inner_box{
  background-color: #FFF;
  padding: 20px;
  min-height: 690px;
}
.sec03 .arrow{
  line-height: 1.3;
}
.sec03 .arrow:after{
  content: "▼";
  display: block;
  color: #283f8f;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 19px;
}
.sec03 .font_l{
  font-size: 30px;
}
.sec03 .box_r .arrow:after{
  color: #a128cf;
}
.sec03 .box_r .arrow {
  line-height: 1.5;
}

.sec03_cash{
  background: url(../img/pc_sec04_bg.png) no-repeat center/cover;
}

.sec03 .box{
	border: 1px solid #34c7c9;
	padding: 30px;
}

/*sec04----------------------------------------------------------- */
.sec04{
  background: url(../img/pc_sec04_bg.png) no-repeat center/cover;
}
.sec04_cash{
  background: #efefef;
}

.sec04_cash .photo{
  padding: auto 0;
  margin: auto -15px;
}

.sec04_at .flex{
	display: flex;
	justify-content: space-between;
}
/*sec05----------------------------------------------------------- */
.sec05{
  position: relative;
  background-color: #efefef;
}
.sec05 .arrow{
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}
.sec05 .box{
  background: rgb(40,63,143);
  background: linear-gradient(45deg, rgba(40,63,143,1) 0%, rgba(161,40,207,1) 100%);
  padding: 2px;
}
.sec05 .box .inner{
  background-color: #FFF;
  padding: 22px;
}
.brett ul li {
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: flex-start;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li img {
  margin-right: 8px;
}

/*
.sec05_at{
	background: #fff;	
}
.sec05_at .white_box{
	background: #efefef;
}
*/

/*sec06----------------------------------------------------------- */
.sec06{
  background-color: #3e3e3e;
}
.sec06 .brett ul li:last-child {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
  padding-bottom: 13px;
}

.sc06 h3{
	padding: 15px;
	letter-spacing: 0;
}
.sc06 .box01{
	border: 1px solid #283f8f;
	padding: 30px;
	background: #fff;
}
/*sec07----------------------------------------------------------- */
.sec07{
  background-color: #0f222d;
}

.sc07 th{
	background: #283f8f;
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #9296b0;
}
.sc07 td{
	border: 1px solid #f3f3f3;
	padding: 15px 30px;
	text-align: center;
	background: #fff;
}
.sc07 .bg2{
	background: #283f8f;
}
.sc07 .bg{
	background: #9a2acb;
}
.gray_box{background: #f2f2f2;padding: 30px;}
.gray_box02{background: #f2f2f2;padding: 30px;}

/*sec08----------------------------------------------------------- */
.sec08{
  background: url(../img/pc_sec08_bg.png) no-repeat center/cover;
  position: relative;
}
.sec08 .arrow{
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}

.sc08 h3{
  background: rgb(40,63,143);
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 15px;
}

.sc08 .box01 .box_blue{
/*  background-color: #f6f6f6;	*/
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
}
.sc08 .flex{
	display: flex;
	justify-content: space-between;
}
.sc08 .brett{
	width: 33%;
}
.sc08 .box_brett .brett{
	padding: 10px;
}

.sc08 .gray_box{
	padding: 20px;
/*	width: 300px;*/
}

/*sec09----------------------------------------------------------- */
.sec09{
  background-color: #0f222d;
}
.sec09 h2{
  background: url(../img/pc_sec09_h2bg.png) no-repeat center/cover;
  padding: 60px 0;
}
.sec09 .box{
  background: rgb(40,63,143);
  background: linear-gradient(45deg, rgba(40,63,143,1) 0%, rgba(161,40,207,1) 100%);
  padding: 2px;
}
.sec09 .white_box{
  padding: 40px;
}
@media (min-width: 960px) {
  .sec09 .fx-col-30-s {
    flex-basis: 33%;
    max-width: 33%;
}
  .sec09 .fx-col-70-s {
    flex-basis: 67%;
    max-width: 67%;
}
}


.sc09 .gr_box{
  background: url(../img/pc_sec12_img02.png) no-repeat #efefef center/cover;
  padding: 30px;
}
.sc09 .gr_box.no_bg{background: #efefef;}
.sc09 .white_box{
  position: relative;
}
.sc09 th{
  width: 80px;
  text-align: left;
}
.sc09 .img01 {
  position: absolute;
  right: 55px;
  bottom: 39px;
}

/* SC9 PLUS */
.sc09_plus .plus_box{display: flex;;margin-bottom: 15px;}
.sc09_plus .plus_box_img{width: 340px;flex-shrink: 0;margin-right: 45px;}
.sc09_plus .plus_box_img02{max-width: 340px;flex-shrink: 0;margin: 0 auto;}
.sc09_plus .plus_box_txt{}
.sc09_plus .plus_box_txt .bold{font-size: 27px;font-weight: bold;}
.sc09_plus .plus_box_txt .big{font-size: 60px;font-weight: bold;}
.sc09_plus .plus_box_txt .big span{font-size: 20px}

.sec09_plus .flex_img{display: flex;margin: 15px 0;}
.sec09_plus .gray_box{background: #f2f2f2;padding: 15px;font-weight: bold;}
.sec09_plus .gray_box ul{list-style-type: disc;padding-left: 30px;}

/*sec10----------------------------------------------------------- */
.sec10 .bg{
  background-color: #0f222d;
  margin-top: 100px;
  padding-bottom: 100px;
}
.sec10 .h2{
  background: url(../img/pc_sec09_h2bg.png) no-repeat center/cover;

  padding: 60px 0;
}
.sec10 .box{
  background: rgb(40,63,143);
  background: linear-gradient(45deg, rgba(40,63,143,1) 0%, rgba(161,40,207,1) 100%);
  padding: 2px;
}
.sec10 .white_box{
  padding: 40px;
}
@media (min-width: 960px) {
  .sec10 .fx-col-30-s {
    flex-basis: 33%;
    max-width: 33%;
}
  .sec10 .fx-col-70-s {
    flex-basis: 67%;
    max-width: 67%;
}
}

.sc10 .reason{
	background: #9a2acb;
	color: #fff;
	line-height: 1;
	padding: 10px 18px;
	border-radius: 150%;
	margin-right: 15px;
}

/*sec11----------------------------------------------------------- */
.sec11{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
.sec11 .box{
  background-color: #0f222d;
  padding: 45px;
}
.sec11 .brett{
  background-color: #FFF;
  padding: 30px;
}
.sec11 .brett ul li:last-child {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
  padding-bottom: 13px;
}
/*sec12----------------------------------------------------------- */
.sec12 {
  background-color: #283f8f;
}
.sec12 .gr_box{
  background: url(../img/pc_sec12_img02.png) no-repeat #efefef center/cover;
  padding: 30px;
}
.sec12 .gr_box.no_bg{background: #efefef;}
.sec12 .white_box{
  position: relative;
}
.sec12 th{
  width: 80px;
  text-align: left;
}
.sec12 .img01 {
  position: absolute;
  right: 55px;
  bottom: 39px;
}

/* SEC12 PLUS */
.sec12_plus{margin-top: 50px;}

.sec12_plus .plus_box{display: flex;align-items: center;margin-bottom: 15px;}
.sec12_plus .plus_box_img{width: 340px;flex-shrink: 0;margin-right: 45px;}
.sec12_plus .plus_box_txt{}
.sec12_plus .plus_box_txt .bold{font-size: 27px;font-weight: bold;}
.sec12_plus .plus_box_txt .big{font-size: 60px;font-weight: bold;}
.sec12_plus .plus_box_txt .big span{font-size: 20px}
.sec12_plus .flex_img{display: flex;margin: 15px 0;}
.sec12_plus .gray_box{background: #f2f2f2;padding: 15px;font-weight: bold;}
.sec12_plus .gray_box ul{list-style-type: disc;padding-left: 30px;}




.sc12 .know ul{
	width: 25%;
	background: #fff;
	padding: 15px;
	margin-right: 15px;
}
.sc12 .know ul:last-child{
	margin-right: 0px;
}
.sc12 .know li{
	font-size: 14px;
	padding-left:1em;
    text-indent:-1em;
}

.sc12 .know li::before{
	content: "・";
}

/*sec13----------------------------------------------------------- */
.sec13 {
  background-color: #0f222d;
}

.sc13{
  position: relative;
  background-color: #efefef;
}
.sc13 h3{
	line-height: 1.2;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.sc13 .arrow{
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}
.sc13 .box{
  background: rgb(40,63,143);
  background: linear-gradient(45deg, rgba(40,63,143,1) 0%, rgba(161,40,207,1) 100%);
  padding: 2px;
}
.sc13 .box .inner{
  background-color: #FFF;
  padding: 25px;
}
/*sec14----------------------------------------------------------- */

/*sec15----------------------------------------------------------- */
.sec15{
  background: url(../img/pc_sec15_bg.png) no-repeat center/cover;
}
.sec15 .box{
  background: rgb(40,63,143);
  background: linear-gradient(45deg, rgba(40,63,143,1) 0%, rgba(161,40,207,1) 100%);
  padding: 4px;
}
.sec15 .white_box{
  padding: 40px;
}




/*sec16----------------------------------------------------------- */
.sec16{
  background-color: #efefef;
}
.qa .q{
  background-color: #283f8f;
  padding: 15px 30px;
}
 .qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}
.qa .q .box_item{
  align-items: center;
}
.qa .a {
  margin-bottom: 30px;
  background-color: #FFF;
  padding: 15px 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 63px;
  flex-shrink: 0;
}


.sc16 h3{
  background: rgb(40,63,143);
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 15px;
}
.sc16 .box01 .box_blue{
	padding: 5px;
}
.sc16 .box01 .white_line{
  border: 1px solid #fff;
  padding: 40px;
  padding-top: 20px;
}
.sc16 .box01 h3{
  background: none;
}
.sc16 .box01 .box_blue{
/*  background-color: #f6f6f6;	*/
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
}
.sc16 table{
  width: 100%;
}
.sc16 th{
  background-color: #283f8f;
  color: #FFF;
  font-weight: bold;
  width: 220px;
  border: 1px solid #fff;
  border-left: 0;
  vertical-align: middle;
}
.sc16 td{
  background-color: #f6f6f6;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-right: 0;
}

.sc16 .box_blue .flex{
	justify-content: space-between;
}


/*sec17----------------------------------------------------------- */
.sc17 th{
	background: #283f8f;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
}
.sc17 td{
	border: 1px solid #5f5f5f;
	padding: 15px 30px;
	width: 33%;
}
.sc17 .bg{
	background: #9a2acb;
}

/*sec18----------------------------------------------------------- */
.sec18 table{
  width: 100%;
}
.sec18 tr{
  border-bottom: solid 1px #FFF;
}
.sec18 th{
  padding: 15px;
  width: 165px;
  font-weight: bold;
}
.sec18 td{
  padding: 15px;
}
/*sec19----------------------------------------------------------- */
.sec19 {
  background-color: #0f222d;
}
/*sec20----------------------------------------------------------- */
.sec20 {
  background-color: #efefef;
}
.sec20 .brett{
  background-color: #FFF;
  padding: 30px;
}
.sec20 .brett ul li {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: none;
  align-items: baseline;
}
.sec20 .brett ul li i{
  color: #34c7c9;
  margin-right: 5px;
}
/*sec21----------------------------------------------------------- */
.sec21 h3{
  background: rgb(40,63,143);
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 15px;
}
.sec21 .box01 .box_blue{
	padding: 5px;
}
.sec21 .box01 .white_line{
  border: 1px solid #fff;
  padding: 40px;
  padding-top: 20px;
}
.sec21 .box01 h3{
  background: none;
}
.sec21 .box01 .box_blue{
/*  background-color: #f6f6f6;	*/
  background: linear-gradient(59deg, rgba(40,63,143,1) 0%, rgba(40,63,143,1) 42%, rgba(111,49,181,1) 56%, rgba(161,40,207,1) 100%);
}
.sec21 table{
  width: 100%;
}
.sec21 th{
  background-color: #283f8f;
  color: #FFF;
  font-weight: bold;
  width: 220px;
  border: 1px solid #fff;
  border-left: 0;
  vertical-align: middle;
}
.sec21 td{
  background-color: #f6f6f6;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-right: 0;
}

.sec21 .box_blue .flex{
	justify-content: space-between;
}

.bubble{
    position: relative;
    padding: 15px 20px;
    color: #fff;
	background: #9a2acb;
	text-align: center;
}
.bubble::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 47%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #9a2acb;
}
.skd h3{
	background: #283f8f;
}
.skd .txt{
	padding: 50px;
	border: 2px solid #283f8f;
}


/*form----------------------------------------------------------- */
.fas.fa-phone {
  transform: scale(-1,1);
}
.form_wrap{
  background-color: #fff;
}
.form_wrap h2{
  margin-top: 0;
  padding-bottom: 40px;
}
form > ul > li {
  padding: 10px 0;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
  color: #FFF;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: #d42542;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.any {
  background-color: #888888;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

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

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.check_1col span {
  padding-left: 10px;
  color: #FFF;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}

.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}
.sbm_b {
	width: 90%;
}
.sbm_b2 {
	width: 48%;
}

/*
.sbm_wrap {
  padding: 30px 15px 0;
}

.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #34c7c9;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #34c7c9;
}

.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.4em);
  right: 15px;
  color: #fff;
}

.sbm_btn {
  border: 0;
  background-color: transparent;
}

.sbm_btn:focus {
  outline: none;
}

.sbm:hover {
  color: #34c7c9;
  background: #ffffff;
}

.sbm:hover:before {
  color: #34c7c9;
}
*/
/*sec20----------------------------------------------------------- */

/*Footer----------------------------------------------------------- */
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #000;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 10px;
}
footer .copy {
  font-size: 14px;
}


/* LandingPage 02----------------------------------------------------------- */
:root {
  --yel: #f1f341;
  --blue: #34c7c9;
  --ocean: #283f8f;
}

.sr{font-family: 'Noto Serif JP', serif;}
.center{text-align: center;}
.bold{font-weight: bold;}


/* BOX COLOR */
.box_blue{background: #283f8f;padding: 45px;margin-bottom: 50px;}
.box_blue_2{background: #283f8f;padding: 20px;margin-bottom: 50px;}
.box_black{background: #000;padding: 45px;}
.box_black .center.bold{font-size: 2.4rem;margin-bottom: 50px;}

.box_pp{background: #9a2acb; padding: 7px 7px;}

.box_brett .brett{background-color: #FFF;padding: 30px;margin: 15px 0;}
.box_brett .brett ul li:last-child {border-bottom: solid 1px #ccc;margin-bottom: 0;padding-bottom: 15px;}

/* LIST IMAGE */
.list_img{display: flex;flex-wrap: wrap;margin: 50px auto 30px;}
.list_img li{width: calc((100% - 45px) / 4);margin: 0 15px 15px 0;}

/* LIST STAFF */
.list_staff{margin: 50px 0;}
.list_staff_it{display: flex;margin-bottom: 50px;align-items: flex-start;}
.list_staff_it_b{display: block;margin-bottom: 50px;align-items: flex-start;}
.list_staff_img{width: 300px;flex-shrink: 0;margin-right: 30px;}
.list_staff_img p{margin-bottom: 0;}
.list_staff_img .name{background: #000;text-align: center;color: #fff;padding: 10px;font-weight: bold;font-size: 24px;}
.list_staff_txt{background: url('../img/pc_cta_bg.png') center /cover no-repeat;padding: 30px;}
.list_staff_txt_ct{background: #fff;padding: 20px;}
/*.list_staff_txt p{margin-bottom: 1.5em;}*/
.list_staff_txt p{text-align: left;}
.list_staff_txt .list_staff_txt_c p{text-align: center;}


/* NEW SECTION ----------------------------------------------------------- */
.sec01_lp02{background: url('../img/pc_sec01_bg.png') repeat top /contain}
.sec21_lp02{background: url('../img/pc_sec21_bg.png') top center /contain repeat-y;}

/* SECTION 22 */
.sec22{background: url('../img/pc_sec22_bg.png') top center repeat-y;}
.sec22_staff{display: flex;justify-content: space-between;margin: 50px 0 30px;}
.sec22_staff_it{width: 32%;}
.sec22_staff_img{text-align: center;background: #fff;border: 2px solid #ccc;position: relative;padding: 50px 0 20px;border-radius: 5px;margin-bottom: 20px;}
.sec22_staff_img p{font-weight: 500;}
.sec22_staff_img .label{width: 90%;background: var(--ocean);color: #fff;font-weight: 700;border-radius: 5px;margin: 0 auto;position: absolute;left: 5%;top: -40px;height: 80px;display: flex;align-items: center;justify-content: center;flex-direction: column;line-height: 1.75em;}
.sec22_staff_img .label span{font-size: 125%;font-weight: bold;}
.sec22_staff_img .avatar img{margin: 0 auto 10px;}

.sec22_staff_txt{background: #e6ebf5;padding: 30px 15px;border-radius: 5px;}
.sec22_staff_txt ul{}
.sec22_staff_txt ul li{display: flex;align-items: flex-start;margin-bottom: 15px;}
.sec22_staff_txt ul li::before{width: 24px;height: 23px;display: inline-block;background: url('../img/lp02/ic_check_blue.svg.png') center /cover no-repeat;content: '';margin-right: 10px;}
.sec22_staff_txt ul li span{font-weight: bold;}

.sec22_staff_it.org .sec22_staff_txt{background: #faeeff;}
.sec22_staff_it.org .sec22_staff_img .label{background: #a128cf;}
.sec22_staff_it.org .sec22_staff_txt ul li::before{background: url('../img/lp02/ic_check_purple.svg.png') center /cover no-repeat;}

.sec22_staff_it.ocean .sec22_staff_txt{background: #e3f8f8;}
.sec22_staff_it.ocean .sec22_staff_img .label{background: #34c7c9;}
.sec22_staff_it.ocean .sec22_staff_txt ul li::before{background: url('../img/lp02/ic_check_ocean.svg.png') center /cover no-repeat;}


.cta_lp02 .check_1col{background: #fff;padding: 0 15px;border-radius: 10px;margin-right: 30px;}
.cta_lp02 .check_1col span{color: #000;}

.sec22_content{}
.sec22_content_txt{background: #f7fcff;padding: 30px;}
.sec22_content ul{display: flex;}
.sec22_content ul li{width: calc((100% - 30px) / 4);margin-right: 10px;}


/* SECTION 23 + 24 + 25 + 26 */
.sec23{background: url('../img/pc_sec23_bg.png') center /cover no-repeat }
.sec25{background: url('../img/pc_sec25_bg.png') top center /contain repeat-y;}
.sec26{background: #3e3e3e;}

.sec24{background: url('../img/pc_sec24_bg.png') no-repeat center/cover;}
.sec24_item{margin-bottom: 50px;}
.sec24_item_title{background: #000;color: #fff;font-weight: 700;font-size: 2.4rem;padding: 15px;}
.sec24_item_ct{padding: 30px;background: #fff;display: flex;}
.sec24_item_ct .sec24_img{width: 440px;margin-left: 20px;flex-shrink: 0;}
.sec24_item_ct .sec24_txt{flex-grow: 1;}

/* SECTION 27 */
.sec27{background: url('../img/pc_sec27_bg.png') top center /cover no-repeat;}
.sec27 .flex_box{display: flex;margin-top: 30px;}
.sec27 .flex_box_img{width: 400px;margin-left: 30px;flex-shrink: 0;}
.sec27 .flex_box_txt{}


/* SECTION 28 */
.sec28 .photo{
	width: 30%;
	margin-right: 30px;
}
.sec28 .content_txt{
	width: 60%;
}

/* SECTION 30  index_b2*/
.sec30 .brett ul li {
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 18px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.sec30 .brett ul li:last-child{
  margin-bottom: 0;
}
.sec30 .brett ul li img {
  margin-right: 8px;
}

/* SECTION 29 */
.sec29{
  background: url(../img/pc_sec02_bg_f.png) no-repeat center/cover;
}

/* SECTION 33 */
.sec33 .photo{
	width: 30%;
	margin-right: 30px;
}
.sec33 .content_txt{
	width: 60%;
}

/*sec_tisn*/
.sec_tisn .photo{
	width: 100%;
}
.sec_tisn img{
	width: 100%;
}


/* LAST CHILD ALL */
.sec22_staff_txt ul li:last-child,
.sec24_item:last-child,
.list_staff_txt p:last-child,
.list_staff_it:last-child{margin-bottom: 0;}



.sec12_flex_img{display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.yellow_cl{color: yellow;}

.sec21_lp02_list{margin-bottom: 50px;}
.sec21_lp02_list li{padding: 20px; background-color: #000;}
.sec21_lp02_list2 li{padding: 50px; padding-top: 20px; background-color: #000;}
.sec21_lp02_list li:not(:last-child){margin-bottom: 20px;}
.sec21_lp02_list li .tt{margin-bottom: 10px; font-weight: bold; color: #34c7c9; font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif; font-size: 19px;}
.sec21_lp02_list li p:not(.tt){color: #FFF;}
.sec21 .line{ /*border-bottom: 5px solid #283f8f;*/ border-top: 10px solid #283f8f;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);}

/*フローティングバナー*/
.floating {
    background-color: rgba(13,35,98,0.9);
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
	margin: 0 auto;
	text-align: center;
    padding: 20px;
}
.floating .f_btn{
    background: #25ad38;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 20px;
    text-align: center;
    width: 50%;
	margin: 0 auto;
	position: relative;
}
.floating .f_btn::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.floating .arrow::after {
  transform: rotate(45deg);
}
.floating .f_btn a{
	color: #fff;
	text-decoration: none;
}


/*私たちのサービス*/
/* p-ourServices
------------------------------ */
.p-ourServices__text { margin-top: 40px;}
.p-ourServices__text p { margin-top: 2em;}
.p-ourServices__text p:first-child { margin-top: 0;}

.p-ourServicesBlock { margin-top: 60px;}
.p-ourServicesBlock__item {
  border-top: 1px solid #CCCCCC;
  padding: 50px;
  display: flex;
  position: relative;
}
.p-ourServicesBlock__item::before {
  content: "";
  background: url(../img/icon_arr_005.svg) no-repeat center center/cover;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.p-ourServicesBlock__item:first-child:before { display: none;}
.p-ourServicesBlock__item:first-child::after {
  content: "準備段階からサポート";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #0092E5;
  padding: 10px 5px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translate(0,50%);
  z-index: 1;
  height: calc(200% - 120px);
  text-align: center;
}
.p-ourServicesBlock__head { width: 50%; display: flex; align-items: center;}
.p-ourServicesBlock__number {
  background: #283f8f;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  width: 88px;
  height: 88px;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
.p-ourServicesBlock__number span { font-size: 1.2rem;}
.p-ourServicesBlock__button {
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 6%);
  flex: 1;
  max-width: 420px;
  width: 100%;
  height: 80px;
  background: #FF7712;
  background: linear-gradient(to right, #F59A2F 0%, #FA8820 50%, #FF7712 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;

}
.p-ourServicesBlock__body { width: 50%; margin-left: 50px;}
.p-ourServicesBlock__title { color: #283f8f; font-size: 2.0rem; font-weight: 700; line-height: 1.5;}
.p-ourServicesBlock__check { margin-top: 15px;}
.p-ourServicesBlock__check li { font-size: 1.6rem; margin-left: 1em; text-indent: -1em;}

.p-ourServices__item {}
.p-ourServices__item.-servece01 .p-ourServices__itemOuter {
  background: url(../image/service/service_bg_002.jpg) no-repeat center center/cover;
}
.p-ourServices__item.-servece02 .p-ourServices__itemOuter {
  background: url(../image/service/service_bg_003.jpg) no-repeat center center/cover;
}
.p-ourServices__item.-servece03 .p-ourServices__itemOuter {
  background: url(../image/service/service_bg_004.jpg) no-repeat center center/cover;
}
.p-ourServices__item.-servece04 .p-ourServices__itemOuter {
  background: url(../image/service/service_bg_005.jpg) no-repeat center center/cover;
}

.p-ourServices__detail { padding-top: 100px; padding-bottom: 100px;}

.p-ourServicesBox {
  max-width: 780px;
  padding: 70px 120px;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 6%);
  margin-left: auto;
}
.p-ourServicesBox__heading {}
.p-ourServicesBox__headingEn {
  color: rgba(6,61,156,29%);
  font-size: 1.4rem;
  display: block;
  font-family: "Barlow";
  letter-spacing: 0.05em;
}
.p-ourServicesBox__headingTitle {
  line-height: 1.5;
  font-size: 3.5rem;
  font-weight: 600;
  position: relative;
}
.p-ourServicesBox__headingTitle::before {
  content: "";
  background: #063D9C;
  width: 5px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translate(0,-50%);
}
.p-ourServicesBox__text { margin-top: 2em; font-size: 1.7rem;}
.p-ourServicesBox__text p { margin-top: 2em;}
.p-ourServicesBox__text p:first-child { margin-top: 0;}

@media screen and (max-width: 1200px) {
  .p-ourServicesBlock { margin-bottom: 80px;}
  .p-ourServicesBlock__item { padding: 60px 90px 60px 30px; }
  .p-ourServicesBlock__button { padding: 15px;}

  .p-ourServicesBox { padding: 60px;}
  .p-ourServicesBox__headingTitle { font-size: 3.0rem;}
  .p-ourServicesBox__headingTitle::before { left: -60px;}

  .p-ourServices__detail { padding-top: 80px; padding-bottom: 80px;}
}

.service .box_blue{
	padding: 2px 10px;
	padding-top: 5px;
}

