﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; height: auto; }

a img {
  transition: .1s;
}
a:hover img {
  transition: .1s;
  opacity: .75;
}

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  padding-top: 160px;
  overflow: hidden;
}
.ec-layoutRole .ec-layoutRole__contents {
  width: 100%;
  max-width: 100% !important;
}

.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
    transition: .3s;
}
.common_wrap02 {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
    transition: .3s;
}
@media screen and (max-width: 1294px) {
  .common_wrap01 {
    transition: .3s;
    max-width: 1000px;
  }
  .common_wrap02 {
    transition: .3s;
    max-width: 1200px;
  }
}

.common_btn01 a {
  text-align: center;
  display: inline-block;
  background: #00bab3;
  background: linear-gradient(180deg, #00b9b2 0%, #00a69d 100%);
  border: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
  line-height: 1;
  padding: 18px 0;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #067e79;
  transition: .1s;
}
.common_btn01 a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.common_btn01 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 2px #00bab3;
  border-right: solid 2px #00bab3;
  position: absolute;
  top: 50%;
  right: 29px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.common_btn01 a .txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.common_btn01 a:hover {
  transition: .1s;
  opacity: .7;
}

.common_btn01.size300 a {
  width: 300px;
}


.common_btn02 a {
  text-align: center;
  display: inline-block;
  background: #00bab3;
  background: linear-gradient(180deg, #00b9b2 0%, #00a69d 100%);
  border: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
  line-height: 1;
  padding: 18px 0;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #067e79;
  transition: .1s;
}
.common_btn02 a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.common_btn02 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 2px #00bab3;
  border-right: solid 2px #00bab3;
  position: absolute;
  top: 50%;
  left: 29px;
	-webkit-transform: translate(0, -50%) rotate(225deg);
	transform: translate(0, -50%) rotate(225deg);
}
.common_btn02 a .txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.common_btn02 a:hover {
  transition: .1s;
  opacity: .7;
}

.common_btn02.size300 a {
  width: 300px;
}

.common_ttl01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  margin-top: 0;
}
.common_ttl01 .en {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00bab3;
  letter-spacing: .05em;
  display: block;
  margin-top: 12px;
}
.common_ttl01.bal {
  padding-top: 2.2em;
}
.common_ttl01.bal .balloon {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 140%;
  background: #db3696;
  border-radius: 1.2em;
  padding: 1.4rem 4.5rem;
  box-sizing: content-box;
  color: #fff;
  position: absolute;
  top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.common_ttl01.bal .balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 16px solid #db3696;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

.common_ttl02 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 160%;
  margin-top: 0;
}

.common_ttl03 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 10px;
  border-bottom: 2px solid #00bab3;
}

.common_ttl04 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 15px;
  border-bottom: 2px solid #00bab3;
}

.common_ttl05 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 27px;
  position: relative;
}
.common_ttl05::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00bab3;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: 0;
}

.common_txt01 {
  font-size: 1.6rem;
  line-height: 225%;
}
.common_txt02 {
  font-size: 1.6rem;
  line-height: 200%;
}



/* =============================== header =============================== */
header {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.header_inner01 {
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.header_inner01 .hlogo {
}
.header_inner01 .hlogo h1 {
  margin: 0;
  padding: 0;
}
.header_inner01 .hlogo .txt {
  font-size: 14px;
  line-height: 155%;
  font-weight: bold;
  margin-left: 15px;
}
.header_inner01 .hnav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_inner01 .hnav li:nth-child(-n+2) {
  margin-right: 10px;
}
.header_inner01 .hnav li.ec {
  margin-left: 12px;
}
.header_inner01 .hnav li.ec a {
  display: block;
  text-decoration: none;
}
.header_inner01 .hnav li.ec a i {
  display: block;
  text-align: center;
}
.header_inner01 .hnav li.ec a .ttl {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: #666e6f;  
  margin-top: 10px;
}
@media screen and (max-width:1440px){ 
  .header_inner01 {
    width: 96%;
    padding: 12px 0;
  }  
  .header_inner01 .hlogo {
    width: 25%;
  }
  .header_inner01 .hlogo img {
    height: 34px;
    width: auto;
  }
  .header_inner01 .hlogo .txt {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 0;
    width: 100%;
  }
  .header_inner01 .hnav li.ec a .ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:1080px){ 
  .header_inner01 .hnav li:nth-child(-n+3) img {
    height: 50px;
    width: auto;
  }
}

.header_inner02 {
  background: #00bab3;
}
.header_inner02 > .gnav > ul {
  width: 100%;
  padding: 0;
}
.header_inner02 > .gnav > ul > li > a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.header_inner02 > .gnav > ul > li > a:hover {
  opacity: .7;
  transition: .3s;
}
.header_inner02 > .gnav > ul > li.mnav > a.level1 {
  position: relative;  
  padding-right: 26px;
}
.header_inner02 > .gnav > ul > li.mnav > a.level1::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  transition: .3s;  
}
.header_inner02 > .gnav > ul > li.mnav > a.level1::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 2px #00bab3;
  border-right: solid 2px #00bab3;
  position: absolute;
  top: 49%;
  right: 6px;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
  transition: .3s;
}
.header_inner02 > .gnav > ul > li.mnav > a.level1:hover::before {
  top: 54%;
  transition: .3s;  
}
.header_inner02 > .gnav > ul > li.mnav > a.level1:hover::after {
  top: 54%;
  transition: .3s;  
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu {
  background: #fff;
  max-height: 9999px;
  top: 160px;
  left: 0;
  padding: 28px 0;
  opacity: 1;
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 36px;
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #db3696;
  position: absolute;
  right: 0;
  top: 47%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 45%;
  right: 9px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a:hover::before {
  right: -6px;
  transition: .3s;  
}
.header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a:hover::after {
  right: 3px;
  transition: .3s;  
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sttl {
  margin-right: 120px;
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub {
  margin-right: 45px;
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub > a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: .3s;
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub > a:hover {
  opacity: .7;
  transition: .3s;
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #00bab3;
  border-right: solid 1px #00bab3;
  margin-right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: .3s;
}
.header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub > a:hover::before {
	-webkit-transform: translate(7px ,0) rotate(45deg);
	transform: translate(7px ,0) rotate(45deg);
  transition: .3s;
}

@media screen and (max-width:1440px){ 
  .header_inner02 > .gnav > ul > li > a {
    font-size: 14px;
  }
  .header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sttl {
    margin-right: 60px;
  }
  .header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub {
    margin-right: 30px;
  }
  .header_inner02 > .gnav > ul > li.mnav:hover > .megamenu > ul > li.sttl > a {
    font-size: 16px;
  }
  .header_inner02 > .gnav > ul > li.mnav > .megamenu > ul > li.sub > a {
    font-size: 14px;
  }
}

.side_fixed_bn {
  position: fixed;
  right: 0;
  z-index: 91;
  bottom: 110px;
}
.side_fixed_bn img {
  max-width: 150px;
}
@media screen and (max-width: 1400px) {
  .side_fixed_bn img {
    max-width: 120px;
  }
}
.bottom_fixed_bn {
  display: none;
}

/* =============================== footer =============================== */
footer {
  position: relative;
}
.btn_pagetop {
  z-index: 90;
}
.btn_pagetop img {
  width: 60px;
}

.footer_inner01 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.footer_inner01 .flogo {
  margin-bottom: 40px;
}

.footer_inner01 .fnav01 ul li a {
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 285%;
}
.footer_inner01 .fnav01 ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #00bab3;
  border-right: solid 1px #00bab3;
  margin-right: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  margin-top: 1.8rem;
  vertical-align: top;
}
.footer_inner01 .fnav01 ul li .sub {
  margin-left: 34px;
}
.footer_inner01 .fnav01 ul li .sub a {
  font-size: 1.4rem;
  line-height: 200%;
}
.footer_inner01 .fnav01 ul li .sub a::before {
  content: none;
}
.footer_inner01 .fnav01 ul.fnav0102 .sttl {
  font-size: 1.6rem;
}
.footer_inner01 .fnav01 ul.fnav0102 .sttl br {
  display: none;
}

.footer_inner02 {
  background: #f8f8f8;
  padding: 20px 0;
}
.footer_inner02 .fnav02 li {
  margin-right: 3.0rem;
}
.footer_inner02 .fnav02 li a {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}

.copyright {
  font-size: 1.6rem;
  line-height: 1;
}


/* =============================== mainimg =============================== */

.top_mainimg_bk {
  background: url(../images/top/top_mainimg_bg03_pc.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.top_mainimg_bk::before {
  content:"";
  width: 100%;
  height: 1px;
  display:block;
  padding-top: 10.07%;
  background: url(../images/top/top_mainimg0302_pc.png) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: .3s;
}
.top_mainimg_bk .top_mainimg {
  padding-top: 1.42%;
  text-align: center;  
}
.top_mainimg_bk .top_mainimg img {
  width: 92%;
  max-width: 1490px;
  transition: .3s;
}
@media screen and (max-width: 1680px) {
  .top_mainimg_bk::before {
    padding-top: 9.07%;
    transition: .3s;
  }
}
@media screen and (max-width: 1294px) {
  .top_mainimg_bk .top_mainimg img {
    transition: .3s;
    max-width: 1137px;
  }
}
.top_mainimg_bk .top_mainimg a {
  display: none;
}


/* =============================== top_common =============================== */
.top_copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 225%;
}
.top_copy strong {
  color: #db3696;
  font-weight: bold;
  border-bottom: 1px solid #db3696;
}

/* =============================== top_guide =============================== */
.top_guide_bk {
  padding: 90px 0;
}
.top_guide_bk .top_guide .top_guide_ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 4.5rem;
}
.top_guide_bk .top_guide .top_guide_ttl .left {
  padding-right: 10px;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl .ttl01 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-right: 10px;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl strong {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: bold;
  background: #db3696;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  margin-right: 10px;
}
.top_guide_bk .top_guide .top_guide_ttl .ttl .ttl02 {
  font-size: 4.0rem;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width:1200px) {
  .top_guide_bk .top_guide .top_guide_ttl img {
    max-width: 100%;
  }
  .top_guide_bk .top_guide .top_guide_ttl .left ,
  .top_guide_bk .top_guide .top_guide_ttl .right {
    width: 8%;
  }
  .top_guide_bk .top_guide .top_guide_ttl .left {
    padding-right: 6px;
  }
  .top_guide_bk .top_guide .top_guide_ttl .ttl .ttl01 {
    font-size: 3vw;
    padding-right: 6px;
  }
  .top_guide_bk .top_guide .top_guide_ttl .ttl strong {
    font-size: 3.2vw;
  margin-right: 6px;
  }
  .top_guide_bk .top_guide .top_guide_ttl .ttl .ttl02 {
    font-size: 3.2vw;
    padding-right: 6px;
  }
  .top_guide_bk .top_guide .top_guide_ttl .image {
    width: 14%;
  }
}

.top_guide_bk .top_guide .top_guide_list li {
  width: 31.66%;
}
.top_guide_bk .top_guide .top_guide_list li a {
  text-decoration: none;
}
.top_guide_bk .top_guide .top_guide_list li img {
  max-width: 100%;
}

.top_guide_bk .top_guide .top_guide_trouble {
  padding: 5.0rem 0 10.0rem;
}
.top_guide_bk .top_guide .top_guide_trouble img {
  max-width: 100%;
}

.top_guide_bk .top_guide .top_guide_area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #f8f8f8;
  border: 3px solid #a3a9aa;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 70px 6.5%;
  position: relative;
}
.top_guide_bk .top_guide .top_guide_area .ttl {
  position: absolute;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #a3a9aa;
  line-height: 1;
  margin: 0;
  padding: 1.8rem 7.0rem;
  border-radius: 3.8rem;
  top: -1em;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.top_guide_bk .top_guide .top_guide_area .ttl i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.top_guide_bk .top_guide .top_guide_area .image {
  width: 44.75%;
  text-align: center;
}
.top_guide_bk .top_guide .top_guide_area .image img {
  max-width: 100%;
}
.top_guide_bk .top_guide .top_guide_area .info {
  width: 50%;
}
.top_guide_bk .top_guide .top_guide_area .info .txt {
  margin-bottom: 2.5rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist {
  width: 100%;
  border: 2px solid #db3696;
  border-radius: 10px;
  margin-bottom: 5.0rem;
  overflow: hidden;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dt {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.6rem 0;
  background: #db3696;
  color: #fff;
  text-align: center;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd {
  text-align: center;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul {
  display: inline-block;
  margin: 2.0rem 1.6rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul li {
  text-align: left;
  font-size: 1.6rem;
  line-height: 225%;
  text-indent: -2.2rem;
  padding-left: 5.2rem;
}
.top_guide_bk .top_guide .top_guide_area .info .arealist dd ul li::before {
  content: "●";
  color: #db3696;
  font-size: 1.2rem;
  margin-right: 2.0rem;
  display: inline-block;
  vertical-align: bottom;
}

/* =============================== top_reason =============================== */

.top_reason_bk {
  padding: 100px 0;
  background: url(../images/top/top_reason_bg_pc.png) no-repeat center center #f0fcfc;
  background-size: 100%;
}
.top_reason_bk .top_reason .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_reason_bk .top_reason .top_copy {
  margin-bottom: 5.0rem;
}

.top_reason_bk .top_reason .top_reason_list {
  margin-bottom: 3.0rem;
}
.top_reason_bk .top_reason .top_reason_list li {
  width: 23.33%;
}
.top_reason_bk .top_reason .top_reason_list li img {
  max-width: 100%;
}
.top_reason_bk .top_reason .caution {
  margin-bottom: 4.5rem;
}

/* =============================== top_flow =============================== */
.top_flow_bk {
  padding: 100px 0 70px;
}
.top_flow_bk .top_flow .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_flow_bk .top_flow .top_copy {
  margin-bottom: 6.0rem;
}
.top_flow_bk .top_flow .top_flow_step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #00bab3;
  border-radius: 10px;
  padding: 26px 3%;
  background: #fff;
  margin-bottom: 3.0rem;  
}
.top_flow_bk .top_flow .top_flow_step dt {
  width: 80px;
}
.top_flow_bk .top_flow .top_flow_step dd {
  width: calc( 100% - 80px );
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_flow_bk .top_flow .top_flow_step dd .image {
  width: 13.33%;
  padding: 0 3.75%;
  box-sizing: content-box;
}
.top_flow_bk .top_flow .top_flow_step dd .image img {
  max-width: 100%;
}
.top_flow_bk .top_flow .top_flow_step dd .info {
  width: 79.17%;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 1.5rem;
  letter-spacing: .05em;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl strong {
  color: #db3696;
  font-weight: bold;
}
.top_flow_bk .top_flow .top_flow_step dd .info .ttl strong .fb {
  font-size: 4.0rem;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}


/* =============================== top_reform =============================== */
.top_reform_bk {
  padding: 100px 0 0;
}
.top_reform_bk .top_reform .top_reform_ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 0;
  margin-bottom: 2.0rem;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl strong {
  color: #db3696;
}
.top_reform_bk .top_reform .top_reform_ttl .ttl br {
  display: none;
}
@media screen and (max-width:1200px) {
  .top_reform_bk .top_reform .top_reform_ttl .ttl {
    font-size: 4.0rem;
    text-align: center;
  }
  .top_reform_bk .top_reform .top_reform_ttl .ttl br {
    display: inline-block;
  }
}
@media screen and (max-width:1000px) {
  .top_reform_bk .top_reform .top_reform_ttl .ttl {
    font-size: 3.6rem;
  }
}
.top_reform_bk .top_reform .top_reform_bn {
  padding: 80px 0;
  background: url(../images/top/top_reform_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.top_reform_bk .top_reform .top_reform_bn a {
  text-decoration: none;
  display: inline-block;
  max-width: 860px;
  position: relative;
}
.top_reform_bk .top_reform .top_reform_bn a::before {
  content: "";
  width: 4.6%;
  height: 11.7%;
  background: #db3696;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 3.6%;
  bottom: 8.3%;
  z-index: 1;
  transition: .3s;
}
.top_reform_bk .top_reform .top_reform_bn a::after {
  content: "";
  display: block;
  width: 1.2%;
  height: 3%;
  box-sizing: content-box;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
  right: 5.4%;
  bottom: 12.3%;
  z-index: 2;
  transition: .3s;
}
.top_reform_bk .top_reform .top_reform_bn a:hover::before {
  right: 3.0%;
  transition: .3s;
}
.top_reform_bk .top_reform .top_reform_bn a:hover::after {
  right: 4.8%;
  transition: .3s;
}
.top_reform_bk .top_reform .top_reform_bn a img {
  width: 100%;
}
.top_reform_bk .top_reform .top_reform_bn a:hover img {
  opacity: .85;
}


/* =============================== top_recommend =============================== */
.top_recommend_bk {
  padding: 100px 0 70px;
}
.top_recommend_bk .top_recommend .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_recommend_bk .top_recommend .common_ttl01.bal .balloon {
  width: 20em;
}

.top_recommend_bk .top_recommend .top_recommend_list {
  margin-bottom: 6.0rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li {
  width: 18.33%;
}
.top_recommend_bk .top_recommend .top_recommend_list li a {
  text-decoration: none;
}
.top_recommend_bk .top_recommend .top_recommend_list li img {
  box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.top_recommend_bk .top_recommend .top_recommend_list li .ttl {
  font-size: 1.6rem;
  line-height: 165%;
  font-weight: bold;
  margin-top: 2.0rem;
  margin-bottom: 0.5rem;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price {
  font-size: 1.4rem;
  text-align: center;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price strong {
  font-size: 2.4rem;
  font-weight: normal;
}
.top_recommend_bk .top_recommend .top_recommend_list li .price .yen {
  font-size: 2.0rem;
}




/* =============================== top_construction =============================== */
.top_construction_bk {
  padding: 100px 0 70px;
  background: #f8f8f8;
}
.top_construction_bk .top_construction .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_construction_bk .top_construction .top_copy {
  margin-bottom: 6.0rem;
}

.top_construction_bk .top_construction .top_construction_slide {
  width: 92%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.0rem;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box {
  border-radius: 10px;
  background: #fff;
  padding-bottom: 2.0rem;
  margin: 0 15px;
  overflow: hidden;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a {
  text-decoration: none;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a .image {
  width: 100%;
  height: 1;
  padding-top: 52.63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top_construction_bk .top_construction .top_construction_slide ul .slide_box a .ttl {
  font-size: 1.6rem;
  line-height: 225%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 2.5rem 7% 0;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #db3696;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  cursor: pointer;
  z-index: 50;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  z-index: 51;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-prev {
  left: -75px;
  transition: .3s;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-prev::before {
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
  right: 17px;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-next {
  right: -75px;
  transition: .3s;
}
.top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-next::before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
  left: 17px;
}
@media screen and (max-width:1400px){
  .top_construction_bk .top_construction .top_construction_slide {
    width: 92%;
    max-width: 1200px;
  }
  .top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-prev {
    left: -2%;
    transition: .3s;
  }
  .top_construction_bk .top_construction .top_construction_slide .slick-arrow.slick-next {
    right: -2%;
    transition: .3s;
  }
}
.top_construction_bk .top_construction .slick-track {
  display: flex;
}
.top_construction_bk .top_construction .slick-slide {
  height: auto !important;
}

/* =============================== top_voice =============================== */
.top_voice_bk {
  padding: 100px 0 90px;
  background: url(../images/top/top_voice_bg0201_pc.png) no-repeat center top ,url(../images/top/top_voice_bg0202_pc.png) no-repeat center bottom;
  background-size: 100%, 100%;
  background-color: #7EBCC2;
}
.top_voice_bk .top_voice .common_ttl01 {
  color: #fff;
  margin-bottom: 5.0rem;
}
.top_voice_bk .top_voice .common_ttl01 .en {
  color: #fff;
}
.top_voice_bk .top_voice .top_copy {
  color: #fff;
  margin-bottom: 3.5rem;
}
.top_voice_bk .top_voice .top_voice_list li {
  width: 48.33%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 3% 20px;
  position: relative;
  margin-right: 3.34%;
  margin-bottom: 50px;
}
.top_voice_bk .top_voice .top_voice_list li:nth-child(2n) {
  margin-right: 0;
}
.top_voice_bk .top_voice .top_voice_list li .icon {
  position: absolute;
  left: -20px;
  top: -20px;
}
.top_voice_bk .top_voice .top_voice_list li .info {
  padding-left: 65px;
  margin-bottom: 1.5rem;
}
.top_voice_bk .top_voice .top_voice_list li .info .area {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px 20px 8px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #db3696;
  border-radius: 15px;
  margin-bottom: 1.8rem;
}
.top_voice_bk .top_voice .top_voice_list li .info .ttl {
  font-size: 2.0rem;
  line-height: 175%;
  color: #db3696;
  font-weight: bold;
}
.top_voice_bk .top_voice .top_voice_list li .name {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: bold;
}

/* =============================== top_faq =============================== */
.top_faq_bk {
  padding: 100px 0;
}
.top_faq_bk .top_faq .common_ttl01 {
  margin-bottom: 5.0rem;
}
.top_faq_bk .top_faq .top_copy {
  margin-bottom: 6.0rem;
}
.top_faq_bk .top_faq .top_faq_dl {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 30px;
}
.top_faq_bk .top_faq .top_faq_dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
  padding: 36px 90px 36px 100px;
  cursor: pointer;
  position: relative;
}
.top_faq_bk .top_faq .top_faq_dl dt::before {
  content: "＋";
  font-size: 3.2rem;
  color: #db3696;
  position: absolute;
  right: 38px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.top_faq_bk .top_faq .top_faq_dl dt.active::before {
  content: "－";
}
.top_faq_bk .top_faq .top_faq_dl dt .question {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 35px;
  left: 46px;
  line-height: 1;
  z-index: 2;
}
.top_faq_bk .top_faq .top_faq_dl dt .question::after {
  content: "";
  background: #00bab3;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -15px;
  z-index: -1;
}
.top_faq_bk .top_faq .top_faq_dl dd {
  display: none;
  padding: 36px 90px 36px 100px;
  border-top: 1px solid #ddd;
  position: relative;
}
.top_faq_bk .top_faq .top_faq_dl dd .answer {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 35px;
  left: 46px;
  line-height: 1;
  z-index: 2;
}
.top_faq_bk .top_faq .top_faq_dl dd .answer::after {
  content: "";
  background: #db3696;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -15px;
  z-index: -1;
}
.top_faq_bk .top_faq .common_btn01 {
  padding-top: 20px;
}  


/* =============================== top_news =============================== */
.top_news_bk {
  padding: 160px 0 100px;
  background: #f0fcfc;
}
.top_news_bk .top_news .info {
  width: 30%;
}
.top_news_bk .top_news .info .common_ttl01 {
  text-align: left;
  margin-bottom: 5.0rem;
}
.top_news_bk .top_news .info .top_copy {
  margin-bottom: 4.0rem;
  text-align: left;
}
.top_news_bk .top_news .info .common_btn01.size300 a {
  width: 96%;
  max-width: 300px;
}
.top_news_bk .top_news .cont {
  width: 68.33%;
  position: relative;
  z-index: 5;
}
.top_news_bk .top_news .cont::before {
  content: "";
  display: block;
  width: 135px;
  height: 89px;
  background: url(../images/top/top_news_img01.png) no-repeat center center;
  background-size: auto;
  position: absolute;
  left: 65px;
  top: 0;
  animation: animate01 10s infinite ease-out .6s;
  z-index: -1;
}
@keyframes animate01 {
  0% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(0);
  }

  65% {
    transform: translateY(-89px);
  }

  95% {
    transform: translateY(-89px);
  }

  100% {
    transform: translateY(0);
  }
}
.top_news_bk .top_news .cont::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -150%;
  z-index: -1;
}

.top_news_bk .top_news .cont_inner {
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  min-height: 325px;
}
/*
.top_news_bk .top_news .cont .image {
  position: absolute;
  left: 65px;
  top: -90px;
}
*/
.top_news_bk .top_news .cont .top_news_list {
}
.top_news_bk .top_news .cont .top_news_list a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  letter-spacing:-.4em;
}
.top_news_bk .top_news .cont .top_news_list a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
	letter-spacing: normal;
}
.top_news_bk .top_news .cont .top_news_list a .date {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #00bab3;
  width: 105px;
}
.top_news_bk .top_news .cont .top_news_list a .cat {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00bab3;
  width: 120px;
  padding: 9px 0;
  margin-right: 30px;
  border-radius: 1.6rem;
  text-align: center;
}
.top_news_bk .top_news .cont .top_news_list a .ttl {
  width: calc( 100% - 255px );
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* =============================== top_about =============================== */
.top_about_bk {
  padding: 100px 0 140px;
}
.top_about_bk .top_about .common_ttl01 {
  margin-bottom: 6.0rem;
}
.top_about_bk .top_about .top_about_btn li {
  width: 48.33%;
  margin-right: 3.34%;
  margin-bottom: 40px;
}
.top_about_bk .top_about .top_about_btn li:nth-child(2n) {
  margin-right: 0;
}
.top_about_bk .top_about .top_about_btn li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 0px 0px #929292;
  transition: .1s;
  background: rgb(248,248,248);
  background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(226,226,226,1) 100%);
}
.top_about_bk .top_about .top_about_btn li a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #db3696;
  position: absolute;
  right: 40px;
  top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.top_about_bk .top_about .top_about_btn li a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  box-sizing: content-box;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 55px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.top_about_bk .top_about .top_about_btn li a img {
  width: 34.48%;
}
.top_about_bk .top_about .top_about_btn li a .txt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 6.8%;
  width: 39.52%;
}
@media screen and (max-width:1180px){  
  .top_about_bk .top_about .top_about_btn li a::before {
    width: 30px;
    height: 30px;
    right: 25px;
  }
  .top_about_bk .top_about .top_about_btn li a::after {
    width: 9px;
    height: 9px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 37px;
  }
  .top_about_bk .top_about .top_about_btn li a .txt {
    font-size: 2.0rem;
  }
}
.top_about_bk .top_about .top_about_btn li a:hover {
  transition: .1s;
  opacity: .7;
  color: #333;
}



/* =============================== cta =============================== */
.cta_bk {
  background: url(../images/common/cta_bg_pc.png) no-repeat center center;
  background-size: cover;
}
.cta_bk .cta {
  position: relative;
  padding: 6.5rem 0 8.5rem;
}
.cta_bk .cta .cta_image {
  width: 36.16%;
  position: absolute;
  right: -154px;
  bottom: 0;
}
.cta_bk .cta .cta_image img {
  max-width: 100%;
}
.cta_bk .cta .cta_info {
  position: relative;
  z-index: 5;
}
.cta_bk .cta .cta_info img {
  max-width: 100%;
}
.cta_bk .cta .cta_info .ttl {
  width: 79.58%;
}
.cta_bk .cta .cta_info .cta_info_inner {
  width: 75.33%;
  max-width: 904px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 4.5rem;
}
.cta_bk .cta .cta_info .cta_info_inner .txt01 {
  width: 17.75%;
}
.cta_bk .cta .cta_info .cta_info_inner .btn01 {
  width: 59.73%;
}
.cta_bk .cta .cta_info .cta_info_inner .btn02 {
  width: 17.69%;
}




/* kumamon none */

.top_guide_bk .top_guide .top_guide_ttl .ttl .ttl02 {
  padding-right: 0 !important;
}
.top_guide_bk .top_guide .top_guide_ttl .image.pc ,
.top_reform_bk .top_reform .top_reform_ttl .image {
  display: none !important;
}
.top_news_bk {
  padding: 100px 0 !important;
}
.top_news_bk .top_news .cont::before {
  content: none !important;
}



/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/


/* flex */
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox_両端揃え {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbox_上下中央揃え {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbox_順 {
	-ms-flex-order:1;
	order:1;
}

