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

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

footer {
  padding: 45px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #fff4cc;
}

.bg_cl2 {
  background-color: #daf2f5;
}

.cl_base {
  color: #22abbb;
}

.cl_main {
  color: #ffcc01;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

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

a:hover {
  text-decoration: none;
}
a:hover img{
  opacity: 1;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #22abbb;
}

/*Header----------------------------------------------------------- */
.header{
  top: 0;
  letter-spacing: 0;
}
.header ul li{
  font-size: 16px;
}
.header a:hover, .header a img:hover {
  opacity: 1;
}

/*MV----------------------------------------------------------- */
@media (min-width: 960px) {
.mv .container.ph0{
  padding-left: 0;
  padding-right: 0;
}
}
.mv{
  margin-top: 63px;
  padding: 60px 0;
  background: url(../img/pc_mv_bg.png) no-repeat center;
}
/*CTA----------------------------------------------------------- */
.cta {
  padding: 115px 0 75px;
  background: url(../img/pc_cta_bg02.png);
}
.cta .white_box{
  padding: 50px 70px;
  background: url(../img/pc_cta_bg.png) no-repeat center/100% 100%;
}
.cta h2{
  margin-top: -90px;
  padding-bottom: 30px;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 h2{
  padding-bottom: 40px;
}
.sec01 h3{
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .sec01 .white_box{
    padding: 44px;
  }
  .sec01 .fx-col-40-s {
    flex-basis: 41%;
    max-width: 41%;
  }
  .sec01 .fx-col-60-s {
    flex-basis: 59%;
    max-width: 59%;
  }
}
/*sec02----------------------------------------------------------- */
.sec02{
  background: url(../img/pc_sec02_bg.png);
}
.sec02 h2{
  padding-bottom: 35px;
}
/*sec03----------------------------------------------------------- */
.sec03{
  background: url(../img/pc_sec03_bg.png) no-repeat center/cover;
}
.sec03 h3{
  position: relative;
  margin-top: -55px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .sec03 .white_box {
    margin-bottom: 40px;
  }
  .sec03 .white_box:last-of-type {
    margin-bottom: 0;
  }
  .sec03 .fx-col-40-s {
    flex-basis: 41%;
    max-width: 41%;
  }
  .sec03 .fx-col-60-s {
    flex-basis: 59%;
    max-width: 59%;
  }
}
/*sec04----------------------------------------------------------- */
.sec04 .fx-row{
  margin-left: -7px;
  margin-right: -7px;
}
.sec04 .fx-row .f_item{
  padding-left: 7px;
  padding-right: 7px;
}

/*sec05----------------------------------------------------------- */
.sec05 {
  background-color: #28626c;
  font-weight: bold;
  color: #FFF;
}
.sec05 .fx-row{
  margin-left: -7px;
  margin-right: -7px;
}
.sec05 .fx-row .f_item{
  padding-left: 7px;
  padding-right: 7px;
}
/*sec06----------------------------------------------------------- */
.sec06 {
  position: relative;
  background: url(../img/pc_sec06_bg.png) center/cover;
  padding-top: 110px;
  padding-bottom: 120px;
}
.sec06 .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 295px 0 295px;
  border-color: #28626c transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.balloon {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  padding: 45px;
  border: 2px solid #28626c;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  width: calc(100% - 30px);
  z-index: 2;
  letter-spacing: .08em;
}

.balloon::before,
.balloon::after {
  position: absolute;
  bottom: -46px;
  width: 42px;
  height: 46px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: '';
  left: 80px;
}

.balloon::before {
  background-color: #28626c;
}

.balloon::after {
  bottom: -41px;
  width: 38px;
  background-color: #fff;
  height: 42px;
  left: 82px;
}
.balloon_bg{
  background-color: #22abbb;
  width: 100%;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  border-radius: 5px;
  border: 2px solid #28626c;
  width: calc(100% - 150px);
  height: 100%;
}
.balloon_bg::before,
.balloon_bg::after {
  position: absolute;
  bottom: -42px;
  width: 41px;
  height: 42px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: '';
  right: 80px;
}
.balloon_bg::before {
  background-color: #28626c;
}
.balloon_bg::after {
  bottom: -37px;
  width: 38px;
  background-color: #22abbb;
  height: 39px;
  right: 82px;
}
.sec06 .box{
  position: relative;
}
.sec06 .fx-row{
  margin-top: 70px;
}
.sec06 .fx-row .balloon {
  padding: 20px 40px;
}
.sec06 .fx-row .balloon_bg {
  top: 15px;
  right: 15px;
}
.sec06 .fx-row .balloon::before, .sec06 .fx-row .balloon::after {
  position: absolute;
  bottom: -33px;
  width: 32px;
  height: 33px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: '';
  left: 50px;
}
.sec06 .fx-row .balloon::after {
  bottom: -28px;
  width: 30px;
  background-color: #fff;
  height: 30px;
  left: 52px;
}
.sec06 .fx-row .balloon_bg::before, .sec06 .fx-row .balloon_bg::after {
  position: absolute;
  bottom: -33px;
  width: 32px;
  height: 33px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: '';
  right: 50px;
}
.sec06 .fx-row .balloon_bg::after {
  bottom: -28px;
  width: 30px;
  background-color: #22abbb;
  height: 30px;
  right: 52px;
}
@media (min-width: 960px) {
  .sec06 .f_item:first-child{
    padding-right: 0;
  }
  .sec06 .f_item:last-child{
    padding-left: 0;
  }
}
/*sec07----------------------------------------------------------- */
.sec07 h2{
  padding: 45px 0;
  background: url(../img/pc_sec07_h2_bg.png) no-repeat center/cover;
  margin-bottom: 60px;
}
.sec07 .white_box{
  border: solid 2px #22abbb;
}
.sec07 h3{
  margin-bottom: 30px;
}
.sec07 .box{
  background-color: #fff8de;
  padding: 30px;
}
/*sec08----------------------------------------------------------- */
.sec08{
  padding: 80px 0 100px;
  background: url(../img/pc_sec08_bg.png) no-repeat center/cover;
}
.sec08 h2{
  padding-bottom: 15px;
}
.sec08 .brett ul li {
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 5px;
  padding: 25px;
}
.sec08 .brett ul li:last-child{
  margin-bottom: 0;
}
.sec08 .brett ul li img {
  margin-right: 10px;
  margin-top: -3px;
}

/*sec09----------------------------------------------------------- */
.sec09 h2{
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.sec09 .white_box{
  border-radius: 5px;
  background: url(../img/pc_sec09_bg.png) no-repeat center/cover;
}
.sec09 .brett {
  width: 550px;
}
.sec09 .brett ul li {
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: dotted 2px #22abbb;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.sec09 .brett ul li:last-child{
  margin-bottom: 0;
}
.sec09 .brett ul li img {
  margin-right: 10px;
}
.shadow {
  text-shadow:0 0px 6px #fff, 2px 0px 6px #fff, 0 0px 6px #fff, 0 0px 6px #fff, 0 0px 6px #fff, 0 0px 6px #fff, 0 0px 6px #fff,0 0px 6px #fff,0 0px 6px #fff,0 0px 6px #fff;
}
/*sec10----------------------------------------------------------- */
.sec10 h3{
  margin-bottom: 30px;
}
.sec10 .box{
  background-color: #fafafa;
  border: solid 2px #495757;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
  letter-spacing: .08em;
}
.sec10 .box h4{
  padding: 3px 15px;
  border-left: 4px solid #000000;
  margin-bottom: 10px;
}
.sec10 .box ul li{
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.sec10 .white_box:not(:last-child) {
  margin-bottom: 15px;
}
/*sec11----------------------------------------------------------- */
.sec11 h2{
  padding: 45px 0;
  background: url(../img/pc_sec07_h2_bg.png) no-repeat center/cover;
  margin-bottom: 60px;
}
.sec11 h3{
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .sec11 .fx-col-30-s {
    flex-basis: 31%;
    max-width: 31%;
  }
  .sec11 .fx-col-70-s {
    flex-basis: 69%;
    max-width: 69%;
  }
}
.sec11 .box{
  background-color: #edf9fa;
  border-radius: 5px;
  padding: 40px 30px 30px;
  position: relative;
}
.sec11 .box h4{
  color: #FFF;
  background-color: #22abbb;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: -24px;
}
.sec11 .box li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
}
.sec11 .white_box{
  padding-bottom: 70px;
}
.sec11 .inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.sec11 .inner{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 10px;
}
@media (min-width: 2300px) {
  .sec11 .inner{
    width: 2300px;
    max-width: 2300px;
  }
}
.swiper-container {
  position: relative;
  width: 930px;
  margin: 0 auto;
}

.swiper-button-next {
  right: -25px;
}
.swiper-button-prev {
  left: -25px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after {
  background: transparent url(../img/next.png) no-repeat center / contain;
}
.swiper-button-prev::after {
  background: transparent url(../img/prev.png) no-repeat center / contain;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -15px;
  position: relative;
}
.swiper-pagination-bullet-active {
  background: #333;
}
/*sec12----------------------------------------------------------- */
.sec12 a:link,
.sec12 a:visited {
  color: #22abbb;
  text-decoration: underline;
}
.qa .q .box_item{
  color: #22abbb;
  font-weight: bold;
  align-items: center;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
  padding-top: 10px;
}
.qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
  padding-top: 0;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.qa .box .a{
  border-bottom:dotted 2px #22abbb;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 60px;
  flex-shrink: 0;
}

/*sec13----------------------------------------------------------- */
.sec13{
  background: url(../img/pc_sec13_bg.png) no-repeat center/cover;
}
.sec13 table{
  width: 100%;
  background: url(../img/pc_sec13_line.png) no-repeat center top;
}
.sec13 table tr{
  background: url(../img/pc_sec13_line.png) no-repeat center bottom;
}
.sec13 table th{
  font-weight: bold;
  width: 140px;
  padding: 30px 0;
  text-align: left;
}
.sec13 table td{
  width: calc(100% - 140px);
  padding: 30px;
}

/*sec14----------------------------------------------------------- */
.sec14{
  padding: 45px 0;
  background-color: #ebebeb;
  font-weight: bold;
}
.sec14 .txt{
  border-left: 2px solid #000;
  padding-left: 30px;
  margin-left: 30px;
}
.sec14 .box{
  width: 535px;
  margin: 0 auto 30px;
  display: flex;
}
/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */


/*sec20----------------------------------------------------------- */

/*Footer----------------------------------------------------------- */
footer{
  background-color: #000;
  color: #fff;
}
.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: #fff;
  transition: all .3s;
}

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

footer ul li {
  display: inline-block;
  white-space: nowrap;
}
footer ul li:not(:last-child):after{
  content: "|";
  margin: 0 5px;
}
footer .copy {
  font-size: 14px;
}