@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- dl,dt,dd --------------- */
dl {
}
dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: bold;
}
dd {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #page-business
** --------------------------------------------------------- */
#page-business {
}
#page-business .lower_fv {
  background-image: url("../img/business/business_fv.jpg");
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .lead --------------- */
#page-business .lead {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
#page-business .lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  display: block;
  /*min-width: calc(38500% / 1200);*/
  max-width: calc(100% - 805px);/* 855pxで丁度 */
  width: calc(calc(calc(100% - 1200px) / 2) + 365px);
  height: calc(100% - 70px);
  background-color: #962323;
}
#page-business .lead .lead_text_img {
}
#page-business .lead .lead_text_img img {
  max-width: 100%;
}
#page-business .lead .content {
  /*width: calc(70500% / 1200);*/
  width: 705px;
  padding-top: 75px;
  padding-bottom: 100px;
  padding-right: 60px;
  margin-left: auto;
}
#page-business .lead h2 {
  font-size: 32px;
  font-weight: bold;
}
#page-business .lead h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  background-color: #962323;
}
#page-business .lead p {
  margin-top: 30px;
  line-height: 2.4;
}
#page-business .lead .lead_img {
  width: calc(135000% / 1500);
}
#page-business .lead .lead_img img {
  max-width: 100%;
}
@media (max-width: 959px) {
  #page-business .lead::before {
    /*top: 50px;*/
    max-width: none;
    width: 120px;
  }
  #page-business .lead .lead_text_img {
    max-width: 80%;
  }
  #page-business .lead .content {
    width: calc(100% - 130px);
    padding-top: 45px;
    /*padding-bottom: 100px;*/
    padding-right: 0;
  }
  #page-business .lead h2 {
    font-size: 32px;
    font-weight: bold;
  }
  #page-business .lead h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 20px;
    background-color: #962323;
  }
  #page-business .lead p {
    margin-top: 30px;
    line-height: 2.4;
  }
  #page-business .lead .lead_img {
    width: calc(135000% / 1500);
  }
  #page-business .lead .lead_img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #page-business .lead::before {
    top: 100px;
    width: 70px;
    height: calc(100% - 120px);
  }
  #page-business .lead .lead_text_img {
    position: relative;
    left: 100px;
    /*top: -50px;*/
    max-width: none;
    width: 0;
    height: 0;
    transform-origin: left top;
    transform: rotate(90deg);
  }
  #page-business .lead .lead_text_img img {
    max-width: none;
    height: 80px;
  }
}
@media (max-width: 639px) {
  #page-business .lead h2 {
    font-size: 24px;
  }
}
@media (max-width: 459px) {
  #page-business .lead::before {
    width: 40px;
  }
  #page-business .lead .content {
    width: calc(100% - 80px);
  }
  #page-business .lead .lead_text_img {
    left: 50px;
  }
  #page-business .lead .lead_text_img img {
    height: 50px;
  }
}


/* --------------- .points --------------- */
#page-business .points {
  position: relative;
  z-index: 1;
  margin-top: -140px;
  padding-top: 180px;
  background-color: #f5f5f5;
}
#page-business .points section {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d1d1d1;
}
#page-business .points section:nth-child(2n+1) {
  justify-content: flex-end;
}
#page-business .points section:nth-child(2n) {
  justify-content: flex-start;
}
#page-business .points .content {
  flex-shrink: 0;
  max-width: 620px;/* 550 + 20 + 50 */
  width: 50%;
}
#page-business .points section:nth-child(2n+1) .content {
  padding-left: 20px;
  padding-right: 50px;
}
#page-business .points section:nth-child(2n) .content {
  order: 2;
  padding-left: 50px;
  padding-right: 20px;
}
#page-business .points h2 {
  font-size: 32px;
  font-weight: bold;
}
#page-business .points h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  background-color: #962323;
}
#page-business .points p {
  margin-top: 20px;
  line-height: 2;
}
#page-business .points .img {
  flex-shrink: 0;
  width: 50%;
}
#page-business .points section:nth-child(2n+1) .img {
  padding-left: 30px;
}
#page-business .points section:nth-child(2n) .img {
  padding-right: 30px;
}
#page-business .points .img img {
  width: 100%;
}
@media (max-width: 959px) {
  #page-business .points section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page-business .points section:nth-child(2n+1) .content {
    padding-right: 0;
  }
  #page-business .points section:nth-child(2n) .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #page-business .points {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media (max-width: 639px) {
  #page-business .points {
    margin-top: -40px;
    padding-top: 60px;
  }
  #page-business .points section {
    display: block;
  }
  #page-business .points .content {
    max-width: none;
    width: 100%;
  }
  #page-business .points section:nth-child(2n+1) .content,
  #page-business .points section:nth-child(2n) .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-business .points h2 {
    font-size: 24px;
  }
  #page-business .points .img {
    width: 100%;
    margin-top: 15px;
  }
  #page-business .points section:nth-child(2n+1) .img,
  #page-business .points section:nth-child(2n) .img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 459px) {
  #page-business .points section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/* --------------- .flow --------------- */
#page-business .flow {
  padding-top: 70px;
  padding-bottom: 80px;
}
#page-business .flow h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#page-business .flow h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #962323;
}
#page-business .flow ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border: 1px solid #ccc;
}
#page-business .flow li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 20px;
}
#page-business .flow li:nth-child(n+4) {
  border-top: 1px solid #ccc;
}
#page-business .flow li:not(:nth-child(3n+1)) {
  border-left: 1px solid #ccc;
}
#page-business .flow .flow_header {
  display: flex;
  align-items: flex-start;
}
#page-business .flow .num {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  margin-right: 20px;
  background-color: #962323;
  color: #fff;
  font-size: 26px;
}
#page-business .flow .ttl {
  padding-top: 5px;
  font-size: 22px;
  font-weight: bold;
}
#page-business .flow p {
  margin-top: 20px;
  margin-bottom: auto;
}
#page-business .flow .img {
  margin-top: 20px;
}
#page-business .flow .img img {
  width: 100%;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #page-business .flow li {
    position: relative;
    width: 100%;
    min-height: 142px;
    padding: 20px 140px 20px 20px;
  }
  #page-business .flow li:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #page-business .flow li:not(:nth-child(3n+1)) {
    border-left: none;
  }
  #page-business .flow .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 100px;
    height: 100px;
    margin-top: auto;
    margin-bottom: auto;
  }
  #page-business .flow .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 639px) {
  #page-business .flow h2 {
    font-size: 24px;
  }
  #page-business .flow .ttl {
    font-size: 18px;
  }
}
@media (max-width: 459px) {
  #page-business .flow li {
    min-height: none;
    padding: 20px;
  }
  #page-business .flow .img {
    display: none;
  }
}




/* ---------------------------------------------------------
 * #page-company
 * #page-company_ja
** --------------------------------------------------------- */
#page-company {
}
#page-company .lower_fv {
  background-image: url("../img/company/company_fv.jpg");
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .lead --------------- */
#page-company .lead {
  max-width: 1040px;
  padding-top: 70px;
}
#page-company .lead h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#page-company .lead h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #962323;
}
#page-company .lead .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  line-height: 2.4;
}
#page-company .lead .text h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#page-company .lead .text p:first-child {
  text-align: center;
}
#page-company .lead .movie {
  margin-top: 70px;
}
#page-company .lead .moive_inner {
  position: relative;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.5);
}
#page-company .lead .moive_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #page-company .lead h2 {
    font-size: 24px;
  }
}


/* --------------- .greeting --------------- */
#page-company .greeting {
  margin-top: -225px;
  padding-top: 310px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
  text-align: center;
}
#page-company .greeting .wrapper {
  max-width: 877px;
}
#page-company .greeting h2 {
  font-size: 32px;
  font-weight: bold;
}
#page-company .greeting h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #962323;
}
#page-company .greeting .content {
  margin-top: 30px;
}
#page-company .greeting .content img {
  max-width: 100%;
}
#page-company .greeting .content .img_sp {
  display: none;
}
@media (max-width: 959px) {
  #page-company .greeting {
    margin-top: calc(-22500% / 1000);
    padding-top: calc(31000% / 1000);
  }
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #page-company .greeting h2 {
    font-size: 24px;
  }
  #page-company .greeting .content .img_pc {
    display: none;
  }
  #page-company .greeting .content .img_sp {
    display: inline-block;
    width: 371px;
  }
}


/* --------------- .info --------------- */
#page-company .info {
  padding-top: 60px;
  padding-bottom: 80px;
}
#page-company .info h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#page-company .info h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #962323;
}
#page-company .info .detail {
  max-width: 900px;
  margin: 40px auto 0;
}
#page-company .info table {
  width: 100%;
  border-top: 1px solid #ccc;
}
#page-company .info th,
#page-company .info td {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  vertical-align: middle;
}
#page-company .info th {
  width: 170px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right,#fff 0,#fff 100%),linear-gradient(to right,#fff 0,#fff 100%);
  background-size: 100% 2px, 100% 2px;
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  text-align: center;
}
#page-company .info td {
  padding-left: 50px;
}
#page-company .purchase {
}
#page-company .purchase aside {
  height: 200px;
  padding-left: 50px;
  padding-right: 30px;
  margin-top: 80px;
  background-image: url("../img/company/purchase_bg.jpg");
  background-size: cover;
  background-position: center;
}
#page-company .purchase aside h3 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#page-company .purchase aside p {
  margin-top: 10px;
  color: #fff;
}
#page-company .purchase aside a {
  width: 340px;
  margin-left: 30px;
}
#page-company .purchase aside a::before {
  right: 20px;
}
#page-company .purchase aside a::after {
  right: 31px;
}
@media (max-width: 1099px) {
  #page-company .purchase aside h3 {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  #page-company .purchase aside {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-company .purchase aside h3 {
    font-size: calc(2600vw / 768);
  }
  #page-company .purchase aside a {
    width: 300px;
    height: 70px;
    padding-right: 20px;
    margin-left: 15px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  #page-company .purchase aside {
    height: auto;
    margin-top: 0;
    margin-bottom: 80px;
    padding: 30px;
    text-align: center;
  }
  #page-company .purchase aside h3 {
    font-size: 26px;
  }
  #page-company .purchase aside a {
    width: 340px;
    height: 80px;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  #page-company .info h2 {
    font-size: 24px;
  }
  #page-company .purchase aside h3 {
    font-size: 26px;
  }
}
@media (max-width: 459px) {
  #page-company .info th,
  #page-company .info td {
    display: block;
  }
  #page-company .info th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  #page-company .info td {
    padding-top: 10px;
    padding-left: 30px;
  }
  #page-company .purchase aside {
    padding: 30px;
  }
  #page-company .purchase aside h3 {
    font-size: calc(2000vw / 360);
    line-height: 1.4;
  }
  #page-company .purchase aside p {
    font-size: calc(1400vw / 360);
  }
  #page-company .purchase aside a {
    width: 100%;
    height: 60px;
    line-height: 56px;
  }
  #page-company .purchase aside a::before {
    right: 15px;
  }
  #page-company .purchase aside a::after {
    right: 26px;
  }
}




/* ---------------------------------------------------------
 * #page-contact
** --------------------------------------------------------- */
#page-contact {
}
#page-contact .lower_fv {
  background-image: url("../img/contact/contact_fv.jpg");
}
#page-contact .contact {
  max-width: 940px;
  padding-top: 30px;
  padding-bottom: 80px;
}
#page-contact .contact .lead {
}
#page-contact .contact table {
  width: 100%;
  margin-top: 50px;
}
#page-contact .contact th,
#page-contact .contact td {
}
#page-contact .contact th {
  min-width: 210px;
  padding-top: 10px;
}
#page-contact .contact td {
  width: calc(69000% / 900);
  padding-bottom: 20px;
}
#page-contact .contact th span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  color: #c20000;
  font-size: 12px;
}
#page-contact .contact td a {
  text-decoration: underline;
}
#page-contact .contact td a:hover {
  text-decoration: none;
}
#page-contact .contact input:not([type="checkbox"]) {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #bfbfbf;
}
#page-contact .contact textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  border: 1px solid #bfbfbf;
}
#page-contact .contact .send_btn {
  margin-top: 40px;
  text-align: center;
}
#page-contact .contact .send_btn button {
  width: 340px;
  max-width: 100%;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
  line-height: 66px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
@media (max-width: 459px) {
  #page-contact .contact th,
  #page-contact .contact td {
    display: block;
    width: 100%;
  }
  #page-contact .contact th {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #page-contact .contact tr:last-child th {
    display: none;
  }
  #page-contact .contact tr:last-child td {
    padding-bottom: 0;
  }
}




/* ---------------------------------------------------------
 * #page-terms
** --------------------------------------------------------- */
#page-terms {
}
#page-terms .lower_fv {
  background-image: url("../img/privacy/privacy_fv.jpg");
}
#page-terms .terms {
  max-width: 940px;
  margin-top: 30px;
  margin-bottom: 70px;
}
#page-terms .terms .lead {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #page-privacy
** --------------------------------------------------------- */
#page-privacy {
}
#page-privacy .lower_fv {
  background-image: url("../img/privacy/privacy_fv.jpg");
}
#page-privacy .privacy {
  max-width: 940px;
  margin-top: 30px;
  margin-bottom: 70px;
}
#page-privacy .privacy .lead {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #page-sitemap
** --------------------------------------------------------- */
#page-sitemap {
}
#page-sitemap .lower_fv {
  background-image: url("../img/sitemap/sitemap_fv.jpg");
}
#page-sitemap .sitemap {
  display: flex;
  max-width: 940px;
  margin-top: 35px;
  margin-bottom: 80px;
}
#page-sitemap .sitemap > div {
  width: 50%;
  padding: 15px 0;
  border-left: 1px solid #d1d1d1;
}
#page-sitemap .sitemap ul {
  padding-left: 40px;
}
#page-sitemap .sitemap li {
  padding: 10px 0;
  font-size: 20px;
}
#page-sitemap .sitemap a {
}
#page-sitemap .sitemap a:hover {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
@media (max-width: 459px) {
  #page-sitemap .sitemap {
/*    display: block;*/
  }
  #page-sitemap .sitemap > div {
/*    width: 100%;*/
  }
  #page-sitemap .sitemap .left {
/*    padding-bottom: 0;*/
  }
  #page-sitemap .sitemap .right {
/*    padding-top: 0;*/
  }
  #page-sitemap .sitemap ul {
    padding-left: 20px;
  }
  #page-sitemap .sitemap li {
    padding: 5px 0;
    font-size: 18px;
  }
}