html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  caption, th, td {
    text-align: left;
    vertical-align: middle;
    font-weight: 200
  }
  
  q::before, q::after, blockquote::before, blockquote::after {
    content: "";
    content: none
  }
  
  a {
    display: inline-block
  }
  
  a img {
    border: none
  }
  
  img {
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  
  ul {
    list-style: none
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
  }
  
  a {
    color: #000;
    text-decoration: none
  }
  
  a:link {
    color: #000
  }
  
  a:active {
    color: #000
  }
  
  a:visited {
    color: #000
  }
  
  a:hover {
    cursor: pointer
  }
  
  p {
    margin: 0
  }
  
  input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  a:focus, :focus {
    outline: none
  }
  
  audio:not([controls]) {
    display: none;
    height: 0
  }
  
  sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
  }
  
  sup {
    top: -0.5em
  }
  
  sub {
    bottom: -0.25em
  }
  
  svg:not(:root) {
    overflow: hidden
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  html {
    font-size: 62.5%;
    line-height: 1
  }
  
  body {
    min-width: 320px;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%
  }
  
  @media (max-width: 750px) {
    body {
      font-size: 1.4rem
    }
  }
  
  a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s opacity, 0.3s background-color, 0.3s color;
    -o-transition: 0.3s opacity, 0.3s background-color, 0.3s color;
    transition: 0.3s opacity, 0.3s background-color, 0.3s color
  }
  
  a img {
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity
  }
  
  a:link {
    color: #000
  }
  
  a:active {
    color: #000
  }
  
  a:visited {
    color: #000
  }
  
  a:hover {
    cursor: pointer
  }
  
  @media (min-width: 751px) {
    a:hover img {
      opacity: 0.7
    }
  }
  
  [data-ruby] {
    position: relative
  }
  
  [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.3em;
    font-weight: 700
  }
  
  .wrapper {
    overflow: hidden;
    position: relative
  }
  
  .headline {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.4rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 6rem
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .headline {
      font-size: 4.4vw
    }
  }
  
  @media (max-width: 750px) {
    .headline {
      font-size: 6.7vw;
      margin-bottom: 3rem
    }
  }
  
  .headline+p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 5rem
  }
  
  @media (max-width: 750px) {
    .headline+p {
      margin-bottom: 3rem;
      font-size: 3.8vw
    }
  }
  
  .headline .blk {
    color: #000
  }
  
  .headline02 {
    font-size: 2.4rem;
    margin: 0 0 6rem;
    text-align: center;
    line-height: 1.4
  }
  
  @media (max-width: 750px) {
    .headline02 {
      font-size: 5.4vw;
      margin-bottom: 4rem
    }
  }
  
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .org {
    color: #2c4d7a
  }
  
  .wh {
    color: #fff
  }
  
  .f80 {
    font-size: 80%
  }
  
  .f10 {
    font-size: 1rem
  }
  
  .f28 {
    font-size: 2.8rem
  }
  
  .inner {
    position: relative;
    width: 100%;
    margin: 0 auto
  }
  
  @media (min-width: 751px) {
    .inner {
      max-width: 1000px;
      padding-left: 2rem;
      padding-right: 2rem
    }
  }
  
  @media (max-width: 750px) {
    .inner {
      width: 92%
    }
  }
  
  .btn {
    width: 42rem;
    margin: 8rem auto 0
  }
  
  @media (max-width: 750px) {
    .btn {
      width: 100%;
      margin-top: 3rem
    }
  }
  
  .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 7rem;
    border-radius: 3.5rem;
    background: #00d2fd;
    border: solid 0.4rem #00d2fd;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.2)
  }
  
  @media (max-width: 750px) {
    .btn a {
      height: 3.33333em;
      border-radius: 1.66667em;
      border-width: 0.2rem;
      font-size: 4.8vw;
      -webkit-box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px .22222em .05556em rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px .22222em .05556em rgba(0, 0, 0, 0.3)
    }
  }
  
  @media (min-width: 751px) {
    .btn a:hover {
      background: #fff;
      color: #00d2fd
    }
  }
  
  .btn a>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block
  }
  
  .btn.btn_wh a {
    background: #fff;
    color: #00d2fd
  }
  
  @media (min-width: 751px) {
    .btn.btn_wh a:hover {
      background: #e6ebf1
    }
  }
  

  .btn.btn_catalog{ margin-top: 3rem; }
  .btn.btn_catalog a {
      background: #fff;
      border-color: #2c4d7a;
      color: #2c4d7a;
  }
  .btn.btn_catalog a:hover { background: #7dabcf; }
  

  .page_nav {
    background: #2c4d7a
  }
  
  @media (max-width: 750px) {
    .page_nav .inner {
      width: 100%
    }
  }
  
  .page_nav .page_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
  }
  
  .page_nav .page_nav_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 0.2rem #fff;
    width: 16.6666%
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list li {
      width: 33.3333%
    }
  }
  
  @media (min-width: 751px) {
    .page_nav .page_nav_list li:nth-child(1) {
      border-left: solid 0.2rem #fff
    }
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list li:nth-child(3n) {
      border-right: none
    }
    .page_nav .page_nav_list li:nth-child(1), .page_nav .page_nav_list li:nth-child(2), .page_nav .page_nav_list li:nth-child(3) {
      border-bottom: solid 0.2rem #fff
    }
  }
  
  .page_nav .page_nav_list li:nth-child(1) a .img:before {
    background-image: url(../img/ic_nav_01_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(1) a .img:after {
    background-image: url(../img/ic_nav_01_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(2) a .img:before {
    background-image: url(../img/ic_nav_02_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(2) a .img:after {
    background-image: url(../img/ic_nav_02_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(3) a .img:before {
    background-image: url(../img/ic_nav_03_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(3) a .img:after {
    background-image: url(../img/ic_nav_03_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(4) a .img:before {
    background-image: url(../img/ic_nav_04_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(4) a .img:after {
    background-image: url(../img/ic_nav_04_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(5) a .img:before {
    background-image: url(../img/ic_nav_05_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(5) a .img:after {
    background-image: url(../img/ic_nav_05_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(6) a .img:before {
    background-image: url(../img/ic_nav_06_off.png)
  }
  
  .page_nav .page_nav_list li:nth-child(6) a .img:after {
    background-image: url(../img/ic_nav_06_on.png)
  }
  
  .page_nav .page_nav_list li:nth-child(1) a .img:before, .page_nav .page_nav_list li:nth-child(1) a .img:after {
    background-size: auto 61.53846%
  }
  
  .page_nav .page_nav_list li:nth-child(2) a .img:before, .page_nav .page_nav_list li:nth-child(2) a .img:after {
    background-size: auto 100%
  }
  
  .page_nav .page_nav_list li:nth-child(3) a .img:before, .page_nav .page_nav_list li:nth-child(3) a .img:after {
    background-size: auto 71.15385%
  }
  
  .page_nav .page_nav_list li:nth-child(4) a .img:before, .page_nav .page_nav_list li:nth-child(4) a .img:after {
    background-size: auto 71.15385%
  }
  
  .page_nav .page_nav_list li:nth-child(5) a .img:before, .page_nav .page_nav_list li:nth-child(5) a .img:after {
    background-size: auto 76.92308%
  }
  
  .page_nav .page_nav_list li:nth-child(6) a .img:before, .page_nav .page_nav_list li:nth-child(6) a .img:after {
    background-size: auto 71.15385%
  }
  
  .page_nav .page_nav_list li a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0.8rem 0;
    text-align: center;
    position: relative
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .page_nav .page_nav_list li a {
      font-size: 1.4rem
    }
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list li a {
      padding: 2.4vw 0 1.33333vw
    }
  }
  
  .page_nav .page_nav_list li a .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    display: block;
    height: 5.2rem;
    margin-bottom: 0.4rem
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .page_nav .page_nav_list li a .img {
      height: 4rem
    }
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list li a .img {
      height: 8.8vw;
      margin-bottom: 0
    }
  }
  
  .page_nav .page_nav_list li a .img:before, .page_nav .page_nav_list li a .img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    content: ''
  }
  
  .page_nav .page_nav_list li a .img:before {
    opacity: 1
  }
  
  .page_nav .page_nav_list li a .img:after {
    opacity: 0
  }
  
  .page_nav .page_nav_list li a .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: 1.2
  }
  
  @media (max-width: 750px) {
    .page_nav .page_nav_list li a .txt {
      font-size: 3.46667vw;
      min-height: 2.2em
    }
  }
  
  .page_nav .page_nav_list li a .txt>span {
    display: block;
    width: 100%
  }
  
  @media (min-width: 751px) {
    .page_nav .page_nav_list li a:hover {
      background: #7dabcf
    }
    .page_nav .page_nav_list li a:hover .img:before {
      opacity: 0
    }
    .page_nav .page_nav_list li a:hover .img:after {
      opacity: 1
    }
    .page_nav .page_nav_list li a:hover .txt {
      color: #2c4d7a;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s
    }
  }
  
  /* .header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0
  }
  
  @media (max-width: 750px) {
    .header {
      height: 5rem
    }
  }
  
  .header .gNav {
    background: #fff
  }
  
  .header .gNav .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.8rem
  }
  
  @media (max-width: 750px) {
    .header .gNav .inner {
      width: 100%;
      height: 5rem;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal
    }
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .header .gNav .logo {
      margin-left: 4%
    }
  }
  
  @media (max-width: 750px) {
    .header .gNav .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 4%
    }
  }
  
  .header .gNav .logo img {
    width: 17.5rem
  }
  
  @media (max-width: 750px) {
    .header .gNav .logo img {
      width: 10rem
    }
  }
  
  @media (max-width: 750px) {
    .header .gNav .nav {
      width: 180px;
      height: 5rem
    }
  }
  
  .header .gNav .nav li {
    width: 24rem
  }
  
  @media (max-width: 750px) {
    .header .gNav .nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%
    }
  }
  
  .header .gNav .nav li a {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background: #f08200;
    padding: 1rem 0;
    display: block;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .header .gNav .nav li a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      font-size: 12px;
      line-height: 1.4;
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
    }
  }
  
  @media (min-width: 751px) {
    .header .gNav .nav li a:hover {
      color: #000
    }
  }
  
  .header .gNav .nav li a>span {
    display: block
  }
  
  .header .gNav .nav li:first-child a {
    background: #c1c1c1
  }
  
  .header .page_nav {
    display: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border-top: solid 0.2rem #fff
  }
  
  .header .page_nav ul li a {
    padding: 1rem 0
  }
  
  .header.fixed {
    position: fixed;
    -webkit-box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3)
  }
  
  .header.fixed .page_nav {
    display: block
  }
  
  @media (max-width: 750px) {
    .header.fixed .page_nav {
      display: none
    }
  }
  
  .header.fixed .page_nav .page_nav_list li a .img {
    display: none
  } */
  

/* 221201 ヘッダー挿げ替えの補正用 */
.header-title{
	max-width: none;
}
.header-nav{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0;
}
.header-nav h3.header-nav-title{
	line-height: 1;
	text-align: left;
}

/* 移植 */
.header-container {
	max-width: 134rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px;
}
@media screen and (max-width: 767px) {
	.header-container {
	  padding-left: 15px;
	  padding-right: 15px;
	  margin-left: 0;
	  margin-right: 0;
	}
}


  .header {
	position: absolute;
	width: 100%;
	height: 10rem;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	z-index: 10;
  }
  @media screen and (max-width: 767px) {
	.header {
	  height: 6rem;
	}
  }
  .header-title {
	background: #ffffff;
	height: 10rem;
	padding: 2.8rem 5rem;
	box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
	.header-title {
	  height: 6rem;
	  padding: 1.7rem 0 1.6rem 1.5rem;
	}
  }
  .header-burger {
	display: none;
  }
  @media screen and (max-width: 767px) {
	.header-burger {
	  display: inline-block;
	  margin-right: 1.5rem;
	  position: relative;
	  cursor: pointer;
	}
	.header-burger > span {
	  display: block;
	  width: 3rem;
	  height: 0.3rem;
	  margin: 0.5rem auto;
	  transition: all 0.3s ease-in-out;
	  background-color: #2c4d7a;
	}
	.header-burger.active > span:nth-child(2) {
	  opacity: 0;
	}
	.header-burger.active > span:nth-child(1) {
	  transform: translateY(8px) rotate(45deg);
	}
	.header-burger.active > span:nth-child(3) {
	  transform: translateY(-8px) rotate(-45deg);
	}
	.header-burger.active ~ .header-nav {
	  left: 0;
	}
  }
  .header-nav {
	height: 100%;
	width: 100%;
  }
  .header-nav > ul {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	font-size: 1.6rem;
	font-weight: bold;
  }
  .header-nav > ul > li {
	padding: 3.8rem 0;
	margin-right: 5rem;
	color: #333333;
	line-height: 1;
  }
  @media screen and (max-width: 1340px) {
	.header-nav > ul > li {
	  margin-right: 3.9vw;
	}
  }
  .header-nav > ul > li:hover {
	color: #2c4d7a;
  }
  .header-nav > ul > li a {
	color: #333333;
  }
  .header-nav > ul > li a:hover {
	color: #2c4d7a;
  }
  .header-nav > ul > li.header-nav-list {
	cursor: pointer;
  }
  .header-nav > ul > li.header-nav-list > div {
	display: none;
  }
  @media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-list::after {
	  display: none;
	}
	.header-nav > ul > li.header-nav-list h3 {
	  padding: 2rem 0 2rem 1.5rem;
	}
	.header-nav > ul > li.header-nav-list.active > h3::after {
	  border: solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc((1rem / 3) * 2);
	  width: calc((1rem / 3) * 2);
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
  }
  .header-nav > ul > li.header-nav-list.active > div {
	display: block;
	position: absolute;
	background-color: #ffffff;
	top: 10rem;
	left: 0;
	right: 0;
	border-top: solid 3px #2c4d7a;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  }
  @media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-list.active > div {
	  border-top: 0;
	  position: unset;
	}
  }
  .header-nav > ul > li.header-nav-list.active > div > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 5rem auto 3rem;
  }
  @media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-list.active > div > ul {
	  display: block;
	  margin: 0;
	  padding: 0;
	}
  }
  .header-nav > ul > li.header-nav-list.active > div > ul > li {
	margin-bottom: 2rem;
	flex: 0 0 auto;
	width: 25%;
	box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-list.active > div > ul > li {
	  padding: 2rem 1.5rem;
	  width: 100%;
	  margin-bottom: 0;
	  border-bottom: solid 2px #e6ebf1;
	}
	.header-nav > ul > li.header-nav-list.active > div > ul > li:last-child {
	  border-bottom: none;
	}
  }
  .header-nav > ul > li.header-nav-list.active > div > ul > li:last-child {
	padding-right: 0;
  }
  .header-nav > ul > li.header-nav-close {
	display: none;
	cursor: pointer;
  }
  @media screen and (max-width: 767px) {
	.header-nav {
	  top: 6rem;
	  left: -100rem;
	  width: 100%;
	  position: absolute;
	  transition: 0.3s;
	  z-index: 5;
	  border-top: solid 2px #2c4d7a;
	  background-color: #ffffff;
	}
	.header-nav > ul {
	  display: flex;
	  flex-direction: column;
	  height: auto;
	}
	.header-nav > ul .header-nav-single {
	  display: block;
	  padding: 2rem 1.5rem !important;
	}
	.header-nav > ul > li {
	  position: relative;
	  background-color: #e6ebf1;
	  border-bottom: solid 2px #ffffff;
	  margin-right: 0 !important;
	  padding: 0 !important;
	}
	.header-nav > ul > li > a {
	  display: flex;
	  align-items: center;
	}
	.header-nav > ul > li .icon {
	  position: relative;
	  width: 2.5rem;
	  margin-right: 1rem;
	}
	.header-nav > ul > li .icon::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  box-sizing: border-box;
	  border-radius: 50%;
	  border: 2px solid #2c4d7a;
	  display: inline-block;
	  height: 2.5rem;
	  width: 2.5rem;
	  transition: 0.3s;
	  transform: translate(-50%, -50%);
	}
	.header-nav > ul > li .icon::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 25%;
	  right: 25%;
	  margin: auto;
	  border: 2px solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc(2.5rem / 4);
	  width: calc(2.5rem / 4);
	  margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
	  right: calc((100% - (2.5rem / 4)) / 2);
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.header-nav > ul > li .icon:hover::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
	.header-nav > ul > li .icon:hover::before {
	  height: 2.5rem;
	  width: 2.5rem;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover .header-nav > ul > li .icon::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  @media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-close.header-nav-close {
	  display: block;
	  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	  font-size: 1.6rem;
	  color: #333333;
	  font-weight: bold;
	  text-align: center;
	  background-color: #f6f6f6;
	  padding: 2rem 0 !important;
	}
  }
  .header-nav-title {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
  }
  @media screen and (max-width: 767px) {
	.header-nav-title {
	  width: calc(100% - 1.5rem);
	}
  }
  .header-nav-title::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 0.5rem);
	border: solid #333333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	box-sizing: content-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }
  @media screen and (max-width: 767px) {
	.header-nav-title::after {
	  right: 2rem;
	  left: auto;
	  bottom: 40%;
	  border: solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc((1rem / 3) * 2);
	  width: calc((1rem / 3) * 2);
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	}
  }
  .header-nav-title:hover::after {
	border: solid #2c4d7a;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }


.btn-a {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: #333333;
	display: flex;
	align-items: center;
  }
  .btn-a.start {
	align-items: flex-start !important;
  }
  .btn-a:hover {
	color: #2c4d7a;
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover {
	  color: #333333;
	}
  }
  .btn-a:hover .icon::before {
	height: 6rem;
	width: 6rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover .icon::before {
	  height: 2.5rem;
	  width: 2.5rem;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover .icon {
	  position: relative;
	  width: 2.5rem;
	}
	.btn-a:hover .icon::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  box-sizing: border-box;
	  border-radius: 50%;
	  border: 2px solid #2c4d7a;
	  display: inline-block;
	  height: 2.5rem;
	  width: 2.5rem;
	  transition: 0.3s;
	  transform: translate(-50%, -50%);
	}
	.btn-a:hover .icon::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 25%;
	  right: 25%;
	  margin: auto;
	  border: 2px solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc(2.5rem / 4);
	  width: calc(2.5rem / 4);
	  margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
	  right: calc((100% - (2.5rem / 4)) / 2);
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.btn-a:hover .icon:hover::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
	.btn-a:hover .icon:hover::before {
	  height: 2.5rem;
	  width: 2.5rem;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover .btn-a:hover .icon::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  .btn-a .icon {
	position: relative;
	width: 4rem;
	margin-right: 1.5rem;
  }
  .btn-a .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #2c4d7a;
	display: inline-block;
	height: 4rem;
	width: 4rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
  }
  .btn-a .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid #2c4d7a;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(4rem / 4);
	width: calc(4rem / 4);
	margin-top: calc((((100% - (4rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (4rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  .btn-a .icon:hover::before {
	height: 6rem;
	width: 6rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a .icon:hover::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  .btn-a:hover .btn-a .icon::before {
	height: 6rem;
	width: 6rem;
  }
  .btn-a .icon.multiline {
	height: 2.5rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a .icon {
	  position: relative;
	  width: 2.5rem;
	  margin-right: 0.7rem;
	}
	.btn-a .icon::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  box-sizing: border-box;
	  border-radius: 50%;
	  border: 2px solid #2c4d7a;
	  display: inline-block;
	  height: 2.5rem;
	  width: 2.5rem;
	  transition: 0.3s;
	  transform: translate(-50%, -50%);
	}
	.btn-a .icon::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 25%;
	  right: 25%;
	  margin: auto;
	  border: 2px solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc(2.5rem / 4);
	  width: calc(2.5rem / 4);
	  margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
	  right: calc((100% - (2.5rem / 4)) / 2);
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.btn-a .icon:hover::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
	.btn-a .icon:hover::before {
	  height: 2.5rem;
	  width: 2.5rem;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-a:hover .btn-a .icon::before {
	  height: 4rem;
	  width: 4rem;
	}
  }
  .btn-a.right {
	justify-content: flex-end;
  }
  .btn-a.small {
	font-size: 1.6rem;
	line-height: 2.4rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a.small {
	  font-size: 1.4rem;
	}
  }
  @media screen and (min-width: 768px) {
	.btn-a.small:hover .icon:before {
	  width: 4rem;
	  height: 4rem;
	}
  }
  .btn-a.small .icon {
	position: relative;
	width: 2.5rem;
	margin-right: 1rem;
  }
  .btn-a.small .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #2c4d7a;
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
  }
  .btn-a.small .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid #2c4d7a;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(2.5rem / 4);
	width: calc(2.5rem / 4);
	box-sizing: content-box;
	margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (2.5rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  .btn-a.small .icon:hover::before {
	height: 4rem;
	width: 4rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a.small .icon:hover::before {
	  height: 2.5rem;
	  width: 2.5rem;
	}
  }
  .btn-a:hover .btn-a.small .icon::before {
	height: 4rem;
	width: 4rem;
  }
  @media screen and (max-width: 767px) {
	.btn-a.small .icon {
	  position: relative;
	  width: 2rem;
	  margin-right: 0.7rem;
	}
	.btn-a.small .icon::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  box-sizing: border-box;
	  border-radius: 50%;
	  border: 2px solid #2c4d7a;
	  display: inline-block;
	  height: 2rem;
	  width: 2rem;
	  transition: 0.3s;
	  transform: translate(-50%, -50%);
	}
	.btn-a.small .icon::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 25%;
	  right: 25%;
	  margin: auto;
	  border: 2px solid #2c4d7a;
	  border-width: 0 2px 2px 0;
	  display: inline-block;
	  height: calc(2rem / 4);
	  width: calc(2rem / 4);
	  margin-top: calc((((100% - (2rem / 4)) / 2) / -2) + 1px);
	  right: calc((100% - (2rem / 4)) / 2);
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
  }
  @media screen and (max-width: 767px) {
	.btn-a.middle {
	  font-size: 1.6rem;
	}
  }
/* /移植 */

  .kv {
    padding-top: 4.8rem
  }
  
  @media (max-width: 750px) {
    .kv {
      padding-top: 5rem
    }
  }
  
  .kv .kv_img {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#000810), color-stop(92%, #004878), color-stop(92%, #000), to(#000));
    background: -o-linear-gradient(top, #000810 0%, #004878 92%, #000 92%, #000 100%);
    background: linear-gradient(180deg, #000810 0%, #004878 92%, #000 92%, #000 100%)
  }
  
  @media (max-width: 750px) {
    .kv .kv_img {
      background: -webkit-gradient(linear, left top, left bottom, from(#000810), color-stop(89.88%, #004878), color-stop(89.88%, #000), to(#000));
      background: -o-linear-gradient(top, #000810 0%, #004878 89.88%, #000 89.88%, #000 100%);
      background: linear-gradient(180deg, #000810 0%, #004878 89.88%, #000 89.88%, #000 100%)
    }
  }
  
  .kv .kv_img:before {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 499px;
    content: '';
    background: url(../img/kv_img.jpg) top center/cover no-repeat
  }
  
  @media (max-width: 750px) {
    .kv .kv_img:before {
      padding-top: 90.93333%;
      background-image: url(../img/kv_img_sp.jpg)
    }
  }
  
  .kv .kv_img .catch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-top: 58px;
    text-align: center
  }
  
  @media (min-width: 751px) {
    .kv .kv_img .catch {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media (max-width: 750px) {
    .kv .kv_img .catch {
      margin-top: 9.86667%
    }
    .kv .kv_img .catch img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
    }
  }
  
  .kv .txt01 {
    position: relative;
    z-index: 1;
    margin: -22px 0 20px;
    padding: 0 20px;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .kv .txt01 {
      margin: -4.05797% 0 5.7971%;
      padding: 0
    }
  }
  
  .kv .txt01>dt {
    margin-bottom: 20px
  }
  
  @media (max-width: 750px) {
    .kv .txt01>dt {
      width: 91.30435%;
      margin: 0 auto 5.7971%
    }
  }
  
  .kv .btn {
    margin-top: 0;
    margin-bottom: 42px
  }
  
  @media (max-width: 750px) {
    .kv .btn {
      margin-bottom: 6.52174%
    }
  }
  
  .img-box {
    margin-left: auto;
    margin-right: auto
  }
  
  @media (min-width: 751px) {
    .img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 800px;
      width: 100%
    }
  }
  
  @media (max-width: 750px) {
    .img-box {
      width: 91.30435%
    }
  }
  
  @media (min-width: 751px) {
    .img-box .img-box_img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 45.625%;
      margin-right: 6.25%
    }
  }
  
  @media (max-width: 750px) {
    .img-box .img-box_img {
      margin-bottom: 7.93651%
    }
    .img-box .img-box_img img {
      width: 100%
    }
  }
  
  .img-box .img-box_cont {
    font-size: 1.8rem;
    letter-spacing: 0
  }
  
  @media (min-width: 751px) {
    .img-box .img-box_cont {
      margin-top: -0.5em;
      line-height: 1.7
    }
  }
  
  @media (max-width: 750px) {
    .img-box .img-box_cont {
      font-size: 3.73333vw
    }
  }
  
  .and-triangle {
    position: relative;
    width: 374px;
    margin: 0 auto;
    background: url(../img/ic_triangle.svg) bottom center/100% no-repeat
  }
  
  @media (max-width: 750px) {
    .and-triangle {
      width: 62.4vw
    }
  }
  
  .and-triangle:before {
    display: block;
    width: 100%;
    padding-top: 22.99465%;
    content: ''
  }
  
  .and-triangle .and-triangle_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700
  }
  
  @media (max-width: 750px) {
    .and-triangle .and-triangle_inner {
      font-size: 6.4vw
    }
  }
  
  .and-triangle .and-triangle_inner>span {
    margin-top: -0.6em;
    display: block
  }
  
  .list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .list>li>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    max-width: 100%
  }
  
  .list>li>span:nth-of-type(1) {
    margin-right: 0.1em
  }
  
  .list>li>span:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  
  .sec_01 {
    padding: 9rem 0 11rem;
    background: #e6ebf1
  }
  
  @media (max-width: 750px) {
    .sec_01 {
      padding: 13.33333% 0
    }
  }
  
  .sec_01 .headline {
    margin-bottom: 5rem
  }
  
  @media (max-width: 750px) {
    .sec_01 .headline {
      margin-bottom: 9.33333%
    }
  }
  
  .sec_01 .headline .txt01 {
    display: block;
    font-size: 2.8rem;
    margin-bottom: 2.5rem
  }
  
  @media (max-width: 750px) {
    .sec_01 .headline .txt01 {
      font-size: 5.33333vw;
      margin-bottom: 0.4em
    }
  }
  
  .sec_01 .headline .txt02 {
    display: block
  }
  
  @media (max-width: 750px) {
    .sec_01 .headline .txt02 {
      width: 53.47826%;
      margin-left: auto;
      margin-right: auto
    }
  }
  
  .sec_01 .safety-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  @media (min-width: 751px) {
    .sec_01 .safety-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }
  
  @media (max-width: 750px) {
    .sec_01 .safety-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
  }
  
  .sec_01 .safety-list>li {
    width: 22.08333%
  }
  
  @media (max-width: 750px) {
    .sec_01 .safety-list>li {
      width: 50%
    }
    .sec_01 .safety-list>li:nth-of-type(n+3) {
      margin-top: 7.24638%
    }
  }
  
  .sec_01 .safety-item {
    display: block;
    text-align: center;
    line-height: 1.4;
    font-size: 1.7rem
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .sec_01 .safety-item {
      font-size: 1.7vw
    }
  }
  
  @media (max-width: 750px) {
    .sec_01 .safety-item {
      line-height: 1.2;
      font-size: 3.33333vw
    }
  }
  
  .sec_01 .safety-item .safety-item_img {
    margin-bottom: 3rem
  }
  
  @media (max-width: 750px) {
    .sec_01 .safety-item .safety-item_img {
      width: 76.81159%;
      margin: 0 auto 0.3em
    }
  }
  
  .sec_01 .safety-item .safety-item_ttl {
    margin-bottom: 0.4em;
    letter-spacing: 0;
    font-weight: 700;
    color: #2c4d7a
  }
  
  .sec_01 .safety-item .safety-item_txt {
    font-size: .88889em
  }
  
  @media (max-width: 750px) {
    .sec_01 .safety-item .safety-item_txt {
      font-size: .84615em
    }
  }
  
  @media (max-width: 750px) {
    .sec_02 .headline {
      margin-bottom: 3.62319%
    }
  }
  
  .sec_02 .sec_02-01 {
    padding: 11rem 0 11rem;
    background: #f1f1f1
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-01 {
      padding: 13.33333% 0
    }
  }
  
  .sec_02 .sec_02-01 .headline {
    margin-bottom: 3.5rem
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-01 .headline {
      margin-bottom: 3.62319%
    }
  }
  
  .sec_02 .sec_02-01 .img01 {
    margin-bottom: 1rem;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-01 .img01 {
      margin: 0 -3.47826% .72464%
    }
  }
  
  .sec_02 .sec_02-01 .txt01 {
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-01 .txt01 {
      width: 91.30435%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4.34783%;
      text-align: left;
      font-size: 3.73333vw
    }
  }
  
  .sec_02 .source-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 2.3
  }
  
  @media (max-width: 750px) {
    .sec_02 .source-list {
      width: 91.30435%;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.3;
      font-size: 2.4vw
    }
  }
  
  .sec_02 .source-list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  @media (max-width: 750px) {
    .sec_02 .source-list>li:not(:last-child) {
      margin-bottom: 0.9em
    }
  }
  
  .sec_02 .source-list>li>span {
    display: block;
    max-width: 100%
  }
  
  .sec_02 .source-list>li>span:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 3.5em
  }
  
  .sec_02 .source-list>li>span:nth-of-type(2) {
    color: #03a9f4;
    text-decoration: underline;
    word-break: break-all
  }
  
  .sec_02 .sec_02-02 {
    padding: 10rem 0 7rem
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-02 {
      padding: 14.66667% 0 6.66667%
    }
  }
  
  .sec_02 .sec_02-02 .txt02 {
    margin-bottom: 5rem;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-02 .txt02 {
      margin-bottom: 10.14493%
    }
  }
  
  .sec_02 .sec_02-02 .ttl01 {
    margin-bottom: 6.5rem;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-02 .ttl01 {
      margin-bottom: 10.14493%
    }
  }
  
  .sec_02 .sec_02-03 {
    background: #e6ebf1;
    padding-bottom: 11rem
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-03 {
      padding-bottom: 13.33333%
    }
  }
  
  .sec_02 .sec_02-03 .headline {
    margin: 7rem 0 7.5rem
  }
  
  @media (max-width: 750px) {
    .sec_02 .sec_02-03 .headline {
      margin: 7.24638% 0 10.14493%
    }
  }
  
  .sec_02 .sec_02-03 .headline .org {
    position: relative;
    display: inline-block
  }
  
  .sec_02 .sec_02-03 .headline .org:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: .11364em;
    background: #2c4d7a;
    content: ''
  }
  
  .cta {
    padding: 10rem 0 11rem;
    position: relative
  }
  
  @media (max-width: 750px) {
    .cta {
      padding: 12% 0 15.94203%
    }
  }
  
  .cta.cta_02 {
    padding: 0 0 9rem;
    background: #e6ebf1
  }
  
  @media (max-width: 750px) {
    .cta.cta_02 {
      padding-bottom: 10.14493%
    }
  }
  
  .cta.cta_02 .and-triangle {
    margin-bottom: 5rem
  }
  
  @media (max-width: 750px) {
    .cta.cta_02 .and-triangle {
      margin-bottom: 7.24638%
    }
  }
  
  .cta .cta_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.4rem;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .cta .cta_ttl {
      font-size: 4.4vw
    }
  }
  
  @media (max-width: 750px) {
    .cta .cta_ttl {
      margin-bottom: 7.24638%;
      font-size: 6.4vw
    }
  }
  
  .cta .cta_ttl::before, .cta .cta_ttl::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 1.25em;
    height: 2.11364em;
    margin-bottom: -0.4em;
    background: center / 100% no-repeat;
    content: ''
  }
  
  @media (max-width: 750px) {
    .cta .cta_ttl::before, .cta .cta_ttl::after {
      width: 1.04em;
      height: 2.54em;
      margin-bottom: -1.4em
    }
  }
  
  .cta .cta_ttl::before {
    background-image: url(../img/cta_ic_l.png);
    margin-right: 0.5em
  }
  
  @media (max-width: 750px) {
    .cta .cta_ttl::before {
      margin-right: auto;
      background-image: url(../img/cta_ic_l_sp.png)
    }
  }
  
  .cta .cta_ttl::after {
    background-image: url(../img/cta_ic_r.png);
    margin-left: 0.5em
  }
  
  @media (max-width: 750px) {
    .cta .cta_ttl::after {
      margin-left: auto;
      background-image: url(../img/cta_ic_r_sp.png)
    }
  }
  
  .cta .cta_ttl .cta_ttl_inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    letter-spacing: 0;
    text-align: center;
    min-width: 12.5em
  }
  
  @media (max-width: 750px) {
    .cta .cta_ttl .cta_ttl_inner {
      min-width: 0
    }
  }
  
  @media (min-width: 751px) {
    .cta .cta_cont {
      position: relative;
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-align: center
    }
  }
  
  @media (min-width: 751px) {
    .cta .cta_cont .btn {
      position: absolute;
      bottom: 2.5rem;
      right: 1rem;
      margin: 0
    }
  }
  
  .sec_03 {
    padding: 10rem 0 11rem
  }
  
  @media (max-width: 750px) {
    .sec_03 {
      padding: 13.33333% 0
    }
  }
  
  @media (max-width: 750px) {
    .sec_03 .headline {
      margin-bottom: 8.69565%
    }
  }
  
  @media (min-width: 751px) {
    .sec_03 .point-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
  }
  
  .sec_03 .point-list .point-list_item {
    position: relative
  }
  
  @media (min-width: 751px) {
    .sec_03 .point-list .point-list_item {
      width: 50%;
      padding-bottom: 5rem
    }
    .sec_03 .point-list .point-list_item:nth-of-type(2n+1) {
      padding-right: 3.64583%
    }
    .sec_03 .point-list .point-list_item:nth-of-type(2n+1):before {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      height: calc(100% - 5.8rem);
      width: 3px;
      content: '';
      background: url(../img/ic_point.png) top center/100% auto repeat-y
    }
    .sec_03 .point-list .point-list_item:nth-of-type(2n) {
      padding-left: 3.64583%
    }
    .sec_03 .point-list .point-list_item:nth-of-type(n+3) {
      padding-bottom: 8rem
    }
  }
  
  @media (max-width: 750px) {
    .sec_03 .point-list .point-list_item:not(:last-child) {
      margin-bottom: 11.5942%
    }
  }
  
  .sec_03 .point .point_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_num {
      margin-bottom: 2.89855%
    }
  }
  
  .sec_03 .point .point_num:before, .sec_03 .point .point_num:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2c4d7a
  }
  
  .sec_03 .point .point_num:before {
    margin-right: 2.4rem
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_num:before {
      margin-right: 5.7971%
    }
  }
  
  .sec_03 .point .point_num:after {
    margin-left: 2.4rem
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_num:after {
      margin-left: 5.7971%
    }
  }
  
  .sec_03 .point .point_num .ic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    background: #2c4d7a;
    line-height: 1.1;
    font-size: 2.4rem;
    color: #fff
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_num .ic {
      width: 20vw;
      height: 20vw;
      font-size: 8.53333vw
    }
  }
  
  .sec_03 .point .point_num .ic .top {
    margin-top: 0.4em;
    font-size: .45833em
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_num .ic .top {
      font-size: .36923em
    }
  }
  
  .sec_03 .point .point_ttl {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_ttl {
      font-size: 5.33333vw;
      margin-bottom: 10.86957%
    }
  }
  
  @media (max-width: 750px) {
    .sec_03 .point.-pt1 .point_ttl {
      margin-bottom: 4.34783%
    }
  }
  
  .sec_03 .point .point_img {
    margin-bottom: 2.5rem;
    text-align: center
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_img {
      margin-bottom: 7.24638%
    }
  }
  
  .sec_03 .point .point_cont {
    padding: 0 4.49438%;
    line-height: 1.9
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_cont {
      padding: 0 4.34783%;
      font-size: 3.73333vw;
      letter-spacing: 0
    }
  }
  
  .sec_03 .point .point_cont .list {
    margin-top: 0.5em;
    font-size: 1rem;
    letter-spacing: 0
  }
  
  @media (max-width: 750px) {
    .sec_03 .point .point_cont .list {
      font-size: 2.66667vw
    }
  }
  
  .sec_04 {
    padding: 11rem 0 0
  }
  
  @media (max-width: 750px) {
    .sec_04 {
      padding-top: 13.33333%
    }
  }
  
  .sec_04 .headline {
    margin-bottom: 7rem
  }
  
  @media (max-width: 750px) {
    .sec_04 .headline {
      margin-bottom: 10.14493%
    }
  }
  
  .sec_04 .headline .blk {
    display: block;
    margin-bottom: 0.5em;
    font-size: 2.8rem
  }
  
  @media (max-width: 750px) {
    .sec_04 .headline .blk {
      margin-bottom: 0.3em;
      font-size: 5.33333vw
    }
  }
  
  .sec_04 .headline .ttl_img {
    display: block
  }
  
  @media (max-width: 750px) {
    .sec_04 .headline .ttl_img img {
      width: 36.37681%
    }
  }
  
  .sec_04 .feature-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 7rem
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box {
      border: solid 0.2rem #2c4d7a;
      border-radius: .5rem;
      margin-bottom: 11.5942%
    }
  }
  
  .sec_04 .feature-box .headline02 {
    color: #2c4d7a;
    font-weight: 700;
    padding: .5rem 0
  }
  
  @media (min-width: 751px) {
    .sec_04 .feature-box .headline02 {
      border-top: solid 0.3rem #2c4d7a;
      border-bottom: solid 0.3rem #2c4d7a
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 4.41176em;
      padding: 0 4.34783%;
      margin-bottom: 0;
      background: #2c4d7a;
      color: #fff;
      text-align: left;
      font-size: 4.53333vw;
      cursor: pointer
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02>span {
      display: block
    }
  }
  
  .sec_04 .feature-box .headline02>span:nth-of-type(1) {
    margin-right: 1.2rem
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02>span:nth-of-type(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-left: .36364em;
      margin-right: .72727em;
      font-size: 1.61765em
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02>span:nth-of-type(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%
    }
  }
  
  .sec_04 .feature-box .headline02>i {
    display: none
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02>i {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      display: block;
      width: 1.5rem;
      margin-left: 0.5em
    }
    .sec_04 .feature-box .headline02>i:before, .sec_04 .feature-box .headline02>i:after {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: .3rem;
      margin: auto
    }
    .sec_04 .feature-box .headline02>i:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg)
    }
    .sec_04 .feature-box .headline02>i.open:before {
      content: none
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .headline02.is-open>i:after {
      display: none
    }
  }
  
  @media (min-width: 751px) {
    .sec_04 .feature-box .feature-box_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .feature-box_content {
      display: none;
      padding: 10.14493% 4.34783% 7.24638%
    }
  }
  
  @media (min-width: 751px) {
    .sec_04 .feature-box .feature-box_content .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 42.5%;
      margin-right: 7.5%
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .feature-box_content .image {
      padding: 0 4%;
      margin-bottom: 8.73016%
    }
  }
  
  .sec_04 .feature-box .feature-box_content .image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  
  @media (min-width: 751px) {
    .sec_04 .feature-box .feature-box_content .content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
      line-height: 1.9
    }
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .feature-box_content .content {
      font-size: 3.73333vw
    }
  }
  
  .sec_04 .feature-box .feature-box_content .content span.org {
    display: block;
    font-weight: 700
  }
  
  .sec_04 .feature-box .feature-box_content .content .list {
    margin-top: .5em;
    font-size: 1rem;
    letter-spacing: 0
  }
  
  @media (max-width: 750px) {
    .sec_04 .feature-box .feature-box_content .content .list {
      margin-top: 1em;
      font-size: 2.4vw
    }
  }
  
  .sec_04 .btn {
    margin-top: 10rem
  }
  
  @media (max-width: 750px) {
    .sec_04 .btn {
      margin-top: 15.94203%
    }
  }
  
  .sec_05 {
    padding-top: 10rem
  }
  
  @media (max-width: 750px) {
    .sec_05 {
      padding: 12% 0 14.66667%
    }
  }
  
  .sec_06 {
    padding-top: 10rem
  }
  
  @media (max-width: 750px) {
    .sec_06 {
      padding-top: 12%
    }
  }
  
  .sec_06 .qa-box {
    margin-top: 7rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box {
      margin-top: 7.24638%;
      padding: 0 4.34783%
    }
  }
  
  .sec_06 .qa-box .qa-box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
  
  .sec_06 .qa-box .qa-box_ic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin-right: 1.6rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_ic {
      margin-right: 4.66667vw
    }
  }
  
  .sec_06 .qa-box .qa-box_ic>i {
    display: block;
    width: 6.6rem;
    height: 6.6rem;
    border: solid .4rem;
    border-radius: 50%;
    line-height: 5.8rem;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_ic>i {
      width: 8.66667vw;
      height: 8.66667vw;
      border-width: 2px;
      line-height: 1.5em;
      font-size: 5.33333vw
    }
  }
  
  .sec_06 .qa-box .qa-box_ic>i:before {
    position: relative;
    top: -0.05em;
    display: inline;
    speak: none
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_ic>i:before {
      top: -0.08em
    }
  }
  
  .sec_06 .qa-box .qa-box_ic.-que>i {
    background: #e6ebf1;
    border-color: #2c4d7a;
    color: #2c4d7a
  }
  
  .sec_06 .qa-box .qa-box_ic.-que>i:before {
    content: 'Q'
  }
  
  .sec_06 .qa-box .qa-box_ic.-ans>i {
    background: #2c4d7a;
    border-color: #2c4d7a;
    color: #e6ebf1
  }
  
  .sec_06 .qa-box .qa-box_ic.-ans>i:before {
    content: 'A'
  }
  
  .sec_06 .qa-box .qa-box_toggle {
    display: block;
    margin-left: 3rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_toggle {
      margin-left: 2.66667vw
    }
  }
  
  .sec_06 .qa-box .qa-box_toggle>i {
    position: relative;
    display: block;
    width: 3.4rem;
    height: 6.6rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_toggle>i {
      width: 1.5rem;
      height: 8.66667vw
    }
  }
  
  .sec_06 .qa-box .qa-box_toggle>i:before, .sec_06 .qa-box .qa-box_toggle>i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: .6rem;
    margin: auto;
    background: #2c4d7a;
    content: ''
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_toggle>i:before, .sec_06 .qa-box .qa-box_toggle>i:after {
      height: .3rem
    }
  }
  
  .sec_06 .qa-box .qa-box_toggle>i:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  
  .sec_06 .qa-box.is-open .qa-box_toggle>i:after {
    display: none
  }
  
  .sec_06 .qa-box .qa-box_cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%
  }
  
  .sec_06 .qa-box .qa-box_cont-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 100%;
    max-width: 100%
  }
  
  .sec_06 .qa-box .qa-box_que {
    margin-bottom: 2.5rem;
    cursor: pointer
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_que {
      margin-bottom: 3.91304%
    }
  }
  
  .sec_06 .qa-box .qa-box_que .qa-box_cont {
    font-weight: 700;
    font-size: 2.4rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_que .qa-box_cont {
      font-size: 4vw
    }
  }
  
  .sec_06 .qa-box .qa-box_ans {
    display: none
  }
  
  .sec_06 .qa-box .qa-box_ans .qa-box_cont {
    padding-right: 7rem
  }
  
  @media (max-width: 750px) {
    .sec_06 .qa-box .qa-box_ans .qa-box_cont {
      font-size: 3.2vw;
      padding-right: 1.66667em
    }
  }
  
  @media (max-width: 750px) {
    .sec_06 .btn {
      margin-top: 13.04348%
    }
  }
  
  .sec_07 {
    padding-top: 10rem;
    padding-bottom: 11rem
  }
  
  @media (max-width: 750px) {
    .sec_07 {
      padding-top: 12%;
      padding-bottom: 14.66667%
    }
  }
  
  .sec_07 dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    border-top: solid 0.3rem #2c4d7a;
    color: #323232
  }
  
  .sec_07 dl dt {
    width: 14%;
    border-bottom: solid 0.3rem #2c4d7a;
    background: #e6ebf1;
    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
  }
  
  @media (max-width: 750px) {
    .sec_07 dl dt {
      width: 27%;
      font-size: 4vw
    }
  }
  
  .sec_07 dl dd {
    width: 86%;
    padding: 3.5rem 0 3.5rem 2.3rem;
    border-bottom: solid 0.3rem #2c4d7a
  }
  
  @media (max-width: 750px) {
    .sec_07 dl dd {
      width: 73%;
      font-size: 3.4vw;
      padding: 1.4rem 0 1.4rem 1.4rem
    }
  }
  
  .sec_07 dl dd a {
    text-decoration: underline
  }
  
  .sec_08 {
    padding-top: 9rem;
    padding-bottom: 11rem;
    background: #2c4d7a
  }
  
  @media (max-width: 750px) {
    .sec_08 {
      padding-top: 12%;
      padding-bottom: 12%
    }
  }
  
  .sec_08 .headline {
    margin-bottom: 7rem
  }
  
  @media (max-width: 750px) {
    .sec_08 .headline {
      margin-bottom: 4rem
    }
  }
  
  .sec_08 .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 7rem 5rem;
    background: #fff;
    color: #323232;
    border-radius: 1rem
  }
  
  @media (min-width: 751px) {
    .sec_08 .wrap {
      max-width: 800px
    }
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap {
      width: 100%;
      padding: 2.6rem 4% 4rem
    }
  }
  
  .sec_08 .wrap .form .txt {
    width: 540px;
    margin: 0 auto;
    padding: 1rem 0 0 14rem;
    position: relative
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .txt {
      width: 92%;
      padding: 0
    }
  }
  
  .sec_08 .wrap .form .txt:before {
    content: "";
    width: 23%;
    height: 12.6rem;
    background: url(../img/sec_08_img.png) top/contain no-repeat;
    position: absolute;
    left: 0;
    top: 0
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .txt:before {
      display: none
    }
  }
  
  .sec_08 .wrap .form .txt p {
    font-size: 1.8rem;
    font-weight: 700
  }
  
  .sec_08 .wrap .form .txt .form_ttl {
    color: #2c4d7a;
    font-size: 2.2rem;
    margin-bottom: 1rem
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .sec_08 .wrap .form .txt .form_ttl {
      font-size: 2rem
    }
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .txt .form_ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 5.33333vw;
      margin-bottom: 2.66667vw;
      line-height: 1.6
    }
    .sec_08 .wrap .form .txt .form_ttl:before {
      display: block;
      width: 2.725em;
      height: 3.1em;
      margin-right: .6em;
      background: url(../img/sec_08_img.png) top/contain no-repeat;
      content: ''
    }
    .sec_08 .wrap .form .txt .form_ttl>span {
      display: block;
      padding-top: 0.2em
    }
    .sec_08 .wrap .form .txt .form_ttl+p {
      margin-bottom: 8vw;
      text-align: center;
      font-size: 3.46667vw
    }
  }
  
  .sec_08 .wrap .form .btn_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .btn_wrap {
      display: block
    }
  }
  
  .sec_08 .wrap .form .btn_wrap .btn {
    width: 48%
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .btn_wrap .btn {
      width: 100%;
      margin-top: 6.66667vw
    }
  }
  
  .sec_08 .wrap .form .btn_wrap .btn a {
    font-size: 2rem
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .sec_08 .wrap .form .btn_wrap .btn a {
      font-size: 1.6rem
    }
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .form .btn_wrap .btn a {
      font-size: 4.53333vw
    }
  }
  
  .sec_08 .wrap .tel {
    margin-top: 7rem;
    padding-top: 7rem;
    border-top: solid 0.3rem #2c4d7a
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .tel {
      margin-top: 12vw;
      padding-top: 9.33333vw;
      border-width: .2rem
    }
  }
  
  .sec_08 .wrap .tel .txt {
    text-align: center;
    margin-bottom: 7rem
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .tel .txt {
      margin-bottom: 6.66667vw
    }
  }
  
  .sec_08 .wrap .tel .txt p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center
  }
  
  .sec_08 .wrap .tel .txt p.org {
    color: #2c4d7a;
    font-size: 2.2rem;
    margin-bottom: 1rem
  }
  
  @media (max-width: 750px) {
    .sec_08 .wrap .tel .txt p.org {
      margin-bottom: 2vw;
      font-size: 5.33333vw
    }
    .sec_08 .wrap .tel .txt p.org+p {
      font-size: 3.46667vw
    }
  }
  
  .sec_08 .wrap .tel .tel_btn a {
    display: block
  }
  
@media (max-width: 750px) {
  .sec_08 .wrap .tel .tel_btn a {
    pointer-events: auto
  }
}


/* 221201 追加 */
.banner_area{ margin-top: 40px; }
.banner_box{
	background-color: #ffffff;
	flex: 1 1 0px;
	width: calc(50% - 20px);
	max-width: 580px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	line-height: 1;
	margin: 0 auto;
}
.banner_box a{
	-moz-transition: color .3s, opacity .3s, background .3s;
	-o-transition: color .3s, opacity .3s, background .3s;
	-webkit-transition: color .3s, opacity .3s, background .3s;
	transition: color .3s, opacity .3s, background .3s;
}
.banner_box a:hover {
	opacity: 0.5;
}
.banner_box img {
	width: 100%;
	margin: 0 auto 2rem;
	display: block;
}
.banner_box .txt_box01 .txt01 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.banner_box .txt_box01 .txt02 {
	position: relative;
	color: #2c4d7a;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
  margin-right: 1rem;
  padding: 0 0 3rem 3rem;
}
.banner_box .txt_box01 .txt02::before {
	content: "";
	position: absolute; 
	border: solid #2c4d7a;
	border-width: 0 3px 3px 0;
	top: 6px;
	height: calc(4rem / 4);
	width: calc(4rem / 4);
	box-sizing: content-box;
	transform: rotate(-45deg);
  margin-right: 1rem;
  right: 16rem;
}

.banner_box .txt_box01 .txt03 {
	font-size: 20px;
	border: 2px solid #f23400;
	text-align: center;
	text-indent: -1em;
	margin: 0 1em 10px;
	padding: 0.5rem 0.3em 0.5rem 1.3em;
}
@media screen and (max-width: 1024px) {
	.banner_box .txt_box01 .txt03 {font-size: 16px;}
}
@media screen and (max-width: 868px) {
	.banner_box .txt_box01 .txt03 {font-size: 14px;}
}

@media screen and (max-width: 767px) {
	.banner_box { width: 100%; }
	.banner_box .txt_box01 .txt03 {font-size: 22px;}
}

@media screen and (max-width: 540px) {
	.banner_box .txt_box01 .txt03 {	font-size: 18px;}
}

.page_top {
    position: fixed;
    z-index: 999;
    right: 5rem;
    bottom: 5rem;
    display: none
  }
  
  @media (min-width: 751px) and (max-width: 1000px) {
    .page_top {
      right: 3%;
      bottom: 3%
    }
  }
  
  @media (max-width: 750px) {
    .page_top {
      width: 6rem;
      height: 6rem;
      right: 3%;
      bottom: 3%
    }
  }
  
  .page_top a {
    display: block
  }
  
  .page_top a img {
    display: block
  }
  
  #footer {
    padding: 7.5rem 0 5rem;
    background: #7dabcf;
  }
  
  @media (max-width: 750px) {
    #footer {
      padding: 4rem 0 1.8rem
    }
  }
  
  #footer .logo {
    width: 42.6rem;
    margin: 0 auto 4.3rem
  }
  
  @media (max-width: 750px) {
    #footer .logo {
      width: 60%;
      margin-bottom: 2.5rem
    }
  }
  
  #footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem
  }
  
  @media (max-width: 750px) {
    #footer ul {
      margin-bottom: 3.4rem
    }
  }
  
  #footer ul li {
    margin: 0 5.7rem
  }
  
  @media (max-width: 750px) {
    #footer ul li {
      margin: 0
    }
    #footer ul li:first-child {
      margin-right: 4rem
    }
  }
  
  #footer ul li a {
    color: #fff
  }
  
  #footer .copy {
    color: #fff;
    text-align: center;
    font-size: 1.2rem
  }
  
  @media (max-width: 750px) {
    .pc {
      display: none !important
    }
  }
  
  @media (min-width: 751px) {
    .sp {
      display: none !important
    }
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none
    }
  }


  
/* 汎用 2221201 */
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.txt-left {text-align: left;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}