@charset "UTF-8";
/****reset
*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

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,
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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

input, select {
  vertical-align: middle;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

figure {
  line-height: 0;
}

/****btn
*****************************************/
.cv-area {
  background-color: #edecec;
  padding: 100px 0 85px;
}

.cv-area02 {
  padding-top: 80px;
}

.cv a {
  display: block;
  text-align: center;
  width: 640px;
  line-height: 90px;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.cv a:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 0px 0px #c4853a;
}

.cv-area02 .cv01 {
  margin-bottom: 40px;
}

.cv01 a {
  background-color: #ffbb1a;
  box-shadow: 0px 5px 0px 0px #c4853a;
  background-image: url(../img/btn-icon01.png), url(../img/btn-arrow.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 30px center,562px center;
}

.cv02 a {
  background-color: #4dbfd2;
  box-shadow: 0px 5px 0px 0px #227e8d;
  background-image: url(../img/btn-icon02.png), url(../img/btn-arrow.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 30px center,562px center;
}

/****head
*****************************************/
.header {
  position: relative;
  height: 80px;
  box-shadow: 0px 2px 6px 0 rgba(50, 48, 58, 0.1);
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

.header__inner {
  height: 80px;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
}

.header__item {
  display: flex;
  align-items: center;
}

.header__logo01 {
  width: 62px;
  align-items: center;
  margin-right: 15px;
}

.header__logo-txt {
  font-size: 15px;
  line-height: 1.6;
}

.header__logo02 {
  width: 138px;
  font-size: 0;
}

.main {
  height: calc(100vh - 80px);
  text-align: center;
  position: relative;
  background: url(../img/main-v.jpg) center 0 no-repeat;
  background-size: auto 100%;
  max-height: 1000px;
}

.main__tit {
  padding-top: 30px;
  width: 400px;
  margin: 0 auto;
}

.main__tit img {
  width: 100%;
}

@media screen and (min-height: 920px) {
  .main__tit {
    width: 520px;
  }
  .main__tit img {
    width: auto;
  }
}

.main .cv{
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: 0 auto;
  width: fit-content;
  background-color: #fff;
  border-radius: 10px;
}

.main .cv a{
  line-height: 66px;
  font-size: 20px;
  font-size: 2rem;
  width: 400px;
  background-position: 25px center,calc(100% - 25px) center;
  background-size: 43px auto, 35px 35px;
}

@media screen and (min-height: 920px) {
  .main .cv{
    top: -140px;
  }

  .main .cv a{
    width: 460px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 76px;
  }
}

.main__bottom-txt {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  height: 180px;
  background: rgba(0, 0, 0, 0.7) url(../img/main-bracket.png) center center no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 50% auto;
}

@media screen and (min-height: 920px) {
  .main__bottom-txt {
    height: 240px;
    font-size: 40px;
    font-size: 4rem;
    background-size: auto auto;
  }
}

.main__bottom-txt-wrap{
position: absolute;
  bottom: 0;
  width: 100%;
}

/****introduction
*****************************************/
.introduction-top-area {
  background-image: linear-gradient(135deg, #5682b2, #1a5596);
  color: #fff;
  padding: 80px 0 90px;
}

.introduction-top-area-list__item {
  padding-top: 130px;
}

.introduction-top-area-list__item01 {
  background: url(../img/introduction-list-icon01.png) center 0 no-repeat;
}

.introduction-top-area-list__item02 {
  background: url(../img/introduction-list-icon02.png) center 0 no-repeat;
}

.introduction-top-area-list__item03 {
  background: url(../img/introduction-list-icon03.png) center 0 no-repeat;
}

.introduction-top-area-list__tit {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 25px;
}

.introduction-top-area-list__txt {
  line-height: 1.5;
}

.introduction-top-area-list {
  width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.introduction-top-area-list__item {
  width: 33.3333333%;
}

.introduction-bottom-area {
  background-color: #4dbfd2;
  background-image: linear-gradient(135deg, #8ad5e1, #4dbfd2);
  padding: 75px 0;
  text-align: center;
  color: #fff;
}

.introduction-bottom-area__top-txt {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
}

introduction-bottom-area__bottom-txt {
  font-size: 20px;
  font-size: 2rem;
}

/****block
*****************************************/
.block-tit {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
}

/****block01
*****************************************/
.block01-tit {
  padding-top: 100px;
  color: #1a5596;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 60px;
}

.block01-tit:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #1a5596;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.block01-list__item {
  height: 590px;
}

.block-list__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.block-list__inner_right {
  justify-content: flex-end;
}

.block01-list__box {
  width: 640px;
  background-color: #fff;
  box-shadow: 1.4px 1.4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
}

.block01-list__tit {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.block01-list__no {
  display: block;
  background-color: #1d5596;
  color: #fff;
  height: 100px;
  width: 100px;
  margin-right: 30px;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 20px;
}

.block01-list__no-txt {
  font-size: 200%;
}

.block01-list__tit-txt {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #1d5596;
  line-height: 1.5;
}

.block01-list__item01 {
  background: #fefbfb url(../img/block01-img01.jpg) right 0 no-repeat;
}

.block01-list__item02 {
  background: #efecea url(../img/block01-img02.jpg) left 0 no-repeat;
}

.block01-list__item03 {
  background: #f5f5f5 url(../img/block01-img03.jpg) right 0 no-repeat;
}

/****block02
*****************************************/
.block02 {
  padding: 190px 0;
  text-align: center;
  background: url(../img/block02-bg.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
}

.block02-tit {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 55px;
  font-weight: bold;
}

.block02-txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/****block03
*****************************************/
.block03 {
  padding: 100px 0 70px;
}

.block03-tit {
  color: #4dbfd2;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 55px;
}

.block03-tit:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #4dbfd2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.block03-txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 55px;
}

.block03-list {
  width: 1100px;
  margin: 0 auto;
}

.block03-lis__item {
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding: 50px 50px 50px 200px;
  position: relative;
}

.block03-list__tit {
  color: #4dbfd2;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 20px;
}

.block03-list__no {
  position: absolute;
  left: 50px;
  top: 50px;
}

/****footer
*****************************************/
.foot-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 110px 0;
}

.foot-logo__img {
  width: 100px;
  margin-right: 30px;
}

.foot-logo__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.footer {
  background-color: #1d5596;
  text-align: center;
}

.footer-top {
  padding: 35px 60px;
}

.footer-link {
  width: 760px;
  margin: 0 auto 30px;
}

.footer-link__item {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-link__item a {
  color: #fff;
}

.footer-link__item a:hover {
  text-decoration: underline;
}

.footer-address {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer-bottom {
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  background-color: #9e9e9e;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/****display inline block inline-block
*****************************************/
.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/****text-align
*****************************************/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/****element-center
*****************************************/
.el-center {
  margin-right: auto;
  margin-left: auto;
}

.el-center-translate {
  transform: translateX(-50%);
  left: 50%;
}

/****float
*****************************************/
.flr {
  float: right;
}

.flr-pc {
  float: none;
}

@media only screen and (min-width: 768px) {
  .flr-pc {
    float: right;
  }
}

.fll {
  float: left;
}

.fll-pc {
  float: none;
}

@media only screen and (min-width: 768px) {
  .fll-pc {
    float: left;
  }
}

.cb {
  clear: both;
}

.fl-none {
  float: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  overflow: hidden;
}

/****flex
*****************************************/
/**親要素**/
.flex {
  display: flex;
}

.flex-pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .flex-pc {
    display: flex;
  }
}

.flex-inline {
  display: inline-flex;
}

.flex-inline-pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .flex-inline-pc {
    display: inline-flex;
  }
}

.flex-end {
  justify-content: flex-end;
}

.flex-sb {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.flex-ai-center {
  align-items: center;
}

.flex-rltb-center {
  justify-content: center;
  align-items: center;
}

.flex-column-pc {
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .flex-column-pc {
    flex-direction: column;
  }
}

.flex-column-sp {
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .flex-column-sp {
    flex-direction: row;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align-content-sb {
  align-content: space-between;
}

/**子要素**/
.flex-tb-center-child {
  align-self: center;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-grow-1 {
  flex-grow: 1;
}

/****utility
*****************************************/
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

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

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.relative {
  position: relative;
}

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.white-txt {
  color: #fff;
}

/****margin
*****************************************/
.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}

.elm-short-mrgb {
  margin-bottom: 2.66667vw;
}

@media only screen and (min-width: 768px) {
  .elm-short-mrgb {
    margin-bottom: 20px;
  }
}

.elm-mid-mrgb {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .elm-mid-mrgb {
    margin-bottom: 30px;
  }
}

.elm-lrg-mrgb {
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .elm-lrg-mrgb {
    margin-bottom: 40px;
  }
}

.block-short-mrgb {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  .block-short-mrgb {
    margin-bottom: 50px;
  }
}

.block-mid-mrgb {
  margin-bottom: 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .block-mid-mrgb {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .block-lrg-mrgb {
    margin-bottom: 120px;
  }
}
/*# sourceMappingURL=style.css.map */