@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
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: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

em {
  font-style: normal;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



/* ========================================
    ■ 必須設定
======================================== */
/* 頻出の色 */
.font_blueblack {
  color: #002F5D;
}

.font_babyblue {
  color: #D5E9FF;
}

.font_coolblue {
  color: #2364A4;
}

.font_yelloworange {
  color: #FFA741;
}

.font_redorange {
  color: #FF6C22;
}

.font_ivory {
  color: #FCF7EA;
}

/* 関数
----------------------------- */
.kenten, .kenten_half {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-position: top left;
  background-image: radial-gradient(0.4em 0.4em at center center, #000 50%, transparent 50%);
  font-feature-settings: normal;
}

.kenten_half {
  background-size: 0.65em 0.5em;
}

.is_sp {
  display: block;
}

@media screen and (min-width: 751px) {
  .is_sp {
    display: none;
  }
}

.is_pc {
  display: none;
}

@media screen and (min-width: 751px) {
  .is_pc {
    display: block;
  }
}

img.is_sp,
br.is_sp {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  img.is_sp,
  br.is_sp {
    display: none;
  }
}

img.is_pc,
br.is_pc {
  display: none;
}

@media screen and (min-width: 751px) {
  img.is_pc,
  br.is_pc {
    display: inline-block;
  }
}

/* ========================================
    ■ General
======================================== */
/* 1px = 0.01remに変換（100px = 1rem）*/
html {
  font-size: 13.33333vw;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 6.51042vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 0.28rem;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 0.24rem;
  }
}

a {
  color: #2364A4;
  text-decoration: underline;
  transition: 0.2s ease;
}

a::before, a::after {
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover::before, a:hover::after {
  transition: 0.2s ease;
}

img,
video,
object {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

section {
  position: relative;
}

mark {
  background: none;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

picture {
  display: block;
}

/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .wrap {
    max-width: 1536px;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

.hover:hover {
  transition: 0.2s ease;
}

.hover:hover:hover {
  transform: scale(0.98, 0.98);
  transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
  background: #ccc;
  width: 0.1rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}

table.tbl_block {
  display: block;
  text-align: left;
}

@media screen and (min-width: 751px) {
  table.tbl_block {
    display: table;
  }
}

table.tbl_block tbody {
  display: block;
  text-align: left;
}

@media screen and (min-width: 751px) {
  table.tbl_block tbody {
    display: table-row-group;
  }
}

table.tbl_block tr {
  display: block;
  text-align: left;
}

@media screen and (min-width: 751px) {
  table.tbl_block tr {
    display: table-row;
  }
}

table.tbl_block th, table.tbl_block td {
  display: block;
  text-align: left;
}

@media screen and (min-width: 751px) {
  table.tbl_block th, table.tbl_block td {
    display: table-cell;
  }
}

.cmn_tit01::after, .sec02_point > li::before, .sec02_point_list > li::before, .sec03_merit_balloon::after, .form_tit01::after, .sec10_tit01::after {
  content: '';
  display: block;
}

/* マーカー */
mark {
  background: linear-gradient(0deg, #F3F3F3 50%, transparent 50%);
}

.marker_blueblack_full {
  background: #002F5D;
  padding: 0 0.1rem;
  color: #fff;
}

.marker_powderblue_full {
  background: #E0EFFF;
  padding: 0 0.1rem;
}

.underline_yelloworange {
  border-bottom: solid 2px #FFA741;
}

/* ・リスト */
.list_dot > li {
  position: relative;
  padding-left: 1em;
}

.list_dot > li::before {
  content: '・';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.slash {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.slash::before, .slash::after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 1.5em;
  margin: 0 1em;
}

.slash::before {
  transform: rotate(-30deg);
}

.slash::after {
  transform: rotate(30deg);
}

.slash_txt {
  white-space: nowrap;
}

/* fadeInアニメーション用 */
.set_fade {
  opacity: 0;
}

/* 吹き出し型の見出し */
.cmn_tit01 {
  position: relative;
  background: #002F5D;
  width: 6.7rem;
  margin: 0 auto;
  padding: 0.3rem 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.cmn_tit_top {
  position: relative;
}

@media screen and (min-width: 751px) {
  .cmn_tit01 {
    padding: 0.2rem 0;
    font-size: 0.36rem;
  }
}

.cmn_tit01::after {
  position: absolute;
  left: calc(50% - 0.12rem);
  bottom: -0.2rem;
  background: #002F5D;
  width: 0.24rem;
  height: 0.22rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 751px) {
  .cmn_tit01::after {
    bottom: -0.15rem;
    height: 0.17rem;
  }
}

/* CVボタン周り */
.cmn_btn_wrap {
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 751px) {
  .cmn_btn_wrap {
    margin: 0.35rem 0 0;
  }
}

.cmn_btn_tit01 {
  color: #002F5D;
  font-size: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.cmn_btn_tit01::before, .cmn_btn_tit01::after {
  content: '';
  display: block;
  background: #002F5D;
  width: 1px;
  height: 1.5em;
  margin: 0 1em;
}

.cmn_btn_tit01::before {
  transform: rotate(-30deg);
}

.cmn_btn_tit01::after {
  transform: rotate(30deg);
}

@media screen and (min-width: 751px) {
  .cmn_btn_tit01 {
    display: none;
  }
}

.cmn_btn_list {
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 751px) {
  .cmn_btn_list {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}

.cmn_btn_list > li {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .cmn_btn_list > li:nth-of-type(1) {
    width: 6.7rem;
  }
  .cmn_btn_list > li:nth-of-type(2) {
    width: 4.8rem;
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 751px) {
  .cmn_btn_list > li {
    width: 5.17rem;
    margin: 0 0.23rem;
  }
}

.cmn_btn_list a {
  display: block;
}

/* ========================================
    ■ keyv
======================================== */
#keyv {
  background: url(../images/keyv_bg01.jpg) no-repeat center top;
  background-size: cover;
  padding: 0 0 0.45rem;
}

@media screen and (min-width: 751px) {
  #keyv {
    background-image: url(../images/keyv_bg01_pc.jpg);
    padding: 0 0 0.55rem;
  }
}

.keyv_body {
  position: relative;
  padding: 0.7rem 0 0;
}

.keyv_body_tit01 {
  width: 6.74rem;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .keyv_body_tit01 {
    width: 6.12rem;
    margin: 0 0 0 1.5rem;
  }
}

.keyv_body_img01 {
  position: absolute;
  left: calc(50% - 3.42rem);
  top: 4.8rem;
  width: 5.24rem;
}

.keyv_body_img02 {
  position:absolute;
  left:4.2rem;
  top:3.9rem;
  width:2.74rem
}

@media screen and (min-width: 751px) {
  .keyv_body_img01 {
    left: 7.9rem;
    top: 1rem;
  }

.keyv_body_img02{
  left:12rem;
  top:0.5rem
}

}

.keyv_body_point {
  display: flex;
  justify-content: center;
  margin: 5rem auto 0;
  
}

@media screen and (min-width: 751px) {
  .keyv_body_point {
    justify-content: flex-start;
    margin: 0 0 0 2.2rem;
  }
}

.keyv_body_point > li {
  width: 2.4rem;
  margin: 0 0.17rem;
}

@media screen and (min-width: 751px) {
  .keyv_body_point > li {
    width: 1.63rem;
    margin: 0 0.3rem 0 0;
  }
}

.keyv_iso {
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 2px #D5E9FF;
  width: 6.7rem;
  margin: 0.4rem auto 0;
  padding: 0.15rem 0.2rem;
}

@media screen and (min-width: 751px) {
  .keyv_iso {
    width: 10.8rem;
    margin: 0.3rem auto 0;
  }
}

.keyv_iso_head {
  flex-shrink: 0;
  margin: 0 0.2rem 0 0;
}

@media screen and (min-width: 751px) {
  .keyv_iso_head {
    margin: 0 0.35rem 0 0;
  }
}

.keyv_iso_head_txt01 {
  color: #002F5D;
  font-size: 0.16rem;
}

@media screen and (min-width: 751px) {
  .keyv_iso_head_txt01 {
    font-size: 0.14rem;
  }
}

.keyv_iso_head_txt02 {
  background: #002F5D;
  color: #fff;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .keyv_iso_head_txt02 {
    font-size: 0.13rem;
  }
}

.keyv_iso_body {
  font-size: 0.18rem;
}

@media screen and (min-width: 751px) {
  .keyv_iso_body {
    font-size: 0.14rem;
  }
}

/* ========================================
    ■ sec01
======================================== */

#sec01 {
  padding: 0.8rem 0;
}

@media screen and (min-width: 751px) {
  #sec01 {
    padding: 0.6rem 0;
  }
}

.sec01_tit01 {
  background: url(../images/sec01_tit01_bg01.png) no-repeat center bottom;
  background-size: auto 0.2rem;
  width: 6.7rem;
  margin: 0 auto;
  padding: 0 0 0.5rem;
  color: #002F5D;
  font-size: 0.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec01_tit01 {
    width: 10.8rem;
    font-size: 0.34rem;
  }
}

.sec01_tit01 mark {
  font-size: calc(39 / 40 * 100%);
}

.sec01_tit01 b {
  display: inline-block;
  margin: 0.15rem 0 0;
  font-size: calc(48 / 40 * 100%);
  font-weight: 600;
  line-height: 1.4;
}

.sec01_voice {
  margin: 0.95rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec01_voice {
    display: flex;
    flex-wrap: wrap;
    margin: 0.8rem 0 0 2.34rem;
  }
}

.sec01_voice > li {
  opacity: 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #D5E9FF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 2.23rem 0.4rem 0.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .sec01_voice > li:nth-of-type(n+2) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 751px) {
  .sec01_voice > li {
    width: 5rem;
    margin: 0 0.5rem 0 0;
    padding: 1.28rem 0.45rem 0.35rem;
  }
  .sec01_voice > li:nth-of-type(2) {
    order: 3;
    /* margin-top: 0.77rem; */
  }
  /* .sec01_voice > li:nth-of-type(3) {
    order: 4;
    margin-top: 0.77rem;
  }
  .sec01_voice > li:nth-of-type(4) {
    order: 2;
  } */
}

.sec01_voice_ico {
  position: absolute;
  left: calc(50% - 1.25rem);
  top: -0.55rem;
  width: 2.5rem;
}

@media screen and (min-width: 751px) {
  .sec01_voice_ico {
    left: calc(50% - 0.7rem);
    top: -0.35rem;
    width: 1.4rem;
  }
}

/* ========================================
    ■ sec02
======================================== */
#sec02 {
  padding: 0 0 0.8rem;
}

@media screen and (min-width: 751px) {
  #sec02 {
    padding: 0 0 0.65rem;
  }
}

.sec02_point {
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec02_point {
    margin: 0.65rem 0 0;
  }
}

.sec02_point > li {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #D5E9FF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 0.45rem 0 0.3rem;
}

@media screen and (min-width: 751px) {
  .sec02_point > li {
    width: 9rem;
    padding: 0.6rem 0 0.65rem;
  }
}

.sec02_point > li::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #2364A4;
  width: 0.67rem;
  height: 0.67rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media screen and (min-width: 751px) {
  .sec02_point > li::before {
    width: 0.55rem;
    height: 0.55rem;
  }
}

.sec02_point > li:nth-of-type(n+2) {
  margin-top: 0.6rem;
}

@media screen and (min-width: 751px) {
  .sec02_point > li:nth-of-type(n+2) {
    margin-top: 0.45rem;
  }
}

.sec02_point_tit01 {
  color: #002F5D;
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .sec02_point_tit01 {
    font-size: 0.26rem;
  }
}

.sec02_point_tit01 b {
  font-size: calc(36 / 32 * 100%);
}

.sec02_point_body {
  margin: 0.45rem 0 0;
  position: relative;
}
.sec02_point_only {
  position: absolute;
  left: -40px;
}
.sec02_point_only img {
  width: 3.8rem;
}
@media screen and (max-width: 751px) {
  .sec02_point_only {
    position: absolute;
    left: -20px;
  }
  .sec02_point_only img {
    width: 3.4rem;
  }
}

@media screen and (min-width: 751px) {
  .sec02_point_body {
    display: flex;
    margin: 0.55rem 0.5rem 0;
  }
  
}

.sec02_point_img {
  width: 6rem;
  margin: 0 auto;
}

.sec02_point_img img{
  border-radius: 8px;
}

@media screen and (min-width: 751px) {
  .sec02_point_img {
    flex-shrink: 0;
    width: 4rem;
    margin: 0 0.45rem 0 0;
  }
}

.sec02_point_txt {
  width: 6.14rem;
  margin: 0.3rem auto 0;
  font-size: 0.25rem;
}

@media screen and (min-width: 751px) {
  .sec02_point_txt {
    flex-grow: 1;
    width: auto;
    margin: 0;
    font-size: 0.22rem;
  }
}

.sec02_point_txt > p:nth-child(n+2) {
  margin-top: 0.3rem;
}

@media screen and (min-width: 751px) {
  .sec02_point_txt > p:nth-child(n+2) {
    margin-top: 0.15rem;
  }
}

.sec02_point_list {
  color: #002F5D;
  font-size: 0.28rem;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .sec02_point_list {
    font-size: 0.25rem;
  }
}

.sec02_point_list > li {
  position: relative;
  border-bottom: solid 2px #BAE8CC;
  padding: 0.1rem 0 0 0.45rem;
}

@media screen and (min-width: 751px) {
  .sec02_point_list > li {
    padding: 0.1rem 0 0 0.3rem;
  }
}

.sec02_point_list > li::before {
  position: absolute;
  left: 0;
  top: 0.12rem;
  background: url(../images/sec02_point_list_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.34rem;
}

@media screen and (min-width: 751px) {
  .sec02_point_list > li::before {
    top: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}

/* ========================================
    ■ sec03
======================================== */
#sec03 {
  background: url(../images/sec03_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.8rem 0;
}

@media screen and (min-width: 751px) {
  #sec03 {
    background-image: url(../images/sec03_bg01_pc.png);
    padding: 0.6rem 0;
  }
}

.sec03_merit > li {
  position: relative;
  background: #fff;
  width: 6.7rem;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .sec03_merit > li {
    width: 9rem;
  }
}

.sec03_merit > li:nth-of-type(n+2) {
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
  .sec03_merit > li:nth-of-type(n+2) {
    margin-top: 0.9rem;
  }
}

.sec03_merit_balloon {
  position: absolute;
  left: calc(50% - 1.3rem);
  top: -0.35rem;
  border-radius: 100px;
  background: #fff;
  width: 2.6rem;
  padding: 0.1rem 0;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec03_merit_balloon {
    top: -0.45rem;
  }
}

.sec03_merit_balloon::after {
  position: absolute;
  left: calc(50% + 0.5rem);
  bottom: -0.15rem;
  background: #fff;
  width: 0.26rem;
  height: 0.26rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.sec03_merit_balloon + .sec03_merit_tit01 {
  padding-top: 0.4rem;
}

@media screen and (min-width: 751px) {
  .sec03_merit_balloon + .sec03_merit_tit01 {
    padding-top: 0.27rem;
  }
}

.sec03_merit_tit01 {
  background: #FFA741;
  padding: 0.1rem 0;
  color: #fff;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .sec03_merit_tit01 {
    padding: 0.25rem 0;
    font-size: 0.28rem;
  }
}

.sec03_merit_box01 {
  padding: 0.15rem 0.3rem 0.35rem;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box01 {
    display: flex;
    padding: 0.55rem 0.3rem 0.45rem;
  }
}

@media screen and (min-width: 751px) {
  .sec03_merit_box01_img01 {
    flex-shrink: 0;
    width: 4.97rem;
    margin: 0 0.42rem 0 0;
  }
}

.sec03_merit_box01_txt01 {
  margin: 0.3rem 0 0;
  font-size: 0.25rem;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box01_txt01 {
    margin: 0;
    font-size: 0.24rem;
  }
}

.sec03_merit_box02 {
  padding: 0.35rem 0.35rem 0.45rem;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box02 {
    padding: 0.5rem 0.5rem 0.65rem;
  }
}

.sec03_merit_box02_tit01 {
  color: #002F5D;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box02_tit01 {
    font-size: 0.34rem;
  }
}

.sec03_merit_box02_list {
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box02_list {
    display: flex;
    justify-content: space-around;
    margin: 0.25rem 0 0;
  }
}

.sec03_merit_box02_list > li {
  background: #FCF7EA;
  padding: 0.28rem 0.2rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .sec03_merit_box02_list > li:nth-of-type(n+2) {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 751px) {
  .sec03_merit_box02_list > li {
    width: 3.34rem;
  }
  .sec03_merit_box02_list > li .sec03_merit_box02_tit01 {
    font-size: 0.24rem;
    height: 40px;
  }
}

.sec03_merit_box02_img {
  width: 100%;
  height: 4.52rem;
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec03_merit_box02_img {
    height: 2.6rem;
  }
}

.sec03_merit_box02_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  padding-top: 24px;
}


/* ========================================
    ■ sec04
======================================== */
#sec04 {
  padding: 0.6rem 0 0.8rem;
}

@media screen and (min-width: 751px) {
  #sec04 {
    padding: 0.6rem 0 0.65rem;
  }
}

.sec04_effect {
  margin: 1rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec04_effect {
    display: flex;
    flex-wrap: wrap;
    margin: 0.85rem 0 0 2.34rem;
  }
}

.sec04_effect > li {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #E0EFFF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 3.25rem 0 0.4rem;
}

@media screen and (max-width: 750px) {
  .sec04_effect > li:nth-of-type(n+2) {
    margin-top: 0.85rem;
  }
}

@media screen and (min-width: 751px) {
  .sec04_effect > li {
    width: 5rem;
    margin: 0 0.5rem 0 0;
    padding: 2.38rem 0 0.4rem;
  }
  .sec04_effect > li:nth-of-type(n+3) {
    margin-top: 0.8rem;
  }
}

.sec04_effect_img {
  position: absolute;
  left: calc(50% - 1.6rem);
  top: -0.45rem;
  width: 3.2rem;
}

@media screen and (min-width: 751px) {
  .sec04_effect_img {
    left: calc(50% - 1.2rem);
    top: -0.4rem;
    width: 2.4rem;
  }
}

.sec04_effect_tit01 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 0.48rem;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec04_effect_tit01 {
    font-size: 0.35rem;
    font-weight: bold;
  }
}

.sec04_effect_tit01::before, .sec04_effect_tit01::after {
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  color: #FFA741;
  font-size: 1.2rem;
}

@media screen and (min-width: 751px) {
  .sec04_effect_tit01::before, .sec04_effect_tit01::after {
    top: -0.35rem;
    font-size: 0.7rem;
  }
}

.sec04_effect_tit01::before {
  content: '“';
  left: 0.2rem;
}

@media screen and (min-width: 751px) {
  .sec04_effect_tit01::before {
    left: 0.5rem;
  }
}

.sec04_effect_tit01::after {
  content: '”';
  right: 0.2rem;
}

@media screen and (min-width: 751px) {
  .sec04_effect_tit01::after {
    right: 0.5rem;
  }
}

.sec04_effect_txt01 {
  margin: 0.35rem 0.45rem 0;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .sec04_effect_txt01 {
    margin: 0.25rem 0.5rem 0;
  }
}

/* ========================================
    ■ cta
======================================== */
.cta {
  background: url(../images/cta_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.25rem 0 0.65rem;
}

@media screen and (min-width: 751px) {
  .cta {
    background-image: url(../images/cta_bg01_pc.png);
    padding: 0.4rem 0 0.55rem;
  }
}

.cta .cmn_btn_wrap {
  margin-top: 0.3rem;
}

@media screen and (min-width: 751px) {
  .cta .cmn_btn_wrap {
    margin-top: 0.45rem;
  }
}

.cta .cmn_btn_tit01 {
  color: #fff;
}

.cta .cmn_btn_tit01::before, .cta .cmn_btn_tit01::after {
  background: #fff;
}

.cta_head {
  width: 5.7rem;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .cta_head {
    width: 5.4rem;
  }
}

.cta_tit01 {
  margin: 0.15rem 0 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.5rem;
  font-weight: 600;
  text-shadow: 0 0 0.12rem #39AEE0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .cta_tit01 {
    margin: 0.3rem 0 0;
    font-size: 0.48rem;
  }
}

.cta_txt01 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .cta_txt01 {
    margin: 0.05rem 0 0;
  }
}

/* ========================================
    ■ sec05
======================================== */
#sec05 {
  padding: 0.8rem 0;
}

@media screen and (min-width: 751px) {
  #sec05 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 2.2rem;
  }
}

.sec05_tit01 {
  color: #002F5D;
  font-size: 0.48rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec05_tit01 {
    font-size: 0.44rem;
    text-align: left;
  }
}

.sec05_img01 {
  width: 6.7rem;
  margin: 0.45rem auto 0;
}

@media screen and (min-width: 751px) {
  .sec05_img01 {
    width: 5.4rem;
    margin: 0;
  }
}

/* ========================================
    ■ sec06
======================================== */
#sec06 {
  background: #F8F6EF;
  padding: 0.85rem 0 0;
  position: relative;
}

@media screen and (min-width: 751px) {
  #sec06 {
    background: url(../images/sec06_bg02_pc.png) no-repeat center bottom, url(../images/sec06_bg01_pc.png) no-repeat center top #F8F6EF;
    background-size: 100% auto, 100% auto, contain;
    padding: 0.6rem 0;
  }
}

.sec06_product {
  margin: 0.45rem 0 0;
}

.sec06_product_img_container {
  position: absolute;
  width: 3.2rem;
  right: 20px;
  top: -80px;
}


@media screen and (min-width: 751px) {
  .sec06_product {
    margin: 0.5rem 0 0;
  }
  .sec06_product_img_container {
    display: none;
  }

}

.keyv_body_img_container {
  width: 3.8rem;
  position: absolute;
  right: 0;
  top: -10px;

}
@media screen and (max-width: 751px) {
.keyv_body_img_container {
  display: none;
}

}


.sec06_product > li {
  background: url(../images/sec06_bg01.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 0 1.1rem;
}

@media screen and (min-width: 751px) {
  .sec06_product > li {
    background: none;
    padding: 0;
  }
  .sec06_product > li:nth-of-type(n+2) {
    margin-top: 0.6rem;
  }
}

.sec06_product > li.foot .sec06_product_tit01 {
  letter-spacing: 0;
}

.sec06_product_tit01 {
  color: #002F5D;
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.sec06_product_tit01 b {
  font-size: calc(73 / 36 * 100%);
}

@media screen and (min-width: 751px) {
  .sec06_product_tit01 b {
    font-size: calc(58 / 36 * 100%);
  }
}

.sec06_product_box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #E0EFFF;
  width: 6.7rem;
  margin: 1.05rem auto 0;
  padding: 0 0 0.35rem;
}

@media screen and (min-width: 751px) {
  .sec06_product_box {
    display: flex;
    justify-content: space-between;
    width: 9rem;
    margin: 0.3rem auto 0;
    padding: 0.55rem 0.5rem 0.5rem;
  }
}

.sec06_product_detail {
  position: relative;
  padding: 2.65rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec06_product_detail {
    width: 3.3rem;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .sec06_product_detail_img {
    position: absolute;
    left: calc(50% - 3rem);
    top: -0.8rem;
    width: 6rem;
  }
}

.sec06_product_detail_txt01 {
  margin: 0 0.5rem;
}

@media screen and (min-width: 751px) {
  .sec06_product_detail_txt01 {
    margin: 0.45rem 0 0;
    font-size: 0.25rem;
    letter-spacing: 0.03em;
  }
}

.sec06_product_example {
  margin: 0.5rem 0.35rem 0;
}

@media screen and (min-width: 751px) {
  .sec06_product_example {
    width: 4.6rem;
    margin: 0;
  }
}

.sec06_product_example_tit01 {
  background: linear-gradient(-10deg, #195793 50%, #2364A4 50%);
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.33rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec06_product_example_tit01 {
    padding: 0.1rem 0;
    font-size: 0.25rem;
  }
}

.sec06_product_example_list {
  display: flex;
  justify-content: space-between;
  margin: 0.09rem 0 0;
  font-weight: 700;
  text-align: center;
}

.sec06_product_example_list > li {
  width: 1.85rem;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .sec06_product_example_list > li {
    width: 1.48rem;
  }
}

.sec06_product_example_list > li:hover img {
  transform: scale(1.1);
}

.sec06_product_example_list figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec06_product_example_list figure > img {
  object-fit: cover;
  transition: 0.2s ease;
  height: 70%;
  width: 100%;
}

.sec06_product_example_list figcaption {
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec06_product_example_list figcaption {
    margin: 0.08rem 0 0;
  }
}

.sec06_product_foot {
  margin: 0.45rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec06_product_foot {
    display: flex;
    justify-content: space-between;
    width: 11.8rem;
    margin: 0.25rem auto 0;
  }
}

.sec06_product_foot > li {
  width: 6.7rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .sec06_product_foot > li:nth-of-type(n+2) {
    margin-top: 0.65rem;
  }
}

@media screen and (min-width: 751px) {
  .sec06_product_foot > li {
    width: 5.64rem;
    margin: 0;
  }
}

/* ========================================
    ■ sec07
======================================== */
#sec07 {
  background: url(../images/sec07_bg01.png) no-repeat center top #FCF7EA;
  background-size: 100% auto;
  padding: 1.35rem 0 0.8rem;
}

@media screen and (min-width: 751px) {
  #sec07 {
    background: url(../images/sec07_bg01_pc.png) no-repeat center top #FCF7EA;
    background-size: 100% auto;
    padding: 0.6rem 0 0.9rem;
  }
}

.sec07_result {
  background: #fff;
  border: solid 0.06rem #E0EFFF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 0.35rem 0;
}

@media screen and (min-width: 751px) {
  .sec07_result {
    width: 9rem;
    padding: 0.45rem 0 0.6rem;
  }
}

.sec07_result_head {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sec07_result_head_txt01 {
  font-size: 0.33rem;
}

.sec07_result_head_txt01 b {
  font-size: calc(55 / 33 * 100%);
  font-weight: inherit;
}

.sec07_result_head_tit01 {
  font-size: 0.33rem;
}

.sec07_result_body {
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec07_result_body {
    align-items: center;
    margin: 0.28rem 0.9rem 0;
  }
}

.sec07_result_body_logo {
  width: 6.08rem;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .sec07_result_body_logo {
    flex-shrink: 0;
  }
}

.sec07_result_body_txt01 {
  width: 5.84rem;
  margin: 0.35rem auto 0;
  font-size: 0.26rem;
}

@media screen and (min-width: 751px) {
  .sec07_result_body_txt01 {
    flex-grow: 1;
    width: auto;
    margin: 0;
    font-size: 0.23rem;
  }
}

/* ========================================
    ■ sec08
======================================== */
.sec08_head {
  position: relative;
  background: #2364A4;
  padding: 0.55rem 0 0.35rem;
}

@media screen and (min-width: 751px) {
  .sec08_head {
    padding: 0.6rem 0 0.55rem;
  }
}

.sec08_head_balloon {
  position: absolute;
  left: calc(50% - 1.3rem);
  top: -0.3rem;
  width: 2.6rem;
}

.sec08_head_tit01 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.sec08_body {
  background: url(../images/sec08_body_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 2.4rem 0 1.15rem;
}

@media screen and (min-width: 751px) {
  .sec08_body {
    background-image: url(../images/sec08_body_bg01_pc.png);
    padding: 0.65rem 0 0.6rem;
  }
}

.sec08_body_welfare {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #E0EFFF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 1.6rem 0.5rem 0.45rem;
}

@media screen and (min-width: 751px) {
  .sec08_body_welfare {
    align-items: center;
    width: 9rem;
    padding: 0.55rem 1rem;
  }
}

@media screen and (max-width: 750px) {
  .sec08_body_welfare_img01 {
    position: absolute;
    left: calc(50% - 3rem);
    top: -1.9rem;
    width: 6rem;
  }
}

@media screen and (min-width: 751px) {
  .sec08_body_welfare_img01 {
    flex-shrink: 0;
    width: 5.4rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
  }
}

/* ========================================
    ■ sec09
======================================== */
#sec09 {
  background: url(../images/sec09_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0.8rem 0 0.9rem;
}

@media screen and (min-width: 751px) {
  #sec09 {
    background-image: url(../images/sec09_bg01_pc.png);
    padding: 1.15rem 0 0.6rem;
  }
}

.sec09_interview {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.12rem #D5E9FF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 0 0 0.5rem;
}

@media screen and (min-width: 751px) {
  .sec09_interview {
    width: 11.8rem;
    padding: 0.9rem 0.5rem 0.65rem;
  }
}

@media screen and (min-width: 751px) {
  .sec09_interview .cmn_tit01 {
    position: absolute;
    left: calc(50% - 3.35rem);
    top: -0.55rem;
  }
}

.sec09_interview_tit01 {
  margin: 0.45rem 0 0;
  color: #002F5D;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .sec09_interview_tit01 {
    margin: 0;
    font-size: 0.32rem;
  }
}

.sec09_interview_box01 {
  width: 6rem;
  margin: 0.45rem auto 0;
}

@media screen and (min-width: 751px) {
  .sec09_interview_box01 {
    display: flex;
    width: 100%;
    margin: 0.35rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .sec09_interview_box01_img {
    flex-shrink: 0;
    width: 5.18rem;
    margin: 0 0.45rem 0 0;
  }
}

.sec09_interview_box01_txt01 {
  margin: 0.4rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec09_interview_box01_txt01 {
    margin: 0;
  }
}

.sec09_interview_tit02 {
  border-top: solid 2px #D5E9FF;
  border-bottom: solid 2px #D5E9FF;
  width: 6rem;
  margin: 0.6rem auto 0;
  padding: 0.15rem 0;
  color: #002F5D;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .sec09_interview_tit02 {
    width: 100%;
    margin: 0.65rem auto 0;
    padding: 0.2rem 0;
    font-size: 0.32rem;
  }
}

.sec09_interview_box02 {
  width: 6rem;
  margin: 0.4rem auto 0;
}

@media screen and (min-width: 751px) {
  .sec09_interview_box02 {
    display: flex;
    width: 100%;
    margin: 0.35rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .sec09_interview_box02_img {
    flex-shrink: 0;
    width: 5.04rem;
    margin: 0 0.6rem 0 0;
  }
}

.sec09_interview_box02_txt01 {
  margin: 0.4rem 0 0;
}

@media screen and (min-width: 751px) {
  .sec09_interview_box02_txt01 {
    margin: 0;
  }
}

/* ========================================
    ■ form
======================================== */
#form {
  background: #2364A4;
  padding: 0.8rem 0.4rem;
  /* placeholder */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /* テキスト入力 */
}

@media screen and (min-width: 751px) {
  #form {
    padding: 0.6rem 3.7rem;
  }
}

#form :placeholder-shown {
  color: #aaa;
}

#form ::-webkit-input-placeholder {
  color: #aaa;
}

#form :-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

#form ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

#form :-ms-input-placeholder {
  color: #aaa;
}

#form input[type='text'], #form textarea,
#form input[type='tel'],
#form input[type='email'] {
  border: none;
  border-radius: 0.12rem;
  box-shadow: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.2rem 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

@media screen and (min-width: 751px) {
  #form input[type='text'], #form textarea,
  #form input[type='tel'],
  #form input[type='email'] {
    padding: 0.1rem 0.2rem;
  }
}

@media screen and (max-width: 750px) {
  #form input[type='text'].postnum, #form textarea.postnum,
  #form input[type='tel'].postnum,
  #form input[type='email'].postnum {
    width: 55%;
  }
}

#form textarea {
  width: 100% !important;
  max-width: none;
  min-height: 2.7rem;
}

@media screen and (min-width: 751px) {
  #form textarea {
    min-height: 2rem;
  }
}

#form .must {
  display: inline-block;
  background: #FF6C22;
  margin: 0;
  padding: 0 0.05rem;
  font-size: calc(24 / 32 * 100%);
  position: absolute;
  right: 12px;

}

@media screen and (min-width: 751px) {
  #form .must {
    margin-left: 1em;
  }
}

#form *[type='submit'] {
  display: block;
  background: none;
  margin: 0.4rem 0 0;
  padding: 0;
  text-shadow: none;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  #form *[type='submit'] {
    width: 5.4rem;
    margin: 0.3rem auto 0;
  }
}

#form *[type='submit']:hover {
  box-shadow: none;
}

.form_tit01 {
  position: relative;
  padding: 0 0 0.2rem;
  color: #fff;
  /* font-family: "Noto Serif JP", serif; */
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
}

.form_tit02 {
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
}

@media screen and (min-width: 751px) {
  .form_tit01 {
    padding: 0 0 0.1rem;
    font-size: 0.36rem;
  }
}

/* .form_tit01::after {
  position: absolute;
  left: calc(50% - 0.47rem);
  bottom: 0;
  background: #fff;
  width: 0.94rem;
  height: 2px;
} */

table.form_input_tbl {
  width: 100%;
  color: #fff;
  font-size: 0.32rem;
}

@media screen and (min-width: 751px) {
  table.form_input_tbl {
    font-size: 0.22rem;
  }
}

table.form_input_tbl th {
  padding: 0.4rem 0 0.15rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 750px) {
  table.form_input_tbl th {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 751px) {
  table.form_input_tbl th {
    padding: 0.58rem 0 0rem;
  }
}

@media screen and (min-width: 751px) {
  table.form_input_tbl td {
    width: 5rem;
    padding: 0.5rem 0 0rem;
    font-size: 0.2rem;
  }
}

.form_privacy {
  margin: 0.45rem 0 0;
  color: #fff;
  font-size: 0.23rem;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .form_privacy {
    margin: 0.6rem 0 0;
    font-size: 0.19rem;
  }
}

.form_privacy a {
  color: inherit;
}

/* ========================================
    ■ sec10
======================================== */
#sec10 {
  padding: 0.8rem 0.4rem;
}

@media screen and (min-width: 751px) {
  #sec10 {
    padding: 0.6rem 2.2rem;
  }
}

.sec10_tit01 {
  position: relative;
  padding: 0 0 0.35rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec10_tit01 {
    padding: 0 0 0.25rem;
    font-size: 0.36rem;
  }
}

.sec10_tit01::after {
  position: absolute;
  left: calc(50% - 0.47rem);
  bottom: 0;
  background: #002F5D;
  width: 0.94rem;
  height: 2px;
}

table.sec10_comapny {
  border-bottom: solid 2px #CCC;
  width: 100%;
  margin: 0.45rem 0 0;
}

@media screen and (min-width: 751px) {
  table.sec10_comapny {
    margin: 0.6rem 0 0;
  }
}

table.sec10_comapny th {
  border-top: solid 2px #CCC;
  padding: 0.2rem 0 0;
  color: #002F5D;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  table.sec10_comapny th {
    width: 2.05rem;
    padding: 0.3rem 0;
    text-align: center;
  }
}

table.sec10_comapny td {
  padding: 0.1rem 0 0.2rem;
}

@media screen and (min-width: 751px) {
  table.sec10_comapny td {
    border-top: solid 2px #CCC;
    padding: 0.3rem 0.3rem 0.3rem 0;
  }
}

/* ========================================
    ■ footer
======================================== */
#footer {
  background: #2364A4;
  padding: 0.15rem 0 1.35rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #footer {
    padding: 0.25rem 0 1.35rem;
    font-size: 0.2rem;
  }
}

#footer.normal {
  padding: 0.15rem 0;
}

@media screen and (min-width: 751px) {
  #footer.normal {
    padding: 0.25rem 0;
  }
}

/* ========================================
    ■ cta_fixed
======================================== */
#cta_fixed {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #2364A4;
  width: 100%;
  height: 1.2rem;
}



/* ========================================
    ■ thanks
======================================== */
#thanks {
  padding: 1.15rem 0 0.4rem;
}

@media screen and (min-width: 751px) {
  #thanks {
    padding: 1.15rem 0 1.3rem;
  }
}

.thanks_box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.24rem #E0EFFF;
  width: 6.7rem;
  margin: 0 auto;
  padding: 2.25rem 0.3rem 0.3rem;
  font-size: 0.26rem;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .thanks_box {
    width: 11.8rem;
    padding: 1.85rem 0.5rem 0.65rem;
    font-size: 0.25rem;
  }
}

.thanks_box_tit01 {
  position: absolute;
  left: calc(50% - 1.25rem);
  top: -0.55rem;
  width: 2.5rem;
}

@media screen and (min-width: 751px) {
  .thanks_box_tit01 {
    left: calc(50% - 0.95rem);
    width: 1.9rem;
  }
}

.thanks_box_txt02 {
  background: #E0EFFF;
  margin: 0.25rem 0 0;
  padding: 0.25rem 0;
  color: #002F5D;
}

.thanks_btn01 {
  display: block;
  width: 5rem;
  margin: 0.45rem auto 0;
}

@media screen and (min-width: 751px) {
  .thanks_btn01 {
    width: 3.94rem;
    margin: 0.7rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */

.btn-wrap-pc-sp {
  position: fixed;
  z-index: 9999;
  bottom: 0; 
  right: 0; 
  left : 0;
  font-size: 1.2rem;
}


/* CTA area bottom */
.fixed-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  z-index: 1000;
  background: rgba(26,26,26,0.9);
}
.fixed-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
.fixed-bar-txt {
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 16px;
}
.fixed-bar-txt b {
  font-size: 18px;
}
.fixed-bar-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 30px;
}
.fixed-bar-tel30,
.fixed-bar-tel-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 480px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #dd3d27;
  box-sizing: border-box;
  transition: 0.3s;
}
.fixed-bar-tel30:after,
.fixed-bar-tel-apply:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.fixed-bar-tel30:hover,
.fixed-bar-tel-apply:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.fixed-bar-tel30 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 60px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}
.fixed-bar-tel30 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 6px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.fixed-bar-tel30 > span span {
  color: #dd3d27;
  font-size: 28px;
  font-family: Arial;
  letter-spacing: -0.05em;
}
.fixed-bar-trial30 > span small {
  color: #0f0f0f;
  font-size: 10px;
}
.fixed-bar-trial30 b {
  font-size: 20px;
}
.fixed-bar-demo,
.fixed-bar-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 366px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #00aca5;
  box-sizing: border-box;
  transition: 0.3s;
}
.fixed-bar-demo:after,
.fixed-bar-tel:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.fixed-bar-demo + .fixed-bar-trial {
  margin-left: 20px;
}
.fixed-bar-demo:hover,
.fixed-bar-trial:hover,
.fixed-bar-case:hover,
.fixed-bar-tel:hover {
  color: #fff;;
  text-decoration: none;
  opacity: 0.8;
}
.fixed-bar-catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 366px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff7a29;
  box-sizing: border-box;
  transition: 0.3s;
}
.fixed-bar-catalog:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.fixed-bar-catalog:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.fixed-bar-catalog + .fixed-bar-case,
.fixed-bar-catalog + .fixed-bar-tel {
  margin-left: 20px;
}
.fixed-bar-case {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 366px;
  height: 44px;
  border-radius: 4px;
  color: #dd3d27;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}
.fixed-bar-case:after {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  background-size: 17px 13px;
  transform: translateY(-50%);
}
.fixed-bar-tel span {
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .fixed-bar-btn {
    flex: 1;
  }
  .fixed-bar-demo,
  .fixed-bar-trial,
  .fixed-bar-catalog,
  .fixed-bar-case,
  .fixed-bar-tel {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .fixed-bar-txt {
    font-size: 12px;
  }
  .fixed-bar-txt b {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-bar {
    padding: 0;
    text-align: center;
  }
  .fixed-bar-inner {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 29.87vw;
  }
  .fixed-bar-txt {
    line-height: 1;
    margin: 0 0 2.67vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .fixed-bar-txt b {
    font-size: 3.2vw;
  }
  .fixed-bar-btn {
    flex: none;
    width: 100%;
    margin: 0;
    padding: 0 4vw;
  }
  .fixed-bar-catalog,
  .fixed-bar-case,
  .fixed-bar-demo,
  .fixed-bar-trial,
  .fixed-bar-tel {
    width: 45.07vw;
    height: 14.93vw;
    line-height: 1.5;
    padding-right: 4vw;
    font-size: 3.73vw;
  }
  .fixed-bar-catalog:after,
  .fixed-bar-case:after {
    right: 2.67vw;
    width: 4.53vw;
    height: 3.73vw;
    background-size: 4.53vw 3.73vw;
  }
  .fixed-bar-demo:after,
  .fixed-bar-trial:after,
  .fixed-bar-tel:after {
    right: 2.67vw;
    width: 2.13vw;
    height: 2.13vw;
    border-width: 0.53vw;
  }
  .fixed-bar-trial30,
  .fixed-bar-demo-apply {
    height: 14.93vw;
    line-height: 1.5;
    padding-right: 4vw;
    font-size: 3.73vw;
  }
  .fixed-bar-trial30:after,
  .fixed-bar-demo-apply:after {
    right: 5.34vw;
    width: 2.13vw;
    height: 2.13vw;
    border-width: 0.53vw;
  }
  .fixed-bar-trial30 {
    padding-left: 5.33vw;
  }
  .fixed-bar-trial30 > span {
    left: 2.13vw;
    width: 17.07vw;
    height: 17.07vw;
  }
  .fixed-bar-trial30 > span:after {
    right: -1.6vw;
    border-width: 0.8vw 0 0.8vw 1.6vw;
  }
  .fixed-bar-trial30 > span span {
    font-size: 7.47vw;
  }
  .fixed-bar-trial30 > span small {
    font-size: 2.67vw;
  }
  .fixed-bar-trial30 b {
    font-size: 4.27vw;
  }
  .fixed-bar-demo + .fixed-bar-trial,
  .fixed-bar-catalog + .fixed-bar-case,
  .fixed-bar-catalog + .fixed-bar-tel {
    margin-left: 1.87vw;
  }
  .fixed-bar-tel {
    flex-direction: column;
  }
  .fixed-bar-tel span {
    padding: 0.8vw 1.33vw;
    font-size: 3.2vw;
  }
}
.table-price {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif;
}
.table-price th {
  height: 80px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.table-price th:nth-child(1) {
  background: #f2f2f2;
}
.table-price th:nth-child(2) {
  background: #dc3d26;
}
.table-price th:nth-child(2) i {
  color: #dc3d26;
}
.table-price th:nth-child(2) span {
  background: #f78a7c;
}
.table-price th:nth-child(3) {
  background: #003d8b;
}
.table-price th:nth-child(3) i {
  color: #003d8b;
}
.table-price th:nth-child(3) span {
  background: #578fd9;
}
.table-price th:nth-child(2),
.table-price th:nth-child(3) {
  width: 37%;
  color: #fff;
  font-size: 20px;
}
.table-price th:nth-child(2) i,
.table-price th:nth-child(3) i {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 16px;
  border-radius: 24px;
  font-size: 12px;
  font-style: normal;
  background: #fff;
}
.table-price th:nth-child(2) span,
.table-price th:nth-child(3) span {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 0 8px;
  padding: 4px 16px;
  border-radius: 40px;
  font-size: 16px;
}
.table-price td {
  height: 80px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
.table-price td:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
  background: #f2f2f2;
}
.table-price td:nth-child(1) span {
  font-size: 12px;
  font-weight: normal;
}
.table-price tr:nth-child(2) td:nth-child(2) {
  color: #dc3d26;
  font-size: 48px;
}
.table-price tr:nth-child(2) td:nth-child(2) span {
  color: #0f0f0f;
  font-size: 28px;
}
.table-price tr:nth-child(3) td:nth-child(2),
.table-price tr:nth-child(3) td:nth-child(3),
.table-price tr:nth-child(4) td:nth-child(2) {
  font-size: 40px;
}
.table-price tr:nth-child(3) td:nth-child(2) span,
.table-price tr:nth-child(3) td:nth-child(3) span,
.table-price tr:nth-child(4) td:nth-child(2) span {
  font-size: 20px;
}
@media screen and (max-width: 1230px) {
  .table-price th {
    height: 6.504065040650406vw;
  }
  .table-price th:nth-child(2),
  .table-price th:nth-child(3) {
    font-size: 1.626016260162602vw;
  }
  .table-price th:nth-child(2) i,
  .table-price th:nth-child(3) i {
    margin: 0 0 0.650406504065041vw;
    padding: 0.32520325203252vw 1.300813008130081vw;
    border-radius: 1.951219512195122vw;
    font-size: 0.975609756097561vw;
  }
  .table-price th:nth-child(2) span,
  .table-price th:nth-child(3) span {
    margin: 0 0 0 0.650406504065041vw;
    padding: 0.32520325203252vw 1.300813008130081vw;
    border-radius: 3.252032520325203vw;
    font-size: 1.300813008130081vw;
  }
  .table-price td {
    height: 6.504065040650406vw;
  }
  .table-price td:nth-child(1) {
    font-size: 1.300813008130081vw;
  }
  .table-price td:nth-child(1) span {
    font-size: 0.975609756097561vw;
  }
  .table-price tr:nth-child(2) td:nth-child(2) {
    font-size: 3.902439024390244vw;
  }
  .table-price tr:nth-child(2) td:nth-child(2) span {
    font-size: 2.276422764227642vw;
  }
  .table-price tr:nth-child(3) td:nth-child(2),
  .table-price tr:nth-child(3) td:nth-child(3),
  .table-price tr:nth-child(4) td:nth-child(2) {
    font-size: 3.252032520325203vw;
  }
  .table-price tr:nth-child(3) td:nth-child(2) span,
  .table-price tr:nth-child(3) td:nth-child(3) span,
  .table-price tr:nth-child(4) td:nth-child(2) span {
    font-size: 1.626016260162602vw;
  }
}
@media screen and (max-width: 767px) {
  .table-price {
    letter-spacing: 0;
  }
  .table-price th {
    height: auto;
    padding: 2.666666666666667vw 1.333333333333333vw;
  }
  .table-price th:nth-child(2),
  .table-price th:nth-child(3) {
    width: auto;
    font-size: 4vw;
  }
  .table-price th:nth-child(2) i,
  .table-price th:nth-child(3) i {
    display: inline-block;
    margin: 0 0 2.133333333333333vw;
    padding: 0.533333333333333vw 1.066666666666667vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
  }
  .table-price th:nth-child(2) span,
  .table-price th:nth-child(3) span {
    margin: 1.066666666666667vw 0 0;
    padding: 0.533333333333333vw 2.133333333333333vw;
    border-radius: 3.2vw;
    font-size: 3.466666666666667vw;
  }
  .table-price td {
    height: auto;
    line-height: 1.1;
    padding: 4.266666666666667vw 1.333333333333333vw;
  }
  .table-price td:nth-child(1) {
    font-size: inherit;
  }
  .table-price td:nth-child(1) span {
    font-size: 2.666666666666667vw;
  }
  .table-price tr:nth-child(2) td:nth-child(2) {
    font-size: 8.533333333333333vw;
  }
  .table-price tr:nth-child(2) td:nth-child(2) span {
    font-size: 5.333333333333333vw;
  }
  .table-price tr:nth-child(3) td:nth-child(2),
  .table-price tr:nth-child(3) td:nth-child(3),
  .table-price tr:nth-child(4) td:nth-child(2) {
    font-size: 5.333333333333333vw;
  }
  .table-price tr:nth-child(3) td:nth-child(2) span,
  .table-price tr:nth-child(3) td:nth-child(3) span,
  .table-price tr:nth-child(4) td:nth-child(2) span {
    font-size: 3.2vw;
  }
}
.c-content-block__end {
  position: relative;
  z-index: 1;
}
.c-content-block__end .block__end {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
.c-content-block__end .block__end .block__end__inner {
  padding: 20px;
  border: 6px solid #dd3d27;
}
.c-content-block__end .block__end .end-title {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  color: #dd3d27;
  line-height: 1.46;
}
.c-content-block__end .block__end .end-text {
  margin: 20px 0 10px;
  font-size: 1rem;
}
.c-content-block__end .block__end .end-text span {
  color: #fff;
}

.top_form_wrap {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}







