@charset "utf-8";
/* CSS Document */
.headline {
  margin-top: 7.0rem;
  padding: 8.0rem 0;
  background: #E9FAFF;
  font-size: 1.8rem;
  text-align: center;
}
.center {
  text-align: center;
}
.explanation {
  max-width: 100rem;
  margin: 0 auto;
}
.point_inner {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  margin: 4.0rem auto 0;
}
.point_inner li:nth-of-type(n+2) {
  margin-left: 5.5rem;
}
.point_inner dt {
  margin: 2.0rem 0 1.5rem;
  font-size: 2.2rem;
}
.point_inner dt span {
  font-size: 1.6rem;
}
.point .btn_green a {
  margin-top: 4.0rem;
}
.bottom_menu {
  padding: 7.0rem 0;
  text-align: center;
}
.bottom_menu ul {
  display: grid;
  grid-gap: 3.0rem;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100rem;
  margin: 0 auto;
} 
.bottom_menu li a {
  display: inline-block;
  padding: 2rem;
  border: 6px solid #2F3334;
  border-radius: 36px;
  background: #fff;
  color: #2F3334;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.bottom_menu li a:hover {
  border: 6px solid #499796;
}
.bottom_menu figure {
  padding: 0 25%;
}
.bottom_menu p {
  font-size: 2.4rem;
}
.bottom_menu p.en {
  margin-top: 1.0rem;
  font-size: 1.8rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.bottom_menu li a:hover p.en {
  color: #499796;
}
/*----------下層ページ_service----------*/
.service {
  max-width: 100rem;
  margin: 0 auto;
}
.service h2 {
  margin: 5.0rem 0 2.5rem;
}
.service .yt {
  text-align: center;
}
.service_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8.5rem;
}
.service_flex:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
.service_flex section {
  width: 45rem;
}
.service_flex figure {
  width: 50rem;
}
.service_flex .mv_wrap {
  width: 50rem;
  position: relative;
}
.service_flex video {
  position: absolute;
  width: 38.5rem;
  height: 22rem;
  top: 3.8rem;
  left: 5.6rem;
  z-index: 10;
  object-fit: cover;
  object-position: top;
}
.service h3 {
  margin-bottom: 3.0rem;
  font-weight: normal;
  font-size: 3.6rem;
}
.service p.small {
  font-size: 2.0rem;
}
.service p.h3_sub {
  margin: 0.5rem 0 2.5rem;
  font-size: 3.6rem;
}
.service ul {
  margin-top: 3.0rem;
  padding: 1.5rem;
  border: 1px dashed #499796;
}
.service li {
  display: flex;
}
.service li:nth-of-type(n+2) {
  margin-top: 2.5rem;
}
.service li span {
  margin-right: 1.0rem;
  color: #499796;
}

/*----------下層ページ_creation----------*/
.creation ul {
  display: grid;
  grid-gap: 5.0rem 3.0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 4.0rem 10.0vw 0;
  font-size: 1.4rem;
} 
.creation ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 1.5rem;
  text-align: center;
}
.creation ul li .creation_btn a {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 1.0rem;
  border: 2px solid #888888;
  border-radius: 0.8rem;
  color: #888888;
  place-content: center;
}
.creation ul li .creation_btn a:hover {
  background: #888888;
  color: #fff;
}
.creation ul li p {
  margin-bottom: 1.0rem;
  font-size: 1.8rem;
}
.intro_inner {
  max-width: 100rem;
  margin: 4.0rem auto 2.0rem;
  text-align: center;
}
.intro_inner p + p {
  margin-top: 2.5rem;
}
.intro_inner ul {
  display: flex;
  justify-content: space-between;
  max-width: 62rem;
  margin: 4.0rem auto 0;
}
.intro_inner ul li {
  width: 18rem;
  height: 18rem;
  border-radius: 999rem;
  background: #fff;
  color: #499796;
}
.intro_inner ul li p {
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.4rem;
}
.intro_inner ul li p .number {
  font-size: 8.0rem;
}
.intro_inner ul li p .tx {
  font-size: 4.8rem;
}
.intro_inner ul li:nth-of-type(2) p {
  line-height: 1.2;
  margin-top: 1.5rem;
}
.intro_inner ul li:first-of-type p , .intro_inner ul li:last-of-type p {
  margin-top: 3.4rem;
}
.creation_step_inner ol {
  display: flex;
  max-width: 100rem;
  margin: 4.0rem auto 0;
}
.creation_step_inner ol li {
  text-align: center;
}
.creation_step_inner ol li:nth-of-type(n+2) {
  position: relative;
  margin-left: 7.5rem;
}
.creation_step_inner ol li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: -4.7rem;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #499796;
} 
.creation_step_inner figure {
  margin: 1.5rem 0;
}
.creation_step_step {
  font-size: 2.4rem;
}
.creation_step_step span {
  padding-right: 1.0rem;
}
.proplan_inner p {
  margin: 3.0rem 0;
  font-size: 3.6rem;
  text-align: center;
}
.proplan_inner {
  max-width: 100rem;
  margin: 3.0rem auto 0;
}
.proplan_inner div {
  display: flex;
}
.proplan_inner div figure:nth-of-type(n+2) {
  margin-left: 1.0rem;
}
.proplan_jirei .img {
  display: flex;
  max-width: 100rem;
  margin: 4.0rem auto 0;
}

/*----------下層ページ_plan----------*/
.plan_type {
  margin: 8.0rem 5vw 1.0rem;
}
.plan_type > section {
  grid-row: span 7;
}

.plan_type h3 {
  margin: 3.0rem 0 -0.5rem;
}

.plan_detail {
  text-align: left;
}
.plan_detail h4 {
  margin-bottom: 1.0rem;
  padding: 0 3.0rem 0 1.5rem;
  font-size: 1.8rem;
}
.plan_detail ul {
  padding: 0 2.5rem 0 3.5rem;
  font-size: 1.4rem;
  list-style-type: disc;
}
.plan_detail ul li {
  margin-bottom: 0.5rem;
}
.plan_detail + .plan_detail {
  padding-top: 2.0rem;
  border-top: #CCCCCC solid 1px;
}
.enterprise_contents_01 {
  border-top: #CCCCCC solid 1px;
}
.enterprise_contents_02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_annotation {
  margin: 2.0rem 5vw 1.0rem;
}
.plan_annotation {
  width: 100rem;
  line-height: 1.8;
  margin: 4.0rem auto 0;
  text-align: center;
}

/*----------下層ページ_faq----------*/
.faq .answer a {
  color: #499796;
  text-decoration: underline;
}
.btn_faq {
  display: flex;
  max-width: 100rem;
  margin: 4.0rem auto 0;
}
.btn_faq div {
  width: 100%;
}
.btn_faq div:nth-of-type(2) {
  margin-left: 5vw;
}
.btn_faq a {
  position: relative;
  width: 90%;
  margin: 30px 5% 0;
  padding: 1.6rem 4.5rem 1.6rem 10.0rem;
}
.btn_faq a::after {
  content: "＞";
  position: absolute;
  display: inline-block;
  width: 2.0rem;
  height: 3.0rem;
  top: calc(50% - 1.7rem);
  right: 3.0rem;
  margin-left: 2.0rem;
}

/*----------下層ページ_about----------*/
.about , .access {
  width: 100rem;
  margin: 0 auto;
}
.access {
  padding: 0 0 8.0vw;
}
.about h2 , .access h2 , .terms h2 {
  position: relative;
  margin-bottom: 3.0rem;
  font-size: 3.0rem;
  text-align: left;
}
.about h2::after , .access h2::after , .terms h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.0rem;
  height: 0.3rem;
  left: 0;
  bottom: -0.5rem;
  background: #499796;
}
.about_table {
  width: 100rem;
  margin: 0 auto;
}
.about_table , .about_table th , .about_table td {
  padding: 2.0rem 2.5rem;
  border: 1px solid #CDD6DD;
	border-collapse: collapse;
  background: #fff;
  font-size: 1.6rem;
}
.about_table th {
  background: #70C9C8;
  color: #fff;
  text-align: left;
}
.about a {
  color: #33B6DD;
  text-decoration: underline;
}
.access section:nth-of-type(n+2) {
  margin-top: 5.0rem;
}
.access section p {
  margin: 2.0rem 0;
}
.map_wrap {
  max-width: 80%; 
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------下層ページ_news----------*/
.news {
  width: 100rem;
  margin: 0 auto;
}
.news_h2 {
  position: relative;
  margin-bottom: 4.0rem;
}
.news_h2::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 2.5rem;
  top: 6.0rem;
  left: 50%;
  background-color: #33B6DD;
}
.news_inner:first-of-type {
  margin-top: 3.0rem;
}
.news_inner:nth-of-type(n+2) {
  margin-top: 7.0rem;
}
.news_wrap:nth-of-type(n+2) {
  margin-top: 3.0rem;
}
.news_wrap a {
 color: #33B6DD;
}
/*----------下層ページ_terms----------*/
.terms {
  max-width: 100%;
  margin: 0 5vw;
  font-weight: normal;
}
.terms_wrap {
  margin-top: 3.5rem;
}
.terms_wrap h3 {
  margin-bottom: 1.0rem;
  font-size: 2.4rem;
  font-weight: normal;
}
.terms_wrap dl + dl {
  margin-top: 2.0rem;
}
.terms_wrap dl dt{
  margin-bottom: 1.0rem;
}
.terms_wrap .terms_item {
  padding-left: 2.5rem;
}
.terms_item .terms_number, .terms_wrap .terms_number {
  float: left;
}
.terms_item .terms_dd {
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
/*----------下層ページ_sctl----------*/
.sctl-flex div {
  display: flex;
}
.sctl-flex div p:first-child {
  width: 20rem;
}
.sctl_table p {
  margin-bottom: 5px;
}

/*----------下層ページ_case----------*/
.case {
  max-width: 100rem;
  margin: 0 auto;
}
.case-wrap {
  padding-top: 8.5rem;
}
.case h3 {
  margin-bottom: 3.0rem;
  font-weight: normal;
  font-size: 3.6rem;
}
.case-item {
  display: flex;
  gap: 5.0rem;
  margin-top: 5.0rem;
}
.case-wrap:nth-of-type(even) .case-item {
  flex-direction: row-reverse;
}
.case-tx {
  flex: 1;
}
.case-tx-industry {
  color: #499796;
}
.case-tx-name {
  margin: 0.3rem 0;
  font-size: 1.9rem;
}
.case-tx-link a{
  color: #33b6dd;
  font-weight: normal;
  text-decoration: underline;
}
.case-tx-detail {
  margin-top: 2.0rem;
  font-weight: normal;
  line-height: 1.7;
}
.case-tx-detail p + p {
  margin-top: 1.0rem;
}
.case-tx-detail span {
  font-weight: bold;
  background: #baf6f5;
}
.case-img img {
  width: 50rem; 
}



@media screen and (max-width: 1024px) {
  .explanation {
    max-width: 100%;
    margin: 0 5vw;
  }
  .point_inner {
    max-width: 100%;
    margin: 4.6vw 5vw 0;
  }
  .point_inner li:nth-of-type(n+2) {
    margin-left: 5.5rem;
  }
  .point_inner dt {
    margin: 2.0rem 0 1.5rem;
    font-size: 2.2rem;
  }
  .point_inner dt span {
    color: #499796;
    font-size: 1.6rem;
  }
  .point_inner dd {
    font-weight: normal;
  }
  .point .btn_green a {
    margin-top: 4.0rem;
  }
  
  .bottom_menu ul {
    margin: 0 5.0vw;
  } 
  .bottom_menu li a {
    padding: 3vw 4vw;
    border: 4px solid #2F3334;
  }
  .bottom_menu li a:hover {
    border: 4px solid #499796;
  }
  .bottom_menu p {
    font-size: 1.8rem;
  }
  .bottom_menu p.en {
    margin-top: 3.0vw;
    font-size: 1.4rem;
  }
  
  /*----------下層ページ_creation----------*/
  .creation ul {
    max-width: 100%;
    margin: 4.0rem 5vw 0;
    grid-gap: 5.0rem 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(190px, 2fr));
  }
  .creation_step_inner ol {
    max-width: 100%;
    margin: 4.0rem 5vw 0;
  }
  .proplan_inner {
    max-width: 100%;
    margin: 3.0rem 5vw 0;
  }
  .proplan_jirei .img {
    max-width: 100%;
    margin: 4.0rem 5vw 0;
  }
  /*----------下層ページ_service----------*/
  .service {
    max-width: 100%;
    margin: 0 5vw;
  }
  .service_flex:nth-of-type(odd) > section {
    margin-left: 3vw;
  }
  .service_flex:nth-of-type(even) > section {
    margin-right: 3vw;
  }

  /*----------下層ページ_plan----------*/
  .plan_annotation {
    width: auto;
    margin: 0 5vw;
  }
  /*----------下層ページ_faq----------*/
  .btn_faq {
    display: block;
    max-width: 100%;
    margin: 0 5vw;
  }
  .btn_faq div {
    width: 55vw;
    margin: 0 auto;
    font-size: 2.0rem;
  }
  .btn_faq div:nth-of-type(2) {
    margin: 0 auto;
  }
  
   /*----------下層ページ_about----------*/
  .about , .access {
    width: 100%;
    margin: 0;
  }
  .about_table {
    width: 90vw;
    margin: 0 5vw;
  }
  .access section {
    margin: 0 5vw;
  }
  .map_wrap {
    max-width: 100%; 
  }
  /*----------下層ページ_news----------*/
  .news {
    width: 100%
  }
  .news_inner {
    width: 90vw;
    margin: 0 auto;
  }
  /*----------下層ページ_case----------*/
  .case {
    max-width: 100%;
    margin: 0 5vw;
  }
  .case-img img {
    width: 40vw; 
  }
}


@media screen and (max-width: 768px) { 
  
  .headline {
    padding: 15.0vw 5.0vw;
    font-size: 1.2rem;
  }
  .point_inner {
    display: block;
    max-width: 500px;
    margin: 5vw auto 0;
    padding: 0 5vw;
  }
  .point_inner li:nth-of-type(n+2) {
    margin: 6vw 0 0;
  }
  .point_inner dt {
    margin: 3vw 0 2.5vw;
  }
  .point .btn_green a {
    margin-top: 6vw;
  }
  
  .bottom_menu ul {
    grid-gap: 3vw;
    grid-template-columns: 1fr 1fr;
    margin: 0 5.0vw;
  }
  .bottom_menu li a {
    height: 100%;
    padding: 3vw 2vw;
    border: 3px solid #2F3334;
    border-radius: 2.0rem;
  }
  /*----------下層ページ_service----------*/
  .yt iframe {
   width: 90vw;
  }
  .service_flex {
    display: block;
    margin-top: 8.0vw;
  }
  .service_flex:nth-of-type(odd) > section , .service_flex:nth-of-type(even) > section {
    width: 100%;
    margin: 3vw 0 0;
  }
  .service_flex figure {
    width: 100%;
  }
  .service_flex .mv_wrap {
    width: 100%;
  }
  .service_flex video {
    width: 77%;
    height: 57%;
    top: 9.5%;
    left: 11.5%;
  }
  .service h3 {
    margin-bottom: 3.0vw;
    font-size: 3.0rem;
  }
  .service p.h3_sub {
    margin: 1.0vw 0 3.0vw;
    font-size: 2.8rem;
  }
  .service ul {
    margin-top: 3.0vw;
    padding: 2.0vw;
  }
  .service li:nth-of-type(n+2) {
    margin-top: 3vw;
  }
  .service li span {
    margin-right: 1.0vw;
  }
  
  /*----------下層ページ_creation----------*/
  .creation ul {
    margin: 8vw 5vw 0;
  } 
  .intro_inner {
    margin: 5vw 5vw 0;
  }
  .intro_inner ul {
    max-width: 100%;
    margin: 5vw 0 0;
  }
  .intro_inner ul li {
    width: 28vw;
    height: 28vw;
  }
   .intro_inner ul li:nth-of-type(2) p {
    margin-top: 3.0vw;
  }
  .intro_inner ul li:first-of-type p , .intro_inner ul li:last-of-type p {
    margin-top: 5.0vw;
  }
  .intro_inner ul li p {
    font-size: 1.8rem;
  }
  .intro_inner ul li p .number {
    font-size: 5.0rem;
  }
  .intro_inner ul li p .tx {
    font-size: 3.0rem;
  }
  .creation_step_inner ol {
    display: block;
    margin: 8vw 5vw 0;
  }
  .creation_step_inner ol li:nth-of-type(n+2) {
    margin: 12vw 0 0;
  }
  .creation_step_inner ol li:nth-of-type(n+2)::before {
    top: -8vw;
    left: calc(50% - 15px);
    border-top: 30px solid #499796;;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
  .creation_step_inner figure {
    margin: 2vw 15vw;
  }
  .proplan_inner p {
    margin: 5vw 0;
    font-size: 2.6rem;
  }
  
  /*----------下層ページ_plan----------*/
  .plan_type {
    margin: 8.0vw 5vw 0;
  }
  .plan_detail {
    padding: 4.0vw 0;
  }
  .plan_type .price {
    margin-bottom: 5.0vw;
  }
  /*----------下層ページ_faq----------*/
  .btn_faq {
    display: block;
    max-width: 100%;
    margin: 2vw 5vw 0;
  }
  .btn_faq div {
    width:  100%;
    margin: 0 auto;
    font-size: 2.0rem;
  }
  .btn_faq div:nth-of-type(2) {
    margin: 0 auto;
  }
  /*----------下層ページ_about----------*/
  .about_table th , .about_table td {
    display: block;
    width: 100%;
    padding: 3.0vw 4.0vw;
  }
  .w35per , .w65per {
    width: auto;
  }
  .access section p {
    margin: 3.0vw 0;
  }
  
  /*----------下層ページ_news----------*/
  .news_h2 {
    margin-bottom: 8.0vw;
  }
  .news_h2::after {
    top: 8.5vw;
    margin-bottom: 12vw;
  }
  .news_inner:first-of-type {
    margin-top: 5.0vw;
  }
  .news_inner:nth-of-type(n+2) {
    margin-top: 8.0vw;
  }
  /*----------下層ページ_sctl----------*/
  .sctl-flex div {
    justify-content: space-between;
  }
  .sctl-flex div p:first-child {
    width: auto;
  }
    /*----------下層ページ_case----------*/
  .case-wrap {
    padding-top: 8.0rem;
  }
  .case h3 {
    margin: 5.0vw 0;
    font-size: 3.0rem;
  }
  .case-item {
    margin-top: 0;
  }
  .case-tx-name {
    margin: 0.3rem 0;
    font-size: 1.9rem;
  }
  .case-tx-link a{
    color: #33b6dd;
    font-weight: normal;
    text-decoration: underline;
  }
  .case-tx-detail {
    margin-top: 2.0rem;
    font-weight: normal;
    line-height: 1.7;
  }
  .case-tx-detail p + p {
    margin-top: 1.0rem;
  }
  .case-tx-detail span {
    font-weight: bold;
    background: #baf6f5;
  }
  .case-img img {
    width: 100%; 
  }
}