@charset "UTF-8";

/*====================

RESET/BASE

====================*/
:root {
  --color01:#3e3a39;
  --color02:#0072bc;
  --color03:#003b82;
  --color04:#fccf00;
  --color05:#f2f2f2;
}
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;
}
.display__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .display__sp {
    display: block;
  }
}

/* ファーストビュー */
.firstview {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .firstview__top {
    background-color: var(--color02);
    position: relative;
  }
  .firstview__top__image img {
    filter: drop-shadow(20px 0 0 #fff);
  }
  .firstview__name__box {
    height: 130px;
    background-color: rgba(255,255,255,.8);
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .firstview__name__box:nth-child(1) {
    left: 30%;
  }
  .firstview__name__box:nth-child(2) {
    left: 56%;
  }
  .firstview__txt,
  .firstview__name {
    font-size: 12px;
    line-height: 1.4;
  }
  .firstview__name {
    margin-top: 5px;
  }
  .firstview__txt span {
    font-weight: 600;
  }
  .firstview__name span {
    font-size: 120%;
    font-weight: 600;
  }
  .firstview__box {
    background-color: var(--color02);
    padding: 10px 0;
  }
  .firstview__box__inn {
    width: 90%;
    max-width: 790px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .firstview__box__image {
    position: relative;
  }
  .firstview__box__image:nth-child(1)::after,
  .firstview__box__image:nth-child(3)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  .firstview__box__image:nth-child(1)::after {
    right: -30px;
  }
  .firstview__box__image:nth-child(3)::after {
    left: -30px;
  }
  .firstview_title__inn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .firstview__box__image:nth-child(2) {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .firstview__top {
    height: 350px;
  }
  .firstview__top__image img {
    height: 350px !important;
    object-fit: cover;
  }
  .firstview__box__inn {
    gap: 30px;
  }
  .firstview__top__box {
    width: 100%;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    bottom: 0;
  }
  .firstview__box__image:nth-child(1)::after {
    right: -15px;
  }
  .firstview__box__image:nth-child(3)::after {
    left: -15px;
  }
  .firstview__top__inn {
    display: flex;
  }
  .firstview__name__box {
    width: 50%;
    height: auto;
    padding: 10px;
    background: none;
    position: relative;
    transform: none;
    box-sizing: border-box;
  }
  .firstview__name__box:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .firstview__name__box:nth-child(1),
  .firstview__name__box:nth-child(2) {
    left: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  .firstview__name__box:nth-child(1) {
    display: block;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .firstview {
    background-image: url(main_all.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 1600px auto;
    padding-top: 470px;
  }
  .firstview__top__image,
  .firstview__box {
    display: none;
  }
  .firstview__name__box {
    height: 138px;
    padding: 10px 15px;
    position: absolute;
    top: 300px;
    box-sizing: border-box;
  }
  .firstview__name__box:nth-child(1) {
    left: 130px;
  }
  .firstview__name__box:nth-child(1)::before {
    content: "";
    width: 200%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: -100%;
  }
  .firstview__name__box:nth-child(2) {
    display: flex;
    align-items: center;
    left: 590px;
  }
  .firstview__name__box:nth-child(2)::before {
    content: "";
    width: 200%;
    height: 100%;
    background: linear-gradient(131deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
  }
  .firstview__name__inn {
    position: relative;
    z-index: 1;
  }
  .firstview__txt,
  .firstview__name {
    font-size: 13px;
    line-height: 1.4;
  }
  .firstview__txt span {
    font-weight: 600;
  }
  .firstview__name {
    margin-top: 5px;
  }
  .firstview__name span {
    font-size: 120%;
    font-weight: 600;
  }
}

/* リード */
.lead {
  padding: 50px 0;
}
.lead__wrap {
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead__title {
  margin-bottom: 20px;
}
.lead__txt {
  font-size: 18.5px;
  font-weight: 600;
  text-align: justify;
  line-height: 2;
  color: var(--color02);
}
@media screen and (max-width: 1280px) {
  .lead {
    background: linear-gradient(128deg, transparent 0%, transparent 47vw, var(--color05) 47vw, var(--color05) 100%);
  }
}
@media screen and (max-width: 767px) {
  .lead {
    background: var(--color05);
    padding: 40px 0;
  }
  .lead__title {
    margin-bottom: 10px;
  }
  .lead__txt {
    font-size: 16px;
  }
}

/* ポイント */
.pointbox {
  width: 90%;
  max-width: 700px;
  border-radius: 20px;
  border: solid 3px var(--color04);
  background-color: #fff;
  padding: 35px 20px 20px;
  margin: 40px auto 0;
  position: relative;
  box-sizing: border-box;
}
.pointbox__title {
  white-space: nowrap;
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color02);
  border-radius: 50vh;
  background-color: var(--color04);
  padding: 0 25px;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pointbox__title span {
  letter-spacing: .5em;
}
.pointbox__txt {
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  color: var(--color02);
  padding-left:1em;
	text-indent:-1em;
}
.pointbox__txt + .pointbox__txt {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .pointbox {
    padding-top: 30px;
  }
  .pointbox__title {
    line-height: 30px;
    font-size: 15px;
    top: -16px;
  }
  .pointbox__txt {
    font-size: 14px;
  }
}

/* セクション */
.section {
  padding: 40px 0;
}
.section__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section__titlebox {
  max-width: 605px;
  text-align: center;
  border-top: solid 1px var(--color03);
  border-bottom: solid 1px var(--color03);
  margin: 0 auto 40px;
  box-sizing: border-box;
  position: relative;
}
.section__titlebox::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color03);
  position: absolute;
  top: 50px;
  left: 0;
}
.section__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  color: var(--color03);
}
.section__txt {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.section__txt + .section__txt {
  margin-top: 40px;
}
.section__txt sup {
  font-size: 13px;
  vertical-align: super;
}
.section__imagebox {
  margin-top: 40px;
}
.section__image {
  width: 57%;
}
.section__image.float_left {
  float: left;
  margin: 0 50px 30px -8%;
}
.section__image.float_right {
  float: right;
  margin: 0 -8% 30px 50px;
}
.section__captionbox {
  margin-top: 25px;
}
.section__caption {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  display: flex;
  align-items: flex-start;
}
.section__caption span {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .section__titlebox {
    margin-bottom: 30px;
  }
  .section__titlebox::before {
    top: 35px;
  }
  #section4 .section__titlebox::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color03);
    position: absolute;
    bottom: 35px;
    left: 0;
  }
  .section__title {
    font-size: 18px;
  }
  .section__txt {
    font-size: 15px;
  }
  .section__txt + .section__txt {
    margin-top: 25px;
  }
  .section__txt sup {
    font-size: 12px;
  }
  .section__image {
    width: auto;
  }
  .section__image.float_left,
  .section__image.float_right {
    float: none;
    margin: 0 auto 25px;
  }
  .section__caption {
    font-size: 12px;
  }
}

/* バナー */
.banner {
  max-width: 1600px;
  background-image: url(info_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1600px auto;
  padding: 85px 0;
  margin: 0 auto;
  position: relative;
}
.banner__wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.banner__inn {
  background-color: #fff;
  padding: 40px 50px;
}
.banner__top {
  border-bottom: solid 1px var(--color01);
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.banner__title {
  text-align: center;
}
.banner__title span {
  font-size: 21px;
  line-height: 35px;
  color: #fff;
  background-color: var(--color03);
  display: inline-block;
  padding: 0 10px;
}
.banner__link {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}
.banner__link a {
  word-break: break-all;
  color: var(--color03);
  text-decoration: underline;
}
.banner_num {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.banner_num span {
  line-height: 25px;
  font-size: 14px;
  border: solid 1px var(--color01);
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.banner__image {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner {
    background: none;
    background-color: var(--color02);
    padding: 40px 0;
    padding-bottom: 70px;
  }
  .banner__inn {
    padding: 20px;
  }
  .banner__top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .banner__title span,
  .banner__link {
    font-size: 14px;
  }
  .banner_num span {
    font-size: 12px;
  }
  .banner__image {
    margin-top: 20px;
  }
  .banner__image img {
    width: 200px;
  }
}