@charset "UTF-8";
/* reset css　
---------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  width: 100%;
  min-width: 1040px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: calc(28 / 7.5 * 1vw);
    min-width: 0;
    padding: 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
  transition: .3s ease;
}

img {
  max-width: 100%;
}

ul li, ol li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.cont-inner-wrap {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .cont-inner-wrap {
    margin: 0;
    width: 100%;
  }
}

.flx-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ank-point {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .ank-point {
    top: calc(-100 / 7.5 * 1vw);
  }
}

/* header
---------------------------------------------------------------------------- */
header {
  background: url("../../images/pc_catch_bg_center.png") center top no-repeat, url("../../images/pc_catch_bg_left.png") left top no-repeat, url("../../images/pc_catch_bg_right_bottom.png") right bottom no-repeat;
  background-color: #F6F6F6;
  height: 730px;
  padding-top: 276px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    background: url("../../images/sp_catch_bg.png") center bottom/contain no-repeat;
    background-color: #F6F6F6;
    height: calc(1298 / 7.5 * 1vw);
    padding: calc(289 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) 0;
  }
}
header .title-box .sub-lead {
  font-size: 27px;
  margin-bottom: 35px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  header .title-box .sub-lead {
    font-size: calc(45 / 7.5 * 1vw);
    line-height: calc(62 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
    padding-left: calc(16 / 7.5 * 1vw);
  }
}
header .title-box h1 {
  width: 477px;
}
@media screen and (max-width: 767px) {
  header .title-box h1 {
    width: 100%;
  }
}

header nav {
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  border-radius: 43px;
  position: fixed;
  height: 85px;
  top: 30px;
  left: calc(50% - 500px);
  overflow: hidden;
  width: 1000px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header nav {
    align-items: flex-start;
    background: url("../../images/sp_header_hum_bg.png"), linear-gradient(to bottom, rgba(246, 246, 246, 0.9) 0%, rgba(246, 246, 246, 0.9) 85%, rgba(246, 246, 246, 0) 87%);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    box-shadow: none;
    height: calc(200 / 7.5 * 1vw);
    top: 0;
    left: 0;
    padding: calc(30 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) 0;
    width: 100%;
  }
}
header nav .logo {
  align-items: center;
  border-right: 1px solid #EB4E48;
  display: flex;
  justify-content: center;
  height: 65px;
  padding-left: 7px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  header nav .logo {
    border-right: none;
    height: auto;
    padding-left: 0;
    width: auto;
  }
}
header nav .logo a {
  width: 80px;
}
@media screen and (max-width: 767px) {
  header nav .logo a {
    width: calc(160 / 7.5 * 1vw);
  }
}
header nav ul {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 15px;
  justify-content: space-between;
  padding-left: 33px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header nav ul {
    display: none;
    background: url("../../images/sp_menu_bg_top_right.png") right calc(20 / 7.5 * 1vw) top calc(37 / 7.5 * 1vw)/calc(177 / 7.5 * 1vw) auto no-repeat, url("../../images/sp_menu_bg_bottom_left.png") left calc(40 / 7.5 * 1vw) bottom calc(80 / 7.5 * 1vw)/calc(221 / 7.5 * 1vw) auto no-repeat, url("../../images/sp_menu_bg_bottom_right.png") right calc(48 / 7.5 * 1vw) bottom calc(84 / 7.5 * 1vw)/calc(121 / 7.5 * 1vw) auto no-repeat;
    background-color: #EB4E48;
    position: fixed;
    left: 0;
    top: calc(170 / 7.5 * 1vw);
    padding: calc(40 / 7.5 * 1vw) calc(75 / 7.5 * 1vw) calc(208 / 7.5 * 1vw);
    height: auto;
    width: 100%;
  }
  header nav ul li {
    border-bottom: 2px dashed #fff;
    color: #fff;
    font-size: calc(32 / 7.5 * 1vw);
    font-weight: 700;
    height: calc(138 / 7.5 * 1vw);
    width: 100%;
  }
  header nav ul li a {
    align-items: center;
    display: flex;
    height: calc(138 / 7.5 * 1vw);
    width: 100%;
  }
}
header nav ul .to-contact {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #004298;
  flex-direction: column;
  color: #fff;
  height: 100%;
  width: 160px;
}
@media screen and (max-width: 767px) {
  header nav ul .to-contact {
    display: block;
    border-bottom: none;
    height: calc(120 / 7.5 * 1vw);
    margin-top: calc(80 / 7.5 * 1vw);
    width: 100%;
  }
  header nav ul .to-contact a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
header nav ul .to-contact a::before {
  background: url("../../images/icon_mail.png") center center/contain no-repeat;
  content: "";
  display: block;
  height: 19px;
  margin: 0 auto 8px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  header nav ul .to-contact a::before {
    height: calc(32 / 7.5 * 1vw);
    margin: 0 calc(20 / 7.5 * 1vw) 0 0;
    width: calc(44 / 7.5 * 1vw);
  }
}

/* sp menu button
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(64 / 7.5 * 1vw);
    justify-content: space-between;
    margin-top: calc(6 / 7.5 * 1vw);
    width: calc(100 / 7.5 * 1vw);
  }
  .sp-btn .bar {
    border-top: calc(10 / 7.5 * 1vw) solid #fff;
    transition: .3s ease;
    width: calc(100 / 7.5 * 1vw);
  }
  .sp-btn .bar::before, .sp-btn .bar::after {
    border-top: calc(10 / 7.5 * 1vw) solid #fff;
    content: "";
    display: block;
    height: 0;
    margin-top: calc(13 / 7.5 * 1vw);
    transition: .3s ease;
    width: 100%;
  }
  .sp-btn.open .bar {
    border-top: 2px solid transparent;
  }
  .sp-btn.open .bar::before {
    transform: rotate(-210deg);
  }
  .sp-btn.open .bar::after {
    transform: rotate(30deg);
    transform-origin: calc(91 / 7.5 * 1vw) calc(-4 / 7.5 * 1vw);
  }
}
/* block01
---------------------------------------------------------------------------- */
.block01 .upper-wrap {
  background: url("../../images/bg_matrix.png") right calc(50vw + 208px) top no-repeat, url("../../images/block01_bg.png") right calc(50vw - 640px) bottom 15px no-repeat;
  padding: 75px 0 72px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap {
    background: url("../../images/bg_matrix.png") right calc(50vw - calc(157 / 7.5 * 1vw)) top calc(-60 / 7.5 * 1vw)/calc(1440 / 7.5 * 1vw) auto no-repeat, url("../../images/block01_bg.png") right calc(40 / 7.5 * 1vw) bottom calc(46 / 7.5 * 1vw)/calc(120 / 7.5 * 1vw) auto no-repeat;
    padding: calc(110 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(100 / 7.5 * 1vw);
    margin-bottom: 0;
  }
}
.block01 .upper-wrap .flx-box {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .flx-box {
    align-items: stretch;
    flex-direction: column;
  }
}
.block01 .upper-wrap .title-box {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .title-box {
    width: 100%;
  }
}
.block01 .upper-wrap .title-box h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .title-box h2 {
    margin-bottom: calc(66 / 7.5 * 1vw);
  }
}
.block01 .upper-wrap .title-box h2 img {
  width: 207px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .title-box h2 img {
    width: calc(307 / 7.5 * 1vw);
  }
}
.block01 .upper-wrap .title-box h2 span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .title-box h2 span {
    font-size: calc(36 / 7.5 * 1vw);
    margin-top: calc(40 / 7.5 * 1vw);
  }
}
.block01 .upper-wrap .title-box .sub-lead {
  font-size: 33px;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .title-box .sub-lead {
    font-size: calc(53 / 7.5 * 1vw);
    line-height: calc(85 / 7.5 * 1vw);
    margin-bottom: calc(58 / 7.5 * 1vw);
  }
}
.block01 .upper-wrap .title-box .sub-lead strong {
  color: #EB4E48;
}
.block01 .upper-wrap .txt {
  padding-bottom: .4em;
  line-height: 35px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .block01 .upper-wrap .txt {
    font-size: calc(28 / 7.5 * 1vw);
    line-height: calc(53 / 7.5 * 1vw);
    width: 100%;
  }
}

.block01 .mid-wrap {
  background: #DCEBEE;
  padding: 92px 0 73px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap {
    padding: calc(80 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(150 / 7.5 * 1vw);
    position: relative;
  }
}
.block01 .mid-wrap h3 {
  color: #004298;
  font-size: 35px;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap h3 {
    font-size: calc(60 / 7.5 * 1vw);
    line-height: calc(80 / 7.5 * 1vw);
    margin-bottom: calc(60 / 7.5 * 1vw);
    padding-left: .5em;
  }
  .block01 .mid-wrap h3 br {
    margin-right: 1em;
  }
}
.block01 .mid-wrap .flx-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box {
    flex-direction: column;
  }
}
.block01 .mid-wrap .flx-box .cont-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-right: -10px;
  width: 680px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul {
    justify-content: space-between;
    padding-top: 0;
    margin-right: 0;
    width: 100%;
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li {
  border: 1px solid #004298;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li {
    height: calc(330 / 7.5 * 1vw);
    width: calc(330 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li.two-row-l {
  margin: 0 20px 0 100px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li.two-row-l {
    margin: 0 0 calc(30 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li.two-row-m {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li.two-row-m {
    margin: 0 0 calc(30 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li.two-row-r {
  margin: 0 100px 0 20px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li.two-row-r {
    margin: 0 0 calc(30 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li p {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 27px;
  justify-content: center;
  text-align: center;
  padding-bottom: 24px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li p {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(42 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box .cont-box ul li p::before {
  background: url("../../images/block01_icon_check.png") center center/contain no-repeat;
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 16px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box .cont-box ul li p::before {
    margin-bottom: calc(26 / 7.5 * 1vw);
    height: calc(25 / 7.5 * 1vw);
  }
}
.block01 .mid-wrap .flx-box figure {
  margin-left: -30px;
  width: 353px;
}
@media screen and (max-width: 767px) {
  .block01 .mid-wrap .flx-box figure {
    position: absolute;
    width: calc(376 / 7.5 * 1vw);
    bottom: calc(-83 / 7.5 * 1vw);
    right: 0;
  }
}

.block01 .lower-wrap {
  background: #004298 url("../../images/block01_h3_bg.png") center center no-repeat;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block01 .lower-wrap {
    background: #004298 url("../../images/block01_h3_bg_sp.png") center center/calc(690 / 7.5 * 1vw) auto no-repeat;
    height: calc(375 / 7.5 * 1vw);
  }
}
.block01 .lower-wrap h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block01 .lower-wrap h3 {
    font-size: calc(60 / 7.5 * 1vw);
    line-height: calc(80 / 7.5 * 1vw);
  }
}

/* block02
---------------------------------------------------------------------------- */
.block02 {
  background: url("../../images/bg_matrix.png") right calc(50vw + 282px) top -200px no-repeat;
  padding: 124px 0 110px;
}
@media screen and (max-width: 767px) {
  .block02 {
    background: url("../../images/bg_matrix.png") right 52vw top 40vw/calc(1440 / 7.5 * 1vw) auto no-repeat;
    padding: 0 0 calc(100 / 7.5 * 1vw);
    border-top: calc(100 / 7.5 * 1vw) solid #fff;
  }
}
.block02 .flx-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box {
    flex-direction: column;
  }
}
.block02 .flx-box .title-box {
  background: url("../../images/block02_h2_bg_img.png") center top 222px/contain no-repeat, url("../../images/block02_h2_bg.png") left 60px bottom 100px no-repeat;
  background-color: #EB4E48;
  width: calc(50vw - 227px);
  padding: 95px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .title-box {
    background: url("../../images/block02_h2_bg_sp.png") center center/cover no-repeat;
    height: calc(450 / 7.5 * 1vw);
    width: calc(630 / 7.5 * 1vw);
    padding: calc(156 / 7.5 * 1vw) calc(30 / 7.5 * 1vw);
  }
}
.block02 .flx-box .title-box h2 {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .title-box h2 {
    width: calc(416 / 7.5 * 1vw);
  }
}
.block02 .flx-box .title-box h2 img {
  width: 100%;
}
.block02 .flx-box .title-box h2 span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .title-box h2 span {
    font-size: calc(36 / 7.5 * 1vw);
    margin-top: calc(30 / 7.5 * 1vw);
  }
}
.block02 .flx-box .cont-wrap {
  margin-left: calc(50% - 500px);
  width: 665px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap {
    margin-left: 0;
    padding: 0 calc(30 / 7.5 * 1vw);
    width: auto;
  }
}
.block02 .flx-box .cont-wrap h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0 55px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap h3 {
    padding: calc(80 / 7.5 * 1vw) 0 calc(70 / 7.5 * 1vw);
    font-size: calc(45 / 7.5 * 1vw);
  }
}
.block02 .flx-box .cont-wrap h3 strong {
  display: block;
  color: #EB4E48;
  font-size: 45px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap h3 strong {
    font-size: calc(70 / 7.5 * 1vw);
    margin-top: calc(30 / 7.5 * 1vw);
  }
}
.block02 .flx-box .cont-wrap .flx-box {
  flex-wrap: wrap;
  padding-bottom: 75px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box {
    padding-bottom: 0;
  }
}
.block02 .flx-box .cont-wrap .flx-box .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #FCEFEF;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 40px 24px 36px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content {
    border-radius: calc(5 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
    padding: calc(90 / 7.5 * 1vw) calc(30 / 7.5 * 1vw);
    width: 100%;
  }
}
.block02 .flx-box .cont-wrap .flx-box .content h4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content h4 {
    font-size: calc(39 / 7.5 * 1vw);
    line-height: calc(55 / 7.5 * 1vw);
  }
}
.block02 .flx-box .cont-wrap .flx-box .content h4 strong {
  color: #EB4E48;
}
.block02 .flx-box .cont-wrap .flx-box .content h4.pad {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content h4.pad {
    margin-bottom: 0;
  }
}
.block02 .flx-box .cont-wrap .flx-box .content figure {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content figure {
    margin: calc(30 / 7.5 * 1vw) 0;
  }
}
.block02 .flx-box .cont-wrap .flx-box .content figure img {
  height: 95px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content figure img {
    height: calc(140 / 7.5 * 1vw);
  }
}
.block02 .flx-box .cont-wrap .flx-box .content p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .block02 .flx-box .cont-wrap .flx-box .content p {
    line-height: calc(47 / 7.5 * 1vw);
  }
}

@media screen and (min-width: 767px) and (max-width: 1060px) {
  .block02 {
    background: url("../../images/bg_matrix.png") right 810px top -200px no-repeat;
  }

  .block02 .flx-box .title-box {
    width: 303px;
  }
}
/* block03
---------------------------------------------------------------------------- */
.block03 {
  background: #DCEBEE;
  padding: 70px 0 53px;
}
@media screen and (max-width: 767px) {
  .block03 {
    padding: calc(140 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(130 / 7.5 * 1vw);
  }
}
.block03 .title-box h2 {
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block03 .title-box h2 {
    margin-bottom: calc(70 / 7.5 * 1vw);
  }
}
.block03 .title-box h2 img {
  width: 283px;
}
@media screen and (max-width: 767px) {
  .block03 .title-box h2 img {
    width: calc(486 / 7.5 * 1vw);
  }
}
.block03 .title-box h2 span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .block03 .title-box h2 span {
    font-size: calc(36 / 7.5 * 1vw);
    margin-top: calc(24 / 7.5 * 1vw);
  }
}
.block03 p {
  line-height: 30px;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .block03 p {
    line-height: calc(55 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
.block03 p strong {
  font-weight: 500;
}
.block03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block03 ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  margin-bottom: 15px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .block03 ul li {
    height: calc(100 / 7.5 * 1vw);
    line-height: calc(100 / 7.5 * 1vw);
    font-size: calc(30 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
    width: calc(330 / 7.5 * 1vw);
  }
}
.block03 ul::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .block03 ul::after {
    width: calc(330 / 7.5 * 1vw);
  }
}

/* block04
---------------------------------------------------------------------------- */
.block04 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .block04 {
    padding: calc(100 / 7.5 * 1vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .flx-box {
    flex-direction: column;
  }
}
.block04 .upper-wrap .flx-box .title-box {
  background: url("../../images/block04_bg_img.png") center top 305px/100% auto no-repeat, url("../../images/block04_bg.png") right 295px bottom 77px no-repeat;
  background-color: #004298;
  width: calc(50vw - 170px);
  padding: 95px 0 0;
  display: flex;
  justify-content: flex-end;
  height: 909px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .flx-box .title-box {
    background: url("../../images/block04_h2_bg_sp.png") center center/cover no-repeat;
    height: calc(550 / 7.5 * 1vw);
    width: calc(630 / 7.5 * 1vw);
    padding: calc(98 / 7.5 * 1vw) 0 0 calc(180 / 7.5 * 1vw);
    margin: 0 0 0 auto;
  }
}
.block04 .upper-wrap .flx-box .title-box h2 {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .flx-box .title-box h2 {
    width: calc(451 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .flx-box .title-box h2 img {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .flx-box .title-box h2 img {
    width: calc(416 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .flx-box .title-box h2 span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .flx-box .title-box h2 span {
    font-size: calc(36 / 7.5 * 1vw);
    margin-top: calc(30 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap {
  width: 570px;
  padding: 50px 0 0;
  margin-right: calc(50vw - 500px);
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap {
    width: 100%;
    padding: calc(210 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(120 / 7.5 * 1vw);
    margin-right: 0;
  }
}
.block04 .upper-wrap .cont-wrap .cont-box {
  border: 1px solid #EB4E48;
  border-radius: 10px;
  margin-bottom: 63px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box {
    border-radius: calc(10 / 7.5 * 1vw);
    margin-bottom: calc(193 / 7.5 * 1vw);
    padding-bottom: calc(40 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box.box02 {
  border: 1px solid #004298;
}
.block04 .upper-wrap .cont-wrap .cont-box h3 {
  align-items: center;
  background: #EB4E48;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  display: flex;
  text-align: center;
  position: relative;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box h3 {
    border-top-right-radius: calc(10 / 7.5 * 1vw);
    border-top-left-radius: calc(10 / 7.5 * 1vw);
    font-size: calc(40 / 7.5 * 1vw);
    height: calc(120 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box.box01 h3 img {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box.box01 h3 img {
    top: calc(-105 / 7.5 * 1vw);
    left: 0;
    width: calc(508 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box.box02 h3 {
  background: #004298;
}
.block04 .upper-wrap .cont-wrap .cont-box.box02 h3 img {
  position: absolute;
  top: -28px;
  left: 20px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box.box02 h3 img {
    top: calc(-120 / 7.5 * 1vw);
    left: 0;
    width: calc(594 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 30px 0 10px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.block04 .upper-wrap .cont-wrap .cont-box ul li {
  background: #EBEBEB;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box ul li {
    height: calc(50 / 7.5 * 1vw);
    line-height: calc(50 / 7.5 * 1vw);
    font-size: calc(28 / 7.5 * 1vw);
    width: calc(500 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box .price {
  display: flex;
  align-items: center;
  color: #EB4E48;
  font-size: 45px;
  font-weight: 700;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box .price {
    font-size: calc(75 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box .price .yen {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  margin-left: 4px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box .price .yen {
    font-size: calc(34 / 7.5 * 1vw);
    padding-top: calc(4 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box .price .yen .tax {
  margin-top: 2px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .cont-box .price .yen .tax {
    font-size: calc(22 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .cont-box.box02 .price {
  color: #004298;
}
.block04 .upper-wrap .cont-wrap .sub-lead-box {
  background: #DCEBEE;
  position: relative;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .01em;
  margin-top: -20px;
  padding: 20px 10px 20px 90px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .sub-lead-box {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(45 / 7.5 * 1vw);
    margin-top: calc(-80 / 7.5 * 1vw);
    padding: calc(55 / 7.5 * 1vw) calc(55 / 7.5 * 1vw) calc(55 / 7.5 * 1vw) calc(150 / 7.5 * 1vw);
  }
}
.block04 .upper-wrap .cont-wrap .sub-lead-box .baloon {
  background: url("../../images/block04_bg_bal.png") center center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 78px;
  position: absolute;
  padding-bottom: 10px;
  top: -10px;
  left: -10px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .block04 .upper-wrap .cont-wrap .sub-lead-box .baloon {
    height: calc(150 / 7.5 * 1vw);
    position: absolute;
    padding-bottom: calc(10 / 7.5 * 1vw);
    top: calc(-64 / 7.5 * 1vw);
    left: 0;
    width: calc(154 / 7.5 * 1vw);
  }
}

@media screen and (min-width: 767px) and (max-width: 1060px) {
  .block04 .upper-wrap .cont-wrap {
    margin-right: auto;
    margin-left: 90px;
  }

  .block04 .upper-wrap .flx-box .title-box {
    width: 360px;
  }
}
.block04 .mid-wrap {
  background: #F0F0F0;
  padding: 75px 0 90px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap {
    padding: calc(125 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(70 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap h3 {
    font-size: calc(45 / 7.5 * 1vw);
    margin-bottom: calc(80 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box {
    flex-direction: column;
    margin-bottom: calc(54 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box h4 {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  background: #004298;
  text-align: center;
  width: 168px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box h4 {
    line-height: calc(160 / 7.5 * 1vw);
    font-size: calc(32 / 7.5 * 1vw);
    width: auto;
  }
}
.block04 .mid-wrap .flx-box.box02 h4 {
  background: #EB4E48;
}
.block04 .mid-wrap .flx-box .content {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 60px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content {
    padding: calc(60 / 7.5 * 1vw) calc(46 / 7.5 * 1vw);
    width: auto;
  }
}
.block04 .mid-wrap .flx-box .content p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content p {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(45 / 7.5 * 1vw);
    margin-bottom: calc(50 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box {
    flex-direction: column;
    align-items: stretch;
  }
}
.block04 .mid-wrap .flx-box .content .flow-box figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  height: 100%;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box figure {
    flex-direction: row-reverse;
    width: 100%;
  }
}
.block04 .mid-wrap .flx-box .content .flow-box figure figcaption {
  color: #fff;
  font-size: 13px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box figure figcaption {
    font-size: calc(28 / 7.5 * 1vw);
    height: calc(54 / 7.5 * 1vw);
    line-height: calc(54 / 7.5 * 1vw);
    margin-right: calc(24 / 7.5 * 1vw);
    width: calc(200 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow01 figure img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow01 figure img {
    margin: 0 calc(30 / 7.5 * 1vw);
    width: calc(136 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow03 figure img {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow03 figure img {
    width: calc(196 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow05 figure img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow05 figure img {
    margin: 0 calc(30 / 7.5 * 1vw);
    width: calc(136 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box01 figcaption {
  background: #004298;
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 figcaption {
  background: #EB4E48;
}
.block04 .mid-wrap .flx-box .content .flow-box .flow02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
  margin-right: 15px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow02 {
    height: calc(120 / 7.5 * 1vw);
    font-size: calc(30 / 7.5 * 1vw);
    width: 100%;
    margin: calc(40 / 7.5 * 1vw) 0;
    padding-left: calc(120 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow02 p {
  background: url("../../images/block04_arr01.png") center bottom no-repeat;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow02 p {
    background: url("../../images/block04_arr02_sp.png") left center/auto calc(120 / 7.5 * 1vw) no-repeat;
    height: calc(120 / 7.5 * 1vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 calc(20 / 7.5 * 1vw);
    margin: 0;
    width: calc(100 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 .flow02 p {
  background: url("../../images/block04_arr03.png") center bottom no-repeat;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box.box02 .flow02 p {
    background: url("../../images/block04_arr03_sp.png") left center/auto calc(120 / 7.5 * 1vw) no-repeat;
    height: calc(120 / 7.5 * 1vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 calc(20 / 7.5 * 1vw);
    margin: 0;
    width: calc(100 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 230px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow04 {
    height: calc(261 / 7.5 * 1vw);
    font-size: calc(30 / 7.5 * 1vw);
    width: 100%;
    margin: calc(40 / 7.5 * 1vw) 0;
    padding-left: calc(120 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow04 p.label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #004298;
  height: 84px;
  width: 84px;
  left: 30px;
  top: 25px;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow04 p.label {
    height: calc(130 / 7.5 * 1vw);
    width: calc(130 / 7.5 * 1vw);
    left: calc(254/ 7.5 * 1vw);
    top: calc(30 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box .flow04 p.txt {
  background: url("../../images/block04_arr02.png") center bottom no-repeat;
  padding: 0 45px 20px 0;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box .flow04 p.txt {
    background: url("../../images/block04_arr01_sp.png") left center/auto calc(261 / 7.5 * 1vw) no-repeat;
    height: calc(261 / 7.5 * 1vw);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 calc(36 / 7.5 * 1vw) calc(20 / 7.5 * 1vw);
    margin: 0;
    width: calc(100 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 {
  justify-content: space-between;
  background: url("../../images/block04_img03.png") center center no-repeat;
  height: 166px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 {
    background: url("../../images/block04_img06.png") center center/calc(275 / 7.5 * 1vw) auto no-repeat;
    height: calc(330 / 7.5 * 1vw);
    width: calc(300 / 7.5 * 1vw);
    margin: calc(50 / 7.5 * 1vw) 0 calc(50 / 7.5 * 1vw) calc(170 / 7.5 * 1vw);
    padding: 0;
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.label {
  background: #fff;
  position: static;
  color: #EB4E48;
  border: 1px solid #EB4E48;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 0 20px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.label {
    font-size: calc(28 / 7.5 * 1vw);
    margin: 0 0 0 auto;
    width: calc(206 / 7.5 * 1vw);
    height: calc(54 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.label.bottom {
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.label.bottom {
    margin: 0 auto 0 0;
  }
}
.block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.txt {
  background: none;
  font-size: 14px;
  color: #EB4E48;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .flx-box .content .flow-box.box02 .flow04 p.txt {
    align-items: center;
    font-size: calc(28 / 7.5 * 1vw);
    width: 100%;
  }
}

.block04 .mid-wrap .sub-lead-box {
  background: #fff;
  border: 2px solid #004298;
  margin: 95px 0 0;
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .sub-lead-box {
    margin: calc(210 / 7.5 * 1vw) 0 0;
    padding: 0 calc(45 / 7.5 * 1vw) calc(40 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .sub-lead-box .title-bg {
  display: block;
  overflow: hidden;
  margin: -44px auto 0;
  width: 634px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .sub-lead-box .title-bg {
    width: calc(584 / 7.5 * 1vw);
    height: calc(120 / 7.5 * 1vw);
    margin: calc(-120 / 7.5 * 1vw) auto 0;
  }
}
.block04 .mid-wrap .sub-lead-box .title-bg::before {
  border: 2px solid #004298;
  border-radius: 44px;
  background: #fff;
  height: 88px;
  display: block;
  content: "";
  width: 630px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .sub-lead-box .title-bg::before {
    border-radius: calc(120 / 7.5 * 1vw);
    height: calc(240 / 7.5 * 1vw);
    width: calc(584 / 7.5 * 1vw - 4px);
  }
}
.block04 .mid-wrap .sub-lead-box h3 {
  font-size: 20px;
  padding-top: 27px;
  margin: -44px auto 26px;
  width: 634px;
  height: 88px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .sub-lead-box h3 {
    font-size: 20px;
    padding-top: calc(24 / 7.5 * 1vw);
    margin: calc(-120 / 7.5 * 1vw) auto calc(40 / 7.5 * 1vw);
    width: calc(584 / 7.5 * 1vw);
    height: auto;
    line-height: calc(63 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .sub-lead-box h3 strong {
  color: #004298;
}
.block04 .mid-wrap .sub-lead-box p {
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .block04 .mid-wrap .sub-lead-box p {
    font-size: calc(28 / 7.5 * 1vw);
    line-height: calc(55 / 7.5 * 1vw);
  }
}
.block04 .mid-wrap .sub-lead-box p strong {
  color: #EB4E48;
  font-weight: 500;
}

.block04 .lower-wrap {
  background: url("../../images/block04_lower_bg.png") center center no-repeat, url("../../images/bg_matrix.png");
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap {
    background: url("../../images/block04_lower_bg_bottom_right_sp.png") right bottom/calc(100 / 7.5 * 1vw) auto no-repeat, url("../../images/block04_lower_bg_bottom_left_sp.png") left bottom calc(15 / 7.5 * 1vw)/calc(143 / 7.5 * 1vw) auto no-repeat, url("../../images/block04_lower_bg_top_right_sp.png") right calc(40 / 7.5 * 1vw) top calc(30 / 7.5 * 1vw)/calc(85 / 7.5 * 1vw) auto no-repeat, url("../../images/bg_matrix.png") center center/calc(1440 / 7.5 * 1vw) auto;
    padding: calc(134 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) calc(70 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  background: url("../../images/block04_lower_h3_bg.png") center center/contain no-repeat;
  height: 75px;
  line-height: 75px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  width: 672px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap h3 {
    background: url("../../images/block04_lower_h3_bg.png") center center/100% calc(100 / 7.5 * 1vw) no-repeat;
    height: calc(100 / 7.5 * 1vw);
    line-height: calc(100 / 7.5 * 1vw);
    width: auto;
    font-size: calc(45 / 7.5 * 1vw);
    margin: 0 auto calc(50 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap h3 span {
  background: #fff;
  border: 1px solid #003983;
  border-radius: 43px;
  position: absolute;
  font-size: 18px;
  color: #003983;
  line-height: 23px;
  display: flex;
  align-items: center;
  height: 86px;
  width: 86px;
  text-align: left;
  justify-content: center;
  top: -30px;
  left: 113px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap h3 span {
    border-radius: 50%;
    font-size: calc(32 / 7.5 * 1vw);
    height: calc(126 / 7.5 * 1vw);
    line-height: calc(40 / 7.5 * 1vw);
    width: calc(126 / 7.5 * 1vw);
    top: calc(-90 / 7.5 * 1vw);
    left: calc(24 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap .info-box {
  background: #DCEBEE;
  text-align: center;
  margin: 0 auto 40px;
  padding: 25px 0 30px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .info-box {
    margin: 0 auto calc(40 / 7.5 * 1vw);
    padding: calc(80 / 7.5 * 1vw) 0 calc(70 / 7.5 * 1vw);
    width: auto;
  }
}
.block04 .lower-wrap .info-box .title {
  font-size: 20px;
  color: #004298;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .info-box .title {
    font-size: calc(35 / 7.5 * 1vw);
    margin-bottom: calc(24 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap .info-box .txt {
  font-size: 17px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .info-box .txt {
    font-size: calc(35 / 7.5 * 1vw);
    line-height: calc(55 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap .info-box .txt strong {
  font-size: 25px;
  font-weight: 700;
  color: #EB4E48;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #F5F04A 60%, #F5F04A 100%);
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .info-box .txt strong {
    display: inline-block;
    font-size: calc(48 / 7.5 * 1vw);
    font-weight: 500;
    background: none;
    padding-top: .2em;
  }
}
.block04 .lower-wrap .flx-box {
  margin: 0 auto;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .flx-box {
    flex-direction: column;
    width: auto;
  }
}
.block04 .lower-wrap .flx-box ul {
  padding-top: .4em;
}
.block04 .lower-wrap .flx-box ul li {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: center;
  border: 1px solid #004298;
  height: 36px;
  width: 347px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .flx-box ul li {
    font-size: calc(30 / 7.5 * 1vw);
    height: calc(70 / 7.5 * 1vw);
    width: 100%;
    margin-bottom: calc(20 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap .flx-box .btn-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.block04 .lower-wrap .flx-box .btn-box p {
  font-size: 17px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .flx-box .btn-box p {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(45 / 7.5 * 1vw);
  }
}
.block04 .lower-wrap .flx-box .btn-box a {
  background: #004298 url("../../images/btn_to_bottom_wh.png") center right 20px/12px auto no-repeat;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: auto 0 0;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .block04 .lower-wrap .flx-box .btn-box a {
    background: #004298 url("../../images/btn_to_bottom_wh.png") center right calc(25 / 7.5 * 1vw)/calc(25 / 7.5 * 1vw) auto no-repeat;
    border-radius: calc(50 / 7.5 * 1vw);
    height: calc(100 / 7.5 * 1vw);
    line-height: calc(100 / 7.5 * 1vw);
    font-size: calc(28 / 7.5 * 1vw);
    color: #fff;
    margin: calc(65 / 7.5 * 1vw) auto 0;
    width: calc(600 / 7.5 * 1vw);
  }
}

/* block05
---------------------------------------------------------------------------- */
.block05 {
  background: #DCEBEE;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .block05 {
    padding: calc(88 / 7.5 * 1vw) calc(30 / 7.5 * 1vw);
  }
}
.block05 .cont-inner-wrap {
  background: #fff;
  border-radius: 30px;
  padding: 65px 35px 65px 75px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap {
    border-radius: calc(30 / 7.5 * 1vw);
    padding: calc(70 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
  }
}
.block05 .cont-inner-wrap.flx-box {
  align-items: center;
}
.block05 .cont-inner-wrap .title-box {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .title-box {
    width: auto;
  }
}
.block05 .cont-inner-wrap .title-box h2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .title-box h2 {
    letter-spacing: 0;
    text-align: center;
    font-size: calc(28 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
.block05 .cont-inner-wrap .title-box figure {
  text-align: center;
}
.block05 .cont-inner-wrap .title-box figure img {
  width: calc(425 / 7.5 * 1vw);
  margin-bottom: calc(40 / 7.5 * 1vw);
}
.block05 .cont-inner-wrap .cont-box {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box {
    width: auto;
  }
}
.block05 .cont-inner-wrap .cont-box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box h3 {
    display: block;
    font-size: calc(40 / 7.5 * 1vw);
    line-height: calc(65 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
    width: 100%;
  }
}
.block05 .cont-inner-wrap .cont-box p {
  line-height: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box p {
    font-size: calc(28 / 7.5 * 1vw);
    line-height: calc(55 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
.block05 .cont-inner-wrap .cont-box .btn-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box .btn-box {
    flex-direction: column;
  }
}
.block05 .cont-inner-wrap .cont-box .btn-box a {
  height: 50px;
  line-height: 47px;
  border-radius: 25px;
  text-align: center;
  margin-right: 20px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box .btn-box a {
    font-size: calc(28 / 7.5 * 1vw);
    height: calc(100 / 7.5 * 1vw);
    line-height: calc(94 / 7.5 * 1vw);
    border-radius: calc(50 / 7.5 * 1vw);
    margin: 0 0 calc(20 / 7.5 * 1vw);
    width: 100%;
  }
}
.block05 .cont-inner-wrap .cont-box .btn-box a.btn01 {
  background: url("../../images/btn_to_right_blue.png") right 12px center/12px auto no-repeat;
  border: 1px solid #004298;
  color: #004298;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box .btn-box a.btn01 {
    background: url("../../images/btn_to_right_blue.png") right calc(25 / 7.5 * 1vw) center/calc(25 / 7.5 * 1vw) auto no-repeat;
  }
}
.block05 .cont-inner-wrap .cont-box .btn-box a.btn02 {
  background: url("../../images/btn_to_right_red.png") right 12px center/12px auto no-repeat;
  border: 1px solid #EB4E48;
  color: #EB4E48;
}
@media screen and (max-width: 767px) {
  .block05 .cont-inner-wrap .cont-box .btn-box a.btn02 {
    background: url("../../images/btn_to_right_red.png") right calc(25 / 7.5 * 1vw) center/calc(25 / 7.5 * 1vw) auto no-repeat;
  }
}

/* block06
---------------------------------------------------------------------------- */
.block06 {
  background: #004298 url("../../images/block06_bg.png") center top 46px no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .block06 {
    background: #004298 url("../../images/block06_bg_sp.png") center top calc(60 / 7.5 * 1vw)/contain no-repeat;
    padding: calc(120 / 7.5 * 1vw) calc(30 / 7.5 * 1vw);
  }
}
.block06 .title-box {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block06 .title-box h2 {
    margin: 0 auto;
    width: calc(422 / 7.5 * 1vw);
  }
}
.block06 .title-box h2 span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 12px auto 30px;
}
@media screen and (max-width: 767px) {
  .block06 .title-box h2 span {
    font-size: calc(36 / 7.5 * 1vw);
    margin: calc(15 / 7.5 * 1vw) auto calc(50 / 7.5 * 1vw);
  }
}
.block06 .title-box p {
  color: #fff;
  font-weight: 400;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .block06 .title-box p {
    font-size: calc(28 / 7.5 * 1vw);
    line-height: calc(40 / 7.5 * 1vw);
    margin: 0 auto calc(50 / 7.5 * 1vw);
  }
}
.block06 .link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .block06 .link-box {
    width: auto;
  }
}
.block06 .link-box .bnr {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .block06 .link-box .bnr {
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
.block06 .link-box .btn {
  border: 5px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 440px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .block06 .link-box .btn {
    border: calc(5 / 7.5 * 1vw) solid rgba(255, 255, 255, 0.11);
    border-radius: calc(5 / 7.5 * 1vw);
    font-size: calc(33 / 7.5 * 1vw);
    width: 100%;
    height: calc(180 / 7.5 * 1vw);
  }
}
.block06 .link-box .btn.tel {
  pointer-events: none;
  background: #2563F1;
}
@media screen and (max-width: 767px) {
  .block06 .link-box .btn.tel {
    pointer-events: all;
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
.block06 .link-box .btn.tel span {
  background: url("../../images/icon_tel.png") left center/26px auto no-repeat;
  font-size: 30px;
  height: 40px;
  margin: 16px 8px 0 0;
  padding: 0 0 6px 32px;
}
@media screen and (max-width: 767px) {
  .block06 .link-box .btn.tel span {
    background: url("../../images/icon_tel.png") left center/calc(35 / 7.5 * 1vw) auto no-repeat;
    font-size: calc(45 / 7.5 * 1vw);
    height: calc(50 / 7.5 * 1vw);
    margin: calc(20 / 7.5 * 1vw) 8px 0 0;
    padding: 0 0 calc(12 / 7.5 * 1vw) calc(40 / 7.5 * 1vw);
  }
}
.block06 .link-box .btn.mail {
  background: #EB4E48;
}
.block06 .link-box .btn.mail span {
  background: url("../../images/icon_mail.png") left top/38px auto no-repeat;
  font-size: 22px;
  height: 40px;
  margin: 20px 8px 0 0;
  padding: 0 0 0 42px;
}
@media screen and (max-width: 767px) {
  .block06 .link-box .btn.mail span {
    background: url("../../images/icon_mail.png") left center/calc(50 / 7.5 * 1vw) auto no-repeat;
    font-size: calc(40 / 7.5 * 1vw);
    height: calc(45 / 7.5 * 1vw);
    margin: calc(18 / 7.5 * 1vw) calc(12 / 7.5 * 1vw) 0 0;
    padding: 0 0 0 calc(60 / 7.5 * 1vw);
  }
}

/* aside contact
---------------------------------------------------------------------------- */
aside {
  display: block;
  height: 145px;
  width: 145px;
  position: fixed;
  top: 625px;
  right: calc(50% - 700px);
}

@media screen and (max-width: 1440px) {
  aside {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  aside {
    height: calc(240 / 7.5 * 1vw);
    width: calc(240 / 7.5 * 1vw);
    top: calc(1080 / 7.5 * 1vw);
    right: calc(10 / 7.5 * 1vw);
    transition: .5s ease;
    opacity: 1;
  }

  aside.view-off {
    opacity: 0;
    right: calc(-240 / 7.5 * 1vw);
  }
}
aside a {
  align-items: center;
  background: #3CB718;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  aside a {
    border: calc(6 / 7.5 * 1vw) solid #fff;
    box-shadow: 0px calc(6 / 7.5 * 1vw) calc(12 / 7.5 * 1vw) rgba(0, 0, 0, 0.16);
    font-size: calc(20 / 7.5 * 1vw);
  }
}
aside a::before {
  background: url("../../images/icon_mail.png") center center/contain no-repeat;
  content: "";
  display: block;
  margin-bottom: 4px;
  height: 20px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  aside a::before {
    height: calc(35 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}
aside a img {
  width: 106px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  aside a img {
    width: calc(173 / 7.5 * 1vw);
    margin-bottom: calc(12 / 7.5 * 1vw);
  }
}

/* footer
---------------------------------------------------------------------------- */
footer {
  padding: 65px 0 20px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: calc(100 / 7.5 * 1vw) 0 calc(115 / 7.5 * 1vw);
  }
}
footer .cont-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .cont-inner-wrap figure {
  margin-bottom: 19px;
  width: 156px;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap figure {
    margin-bottom: calc(40 / 7.5 * 1vw);
    width: calc(232 / 7.5 * 1vw);
  }
}
footer .cont-inner-wrap address {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap address {
    font-size: calc(28 / 7.5 * 1vw);
    line-height: calc(45 / 7.5 * 1vw);
    margin-bottom: calc(47 / 7.5 * 1vw);
  }
}
footer .cont-inner-wrap .about {
  background: #004298 url("../../images/btn_to_bottom_wh.png") right 10px center/12px 12px no-repeat;
  border-radius: 3px;
  color: #fff;
  height: 38px;
  line-height: 36px;
  margin-bottom: 50px;
  text-align: center;
  width: 215px;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap .about {
    background: #004298 url("../../images/btn_to_bottom_wh.png") right calc(20 / 7.5 * 1vw) center/calc(25 / 7.5 * 1vw) calc(25 / 7.5 * 1vw) no-repeat;
    font-size: calc(28 / 7.5 * 1vw);
    height: calc(78 / 7.5 * 1vw);
    line-height: calc(72 / 7.5 * 1vw);
    width: calc(420 / 7.5 * 1vw);
    margin-bottom: calc(50 / 7.5 * 1vw);
  }
}
footer .cont-inner-wrap ul {
  display: flex;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(50 / 7.5 * 1vw);
    padding: 0 calc(58 / 7.5 * 1vw);
  }
}
footer .cont-inner-wrap ul li {
  margin: 0 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap ul li {
    margin: 0 0 calc(30 / 7.5 * 1vw);
  }
  footer .cont-inner-wrap ul li:nth-child(odd) {
    width: 100%;
  }
  footer .cont-inner-wrap ul li:nth-child(even) {
    width: 100%;
  }
  footer .cont-inner-wrap ul li a::before {
    content: "－";
  }
}
footer .cont-inner-wrap small {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .cont-inner-wrap small {
    font-size: calc(28 / 7.5 * 1vw);
  }
}
