body{
  font-family: "HGP明朝E",
      "ヒラギノ明朝 Pro W6",
      "Hiragino Mincho Pro",
      "HGS明朝E",
      "MS PMincho",
      'Noto Serif JP',
      serif;
  background-color: #fff;
  padding-top: 69.6px;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  body  {
    padding-top: 87px;
  }
}

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: block;
}

@media screen and (max-width: 959px) {
  .hidden_l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hidden_m {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .hidden_s {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .visible_l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .visible_m {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .visible_s {
    display: none;
  }
}

/*-----------------------
 共通部分
-------------------------*/
.com-container-01{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.com-tit-01 {
  text-align: center;
  font-size: 32px;
  letter-spacing: .1em;
  margin-bottom: 44px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .com-tit-01 {
    font-size: 40px;
    margin-bottom: 55px;
  }
}

.com-tit-02 {
  position: absolute;
  left: 50%;
  top: -19.56px;
  transform: translateX(-50%);
  background-image: url(../images/03_01.png);
  width: 350px;
  height: 39.11px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .com-tit-02 {
    width: 415.2px;
    height: 46.4px;
    top: -23.2px;
  }
}
@media screen and (min-width: 769px) {
  .com-tit-02 {
    width: 519px;
    height: 58px;
    top: -29px;
  }
}

.com-tit-02 span {
  color: #fff;
  font-size: 20.3px;
  letter-spacing: .12em;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .com-tit-02 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .com-tit-02 span {
    font-size: 30px;
  }
}


/*-----------------------
 header
-------------------------*/
header{
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 69.6px;
}
@media screen and (min-width: 769px) {
  header  {
    height: 87px;
  }
}

.header-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14.96px;
  padding-bottom: 11.2px;
 
}
@media screen and (min-width: 769px) {
  .header-wrapper  {
    padding-top: 18.7px;
    padding-bottom: 14px;
  }
}

.header-wrapper .logo {
  margin-right: 1em;
}

.header-wrapper .logo img {
	max-width: 192.8px;
}

@media screen and (min-width: 769px) {
  .header-wrapper .logo img {
    max-width: 241px;
  }
}


.header-wrapper .logo a{
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  color: #004AAD;
}
@media screen and (min-width: 769px) {
  .header-wrapper .logo a {
    font-size: 12.59px;
  }
}

.header-wrapper .logo a span {
  display: block;
  text-align: right;
}

.header-wrapper .contact{
	display:flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
  .header-wrapper .contact.pc{
    display: none;
  }
}
  
@media screen and (min-width: 600px) {
  .header-wrapper .contact.sp{
    display: none;
  }
}

.header-wrapper .contact.sp a{
  display: block;
}
.header-wrapper .contact.sp a + a{
  margin-left: 1em;
}

.header-wrapper .contact.sp img{
  width: 32px;
  height: 32px;
}


.header-wrapper .tel {
  color: #003F68;
  font-size: 20.8px;
  letter-spacing: .12em;
  text-align: center;
  margin-right: 16.9px;
}

@media screen and (min-width: 769px) {
  .header-wrapper .tel {
    font-size: 26px;
    margin-right: 21.1px;
  }
}

.header-wrapper .tel span {
  font-size: 10.392px;
  display: block;
  color: #000;
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  .header-wrapper .tel span {
    font-size: 12.99px;
  }
}

.header-wrapper .contact .btn {
  display: block;
  background-image: url(../images/header-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header-wrapper .contact .btn {
    width: 213px;
    height: 50px;  
  }
}
.header-wrapper .contact .btn:hover {
  opacity: .9;
  transition: .8s; 
}

.header-wrapper .contact .btn span {
  color: #fff;
  letter-spacing: .1em;
  position: absolute;
  top: 27%;
  left: 16%;
  font-size: 17.6px;
}

@media screen and (min-width: 769px) {
  .header-wrapper .contact .btn span {
    font-size: 22px;
    left: 18%;
  }
}

/*-----------------------
 #home-01
-------------------------*/
#home-01 {
  border-top: 1px solid #987D45;
  border-bottom: 1px solid #987D45;
}

#home-01 .bg {
  background-image: url(../images/01_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 28.8px;
  padding-bottom: 26.4px;
}
@media screen and (min-width: 480px) {
  #home-01 .bg {
    padding-top: 36px;
    padding-bottom: 33px;
  }
}

#home-01 .bg-white {
  background-color: rgba(255, 255, 255, .48);
  padding-left: 2.2%;
}

#home-01 .list-wrapper {
  display: flex;
  align-items: center;
  padding-left: 2.2%;
}

@media screen and (min-width: 769px) {
  #home-01 .list-wrapper {
    padding-top: 36px;
    padding-bottom: 26px;  
  }
}

.home-01-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 7px;
}
@media screen and (max-width: 768px) {
  .home-01-list {
   padding-top: 18px;
   padding-bottom: 14px;
  }
}

.home-01-list li {
  background-image: url(../images/01_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  
}
@media screen and (min-width: 480px) {
  .home-01-list li {
    width: 138px;
    height: 138px;
  }
}
@media screen and (min-width: 960px) {
  .home-01-list li {
    width: 185px;
    height: 185px;
  }
}


.home-01-list li span {
  color: #fff;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .home-01-list li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .home-01-list li span {
    font-size: 20px;
  }
}


#home-01 .list-wrapper figure {
  text-align: right;
  margin-right: 5.5%;
  align-self: end;
}
@media screen and (max-width: 768px) {
  #home-01 .list-wrapper figure {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  #home-01 .list-wrapper figure {
    width: 70%; 
  }
}

@media screen and (min-width: 769px) {
  #home-01 .list-wrapper img {
    position: absolute;
    right: 5.5%;
    bottom: 0; 
  }
}
@media screen and (max-width: 479px) {
  #home-01 .list-wrapper img {
    width: 160px; 
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  #home-01 .list-wrapper img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #home-01 .list-wrapper img {
    width: 190px; 
  }
}

#home-01 .tit {
  padding-top: 18px;
  padding-bottom: 18.8px;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  #home-01 .tit {
    padding-top: 22.5px;
    padding-bottom: 23.5px;
  }
}

#home-01 .tit div {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #home-01 .tit div {
    width: 520px;
  }
}


#home-01 .tit h2 {
  font-size: 23px;
  letter-spacing: .12em;
  margin-bottom: 17px;
}
@media screen and (min-width: 480px) {
  #home-01 .tit h2 {
    font-size: 28.8px;
  }
}
@media screen and (min-width: 960px) {
  #home-01 .tit h2 {
    font-size: 36px;
  }
}


#home-01 .tit p {
  font-size: 15px;
  line-height: 1.25;
}
@media screen and (min-width: 480px) {
  #home-01 .tit p {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 960px) {
  #home-01 .tit p {
    font-size: 24px;
  }
}

#home-01 .tit .blue {
  color: #004AAD;
}

#home-01 .cloudsign {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 13px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  #home-01 .cloudsign {
    padding-top: 10px;
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 648px) {
  #home-01 .cloudsign  {
    display: flex;
  }
}


#home-01 .cloudsign .txt {
  text-align: center;
  font-size: 10.8px;
}
@media screen and (min-width: 480px) {
  #home-01 .cloudsign .txt {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 960px) {
  #home-01 .cloudsign .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 648px) {
  #home-01 .cloudsign .txt {
    margin-left: 2.65%;
  }
}
@media screen and (max-width: 647px) {
  #home-01 .cloudsign .txt {
    margin-top: 1em;
  }
}


#home-01 .cloudsign img {
  max-width: 136.38px;
  max-height: 18px;
}
@media screen and (min-width: 480px) {
  #home-01 .cloudsign img {
    max-width: 157.6px;
    max-height: 20.8px;
  }
}
@media screen and (min-width: 960px) {
  #home-01 .cloudsign img {
    max-width: 197px;
    max-height: 26px;
  }
}


/*-----------------------
 #home-02
-------------------------*/
#home-02 {
  padding-top: 60px;
  padding-bottom: 88px;
}

.home-02-bnr {
  border: 2px solid #000;
  font-size: 14px;
  line-height: 1.5;
  max-width: 987px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .home-02-bnr {
    font-size: 16px; 
  }
}

.home-02-bnr .white {
  border-bottom: 2px solid #000;
  padding: 8px 1em 8px 1em;
}
@media screen and (min-width: 480px) {
  .home-02-bnr .white {
    display: flex;
    align-items: center;
    justify-content: center;  
  }
}


.home-02-bnr .white img {
  display: block;
  margin-right: 4%;
}
@media screen and (max-width: 480px) {
  .home-02-bnr .white img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home-02-bnr .white img {
    margin-bottom: 10px;
    max-width: 192px;
  }
}

@media screen and (max-width: 480px) {
  .home-02-bnr .white p {
    text-align: center;
  }
}


.home-02-bnr .blue  {
  color: #fff;
  background-color: #003F68;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 19.2px;
  padding-left: 1em;
  padding-right: 1em;

}


/*-----------------------
 #home-03
-------------------------*/
#home-03 {
  border-top: 2px solid #987D45;
  padding-top: 49px;
  position: relative;
}

@media screen and (min-width: 769px) {
  #home-03 {
    padding-top: 63px;
  }
}


@media screen and (min-width: 648px) {
  #home-03 .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 0;
  }
}

#home-03 .inner figure {
  width: 50%;
  text-align: center;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 648px) {
  #home-03 .inner figure {
    text-align: right;
    margin-right: 4%;
    width: 38%;
  }
}
#home-03 .inner figure img {
  width: 331px;
  max-width: 100%;
}


@media screen and (max-width: 647px) {
  .home-03-list {
    max-width: 420px;
    margin: 0 auto;
  }
}

.home-03-list li {
  margin-bottom: 2.15em;
}

.home-03-list h3 {
  font-size: 19.2px;
  letter-spacing: .2em;
  color: #003F68;
  margin-bottom: .625em;
}
@media screen and (min-width: 960px) {
  .home-03-list h3 {
    font-size: 24px;
  }
}

.home-03-list p {
  font-size: 14.4px;
  letter-spacing: .1em;
  line-height: 1.66;
}
@media screen and (min-width: 960px) {
  .home-03-list p {
    font-size: 18px;
  }
}


/*-----------------------
 #home-04
-------------------------*/
#home-04 {
  padding-top: 54px;
  padding-bottom: 50.8px;
  border-top: 2px solid #987D45;
}
@media screen and (min-width: 724px) {
  #home-04 {
    padding-top: 67.5px;
    padding-bottom: 63.5px;
  }
}

#home-04 .form-wrapper {
  width: 327px;
  height: 785.42px;
  background-image: url(../images/04_05.png);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 414px) {
  #home-04 .form-wrapper {
    width: 367px;
    background-image: url(../images/04_04.png);
  }
}
@media screen and (min-width: 480px) {
  #home-04 .form-wrapper {
    width: 443px;
    background-image: url(../images/04_03.png);
  }
}
@media screen and (min-width: 648px) {
  #home-04 .form-wrapper {
    width: 601px;
    height: 764.97px;
    background-image: url(../images/04_02.png);
  }
}
@media screen and (min-width: 724px) {
  #home-04 .form-wrapper {
    width: 680px;
    height: 682px;
    background-image: url(../images/04_01.png);
  }
}


.home-04-form {
  color: #fff;
  padding-top: 36px;
  padding-bottom: 44.8px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 724px) {
  .home-04-form {
    padding-top: 45px;
    padding-bottom: 56px;
  }
}

.home-04-form h2 {
  width: 80%;
  font-size: 28.8px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 16.8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 724px) {
  .home-04-form h2 {
    font-size: 36px;
    margin-bottom: 21px;
  }
}

.home-04-form .txt {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.8px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 33.6px;
  line-height: 1.3;
}
@media screen and (min-width: 724px) {
  .home-04-form .txt {
    font-size: 16px;
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 724px) {
  .home-04-form .row {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
}

.home-04-form .row + .row {
  margin-top: 22.4px;
}
@media screen and (min-width: 724px) {
  .home-04-form .row + .row {
    margin-top: 28px;
  }
}

.home-04-form .row:nth-child(2) {
  margin-top: 28px;
}
@media screen and (min-width: 724px) {
  .home-04-form .row:nth-child(2) {
    margin-top: 35px;
  }
}

.home-04-form dl {
  width: 80%;
  margin: 0 auto;
}

.home-04-form dt {
  font-size: 18px;
  letter-spacing: .1em;
}



.home-04-form dt.require::before {
  content: '';
  background-image: url(../images/04_07.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
}

.home-04-form dd {
  font-size: 16px;
  letter-spacing: .1em;
}
@media screen and (min-width: 724px) {
  .home-04-form dd {
    width: 70%;
  }
}
@media screen and (max-width: 723px) {
  .home-04-form dd {
    margin-top: .8em;
  }
}


.home-04-form .radio {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 50px;
}


.home-04-form .radio img {
  display: block;
}

.home-04-form .radio input {
  display: none;
  position: relative;
}

.home-04-form .radio label {
  white-space: nowrap;
  display: flex;
  column-gap: 1em;
  cursor: pointer;
}

.home-04-form .radio span {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}

.home-04-form .radio span::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  left: 1px;
  top: 1px;
  opacity: 0;
  transition: .3s;
}

.home-04-form .radio input:checked + label span::before {
  opacity: 1;
}



.home-04-form dd input[type="text"],
.home-04-form dd input[type="email"] {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  font-size: 16px;
}

.home-04-form dd input.money {
  width: 112px;
  margin-right: 0.5em;
}
@media screen and (min-width: 724px) {
  .home-04-form dd input.money {
    width: 140px;
  }
}

.home-04-form dd input.money + img {
  vertical-align: bottom;
}


.home-04-form button {
  background-image: url(../images/04_06.png);
  width: 209.6px;
  height: 52.8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  margin-top: 29.2px;
  margin-bottom: .8em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 724px) {
  .home-04-form button {
    width: 262px;
    height: 66px;
    margin-top: 36.5px;
    margin-bottom: .8em;
  }
}
.home-04-form button:hover {
  opacity: .9;
  transition: .8s; 
}


.home-04-form .privacy-policy {
  font-size: 11.2px;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 724px) {
  .home-04-form .privacy-policy {
    font-size: 14px;
  }
}

.home-04-form .privacy-policy a {
  color: #fff;
  text-decoration: underline;
}


/*-----------------------
 #home-05
-------------------------*/
#home-05 {
  padding-top: 84px;
  padding-bottom: 61px;
  border-top: 2px solid #987D45;
}

.home-05-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (min-width: 500px) and (max-width: 647px) {
  .home-05-list {
    column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (min-width: 648px) {
  .home-05-list {
    flex-wrap: nowrap;
    row-gap: 25px;
    justify-content: space-between;
  }
}


.home-05-list li {
  background-color: #003F68;
  border: 5px solid #997C44;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 500px) and (max-width: 647px) {
  .home-05-list li {
    width: 50%;
    max-width: 201px;
    height: 201px;
  }
}
@media screen and (min-width: 648px) and (max-width: 768px) {
  .home-05-list li {
    width: 148px;
    height: 148px; 
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .home-05-list li {
    width: 168px;
    height: 168px; 
  }
}
@media screen and (min-width: 960px) {
  .home-05-list li {
    width: 201px;
    height: 201px;
  }
}

@media screen and (max-width: 768px) {
  .home-05-list li:nth-child(odd) div {
    margin-left: auto;
  }
}

.home-05-list li span {
  color: #fff;
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 648px) and (max-width: 768px) {
  .home-05-list li {
    font-size: 24px;
  }
}
@media screen and (min-width: 500px) and (max-width: 647px) {
  .home-05-list li span {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .home-05-list li span {
    font-size: 30px;
  }
}

#home-05 p {
  margin-top: 44.8px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.875;
  display: block;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #home-05 p {
    font-size: 16px;
    margin-top: 56px;
  }
}


/*-----------------------
 #home-06, #home-09 .contact-block
-------------------------*/
.contact-block {
  padding-top: 33.6px;
  padding-bottom: 40.8px;
  border-top: 2px solid #987D45;
}
@media screen and (min-width: 960px) {
  .contact-block {
    padding-top: 42px;
    padding-bottom: 51px;
  }
}

.contact-block-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 13%;
  row-gap: 35px;
}

.contact-block-wrapper .tel h2 {
  font-size: 19.2px;
  letter-spacing: .1em;
  margin-bottom: .5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .tel h2 {
    font-size: 24px;
  }
}

.contact-block-wrapper .tel a {
  font-size: 38.4px;
  letter-spacing: .05em;
  color: #003F68;
  display: block;
  margin-bottom: .25em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .tel a {
    font-size: 48px;
  }
}


.contact-block-wrapper .tel span {
  font-size: 14.4px;
  letter-spacing: .2em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .tel span {
    font-size: 18px;
  }
}

.contact-block-wrapper .mail h2 {
  font-size: 19.2px;
  letter-spacing: .1em;
  margin-bottom: 0.3em;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .contact-block-wrapper .mail h2 {
    font-size: 24px;
  }
}

.contact-block-wrapper .mail p {
  font-size: 14.4px;
  letter-spacing: .1em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .mail p {
    font-size: 18px;
  }
}

.contact-block-wrapper .mail a {
  background-image: url(../images/btn-contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 321.6px;
  height: 44px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .mail a {
    width: 402px;
    height: 55px;
  }
}
.contact-block-wrapper .mail a:hover {
  opacity: .9;
  transition: .8s; 
}

.contact-block-wrapper .mail span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: .2em;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .mail span {
    font-size: 30px;
  }
}


.contact-block-wrapper .line{
position: relative;
padding-left: 150px;
margin-left: -50px;
}

.contact-block-wrapper .line h2 {
  font-size: 19.2px;
  letter-spacing: .1em;
  margin-bottom: 0.3em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .line h2 {
    font-size: 24px;
  }
}

.contact-block-wrapper .line p {
  font-size: 14.4px;
  letter-spacing: .1em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .line p {
    font-size: 18px;
  }
}

.contact-block-wrapper .line a {
  background-image: url(../images/btn-contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 321.6px;
  height: 44px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .line a {
    width: 402px;
    height: 55px;
  }
}
.contact-block-wrapper .line a:hover {
  opacity: .9;
  transition: .8s; 
}

.contact-block-wrapper .line span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: .2em;
}
@media screen and (min-width: 960px) {
  .contact-block-wrapper .line span {
    font-size: 30px;
  }
}

.contact-block-wrapper .line:before{
content: "";
display: block;
width: 126px;
height: 120px;
background-image: url("../images/icon_line.png");
background-repeat: no-repeat;
background-size:100% 100%;
background-position: center;
position: absolute;
left:0px;
top: 50%;
transform: translateY(-50%); 
}

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width:640px) {
.contact-block-wrapper .line{
position: relative;
padding:65px 0 0 0;
margin-left: 0;
}
.contact-block-wrapper .line:before{
width:60px;
height:57px;
left:50%;
top:0px;
transform: translateX(-50%) translateY(0); 
}


}
/* width 640px end --------------------------------------------*/





/*-----------------------
 #home-07
-------------------------*/
#home-07 {
  padding-top: 68.8px;
  padding-bottom: 108px;
  border-top: 2px solid #987D45;

}
@media screen and (min-width: 960px) {
  #home-07 {
    padding-top: 86px;
    padding-bottom: 135px;
  }
}

#home-07 .com-tit-01 {
  margin-bottom: 0.5em;
}

#home-07 .txt {
  font-size: 19.2px;
  color: #003F68;
  letter-spacing: .1em;
  text-align: center;
  transform: skewX(-10deg);
  line-height: 1.3;
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  #home-07 .txt {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 960px) {
  #home-07 .txt {
    font-size: 24px;
    margin-bottom: 70px;
  }
}

.home-07-table {
  text-align: center;
}

.home-07-table img {
  max-width: 100%;
}

/*-----------------------
 #home-08
-------------------------*/
#home-08 {
  padding-top: 79.2px;
  padding-bottom: 72px;
  border-top: 2px solid #987D45;
  position: relative;
  counter-reset: number 0; 
}
@media screen and (min-width: 769px) {
  #home-08 {
    padding-top: 99px;
    padding-bottom: 90px;
  }
}

.home-08-list {
  max-width: 575px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .home-08-list {
    max-width: 708px;
  }
}

.home-08-list li + li {
  align-items: center;
  margin-top: 28.8px;
}
@media screen and (min-width: 769px) {
  .home-08-list li + li {
    margin-top: 36px;
  }
}

.home-08-list .tit {
  display: flex;
  align-items: center;
}

.home-08-list .tit span {
  font-size: 19.2px;
  letter-spacing: .1em;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .home-08-list .tit span {
    font-size: 24px;
  }
}

.home-08-list .tit::before {
  background-image: url(../images/08_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50.4px;
  min-width: 50.4px;
  height: 44px;
  counter-increment: number 1;
  content: counter(number);
  color: #9F8045;
  font-size: 24px;
  margin-right: 0.44em;
}
@media screen and (min-width: 769px) {
  .home-08-list .tit::before {
    width: 63px;
    height: 55px;
    font-size: 30px;
  }
}

.home-08-list .txt {
  font-size: 12.8px;
  line-height: 1.5;
  letter-spacing: .1em;
  padding-left: 60px;
}
@media screen and (min-width: 769px) {
  .home-08-list .txt {
    font-size: 16px;
    padding-left: 76px;
  }
}


/*-----------------------
 #home-10
-------------------------*/
#home-10 {
  padding-top: 48px;
  border-top: 2px solid #987D45;
}
@media screen and (min-width: 960px) {
  #home-10 {
    padding-top: 60px;
  }
}

#home-10 .com-tit-01 {
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  #home-10 .com-tit-01 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 648px) {
  #home-10 .inner {
    display: flex;
    justify-content: center;
  }
}

.home-10-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 648px) {
  .home-10-list {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 960px) {
  .home-10-list {
    margin-bottom: 70px;
  }
}

.home-10-list li + li {
  margin-top: 21.6px;
}
@media screen and (min-width: 960px) {
  .home-10-list li + li {
    margin-top: 27px;
  }
}

.home-10-list .tit {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #003F68;
  margin-bottom: 0.8em;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .home-10-list .tit {
    font-size: 18px;
  }
}

.home-10-list .tit::before {
  content: 'Q ';
}

.home-10-list .txt {
  font-size: 14px;
  letter-spacing: .1em;
  display: flex;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .home-10-list .txt {
    font-size: 16px;
  }
}


.home-10-list .txt::before {
  content: 'A';
  display: block;
  margin-right: .8em;
}

#home-10 .inner figure img {
  max-width: 100%;
}

#home-10 .inner figure {
  align-self: end;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #home-10 .inner figure {
    width: 40%;
  }
}


/*-----------------------
#home-11
-------------------------*/
#home-11 {
  padding-top: 36px;
  padding-bottom: 44px;
  border-top: 2px solid #987D45;
}
@media screen and (min-width: 769px) {
  #home-11 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}

.home-11-tit {
  position: relative;
  max-width: 321px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .home-11-tit {
    max-width: 428.3px;
  }
}
@media screen and (min-width: 769px) {
  .home-11-tit {
    margin-bottom: 40px;
    max-width: 535px;
  }
}

.home-11-tit .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.home-11-tit img {
  max-width: 208.2px;
}
@media screen and (min-width: 480px) {
  .home-11-tit img {
    max-width: 277.6px;
  }
}
@media screen and (min-width: 769px) {
  .home-11-tit img {
    max-width: 100%;
  }
}


.home-11-tit .txt {
  font-size: 24px;
  letter-spacing: .1em;
  display: block;
  padding-top: 0.15em;
  padding-left: .3em;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .home-11-tit .txt {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  .home-11-tit .txt {
    font-size: 40px;
  }
}

.home-11-tit::before {
  content: 'オンライン特化ファクタリング';
  display: inline-block;
  color: #004AAD;
  display: block;
  font-size: 11px;
  letter-spacing: .2em;
  position: absolute;
  top: -.45em; 
  left: 4em;
}
@media screen and (min-width: 480px) {
  .home-11-tit::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .home-11-tit::before {
    font-size: 18.13px;
  }
}

.home-11-table {
  max-width: 720px;
  margin: 0 auto;
}

.home-11-table div {
  display: flex;
}

.home-11-table div + div {
  margin-top: 21.6px;
}
@media screen and (min-width: 769px) {
  .home-11-table div + div {
    margin-top: 27px;
  }
}

.home-11-table dt {
  color: #004AAD;
  font-size: 16px;
  line-height: 1.33;
  width: 24.8%;
  box-sizing: border-box;
  padding-right: 1em;
}
@media screen and (min-width: 769px) {
  .home-11-table dt {
    font-size: 18px;
  }
}

.home-11-table dd {
  font-size: 16px;
  line-height: 1.33;
  width: 75.2%;
}
@media screen and (min-width: 769px) {
  .home-11-table dd {
    font-size: 18px;
  }
}

/*-----------------------
 page-top
-------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:5%;
	bottom:5%;
	cursor:pointer;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  z-index:998;
}
#page-top img{
	width:40px;
	height:40px;
}
#page-top:hover{
	opacity:0.8;
}



/*-----------------------
 footer
-------------------------*/
footer {
  background-color: #003F68;
  padding-top: 70px;
  padding-bottom: 70px;
  
}

footer .copyright {
  font-size: 14px;
  line-height: 2.57;
  color: #fff;
  text-align: center;
}



/*-----------------------
 thanks
-------------------------*/
section.thanks{
  line-height: 2;
  text-align: center;
}
section.thanks h2{
  font-size: 2rem;
  font-weight: bold;
  margin: 3em 0;
}
section.thanks p{
  margin-bottom: 3em;
}



/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {


}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/

/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width:480px) {
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width:375px) {
}

