@charset "UTF-8";
.pagetitle {
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 750px) {
  .pagetitle {
    height: calc(100vh - calc(100 / 750 * 120 / 1 * 1vw));
    /* height: 95vh; */
  }
}
.pagetitle-ttl {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .pagetitle-ttl {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .pagetitle-ttl {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.pagetitle-img {
  background: url(../img/mv.jpg) center no-repeat;
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 750px) {
  .pagetitle-img {
    background-position: 70% center;
  }
}
@media only screen and (max-width: 750px) {
  .pagetitle-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.insight {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .insight {
    padding-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .insight {
    padding-top: calc(80 / 750 * 100vw);
  }
}
.insight:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 80px;
  background-color: #f6f4ef;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .insight:before {
    left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .insight:before {
    left: calc(80 / 750 * 100vw);
  }
}
.insight-ttl {
  margin-top: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .insight-ttl {
    margin-top: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .insight-ttl {
    margin-top: calc(120 / 750 * 100vw);
  }
}
.insight-txt {
  text-align: center;
  margin-top: 1em;
}
.insight-txt:last-child {
  font-size: 115%;
}
.insight-inner {
  padding-right: 120px;
  padding-left: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .insight-inner {
    padding-right: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .insight-inner {
    padding-right: calc(60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .insight-inner {
    padding-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .insight-inner {
    padding-left: calc(120 / 750 * 100vw);
  }
}

.balloons {
  margin-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloons {
    margin-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloons {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.balloons > *:nth-of-type(even) .balloon {
  margin-top: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloons > *:nth-of-type(even) .balloon {
    margin-top: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloons > *:nth-of-type(even) .balloon {
    margin-top: calc(0 / 750 * 100vw);
  }
}

.balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  background: #28292b;
  border-radius: 5px;
  color: white;
  padding: 30px;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon {
    margin-bottom: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon {
    border-radius: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon {
    border-radius: calc(5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon {
    padding: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon {
    padding: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon {
    font-size: calc(24 / 750 * 100vw);
  }
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-bottom: -20px;
  border-width: 20px;
  border-color: transparent;
  border-style: solid;
  border-top-color: #28292b;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon:before {
    margin-bottom: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon:before {
    margin-bottom: calc(-20 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .balloon:before {
    border-width: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .balloon:before {
    border-width: calc(20 / 750 * 100vw);
  }
}

.service {
  /*  background-color: white; */
  position: relative;
}
.service:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 80px;
  background-color: white;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service:before {
    right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service:before {
    right: calc(80 / 750 * 100vw);
  }
}
.service-ttl {
  /* @include responsive-prop(margin-bottom, $space_md_num * 2); */
}
.service-box {
  font-size: 16px;
  margin-bottom: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service-box {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service-box {
    font-size: calc(28.8 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service-box {
    margin-bottom: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service-box {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.service-box-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service-box-inner {
    padding-top: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service-box-inner {
    padding-top: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service-box-inner {
    padding-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service-box-inner {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.service-box-txt {
  margin-bottom: 1em;
}
.service-box-img {
  margin-top: -60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .service-box-img {
    margin-top: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .service-box-img {
    margin-top: calc(0 / 750 * 100vw);
  }
}
.service-box_xs {
  font-size: 80%;
  margin: 2em auto;
}

.coffee {
  color: white;
  /* padding-bottom: 0; */
}
.coffee-img {
  margin-top: -120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .coffee-img {
    margin-top: calc(-120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .coffee-img {
    margin-top: calc(0 / 750 * 100vw);
  }
}
.coffee-inner {
  margin-top: -120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .coffee-inner {
    margin-top: calc(-120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .coffee-inner {
    margin-top: calc(-120 / 750 * 100vw);
  }
}
.coffee-ttl {
  margin-top: 80px;
  color: white;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .coffee-ttl {
    margin-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .coffee-ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.coffee-ttl_md {
  color: white;
}
.coffee-box {
  color: #28292b;
  margin-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .coffee-box {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .coffee-box {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .coffee-box {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .coffee-box {
    font-size: calc(24 / 750 * 100vw);
  }
}

.step:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 80px;
  background-color: white;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step:before {
    right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step:before {
    right: calc(80 / 750 * 100vw);
  }
}
.step-box-ttl {
  text-align: center;
}
.step-box-txt {
  font-size: 16px;
  max-height: 4.5em;
  /* 3行分（1行=1.5em） */
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step-box-txt {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step-box-txt {
    font-size: calc(24 / 750 * 100vw);
  }
}
.step-box-icon {
  background-color: white;
  margin: auto;
  height: 120px;
  width: 120px;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step-box-icon {
    height: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step-box-icon {
    height: calc(180 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step-box-icon {
    width: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step-box-icon {
    width: calc(180 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step-box-icon {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step-box-icon {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.step-box-icon .material-symbols-outlined {
  font-size: 42px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .step-box-icon .material-symbols-outlined {
    font-size: calc(42 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .step-box-icon .material-symbols-outlined {
    font-size: calc(63 / 750 * 100vw);
  }
}

.step-box-txt.expanded {
  max-height: 100em;
  /* 十分に大きい値で全表示 */
}

.read-more-btn {
  margin-top: 0.5em;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  display: block;
  width: 100%;
}

.menu {
  position: relative;
  padding-bottom: 0;
}
.menu:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 80px;
  background-color: #f6f4ef;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu:before {
    left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu:before {
    left: calc(80 / 750 * 100vw);
  }
}
.menu-inner {
  padding-left: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-inner {
    padding-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-inner {
    padding-left: calc(120 / 750 * 100vw);
  }
}
.menu-ttl {
  margin-top: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-ttl {
    margin-top: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-ttl {
    margin-top: calc(120 / 750 * 100vw);
  }
}
.menu-txt {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-txt {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-txt {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.menu-table {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-table {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-table {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.menu-btn {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-btn {
    margin-top: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-btn {
    margin-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-btn {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.menu .notes {
  text-align: center;
}
.menu-tabs {
  margin-bottom: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .menu-tabs {
    margin-bottom: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .menu-tabs {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.location {
  color: white;
  /* padding-bottom: 0; */
}
.location-ttl {
  margin-top: 80px;
  color: white;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .location-ttl {
    margin-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .location-ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.location-ttl_md {
  color: white;
}
.location-box {
  color: #28292b;
  margin-top: 60px;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .location-box {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .location-box {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .location-box {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .location-box {
    font-size: calc(24 / 750 * 100vw);
  }
}

.voice {
  position: relative;
}
.voice:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 80px;
  background-color: white;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice:before {
    left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice:before {
    left: calc(80 / 750 * 100vw);
  }
}
.voice-inner {
  padding-left: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-inner {
    padding-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-inner {
    padding-left: calc(120 / 750 * 100vw);
  }
}
.voice-ttl {
  /*  color: white; */
}
.voice-balloon {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.voice-balloon .faceicon {
  width: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .faceicon {
    width: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .faceicon {
    width: calc(180 / 750 * 100vw);
  }
}
.voice-balloon .faceicon img {
  border: solid 3px #f6f4ef;
  border-radius: 50%;
}
.voice-balloon .chatting {
  width: 100%;
}
.voice-balloon .says {
  display: inline-block;
  position: relative;
  padding: 30px;
  margin-left: 15px;
  border-radius: 5px;
  background: #f6f4ef;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says {
    padding: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says {
    padding: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says {
    margin-left: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says {
    margin-left: calc(15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says {
    border-radius: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says {
    border-radius: calc(5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says {
    font-size: calc(24 / 750 * 100vw);
  }
}
.voice-balloon .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  top: 18px;
  left: -20px;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-right-width: 10px;
  border-right-color: #f6f4ef;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says:after {
    top: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says:after {
    top: calc(18 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says:after {
    left: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says:after {
    left: calc(-20 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says:after {
    border-width: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says:after {
    border-width: calc(10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon .says:after {
    border-right-width: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon .says:after {
    border-right-width: calc(10 / 750 * 100vw);
  }
}
.voice-balloon-name {
  font-size: 80%;
  font-weight: 700;
  margin-top: 1em;
  text-align: right;
  letter-spacing: 0;
}
.voice-balloon:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-balloon:nth-of-type(even) .says {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon:nth-of-type(even) .says {
    margin-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon:nth-of-type(even) .says {
    margin-right: calc(30 / 750 * 100vw);
  }
}
.voice-balloon:nth-of-type(even) .says:after {
  right: -10px;
  left: auto;
  border-right-width: 0px;
  border-left-width: 10px;
  border-right-color: transparent;
  border-left-color: #f6f4ef;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon:nth-of-type(even) .says:after {
    right: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon:nth-of-type(even) .says:after {
    right: calc(-10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon:nth-of-type(even) .says:after {
    border-right-width: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon:nth-of-type(even) .says:after {
    border-right-width: calc(0 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice-balloon:nth-of-type(even) .says:after {
    border-left-width: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice-balloon:nth-of-type(even) .says:after {
    border-left-width: calc(10 / 750 * 100vw);
  }
}
.voice .col-2:nth-of-type(even) {
  margin-top: -60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .voice .col-2:nth-of-type(even) {
    margin-top: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .voice .col-2:nth-of-type(even) {
    margin-top: calc(0 / 750 * 100vw);
  }
}

.about {
  position: relative;
}
.about:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 80px;
  background-color: #f6f4ef;
  top: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .about:before {
    right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .about:before {
    right: calc(80 / 750 * 100vw);
  }
}
.about-tabs-tab {
  /*  background-color: $color-bg; */
}
.about-ttl {
  /* color: white; */
}
.about-sns {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .about-sns {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .about-sns {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.about-links-btn {
  color: #28292b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .about-links-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-links-btn-logo {
  font-size: 42px;
  height: 72px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .about-links-btn-logo {
    font-size: calc(42 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .about-links-btn-logo {
    font-size: calc(42 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .about-links-btn-logo {
    height: calc(72 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .about-links-btn-logo {
    height: calc(72 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .about-links-btn-logo {
    height: 100%;
    width: 40%;
  }
}
.about-links-btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile-box {
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .profile-box {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .profile-box {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.profile-box-txt {
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .profile-box-txt {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .profile-box-txt {
    font-size: calc(24 / 750 * 100vw);
  }
}
.profile-box-txt:not(:last-child) {
  margin-bottom: 1em;
}
.profile-box-ul {
  font-size: 80%;
}
.profile-box-ttl {
  color: white;
}
.profile-ttl-sm {
  font-size: 60%;
  color: #28292b;
}

.faq {
  background-color: #f6f4ef;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 120px;
  margin-right: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq {
    margin-top: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq {
    margin-top: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq {
    margin-bottom: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq {
    margin-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq {
    margin-left: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq {
    margin-right: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq {
    margin-right: calc(30 / 750 * 100vw);
  }
}
.faq-dl {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq-dl {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq-dl {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.faq-dl > * {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq-dl > * {
    padding-top: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq-dl > * {
    padding-top: calc(15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq-dl > * {
    padding-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq-dl > * {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq-dl > * {
    padding-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq-dl > * {
    padding-bottom: calc(15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .faq-dl > * {
    padding-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .faq-dl > * {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.faq-dl dt {
  background-color: #28292b;
  color: white;
  font-weight: bold;
}
.faq-dl dd {
  background-color: white;
}