@charset "UTF-8";

.main_wrap {
  width: 100%;
  min-width: 1220px;
  position: relative;
}

.contents_wrap {
  width: calc(100% - 400px);
}

@media screen and (max-width: 768px) {
  .main_wrap {
    min-width: 100%;
  }

  .contents_wrap {
    width: 100%;
  }
}



/*--------------------------------------
　mv
---------------------------------------*/
.mv {
  width: 100%;
  padding: 70px 20px 70px 130px;
  position: relative;
  z-index: 0;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/mv_bg.jpg") center right no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}

.mv .mv_inner {
  max-width: 1220px;
  margin: auto;
}

.mv .mv_cc {
  font-size: clamp(16px, 2vw, 32px);
  text-shadow: 4px 4px 7px rgba(0,0,0,0.25);
  line-height: 1.4;
}

.mv .mv_ttl {
  margin: 30px 0 0;
  font-size: clamp(20px, 2.6vw, 42px);
  line-height: 1.3;
  text-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}
.mv .mv_ttl .large {
  background: linear-gradient(90deg, #69ffe8, #49fcb1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(32px, 4.3vw, 64px);
  font-weight: 900;
  text-shadow: 4px 4px 7px rgba(0,0,0,0.15);
}

.mv .mv_txt {
  margin: 20px 0 0;
  font-size: clamp(12px, 2vw, 24px);
  line-height: 1.5;
  text-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}

.mv .mv_number {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.mv .number {
  max-width: 311px;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    padding: 3rem 1.5rem 3rem;
  }
  .mv::after {
    background: url("../img/mv_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }

  .mv .mv_inner {
    max-width: 100%;
  }

  .mv .mv_cc {
    font-size: 4.6vw;
  }

  .mv .mv_ttl {
    margin: 2rem 0 0;
    font-size: 5.4vw;
    line-height: 1.5;
  }
  .mv .mv_ttl .large {
    font-size: 8.3vw;
  }

  .mv .mv_txt {
    margin: 1rem 0 0;
    font-size: 3.3vw;
  }

  .mv .mv_number {
    display: none;
  } 
  .mv .mv_number_sp {
    max-width: 70%;
    margin: 1.5rem 0 0;
  } 
}


/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl {
  text-align: center;
}
.main_ttl .sec_ttl {
  font-size: 42px;
	font-weight: 900;
	line-height: 1.5;
}
.main_ttl .sec_ttl span {
	font-weight: 900;
}
.main_ttl .sec_ttl .sb {
  display: inline-block;
  margin: 0 0 30px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.main_ttl .sec_ttl .sb::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 10px solid #247028;
  box-sizing: border-box;
}
.main_ttl .sec_ttl .sb.bk {
  background: #1a1a1a;
}
.main_ttl .sec_ttl .sb.bk::after {
	border-top: 10px solid #1a1a1a;
}
.main_ttl .sec_ttl .sb.wh {
  background: #fff;
}
.main_ttl .sec_ttl .sb.wh::after {
	border-top: 10px solid #fff;
}
.main_ttl .sec_ttl .sb.gn {
  background: #096e61;
}
.main_ttl .sec_ttl .sb.gn::after {
	border-top: 10px solid #096e61;
}
.main_ttl .sec_ttl .dot {
	background-image: radial-gradient(circle at center, #1a1a1a 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .main_ttl .sec_ttl {
    font-size: 8.4vw;
    line-height: 1.4;
  }
  .main_ttl .sec_ttl .sb {
    margin: 0 0 1.5rem;
    padding: 8px 1rem;
    font-size: 14px;
    font-size: 3.6vw;
  }
  .main_ttl .sec_ttl .sb::after {
    margin-left: -4px;
    border: 4px solid transparent;
    border-top: 6px solid #247028;
  }
  .main_ttl .sec_ttl .sb.bk::after {
    border-top: 6px solid #1a1a1a;
  }
  .main_ttl .sec_ttl .sb.wh::after {
    border-top: 6px solid #fff;
  }
  .main_ttl .sec_ttl .sb.gn::after {
    border-top: 6px solid #096e61;
  }
  .main_ttl .sec_ttl .dot {
    padding-top: 5px;
  }
  .main_ttl .sec_ttl .middle {
    display: inline-block;
    font-size: 6.2vw;
  }
}



/*--------------------------------------
　cta_parts
---------------------------------------*/
.cta_parts {
  padding: 40px 20px 40px;
}

.cta_parts .cta_txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.cta_parts .cta_parts_bnr {
  max-width: 674px;
  margin: 25px auto 0;
}

.cta_parts .btnBox {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta_parts {
    padding: 2rem 1.5rem 2rem ;
  }

  .cta_parts .cta_txt {
    font-size: 3.5vw;
  }
  
  .cta_parts .cta_parts_bnr {
    display: none;
  }

  .cta_parts .btnBox {
    display: block;
    margin: 1.5rem 0 0;
  }
  
  .cta_parts .cta_btn {
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  .cta_parts .cta_btn:last-child {
    margin: 0 auto 0;
  }
  .cta_parts .cta_btn a {
    padding: 1.8rem 1.5rem;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .cta_parts .btn_download a {
    background: #fff;
    color: #b90a0a;
    border: 2px solid #b90a0a;
  }
  .cta_parts .btn_inquiry a {
    background: #b90a0a;
    color: #fff;
  }
}



/*--------------------------------------
　section
---------------------------------------*/
.sec {
  width: 100%;
}

.sec_inner {
  max-width: 1220px;
  margin: auto;
}

.lead {
  margin: 30px 0 0;
  font-size: clamp(14px, 2vw, 23px);
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec_inner {
    max-width: 100%;
  }

  .lead {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01_assignment {
  background: #f9f9f9;
  padding: 80px 20px 0;
  position: relative;
}

.sec01_assignment .assignment_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0 0;
}

.sec01_assignment .assignment_item {
  background: #fff;
  width: calc((100% / 3) - 20px);
  margin: 0 0 80px;
  padding: 50px 30px 30px;
  border: 4px solid #4993a2;
  border-radius: 5px;
  position: relative;
}

.sec01_assignment .icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0);
  width: 56px;
  margin: auto;
}

.sec01_assignment .txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.sec01_assignment .txt small {
  font-weight: 700;
}

@media screen and (max-width: 1366px) {
  .sec01_assignment .assignment_item {
    width: calc((100% / 3) - 10px);
    padding: 50px 20px 30px;
  }  
}

@media screen and (max-width: 768px) {
  .sec01_assignment {
    padding: 4rem 1.5rem 1.5rem;
  }

  .sec01_assignment .assignment_block {
    margin: 4rem 0 0;
  }

  .sec01_assignment .assignment_item {
    width: calc((100% / 2) - 5px);
    margin: 0 0 2.5rem;
    padding: 2.5rem 5px 1.5rem;
    border: 2px solid #4993a2;
    border-radius: 3px;
  }

  .sec01_assignment .icon {
    top: -14px;
    width: 28px;
  }

  .sec01_assignment .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .sec01_assignment .txt small {
    width: 100%;
    font-size: 3vw;
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: url("../img/sec02_bg.jpg") center top no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  padding: 80px 20px 180px;
  position: relative;
  z-index: 1;
}

.sec02 .sec02_ttl {
  font-size: 42px;
  text-align: center;
	line-height: 1.6;
}
.sec02 .sec02_ttl .large {
  font-size: 52px;
}
.sec02 .sec02_ttl > span {
  background: linear-gradient(90deg, #69ffe8, #49fcb1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec02 .lead {
  text-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}

.sec02 .sec02_img {
  max-width: 517px;
  margin: 50px auto 0;
}


.sec02_intro {
  margin: 60px 0 0;
}

.sec02_intro .intro_ttl01 {
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
  text-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}

.sec02_intro .intro_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.sec02_intro .intro_item {
  width: calc((100% / 3) - 20px);
  padding: 8px 8px;
  position: relative;
}
.sec02_intro .intro_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/sec02_intro_bg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}

.sec02_intro .txtBox {
  background: rgba(255,255,255,0.8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 30px) 100%, 0 100%);
  padding: 20px 20px;
}

.sec02_intro .intro_ttl02 {
  color: #008179;
  font-size: 32px;
  text-align: center;
}

.sec02_intro .txt {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1366px) {
  .sec02_intro .intro_item {
    width: calc((100% / 3) - 10px);
  }
}


@media screen and (max-width: 768px) {
  .sec02 {
    background: url("../img/sec02_bg_sp.jpg") center top no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
    padding: 4rem 1.5rem 8rem;
  }

  .sec02 .sec02_ttl {
    font-size: 6.7vw;
    line-height: 1.4;
  }
  .sec02 .sec02_ttl .large {
    font-size: 8.4vw;
  }
  .sec02 .sec02_ttl .large01 {
    font-size: 9.3vw;
  }

  .sec02 .sec02_img {
    max-width: 85%;
    margin: 2.5rem auto 0;
  }


  .sec02_intro {
    margin: 4rem 0 0;
  }

  .sec02_intro .intro_ttl01 {
    font-size: 4vw;
  }

  .sec02_intro .intro_block {
    margin: 2rem 0 0;
  }

  .sec02_intro .intro_item {
    width: calc((100% / 2) - 5px);
    margin: 0 0 1.5rem;
    padding: 4px 4px;
  }
  .sec02_intro .intro_item:last-child {
    margin: 0 auto 0;
  }

  .sec02_intro .txtBox {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    padding: 1.5rem 1rem;
  }

  .sec02_intro .intro_ttl02 {
    font-size: 4vw;
  }

  .sec02_intro .txt {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: url("../img/sec03_bg.jpg") center top no-repeat;
  background-size: cover;
  margin: -80px 0 0;
  padding: 120px 20px 80px;
}

.sec03 .sec_ttl {
  text-shadow: 4px 4px 3px rgba(16,21,18,0.15);
}
.sec03 .sec_ttl .sb {
  color: #0b0b0b;
  text-shadow: none;
}

.sec03 .lead {
  text-shadow: 4px 4px 3px rgba(16,21,18,0.15);
}

.sec03 .sec03_img {
  max-width: 1253px;
  margin: 60px auto 0;
}


.sec03_bottom {
  margin: 50px 0 0;
  font-size: clamp(12px, 2vw, 24px);
  text-align: center;
  line-height: 1.6;
  text-shadow: 4px 4px 3px rgba(16,21,18,0.15);
}
.sec03_bottom .large {
  font-size: clamp(20px, 3vw, 42px);
}

@media screen and (max-width: 768px) {
  .sec03 {
    background: url("../img/sec03_bg_sp.jpg") center top no-repeat;
    background-size: cover;
    margin: -4rem 0 0;
    padding: 6rem 1.5rem 4rem;
  }

  .sec03 .sec03_img {
    max-width: 100%;
    margin: 2rem auto 0;
  }


  .sec03_bottom {
    margin: 2rem 0 0;
    font-size: 2.6vw;
  }
  .sec03_bottom .large {
    font-size: 4.4vw;
  }
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: linear-gradient(-60deg, rgba(216,247,243,0.68), #fff);
  padding: 80px 20px 40px;
}


.sec04_technology .technology_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.sec04_technology .technology_item {
  display: flex;
  justify-content: space-between;
  width: calc((100% / 2) - 25px);
  margin: 0 0 40px;
}

.sec04_technology .imgBox {
  width: 45%;
}

.sec04_technology .txtBox {
  width: 50%;
}

.sec04_technology .technology_ttl {
  font-size: clamp(16px, 2vw, 32px);
  line-height: 1.4;
}

.sec04_technology .txt {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1366px) {
  .sec04_technology .technology_item {
    width: calc((100% / 2) - 15px);
  }  

  .sec04_technology .technology_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .sec04 {
    background: linear-gradient(-60deg, rgba(216,247,243,0.68), #fff);
    padding: 4rem 1.5rem 4rem;
  }


  .sec04_technology .technology_block {
    display: block;
    margin: 4rem 0 0;
  }

  .sec04_technology .technology_item {
    display: block;
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec04_technology .technology_item:last-child {
    margin: 0 0 0;
  }

  .sec04_technology .imgBox {
    width: 100%;
  }

  .sec04_technology .txtBox {
    width: 100%;
    margin: 1.5rem 0 0;
  }

  .sec04_technology .technology_ttl {
    font-size: 5.4vw;
    text-align: center;
  }

  .sec04_technology .txt {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 80px 20px 80px;
}


.sec05_case {
  background: linear-gradient(-60deg, rgba(216,247,243,0.2), #fff);
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 60px 60px 60px;
  box-shadow: 6px 0 24px rgba(0,0,0,0.1);
}

.sec05_case .case_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px;
}
.sec05_case .case_item:last-child {
  margin: 0 0 0;
}

.sec05_case .case_ttl {
  background: rgba(23,184,182,0.2);
  width: 25%;
  padding: 25px 30px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}

.sec05_case .txt {
  width: calc(75% - 30px);
  font-size: 18px;
  line-height: 1.8;
}
.sec05_case .txt .large {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 4rem 1.5rem 4rem;
  }


  .sec05_case {
    background: linear-gradient(-60deg, rgba(216,247,243,0.2), #fff);
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 2rem 1.5rem 2rem;
  }

  .sec05_case .case_item {
    display: block;
    margin: 0 0 2.5rem;
    text-align: center;
  }

  .sec05_case .case_ttl {
    display: inline-block;
    width: inherit;
    margin: auto;
    padding: 1.2rem 2rem;
    font-size: 24px;
    font-size: 5.2vw;
  }

  .sec05_case .txt {
    margin: 1.5rem 0 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .sec05_case .txt .large {
    font-size: 1.5rem;
  }
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: url("../img/sec06_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 20px 20px;
}

.sec06 .sec_ttl {
  text-shadow: 4px 4px 3px rgba(16,21,18,0.15);
}

.sec06 .lead {
  text-shadow: 4px 4px 3px rgba(16,21,18,0.15);
}


.sec06_number {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.sec06_number .number {
  width: 311px;
}


.sec06_support {
  margin: 60px 0 0;
}

.sec06_support .support_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec06_support .support_item {
  width: calc((100% / 3) - 30px);
  margin: 0 0 60px;
}

.sec06_support .sb {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec06_support .sb span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  height: 100%;
  padding: 8px 10px;
  font-size: clamp(16px, 2.4vw, 32px);
  line-height: 1;
  position: relative;
}
.sec06_support .sb span::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 10px solid #fff;
  box-sizing: border-box;
}
.sec06_support .sb span.small {
  font-size: clamp(13px, 2.2vw, 26px);
}

.sec06_support .item_inner {
  background: rgba(255,255,255,0.9);
  margin: 90px 0 0;
  padding: 0 25px 30px;
  box-shadow: 6px 0 24px rgba(9,22,12,0.1);
  position: relative;
}
.sec06_support .item_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #015d47, #015d5a);
  width: 100%;
  height: 3px;
  box-sizing: border-box;
  
}

.sec06_support .imgBox {
  max-width: 230px;
  margin: auto;
  position: relative;
  top: -80px;
}

.sec06_support .support_ttl {
  margin: -60px 0 0;
  font-size: clamp(16px, 2.4vw, 32px);
  text-align: center;
  line-height: 1.4;
}

.sec06_support .txt {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 1366px) {
  .sec06_support .support_item {
    width: calc((100% / 3) - 15px);
  }
}

@media screen and (max-width: 768px) {
  .sec06 {
    background: url("../img/sec06_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 4rem 1.5rem 2rem;
  }


  .sec06_number {
    margin: 2rem 0 0;
  }

  .sec06_number .number {
    width: calc(100% / 3);
  }


  .sec06_support {
    margin: 4rem 0 0;
  }

  .sec06_support .support_item {
    width: calc((100% / 2) - 5px);
    margin: 0 0 3rem;
  }

  .sec06_support .sb span {
    padding: 8px 5px;
    font-size: 3.6vw;
  }
  .sec06_support .sb span::after {
    margin-left: -4px;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
  }
  .sec06_support .sb span.small {
    font-size: 3vw;
  }

  .sec06_support .item_inner {
    margin: 5rem 0 0;
    padding: 0 1.5rem 2rem;
  }
  .sec06_support .item_inner::after {
    height: 2px;
  }

  .sec06_support .imgBox {
    max-width: 80%;
    top: -40px;
  }

  .sec06_support .support_ttl {
    margin: -3rem 0 0;
    font-size: 4vw;
  }

  .sec06_support .txt {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
  }
  
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  padding: 80px 20px 20px;
}


.sec07_flow {
  margin: 60px 0 0;
}

.sec07_flow .flow_block {
  display: flex;
  justify-content: space-between;
}

.sec07_flow .flow_item {
  width: calc((100% / 4) - 20px);
  box-shadow: 6px 0 24px rgba(9,22,12,0.05);
}

.sec07_flow .step {
  background: #096e61;
  padding: 8px 10px;
  font-size: 32px;
  text-align: center;
}
.sec07_flow .step .num {
  font-size: 42px;
}

.sec07_flow .txtBox {
  background: linear-gradient(-60deg, rgba(216,247,243,0.5), #fff);
  padding: 30px 25px 30px;
  border: 2px solid #c8e5e0;
}

.sec07_flow .flow_ttl {
  font-size: clamp(15px, 2.2vw, 30px);
  text-align: center;
  line-height: 1.3;
}

.sec07_flow .txt {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1366px) {
  .sec07_flow .flow_item {
    width: calc((100% / 4) - 10px);
  }
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 4rem 1.5rem 2rem;
  }


  .sec07_flow {
    margin: 4rem 0 0;
  }

  .sec07_flow .flow_block {
    display: block;
  }

  .sec07_flow .flow_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec07_flow .flow_item:last-child {
    margin: 0 0 0;
  }

  .sec07_flow .step {
    display: flex;
    align-items: center;
    width: 20%;
    font-size: 4.6vw;
    line-height: 1.2;
  }
  .sec07_flow .step .num {
    font-size: 6.2vw;
  }

  .sec07_flow .txtBox {
    display: flex;
    align-items: center;
    width: 80%;
    padding: 2rem 1.5rem 2rem;
    border: 1px solid #c8e5e0;
    border-left: none;
  }

  .sec07_flow .flow_ttl {
    font-size: 4.9vw;
    text-align: left;
  }

  .sec07_flow .txt {
    margin: 1rem 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
}



/*--------------------------------------
　form_parts
---------------------------------------*/
.form_wrap {
	position: fixed;
  top: 40px;
  right: 0;
  max-width: 400px;
  height: 100%;
  padding: 0 30px 50px;
  z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
.form_wrap::-webkit-scrollbar {
	display: none!important;
}

.form_parts {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px rgba(9,22,12,0.1);
}

.form_parts .form_ttl {
  background: #53565a;
  padding: 25px 20px;
  font-size: 20px;
  text-align: center;
}

.form_parts .form_txt {
  padding: 20px 20px 0;
  font-size: 15px;
  line-height: 1.5;
}

.form_parts iframe {
	width: 100%;
	height: 1560px;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
.form_parts iframe::-webkit-scrollbar {
	display: none!important;
}

@media screen and (max-width: 768px) {
  .form_wrap {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 100%;
    height: auto;
    margin: 2rem 0 0;
    padding: 0 0 0;
    overflow-x: inherit;
    overflow-y: inherit;
  }

  .form_parts .form_ttl {
    padding: 3rem 1.5rem;
    font-size: 2rem;
  }

  .form_parts .form_txt {
    padding: 1.5rem 1.5rem;
  } 
  
  .form_parts iframe {
    height: 1560px;
  }  
}
