@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;
  -webkit-box-sizing: border-box;
          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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  font-weight: 300;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

figure {
  line-height: 0;
}

button {
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  display: block;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/******************************************************************************
 * btn
*******************************************************************************/
.cv {
  background-color: #197eb8;
  padding: 12.66667vw 0 13.33333vw;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
  .cv {
    padding: 90px 0 110px;
  }
}

.btn a {
  background-color: #fff;
  display: block;
  margin: 0 auto 4.66667vw;
  text-align: center;
  font-weight: bold;
  width: 89.33333%;
  height: 20.8vw;
  line-height: 20.8vw;
  font-size: 1.8rem;
  font-size: 4.8vw;
  border-radius: 1.06667vw;
  color: #1289cf;
}

@media only screen and (min-width: 768px) {
  .btn a {
    width: 600px;
    height: 82px;
    line-height: 82px;
    border-radius: 4px;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .btn a:hover {
    opacity: .7;
  }
}

.txt-link {
  text-align: center;
}

.txt-link a {
  color: #fff;
  text-decoration: underline;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .txt-link a:hover {
    text-decoration: none;
  }
}

.fix-btn-area {
  background-color: #197eb8;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 -4px 6px 0 rgba(57, 57, 57, 0.25);
          box-shadow: 0 -4px 6px 0 rgba(57, 57, 57, 0.25);
  padding: 5.33333vw 0;
  bottom: -26.13333vw;
  -webkit-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out;
}

@media only screen and (min-width: 768px) {
  .fix-btn-area {
    padding: 16px 0 16px 40px;
    bottom: -122px;
  }
}

.fix-btn-area-inner {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .fix-btn-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    padding-left: 40px;
  }
}

.fix-btn-txt-area {
  display: none;
}

@media only screen and (min-width: 768px) {
  .fix-btn-txt-area {
    display: block;
  }
}

.fix-btn-txt {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .fix-btn-txt {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.fix-btn-txt-link a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
}

.fix-btn-txt-link a:hover {
  text-decoration: none;
}

.fix-btn a {
  background-color: #fff;
  color: #1289cf;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  width: 89.33333%;
  border-radius: 1.06667vw;
  line-height: 15.46667vw;
  -webkit-box-shadow: 0 5px 0 0 #0e689d;
          box-shadow: 0 5px 0 0 #0e689d;
}

@media only screen and (min-width: 768px) {
  .fix-btn a {
    line-height: 60px;
    border-radius: 4px;
    width: 395px;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-shadow: 5px 5px 0 0 #0e689d;
            box-shadow: 5px 5px 0 0 #0e689d;
  }
  .fix-btn a:hover {
    opacity: .7;
  }
}

.fix-btn-show {
  bottom: 0;
}

/******************************************************************************
 * header
*******************************************************************************/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89.33333%;
  margin: 0 auto;
  height: 13.33333vw;
}

@media only screen and (min-width: 768px) {
  .header {
    width: 1000px;
    height: 90px;
  }
}

.logo {
  height: 4.8vw;
  font-size: 0;
  margin-right: 4vw;
}

.logo img {
  height: 100%;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .logo {
    margin-right: 0;
    height: auto;
  }
  .logo img {
    height: auto;
  }
}

.header-txt {
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .header-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-v {
  z-index: 0;
  position: relative;
  margin-bottom: -9.33333vw;
}

@media only screen and (min-width: 768px) {
  .main-v {
    background: url(../img/mv_bg.jpg) center 0 no-repeat;
    margin-bottom: -94px;
  }
}

@media only screen and (min-width: 1601px) {
  .main-v {
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 768px) {
  .main-tit {
    padding: 97px 0 182px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    left: -14px;
  }
}

/******************************************************************************
 * introduction
*******************************************************************************/
.introduction {
  z-index: 1;
  position: relative;
  width: 89.33333%;
  margin: 0 auto 12vw;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  padding: 6vw 0;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .introduction {
    width: 1000px;
    padding: 45px 0 50px;
    margin-bottom: 70px;
  }
}

.introduction-tit {
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 4vw;
  width: 88.0597%;
  margin: 0 auto 4.66667vw;
  line-height: 1.4;
}

.introduction-tit .txt-s {
  font-weight: normal;
  display: block;
  font-size: 1.2rem;
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .introduction-tit {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .introduction-tit .txt-s {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 5px;
  }
}

.introduction-box {
  width: 88.0597%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .introduction-box {
    width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.introduction-graph {
  margin-bottom: 6.66667vw;
}

.introduction-graph img {
  margin-bottom: 1.33333vw;
}

@media only screen and (min-width: 768px) {
  .introduction-graph {
    margin: 0 25px 0 0;
  }
  .introduction-graph img {
    width: 440px;
    margin-bottom: 20px;
  }
}

.introduction-graph__txt {
  font-size: 1.2rem;
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .introduction-graph__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .introduction-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/******************************************************************************
 * block
*******************************************************************************/
.block-tit {
  font-weight: normal;
  font-size: 2rem;
  font-size: 5.33333vw;
  text-align: center;
  letter-spacing: -0.03em;
  color: #1078A0;
  margin-bottom: 6.66667vw;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .block-tit {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 35px;
    line-height: 1.4;
  }
}

.block-txt {
  margin: 0 auto 5.33333vw;
  width: 89.33333vw;
}

@media only screen and (min-width: 768px) {
  .block-txt {
    width: 920px;
    margin: 0 auto 30px;
  }
}

/******************************************************************************
 * block01
*******************************************************************************/
.block01 {
  width: 89.33333%;
  margin: 0 auto 21.33333vw;
}

@media only screen and (min-width: 768px) {
  .block01 {
    width: 920px;
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .block01-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.block01-list__item {
  background-color: #F2FAFF;
  padding: 5.33333vw 0;
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block01-list__item {
    width: 450px;
    padding: 25px 40px 20px;
    margin-bottom: 0;
  }
}

.block01-list__tit {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #1289CE;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .block01-list__tit {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block01-list__txt {
  width: 88.0597%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block01-list__txt {
    width: auto;
  }
}

.block01-txt {
  margin-bottom: 1.33333vw;
}

@media only screen and (min-width: 768px) {
  .block01-txt {
    margin-bottom: 10px;
  }
}

.attention {
  font-size: 1.2rem;
  font-size: 3.2vw;
  text-indent: -1.35em;
  padding-left: 1.35em;
  padding-top: 2vw;
}

@media only screen and (min-width: 768px) {
  .attention {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

/******************************************************************************
 * block02
*******************************************************************************/
.block02 {
  background-color: #f2faff;
  position: relative;
  padding: 18.66667vw 0 13.33333vw;
}

@media only screen and (min-width: 768px) {
  .block02 {
    padding: 100px 0 90px;
  }
}

.block02-balloon {
  border: 0.26667vw solid #333333;
  text-align: center;
  width: 84%;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.5;
  padding: 3.33333vw 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -9.33333vw;
}

.block02-balloon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.93333vw;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5.06667vw 7.33333vw 0 7.33333vw;
}

@media only screen and (min-width: 768px) {
  .block02-balloon {
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 2px;
    width: 630px;
    line-height: 1;
    padding: 25px 0;
    top: -35px;
  }
  .block02-balloon:after {
    bottom: -28px;
    border-width: 26px 30px 0 30px;
  }
}

.block02-list {
  width: 89.33333%;
  margin: 0 auto;
  padding-top: 2.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-list {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
  }
}

.block02-list__item {
  margin-bottom: 8vw;
}

.block02-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block02-list__item {
    width: 300px;
    margin-bottom: 0;
  }
}

.block02-list__no {
  line-height: 9.33333vw;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  font-size: 4vw;
  color: #1289CD;
  border: 0.26667vw solid #1289CD;
  width: 70.14925%;
  margin: 0 auto 5.33333vw;
  border-radius: 4.66667vw;
}

.block02-list__no .txt-s {
  font-size: 1.4rem;
  font-size: 3.73333vw;
  padding-right: 2.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-list__no {
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 1px;
    line-height: 34px;
    border-radius: 17px;
    width: 196px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  .block02-list__no .txt-s {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 10px;
  }
}

.block02-list__icon {
  margin: 0 auto 4.66667vw;
  width: 21.33333vw;
  height: 21.33333vw;
}

.block02-list__icon img {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .block02-list__icon {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
  }
}

.block02-list__tit {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 4.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-list__tit {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

/******************************************************************************
 * block03
*******************************************************************************/
.block03 {
  padding: 12vw 0 8vw;
  width: 89.33333%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block03 {
    padding: 90px 0 75px;
    width: 1200px;
  }
}

.block03-cont-list__item {
  padding: 0 0 8vw;
  border-bottom: 0.26667vw solid #cccccc;
  margin-bottom: 8vw;
}

.block03-cont-list__item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__item {
    border-width: 1px;
    padding: 35px 50px 70px 100px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: 35px 0;
    background-size: 144px 144px;
  }
  .block03-cont-list__item:nth-child(2) {
    padding: 0 100px 50px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block03-cont-list__txt-area.-left {
    margin-right: 40px;
  }
}

.block03-cont-list__tit {
  font-size: 1.9rem;
  font-size: 5.06667vw;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 6.66667vw;
  padding-top: 10vw;
  position: relative;
}

.block03-cont-list__tit:after {
  content: "";
  background: url(../img/block03_tit_icon01.svg) 0 0 no-repeat;
  width: 21.33333vw;
  height: 21.33333vw;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__tit {
    padding-top: 0;
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .block03-cont-list__tit:after {
    width: 145px;
    height: 145px;
    left: -50px;
    top: -40px;
    right: auto;
  }
}

.block03-cont-list__tit02:after {
  background: url(../img/block03_tit_icon02.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__tit02:after {
    left: auto;
    right: -40px;
  }
}

.block03-cont-list__tit03:after {
  background: url(../img/block03_tit_icon03.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.block03-cont-list__no {
  font-weight: bold;
  color: #1289cd;
  line-height: 1;
  display: block;
  margin-bottom: 8vw;
  font-size: 1.6rem;
  font-size: 4.26667vw;
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__no {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.block03-cont-list__txt {
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__txt {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .block03-cont-list__zu {
    width: 590px;
  }
  .block03-cont-list__zu.-left {
    margin-right: 40px;
  }
}

.block03-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .block03-icon-list {
    width: 590px;
  }
}

.block03-icon-list__item {
  width: 47.76119%;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .block03-icon-list__item {
    width: 190px;
    margin-bottom: 15px;
  }
}

.block03-icon-list__tit {
  color: #fff;
  border: 1px solid #dfdfdf;
  background-color: #48648d;
  font-size: 1rem;
  font-size: 2.66667vw;
  text-align: center;
  line-height: 4vw;
}

@media only screen and (min-width: 768px) {
  .block03-icon-list__tit {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
  }
}

.block03-icon-list__icon {
  border: 1px solid #dfdfdf;
  border-top: none;
  text-align: center;
  padding: 2.66667vw 0;
}

.block03-icon-list__icon img {
  width: 31.33333vw;
}

@media only screen and (min-width: 768px) {
  .block03-icon-list__icon {
    padding: 10px 0;
  }
  .block03-icon-list__icon img {
    width: auto;
  }
}

/******************************************************************************
 * block04
*******************************************************************************/
.block04 {
  background-color: #128cd3;
  padding: 12vw 0 13.33333vw;
}

@media only screen and (min-width: 768px) {
  .block04 {
    padding: 80px 0 100px;
  }
}

.block04-list {
  width: 89.33333%;
  margin: 0 auto;
  padding-top: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block04-list {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
}

.block04-list__item {
  margin-bottom: 8vw;
}

.block04-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block04-list__item {
    margin-bottom: 0;
    width: 300px;
  }
}

.block04-list__tit {
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  font-size: 4.8vw;
  text-align: center;
  line-height: 6.66667vw;
  margin-bottom: 5.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .block04-list__tit {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

.block04-list__tit-center {
  padding-left: 9.33333vw;
  background: url(../img/check.svg) 0 0 no-repeat;
  background-size: 6.66667vw 6.66667vw;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .block04-list__tit-center {
    background-size: 35px 35px;
    padding-left: 50px;
  }
}

.block04-list__txt {
  color: #fff;
}

/******************************************************************************
 * block05
*******************************************************************************/
.block05 {
  padding: 12vw 0 8.66667vw;
  width: 89.33333%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block05 {
    padding: 100px 0 120px;
    width: 1000px;
  }
}

.block05-list {
  padding-top: 8vw;
  border-top: 0.26667vw solid #CCCCCC;
}

@media only screen and (min-width: 768px) {
  .block05-list {
    border: none;
    padding-top: 15px;
  }
}

.block05-list__item {
  margin-bottom: 4.66667vw;
}

.block05-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block05-list__item {
    border-bottom: 1px solid #ccc;
    padding: 0 0 25px 40px;
    margin-bottom: 25px;
  }
  .block05-list__item:first-child {
    padding-top: 25px;
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 768px) {
  .block05-list__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block05-list__tit {
  background-color: #DCF2FF;
  height: 12vw;
  line-height: 12vw;
  border-radius: 2.13333vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  letter-spacing: 0.05em;
  color: #1078A0;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .block05-list__tit {
    margin: 0;
    width: 140px;
    height: 160px;
    border-radius: 8px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) {
  .block05-list__tit03 {
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .block05-list__dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.block05-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block05-icon-list__item {
  width: 33%;
  text-align: center;
  margin-bottom: 4.66667vw;
}

@media only screen and (min-width: 768px) {
  .block05-icon-list__item {
    width: 200px;
    margin-bottom: 0;
  }
  .block05-icon-list__item:nth-child(-n + 4) {
    margin-bottom: 18px;
  }
  .block05-icon-list__item.mb0:nth-child(-n + 4) {
    margin-bottom: 0;
  }
}

.block05-list__icon {
  height: 10.66667vw;
  margin-bottom: 2vw;
}

.block05-list__icon img {
  max-width: none;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .block05-list__icon {
    margin-bottom: 5px;
    height: 46px;
  }
}

.block05-list__txt {
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .block05-list__txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}

/******************************************************************************
 * footer
*******************************************************************************/
.footer {
  background-color: #3e5f94;
  color: #fff;
  padding-top: 9.33333vw;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}

.footer-list {
  margin: 0 auto 10.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 89.33333%;
}

@media only screen and (min-width: 768px) {
  .footer-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    width: 1000px;
  }
}

.footer-list__item {
  line-height: 2.5;
  text-align: center;
  position: relative;
  letter-spacing: -0.03em;
}

.footer-list__item:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.73333vw;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-list__item:nth-child(3):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.73333vw;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-list__item:nth-child(5) a {
  padding: 0 2vw 0 0;
}

.footer-list__item:nth-child(5):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.73333vw;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-list__item:nth-child(6) a {
  padding: 0 2vw;
}

.footer-list__item:nth-child(6):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.73333vw;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-list__item:nth-child(7) a {
  padding: 0 0 0 2vw;
}

.footer-list__item a {
  color: #fff;
  padding: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .footer-list__item {
    letter-spacing: 0;
    line-height: 22px;
    border-left: 1px solid #fff;
  }
  .footer-list__item:last-child {
    border-right: 1px solid #fff;
  }
  .footer-list__item:nth-child(1):after {
    content: none;
  }
  .footer-list__item:nth-child(3):after {
    content: none;
  }
  .footer-list__item:nth-child(5) a {
    padding: 0 22px;
  }
  .footer-list__item:nth-child(5):after {
    content: none;
  }
  .footer-list__item:nth-child(6) a {
    padding: 0 22px;
  }
  .footer-list__item:nth-child(6):after {
    content: none;
  }
  .footer-list__item:nth-child(7) a {
    padding: 0 22px;
  }
  .footer-list__item:nth-child(7):after {
    content: none;
  }
  .footer-list__item a {
    padding: 0 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-list__item a:hover {
    text-decoration: underline;
    color: #FFCC02;
  }
}

.footer-txt-wrap {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  .footer-txt-wrap {
    margin-bottom: 45px;
  }
}

.footer-txt {
  text-align: center;
  font-size: 1.4rem;
  font-size: 3.73333vw;
}

@media only screen and (min-width: 768px) {
  .footer-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.copy {
  background-color: #30538b;
  text-align: center;
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 19.46667vw;
}

@media only screen and (min-width: 768px) {
  .copy {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 60px;
  }
}

/******************************************************************************
 * layout
*******************************************************************************/
/****flex
*****************************************/
.flex-pc, .flex-space-between-pc {
  display: block;
}

.flex, .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .flex-pc, .flex-space-between-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .flex-space-between-pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex-space-tb-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-space-lr-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

.pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    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;
}
/*# sourceMappingURL=style.css.map */