@charset "UTF-8";
/* タイトル
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc_obj {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp_obj {
    display: none; } }

@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    min-width: initial; } }

#topicpath .navigation {
  width: 980px;
  padding-left: 0; }

.swiper-slide {
  height: 700px; }
  @media only screen and (max-width: 767px) {
    .swiper-slide {
      height: 260px; } }

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -16px; }
  @media only screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 45px;
      height: 45px; } }

.swiper-button-prev {
  background: url(../img/icon_prev.png) no-repeat center center/contain; }

.swiper-button-next {
  background: url(../img/icon_next.png) no-repeat center center/contain; }

.mv-block__mv01 {
  background: url("../img/mv01_pc.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .mv-block__mv01 {
      background: url("../img/mv01_sp.jpg") no-repeat center center;
      background-size: cover; } }

.mv-block__mv02 {
  background: url("../img/mv02_pc.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .mv-block__mv02 {
      background: url("../img/mv02_sp.jpg") no-repeat center center;
      background-size: cover; } }

.mv-block__mv03 {
  background: url("../img/mv03_pc.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .mv-block__mv03 {
      background: url("../img/mv03_sp.jpg") no-repeat center center;
      background-size: cover; } }

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%; }

.modal_inner {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 767px) {
    .modal_inner {
      width: 90%;
      padding: 25px; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .modal_inner {
      width: auto;
      max-height: 70vh; } }

.modal_close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -40px;
  font-size: 2rem;
  width: 40px; }
  @media only screen and (max-width: 767px) {
    .modal_close {
      top: -6%;
      font-size: 2.2rem;
      right: 7%;
      width: 25px; } }

.modal_text {
  font-size: 123.07692%;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  margin-top: 14px; }
  @media only screen and (max-width: 767px) {
    .modal_text {
      font-size: 92.30769%; } }

.modal_btn img {
  cursor: pointer; }

#page-title {
  padding: 30px 0;
  background-color: #0068b4;
  font-size: 246.15385%;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    #page-title {
      padding: 20px;
      font-size: 169.23077%; } }
  #page-title h1 {
    margin: 0 auto;
    padding-left: 10px;
    width: 1034px; }

#topicpath {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    #topicpath {
      padding-left: 10px; } }
  #topicpath .navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; }
    @media only screen and (max-width: 767px) {
      #topicpath .navigation {
        width: 100%; } }
    #topicpath .navigation img {
      margin: 0 15px 0 3px; }
      @media only screen and (max-width: 767px) {
        #topicpath .navigation img {
          vertical-align: middle; } }
  #topicpath .navigation li:first-child {
    padding-left: 20px;
    background: url("/common/css/img/icon_home.gif") no-repeat left 4px; }
  #topicpath .navigation li {
    margin-right: 15px; }

.title {
  color: #0066AE;
  font-size: 253.84615%;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .title {
      font-size: 161.53846%;
      margin-bottom: 37px; } }
  .title:after {
    border-bottom: solid 1px #0066AE;
    content: "";
    left: 48%;
    bottom: -20px;
    padding-bottom: 25px;
    position: absolute;
    width: 45px; }
    @media only screen and (max-width: 767px) {
      .title:after {
        left: 44%;
        top: 15px;
        width: 35px; } }

.subtitle {
  border-bottom: dashed 1px #bbb;
  color: #0066AE;
  font-size: 169.23077%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .subtitle {
      border-bottom: solid 0.5px #bbb;
      padding-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .intro {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.intro .intro-inner {
  border: solid 2px #0066AE;
  color: #0066AE;
  font-size: 161.53846%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 157.14286%;
  margin: 73px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 1024px; }
  @media only screen and (max-width: 767px) {
    .intro .intro-inner {
      font-size: 115.38462%;
      letter-spacing: 0;
      line-height: 1.7;
      margin-left: 0;
      margin-right: 0;
      padding: 15px 11px 9px;
      width: 94%; } }

.intro a {
  color: #0066AE;
  text-decoration: none; }

.intro .underline {
  padding-bottom: 2px;
  border-bottom: solid 1px #0066AE; }

.intro .underline:hover {
  border-bottom: none; }

.about {
  margin: 55px auto 0;
  padding-bottom: 191px;
  width: 1024px; }
  @media only screen and (max-width: 767px) {
    .about {
      margin-top: 31px;
      padding: 0 10px 21px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }
  .about__img {
    float: left;
    margin-top: 11px;
    margin-right: 55px;
    width: 434px; }
    @media only screen and (max-width: 767px) {
      .about__img {
        float: none;
        margin: auto;
        width: 98%; } }
    .about__img img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .about__text {
      margin-top: 19px; } }
  .about__text p {
    font-size: 138.46154%;
    letter-spacing: 0.1em;
    line-height: 188.88889%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .about__text p {
        font-size: 107.69231%;
        line-height: 192.85714%;
        margin-bottom: 13px; } }

.platform {
  background-color: #e5f0f8;
  clear: both;
  padding-top: 73px;
  padding-bottom: 85px; }
  @media only screen and (max-width: 767px) {
    .platform {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 39px 10px; } }
  .platform .platform-box {
    background-color: #fff;
    border: solid 1px #0066AE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 73px auto 0;
    padding: 29px 35px 31px;
    width: 1024px; }
    @media only screen and (max-width: 767px) {
      .platform .platform-box {
        display: block;
        margin-top: 40px;
        padding: 17px 15px 0;
        width: 100%; } }
    .platform .platform-box__contents:first-child {
      margin-right: 72px;
      width: 48%; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box__contents:first-child {
          margin-right: 0;
          width: 100%; } }
    .platform .platform-box__subtile {
      color: #0066AE;
      font-size: 138.46154%;
      font-weight: bold;
      letter-spacing: 0.05em;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box__subtile {
          margin-bottom: 1px; } }
      .platform .platform-box__subtile.mb-adjustment {
        margin-bottom: 4px; }
        @media only screen and (max-width: 767px) {
          .platform .platform-box__subtile.mb-adjustment {
            margin-bottom: -2px; } }
    .platform .platform-box ul {
      margin-left: 27px;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box ul {
          margin-left: 8px;
          margin-bottom: 16px; } }
    .platform .platform-box ul li {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 1.9;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box ul li {
          font-size: 107.69231%;
          line-height: 1.7; } }
    .platform .platform-box ul li:before {
      background-image: url("../img/dots.png");
      background-size: 10px 10px;
      background-repeat: no-repeat;
      content: "";
      height: 10px;
      color: #0066AE;
      display: inline-block;
      font-size: 215.38462%;
      position: absolute;
      top: 9px;
      left: -21px;
      width: 10px; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box ul li:before {
          background-size: 7px 7px;
          font-size: 153.84615%;
          height: 10px;
          color: #0066AE;
          position: absolute;
          top: 8px;
          left: -11px;
          width: 10px; } }
    @media only screen and (max-width: 767px) {
      .platform .platform-box ol {
        margin-left: 23px;
        margin-bottom: 24px;
        text-indent: -22px; } }
    .platform .platform-box ol li {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 187.5%; }
      @media only screen and (max-width: 767px) {
        .platform .platform-box ol li {
          font-size: 107.69231%;
          line-height: 1.96; } }
    .platform .platform-box .number-margin {
      margin-right: 9px; }

@media only screen and (max-width: 767px) {
  .recruitment {
    padding: 0 10px; } }

.recruitment .recruitment-inner {
  border: solid 1px #0066AE;
  margin: 79px auto 0;
  width: 1024px; }
  @media only screen and (max-width: 767px) {
    .recruitment .recruitment-inner {
      margin-top: 67px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }

.recruitment .recruitment-box {
  background-color: #4F97C9;
  padding: 20px 0 18px;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .recruitment .recruitment-box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 23px 16px 16px; } }
  .recruitment .recruitment-box__large {
    color: #fff;
    font-size: 292.30769%;
    line-height: 131.03448%;
    letter-spacing: 0.14em; }
    @media only screen and (max-width: 767px) {
      .recruitment .recruitment-box__large {
        font-size: 146.15385%;
        letter-spacing: 0.09em; } }
  .recruitment .recruitment-box__serif {
    position: absolute;
    top: -14px;
    left: 33px;
    width: 156px; }
    @media only screen and (max-width: 767px) {
      .recruitment .recruitment-box__serif {
        top: -27px;
        left: 0;
        right: 0;
        width: 138px;
        margin: auto; } }
    .recruitment .recruitment-box__serif img {
      width: 100%; }
  .recruitment .recruitment-box__text {
    color: #fff;
    font-size: 138.46154%;
    margin-top: 7px;
    line-height: 133.33333%;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 767px) {
      .recruitment .recruitment-box__text {
        font-size: 100%;
        margin-top: 9px;
        text-align: left; } }
  .recruitment .recruitment-box__small {
    color: #fff;
    font-size: 92.30769%;
    letter-spacing: 0.1em;
    margin-top: 7px; }
    @media only screen and (max-width: 767px) {
      .recruitment .recruitment-box__small {
        font-size: 70%;
        line-height: 1.6;
        margin-top: 5px;
        text-align: left; } }

.recruitment .recruitment__btn {
  margin: auto;
  padding: 17px 0 18px;
  width: 384px; }
  @media only screen and (max-width: 767px) {
    .recruitment .recruitment__btn {
      padding: 11px 0 15px;
      width: 93%; } }
  .recruitment .recruitment__btn img {
    width: 100%; }

.activity {
  margin: 86px auto 0;
  width: 1024px; }
  @media only screen and (max-width: 767px) {
    .activity {
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 39px;
      width: 100%; } }
  .activity li {
    margin-bottom: 36px;
    margin-right: 33px;
    width: 31%; }
    @media only screen and (max-width: 767px) {
      .activity li {
        margin-right: 1px;
        margin-bottom: 18px;
        width: 48%; } }
  .activity li:nth-child(3n) {
    margin-right: 0; }
  .activity .understanding {
    margin-top: 69px; }
    @media only screen and (max-width: 767px) {
      .activity .understanding {
        margin-top: 17px; } }
    .activity .understanding .understanding__intro {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 187.5%;
      margin-top: 17px; }
      @media only screen and (max-width: 767px) {
        .activity .understanding .understanding__intro {
          font-size: 107.69231%;
          line-height: 1.94;
          margin-top: 7px; } }
    .activity .understanding .understanding-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 27px; }
      @media only screen and (max-width: 767px) {
        .activity .understanding .understanding-list {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 17px; } }
      .activity .understanding .understanding-list__text {
        font-size: 107.69231%;
        line-height: 150%;
        margin-top: 15px; }
        @media only screen and (max-width: 767px) {
          .activity .understanding .understanding-list__text {
            font-size: 69.23077%;
            line-height: 1.4;
            margin-top: 8px; } }
      .activity .understanding .understanding-list__img {
        width: 324px; }
        @media only screen and (max-width: 767px) {
          .activity .understanding .understanding-list__img {
            width: 100%; } }
        .activity .understanding .understanding-list__img img {
          width: 100%; }
  .activity .social {
    clear: both;
    padding-top: 14px; }
    @media only screen and (max-width: 767px) {
      .activity .social {
        padding-top: 6px; } }
    .activity .social .social__intro {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 187.5%;
      margin-top: 17px; }
      @media only screen and (max-width: 767px) {
        .activity .social .social__intro {
          font-size: 107.69231%;
          line-height: 1.94;
          margin-top: 7px; } }
    .activity .social .social-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 47px; }
      @media only screen and (max-width: 767px) {
        .activity .social .social-list {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 17px; } }
      .activity .social .social-list__text {
        font-size: 107.69231%;
        line-height: 150%;
        margin-top: 12px; }
        @media only screen and (max-width: 767px) {
          .activity .social .social-list__text {
            font-size: 69.23077%;
            line-height: 1.4;
            margin-top: 8px; } }
      .activity .social .social-list__img {
        width: 324px; }
        @media only screen and (max-width: 767px) {
          .activity .social .social-list__img {
            width: 100%; } }
        .activity .social .social-list__img img {
          width: 100%; }
  .activity .learn {
    clear: both;
    margin-top: -6px; }
    @media only screen and (max-width: 767px) {
      .activity .learn {
        margin-top: 5px; } }
    .activity .learn .learn__intro {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 187.5%;
      margin-top: 17px; }
      @media only screen and (max-width: 767px) {
        .activity .learn .learn__intro {
          font-size: 107.69231%;
          line-height: 1.94;
          margin-top: 7px; } }
    .activity .learn .learn-list {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 27px; }
      @media only screen and (max-width: 767px) {
        .activity .learn .learn-list {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 17px; } }
      .activity .learn .learn-list__text {
        font-size: 107.69231%;
        line-height: 150%;
        margin-top: 15px; }
        @media only screen and (max-width: 767px) {
          .activity .learn .learn-list__text {
            font-size: 69.23077%;
            line-height: 1.4;
            margin-top: 8px; } }
      .activity .learn .learn-list__img {
        width: 324px; }
        @media only screen and (max-width: 767px) {
          .activity .learn .learn-list__img {
            width: 100%; } }
        .activity .learn .learn-list__img img {
          width: 100%; }
      @media only screen and (max-width: 767px) {
        .activity .learn .learn-list li:last-child {
          width: 48%; } }

.summer {
  clear: both;
  padding: 55px 0;
  margin: auto;
  width: 1024px; }
  @media only screen and (max-width: 767px) {
    .summer {
      padding: 29px 10px 21px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }
  .summer .title {
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      .summer .title {
        margin-bottom: 31px; } }
  .summer .summer__text {
    font-size: 123.07692%;
    letter-spacing: 0.08em;
    line-height: 187.5%;
    margin-top: 27px; }
    @media only screen and (max-width: 767px) {
      .summer .summer__text {
        font-size: 107.69231%;
        line-height: 1.96;
        margin-top: 14px; } }
  .summer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 71px; }
    @media only screen and (max-width: 767px) {
      .summer ul {
        margin-top: 24px; } }
  .summer li {
    margin-bottom: 36px; }
    @media only screen and (max-width: 767px) {
      .summer li {
        margin-bottom: 15px; } }
  .summer li:nth-child(odd) {
    margin-right: 41px; }
    @media only screen and (max-width: 767px) {
      .summer li:nth-child(odd) {
        margin-right: 0; } }
  .summer li .summer__img {
    width: 491px; }
    @media only screen and (max-width: 767px) {
      .summer li .summer__img {
        width: 100%; } }
    .summer li .summer__img img {
      width: 100%; }

.inquiry {
  width: 1024px;
  margin: auto;
  margin-top: 75px; }
  @media only screen and (max-width: 767px) {
    .inquiry {
      padding: 0 10px;
      width: 94%; } }
  .inquiry .inquiry-intro {
    font-size: 123.07692%;
    letter-spacing: 0.1em;
    line-height: 187.5%;
    margin-top: 95px; }
    @media only screen and (max-width: 767px) {
      .inquiry .inquiry-intro {
        font-size: 107.69231%;
        margin-top: 55px; } }
  .inquiry .inquiry__subtitle {
    background-color: #0066AE;
    color: #fff;
    font-size: 161.53846%;
    font-weight: bold;
    line-height: 157.14286%;
    padding: 9px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .inquiry .inquiry__subtitle {
        font-size: 138.46154%; } }
  .inquiry .inquiry-box {
    border: solid 1px #0066AE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 35px 9px; }
    @media only screen and (max-width: 767px) {
      .inquiry .inquiry-box {
        display: block; } }
    .inquiry .inquiry-box__group {
      width: 47.4%; }
      @media only screen and (max-width: 767px) {
        .inquiry .inquiry-box__group {
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .inquiry .inquiry-box__information {
        width: 100%; } }
    .inquiry .inquiry-box__text {
      font-size: 123.07692%;
      letter-spacing: 0.1em;
      line-height: 187.5%; }
      @media only screen and (max-width: 767px) {
        .inquiry .inquiry-box__text {
          font-size: 100%; } }
    .inquiry .inquiry-box__gray-box {
      background-color: #e8e8e8;
      padding: 3px 14px; }
  .inquiry ul {
    margin-left: 27px;
    margin-bottom: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .inquiry ul {
        margin-left: 8px;
        margin-bottom: 16px; } }
  .inquiry ul li {
    font-size: 123.07692%;
    letter-spacing: 0.1em;
    line-height: 1.9;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .inquiry ul li {
        font-size: 107.69231%;
        line-height: 1.7; } }
  .inquiry ul li:before {
    background-image: url("../img/dots.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    content: "";
    height: 10px;
    color: #0066AE;
    display: inline-block;
    font-size: 215.38462%;
    position: absolute;
    top: 9px;
    left: -21px;
    width: 10px; }
    @media only screen and (max-width: 767px) {
      .inquiry ul li:before {
        background-size: 7px 7px;
        font-size: 153.84615%;
        height: 10px;
        color: #0066AE;
        position: absolute;
        top: 8px;
        left: -11px;
        width: 10px; } }
  .inquiry .kanazawa {
    margin-top: 34px; }
    @media only screen and (max-width: 767px) {
      .inquiry .kanazawa {
        margin-top: 20px; } }
  .inquiry .kyoto {
    margin-top: 39px; }
    @media only screen and (max-width: 767px) {
      .inquiry .kyoto {
        margin-top: 20px; } }
    .inquiry .kyoto .inquiry-box {
      padding-bottom: 35px; }
  .inquiry .oosaka {
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      .inquiry .oosaka {
        margin-top: 20px; } }
    .inquiry .oosaka .inquiry-box {
      padding-bottom: 35px; }
  .inquiry .koube {
    margin-top: 47px; }
    @media only screen and (max-width: 767px) {
      .inquiry .koube {
        margin-top: 20px; } }
    .inquiry .koube .inquiry-box {
      padding-bottom: 13px; }
      @media only screen and (max-width: 767px) {
        .inquiry .koube .inquiry-box {
          padding-bottom: 35px; } }
  .inquiry .hukutiyama {
    margin-top: 48px; }
    @media only screen and (max-width: 767px) {
      .inquiry .hukutiyama {
        margin-top: 20px; } }
    .inquiry .hukutiyama .inquiry-box {
      padding-bottom: 36px; }
  .inquiry .wakayama {
    margin-top: 52px; }
    @media only screen and (max-width: 767px) {
      .inquiry .wakayama {
        margin-top: 20px; } }
    .inquiry .wakayama .inquiry-box {
      padding-bottom: 37px; }
  .inquiry .okayama {
    margin-top: 53px; }
    @media only screen and (max-width: 767px) {
      .inquiry .okayama {
        margin-top: 20px; } }
    .inquiry .okayama .inquiry-box {
      padding-bottom: 36px; }
  .inquiry .yonago {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .inquiry .yonago {
        margin-top: 20px; } }
    .inquiry .yonago .inquiry-box {
      padding-bottom: 35px; }
  .inquiry .hiroshima {
    margin-top: 52px; }
    @media only screen and (max-width: 767px) {
      .inquiry .hiroshima {
        margin-top: 20px; } }
    .inquiry .hiroshima .inquiry-box {
      padding-bottom: 13px; }
  .inquiry .inquiry__btn-back {
    margin: 109px auto 165px;
    width: 223px; }
    @media only screen and (max-width: 767px) {
      .inquiry .inquiry__btn-back {
        margin-top: 50px;
        margin-bottom: 80px; } }
    .inquiry .inquiry__btn-back img {
      width: 100%; }
