/* main-visual - contents */
.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% + 90px);
  padding: 5% 10%;
}
.main-visual-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual-inner-left {
  width: 70%;
  margin-right: 5%;
}
.main-visual-inner-left-title-sub {
  background: #333;
  text-align: center;
  padding: 3%;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  box-shadow: 0px 0px 30px -10px #000;
}
.main-visual-inner-left-image {
  margin-top: 20px;
}
.main-visual-inner-left-title {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 20px rgba(0, 0, 0, 1);
  margin-top: 20px;
}
.main-visual-inner-left-enter {
  display: block;
  max-width: 320px;
  margin: 20px auto 0;
  border: 2px solid #fff;
  padding-top: 1.8rem;
  color: #666;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 #999 inset, 0 0 30px -10px #000;
  font-weight: bold;
  background: #f08200;
  background: -moz-linear-gradient(
    top,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    #ffffff 30%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    #ffffff 30%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    #ffffff 30%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr='#ffffff',GradientType=0 );
}
.main-visual-inner-left-enter:hover {
  background: #f08200;
  background: -moz-linear-gradient(
    top,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    var(--background-color-4) 30%,
    var(--background-color-4) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    var(--background-color-4) 30%,
    var(--background-color-4) 100%
  );
  background: linear-gradient(
    to bottom,
    #f08200 0%,
    #f08200 20%,
    #af6900 23%,
    #f08200 24%,
    #ffffff 25%,
    #cccccc 26%,
    var(--background-color-4) 30%,
    var(--background-color-4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08200', endColorstr=var(--background-color-4),GradientType=0 );
}

.main-visual-inner-right {
  width: 30%;
  max-width: 180px;
  margin-left: 5%;
}
/* main-visual - media-query */
@media screen and (max-width: 767px) {
  .main-visual {
    background: url(./img/intro/g-connect.png);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 35%;
  }
  .main-visual-inner-left {
    width: 100%;
    margin-right: 0;
  }
  .main-visual-inner-left-image {
    margin-top: 80%;
  }
  .main-visual-inner-right {
    display: none;
  }
}

@media screen and (orientation:landscape) and (max-height: 400px) {
  .main-visual {
    background: none;
    height: calc(100% + 120px);
  }
  .main-visual-inner-left {
    width: 50%;
    margin-right: 5%;
  }
  .main-visual-inner-left-image {
    margin-top: 20px;
  }
  .main-visual-inner-right {
    display: block;
  }
}

/* features - contents */
.features {
  background: var(--background-color);
}
.features-article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.features-article-paragraph {
  margin-top: 20px;
}
.features-article-content {
  width: fit-content;
}
.features-article-image {
  width: 50%;
  max-width: 160px;
  margin: 0 10%;
}
/* choosing - contents */
.choosing {
  background: var(--background-color-2);
}
.choosing-article {
  background: #fff;
  margin-top: 40px;
  padding: 5% 5% 5% 0;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.1);
}
.choosing-article .choosing-article-list-item {
  width: 20%;
}
.choosing-article .choosing-article-list-item:nth-of-type(2) {
  width: 40%;
  margin-right: 40px;
  margin: 0 60px 0 20px;
}
.choosing-article .choosing-article-list-item-image {
  margin-top: 0;
  width: 100%;
}
.choosing-article .choosing-article-list-item-paragraph {
  width: fit-content;
  margin: 20px 0;
}
.choosing-article .choosing-article-list-item-paragraph li {
  position: relative;
  padding-left: 30px;
}
.choosing-article .choosing-article-list-item-paragraph li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 14px;
  height: 18px;
  display: block;
  border-right: 6px solid var(--assort-color);
  border-bottom: 6px solid var(--assort-color);
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 2px;
  border: 2px solid var(--assort-color);
  background: var(--background-color);
}
.choosing-article .choosing-article-list-item-paragraph li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  width: 12px;
  height: 18px;
  display: block;
  border-right: 6px solid var(--assort-color);
  border-bottom: 6px solid var(--assort-color);
}
.choosing-article .choosing-article-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.choosing-article .choosing-article-point {
  background: var(--assort-color);
  color: var(--font-color-reverse);
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  width: 20%;
  text-align: center;
}
.choosing-article .choosing-article-paragraph {
  margin: 0 0 0 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.choosing-article .choosing-article-image {
  padding: 5% 5% 5% 10%;
}
.choosing-article .choosing-article-list {
  padding-left: 5%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choosing-article.point2 .choosing-article-list {
  align-items: flex-start;
}
.choosing-article .choosing-article-list-border {
  width: 2px;
  height: 300px;
  position: relative;
}
.choosing-article .choosing-article-list-border::before {
  content: "";
  display: block;
  width: 2px;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
}
.choosing-article .choosing-article-list-item {
  width: calc((100% / 3) - 4%);
}
.choosing-article .choosing-article-list-item-title {
  font-weight: bold;
}
.choosing-article .choosing-article-list-item-image {
  margin-top: 10px;
}
.choosing-article .choosing-article-list-item-paragraph {
  margin-top: 10px;
}
.choosing-article .choosing-article-list-item-paragraph li {
  position: relative;
  padding-left: 30px;
}
.choosing-article .choosing-article-list-item-paragraph li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 14px;
  height: 18px;
  display: block;
  border-right: 6px solid var(--assort-color);
  border-bottom: 6px solid var(--assort-color);
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 2px;
  border: 2px solid var(--assort-color);
}
.choosing-article .choosing-article-list-item-paragraph li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  width: 12px;
  height: 18px;
  display: block;
  border-right: 6px solid var(--assort-color);
  border-bottom: 6px solid var(--assort-color);
}
.choosing-article .choosing-article-list-item-arrow {
  position: relative;
  background: var(--assort-color);
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.choosing-article .choosing-article-list-item-arrow::after {
  content: "";
  position: absolute;
  display: block;
  border: 35px solid transparent;
  border-left-color: var(--assort-color);
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
/* choosing - media-query */
@media screen and (max-width: 767px) {
  .choosing-article.point1 ul {
    padding: 10px 20px;
    background: var(--background-color-3);
  }

  .choosing-article .choosing-article-title {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .choosing-article .choosing-article-point {
    width: 40%;
  }

  .choosing-article .choosing-article-paragraph {
    padding-bottom: 5px;
    margin: 10px 0 5px 5%;
    border-bottom: 2px dashed #ee1c23;
  }

  .choosing-article .choosing-article-list {
    flex-direction: column;
  }

  .choosing-article .choosing-article-list-item {
    width: 100%;
  }

  .choosing-article .choosing-article-list-item br {
    display: none;
  }

  .choosing-article .choosing-article-list-border {
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin: 10px auto 20px;
  }

  .choosing-article .choosing-article-list-border::before {
    content: none;
  }

  .choosing-article .choosing-article-list-item-image {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    margin: 0 auto;
  }

  .choosing-article.point2 .choosing-article-list-item-image {
    margin-top: 10px;
    width: 100%;
  }

  .choosing-article.point2 .choosing-article-list-item-image > img {
    width: 40%;
  }

  .choosing-article.point2 .choosing-article-list-item-image > img {
    width: 100%;
  }

  .choosing-article.point1 .choosing-article-list-item-paragraph {
    margin-top: 10px;
    width: fit-content;
    margin: 0 0 0 20px;
  }

  .choosing-article .choosing-article-list-item {
    width: 100%;
  }
  .choosing-article.point1 .choosing-article-list-item:nth-of-type(3) {
    width: 60%;
  }

  .choosing-article .choosing-article-list-item:nth-of-type(2) {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 40px auto;
  }

  .choosing-article .choosing-article-list-item-arrow {
    position: relative;
    background: var(--assort-color);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 14%;
  }

  .choosing-article .choosing-article-list-item-arrow::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: -60px;
    border: 30px solid transparent;
    border-top-color: var(--assort-color);
  }
}
/* function - contents */
.function {
  background: #fff;
}
.function h3 {
  margin: 40px auto 20px;
}
.function-article {
  margin-bottom: 10px;
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.function-article-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.function-article-list-item {
  padding: 5%;
  width: calc(100% / 3);
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.function-article-list-item:nth-of-type(3) .function-article-list-item-title {
  line-height: 1.2rem;
}
.function-article-list-item:nth-of-type(3n) {
  border-bottom: 1px solid var(--border-color);
  border-right: none;
}
.function-article-list-item:nth-last-of-type(-n + 3) {
  border-bottom: none;
}
.function-article-list-item-icon {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
}
.function-article-list-item-title {
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
}
.function-article-list-item-paragraph {
  text-align: center;
}
/* function - media-query */
@media screen and (max-width: 767px) {
  .function-article-list-item {
    width: 100%;
  }
  .function-article-list-item:not(:last-of-type),
  .function-article-list-item:nth-of-type(3n):not(:last-of-type),
  .function-article-list-item:nth-last-of-type(-n + 3):not(:last-of-type) {
    border: none;
    border-bottom: 1px solid var(--border-color);
  }
}
/* plan - contents */
.plan {
  background-color: var(--background-color-2);
}
.plan h3 {
  border: 2px solid var(--assort-color);
  background-color: var(--background-color);
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 40px;
}
.plan h3 span {
  font-size: 0.9rem;
}
.plan-article {
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.1);
}
.plan-article h4 {
  padding: 5px 10px;
  margin: 0;
  color: var(--font-color-reverse);
  background: var(--assort-color);
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.plan-article-icon-plus {
  width: 40px;
  margin: 20px auto;
}
.plan-article-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color-3);
  padding: 20px;
  border: 2px solid var(--assort-color);
  border-radius: 0 0 10px 10px;
}
.plan-article:not(:first-of-type) .plan-article-list {
  background-color: var(--background-color-4);
  border-color: var(--accent-color);
  align-items: flex-start;
}
.plan-article:not(:first-of-type) h4 {
  background: var(--accent-color);
}
.plan-article:not(:first-of-type) .plan-article-list-item-title {
  background: var(--accent-color);
}
.plan-article-list-icon {
  margin: 0 10%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--assort-color);
  color: var(--font-color-reverse);
  font-weight: bold;
}
.plan-article-list-item:nth-of-type(2):not(:last-of-type) {
  margin: 0 10%;
}
.plan-article-list-item-title {
  color: var(--font-color-reverse);
  background: var(--assort-color);
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 3px 10px;
}
.plan-article-list-item-value {
  font-size: 2rem;
  letter-spacing: -0.1rem;
  text-align: center;
}
.small {
  font-size: 1.4rem;
}
/* plan - media-query */
@media screen and (max-width: 767px) {
  .plan-article-list {
    flex-wrap: wrap;
  }
  .plan-article-list-item {
    width: 100%;
    margin-top: 5%;
  }
  .plan-article-list-item:first-of-type {
    margin-top: 0;
  }
  .plan-article-list-item:nth-of-type(2):not(:last-of-type) {
    margin: 5% 0 0;
  }
  .plan-article-list-icon {
    margin: 5%;
  }
}
