@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body {
  font-family: YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  color: #222;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-weight: 500;
}

.header {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  z-index: 9999;
}

.header_logo {
  padding-top: 23px;
  text-align: center;
}

.mainimg {
  width: 100%;
  height: 855px;
  position: relative;
  background: url(../images/main01.jpg) no-repeat center center/cover;
}

.mainimg>img {
  display: none;
}

.mainimg .main_text {
  position: absolute;
  width: 1007px;
  height: 161px;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8000;
}

.cont_inner {
  margin: auto;
  width: 1024px;
}

.contents01 {
  padding: 75px 0 40px;
}

.cont01_title01 {
  text-align: center;
  margin-bottom: 50px;
}

.cont01_title01 span {
  position: relative;
  font-size: 50px;
  color: #10b5cf;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

.cont01_title01 span::after {
  content: "";
  background: url(../images/ttl-icon01.png);
  width: 39px;
  height: 61px;
  position: absolute;
  right: -50px;
  top: 15px;
}

.cont01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cont01_list li {
  width: 490px;
  border-bottom: 4px dotted #818181;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  background: url(../images/icon-check.png) no-repeat left top;
}

.contents02 {
  padding: 100px 0 65px;
  background: url(../images/cont02_bg_arrow.png) no-repeat top center, url(../images/cont02_bg.jpg);
  overflow: hidden;
}

.youtube_all {
  width: 1024px;
  margin: 0 auto;
}

.contents02 .sp-frame {
  margin: auto;
  width: 49%;
  border: 8px solid #fff;
  float: left;
}

.contents02 .sp-frame:first-child {
  margin-right: 20px;
}

.sub-title02 {
  color: #fff;
  font-size: 50px;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}

.contents03 {
  padding: 80px 0 110px;
  background: url(../images/cont03_bg.jpg) no-repeat center center/cover;
}

.cont03_text {
  width: 540px;
}

.cont03_text p {
  color: #fff;
}

.sub-title03 {
  font-family: "FOT-筑紫明朝 Pr5N B";
  color: #00b0cc;
  font-size: 30px;
  margin-bottom: 35px;
}

.contents04 {
  padding: 70px 0 85px;
  background: url(../images/cont04_bg01.jpg) no-repeat center center/cover;
}

.sub-title04 {
  font-size: 50px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
  color: #00b0cc;
  margin-bottom: 30px;
}

.cont04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont04_list li {
  width: 50%;
  padding: 35px 49px;
}

.cont04_list_item01 {
  background: url(../images/cont04_bg02.jpg);
}

.cont04_list_item02 {
  background: url(../images/cont04_bg03.jpg);
}

.sub-title05 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
  margin-bottom: 25px;
}

.sub-title05.sub-title05_icon01 span {
  padding-left: 40px;
  position: relative;
}

.sub-title05.sub-title05_icon01 span::before {
  position: absolute;
  content: "";
  background: url(../images/ttl-icon02.png) no-repeat center center;
  width: 24px;
  height: 35px;
  left: 0;
  top: 2px;
}

.sub-title05.sub-title05_icon02 span {
  padding-left: 65px;
  position: relative;
}

.sub-title05.sub-title05_icon02 span::before {
  position: absolute;
  content: "";
  background: url(../images/ttl-icon03.png) no-repeat center center;
  width: 52px;
  height: 50px;
  left: 0;
  top: -13px;
}

.cont04_img {
  text-align: center;
  margin-bottom: 15px;
}

.cont04_text {
  color: #fff;
  font-weight: bold;
}

.contents05 {
  padding: 70px 0 100px;
  background: url(../images/cont05_bg.jpg) no-repeat center center/cover;
}

.cont05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont05_list li {
  width: 322px;
  padding-bottom: 30px;
  background: #fff;
}

.cont05_list_img {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.sub-title06 {
  text-align: center;
  color: #00b0cc;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3";
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.cont05_list_text {
  padding: 0 10px;
}

.contents06 {
  background: url(../images/cont06_bg.jpg) no-repeat center center/cover;
  padding: 70px 0 90px;
}

.cont06_short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.sub-title07 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-family: "FOT-筑紫明朝 Pr5N B";
  margin-bottom: 65px;
}

.cont06_main {
  width: 635px;
  background: #fff;
  padding: 25px 27px;
}

.cont06_side {
  width: 360px;
}

.sub-title08 {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3";
  color: #00b0cc;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f3f4f6;
}

.cont06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cont06_dl dt {
  color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 18px;
}

.cont06_dl dd {
  padding: 10px 35px 10px 20px;
  background: #fff;
}

.cont06_bg01 {
  background: #00b0cc;
}

.cont06_bg02 {
  background: #0299c5;
}

.contents07 {
  padding: 60px 0 110px;
}

.sub-title09 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  color: #00b0cc;
  font-family: font02;
  line-height: 1.3;
}

.cont07_short01 {
  margin: 0 auto 85px;
  width: 800px;
}

.cont07_list01 li {
  font-family: "FOT-筑紫明朝 Pr5N B";
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0 0 18px 135px;
  border-bottom: 1px solid #c8c7c6;
  position: relative;
}

.cont07_list01_item01::before {
  content: "";
  position: absolute;
  width: 93px;
  height: 39px;
  background: url(../images/cont07_number01_small.png) no-repeat center center;
  left: 0;
  top: 2px;
}

.cont07_list01_item02::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 39px;
  background: url(../images/cont07_number02_small.png) no-repeat center center;
  left: 0;
  top: 0;
}

.cont07_list01_item03::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 40px;
  background: url(../images/cont07_number03_small.png) no-repeat center center;
  left: 0;
  top: 0;
}

.cont07_list01_item04::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 39px;
  background: url(../images/cont07_number04_small.png) no-repeat center center;
  left: 0;
  top: 0;
}

.cont07_list01_item05::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 40px;
  background: url(../images/cont07_number05_small.png) no-repeat center center;
  left: 0;
  top: 0;
}

.cont07_short02 {
  background: #00b0cc;
  border: 10px solid #00b0cc;
  border-radius: 5px;
  margin: 0 auto 75px;
  width: 1024px;
}

.sub-title10 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr5N B";
  padding: 10px 0 20px;
}

.cont07_list02 {
  background: #fff;
}

.cont07_list02 li {
  padding: 40px 40px 35px 215px;
  border-bottom: 3px solid #00b0cc;
}

.cont07_list02 li:last-child {
  border-bottom: none;
}

.number-ttl {
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3";
  border-bottom: 1px solid #aaa;
  font-weight: 400;
  position: relative;
}

.number-ttl span {
  font-weight: bold;
  color: #00b0cc;
  font-size: 50px;
}

.number-ttl01::before {
  position: absolute;
  left: -170px;
  top: 0;
  width: 136px;
  height: 58px;
  content: "";
  background: url(../images/cont07_number01.png) no-repeat center center;
}

.number-ttl02::before {
  position: absolute;
  left: -170px;
  top: 0;
  width: 142px;
  height: 58px;
  content: "";
  background: url(../images/cont07_number02.png) no-repeat center center;
}

.number-ttl03::before {
  position: absolute;
  left: -170px;
  top: 0;
  width: 141px;
  height: 59px;
  content: "";
  background: url(../images/cont07_number03.png) no-repeat center center;
}

.number-ttl04::before {
  position: absolute;
  left: -170px;
  top: 0;
  width: 145px;
  height: 59px;
  content: "";
  background: url(../images/cont07_number04.png) no-repeat center center;
}

.number-ttl05::before {
  position: absolute;
  left: -170px;
  top: 0;
  width: 144px;
  height: 60px;
  content: "";
  background: url(../images/cont07_number05.png) no-repeat center center;
}

.cont07_short03 {
  margin: auto;
  width: 1024px;
}

.cont07_table {
  border-collapse: collapse;
  border: 1px solid #b8b8b8;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}

.cont07_table thead th {
  background: #00b0cc;
  color: #fff;
  padding: 18px 0;
  line-height: 1;
}

.cont07_table th {
  background: #cef8ff;
  line-height: 1;
  padding: 10px 0;
  border: 1px solid #b8b8b8;
}

.cont07_table td {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #b8b8b8;
  background: #f3f4f6;
  line-height: 1;
}

.contents08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cont08_left {
  padding: 100px 20px 80px;
  width: 50%;
  background: url(../images/cont08_bg01.png) no-repeat center center/cover;
}

.cont08_right {
  padding: 100px 20px 80px;
  width: 50%;
  background: url(../images/cont08_bg02.png) no-repeat center center/cover;
}

.cont08_inner {
  max-width: 680px;
  width: 100%;
  margin: auto;
}

.sub-title11 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 0 10px;
  font-family: "ヒラギノ角ゴ Pro W3";
  line-height: 1;
  margin-bottom: 20px;
}

.cont08_list {
  color: #fff;
}

.cont08_list li {
  letter-spacing: 0;
  padding-left: 18px;
  text-indent: -14px;
  line-height: 2;
}

.contents09_short01 {
  padding: 55px 0 35px;
  background: #51adbc;
}

.contents09_short01 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont09_img {
  width: 290px;
  text-align: center;
}

.cont09_text {
  width: 705px;
  color: #fff;
}

.cont09_ttl {
  font-size: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  padding: 15px 0 20px 70px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.cont09_ttl01::before {
  content: "";
  background: url(../images/cont09_number01.jpg) no-repeat center center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.cont09_ttl02::before {
  content: "";
  background: url(../images/cont09_number02.jpg) no-repeat center center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.cont09_ttl03::before {
  content: "";
  background: url(../images/cont09_number03.jpg) no-repeat center center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.cont09_ttl04::before {
  content: "";
  background: url(../images/cont09_number04.jpg) no-repeat center center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.cont09_ttl05::before {
  content: "";
  background: url(../images/cont09_number05.jpg) no-repeat center center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}

.contents09_short02 {
  padding: 35px 0;
  background: #45a8b8;
}

.contents09_short02 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents09_short03 {
  padding: 35px 0;
  background: #3aa3b3;
}

.contents09_short03 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents09_short04 {
  padding: 35px 0;
  background: #309eaf;
}

.contents09_short04 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents09_short05 {
  padding: 35px 0;
  background: #2599ab;
}

.contents09_short05 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-title12 {
  text-align: center;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr5N B";
  color: #00b0cc;
  border-bottom: 4px solid #00b0cc;
  line-height: 1.2;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 40px;
}

.sub-title12::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00b0cc;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.sub-title12 span {
  font-size: 50px;
}

.faq_dl dt {
  margin-bottom: 40px;
  line-height: 1.2;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr5N B";
  padding-left: 80px;
  position: relative;
}

.faq_dl dt::before {
  content: "";
  width: 57px;
  height: 57px;
  background: url(../images/faq-icon01.jpg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq_dl dd {
  position: relative;
  padding-left: 80px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

.faq_dl dd::before {
  content: "";
  width: 57px;
  height: 57px;
  background: url(../images/faq-icon02.jpg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.contents10 {
  padding-top: 90px;
}

.contents11 {
  padding: 165px 0 200px;
  background: url(../images/cont11_bg.jpg) no-repeat center center/cover;
  color: #fff;
}

.cont11_txt-img {
  text-align: center;
  margin-bottom: 35px;
}

.cont11_txt {
  text-align: center;
  margin-bottom: 25px;
}

.contents12 {
  padding: 85px 0 95px;
  background: url(../images/cont02_bg.jpg) no-repeat center center/cover;
}

.contents12 .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont12_left {
  width: 625px;
}

.cont12_right {
  width: 380px;
}

.info-dl {
  color: #fff;
}

.info-dl>dt {
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

.info-dl>dd {
  margin-bottom: 18px;
}

.time-dl dt {
  float: left;
}

.time-dl dd {
  padding-left: 135px;
}

.sec06-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 70px;
}

.sec06-card>li {
  width: 496px;
}

.sec06-card .card-image {
  text-align: center;
  margin: 0 0 10px;
}

.top-h2 {
  font-family: "FOT-筑紫明朝 Pr6 M";
  font-size: 34px;
  text-align: center;
  margin: 0 0 50px;
}

.top-h2 span {
  position: relative;
}

.top-h2 span:before,
.top-h2 span:after {
  content: "";
  background: #322218;
  height: 1px;
  width: 170px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-h2 span:before {
  left: -200px;
}

.top-h2 span:after {
  right: -200px;
}

.sec_inner {
  margin: auto;
  width: 1024px;
}

.footer_info {
  background: #191919;
  padding: 15px 0;
  width: 100%;
  height: 116px;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer_ttl {
  text-align: center;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr5N B";
  margin-bottom: 10px;
  line-height: 1.2;
}

.footer_btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_btn-list li a {
  display: inline-block;
  text-align: center;
  background: #00b0cc;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr5N B";
  width: 330px;
  text-decoration: none;
  padding: 17px 0 15px;
  line-height: 1;
}

.btn_icon01 {
  position: relative;
}

.btn_icon01::before {
  position: absolute;
  content: "\f0aa";
  font-family: "fontAwesome";
  color: #fff;
  left: 72px;
  top: 14px;
}

.btn_icon02 {
  position: relative;
}

.btn_icon02::before {
  position: absolute;
  content: "";
  background: url(../images/footer_icon01.png) no-repeat center center;
  width: 13px;
  height: 13px;
  left: 153px;
  top: 18px;
}

.btn_icon03 {
  position: relative;
}

.btn_icon03::before {
  position: absolute;
  content: "\f0e0";
  font-family: "fontAwesome";
  color: #fff;
  left: 85px;
  top: 13px;
}

.copyright {
  text-align: center;
  background: #fff;
  padding: 18px 0;
  line-height: 1;
}


/*------------
common
--------------*/

.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: .2s;
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50-30 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.sp-only {
  display: none;
}

.sp-txt {
  display: none;
}

.pc-only {
  display: block;
}


.txt-btn a {
  display: inline-block;
  text-align: center;
  background: #00b0cc;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr5N B";
  width: 95%;
  margin:auto;
  text-decoration: none;
  padding: 17px 0 15px;
  line-height: 1;
  position:relative;
}

.txt-btn a::before {
    content:"\f105";
    font-family:fontAwesome;
    left:20px;
    position: absolute;
}








