@charset "UTF-8";
main {
  position: relative;
  padding: 82px 0 0 0;
  margin: 0;
  display: block;
}

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 106px 0 0 0;
  box-sizing: border-box;
}

.message {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.message .message_box {
  width: 58%;
  box-sizing: border-box;
}
.message .message_box .title {
  font-size: 3rem;
  line-height: 1.75;
  margin-bottom: 45px;
  font-weight: 600;
}
.message .message_box .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
  font-feature-settings: "palt" 1;
}
.message .message_box .text.end {
  margin-bottom: 0;
}
.message .message_box .mb70 {
  margin-bottom: 70px;
}
.message .message_box .mb40 {
  margin-bottom: 40px;
}
.message .img_box {
  width: 33.9%;
  max-width: 400px;
  margin-top: 110px;
}
.message .img_box img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.boss_name {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 170px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: -3.75em;
}

/* タブレット用）の記述
========================================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 65px 0 0 0;
  }
  main .index-btn_box {
    display: block;
    width: 96%;
    margin: 0 auto 100px;
  }
  main .index-btn_box .index-btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    transition: all 0.3s;
  }
  main .index-btn_box .index-btn .title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: 1em;
    padding-top: 20px;
    color: #013686;
    text-align: center;
  }
  main .index-btn_box .index-btn .image {
    width: 193px;
  }
  main .index-btn_box .index-btn .image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  main .index-btn_box .index-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .contents {
    padding: 50px 20px;
  }
  .message {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .message .message_box {
    width: 58%;
    box-sizing: border-box;
  }
  .message .message_box .title {
    font-size: 3rem;
    line-height: 1.75;
    margin-bottom: 45px;
    font-weight: 600;
  }
  .message .message_box .text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 2.5em;
    font-feature-settings: "palt" 1;
  }
  .message .message_box .text.end {
    margin-bottom: 0;
  }
  .message .message_box .mb70 {
    margin-bottom: 70px;
  }
  .message .message_box .mb40 {
    margin-bottom: 40px;
  }
  .message .img_box {
    width: 33.9%;
    max-width: 400px;
  }
  .message .img_box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header {
    max-height: 45px;
  }
  main {
    padding: 45px 0 0 0;
  }
  main .index-btn_box {
    display: block;
    width: 96%;
    margin: 0 auto 100px;
  }
  main .index-btn_box .index-btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    transition: all 0.3s;
  }
  main .index-btn_box .index-btn .title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: 1em;
    padding-top: 20px;
    color: #013686;
    text-align: center;
  }
  main .index-btn_box .index-btn .image {
    width: 193px;
  }
  main .index-btn_box .index-btn .image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  main .index-btn_box .index-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .contents {
    padding: 50px 20px 0;
  }
  .message {
    display: block;
    width: 98%;
    margin: 0 auto 50px;
  }
  .message .message_box {
    width: 100%;
    box-sizing: border-box;
  }
  .message .message_box .title {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .message .message_box .text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 2.5em;
    font-feature-settings: "palt" 1;
  }
  .message .message_box .text.end {
    margin-bottom: 0;
  }
  .message .message_box .mb70 {
    margin-bottom: 70px;
  }
  .message .message_box .mb40 {
    margin-bottom: 40px;
  }
  .message .img_box {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .message .img_box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .boss_name {
    width: 79%;
    margin: 0 auto 50px;
    font-size: 1.4rem;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
  }
}