@charset "UTF-8";
/*common*/
* {
   font-family:  Arial, "游ゴシック体", "Yu Gothic", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
}
h1,
h2 {
  text-align: center;
  margin-bottom: 50px;
}
h1 {
  font-size: 3.7rem;
  font-weight: 900;
}
h1.theme {
  font-size: 6rem;
  text-align: left;
  margin-bottom: 0;
}
p.theme_sub {
  font-size: 2rem;
  padding-left: 32px;
  position: relative;
  padding-bottom: 50px;
}
p.theme_sub::before {
  position: absolute;
  content: "";
  border-left: 23px solid #000;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  height: 0;
  width: 0;
  display: inline-block;
  border-left-color: #2E86DE;
  top: 0px;
  left: 0;
}
h2 {
  font-size: clamp(23px, 2.5vw, 35px);
  text-align: left;
  margin: 2.5vw auto 0px;
}
h3 {
  font-size: clamp(15px, 2vw, 2.9rem);
  font-weight: 600;
  display: inline-block;
  margin: 8px 0px;
  color: #2E86DE;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #2E86DE;
  padding-bottom: 16px;
}
/*h3::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  display: inline-block;
  background-color: #2E86DE;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px)
}*/
h3+p {
  margin: 18px 0px 32px 0px;
  text-align: center;
}
h4 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  padding-top: 16px;
  text-align: center;
}

section {
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
}
.bg {
  background-color: #2E86DE;
  opacity: 0.8;
  clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
  width: 100%;
  height: 70rem;
  margin-top: 5rem;
}
div.inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3em;
  text-align: center;
}

.flexbox {
	display: flex;
}
@media screen and (max-width: 921px) {
.bg {
  margin-bottom: 17rem;
}
}
.br_tb {
  display: none; /* SPの改行を隠す */
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 5vw;
  }
  p,
  ul li,
  span,
  dl dt,
  dl dd {
    font-size: 2rem;
  }
  p.theme_sub {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 2.5rem;
	text-align: center;
  }

  div.inner {
    padding: 0 5%;
  }
  .br_tb {
    display: block;
  }
}
/*header*/
#header {
  height: 85px; /*高さ指定*/
  width: 100%; /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 20px;
}

#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
}
.header_r {
  display: flex;
  align-items: center;
  width: 40%;
  height: 100%;
}
.header_r p {
  font-size: 2rem;
  font-weight: 600;
  display: contents;
}
.header_r p img {
  height: 1.3em;
}
small {
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #292929;
  transition: all 0.3s;
  font-weight: 600;
  font-size: clamp(1rem, 1.1vw, 2rem);
}

.contact_btn {
  background: linear-gradient(rgb(213, 231, 248), rgb(46, 134, 222), rgb(46, 134, 222));
  color: #fff;
  border-radius: 100px;
  padding: 0 !important;
  box-shadow:  rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
}
.contact_btn a {
  color: #fff;
  display: block;
  padding: 10px 30px;
}

a:hover {
  opacity: 1 !important;
}
.asst_btn span::before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #255b95 transparent transparent transparent;
}
.asst_btn span::after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.btn_grd {
	color: #000;
  	font-size: clamp(1.8rem, 2vw, 2.5rem);
  	position: absolute;
  	top: -45%;
  	left: 4%;
  	right: 4%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: inline-block;
	background: linear-gradient(90deg, rgb(46, 134, 222), rgb(27, 49, 80));
	padding: 2px; /*枠の太さ*/
	height: 66%;
	border-radius: 100px;
}
.btn_inner {
	color: #000;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-family: 'MS PGothic';
    font-weight: 600;
	background-color: #fff; 
	border-radius: 100px;
	padding: 2% 24%;
	height: 100%;
	display: block;	
}

/*ハンバーガー*/
.btn-gNav {
  position: fixed;
  top: 20px;
  right: 50px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  display: none;
}

.btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #2E86DE;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.btn-gNav span:nth-child(1) {
  top: 0;
}

.btn-gNav span:nth-child(2) {
  top: 10px;
}

.btn-gNav span:nth-child(3) {
  top: 20px;
}

.btn-gNav.open span:nth-child(1) {
  background: #5dcf8a;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-gNav.open span:nth-child(2),
.btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #5dcf8a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
}

.gNav .gNav-menu li {
  margin: 0 auto;
  padding: 5px 16px;
  font-size: 1.3rem;
}
#GenerateAi {
	padding-top: 85px;
}
@media screen and (max-width: 1000px) {
  .btn-gNav {
    display: block;
  }

  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: 0.3s;
  }

  .gNav.open {
    right: 0;
  }

  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }

  .gNav .gNav-menu li {
    width: 40%;
    padding: 15px;
  }
  .header_r {
    width: 80%;
  }
}

/*main_ttl*/
section#main_ttl {
  background-color: rgb(213, 231, 248);
  padding-bottom: 0;
  padding-top: 0;
}
.mt-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 3em;
}
#main_ttl h1 {
  font-size: clamp(21px, 3vw, 4.8rem);
}
#main_ttl h3 b {
  color: #5dcf8a;
  font-weight: 900;
  font-size: 1.2em;
}
.mt_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt_content_txt {
  width: 45%;
}
.mt_content_img {
  width: 55%;
 }
.mt_content_img > img {
  margin-top: 4vw; 
}
.mt_content_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
p.mt_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mt_content_txt h1,
.mt_content_txt h3 {
  text-align: left;
}
.btn_service {
  text-align: center;
  background: linear-gradient(rgb(213, 231, 248), rgb(46, 134, 222), rgb(46, 134, 222));
  width: 78%;
  border-radius: 100px;
  padding: 3rem 3vw;
  margin: 4vw auto 0px 0px;
  position: relative;
  box-shadow:  rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
}
.btn_service a {
  color: #fff;
  font-size: clamp(15px, 2vw, 34px);
  font-weight: 700;
}
.mt_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2E86DE;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section#main_ttl {
    padding-top: 32px;
  }
  .mt-inner {
    padding: 0;
  }
  #main_ttl h1 {
    font-size: 3.1rem;
	text-align: center;
  	margin-bottom: 0px;
  }

  #main_ttl h3 {
    font-size: 2.1rem;
  }
  #main_ttl h3 b {
    font-size: 2.4rem;
  }
  .btn_service a {
    font-size: 2.5rem;
  }

  .mt_contents {
    flex-direction: column;
  }
  .mt_content_txt {
    width: 100%;
    max-width: 700px;
    padding: 0 3% 0 3%;
  }
  .mt_content_img {
    width: 100%;
	text-align: center;
  }
  .mt_content_img > img {
  	margin-bottom: 4vw; 
  }
  .mt_bg {
    height: 50%;
    width: 100%;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  p.mt_pc {
    width: 65%;
  }
  p.mt_robo {
    right: 16px;
  }
  .btn_service {
    margin: 16px auto;
  }
}

/*big3*/
section#big3 {
  background-color: #e8e8e8;
}
.big3_columns {
  display: flex;
  gap: 20px;
}
.big3_column {
  background-color: #fff;
  border-radius: 15px;
  flex: 1;
  height: 250px;
}
.big3_column_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
p.big3_txt {
  height: 20%;
  font-weight: 600;
  font-size: 20px;
}
p.big3_img {
  height: 50%;
}
@media screen and (max-width: 767px) {
  p.big3_txt {
    font-size: 1.4rem;
  }
  .big3_column {
    background-color: #fff;
    border-radius: 15px;
    flex: 1;
    height: 200px;
  }
}
@media screen and (max-width: 499px) {
  .big3_columns {
    flex-direction: column;
    width: 300px;
    margin: auto;
  }
  .big3_column {
    padding: 5%;
  }
  p.big3_txt {
    font-size: 15px;
  }
  p.big3_img {
    width: 150px;
    margin: auto;
    padding: 16px 16px 0px 16px;
  }
}
/*merit*/
section#merit {
  background-color: #f9f9f9;
  position: relative;
}
section#merit::after {
    content: "";
    width: 100%;
    height: 8.6rem;
    background-color: rgb(213, 231, 248);
    position: absolute;
    top: -1px;
	left: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
#merit .inner p {
  text-align: center;
}
#merit p.theme_sub {
  text-align: left;
}
#merit h2 {
  padding: 32px 0 16px 0;
  font-weight: 700;
  text-align: center;
  margin: 64px 0px;
}
article.merit_article {
  position: relative;
}
div.merit_article_inner {
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 0 3em 32px 3em;
  margin: auto;
}
#merit .column {
  z-index: 1;
}
.column.txt {
  width: 55%;
}
.column.txt p {
  font-size: clamp(18px, 2vw, 2rem);
}

.column.box {
  width: 40%;
}

.parent {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.parent > div::before {
  padding-top: 100%;
  content: "";
  display: block;
}

.parent > div {
  background-color: #ffffff;
  border: #2E86DE solid 5px;
  color: #2E86DE;
  width: 45%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1%;
  text-align: center;
  font-size: clamp(9.5px, 1.2vw, 2rem);
  font-weight: 900;
  border-radius: 15px;
}

.tab-content .tab > li {
  width: 32%;
  padding: 32px 16px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #2E86DE;
  text-align: center;
}
.tab-content .tab > li dl {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 16px 0px;
  height: 15rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tab-content ul > li a {
	display: inline-block;
    background-color: #2E86DE;
    color: #ffffff;
    padding: 8px 32px;
    border-radius: 100px;
	white-space: nowrap;
	box-shadow:  rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
}
.tab-content ul .flexbox > p {
	padding: 8px 16px;
    background-color: #f7f7f7;
    border-radius: 2px;
	white-space: nowrap;
	margin-bottom: 5px;
}
/*.tab {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
}

.tab > li {
	width: calc(96% / 3);
  margin-bottom: 20px;

  &:not(:nth-child(3n)) {
    margin-right: 2%;
}
}*/
.tab {
  display: flex;
  justify-content: center;
  gap: 2%; /* liの間隔 */
}

.tab > li {
  width: 32%;
  margin-bottom: 20px;
}


.tab dd.flexbox {
	margin-bottom: 16px;
	justify-content: space-around;
	flex-wrap: wrap;
}

/* タブメニューのスタイル */
.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  width: 55%;
  flex-wrap: wrap;
  margin: auto;
	justify-content: center;
}

.tab-menu li {
  padding: 1.6rem 3.2rem;
  background-color: #ffffff;
  border: 1px solid #2E86DE;
  color: #2E86DE;
  border-radius: 100px;
  cursor: pointer;
  margin: 0px 8px 8px 0px;
  box-shadow:  rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
}

.tab-menu li.active {
  background-color: #2E86DE;
  color: #ffffff;
}

/* タブコンテンツのスタイル */
.tab-content {
  margin-top: 20px;
}

.tab-content div {
  padding: 0px;
}

.tab_background{
 background-color: #D5E7F8;
 border-radius: 20px;
 padding: 32px;
 margin-bottom: 64px;
 text-align: center;
}


.modal{
  display: none;
  position: fixed;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*overflow: scroll;*/
  overflow-x: auto;
  height: 80%;
  width: 70%;
  background-color: #D5E7F8;
  padding: 3% 6%;
  border-radius: 20px;
  z-index: 1000;
}
.modal .flexbox {
	border-bottom: dotted 2px #2E86DE;
    margin: 16px 0px;
} 
.modal .flexbox:first-child {
	border-bottom: none;
	justify-content: space-between;
}
.modal .flexbox:nth-child(4) {
	border-bottom: none;
}
.modal .flexbox > p {
  width: 27%;
  color: #2E86DE;
  font-weight: bold;
}
.modal .flexbox > ul {
	width: 70%;
}

.modal-content li {
	list-style: disc;
}

.modal-content a {
  color: #2E86DE;
  position: relative;
  display: block;
  background-color: #ffffff;
  border: solid 2px #2E86DE;
  border-radius: 100px;
  padding: 8px 52px 8px 32px;
  margin: auto;
  width: 15rem;
  box-shadow:  rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
}
.modal-content > a::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px; 
  height: 20px;
  background-image: url(../img/01g/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 11px;
  left: 100px;
}
.modal_txt {
  display: flex;
  align-items: center;
  width: 68%;
}
.modal_txt > p {
  font-weight: bold;
  width: 100%;
 font-size: 2.8rem;
}
.modal span.bold {
	font-weight: bold;
	font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .tab-menu {
	width: 100%;
	  justify-content: center;
  }
	.tab-menu li {
		padding: 2rem 4rem;
	}
	.tab {
		display: block;
	}
	.tab-content .tab >li {
		width: 100%;
	}
	.tab-content ul > li a {
		width: 100%;
	}
  .parent > div {
    font-size: clamp(1.1rem, 3vw, 1.7rem);
  }
	.tab dd.flexbox {
	margin: 0px auto 16px;
    width: 80%;
	} 	
	.modal-content a {
		width: 13rem;
		padding: 3% 5%;
	}
	.modal-content a::after {
		top: 35%;
		left: 75%;
		width: 1.5rem;
		height: 1.5rem;
	}
}

@media screen and (max-width: 1200px){
	.tab-menu {
	width: 100%;
	  justify-content: center;
  	}
	.tab-menu li {
		padding: 2rem 4rem;
	}
	.modal .flexbox {
	display: block;
		text-align: center;
	}
	.modal_txt {
		width: 100%;
	}
	.modal .flexbox > p {
 	 width: 100%;
	}	
	.modal-content {
		width: 80%;
	}
	.modal-content li {
		list-style-position: inside;
	}
	.tab-content .tab > li dl {
		font-size: 1.8rem;
	}
	.modal .flexbox > ul {
		width: 100%;
	}
}

#merit .column.txt span {
  background: linear-gradient(transparent 50%, #2E86DE 150%);
  font-size: 1em;
  font-weight: 600;
}
h3.add_comment {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding: 0 3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div.merit_article_inner {
    flex-direction: column;
    padding: 0 3%;
  }
  #merit h2 {
    margin: 0px 0px  3rem;
  }
  .merit_support_outer {
    padding: 0;
    padding-bottom: 32px;
    padding-top: 50px;
  }
  #merit .merit_support h2 {
    font-size: 2rem;
    padding: 0;
    padding-top: 32px;
  }
  .merit_support p {
    font-size: 1.2rem;
  }
  .merit_article_inner.odd {
    flex-direction: column-reverse;
  }
  #merit .column {
    width: 90%;
  }
  h3.add_comment {
    padding: 16px 0;
    width: 90%;
    font-size: 1.5rem;
    text-align: left;
  }
  .merit_support_outer {
    padding: 5% 5% 0 5%;
  }
}
/*price*/
#price {
	background-color: rgb(213, 231, 248);
	position: relative;
	padding-top: 15rem;
}
#price::after {
	content: "";
    width: 100%;
    height: 8.6rem;
    background-color: #f9f9f9;
    position: absolute;
    top: -1px;
	left: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
#price .flexbox {
	justify-content: space-between;
}
#price .price_card {
	background-color: #fff;
    width: 30%;
    padding: 32px;
    border-radius: 20px;
    border: solid 2px #2E86dE;
}
#price .price_card > div {
	color: #2E86DE;
	border: solid 2px #2E86DE;
	font-weight: 600;
	width: 80%;
    margin: auto;
    text-align: center;
}

section#price {
}
#price h3 {
  margin: auto;
}
.priceContents__table {
  margin: 0px auto 32px;
  width: fit-content;
  display: table;
}
.priceContents__list {
  display: table-row;
  text-align: left;
}
.priceContents__listItem {
  display: table-cell;
  padding: 20px;
  border: 3px solid #fff;
  vertical-align: middle;
  text-align: center;
}
.priceContents__listItem p {
  font-weight: 800;
  font-size: 18px;
  line-height: 2.4rem;
}
.priceContents__note {
  text-align: left;
  padding-left: 10px;
  font-weight: 600;
  margin: 0 auto;
}
p.priceContents__note.priceContents__note_ex {
  margin: 0;
}
.priceContents__note dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.priceContents__note dl dt {
  margin-right: 10px;
}
.price_ttl {
  padding-right: 32px;
  font-weight: 800;
  font-size: clamp(13px, 3vw, 22px);
  line-height: 2.4rem;
  width: 25%;
}
.priceContents__listItem.col2 {
  background-color: rgba(93, 207, 138, 0.6);
  text-align: center;
}
.priceContents__listItem.col3 {
  background-color: rgba(93, 207, 138, 0.3);
  text-align: center;
}
.priceContents__listItem.col4 {
  background-color: #e8e8e8;
}
#price th sup:first-child {
	color: #323232;
}
#price th sup.sup-white {
	color: #ffffff;
}
.table__correction table {
  width: 100%;
  margin-top: 48px;
  border-collapse: collapse;
  background-color: #fff;
}
.table__correction table thead th {
  line-height: 3rem;
  border-right: 1px solid rgb(51, 51, 51, 0.1);
  text-align: center;
  vertical-align: middle;
  padding: 50px 20px 40px;
  color: #fff;
}
.table__correction table thead th:nth-child(1) {
	background-color: rgb(213, 231, 248);
}
.table__correction table thead th > span {
	line-height: 3rem;
	color: #fff;
	font-size: 1em;
}

.table__correction table thead th.standard30 {
	background-color: #6ABFF0;
	font-weight: bold;
}
.table__correction table thead th.standard50 {
	background-color: #2E86DE;
	font-weight: bold;
}
.table__correction table thead th.standard100 {
	background-color: #275DA6;
	font-weight: bold;
}
.table__correction table thead th.recommend {
	position: relative;
}
.table__correction table thead th.recommend::before {
	position: absolute;
    content: '';
    background-image: url(../img/01g/recommend.svg);
    background-repeat: no-repeat;
    width: 141px;
    height: 32px;
    top: 0px;
	left: 30%;
}
.table__correction table tbody th {
  border-right: 1px solid rgb(51,51,51,0.1);
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

.table__correction table tbody tr.alt-row {
	background-color: #f7f7f7;
}
.table__correction table tbody tr.price-row td{
	font-weight: bold;
	padding: 55px;
}
.table__correction table tbody th span {
  font-weight: bold;
  color: #fe0909;
  font-size: 1.7rem;
}
.table__correction table tbody th.option {
  width: 5%;
  vertical-align: middle;
}
.table__correction table tbody td {
  line-height: 2.4rem;
  border-right: 1px solid rgb(51,51,51,0.1);
  padding: 28px 117px;
  vertical-align: middle;
  text-align: center;
}
.table__correction table tbody td sup {
  font-weight: bold;
}
.price_lead {
	padding: 26px 16px;
    margin-top: 32px;
	font-size: clamp(16px, 4vw, 23px);
    border: 2px solid #2E86DE;
    color: #2E86DE;
    font-weight: bold;
}
.priceContents__note dd, .priceContents__note dt {
	font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .table__correction .table-wrap {
    overflow-x: scroll;
  }
  .table__correction .table-wrap table {
    white-space: nowrap;
  }
  #price .table__correction h3 {
    font-size: 3rem;
  }
}
.ex_price_box {
  display: flex;
  align-items: center;
  margin: auto;
  margin: 32px auto;
  justify-content: space-around;
}
.price_box_initial,
.price_box_running {
  box-shadow: rgba(46, 134, 222, 0.2) 4px 4px 4px 0px;
  border-radius: 15px;
  width: 30%;
}

.price_box_ttl {
  background-color: #2E86DE;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  text-align: center;
}
.price_box_price {
  background-color: #fff;
  padding: 30px;
  height: 160px;
  border-radius: 0px 0px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_box_price > p {
  align-items: center;
  font-size: clamp(1rem, 2vw, 2.3rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}
span.lgwan_span {
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #2E86DE;
  display: inline-block;
  font-size: clamp(2rem, 1.5vw, 3rem);
}
.price_custom {
  width: 30%;
  height: 100px;
  background-color: #2E86DE;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.price_custom.initial {
  height: 60px;
}
.price_custom.id {
  background-color: rgba(93, 207, 138, 0.6);
}
.price_custom p {
  font-weight: 600;
  padding-top: 5%;
}
.plus_icon_container {
  width: 15%;
}

.plus_icon_container {
  text-align: center;
  padding-bottom: 30px;
}
.plus_icon {
  position: relative;
}
.plus_icon::before,
.plus_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #000066;
}
.plus_icon::after {
  transform: rotate(90deg);
}
.priceContents__tableSC {
  overflow: overlay;
}
@media screen and (max-width: 1056px) {
	.price_box_price {
	height: 20%;
	padding: 11% 6%;
	}
}
@media screen and (max-width: 767px) {
  .table__correction table thead th.recommend::before {
	left: 25%;
}
  .priceContents__note dl dt,
  .priceContents__note dl dd {
    font-size: clamp(12px, 3vw, 18px);
  }
  .priceContents__listItem p {
    font-size: clamp(10px, 2vw, 18px);
  }
  .price_box_price {
    padding: 30px 0;
  }
  .price_box_ttl {
    font-size: 2rem;
  }
  .price_box_price > p {
	font-size: 2rem;
	}
  .ex_price_box {
    display: block;
	}
  .price_box_initial, .price_box_running {
    width: 100%;
	}
	.price_box_price {
	height: 20%;
	padding: 30px;
	margin-bottom: 30px;
	}
	
}
/*cta-btn*/
#cta-btn {
    background-color: rgb(213, 231, 248);
    text-align: center;
    color: #ffffff;
	position: relative;
	padding-top: 0px;
}

#cta-btn .btn_service {
  display: inline-block;
  background: linear-gradient(rgb(213, 231, 248), rgb(46, 134, 222));;
  margin-top: 0px;
  border-radius: 100px;
  width: 100%;
}
#cta-btn .btn_service a {
  color: #FFFFFF;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 700;
}
#cta-btn .cta-btn_article_inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	max-width: 1200px;
	padding: 50px 0 50px 0;
	margin: auto;
}
.cta_article_bg {
	background-color: #ffffff;
	border-radius: 2rem;
	box-shadow: 4px 4px 4px 0px rgba(46, 134, 222, 0.2);
}

.cta-btn_article_inner .txt {
	width: 45%;
}
.cta-btn_article_inner .txt h4 {
	width: 80%;
	margin: 0px auto 4rem;
}
.cta-btn_article_inner .pic {
	width: 45%;
}
@media screen and (max-width: 767px) {
	#cta-btn .cta-btn_article_inner {
	display: block;
	padding: 3%;
}
	.cta-btn_article_inner .txt {
	width: 100%;
	justify-content: center;
}
	.cta-btn_article_inner .pic {
	width: 100%;
}
	.btn_service {
	padding: 2.5rem 6vw;
	width: 100%;
	}
	.cta-btn_article_inner .txt h4 {
		margin-bottom: 2rem;
		width: 100%;
	}
}

/*cta-btn2*/
#cta-btn2 {
  background: linear-gradient(rgb(213, 231, 248), rgb(46, 134, 222));
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-top: 15rem;
}
#cta-btn2 h3 {
	border-bottom: none;
}
#cta-btn2::after {
    content: "";
    width: 100%;
    height: 8.6rem;
    background-color: #f9f9f9;
    position: absolute;
    top: -1px;
	left: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

#cta-btn2 .btn_service {
  display: inline-block;
  background: linear-gradient(rgb(213, 231, 248), rgb(46, 134, 222));
  margin-top: 0px;
  border-radius: 50px;
  width: 100%;
}
#cta-btn2 .btn_service a {
  color: #ffffff;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 700;
}
#cta-btn2 .cta-btn_article_inner {
	width: 100%;
	max-width: 1200px;
	padding: 50px 0px 50px 0px;
	margin: auto;
}
#cta-btn2 .flexbox {
	justify-content: space-around;
}
#cta-btn2 .cta-btn_article_inner > p {
	color: #2E86DE;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 2rem;
}
#cta-btn2 .cta-btn_article_inner .txt {
	display: flex;
    align-items: center;
}
#cta-btn2 h3::after {
	display: none;
}
@media screen and (max-width: 767px) {
	#cta-btn2 .cta-btn_article_inner {
	padding: 3%;
}
	#cta-btn2 .flexbox {
		display: block;
	}
	#cta-btn2 .cta-btn_article_inner > p {
		font-size: 1.8rem;
	}
}


/*point*/
section#point {
  background-color: #f9f9f9;
  padding-top: 15rem;
  position: relative;
}
section#point::after {
    content: "";
    width: 100%;
    height: 8.6rem;
    background-color: rgb(213, 231, 248);
    position: absolute;
    top: -1px;
	left: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
#point h3 {
  margin: auto;
}
.pointContents__note {
  font-weight: 600;
  width: 55%;
  text-align: left;
}
.pointContents__img {
  width: 33%;
  display: flex;
  align-items: center;
}
p.pointContents__note {
  margin: 0;
}
.pointContents__note dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #D5E7F8;
  height: 14.5rem;
  padding: 1.6rem 1.6rem 1.6rem 3rem;
  margin-bottom: 6.4rem;
  --x-gradient: linear-gradient(90deg, #2E86DE 0 20px, transparent 0 calc(100% - 20px), #2E86DE calc(100% - 20px));
    --y-gradient: linear-gradient(#2E86DE 0 20px, transparent 0 calc(100% - 20px), #2E86DE calc(100% - 20px));
	background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
}
.pointContents__note > dl:nth-of-type(3) {
  margin-bottom: 0px;
}
.pointContents__note dl dt {
  margin-right: 6.4rem;
  font-size: 6.4rem;
  line-height: normal;
  color: #2E86DE;
  font-weight: bold;
}
.pointContents__note dl dd {
 font-size: 2.6rem;
 display: flex;
 height: 100%;
 align-items: center;
}
#point .flexbox {
  justify-content: space-between;
}
#point h3+p {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1172px) {
	.pointContents__note {
		width: 60%;
	}
	.pointContents__note dl dd {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	.pointContents__note dl dt {
		margin-right: 3rem;
	}
}
@media screen and (max-width: 768px){
	#point .flexbox {
		display: block;
	}
	.pointContents__note {
		width: 100%;
	}
	.pointContents__img {
		width: 60%;
		margin: auto;
	}
	.pointContents__note dl dt {
		margin-right: 6.4rem;
	}
}

.plus_icon {
  position: relative;
}
.plus_icon::before,
.plus_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #000066;
}
.plus_icon::after {
  transform: rotate(90deg);
}
.pointContents__tableSC {
  overflow: overlay;
}
@media screen and (max-width: 1056px) {
	.point_box_point {
	height: 20%;
	padding: 11% 6%;
	}
}
@media screen and (max-width: 767px) {
  .pointContents__note dl dd {
    font-size: 1.8rem;
  }	
}
/*form*/
section#form {
  padding-top: 6rem;
  background-color: #ffffff;
}

#form p {
  margin-bottom: 30px;
  text-align: center;
}
.smc_formArea__DocumentInner {
  width: 100%;
  margin: 0 auto 40px;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
}

.smc_formArea__DocumentText {
  width: 56%;
}
.smc_formArea__DocumentInner figure {
  width: 40%;
}
.smc_contactContents {
  position: relative;
  background-color: #2E86DE;
  text-align: center;
  margin-bottom: 60px;
}
.smc_contactContents p {
  line-height: 2em;
  padding: 60px 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.smc_contactContents p span {
  font-size: 18px;
  color: #fff;
}
.smc_contactContents ::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2E86DE;
}
.smc_formArea__Document p {
  margin-bottom: 40px !important;
}
.smc_formArea__Document p span {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  border-bottom: dotted 3px #2E86DE;
}
.smc_formArea__DocumentText p:nth-of-type(1) {
  background-color: #2E86DE;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 0;
}
.smc_formArea__Document p:nth-of-type(1) {
  font-size: clamp(16px, 2vw, 24px);
	padding: 24px; 
  background-color: rgb(213, 231, 248);
  color: #333333;
  margin-top: 56px;
}
.smc_formArea__DocumentInner {
  width: 100%;
  margin: 0 auto 40px;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  align-items: center;
}

.smc_formArea__DocumentText ul li h4 {
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  height: unset;
  margin-bottom: 32px;
}

span.square {
  font-size: 4rem;
  color: #2E86DE;
  margin-right: 8px;
}
.smc_formArea__DocumentText ul {
  width: 90%;
  margin: 10px auto;
}
.smc_formArea__DocumentText ul li {
  font-size: clamp(1rem, 2vw, 2rem);
  text-align: left;
}
#smc_form .inner {
	text-align: left;
}

@media screen and (max-width: 767px) {
  .smc_formArea__DocumentInner {
    margin: 3vw auto;
    margin-bottom: 40px;
    padding: 3vw;
    border: 1px solid #000;
    display: block;
    width: 95%;
  }
  .smc_formArea__DocumentText {
    width: 100%;
  }
  .smc_formArea__DocumentInner figure {
    width: 100%;
  }
  .smc_formArea__DocumentText h4+div {
	font-size: 2.5vw;
}
}
/*footer*/
#footer p {
  text-align: center;
}
