@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #3e63a3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.pc_hidden {
  display: none;
}

.sp_hidden {
  display: block;
}

body {
  width: 100%;
  min-width: 1280px;
  padding: 0;
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.button a {
  display: block;
  box-sizing: border-box;
  width: 300px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
}

.button a:hover {
  text-decoration: none;
}

.section {
  padding: 64px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common .section {
  margin-left: auto;
}

.wrapper .section {
  padding-top: 0;
}

.wrapper .section:not(:first-of-type) {
  padding-top: 64px;
}

.heading {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.index .heading {
  margin-bottom: 54px;
}

.common .heading {
  margin-bottom: 88px;
}

.heading img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  max-width: 1280px;
  padding: 64px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .header {
  height: 900px;
  background-image: url("../images/header_index.png");
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .header:after {
  margin-top: auto;
  display: block;
  content: "";
  width: 1px;
  height: 189px;
  background-color: #fff;
}

.common .header {
  height: 80px;
  padding: 16px 24px;
  background-image: url("../images/header_common.png");
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index .header-logo {
  width: 600px;
  height: 151px;
  margin-top: 230px;
  margin-bottom: 96px;
}

.common .header-logo {
  width: 182px;
  height: 46px;
}

.header-logo a {
  display: block;
  height: 100%;
}

.header-lead {
  color: #fff;
}

.index .header-lead {
  font-size: 30px;
  margin-bottom: 72px;
  letter-spacing: 8px;
}

.common .header-lead {
  font-size: 24px;
  margin-left: 24px;
  line-height: 1;
}

.header-button a {
  color: #fff;
  background-color: #F4D06F;
  transition: all 0.3s;
}

.header-button a:hover {
 background-color: #FFF;
 color: #F4D06F; 
}

.whats-heading {
  height: 32px;
  margin-bottom: 76px;
}

.whats-text {
  width: 960px;
  margin-bottom: 64px;
  text-align: center;
  line-height: 2;
}

.whats-button a {
  color: #fff;
  background-color: #F4D06F;
  border: 1px solid #F4D06F;
  transition: all 0.3s;
}

.whats-button a:hover {
  background-color: #fff;
  color: #F4D06F;
}

.intro {
  width: 960px;
}

.intro-item {
  width: 960px;
}

.intro-item:not(:last-of-type) {
  margin-bottom: 54px;
}

.intro-item-text {
  margin-bottom: 40px;
}

.intro-item-image {
  width: 100%;
}

.intro-item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.function {
  background-color: #f8f8f8;
}

.function-text {
  width: 960px;
  margin-bottom: 64px;
}

.function-item {
  width: 240px;
}

.function-item-list h3 {
  font-size: 20px;
  font-weight: bold;
    text-align: center;
    color: #3e63a3;
    margin-bottom: 10px;
}

.function-item-list {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.function-item-image {
  width: 100%;
  margin-bottom: 28px;
}

.function-item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.available {
  width: 960px;
  margin: 0 auto;
}

.available-text {
  text-align: center;
  margin-bottom: 84px;
}

.available-item {
  width: 622px;
  min-height: 134px;
  margin-bottom: 88px;
  padding-top: 8px;
  background-repeat: no-repeat;
}

.available-item:nth-child(odd) {
  margin-right: auto;
  padding-left: 156px;
  background-image: url("../images/available_image_m.png");
  background-position: 40px top;
}

.available-item:nth-child(even) {
  margin-left: auto;
  padding-right: 156px;
  background-image: url("../images/available_image_f.png");
  background-position: right 40px top;
}

.available-item:last-child {
  margin-bottom: 32px;
}

.available-item-heading {
  font-size: 16px;
  font-weight: bold;
  color: #3e63a3;
  margin-bottom: 8px;
}

.example {
  background-color: #3e63a3;
}

.questions-item {
  width: 960px;
}

.questions-item ul {
  list-style-type: disc;
  padding-left: 2em;
}

.questions-item:not(:last-of-type) {
  margin-bottom: 48px;
}

.questions-item-heading {
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.flow_img,
.phone_screen_img {
  text-align: center;
  margin: 1em auto;
}

.flow_img img {
  width: 500px;
}

.phone_screen_img img {
  width: 200px;
  border: 1px solid #333;
}

.company {
  width: 100%;
  background-color: #26416f;
  margin-top: 130px;
}

.company-inner {
  background: #fff;
  padding: 30px;
  width: 600px;
  text-align: center;
}

.company-inner .tete_logo {
  width: 200px;
}

.company-inner p {
  text-align: left;
  margin-top: 1em;
}

.company .privacy {
  margin-top: 30px;
  color: #fff;
}

.company .privacy a {
  color: #fff;
}

.nav-global {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 44px;
}

.nav-global-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  border: 1px solid #3e63a3;
  padding: 0 20px;
  background-color: #fff;
}

.nav-global-item:hover {
  color: #fff;
  background-color: #3e63a3;
  text-decoration: none;
}

.nav-global-item:not([href]) {
  color: #fff;
  background-color: #3e63a3;
}

.nav-global-item:not(:first-child) {
  border-top: none;
}

.nav-global .sub-item:before {
  font-size: 8px;
  content: "＞";
  padding: 0 8px 0 32px;
  display: inline-block;
}

/* SP */

@media screen and (max-width:767px) {
  body {
    min-width: auto;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .index .header {
    height: 100vh;
  }

  .index .header-logo {
    width: 95%;
    height: 100px;
    margin-top: 130px;
    margin-bottom: 30px;
  }

  .index .header-lead {
    text-align: center;
    font-size: 25px;
    margin-bottom: 72px;
    letter-spacing: 6px;
  }

  .whats-text {
    width: 95%;
    text-align: left;
  }

  .function-item-list {
    width: 95%;
    display: block;

  }

  .function-item {
    margin: 0 auto 40px;
  }

  .available {
    width: 95%;
  }

  .available-item:nth-child(odd) {
    background-position: 0px top;
    padding-left: 103px;
  }

  .available-item:nth-child(even) {
    background-position: right 0px top;
    padding-right: 103px; 
  }

  .available-item {
    width: auto;
  }

  .questions-item {
    width: 95%;
  }

  .flow_img img {
    width: 100%;
  }

  .company-inner {
    width: 80%;
  }

}