@charset "UTF-8";

/*====================

RESET/BASE

====================*/
:root {
  --color01:#000;
  --color02:#3a81d4;
  --color03:#0f283f;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
a {
  color: var(--color01);
  text-decoration: none;
}
#container {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--color01);
  font-feature-settings: "palt";
  overflow: hidden;
  letter-spacing: .05em;
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.font_bold {
  font-weight: 700;
}
.display__sp {
  display: none;
}
@media screen and (max-width: 996px) {
  .display__sp {
    display: block;
  }
}

/* メインビジュアル */
.mv {
  background-image: url(main.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1600px auto;
  padding-top: 100px;
  padding-bottom: 70px;
}
.mv__wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 996px) {
  .mv {
    background-position: top left;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

/* リード */
.lead {
  width: 90%;
  max-width: 800px;
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
  color: #fff;
  background-color: var(--color02);
  padding: 35px 50px;
  margin: 0 auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 996px) {
  .lead {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (min-width: 997px) {
  .lead {
    position: relative;
    top: -50px;
  }
}

/* セクション */
.section__area {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}
.section {
  padding: 70px 0;
}
.section__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section__ttl {
  font-size: 28px;
  text-align: justify;
  color: var(--color02);
  margin-bottom: 40px;
}
.section__txt {
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
}
.section__txt + .section__txt {
  margin-top: 40px;
}
.section__image__box {
  margin: 40px 0;
}
.section__txt__box {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(to left, #93278f, #265f9d);
  padding-left: 40px;
  padding-right: 10px;
}
.section__image__txt span {
  font-size: 150%;
  margin-right: 10px;
}
.section__image {
  margin: 40px 0;
}
#sec1 .section__image {
  margin-bottom: 0;
}
.section__caption {
  font-size: 14px;
  color: var(--color02);
  text-align: justify;
  margin-top: 1em;
}
@media screen and (max-width: 996px) {
  .section__txt__box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section + .section {
    padding-bottom: 0;
  }
  #sec1.section {
    padding-bottom: 0;
  }
  #sec4.section {
    padding-bottom: 70px;
  }
  .section__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section__txt {
    font-size: 16px;
  }
  .section__caption {
    font-size: 13px;
  }
}
@media screen and (min-width: 997px) {
  .section__container {
    max-width: 1600px;
    background-image: url(back.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
  }
  #sec1 .section {
    padding-top: 30px;
  }
  .section__image__box {
    display: flex;
  }
  .section__box__image,
  .section__txt__box {
    width: 50%;
    box-sizing: border-box;
  }
}

/* お問い合わせ */
.contact {
  max-width: 1600px;
  background-image: url(info.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact__wrap {
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact__txt {
  font-size: 28px;
  color: var(--color03);
  margin-bottom: 20px;
}
.contact__link a {
  font-size: 17px;
  word-break: break-all;
  color: var(--color02);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }
  .contact__wrap {
    padding: 40px 20px;
  }
  .contact__txt {
    font-size: 24px;
  }
}