@charset "UTF-8";
/* line 9, ../scss/_textbody.scss */
.o_c_t.__10 {
  font-size: 10px;
}
/* line 12, ../scss/_textbody.scss */
.o_c_t.__12 {
  font-size: 12px;
}
/* line 16, ../scss/_textbody.scss */
.o_c_t.__14 {
  font-size: 14px;
}
/* line 21, ../scss/_textbody.scss */
.o_c_t.__16 {
  font-size: 16px;
}
/* line 26, ../scss/_textbody.scss */
.o_c_t.__18 {
  font-size: 18px;
}
/* line 31, ../scss/_textbody.scss */
.o_c_t.__20 {
  font-size: clamp(18px, 3vw, 2px);
}
/* line 36, ../scss/_textbody.scss */
.o_c_t.__22 {
  font-size: clamp(18px, 3vw, 22px);
}
/* line 40, ../scss/_textbody.scss */
.o_c_t.__24 {
  font-size: clamp(22px, 3vw, 24px);
}
/* line 45, ../scss/_textbody.scss */
.o_c_t.__26 {
  font-size: clamp(24px, 3vw, 26px);
}
/* line 50, ../scss/_textbody.scss */
.o_c_t.__28 {
  font-size: clamp(26px, 4vw, 28px);
}

/* line 59, ../scss/_textbody.scss */
.o_c_t.__lh10 {
  line-height: 1;
}
/* line 62, ../scss/_textbody.scss */
.o_c_t.__lh12 {
  line-height: 1.2;
}
/* line 65, ../scss/_textbody.scss */
.o_c_t.__lh14 {
  line-height: 1.4;
}
/* line 68, ../scss/_textbody.scss */
.o_c_t.__lh16 {
  line-height: 1.6;
}
/* line 71, ../scss/_textbody.scss */
.o_c_t.__lh18 {
  line-height: 1.8;
}
/* line 74, ../scss/_textbody.scss */
.o_c_t.__lh20 {
  line-height: 2;
}

/* 弊社の思い------------------------------------------------------*/
/* line 8, ../scss/concept.scss */
#concept .box {
  background-image: url(../img/concept-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #434343;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 20, ../scss/concept.scss */
#concept .box h2 {
  font-size: 4.6em;
  font-weight: bold;
  padding-left: 30px;
  letter-spacing: 0.2em;
  position: relative;
}

/*#concept .box h2:after{
    content: "";
    width: 1px;
    height: 20%;
    background-color: #dbcdac;
    position: absolute;
    top: 150px;
    right: 100px;
}*/
/* line 39, ../scss/concept.scss */
#concept .box p {
  font-size: 2.4em;
  padding-left: 20px;
  line-height: 3.2em;
}

/* line 45, ../scss/concept.scss */
#concept .box img {
  width: 70px;
  height: auto;
  position: absolute;
  bottom: 73px;
}

/* line 52, ../scss/concept.scss */
#concept .txtbox {
  padding: 70px 0 70px 70px;
  line-height: 5em;
  height: 400px;
}

/* line 58, ../scss/concept.scss */
#concept .conceptbr {
  display: block;
}

/*レスポンシブ*/
@media screen and (max-width: 1080px) {
  /* line 66, ../scss/concept.scss */
  #concept .box h2 {
    padding-left: 0px;
    font-size: 5em;
    margin: 0;
    margin-top: 20px;
  }

  /* line 72, ../scss/concept.scss */
  #concept .box h2:after {
    display: none;
  }

  /* line 75, ../scss/concept.scss */
  #concept .txtbox {
    padding: 70px;
  }

  /* line 78, ../scss/concept.scss */
  #concept .box p {
    line-height: 2.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    padding-left: 0;
    margin-top: 30px;
  }

  /* line 85, ../scss/concept.scss */
  #concept .box img {
    display: none;
  }

  /* line 88, ../scss/concept.scss */
  #concept .conceptbr {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  /* line 94, ../scss/concept.scss */
  #concept .box h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1005px) {
  /* line 100, ../scss/concept.scss */
  #concept .box h2 {
    margin-top: 0;
  }

  /* line 103, ../scss/concept.scss */
  #concept .box p {
    margin-top: 0;
    margin-top: 30px;
    line-height: 2.6em;
  }
}
@media screen and (max-width: 840px) {
  /* line 111, ../scss/concept.scss */
  #concept .box h2 {
    font-size: 4.2em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 960px) {
  /* line 118, ../scss/concept.scss */
  #concept .txtbox {
    padding: 60px;
  }

  /* line 121, ../scss/concept.scss */
  #concept .box h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  /* line 127, ../scss/concept.scss */
  #concept .box {
    background-image: none;
    background-color: #fff;
  }

  /* line 131, ../scss/concept.scss */
  #concept .txtbox {
    border: 1px solid #dbcdac;
    box-shadow: 0px 0px 7px -2px #7b7b7b;
    padding: 60px 60px 50px 60px;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* line 140, ../scss/concept.scss */
  #concept .txtbox {
    padding: 40px;
  }

  /* line 143, ../scss/concept.scss */
  #concept .box h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 149, ../scss/concept.scss */
  #concept .txtbox {
    padding: 10px;
  }

  /* line 152, ../scss/concept.scss */
  #concept .box h2 {
    margin-top: 30px;
    font-size: 3.6em;
    padding: 0 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }

  /* line 159, ../scss/concept.scss */
  #concept .box p {
    line-height: 2.1em;
    padding: 0 20px;
    margin-top: 0px;
  }
}
/* 社長ご挨拶------------------------------------------------------*/
/* line 170, ../scss/concept.scss */
#greeting {
  margin: 100px 0;
}

/* line 174, ../scss/concept.scss */
#greeting .box {
  margin-top: 30px;
}

/* line 178, ../scss/concept.scss */
#greeting .left {
  float: left;
  width: 40%;
}

/* line 183, ../scss/concept.scss */
#greeting .left img {
  width: 420px;
}

/* line 187, ../scss/concept.scss */
#greeting .left p {
  font-size: 2.4em;
  line-height: 2em;
  text-align: center;
}

/* line 193, ../scss/concept.scss */
#greeting .left span {
  font-size: 2.4em;
  line-height: 1em;
}

/* line 199, ../scss/concept.scss */
#greeting .right {
  float: right;
  width: 56%;
}

/* line 204, ../scss/concept.scss */
#greeting .right p {
  font-size: 2.4em;
  line-height: 2.2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*レスポンシブ*/
@media screen and (max-width: 1050px) {
  /* line 215, ../scss/concept.scss */
  #greeting .right {
    width: 52%;
  }
}
@media screen and (max-width: 945px) {
  /* line 222, ../scss/concept.scss */
  #greeting .left {
    width: 100%;
    text-align: center;
  }

  /* line 226, ../scss/concept.scss */
  #greeting .right {
    width: 100%;
    margin-top: 20px;
    background-color: #f3f3f3;
    padding: 20px;
    box-sizing: border-box;
  }

  /* line 233, ../scss/concept.scss */
  #greeting .left img {
    margin-bottom: 20px;
  }

  /* line 236, ../scss/concept.scss */
  #greeting .left span {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  /* line 242, ../scss/concept.scss */
  #greeting .left img {
    width: 100%;
  }

  /* line 245, ../scss/concept.scss */
  #greeting .left span {
    font-size: 1.6em;
  }

  /* line 248, ../scss/concept.scss */
  #greeting .left p .space {
    display: none;
  }
}
/* セレモニースクエア大光について------------------------------------------------------*/
/* line 261, ../scss/concept.scss */
#companyabout {
  margin: 100px 0 60px;
}

/* line 265, ../scss/concept.scss */
#companyabout .box {
  margin-top: 30px;
}

/* line 269, ../scss/concept.scss */
#companyabout .left {
  float: left;
  width: 40%;
}

/* line 274, ../scss/concept.scss */
#companyabout .left img {
  width: 420px;
}

/* line 278, ../scss/concept.scss */
#companyabout .left p {
  font-size: 2.4em;
  line-height: 2em;
  text-align: center;
}

/* line 284, ../scss/concept.scss */
#companyabout .left span {
  font-size: 2.4em;
  line-height: 1em;
}

/* line 290, ../scss/concept.scss */
#companyabout .right {
  float: right;
  width: 56%;
  margin-top: 60px;
}

/* line 296, ../scss/concept.scss */
#companyabout .right h4 {
  font-size: 4.4em;
  line-height: 2em;
  font-weight: normal;
  margin: 0;
}

/* line 303, ../scss/concept.scss */
#companyabout .right p {
  font-size: 2.4em;
  line-height: 2.2em;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 311, ../scss/concept.scss */
#companyabout .logo {
  margin-top: 60px;
  background-repeat: repeat;
  background-position: right top;
  background-image: url(../img/pattern-bg8.png);
  background-color: #f7f7f7;
  padding: 40px;
  box-sizing: border-box;
}

/* line 321, ../scss/concept.scss */
#companyabout .logo .logo-left {
  float: left;
  width: 54%;
}

/* line 326, ../scss/concept.scss */
#companyabout .logo .logo-left h4 {
  font-size: 4.4em;
  line-height: 2em;
  font-weight: normal;
  margin: 0;
  margin-top: 20px;
}

/* line 334, ../scss/concept.scss */
#companyabout .logo .logo-left p {
  font-size: 2.4em;
  line-height: 2.2em;
  margin: 20px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  margin-top: 10px;
}

/* line 344, ../scss/concept.scss */
#companyabout .logo .logo-right {
  float: right;
}

/* line 348, ../scss/concept.scss */
#companyabout .logo .logo-right img {
  width: 400px;
}

/*レスポンシブ*/
@media screen and (max-width: 1050px) {
  /* line 355, ../scss/concept.scss */
  #companyabout .right {
    width: 52%;
  }
}
@media screen and (max-width: 1030px) {
  /* line 361, ../scss/concept.scss */
  #companyabout .logo .logo-left {
    width: 50%;
  }
}
@media screen and (max-width: 945px) {
  /* line 368, ../scss/concept.scss */
  #companyabout .left {
    width: 100%;
    text-align: center;
  }

  /* line 372, ../scss/concept.scss */
  #companyabout .right {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
  }

  /* line 377, ../scss/concept.scss */
  #companyabout .left img {
    margin-bottom: 20px;
  }

  /* line 380, ../scss/concept.scss */
  #companyabout .left span {
    font-size: 2em;
  }

  /* line 383, ../scss/concept.scss */
  #companyabout .logo .logo-left {
    width: 100%;
  }

  /* line 386, ../scss/concept.scss */
  #companyabout .logo .logo-left h4 {
    margin-top: 0;
  }

  /* line 389, ../scss/concept.scss */
  #companyabout .logo .logo-right {
    text-align: center;
    float: none;
  }

  /* line 393, ../scss/concept.scss */
  #companyabout .logo .logo-right img {
    padding-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  /* line 400, ../scss/concept.scss */
  #companyabout .ttl3 span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 407, ../scss/concept.scss */
  #companyabout {
    margin: 100px 0 80px;
  }

  /* line 410, ../scss/concept.scss */
  #companyabout .left img {
    width: 100%;
  }

  /* line 413, ../scss/concept.scss */
  #companyabout .right h4 {
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: bold;
  }

  /* line 418, ../scss/concept.scss */
  #companyabout .left span {
    font-size: 1.6em;
  }

  /* line 421, ../scss/concept.scss */
  #companyabout .logo {
    margin-top: 20px;
  }

  /* line 424, ../scss/concept.scss */
  #companyabout .logo .logo-right img {
    width: 100%;
  }

  /* line 427, ../scss/concept.scss */
  #companyabout .logo .logo-left h4 {
    font-size: 3em;
  }
}
@media screen and (max-width: 420px) {
  /* line 434, ../scss/concept.scss */
  #companyabout .logo .logo-right img {
    padding-top: 20px;
  }
}
/* イメージ写真------------------------------------------------------*/
/* line 442, ../scss/concept.scss */
#person {
  margin-bottom: 180px;
}

/* line 446, ../scss/concept.scss */
#person ul {
  margin: 0;
  padding: 0;
}

/* line 451, ../scss/concept.scss */
#person ul li {
  display: inline-block;
  width: 32%;
  padding-right: 2%;
  overflow: hidden;
}

/* line 458, ../scss/concept.scss */
#person ul li:last-child {
  padding-right: 0%;
}

/* line 462, ../scss/concept.scss */
#person ul li img {
  width: 340px;
}

@media screen and (max-width: 800px) {
  /* line 467, ../scss/concept.scss */
  #person ul li img {
    width: 260px;
  }
}
@media screen and (max-width: 620px) {
  /* line 473, ../scss/concept.scss */
  #person ul li img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  /* line 479, ../scss/concept.scss */
  #person ul li img {
    width: 140px;
  }
}
@media screen and (max-width: 400px) {
  /* line 485, ../scss/concept.scss */
  #person ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }

  /* line 490, ../scss/concept.scss */
  #person ul li:last-child {
    padding-bottom: 0;
  }

  /* line 493, ../scss/concept.scss */
  #person ul li img {
    width: 100%;
  }
}
