@charset "UTF-8";/* =====================================	全体設定===================================== */html{    font-size: 62.5%;}a{	color: #333333;	text-decoration: none;    transition: 0.3s opacity ease;}.pc{	display:block!important;}.sp{	display: none !important;}body{	position: relative;	margin: 0 auto;	font-size: 2.0rem;    font-weight: 400;	font-family: "Noto Sans JP", serif;	color: #333333;    line-height: 2;	text-align: left;	text-size-adjust: 100%;	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/	-ms-text-size-adjust: 100%;/*EgdeMobile*/	-moz-text-size-adjust: 100%;/*firefox*/    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    text-rendering: optimizeLegibility;    letter-spacing: 0.03em;    font-feature-settings: "palt";    min-width: 1080px;}.en{    font-family: "Roboto", serif;}.mincho{    font-family: "Noto Serif JP", serif;    font-weight: 500;}img {    max-width: 100%;    pointer-events: none;}/* =====================================	header===================================== */.header.pc{	width:980px;	height:100px;	margin:0 auto;	overflow:hidden;	zoom:1;}.header.pc .slide_block{	width:980px;}.header.pc .logo{	position:absolute;	margin-left:32px;	top:10px;}.header.pc .telno{	position:absolute;	margin-left:450px;	top:10px;}.header.pc .header_cv_btn{	position:absolute;	margin-left:730px;	top:10px;}.header.pc .telno .counseling{position:absolute;display:block;width:250px;height:70px;background:#FFF;margin-left:280px;margin-top:-76px;opacity:0;filter: alpha(opacity=0);-moz-opacity:0;}.header.pc .telno .counseling:hover,.header.pc .telno .mail:hover{opacity:0.4;filter: alpha(opacity=40);-moz-opacity:40;}.header.pc .telno .mail{position:absolute;display:block;width:250px;height:25px;background:#FFF;opacity:0;filter: alpha(opacity=0);-moz-opacity:0;margin-left:280px;margin-top:-31px;}/* =====================================	main===================================== */main{  overflow-x: hidden;}.inner {  max-width: 1000px;  margin: 0 auto;}/* =============	cv============= */.cv_wrap {  width: 100%;  padding: 60px 0 80px;  background-color: #1c9bbf;}.cv_head {  max-width: 525px;  margin: 0 auto;  padding-bottom: 30px;}.cv {  max-width: 980px;  margin: 0 auto;  padding: 0;  border-radius: 14px;}.cv_btn_wrap {  display: flex;  justify-content: space-between;  max-width: 100%;  margin: 0 auto;}.cv_btn_wrap li {  width: 467px;  height: 104px;  background: #0a7492 url("../img/cv_icon01.png") no-repeat center left 108px;  background-size: 45px;  border-radius: 14px;}.cv_btn_wrap li:nth-of-type(2) {  background: #f37583 url("../img/cv_icon02.png") no-repeat center left 120px;  background-size: 25px;}.cv_btn_wrap li a {  width: 100%;  height: 104px;  font-size: 3rem;  font-weight: bold;  line-height: 1;  color: #fff;  padding: 35px 100px 0 174px;  display: block;  letter-spacing: .2em;}@media screen and (max-width: 768px) {  .cv_wrap {    padding: calc(60/750*100vw) 0 calc(80/750*100vw);  }  .cv_head {    max-width: calc(525/750*100vw);    padding-bottom: calc(30/750*100vw);  }  .cv {    max-width: calc(690/750*100vw);  }  .cv_btn_wrap {    display: flex;    justify-content: space-between;    max-width: 100%;  }  .cv_btn_wrap li {    width: calc(330/750*100vw);    background: #0a7492 url("../img/cv_icon01.png") no-repeat center left 16%;    background-size: 15%;  }  .cv_btn_wrap li:nth-of-type(2) {    background: #f37583 url("../img/cv_icon02.png") no-repeat center left 19%;    background-size: 8.6%;  }  .cv_btn_wrap li a {    font-size: 4vw;    padding: 5.4vw 8.5vw 0 0;    display: block;    text-align: right;  }}/* =============	contents============= */h2 {  margin: 0 auto;}.pink {  color: #f37583;}.bold {  font-weight: 700;}.small80 {  font-size: 80%;}.small60 {  font-size: 60%;}.small40 {  font-size: 40%;}.marker_y {  background: linear-gradient(transparent 70%, #fff664 70%);}.txt_c {  text-align: center;}.txt_r {  text-align: right;}.inner p {  line-height: 1.6;  letter-spacing: .15em;}.inner .img_c {  display: flex;  justify-content: center;  margin: 0 auto;}.notes {  font-size: 1.4rem;}.pc_only{	display:inline-block!important;}.sp_only{	display: none !important;}@media screen and (max-width: 768px) {  .notes {    font-size: 2.5vw;  }  .pc_only{    display: none !important;  }  .sp_only{    display:inline-block!important;  }}/* =============	visual============= */.visual{    width: 100%;    padding: 121px 0 0;    background-color: #e8f1f4;    background-image:      url("../img/fv_bg01.jpg"),      url("../img/fv_bg02.jpg");    background-repeat:      no-repeat,      no-repeat;    background-position:      center top,      center top;    background-size:      1920px 707px,      100% 707px;    overflow: hidden;}.visual h1 {  max-width: 1000px;  margin: 0 auto;}.visual .img {  width: 1000px;  margin: 0 auto;  position: relative;  z-index: 3;}.visual .img img {  width: 325px;  margin: 141px 13px 0 auto;}.visual .fv_cv {  width: 100%;  max-width: 100%;  min-width: 1000px;  margin: -44px auto 0;  padding: 95px 0 130px;  background: #fff;  border-radius: 0;  clip-path: polygon(100% calc(100% - 44px),0 100%,0 44px,100% 0);  position: relative;  z-index: 2;}.visual .fv_cv .plan {  width: 707px;  margin: 0 auto;  padding-bottom: 60px;}.visual .fv_cv .cv_btn_wrap {  max-width: 690px;}.visual .fv_cv .cv_btn_wrap li {  position: relative;  width: 330px;  height: 104px;  background: url("../img/fv_cv_icon01.png") no-repeat center left 46px;  background-size: 45px;  border-radius: 14px;  border: solid #1c9bbf 3px;  box-sizing: border-box;}.visual .fv_cv .cv_btn_wrap li:nth-of-type(2) {  background: url("../img/fv_cv_icon02.png") no-repeat center left 65px;  background-size: 25px;  border: solid #f37583 3px;}.visual .fv_cv .cv_btn_wrap li::after {  content: '';  width: 330px;  height: 104px;  border-radius: 14px;  background-color: #e8f5f8;  position: absolute;  left: 5px;  top: 5px;  z-index: -1;}.visual .fv_cv .cv_btn_wrap li:nth-of-type(2)::after {  background-color: #fef1f2;}.visual .fv_cv .cv_btn_wrap li a {  color: #1c9bbf;  font-size: 3rem;  padding: 32px 60px 0 107px;}.visual .fv_cv .cv_btn_wrap li:nth-of-type(2) a {  color: #f37583;}@media screen and (max-width: 768px) {  .visual{    height: auto;    background: none;    padding: 101px 0 0;  }  .visual .fv_cv {    min-width: 100%;    margin: 0 auto;    padding: 0 0 calc(130/750*100vw);    clip-path: polygon(100% calc(100% - 44px),0 100%,0 0,100% 0);  }  .visual .fv_cv .plan {    width: calc(665/750*100vw);    padding-bottom: calc(42/750*100vw);  }  .visual .fv_cv .cv_btn_wrap {    max-width: calc(690/750*100vw);  }  .visual .fv_cv .cv_btn_wrap li {    width: calc(330/750*100vw);    background: url("../img/fv_cv_icon01.png") no-repeat center left calc(50/750*100vw);    background-size: 17%;  }  .visual .fv_cv .cv_btn_wrap li:nth-of-type(2) {    background: url("../img/fv_cv_icon02.png") no-repeat center left calc(65/750*100vw);    background-size: 9%;  }  .visual .fv_cv .cv_btn_wrap li::after {    width: calc(330/750*100vw);  }  .visual .fv_cv .cv_btn_wrap li:nth-of-type(2)::after {    background-color: #fef1f2;  }  .visual .fv_cv .cv_btn_wrap li a {    font-size: 4.2vw;    padding: 5.3vw 7.5vw 0 0;  }}/* =============	nayami============= */.nayami {  width: 100%;  position: relative;}.nayami .block {  position: relative;  width: 100%;  max-width: 100%;  min-width: 1000px;  margin-top: -44px;}.nayami .block.head {  z-index: 1;  height: 839px;  padding: 125px 0 0;  background-color: #eae9ee;  background-image: url("../img/nayami_bg01.jpg");  background-repeat: no-repeat;  background-position: center top;  background-size: 1920px 849px;}.nayami .block.bottom {  position: relative;  z-index: 2;  height: 1034px;  padding: 130px 0 0;  background-color: #fff;  background-image: url("../img/nayami_bg02.jpg");  background-repeat: no-repeat;  background-position: center top;  background-size: 1920px 1034px;  clip-path: polygon(100% 100%,0 100%,0 0,100% 44px);}.nayami h2 {  width: 470px;  margin-left: 34px;}.nayami .border {  width: 1px;  margin: 0 auto;  position: absolute;  z-index: 3;  top: 735px;  left: 0;  right: 0;}.nayami p:first-of-type {  width: 501px;  margin: 0 auto;}.nayami p:nth-of-type(2) {  width: 528px;  margin: 76px 0 0 auto;}@media screen and (max-width: 768px) {  .nayami .block {    min-width: 100%;    margin-top: 0;  }  .nayami .block.head {    height: auto;    padding: 0;    background: none;  }  .nayami .block.bottom {    height: auto;    margin-top: -1.5px;    padding: 0;    background: none;    clip-path: polygon(100% 100%,0 100%,0 0,100% 0);  }  .nayami h2 {    width: 100%;    margin: 0 auto;  }  .nayami p:first-of-type {    width: 100%;  }}/* =============	case============= */.case {  position: relative;  width: 100%;  background: #fff;  padding: 40px 0 120px;  z-index: 1;}.case h2 {  position: relative;  width: 341px;  padding-bottom: 54px;}.case h3 {  display: inline-block;  margin: 0 auto 50px;  padding: .6em 1.2em .65em;  font-size: 3.4rem;  color: #fff;  line-height: 1;  letter-spacing: .05em;  background-color: #1c9bbf;  border-radius: 100px;}.case h4 {  margin: 60px auto 0;  font-size: 4.2rem;  line-height: 1;  letter-spacing: .1em;}.case h4 span {  display: block;  width: 60px;  height: 3px;  background-color: #1c9bbf;  margin: 40px auto 0;}.case h5 {  display: inline-block;  margin: 40px auto 0;  font-size: 2.3rem;  color: #fff;  line-height: 1;  letter-spacing: .1em;  padding: .6em .7em .7em;  background-color: #1c9bbf;  border-radius: 4px;}.case .case_block .case_wrap > div:nth-of-type(2) h5 {  margin-top: 60px;}.case .anker_block {  position: relative;  width: 349px;  margin: 0 auto 50px;}.case .anker_block .btn_block li {  position: absolute;}.case .anker_block .btn_block li:first-of-type {  width: 116px;  top: 110px;  left: -57px;}.case .anker_block .btn_block li:nth-of-type(2) {  width: 173px;  top: 131px;  right: -95px;}.case .anker_block .btn_block li:nth-of-type(3) {  width: 121px;  top: 35px;  right: -81px;}.case .anker_block .btn_block li:nth-of-type(4) {  width: 121px;  top: 372px;  left: -35px;}.case .anker_block .btn_block li:nth-of-type(5) {  width: 226px;  top: 285px;  left: -101px;}.case .anker_block .btn_block li:nth-of-type(6) {  width: 155px;  top: 281px;  right: -47px;}.case .case_block {  padding-top: 40px;  text-align: center;}.case_block + .case_block {  margin-top: 130px;}.case .case_block .intro {  position: relative;  width: 1000px;  margin: 0 auto;  padding: 33px 40px 42px;  background-color: rgba(229, 229, 229, 0.5);  border-radius: 12px;}.case .case_block .intro::after {  display: block;  content: '';  position: absolute;  top: -136px;  left: -192px;  width: 391px;  height: 256px;  background-image: url("../img/case_deco02.png");  background-size: contain;  background-position: center center;  background-repeat: no-repeat;  z-index: -1;}.case .case_block .intro p {  width: 380px;  margin: 0 auto 25px;  line-height: 1;}.case .case_block .intro ul {  width: 100%;  padding: 1.3em;  display: flex;  justify-content: center;  font-size: 2.6rem;  line-height: 1;  background-color: #fff;  border-radius: 12px;}.case .case_block .intro li {  position: relative;  padding-left: 1.65em;  letter-spacing: .1em;}.case .case_block .intro li + li{  margin-left: 1em;}.case .case_block .intro li::before {  content: '';  display: block;  width: 37px;  height: 30px;  position: absolute;  left: 0;  background-image: url("../img/case_check_siwa.png");  background-size: contain;  background-position: center center;  background-repeat: no-repeat;}.case .case_block .intro li span {  color: #1c9bbf;  font-weight: 600;}.case .case_block .case_wrap {  width: 100%;  display: flex;  flex-wrap: wrap;  justify-content: center;}.case .case_block .case_wrap > div {  width: 630px;  margin: 0 auto;  text-align: center;}.case .case_block .case_wrap .img {  margin: 30px auto;}.case .case_block .case_wrap p {  font-size: 1.6rem;  line-height: 1.875;  text-align: left;  letter-spacing: .1em;}/* ------rinkaku------ */.case #rinkaku h3,.case #rinkaku h4 span,.case #rinkaku h5 { background-color:#1c74bf ;}.case #rinkaku.case_block .intro li::before {  background-image: url("../img/case_check_rinkaku.png");}.case #rinkaku.case_block .intro li span {color: #1c74bf;}.case #rinkaku.case_block .intro::after {  top: -173px;  left: auto;  right: -226px;  width: 437px;  height: 295px;  background-image: url("../img/case_deco03.png");}/* ------hana------ */.case #hana h3,.case #hana h4 span,.case #hana h5 { background-color:#1cbfa6 ;}.case #hana.case_block .intro li::before {  background-image: url("../img/case_check_hana.png");}.case #hana.case_block .intro li span {color: #1cbfa6;}.case #hana.case_block .intro::after {  top: -132px;  left: -311px;  width: 377px;  height: 284px;  background-image: url("../img/case_deco04.png");}/* ------other------ */.case #other h3,.case #other h4 span,.case #other h5 { background-color:#1cb9bf ;}.case #other.case_block .intro li::before {  background-image: url("../img/case_check_other.png");}.case #other.case_block .intro li span {color: #1cb9bf;}.case #other.case_block .intro::after {  top: -190px;  left: auto;  right: -248px;  width: 346px;  height: 330px;  background-image: url("../img/case_deco05.png");}@media screen and (min-width: 1316.1px) {  .case .inner {    max-width: 1300px;    margin: 0 auto;  }  .case .case_block .case_wrap {    width: 100%;    justify-content: space-between;  }  .case .case_block .case_wrap > div:first-of-type {    margin-right: 20px;  }  .case .case_block .case_wrap > div:nth-of-type(2) {    margin-left: 20px;  }  .case .case_block .case_wrap > div:nth-of-type(2) h5 {    margin-top: 40px;  }}@media screen and (max-width: 768px) {  .case {    padding: calc(20/750*100vw) 0 calc(100/750*100vw);  }  .case h2 {    width: calc(424/750*100vw);    padding-bottom: calc(25/750*100vw);  }  .case h3 {    margin-bottom: calc(40/750*100vw);    font-size: 5.6vw;  }  .case h4 {    margin: calc(60/750*100vw) auto 0;    font-size: 6.4vw;  }  .case h4 span {    width: calc(60/750*100vw);    margin: calc(40/750*100vw) auto 0;  }  .case h5 {    display: inline-block;    margin: calc(40/750*100vw) auto 0;    font-size: 3.9vw;    padding: .7em .8em .8em;  }  .case .case_block .case_wrap > div:nth-of-type(2) h5 {    margin-top: calc(60/750*100vw);  }  .case .anker_block {    position: relative;    width: calc(465/750*100vw);    margin: 0 auto calc(160/750*100vw);  }  .case .anker_block .btn_block li {    position: absolute;  }  .case .anker_block .btn_block li:first-of-type {    width: calc(155/750*100vw);    top: calc(147/750*100vw);    left: calc(-76/750*100vw);  }  .case .anker_block .btn_block li:nth-of-type(2) {    width: calc(231/750*100vw);    top: calc(174/750*100vw);    right: calc(-127/750*100vw);  }  .case .anker_block .btn_block li:nth-of-type(3) {    width: calc(161/750*100vw);    top: calc(45/750*100vw);    right: calc(-108/750*100vw);  }  .case .anker_block .btn_block li:nth-of-type(4) {    width: calc(161/750*100vw);    top: calc(496/750*100vw);    left: calc(-46/750*100vw);  }  .case .anker_block .btn_block li:nth-of-type(5) {    width: calc(301/750*100vw);    top: calc(380/750*100vw);    left: calc(-135/750*100vw);  }  .case .anker_block .btn_block li:nth-of-type(6) {    width: calc(207/750*100vw);    top: calc(374/750*100vw);    right: calc(-64/750*100vw);  }  .case .case_block {    padding-top: calc(40/750*100vw);  }  .case_block + .case_block {    margin-top: calc(160/750*100vw);  }  .case .case_block .intro {    width: calc(670/750*100vw);    padding: calc(40/750*100vw);  }  .case .case_block .intro::after {    top: calc(-280/750*100vw);    left: calc(-4/750*100vw);    width: calc(401/750*100vw);    height: calc(266/750*100vw);  }  .case .case_block .intro p {    width: calc(380/750*100vw);    margin: 0 auto calc(25/750*100vw);  }  .case .case_block .intro ul {    justify-content: start;    font-size: 3.8vw;    flex-direction: column;    text-align: left;    line-height: 1.4;}  .case .case_block .intro li {    letter-spacing: .15em;  }  .case .case_block .intro li + li{    margin-left: 0;    margin-top: 1em;  }  .case .case_block .intro li::before {    width: calc(37/750*100vw);    height: calc(30/750*100vw);    top: .24em;  }  .case .case_block .case_wrap {    flex-direction: column;  }  .case .case_block .case_wrap > div {    width: calc(630/750*100vw);    margin: 0 auto;    text-align: center;  }  .case .case_block .case_wrap .img {    margin: calc(30/750*100vw) auto;  }  /* ------  rinkaku  ------ */  .case #rinkaku.case_block .intro::after {    top: calc(-302/750*100vw);    right: calc(-100/750*100vw);    width: calc(447/750*100vw);    height: calc(305/750*100vw);  }  /* ------  hana  ------ */  .case #hana.case_block .intro::after {    top: calc(-308/750*100vw);    left: calc(-79/750*100vw);    width: calc(387/750*100vw);    height: calc(294/750*100vw);  }  /* ------  other  ------ */  .case #other.case_block .intro::after {    top: calc(-276/750*100vw);    right: calc(-77/750*100vw);    width: calc(356/750*100vw);    height: calc(340/750*100vw);  }  /* ------  case::after  ------ */  .case::after {    display: block;    content: '';    position: absolute;    top: 0;    right: 0;    width: calc(212/750*100vw);    height: calc(287/750*100vw);    background-image: url("../img/sp/case_deco01.png");    background-size: contain;    background-position: center center;    background-repeat: no-repeat;    z-index: -1;  }}/* =============	about============= */.about {  width: 100%;  background: #f2f9fa;  padding: 100px 0 180px;}.about h2 {  width: 477px;}.about h2 + .img {  width: 320px;  margin: 0 auto;}.about p {  text-align: center;  font-size: 2.4rem;  line-height: 1.7;}.about p.arrow {  position: relative;}.about p.arrow::after {  display: block;  content: "";  width: 0;  height: 0;  border-left: .7em solid transparent;  border-right: .7em solid transparent;  border-top: 1.2em solid #1c9bbf;  position: absolute;  margin: 0 auto;  bottom: -2em;  left: 0;  right: 0;}.about p.arrow + p {  padding-top: 2.5em;}.about .img:nth-of-type(2) {  width: 998px;  margin: 30px auto 86px;}.about h3 {  position: relative;  font-size: 3.8rem;  line-height: 1.25;  text-align: center;  padding-top: 80px;  letter-spacing: .1em;}.about h3 span {  display: block;  width: 114px;  height: 1px;  background-color: #1c9bbf;  margin: 0 auto;  position: absolute;  top: 0;  left: 0;  right: 0;}.about .txt_box {  width: 100%;  margin-top: 16px;  display: flex;  flex-wrap: wrap;  justify-content: space-between;}.about .txt_box > .wrap {  width: 300px;}.about .txt_box > .wrap:nth-of-type(2) {  width: 316px;  transform: translateY(80px);}.about .txt_box > .wrap:nth-of-type(3) {  transform: translateY(20px);}.about .txt_box > .wrap h4 {  width: 279px;}.about .txt_box > .wrap:nth-of-type(2) h4 {  width: 100%;}.about .txt_box > .wrap:nth-of-type(3) h4 {  width: 298px;}.about .txt_box > .wrap ul {  width: 300px;  background-color: #fff;  border-radius: 24px;  margin-top: 22px;  padding: 1.3em 1.2em 1em;  font-size: 1.9rem;  line-height: 1.5;  letter-spacing: .05em;  text-align: left;}.about .txt_box > .wrap li {  padding-bottom: .4em;  text-indent: -.5em;  padding-left: .5em;}@media screen and (max-width: 768px) {  .about {    width: 100%;    background: #f2f9fa;    padding: calc(150/750*100vw) 0 calc(125/750*100vw);  }  .about h2 {    width: calc(593/750*100vw);  }  .about h2 + .img {    width: calc(440/750*100vw);  }  .about p {    text-align: center;    font-size: 3.8vw;    line-height: 1.8;  }  .about p.arrow::after {    bottom: -2.2em;  }  .about p.arrow + p {    padding-top: 3em;  }  .about .img:nth-of-type(2) {    width: calc(670/750*100vw);    margin: calc(70/750*100vw) auto calc(130/750*100vw);  }  .about h3 {    font-size: 6vw;    padding-top: calc(80/750*100vw);  }  .about h3 span {    width: calc(114/750*100vw);  }  .about .txt_box {    width: 100%;    margin-top: calc(84/750*100vw);    flex-direction: column;  }  .about .txt_box > .wrap {    width: 100%;    position: relative;    padding-bottom: calc(100/750*100vw);  }  .about .txt_box > .wrap.yakuji {    padding-bottom: calc(30/750*100vw);  }  .about .txt_box > .wrap:nth-of-type(2) {    width: 100%;    transform: translateY(0);    padding-bottom: calc(75/750*100vw);  }  .about .txt_box > .wrap:nth-of-type(3) {    transform: translateY(0);  }  .about .txt_box > .wrap h4 {    width: calc(718/750*100vw);    margin: 0 0 0 auto;  }  .about .txt_box > .wrap:nth-of-type(2) h4 {    width: calc(676/750*100vw);    margin: 0 auto 0 0;  }  .about .txt_box > .wrap:nth-of-type(3) h4 {    width: calc(702/750*100vw);    margin: 0 0 0 auto;  }  .about .txt_box > .wrap ul {    width: auto;    display: inline-block;    margin-top: 0;    padding: .8em 1em .5em;    font-size: 3.8vw;    position: absolute;    z-index: 2;    top: 19vw;    left: 12vw;  }  .about .txt_box > .wrap:nth-of-type(2) ul {    top: 26vw;    left: 34vw;  }  .about .txt_box > .wrap:nth-of-type(3) ul {    top: 22vw;    left: 6.8vw;  }}/* =============	chart============= */.chart {  width: 100%;  background: #f2f2f2;  padding: 120px 0 150px;  text-align:center;}.chart h2 {  width: 414px;  margin-bottom: 60px;}.chart h3 {  display: inline-block;  margin-bottom: 40px;  padding: .3em 1.5em .4em;  font-size: 2.7rem;  color: #fff;  line-height: 1;  background-color: #1c9bbf;  border-radius: 100px;}.chart h3:nth-of-type(2) {  background-color: #1cb9bf;  margin-top: 80px;}.chart table {  width: 960px;  margin: 0 auto;  border-spacing: 10px;}.chart table th,.chart table td {  padding: 5px;  letter-spacing: .05em;  font-weight: 400;}.chart table th {  font-size: 1.8rem;  line-height: 1.3;  vertical-align: middle;  text-align: center;  background-color: #e6e6e6;}.chart table th.line {  width: 120px;}.chart table th.head {  background-color: #fff;  font-size: 2.4rem;  line-height: 1.25;  text-align: center;}.chart table td {  font-size: 1.6rem;  line-height: 1.5;  vertical-align: top;  padding: 40px 20px;  background-color: #fff;  text-align: left;}.chart table .cc {  font-size: 2.4rem;}.chart table .kakaku {  font-size: 3.6rem;}.chart .table_head th.head {  vertical-align: bottom;  padding-top: 30px;}.chart .table_head th.head img {  padding-top: 15px;}.chart .table_parts td {  padding: 30px 20px;}.chart .table_period td {  vertical-align: middle;} @media (max-width: 768px) {  .chart {    padding: calc(100/750*100vw) 0 calc(130/750*100vw);  }  .chart h2 {    width: calc(515/750*100vw);    margin-bottom: calc(60/750*100vw);  }  .chart h3 {    display: inline-block;    margin-bottom: calc(35/750*100vw);    font-size: 4.8vw;  }  .chart h3:nth-of-type(2) {    margin-top: calc(100/750*100vw);    background-color: #1cb9bf;  }  .chart table th,  .chart table td {    white-space: nowrap;  }  .chart .table_block {    overflow-x: scroll;    margin: 0 0 0 calc(40/750*100vw);    padding-right: calc(40/750*100vw);  }  .chart table {    width: 960px;  }  .chart table th,  .chart table td {    padding: calc(5/750*100vw);  }  .chart table th {    font-size: 3vw;  }  .chart table th.line {    width: calc(120/750*100vw);  }  .chart table th.head {    font-size: 3.7vw;  }  .chart table td {    font-size: 2.8vw;    padding: calc(40/750*100vw) calc(20/750*100vw);  }  .chart table .cc {    font-size: 3.5vw;  }  .chart table .kakaku {    font-size: 5.8vw;  }  .chart .table_head th.head {    padding-top: calc(34/750*100vw);  }  .chart .table_head th.head img {    padding-top: calc(15/750*100vw);  }  .chart .table_parts td {    padding: calc(30/750*100vw) calc(20/750*100vw);  }}/* =============	features============= */.features {  width: 100%;  background: #fff;  padding: 120px 0 140px;}.features h2 {  width: 321px;  padding-bottom: 80px;}.features .box + .box {  padding-top: 80px;}.features .box h3 {  margin: 0 auto 40px;}.features .box:first-of-type h3 {  width: 412px;}.features .box:first-of-type h3.yakuji {  width: 332px;}.features .box:nth-of-type(2) h3 {  width: 312px;}.features .box:nth-of-type(2) h3.yakuji {  width: 282px;}.features .box:nth-of-type(3) h3 {  width: 392px;}.features .box p {  line-height: 2;  letter-spacing: .09em;}.features .details {  display: flex;  justify-content: space-between;  align-items: stretch;}.features .details .img {  width: 473px;}.features .details ul {  width: 473px;  background-color: #f5f5f5;  display: flex;  justify-content: center;  flex-direction: column;  padding-left: 40px;  border-radius: 12px;  font-weight: bold;}.features .details ul li {  font-size: 1.9rem;  line-height: 1;  letter-spacing: .15em;  padding-left: 2em;  position: relative;}.features .details ul li::after {  display: block;  content: '';  width: 29px;  height: 29px;  position: absolute;  top: -5px;  left: 0;  background-image: url("../img/features_check.png");  background-size: contain;  background-position: center center;  background-repeat: no-repeat;}.features .details ul li +li {  margin-top: 2em;}.features .txt {  font-size: 1.8rem;  margin-top: 40px;}@media screen and (max-width: 768px) {  .features {    padding: calc(120/750*100vw) 0 calc(140/750*100vw);  }  .features h2 {    width: calc(384/750*100vw);    padding-bottom: calc(44/750*100vw);  }  .features .box {    width: calc(630/750*100vw);    margin: 0 auto;  }  .features .box + .box {    padding-top: calc(100/750*100vw);  }  .features .box h3 {    margin: 0 auto calc(45/750*100vw);  }  .features .box:first-of-type h3 {    width: calc(412/750*100vw);  }  .features .box:first-of-type h3.yakuji {    width: calc(332/750*100vw);  }  .features .box:nth-of-type(2) h3 {    width: calc(312/750*100vw);  }  .features .box:nth-of-type(2) h3.yakuji {    width: calc(282/750*100vw);  }  .features .box:nth-of-type(3) h3 {    width: calc(392/750*100vw);  }  .features .details {    flex-direction: column;  }  .features .details p {    line-height: 1.8;  }  .features .details .img {    width: 100%;  }  .features .details ul {    width: 100%;    margin-top: calc(45/750*100vw);    padding: calc(50/750*100vw) calc(40/750*100vw);  }  .features .details ul li {    font-size: 3.9vw;  }  .features .details ul li +li {    margin-top: 1.5em;  }  .features .details ul li::after {    width: calc(44/750*100vw);    height: calc(44/750*100vw);    top: calc(-5/750*100vw);  }  .features .txt {    width: 100%;    font-size: 3.9vw;    margin-top: calc(30/750*100vw);  }}/* =============	price============= */.price {  width: 100%;  background-color: #ededed;  padding-bottom: 120px;}.price .head {  width: 100%;  height: 631px;  padding-top: 130px;  background-color: #f0f4f7;  background-image: url("../img/price_bg.jpg");  background-position: center top;  background-repeat: no-repeat;}.price h2 {  width: 275px;  padding-bottom: 60px;}.price .inner {  width: 1000px;  margin: -40px auto 0;  padding: 60px 40px 60px;  background: #fff;  border-radius: 12px;}.price h3 {  font-size: 3.6rem;  color: #1c9bbf;  line-height: 1;  letter-spacing: .1em;  text-align: center;  margin: 0 auto;}.price h3 + .img {  width: 504px;  margin: 28px auto 0;}.price p.intro {  font-size: 2rem;  text-align: center;  line-height: 1.7;  padding: 45px 0 60px;}.price .inner li {  width: 100%;  display: flex;  justify-content: space-between;  align-items: center;  font-size: 1.8rem;}.price .inner li + li {  padding-top: 10px;}.price .inner li p {  letter-spacing: .08em;  line-height: 1.5;}.price .inner li .inner_parts {  width: 37%;  padding: 1.8em 0;  line-height: 1.5;  background: #ededed;  text-align: center;}.price .inner li .inner_img {  width: 27%;  display: flex;  justify-content: center;  align-items: center  }.price .inner li .inner_price {  width: 36%;  padding-left: 25px;}.price .inner li .inner_price p {  line-height: 1.2;}.price .inner li .inner_price .cc {  font-size: 2.4rem;  padding-right: .3em;}.price .inner li .inner_price .kakaku {  font-size: 4.2rem;  font-weight: bold;}@media screen and (max-width: 768px) {  .price {    width: 100%;    padding-bottom: calc(110/750*100vw);  }  .price .head {    width: 100%;    height: calc(631/750*100vw);    padding-top: calc(120/750*100vw);    background-color: #f0f4f7;    background-image: url("../img/sp/price_bg.jpg");    background-position: center top;    background-repeat: no-repeat;    background-size: auto calc(631/750*100vw);  }  .price h2 {    width: calc(341/750*100vw);  }  .price .inner {    width: calc(670/750*100vw);    margin: calc(-40/750*100vw) auto 0;    padding: calc(60/750*100vw) calc(40/750*100vw) calc(30/750*100vw);  }  .price h3 {    font-size: 5.6vw;  }  .price h3 + .img {    width: calc(504/750*100vw);    margin: calc(28/750*100vw) auto 0;  }  .price p.intro {    font-size: 3.9vw;    text-align: left;    line-height: 1.7;    padding: calc(45/750*100vw) 0 calc(60/750*100vw);    letter-spacing: .1em;  }  .price .inner li {    font-size: 3vw;    flex-wrap: wrap;  }  .price .inner li + li {    padding-top: calc(24/750*100vw);  }  .price .inner li p {    line-height: 1.3;  }  .price .inner li .inner_parts {    width: 100%;    padding: .8em 0;    line-height: 1.5;    font-size: 3.6vw;  }  .price .inner li .inner_img {    width: 37%;    height: calc(148/750*100vw);    padding: calc(25/750*100vw) calc(25/750*100vw);  }  .price .inner li .inner_price {    width: 63%;    height: calc(148/750*100vw);    padding-left: 0;    display: flex;    align-items: center;  }  .price .inner li .inner_price p {    line-height: 1.5;  }  .price .inner li .inner_price .cc {    font-size: 3.2vw;    padding-right: .5em;  }  .price .inner li .inner_price .kakaku {    font-size: 7vw;  }}/* =============	flow============= */.flow {  width: 100%;  background: #bbe0eb;  padding: 110px 0 120px;}.flow h2 {  width: 244px;  padding-bottom: 80px;}.flow .flow_box {  position: relative;  width: 100%;  padding-bottom: 80px;  overflow: hidden;}.flow .flow_box:last-of-type {  padding-bottom: 0;}.flow .flow_box .num {  width: 136px;  position: absolute;  top: 0;  left: 0;}.flow .flow_box .wrap {  width: 835px;  background: #fff;  border-radius: 12px;  margin: 0 0 0 auto;  padding: 45px 40px 40px;}.flow .flow_box .wrap .flex {  display: flex;  justify-content: space-between;}.flow .flow_box .wrap .img {  width: 43.7%;  padding-top: .4em;}.flow .flow_box .wrap .txt {  width: 51.65%;}.flow .flow_box .wrap h3 {  font-size: 3.4rem;  color: #1c9bbf;  font-weight: 400;  line-height: 1;  letter-spacing: .1em;  padding-bottom: 30px;  text-align: center;}.flow .flow_box .wrap p {  font-size: 1.8rem;  line-height: 1.66;  letter-spacing: .1em;}@media screen and (max-width: 768px) {  .flow {    padding: calc(120/750*100vw) 0;  }  .flow h2 {    width: calc(304/750*100vw);    padding-bottom: calc(40/750*100vw);  }  .flow .flow_box {    width: 100%;    margin: 0 auto;    padding-bottom: calc(70/750*100vw);    overflow: hidden;  }  .flow .flow_box:last-of-type {    padding-bottom: 0;  }  .flow .flow_box .num {    width: calc(136/750*100vw);    position: absolute;    top: 0;    left: calc(10/750*100vw);  }  .flow .flow_box:last-of-type .num {    width: calc(136/750*100vw);    position: absolute;    top: 0;    left: calc(10/750*100vw);  }  .flow .flow_box .wrap {    width: calc(670/750*100vw);    margin: calc(44/750*100vw) auto 0;    padding: calc(50/750*100vw) calc(40/750*100vw) calc(50/750*100vw) calc(80/750*100vw);    flex-direction: column;  }  .flow .flow_box .wrap .flex {    flex-direction: column;      }  .flow .flow_box .wrap .img {    width: 100%;    margin-bottom: calc(25/750*100vw);    padding-top: 0;  }  .flow .flow_box .wrap .txt {    width: 100%;  }  .flow .flow_box .wrap h3 {    font-size: 5.4vw;    padding-bottom: calc(30/750*100vw);    text-align: center;    line-height: 1.3;  }  .flow .flow_box .wrap p {    font-size: 3.8vw;    line-height: 1.8;    letter-spacing: .1em;  }}/* =============	faq============= */.faq {  width: 100%;  background: #fff;  padding: 120px 0;}.faq h2 {  width: 252px;  padding-bottom: 90px;}.faq .acc_block {  width: 100%;}.faq .acc_block li {  background: #f2f2f2;  border-radius: 12px;}.faq .acc_block li + li {  margin-top: 40px;}.faq .faq_acc_btn {  position: relative;  color: #1c9bbf;  font-size: 2rem;  padding: 40px;  cursor: pointer;}.faq .faq_acc_btn .en {  font-size: 110%;}.faq .faq_acc_btn p {  line-height: 1.4;}.faq .details {  font-size: 1.8rem;  padding: 0 40px 40px;}.faq .details.none {  display: none;}.faq .details p {  line-height: 1.8;}.faq .faq_acc_btn::before{  position: absolute;  content: '';  top: 50%;  right: 25px;  width: 20px;  height: 2px;  background-color:#1c9bbf;  transform: rotate(90deg);  transition: all .3s ease-in-out;}.faq .faq_acc_btn::after{  position: absolute;  content: '';  top: 50%;  right: 25px;  width: 20px;  height: 2px;  background-color:#1c9bbf;  transition: all .3s ease-in-out;}.faq .faq_acc_btn.open::before {  transform: rotate(180deg);}.faq .faq_acc_btn.open::after {  opacity:0;}@media screen and (max-width: 768px) {  .faq {    width: 100%;    background: #fff;    padding: calc(110/750*100vw) 0;  }  .faq h2 {    width: calc(355/750*100vw);    padding-bottom: calc(60/750*100vw);  }  .faq .acc_block {    width: calc(670/750*100vw);    margin: 0 auto;  }  .faq .acc_block p {    letter-spacing: .1em;  }  .faq .acc_block li + li {    margin-top: calc(40/750*100vw);  }  .faq .faq_acc_btn {    font-size: 4vw;    padding: calc(40/750*100vw) calc(80/750*100vw) calc(40/750*100vw) calc(40/750*100vw);  }  .faq .details {    font-size: 3.8vw;    padding: 0 calc(40/750*100vw) calc(40/750*100vw);  }}/* =============	visual last============= */.visual.last {  position: relative;  width: 100%;  height: 455px;  padding: 147px 0 0;  background-color: #e8f1f4;  background-image:    url("../img/last_bg01.jpg"),    url("../img/last_bg02.jpg");  background-repeat: no-repeat, repeat-x;  background-position: center top, center;  background-size: auto 455px;}.visual.last .inner {  position: relative;}@media screen and (max-width: 768px) {  .visual.last {    position: relative;    width: 100%;    height: auto;    padding: 0;    background-image: none;  }}/* =============	cv_wrap last============= */.cv_wrap.last {  position: relative;  padding: 60px 0;}.cv_wrap.last h2 {  width: 378px;  margin: 0 auto;  position: absolute;  top: -23px;  left: 0;  right: 0;}.cv_wrap.last .cv_btn_wrap {  flex-direction: column;  width: 670px;}.cv_wrap.last .cv_btn_wrap li {  width: 100%;  background-color: #f37583;  position: relative;}.cv_wrap.last .cv_btn_wrap li + li {  margin-top: 30px;}.cv_wrap.last .cv_btn_wrap li::after {  content: "";  position: absolute;  right: 1em;  top: 50%;  transform: translateY(-50%);  border-left: .6em solid #fff;  border-right: .6em solid transparent;  border-top: .4em solid transparent;  border-bottom: .4em solid transparent;}.cv_wrap.last .cv_btn_wrap li:first-of-type {  background-image: none;}.cv_wrap.last .cv_btn_wrap li:first-of-type a {  display: flex;  justify-content: center;  align-items: center;  padding: 0;}.cv_wrap.last .cv_btn_wrap li:nth-of-type(2) {  height: 80px;  background: #0a7492 url("../img/cv_icon01.png") no-repeat center left 170px;}.cv_wrap.last .cv_btn_wrap li:nth-of-type(2) a {  height: 80px;  padding: 24px 0 0 240px;}@media screen and (max-width: 768px) {  .cv_wrap.last {    position: relative;    padding: calc(73/750*100vw) 0 calc(67/750*100vw);  }  .cv_wrap.last h2 {    width: calc(504/750*100vw);    top: calc(-30/750*100vw);  }  .cv_wrap.last .cv_btn_wrap {    width: calc(670/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li::after {    right: .3em;  }  .cv_wrap.last .cv_btn_wrap li + li {    margin-top: calc(30/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li:first-of-type {    height: calc(150/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li:first-of-type a {    height: calc(150/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li:first-of-type a img {    width: calc(500/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li:nth-of-type(2) {    height: calc(104/750*100vw);    background: #0a7492 url("../img/cv_icon01.png") no-repeat center left calc(160/750*100vw);  }  .cv_wrap.last .cv_btn_wrap li:nth-of-type(2) a {    height: calc(104/750*100vw);    padding: calc(30/750*100vw) 0 0 calc(235/750*100vw);    text-align: left;  }}/* =============	footer============= */.footer_sp {  display: none;}.footer_pc{	background:#fff;  color: #1c9bbf;	text-align:center;  padding: 38px 0 40px;}.footer_pc address{	font-size: 14px;  line-height: 2;	font-style: normal;  text-align: center;}@media screen and (max-width: 768px) {  .footer_pc{    display: none;  }  .footer_sp{    display: block;    background:#fff;    color: #1c9bbf;    text-align: center;    padding: calc(40/750*100vw) 0;    font-size: 2.2vw;  }}/* =============	floating============= */.floating{  width: 238px;  padding: 20px;  background: #fff;  border-radius: 12px 0 0 12px;  position: fixed;  bottom: 140px;  right: 0;  filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.11));  z-index: 999;}.floating li{  position: relative;  width: 100%;  height: 62px;  background: url("../img/fv_cv_icon01.png") no-repeat center left 18px;  border-radius: 8px;  margin-bottom: 12px;  box-sizing: border-box;  background-size: auto 27px;}.floating li::after {  content: '';  width: 196px;  height: 60px;  border-radius: 8px;  background-color: #e8f5f8;  position: absolute;  left: 4px;  top: 4px;  z-index: -1;}.floating li:nth-of-type(2)::after {  background-color: #fef1f2;}.floating li:last-child{    margin-bottom: 0;}.floating li a{    width: 100%;    height: 62px;    font-size: 1.8rem;    font-weight: bold;    line-height: 1;    color: #f17684;    padding: 19px 0 0 72px;    display: block;}.floating li:first-of-type {    border: solid #1c9bbf 2px;}.floating li:first-of-type a {  color: #1c9bbf;}.floating li:nth-child(2) {    border: solid #f37583 2px;    background: url("../img/fv_cv_icon02.png") no-repeat center left 23px;    background-size: auto 27px;}@media screen and (max-width: 768px) {  .floating{      width: 100%;      bottom: 0;      right: auto;      left: 50%;      filter: none;      bottom: -100%;      transform: translateX(-50%);  }  .floating img{      width: 100%;  }}  @keyframes fadein {    0% {      bottom: 0;      opacity: 0;    }    100% {      bottom: 0;      opacity: 1;    }  }  .floating.hidden {    animation: .5s ease-in forwards fadeout;  }  @keyframes fadeout {    0% {      bottom: 0;      opacity: 1;    }    99% {      bottom: 0;      opacity: 0;    }    100% {      bottom: -100%;      opacity: 0;    }  }@media screen and (max-width: 768px) {.pc{	display:none !important;}.sp{	display:block!important;}a:hover{	opacity: 1;}body{	font-size: 4.1604vw;    width: 100%;    overflow-x: hidden;    min-width: inherit;}/* =====================================	header===================================== */.header.sp {    position: fixed;    width: 640px;    margin: 0 auto;    background: #FFF;    border-bottom: solid 1px #DAC36E;    overflow: hidden;    zoom:1;box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);    -webkit-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);    -moz-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);    z-index: 10000;}.header.sp .logo {    float: left;    padding-top: 18px;    padding-left: 18px;}.header.sp .headnavi {    float: right;}.header.sp .headnavi ul li {    float: left;}.header.sp .headnavi ul {    overflow: hidden;    zoom:1;}.menublock {    margin: 0px;    width: 640px;    z-index: 101;    padding-top: 0px;    position: fixed;    top: -2000px;    overflow-y: hidden;    background: #FFF;}}/*250716追加*/.feelink{width: 90%; max-width:980px; margin: 1% auto 0; text-align: right; font-size: 16px;}.feelink a{ color:#1c9bbf}@media screen and (max-width: 768px) {.feelink{font-size: 3.2vw;}}