@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0 0 100px;
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
dl {
  display: flex;
}
dd {
  width: 100%;
}
.accordion {
  background: #fff;
  text-align: center;
}
#sec07 .accordion .inner {
  margin-bottom: 0px;
  border-bottom: 38px solid #febd71;
}
.toggle {
  display: none;
}
.Label { /*タイトル*/
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.Label::before { /*タイトル横の矢印*/
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #3b8bdd;
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.Label {
  text-align: right;
  width: 120px;
  margin-left: 840px;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(212deg) !important;
}
#btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  z-index: 3;
}
#btn a {
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: #7cc9ed;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  text-decoration: none;
}
#btn a:hover {
  background: #3b8bdd;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-decoration: none;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#header {
  background: url("fv_bg.png") no-repeat;
  background-size: auto;
  background-size: cover;
  color: #fff;
  height: clamp(18.75rem, 17.614rem + 5.68vw, 21.875rem);
  padding-top: 90px;
  margin-bottom: 60px;
}
#header #copy {
  max-width: 565px;
  margin: 0px auto;
  position: relative;
}
#copy_1st {
  position: absolute;
  top: 22px;
  left: 160px;
  font-size: 27px;
  width: 500px;
}
#copy h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  background: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 73px;
  color: #3b8bdd;
}
#copy_2nd {
  font-size: 100px;
  position: absolute;
  top: 44px;
  left: 160px;
  width: 500px;
  font-weight: 700;
}
#copy h2 {
  position: absolute;
  background: #fff;
  color: #3b8bdd;
  top: 189px;
  left: 0;
  text-align: center;
  width: 660px;
}
@media screen and (max-width:720px) {
  #header {
    padding-top: 50px;
  }
  #header #copy {
    width: calc(100% - 40px);
    position: static;
  }
  #copy h1 {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #copy_1st {
    position: static;
    font-size: 19px;
    width: 100%;
    text-align: center;
  }
  #copy h1 {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 75px;
  }
  #copy_2nd {
    position: static;
    font-size: 68px;
    height: auto;
    width: 100%;
    line-height: 105px;
    text-align: center;
  }
  #copy h2 {
    position: static;
    background: #fff;
    color: #3b8bdd;
    top: 189px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
}
section {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
#sec01 h1 {
  font-size: 30px;
  text-align: center;
  color: #3b8bdd;
  position: relative;
  margin-bottom: 40px;
}
#sec01 h1:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: linear-gradient(to right, #7cc9ed 0%, #3b8bdd 50%, #7cc9ed 100%);
}
#sec01inner {
  background: url("section01_img.png") no-repeat right;
  background-size: 410px;
  padding-right: 460px;
  margin-bottom: 45px;
}
.sec_last {
  position: relative;
  border: 2px solid #3b8bdd;
  padding: 35px 70px;
  text-align: center;
}
.sec_last:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -4px;
  left: -4px;
  border-top: 5px solid #3b8bdd;
  border-left: 5px solid #3b8bdd;
}
.sec_last:after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -3px;
  border-right:
    5px solid #3b8bdd;
  border-bottom:
    5px solid #3b8bdd;
  width: 10px;
  height: 10px;
}
.sec_last #last {
  position: static;
  font-size: 36px;
  margin: 0;
  padding: 0;
  color: #2573c3;
  font-weight: bold;
  line-height: 45px;
}
#sec02 #tit, #sec05 h1, #sec06 h1 {
  background: linear-gradient(to right, #3b8bdd 0%, #7cc9ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
#sec05 h1 {
  font-weight: normal;
}
#sec02 #tit h1 {
  color: #fff;
  position: relative;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  line-height: 30px;
}
#sec02 #tit h1:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #fff;
}
#sec02 ul li {
  margin-bottom: 40px;
}
#sec02 ul li dl dt img {
  width: 460px;
}
#sec02 ul li dl dd h1 {
  font-size: 25px;
  text-align: left;
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0;
}
#sec02 ul li dl dd h1:after {
  bottom: -8px;
}
#sec02 ul li:nth-child(2n) dl {
  flex-direction: row-reverse;
}
#sec02 ul li:nth-child(2n+1) dd {
  margin-left: 40px;
}
#sec02 ul li:nth-child(2n) dd {
  margin-right: 40px;
}
#sec02 .sec_last br, #sec03 .sec_last br {
  display: none;
}
#sec02 .sec_last, #sec03 .sec_last{}
#sec03inner {
  display: flex;
}
#sec03_01, #sec03_02 {
  width: 460px;
}
#sec03_02 {
  margin-left: 40px;
}
#sec03inner {
  margin-bottom: 45px;
}
#sec03inner h1 {
  background: linear-gradient(to right, #3b8bdd 0%, #7cc9ed 100%);
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  position: static;
  text-align: center;
}
#sec03inner dt {
  width: clamp(6.563rem, 6.335rem + 1.14vw, 6.5rem);
  height: 80px;
  border-radius: 50px;
  position: relative;
  background: #ccc;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  margin-right: 30px;
}
#sec03inner dt:after {
  content: "STEP";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 19px);
  font-size: 15px;
}
#sec03inner li {
  margin-bottom: 30px;
}
#sec03inner dd {
  font-size: 20px;
  line-height: 80px;
}
#sec03_01 dt {
  background: #3b8bdd;
}
#sec03_02 dt {
  background: #7cc9ed;
}
#sec03_01:after, #sec03_02:after {
  position: static;
}
#sec04 {
  text-align: center;
}
#sec04 h1 {
  color: #000;
  position: static;
  line-height: 46px;
}
#sec04 h1:after {
  position: static;
}
#sec04 h1 b {
  color: #3b8bdd;
}
#sec05 ul {
  margin-bottom: 80px;
}
#sec05 li {
  margin-bottom: 40px;
}
#sec05 dt {
  margin-right: 25px;
}
#sec05 dd b {
  font-size: 24px;
  line-height: 24px;
}
#sec05 aside {
  font-size: 14px;

}
#sec05 span {
  color: #3b8bdd;
}
#sec06 h1 {
  font-weight: normal;
}
#sec06 dl, #sec06 dt, #sec06 dd {
  display: block;
}
#sec06 dt {
  background: url("q.png") no-repeat left top;
  margin-bottom: 10px;
  padding-left: 50px;
	    padding-bottom: 20px;
}
#sec06 dd {
  background: url("a.png") no-repeat left top;
  margin-bottom: 40px;
  padding-left: 50px;
	width: calc(100% - 50px);
}
@media screen and (max-width:720px) {
  section {
    width: calc(100% - 40px);
  }
  dl {
    display: block;
  }
  .Label {
    margin-bottom: 20px;
    width: 120px;
    margin-left: auto;
  }
  .content {
    width: 100%;
  }
  #btn a {
    width: calc(100% - 40px);
  }
  .sec_last {
    padding: 40px 20px;
  }
  #header {
    margin-bottom: 30px;
  }
  #sec01 h1 {
    line-height: 40px;
  }
  #sec01 h1:after {
    bottom: -5px;
  }
  #sec01inner {
    padding: 350px 0 0;
    background-position: top;
  }
  .sec_last {
    line-height: 34px;
  }
  .sec_last #last {
    line-height: 45px;
    margin: 0 0 10px;
  }
  #sec02 #tit, #sec05 h1, #sec06 h1 {
    padding: 10px 20px;
  }
  #sec02 #tit h1 {
    text-align: center;
  }
  #sec02 ul li:nth-child(2n+1) dd, #sec02 ul li:nth-child(2n) dd {
    margin: 0;
    padding: 0;
  }
  #sec02 ul li dl dt img {
    width: 100%;
  }
  #sec02 ul li dl dd h1 {
    line-height: 30px;
  }
  #sec03_01, #sec03_02 {
    width: 100%;
  }
  #sec03inner {
    display: block;
  }
  #sec03_01 dl, #sec03_02 dl {
    display: flex;
  }
/*  #sec03inner dt {
    width: 120px;
  }*/
  #sec03_02 {
    margin: 0;
  }
	#sec03_02 li:nth-child(2) dd,#sec03_02 li:nth-child(7) dd{
		line-height: 38px;
	}
	#sec03inner dd {
line-height: 80px;
}
  #sec04 img {
    width: 100%;
  }
	#sec04 br{
		display: none;
	}
	#sec05 dt{
		text-align: center;
	}
#sec05 dd b {

  display: block;
  text-align: center;
}
	#sec05 aside {
text-align: center;

}
	#sec05 #br br{
		display: none;
	}
  #sec06 dd {
    width: calc(100% - 50px);
  }
}