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

BREAK POINTS

***************************************/
p {
  font-size: 2.133333333333333vw;
}

/*Reset*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

/*全体------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #f7f7f8;
  margin: 0px;
  margin: 0 auto;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

/*リンク----------------------------*/
a {
  color: #0005dc;
  text-decoration: underline;
}

p {
  margin: 30px 10px 0 10px;
  line-height: 2;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
}

header {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

p.date {
  padding: 10px 0 0 0;
  margin: 0px 20px;
  font-size: 12px;
  /*2rem*/
  font-size: 1.2rem;
  color: #aaa;
}

article {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

article img {
  margin: 0;
  padding: 0px 0px;
  width: 100%;
  display: block;
}

ul.t {
  display: table;
  width: 100%;
}

ul.t li.t {
  display: table-cell;
}

p {
  color: #000;
}

span.underline {
  color: #fe0000;
  background-color: #ff0;
}

li.t.img {
  width: 180px;
}

p.img {
  margin: 30px 10px 0 10px;
}

p.link img,
p.img img {
  width: 100%;
  height: auto;
}

em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}

p.link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

p.red {
  color: #fe0000;
  font-weight: bold;
}

.link {
  font-size: 18px;
  font-size: 1.8rem;
}

.link ul {
  margin: 20px 10px -20px 10px;
}

.link ul li {
  margin: 0.6em 10px 0 2em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

.links h3 {
  padding: 25px 15px 15px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
}

.links a {
  text-decoration: none;
}

.links p {
  font-size: 12px;
  font-size: 1.2rem;
}

.links ul {
  margin: 0;
  padding: 0;
}

.links li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}

.links .img span {
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: block;
  position: relative;
}

.links p.img img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -50%;
}

.links a {
  display: table;
  width: 100%;
}

.links p,
.links div.mark {
  display: table-cell;
  padding: 10px;
}

.links div.mark {
  vertical-align: middle;
  width: 20px;
}

.links div.mark:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  transform: rotate(45deg);
  display: block;
}

.links p.img {
  padding: 0;
  height: 75px;
  width: 75px;
}

footer {
  background: #005d98;
  text-align: center;
}

footer div {
  display: inline-block;
  padding: 0px 10px;
  margin: 10px 0 10px;
}

footer div:nth-of-type(2) {
  border-left: 1px solid #fff;
}

footer div a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

/***************************************

ヘッダー

***************************************/
header {
  background-color: #142263;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

/***************************************

h1（タイトル）

****************************v***********/
.header_title1 {
  background: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 17px 10px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .header_title1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/***************************************

文字の装飾

***************************************/
.important_sentence {
  color: #ff0004;
  font-weight: bold;
}

.letter_space {
  letter-spacing: -0.02em;
}

.center {
    text-align: center;
}

.bgy {
    background: #ffff00;
    padding: 2px 5px;
}

/***************************************

Check

***************************************/
li {
  margin: 10px;
  line-height: 2;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.questionnaire {
  padding: 15px;
  background: #e1f4f9;
}

.questionnaire_bg {
  padding: 12px;
  background: #fff;
}

.questionnaire__balloon {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  display: inline-block;
  margin: 1.5em 0.5em 1em;
  padding: 0 5px;
  min-width: 70px;
  max-width: 100%;
  color: #fff;
  line-height: 1.8;
  background: #58b6d5;
  border-radius: 50px;
  text-align: center;
}

.questionnaire__balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #58b6d5;
}

.questionnaire__balloon span {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}



.questionnaire__question {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.6;
}

.questionnaire input {
  display: none;
}

.questionnaire input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}

.questionnaire input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

.questionnaire input:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}

@media screen and (max-width: 30em) {
  .questionnaire {
    padding: 10px;
  }
  .questionnaire__balloon {
    width: 20%;
  }
  .questionnaire__question {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

/***************************************

page_view

***************************************/
.page_view {
  margin-top: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.page_view span {
  font-size: 16px;
  color: #5eb6d3;
}

p.thanks {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 10px auto;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  p.thanks {
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 0px auto;
    padding: 0px 0 50px 0;
  }
}

/***************************************

btn

***************************************/
.btn{
  padding: 30px 10px 50px;
}

.btn1 {
  border-radius: 20px;
  background: linear-gradient(to top, #07aeed 30%, #9ae1fc 100%) top center/100% auto no-repeat;
  box-shadow: 0 5px 10px rgba(33,33,33,0.25);
  border: 2px solid #eee;
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 13px 5vw 13px 5vw;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  top: 0;
}

.btn1:hover {
  box-shadow: 0 0 0 rgba(33,33,33,0);
  top: 10px;
}

.btn1:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: -30%;
  top: 0%;
  content: "";
  width: 50%;
  height: 70%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  opacity: 0;
  background: rgba(255,255,255,0.5);
  animation: shine 3s infinite ease-out;
}

.btn1_sub_txt {
  background: #ed4607;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 4.2vw;
  line-height: 1.8;
  padding: 0 10px;
  margin-bottom: 5px;
}
.btn1_main_txt {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.btn1_yellow_text {
  color: #fff947;
}
.btn1_icon {
  font-size: 7vw;
  height: 7vw;
  position: absolute;
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 330px){
  .btn1_main_txt{
    letter-spacing: -0.02em;
    font-size: 15px;
  }
}

@media screen and (min-width: 330px) and (max-width:420px){
  .btn1_main_txt{
    letter-spacing: -0.01em;
    font-size: 18px;
  }
}

@media only screen and (min-width: 641px) {
  .btn1 {
    padding: 10px 60px 10px 40px;
  }
  .btn1_sub_txt {
    font-size: 16px;
  }
  .btn1_icon {
    font-size: 45px;
    height: 45px;
    right: 20px;
  }
}

.woman{
	position:absolute;
	bottom:0;
	left:2px;
	width:80px;
	height:auto;
}
.woman_pc{
	display:none;
}
@media screen and (min-width: 640px){
.woman{
	display:none;
}
.woman_pc{
	display:block;
	position:absolute;
	bottom:0;
	left:25px;
	width:110px;
	height:auto;
}	
}
@media screen and (max-width: 400px){
.woman{
	left:-13px;
	width:60px;
	height:auto;
}	
}
@media screen and (max-width: 370px){
.woman{
	left:-10px;
	width:67px;
	height:auto;
}	
}

/* ボタンの光沢 */
@-moz-keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(20) rotate(45deg);
    opacity: 0;
  }
}

/* --------------------
電話番号ボタン
-------------------- */
.telzone {
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(33,33,33,0.25);
  background: rgba(15, 157, 207, 0.05);
  border: 2px solid #0F9DCF;
  border-bottom: 6px solid #0F9DCF;
  border-radius: 15px;
  margin: 10px auto 0;
  width: 100%;
}

.telzone a {
  border-bottom: none;
  text-decoration: none;
}

.telzone div {
  text-align: center;
  padding: 10px 0 12px 0;
}

.telzone p {
  color: #333;
  display: block;
  line-height: 1;
  margin: 5px 0 0 0;
  text-align: center;
}

.telzone p.tel {
  background: url(../img/ver3/telicon.png) no-repeat left center;
  background-size: 30px 30px;
  color: #0d8bb7;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  margin-top: 0;
  padding-left: 35px;
}

@media screen and (min-width: 640px) {
  .telzone p.tel {
    background-size: 40px 40px;
    font-size: 45px;
    font-size: 4.5rem;
    padding-left: 50px;
  }
}


/***************************************

count

***************************************/
.count {
  color: #999;
  font-size: 1.2rem;
  margin: 0;
}

.fadeInOut {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s linear;
}

.fadeInOut.show {
    opacity: 1;
    height: auto;
    visibility: visible;
}


/***************************************

solution

***************************************/

.solution{
  padding: 10px 10px 0;
}

.solution .solution_title-1{
  padding:0 10px;
}
.solution .solution_title-2{
  display: none;
}

.solution .solution_leaseback,
.solution .solution_merit{
  border: 3px solid #005d98;
}

.solution .solution_leaseback .leaseback_title,
.solution .solution_merit .merit_title{
  color: #fee743;
  font-size: 2.7rem;
  font-weight: 700;
  background: #005d98;
  padding:16px 0;
  text-align: center;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro W6, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

.solution .solution_leaseback .leaseback_txt{
  font-weight: 700;
  margin: 20px 10px 0;
}

.solution .solution_leaseback .leaseback_img-1,
.solution .solution_leaseback .leaseback_img-2{
  margin:10px;
}

.solution .solution_leaseback .leaseback_img-2{
  display: none;
}

.solution_txt-box{
  margin: 0 0 30px 0; 
}

.solution .solution_merit {
  margin: 30px 0 20px;
}

.solution .solution_merit .merit_list{
  max-width: 640px;
  padding: 1em 1.5em 1em 3em;
  position: relative;
  width: 100%;
}

.solution .solution_merit .merit_list .list_txt{
  border-bottom: dashed 1px silver;
  line-height: 1.5;
  list-style-type: none !important;
  padding: 0.6em 0 0.6em 0em;
  font-weight: 700;
}

.solution .solution_merit .merit_list .list_txt::before{
  color: #005d98;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 1.2em;
  position: absolute;
}

@media screen and (min-width: 641px){
  .solution .solution_title-1{
    display: none;
  }
  .solution .solution_title-2{
    display: block
  }
  .solution .solution_leaseback .leaseback_img-1{
    display: none;
  }
  .solution .solution_leaseback .leaseback_img-2{
  display: block;
}
}
.talent{
	margin: 0;
}
