@charset "utf-8";
.smart {
  display: none;
}
.pc {
  display: block;
}
.hidden {
  display: none;
}
.flex_area {
  display: flex;
}
.relative {
  position: relative;
}
span {
  display: inline-block;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
ul,
li {
  list-style: none;
}
.red {
  color: red;
}
#update {
  margin-top: 5rem;
  text-align: right;
  font-size: larger;
}
#all {
  /* max-width: 1200px; */
  margin: 0 auto;
  line-height: 2em;
  padding: 0;
  background: #1c1d1e;
}
#all_form {
  max-width: 1200px;
  margin: 60px auto;
  line-height: 2em;
  padding: 0 5px;
}
#info_header {
  background: url("../img/header.jpg") top center;
  background-size: 100%;
  background-repeat: no-repeat;
  /* height: 300px; */
  /* padding-top: 200px; */
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 85%);
  position: relative;
}
#info_header div:first-child {
  padding-top: 275px;
  padding-bottom: 275px;
}
@media screen and (max-width: 1350px) {
  #info_header div:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1100px) {
  #info_header div:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 900px) {
  #info_header div:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#info_header h1,
#info_header h2,
#info_header h3 {
  text-align: center;
  color: white;
}
#info_header h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 8px;
}
#info_header h2 {
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
}
#info_header h3 {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#info_header .flex_area {
  position: absolute;
  top: 70%;
  left: 30px;
}
#info_header .flex_area a:first-child {
  width: 60px;
}
#info_header .flex_area a:last-child {
  width: 60px;
}
/* #info_header img {
  width: 100%;
  display: block;
} */
.content_name {
  color: white;
  transition: background-color 0.3s;
}
.content_name:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.overview {
  line-height: 1.5;
}

#contact_background {
  background: url("../img/contact_background.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.info_box {
  max-width: 100%;
  /* background: #F1F1F3; */
  color: #4780b2;
  /* margin-top: 15px;
  padding: 5px 5px 10px; */
  text-align: center;
  font-weight: bold;
  /* border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; */
  overflow: hidden;
  position: relative;
  padding-bottom: 400px;
}

#index-line {
  background: #1c1d1e;
  height: 15px;
  display: flex;
  /* margin: 20px auto 20px 3.5%; */
  line-height: 15px;
  color: white;
  padding-bottom: 30px;
}
.index-line-img {
  margin: 2px 10px 0;
  width: 7px;
}
#index-line p {
  height: 12px;
  margin-top: 3px;
  line-height: 12px;
  font-size: 0.8rem;
}
#index-line a {
  color: white;
}
.home_icon {
  margin-left: 50px;
  width: 17px;
}
.content_area {
  width: 100%;
  position: relative;
}
.content_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 530px;
}
.content_box {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0 200px;
  background: white;
}

.info_box_title1 {
  display: block;
  font-size: 30px;
  color: #363e49;
  padding: 4px 4px 20px;
  font-weight: bold;
}
.info_box_title2 {
  margin-bottom: 10px;
}
.info_title {
  /*帯タイトル*/
  display: block;
  /* background: #D0D0DD; */
  font-size: 22px;
  color: #000;
  /*padding: 5px 0 10px;*/
  padding: 0.2em 0 2rem;
  /* margin: 10px -5px 40px; */
  margin-top: 100px;
}
.info_box_title2 a {
  padding: 0 1rem 0;
  color: #5590ee;
}
.info_box_title2 a:hover {
  color: #80d3cd;
}
.no_head_margin {
  margin-top: 8px;
}
.info_main p {
  margin-left: 0.5rem;
}
.info_main {
  width: 45rem;
  margin: 0 auto 4rem;
  /* padding: 0 2rem; */
  text-align: left;
  font-weight: normal;
  color: #363e49;
}
.info_main_eyecatch {
  border-left: solid black 1px;
  padding-left: 5rem;
}
.underscore {
  text-decoration: underline;
}
/* .button_2 {
  margin: -20px auto 30px;
} */
.button {
  margin: 10px auto 30px;
  /* height: 2rem; */
  background: #235894;
  padding: 31px 0rem 31px 1.6rem;
  /* padding-left: calc(2rem + 30px); */
  /* border-radius: 10px; */
  border: solid #235894 0.5px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.2rem;
  color: #f8f8f8;
  text-align: center;
  position: relative;
  transition: 0.3s;
  pointer-events: all;
}
.button_1 {
  /* width: 19rem; */
  width: 350px;
  /* height: 80px; */
}
.button_2 {
  /* width: 17rem; */
  width: 350px;
  /* height: 80px; */
}
.button_3 {
  width: 350px;
  margin: 10px 30px 30px;
}
@media screen and (max-width: 800px) {
  .button_3 {
    width: 300px;
  }
}

.button_link {
  pointer-events: none;
}
.support_button {
  /* width: 100%;
  height: 100%; */
  /* height: 2rem;
  background: #336699;
  padding: 1.5rem 0rem;
  border: solid #336699;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: .2rem;
  color: #f8f8f8;
  text-align: center;
  position: relative;
  transition: .3s; */
}
.support_button span {
  position: absolute;
  top: 50%;
  background: #f8f8f8;
  width: 1.1rem;
  height: 1px;
  transition: 0.3s;
}
.button_1 .support_button span {
  left: 1rem;
}
.button_2 .support_button span {
  left: 1rem;
}
.button_3 .support_button span {
  left: 1rem;
}
.support_button span:first-child {
}
.support_button span:last-child {
  transform: rotate(90deg);
}
/* .support_button:hover {

  background-color: #f8f8f8;
  color: #336699;
} */
.button:hover {
  background-color: #f8f8f8;
  color: #235894;
}
.button:hover span {
  background: #235894;
}
.button:hover span:last-child {
  opacity: 0;
}

.content_box .flex_area {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}

.select_pc_maker_pc,
.select_pc_self_pc,
.select_pc_maker_sp,
.select_pc_self_sp {
  display: none;
}

.selected {
  display: block;
}

/* #footer_bg {
  background-image: url("../img/footer.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 130px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1c1d1e;
  width: 100%;
  height: auto;
  z-index: 500;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}
.footer_box {
  position: relative;
  max-width: 500px;
  width: 50%;
  top: 30%;
  left: 30%;
  color: white;
}
.footer_box p {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0rem;
}
.footer_box .site_map_span {
  background: white;
  width: 100px;
  height: 0.5px;
}
.site_map {
  display: flex;
}
.site_map ul:first-child {
  margin-right: 100px;
}
.site_map ul li {
  height: 32px;
}
.site_map ul li:first-child {
  font-weight: bold;
}


.site_map a {
  color: #b3b3b3;
}
.site_map a:hover {
  color: white!important;
}
.white_color {

}
.white_color a {
  color: white!important;
  position: relative;
}
.TY_cross {
  position: absolute;
  background: white;
  width: 7px;
  height: 1px;
  top: 50%;
  right: -10px;
}
.TY_cross:last-child {
  transform: rotate(90deg);
  transition: .5s;
}
.white_color a:hover .TY_cross:last-child {
  opacity: 0;
}
.site_map .ftura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site_map1 .ftura {
  font-weight: bold!important;
}
.footer_box .flex_area {
  width: 120px;
  transform: translateY(-10px);
}
.footer_box .flex_area:last-child {
  margin-top: 40px;
  padding-bottom: 100px;
  transform: translate(-12px);
} */

/* @media (max-width: 47rem) {
  .info_box_title1 {
    padding-bottom: 10px;
  }
  .info_main {
    width: 100%;
    line-height: 1.4rem;
  }
  .info_box_title2 {
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
  }
} */
.info_main a {
  /* color: #1950cc; */
  color: #0366d6;
  font-weight: bold;
}
.info_main a:hover {
  /* color: #80d3cd; */
  color: #1a0dab;
}
#other_area {
  line-height: 3em;
  padding-bottom: 20px;
}
.line_ajast {
  line-height: 1.5em;
}
/* #AS_area {
  padding-top: 1rem;
} */
@media screen and (max-width: 1100px) {
  .info_box_title1 {
    font-size: 24px;
  }
  .info_box {
    font-size: 14px;
  }
  .info_box_contact_list {
    font-size: 20px;
  }
  #AS_area {
    line-height: 2em;
  }
  .b_info_area {
    width: 100%;
  }
  .b_img {
    display: none;
  }
}
