@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: sans-serif;
}

.warp  {
  overflow: hidden;
}
#contents {
  position: relative;
  width: 100%;
  background: #FF9D9D;
}

.pc {display: block;}
.sp {display: none;}

.header {
}
.header_pc {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: flex-start;
  width: 1300px;
  margin: 0 auto;
}
.header_sp,.menu_sp {
  display: none;
}

h1 {
  position: absolute;
  padding-top: 48px;
  padding-left: 4px;
  font-size: 10.5px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #fff;
}

.index {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
}
.logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.logo img {
  width: 200px;
  height: auto;
}

.index_cont {
  position: relative;
  width: 1000px;
  margin:  0 auto;
}
.index_cont_box {
  display: -webkit-box;
  display: flex;
}
.index_cont_box_left {
  margin-right: 30px;
  text-align: center;
}
.index_headline {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 5px;
  color: #fff;
}
.index_copy {
  margin-top: 70px;
  font-size: 50px;
  line-height: 75px;
  letter-spacing: 10px;
  color: #fff;
}

.index_btn {
  position: relative;
  margin-top: 60px;
}
.index_btn_headline {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 5px;
  color: #fff;
}
.index_btn_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 380px;
  margin: 0 auto;
}
.index_btn_sub {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

.phone_text{
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

.index_jmrimg{
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.osae {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.osae_text {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 5px;
  color: #FF6A76;
}
.osae_logo {
  padding: 100px 0 50px;
}
.osae_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width:800px;
  margin: 80px auto 0;
}
.osae_box p {
  text-align: left;
}
.osae_box p span {
  margin-left: 1em;
  border-bottom: 3px solid #FF6A76;
}

.spec {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #FF6A76;
}
.spec_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 900px;
  margin: 0 auto;
}
.spec_box_right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 400px;
}
.spec_box_right p {
  position: relative;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.spec_box_right p:before {
  content: "■";
  position: absolute;
  top: 0;
  left: -1em;
}

.bottom_cont {
  position: relative;
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
.bottom_btn_box {
  margin: 50px 0 10px;
}
.bottom_btn_sub {
  font-size: 13px;
  letter-spacing: 1px;
  color: #FF6A76;
}

.footer {
  position: relative;
  width: 100%;
}
.footer ul {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
  list-style: none;
}
.footer ul li {
  color: #fff;
}
.footer ul li a {
  font-size: 16px;
  letter-spacing: 4px;
  text-decoration: none;
  color: #fff;
}

/* company ------------ */
.company {
  padding: 100px 0 100px 200px;
  background: #F1F1F1;
}
.cont_title {
  margin-bottom: 1em;
  font-size: 23px;
}
.comp_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.cont1,.cont2 {
  font-size: 18px;
  line-height: 30px;
}
.cont2 {
  margin-left: 50px;
}
.cont1 ul,.cont2 ul {
  list-style: none;
}
.cont1 ul li,.cont2 ul li {
  margin-bottom: 10px
}

/* privacy ------------- */
.privacy {
  padding: 100px 0 100px 200px;
  background: #F1F1F1;
}
.privacy_box {
  width: 800px;
  margin-bottom: 30px;
}
.privacy_hedline {
  font-size: 22px;
}
.privacy_text {
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.right_text{
  text-align: right;
}

/* faq ----------------- */
.faq {
  padding: 100px 0;
  background: #FF9D9D;
}
.faq .cont_title {
  width: 800px;
  margin: 0 auto 2em;
  font-size: 27px;
  color: #fff;
}
.faq_box {
  width: 800px;
  margin: 0 auto 80px;
}
.faq_btn {
  position: relative;
  margin-bottom: 20px;
  font-size: 27px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
}
.faq_btn:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
}
.faq_answer {
  display: none;
  padding-left: 1.5em;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faq_answer span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faq_btn_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.faq_btn_box:first-child {
  margin-bottom: 30px;
}
.faq_btn_box p {
  width: 550px;
  font-size: 21px;
  letter-spacing: 2px;
  color: #fff;
}
.contact {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.cont_img2 {
  margin: 50px;
}
.contact a {
  font-size: 16px;
  letter-spacing: 5px;
  text-decoration: none;
  color: #FF6A76
}

/* manual ----------------*/
.manual {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #F1F1F1;
}

.manual_header {
  text-align: center;
}
.manual_header p {
  margin:  30px 0 150px;
  font-size: 30px;
  letter-spacing: 5px;
  color: #FF6A76;
}

.manual_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 980px;
  margin: 0 auto;
}
.manual_box:not(:last-child) {
  margin-bottom: 200px;
}
.manual_box_left {
  position: relative;
}
.manual_box_left:after {
  content: "※画面は開発中のものです。";
  position: absolute;
  left: 2em;
  bottom: -2em;
  font-size: 16px;
  letter-spacing: 5px;
  color: #FF6A76;
}
.manual_box_right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: center;
  height: 400px;
  margin-left: 50px;
}
.manual_box_right p {
  position: relative;
  font-size: 24px;
  line-height: 50px;
  color: #FF6A76;
}
.manual_box_right p:first-child {
  padding-left:2em;
  text-indent:-2em;
}
.manual_box_right p:not(:first-child) {
  padding-left:2em;
}
.manual_box_right p:not(:last-child) {
  margin-bottom: 30px;
}
.manual_back {
  background: #F1F1F1;
}

/* lp ----------------- */

.lp_pc {display: block;}
.lp_sp {display: none;}

.lp_header {
  padding: 30px 0;
  text-align: center;
  background: #000 !important;
}

.lp_index {
  padding: 200px 0 0;
  color: #fff;
  text-align: center;
}
.lp_index_box1 p {
  margin: 80px 0;
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 60px;
}

.lp_index_box2 {
  width: 920px;
  margin: 0 auto 150px;
  padding: 30px 0;
  border: 1px solid #fff;
}
.lp_index_box2 p {
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 54px;
}

.lp_index_box3 {
  margin: 100px 0;
}
.lp_index_box3 p {
  margin-bottom: 100px;
  font-size: 30px;
  letter-spacing: 5px;
}
.lp_index_box3 img {
  width: 1024px;
  margin: auto;
}

.spec.lp {
  background: #FF9D9D;
}
.spec_box.lp {
  width: 1024px;
}
.spec_box_right.lp p {
  letter-spacing: 5px;
}

.bottom_btn_box.lp {
  margin: 0 0 10px;
}
.lp_copy1 {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 5px;
  color: #FF9D9D;
}
.lp_copy2 {
  margin: 30px 0 10px;
  font-size: 28px;
  letter-spacing: 5px;
  color: #FF9D9D;
}

.lp_footer {
  padding: 80px 0 60px;
  font-size: 17px;
  letter-spacing: 3px;
  color: #fff;
  background: #000;
  text-align: center;
}
.lp_footer li {
  list-style: none;
}
