@charset "UTF-8";
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;
}

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

/* ========================================
    ■ 必須設定
======================================== */
/* 関数
----------------------------- */
.is_sp {
  display: block;
}

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

.is_pc {
  display: none;
}

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

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

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #272a33;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.3rem;
}

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

a {
  color: #0033cc;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

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

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

a:hover::before, a:hover::after {
  -webkit-transition: 0.2s ease;
  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: normal;
  font-style: normal;
}

picture {
  display: block;
}

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

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

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

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

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

.hover:hover:hover {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: 0.2s ease;
  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: 769px) {
  table.tbl_block {
    display: table;
  }
}

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

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

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

@media screen and (min-width: 769px) {
  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: 769px) {
  table.tbl_block th,
  table.tbl_block td {
    display: table-cell;
  }
}

/* マーカー */
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f3f3f3), color-stop(50%, transparent));
  background: linear-gradient(0deg, #f3f3f3 50%, transparent 50%);
}

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #272a33;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.3rem;
}

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

a {
  color: #0033cc;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

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

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

a:hover::before, a:hover::after {
  -webkit-transition: 0.2s ease;
  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: normal;
  font-style: normal;
}

picture {
  display: block;
}

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

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

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

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

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

.hover:hover:hover {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: 0.2s ease;
  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: 769px) {
  table.tbl_block {
    display: table;
  }
}

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

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

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

@media screen and (min-width: 769px) {
  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: 769px) {
  table.tbl_block th,
  table.tbl_block td {
    display: table-cell;
  }
}

/* マーカー */
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f3f3f3), color-stop(50%, transparent));
  background: linear-gradient(0deg, #f3f3f3 50%, transparent 50%);
}

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

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

/* ========================================
    ■ スライダー
======================================== */
.swiper-container .pagination {
  position: static;
}

.pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.08rem;
  border: solid 0.01rem #2146aa;
  background: none;
  opacity: 1;
  margin: 0 0.05rem;
  border-radius: 0.16rem;
}

.pagination .swiper-pagination-bullet-active {
  background: rgba(33, 70, 170, 0.7);
}

/* ========================================
    ■ commonclass
======================================== */
.absolute-centre {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

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

@media screen and (min-width: 769px) {
  .w-45-pc {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .mt-8-sp {
    margin-top: 0.08rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-16-sp {
    margin-top: 0.16rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-24-sp {
    margin-top: 0.24rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-32-sp {
    margin-top: 0.32rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-40-sp {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-48-sp {
    margin-top: 0.48rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-116-pc {
    margin-top: 1.16rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-8-pc {
    margin-top: 0.08rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-16-pc {
    margin-top: 0.16rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-24-pc {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-32-pc {
    margin-top: 0.32rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-40-pc {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-48-pc {
    margin-top: 0.48rem;
  }
}

@media screen and (min-width: 769px) {
  .mt-116-pc {
    margin-top: 1.16rem;
  }
}

/* ========================================
    ■ header
======================================== */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 6.89rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.24rem 0;
}

@media screen and (min-width: 769px) {
  .header {
    max-width: 11.36rem;
  }
}

.header .logo {
  max-width: 1.32rem;
}

@media screen and (min-width: 769px) {
  .header .logo {
    max-width: 1.2rem;
  }
}

.header .btn {
  max-width: 3.32rem;
  -webkit-box-shadow: 0 0 6.5px 0px #B14200;
          box-shadow: 0 0 6.5px 0px #B14200;
  border-radius: 0.32rem;
  cursor: pointer;
}

.header .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 769px) {
  .header .btn {
    max-width: 3rem;
  }
}

@media screen and (min-width: 2000px) {
  .header .btn {
    width: 5rem;
  }
}

/* ========================================
    ■ keyv
======================================== */
.keyv {
  background-image: url(../images/keyv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.2rem 0 0.64rem;
}

@media screen and (min-width: 769px) {
  .keyv {
    background-image: url(../images/keyv_bg_pc.png);
    padding: 7rem 0 0.64rem;
  }
}

.keyv .head {
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .keyv .head {
    font-size: 0.28rem;
  }
}

@media screen and (min-width: 769px) {
  .keyv .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 10.36rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.keyv .flexbox-pc .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 5.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.16rem auto 0;
}

@media screen and (min-width: 769px) {
  .keyv .flexbox-pc .flexbox {
    margin-top: 0.08rem;
  }
}

.keyv .flexbox-pc .flexbox .image {
  max-width: 2.48rem;
}

@media screen and (min-width: 769px) {
  .keyv .flexbox-pc .flexbox .image {
    max-width: 2rem;
  }
}

.keyv .flexbox-pc .flexbox .list {
  font-size: 0.23rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .keyv .flexbox-pc .flexbox .list {
    font-size: 0.2rem;
  }
}

.keyv .flexbox-pc .flexbox .list > li + li {
  margin-top: 0.08rem;
}

.keyv .flexbox-pc .flexbox .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.16rem;
}

.keyv .flexbox-pc .flexbox .list_item_image {
  width: 0.26rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.keyv .flexbox-pc .btn {
  max-width: 6.14rem;
  margin: 0.24rem auto 0;
  display: block;
  -webkit-box-shadow: 0 0 6.5px 0px #B14200;
          box-shadow: 0 0 6.5px 0px #B14200;
  border-radius: 0.48rem;
  cursor: pointer;
}

.keyv .flexbox-pc .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 769px) {
  .keyv .flexbox-pc .btn {
    max-width: 5.14rem;
  }
}

.keyv .flexbox-pc .catch {
  font-size: 0.2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  max-width: 1.8rem;
  margin: 0.16rem auto 0;
  font-size: 0.16rem;
}

.keyv .flexbox-pc .catch::before, .keyv .flexbox-pc .catch::after {
  position: absolute;
  content: "";
  background-color: #272a33;
  height: 1px;
  width: 0.08rem;
  top: 50%;
}

.keyv .flexbox-pc .catch::before {
  left: 0;
}

.keyv .flexbox-pc .catch::after {
  right: 0;
}

/* =======================================4
    ■ sec01
======================================== */
.sec01 {
  padding: 0.4rem 0;
}

@media screen and (min-width: 769px) {
  .sec01 {
    padding: 0.64rem 0;
  }
}

.sec01 .head {
  margin: auto;
  top: 0.12rem;
  background-color: white;
  z-index: 0;
  font-size: 0.34rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
  width: 4.8rem;
}

@media screen and (min-width: 769px) {
  .sec01 .head {
    font-size: 0.31rem;
    top: 0.4rem;
  }
}

.sec01 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 6.89rem;
  margin: 0 auto;
  border: solid 2px #272a33;
  padding: 0.4rem 0 0.24rem;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .sec01 .body {
    max-width: 10.36rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (min-width: 769px) {
  .sec01 .body .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec01 .body .unit .image {
  max-width: 2.88rem;
}

@media screen and (min-width: 769px) {
  .sec01 .body .unit .image {
    max-width: 2.39rem;
  }
}

.sec01 .body .unit .list {
  font-size: 0.23rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.16rem;
}

@media screen and (min-width: 769px) {
  .sec01 .body .unit .list {
    font-size: 0.2rem;
  }
}

.sec01 .body .unit .list > li + li {
  margin-top: 0.08rem;
}

.sec01 .body .unit .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.16rem;
  white-space: nowrap;
}

.sec01 .body .unit .list_item_image {
  width: 0.26rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.08rem;
}

.sec01 .body .note {
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 0.24rem;
}

@media screen and (min-width: 769px) {
  .sec01 .body .note {
    font-size: 0.16rem;
    width: 100%;
    text-align: center;
  }
}

/* ========================================
    ■ sec02
======================================== */
.sec02 {
  background-image: url(../images/sec02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.12rem 0px 0.56rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec02 {
    background-image: url(../images/sec02_bg_pc.png);
    padding: 0.64rem 0px 0.4rem;
  }
}

.sec02 .head {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 0.36rem;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .sec02 .head {
    font-size: 0.32rem;
  }
}

.sec02 .about {
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .sec02 .about {
    font-size: 0.21rem;
  }
}

.sec02 .task {
  color: white;
  font-size: 0.34rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-shadow: 0 0 10px #364572;
}

@media screen and (min-width: 769px) {
  .sec02 .task {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .mt-48-sp {
    margin-top: 0.48rem;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .mt-56-sp {
    margin-top: 0.56rem;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .mt-180-sp {
    margin-top: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sec02 .unit {
    text-align: center;
  }
}

/* ========================================
    ■ sec03
======================================== */
.sec03 {
  background-image: url(../images/sec03_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.8rem 0 1.2rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec03 {
    background-image: url(../images/sec03_bg_pc.png);
    padding: 0.64rem 0 0.8rem;
  }
}

.sec03::before {
  content: "";
  position: absolute;
  background-image: url(../images/sec03_top.png);
  width: 6px;
  height: 0.36rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 3px;
  height: 0.8rem;
  background-size: cover;
  top: -0.28rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .sec03::before {
    width: 6px;
  }
}

.sec03_list {
  font-size: 0.23rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 auto;
  max-width: 6.14rem;
}

@media screen and (min-width: 769px) {
  .sec03_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 10.36rem;
    font-size: 0.22rem;
  }
}

.sec03_list .unit .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.16rem;
}

.sec03_list .unit .item .image {
  width: 0.26rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.08rem;
}

/* ========================================
    ■ sec04
======================================== */
.sec04 .head {
  margin-top: -0.44rem;
}

.sec04 .body {
  background-color: #eceef5;
  padding: 1.04rem 0 0.72rem;
  margin-top: -0.8rem;
}

.sec04 .body .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 6.14rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .sec04 .body .wrap {
    max-width: 9.48rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.sec04 .body .wrap .unit {
  width: 45%;
  text-align: center;
  font-size: 0.27rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .sec04 .body .wrap .unit {
    font-size: 0.23rem;
    width: 30%;
  }
}

.sec04 .body .wrap .unit_image {
  -webkit-box-shadow: 0 0 4px 0 #0f2c64;
          box-shadow: 0 0 4px 0 #0f2c64;
}

.sec04 .body .wrap .unit_text {
  margin-top: 0.16rem;
}

.sec04 .body .etc {
  font-size: 0.27rem;
  text-align: center;
  width: 100%;
  margin-top: 0.24rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .sec04 .body .etc {
    font-size: 0.22rem;
  }
}

/* ========================================
    ■ cta
======================================== */
.cta {
  background-color: #0f2c64;
  color: white;
  position: relative;
  padding: 0rem 0 0.4rem;
}

.cta .top {
  font-size: 0.24rem;
  background-color: white;
  font-weight: 700;
  text-align: center;
  border-radius: 0.12rem;
  border: solid 2px #0f2c64;
  color: #0f2c64;
  max-width: 5.34rem;
  top: -0.4rem;
  padding: 0.16rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .cta .top {
    font-size: 0.2rem;
  }
}

.cta .top::after {
  position: absolute;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px white;
  border-width: 15px 10px 15px 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -0.48rem;
}

@media screen and (min-width: 769px) {
  .cta .top::after {
    bottom: -0.24rem;
  }
}

.cta .head {
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .cta .head {
    font-size: 0.28rem;
  }
}

@media screen and (min-width: 769px) {
  .cta .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 10rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta .flexbox-pc .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 5.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.16rem auto 0;
}

@media screen and (min-width: 769px) {
  .cta .flexbox-pc .flexbox {
    margin-top: 0.08rem;
  }
}

.cta .flexbox-pc .flexbox .image {
  max-width: 2.48rem;
}

@media screen and (min-width: 769px) {
  .cta .flexbox-pc .flexbox .image {
    max-width: 2rem;
  }
}

.cta .flexbox-pc .flexbox .list {
  font-size: 0.23rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .cta .flexbox-pc .flexbox .list {
    font-size: 0.2rem;
  }
}

.cta .flexbox-pc .flexbox .list > li + li {
  margin-top: 0.08rem;
}

.cta .flexbox-pc .flexbox .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.16rem;
}

.cta .flexbox-pc .flexbox .list_item_image {
  width: 0.26rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta .flexbox-pc .btn {
  max-width: 6.14rem;
  margin: 0.24rem auto 0;
  display: block;
  -webkit-box-shadow: 0 0 6.5px 0px #B14200;
          box-shadow: 0 0 6.5px 0px #B14200;
  border-radius: 0.48rem;
  cursor: pointer;
}

.cta .flexbox-pc .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 769px) {
  .cta .flexbox-pc .btn {
    max-width: 5.14rem;
  }
}

.cta .flexbox-pc .catch {
  font-size: 0.2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  max-width: 1.8rem;
  margin: 0.16rem auto 0;
  font-size: 0.16rem;
}

.cta .flexbox-pc .catch::before, .cta .flexbox-pc .catch::after {
  position: absolute;
  content: "";
  background-color: white;
  height: 1px;
  width: 0.08rem;
  top: 50%;
}

.cta .flexbox-pc .catch::before {
  left: 0;
}

.cta .flexbox-pc .catch::after {
  right: 0;
}

/* ========================================
    ■ sec05
======================================== */
.sec05 {
  padding-top: 0.8rem;
}

.sec05 .head {
  font-size: 0.34rem;
  background-color: #272a33;
  color: white;
  font-weight: 700;
  text-align: center;
  max-width: 7.26rem;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0.24rem 0;
}

@media screen and (min-width: 769px) {
  .sec05 .head {
    max-width: 12.86rem;
    font-size: 0.29rem;
  }
}

@media screen and (min-width: 769px) {
  .sec05 .head h2 {
    text-align: left;
    -webkit-transform: translate(25%, 0);
            transform: translate(25%, 0);
    width: 12rem;
  }
}

.sec05 .head::before {
  content: "";
  position: absolute;
  right: 21px;
  top: 0;
  border: solid 15px transparent;
  border-top: solid 15px #f15c03;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.sec05 .main {
  max-width: 6.14rem;
  margin: 0.64rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec05 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 10.28rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .sec05 .main .image {
    max-width: 4.74rem;
    margin-right: 0.32rem;
  }
}

.sec05 .main_head {
  font-size: 0.32rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .sec05 .main_head {
    font-size: 0.28rem;
  }
}

.sec05 .main_about {
  font-size: 0.24rem;
  margin-top: 0.24rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .sec05 .main_about {
    font-size: 0.21rem;
  }
}

@media screen and (max-width: 768px) {
  .sec05 .main .sp-mt-24 {
    margin-top: 0.24rem;
  }
}

.sec05 .flexbox {
  background-image: url(../images/sec05_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0.64rem;
}

@media screen and (min-width: 769px) {
  .sec05 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 10.28rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

.sec05 .flexbox picture {
  margin-top: 0.64rem;
}

@media screen and (min-width: 769px) {
  .sec05 .flexbox picture {
    max-width: 4.72rem;
  }
}

/* ========================================
    ■ sec06
======================================== */
.sec06 {
  background-image: url(../images/sec06_bg.png);
  background-size: cover;
  padding-bottom: 0.8rem;
}

@media screen and (min-width: 769px) {
  .sec06_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 11.36rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
  }
}

.sec06_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 6.14rem;
  margin: 0.4rem auto;
}

@media screen and (min-width: 769px) {
  .sec06_wrap .list {
    max-width: 7.94rem;
    position: relative;
    margin: 0.4rem auto 0 0;
  }
}

.sec06_wrap .list_item {
  color: #0f2c64;
  background-image: url(../images/sec06_box_bg.png);
  background-size: cover;
  font-size: 0.26rem;
  font-weight: 700;
  text-align: center;
  padding: 0.24rem;
  width: 48%;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border-radius: 8px;
}

@media screen and (min-width: 769px) {
  .sec06_wrap .list_item {
    width: 31%;
    background-image: url(../images/sec06_box_bg_pc.png);
    font-size: 0.22rem;
  }
}

.sec06_wrap .list .line-hight32 {
  line-height: 3.2;
}

.sec06 .catch {
  max-width: 6.56rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec06 .catch {
    position: absolute;
    top: 1rem;
    max-width: 17%;
    width: 100%;
  }
}

/* ========================================
    ■ sec07
======================================== */
.sec07 {
  background-color: #0f2c64;
  position: relative;
  padding: 0.56rem 0;
}

.sec07 .head {
  text-align: center;
  color: white;
  font-size: 0.34rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .sec07 .head {
    font-size: 0.29rem;
  }
}

.sec07 .head strong {
  color: #f0c11f;
  font-size: 0.55rem;
}

@media screen and (min-width: 769px) {
  .sec07 .head strong {
    font-size: 0.43rem;
  }
}

.sec07 .head strong .kenten {
  position: relative;
}

.sec07 .head strong .kenten::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 32px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

@media screen and (min-width: 769px) {
  .sec07 .head strong .kenten::before {
    width: 6px;
    height: 6px;
  }
}

.sec07 .catch {
  position: absolute;
  letter-spacing: 0.08em;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  width: 2rem;
  top: -0.34rem;
}

@media screen and (min-width: 769px) {
  .sec07 .catch {
    font-size: 0.26rem;
  }
}

.sec07 .catch::after {
  content: "";
  border: solid 5px transparent;
  border-top: solid 5px #f0c11f;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  .sec07 .catch::after {
    border: solid 10px transparent;
    border-top: solid 10px #f0c11f;
  }
}

.sec07 .catch p {
  padding: 0.08rem;
  background-color: #f0c11f;
  border-radius: 5px;
  position: relative;
}

.sec07 .catch p::before, .sec07 .catch p::after {
  position: absolute;
  content: "";
  background-color: #0f2c64;
  width: 1px;
  height: 0.28rem;
}

.sec07 .catch p::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  left: 0.32rem;
  top: 25%;
}

.sec07 .catch p::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  right: 0.32rem;
  top: 25%;
}

.sec07 .image {
  margin-top: 0.24rem;
}

@media screen and (min-width: 769px) {
  .sec07 .image {
    display: block;
    max-width: 10.48rem;
    margin: 0.24rem auto 0;
  }
}

/* ========================================
    ■ sec08
======================================== */
.sec08 {
  background-image: url(../images/sec08_bg.png);
  background-size: cover;
  padding: 0.48rem 0;
}

.sec08 .head {
  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;
  font-size: 0.34rem;
  text-align: center;
  font-weight: 700;
  background-color: #2146aa;
  font-size: 0.34rem;
  letter-spacing: 0.16em;
  color: white;
  padding: 0.08rem 0;
}

@media screen and (min-width: 769px) {
  .sec08 .head {
    font-size: 0.3rem;
  }
}

.sec08 .head_image {
  width: 0.48rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec08 .swiper-container {
  background-image: url(../images/sec08_slide_bg.png);
  background-size: cover;
  padding: 0.4rem 0;
}

/* ========================================
    ■ sec09
======================================== */
.sec09 {
  background-image: url(../images/sec09_bg.png);
  background-size: cover;
  padding: 0.56rem 0 0.96rem;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .sec09 {
    background-image: url(../images/sec09_bg_pc.png);
  }
}

.sec09_head {
  position: relative;
  text-align: center;
  font-size: 0.37rem;
  letter-spacing: 0.16em;
  color: #0f2c64;
  margin-bottom: 0.56rem;
  position: relative;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .sec09_head {
    font-size: 0.31rem;
  }
}

.sec09_head::before, .sec09_head::after {
  content: "";
  position: absolute;
  width: 0.47rem;
  height: 0.45rem;
  background-size: cover;
}

.sec09_head::before {
  background-image: url(../images/sec09_leftdec.png);
  left: 2rem;
  top: 5%;
}

@media screen and (min-width: 769px) {
  .sec09_head::before {
    left: 6rem;
  }
}

.sec09_head::after {
  background-image: url(../images/sec09_rightdec.png);
  right: 2rem;
  top: 5%;
}

@media screen and (min-width: 769px) {
  .sec09_head::after {
    right: 6rem;
  }
}

.sec09_head .strong {
  font-size: 0.45rem;
}

@media screen and (min-width: 769px) {
  .sec09_head .strong {
    font-size: 0.38rem;
  }
}

.sec09_head .line::after {
  position: absolute;
  content: "";
  background-color: #f0c11f;
  width: 5.8rem;
  height: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .sec09_head .line::after {
    width: 5.4rem;
  }
}

.sec09 div + div {
  margin-top: 0.32rem;
}

.sec09_box {
  background-color: white;
  max-width: 6.89rem;
  padding: 0.4rem 0.24rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1px #0e2b63;
          box-shadow: 0 0 1px #0e2b63;
  border-radius: 0 10px 0 10px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec09_box {
    max-width: 10.36rem;
  }
}

.sec09_box::before, .sec09_box::after {
  position: absolute;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #0f2c64;
}

.sec09_box::before {
  left: 0.42rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
}

@media screen and (min-width: 769px) {
  .sec09_box::before {
    left: 22px;
  }
}

.sec09_box::after {
  right: -0.44rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .sec09_box::after {
    right: -22px;
  }
}

.sec09_box .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 6.14rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .sec09_box .flexbox {
    max-width: 9.48rem;
  }
}

.sec09_box .flexbox .image {
  width: 100%;
  max-width: 2.58rem;
}

.sec09_box .flexbox .text {
  font-size: 0.21rem;
  letter-spacing: 0.08em;
  width: 3.2rem;
}

@media screen and (min-width: 769px) {
  .sec09_box .flexbox .text {
    width: 6.84rem;
  }
}

/* ========================================
    ■ sec10
======================================== */
.sec10 {
  padding-bottom: 0.64rem;
}

.sec10_head {
  margin-top: -0.12rem;
  margin-bottom: 0.48rem;
}

.sec10_body {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  max-width: 6.89rem;
  margin: 0rem auto 0;
  padding: 0.32rem 0;
}

@media screen and (min-width: 769px) {
  .sec10_body {
    max-width: 10.36rem;
  }
}

.sec10_body .head {
  font-size: 0.27rem;
  color: white;
  font-weight: 700;
  background-color: #2146aa;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

@media screen and (max-width: 768px) {
  .sec10_body .p-16-sp {
    padding: 0.24rem 0.4rem;
  }
}

.sec10_body .about {
  max-width: 6.14rem;
  margin: 0.24rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec10_body .about {
    max-width: 9.48rem;
  }
}

@media screen and (min-width: 769px) {
  .sec10_body .about picture {
    max-width: 7.2rem;
  }
}

.sec10_body .about .text {
  margin-top: 0.24rem;
  font-size: 0.21rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .sec10_body .about .text {
    font-size: 0.2rem;
  }
}

.sec10_body .about .text .blue {
  color: #2146aa;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec10 .mt-32-sp {
    margin-top: 0.32rem;
  }
}

/* ========================================
    ■ sec11
======================================== */
.sec11 {
  background-image: url(../images/sec11_bg.png);
  background-size: cover;
  padding: 0.24rem 0.64rem 0.48rem;
}

@media screen and (min-width: 769px) {
  .sec11 {
    background-image: url(../images/sec11_bg_pc.png);
  }
}

.sec11_head {
  max-width: 4.95rem;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec11_head {
    max-width: 3.86rem;
  }
}

.sec11_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 6.14rem;
  margin: 0.24rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec11_flexbox {
    max-width: 5.14rem;
  }
}

.sec11_flexbox .box .title {
  font-size: 0.34rem;
  color: white;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sec11_flexbox .box .title {
    font-size: 0.26rem;
  }
}

.sec11_flexbox .box .image {
  width: 2.9rem;
  margin-top: 0.08rem;
}

@media screen and (min-width: 769px) {
  .sec11_flexbox .box .image {
    width: 2.26rem;
  }
}

/* ========================================
    ■ sec12
======================================== */
.sec12_box {
  background-color: #1c3d94;
  padding: 0.24rem 0 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec12_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 9.36rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec12_box .wrap .head {
  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;
}

.sec12_box .wrap .head .title {
  font-size: 0.37rem;
  text-align: center;
  font-weight: 700;
  color: white;
}

@media screen and (min-width: 769px) {
  .sec12_box .wrap .head .title {
    font-size: 0.31rem;
  }
}

.sec12_box .wrap .head .title strong {
  font-size: 0.42rem;
  color: #f0c11f;
}

@media screen and (min-width: 769px) {
  .sec12_box .wrap .head .title strong {
    font-size: 0.36rem;
  }
}

.sec12_box .wrap .head .icon {
  width: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.08rem;
}

.sec12_box .image {
  display: block;
  max-width: 6.89rem;
  width: 100%;
  margin: 0.16rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec12_box .image {
    max-width: 3.97rem;
  }
}

.sec12_flow {
  position: relative;
}

.sec12_flow .head {
  font-size: 0.28rem;
  letter-spacing: 0.16em;
  border: solid 1px #272a33;
  font-size: 0.28rem;
  text-align: center;
  font-weight: 700;
  width: 3.9rem;
  padding: 0.08rem 0;
  top: -0.24rem;
  background-color: white;
}

.sec12_flow .image {
  position: relative;
}

.sec12_flow .image::after {
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #f0c11f;
  position: absolute;
}

.sec12_flow .box {
  background-color: #1c3d94;
  padding: 0.4rem 0;
  position: relative;
}

.sec12_flow .box::before {
  content: "";
  border: solid 50px transparent;
  border-top: solid 30px #f0c11f;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -0.24rem;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box::before {
    border: solid 60px transparent;
    border-top: solid 40px #f0c11f;
  }
}

.sec12_flow .box .lead {
  display: block;
  width: 100%;
  max-width: 6.14rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box .lead {
    max-width: 8.2rem;
  }
}

.sec12_flow .box .content {
  background-image: url(../images/sec12_box_bg.png);
  background-size: cover;
  max-width: 6.89rem;
  margin: 0.4rem auto 0;
  position: relative;
  padding: 0.64rem 0 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box .content {
    max-width: 9.36rem;
  }
}

.sec12_flow .box .content .top {
  max-width: 3.08rem;
  top: -0.32rem;
}

.sec12_flow .box .content .title {
  font-size: 0.28rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1c3d94;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box .content .title {
    font-size: 0.24rem;
  }
}

.sec12_flow .box .content .about {
  font-size: 0.23rem;
  font-weight: 500;
  max-width: 6.14rem;
  letter-spacing: 0.08em;
  margin: 0.4rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box .content .about {
    font-size: 0.21rem;
    max-width: 8.34rem;
  }
}

.sec12_flow .box .content .sample {
  margin-top: 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec12_flow .box .content .sample {
    max-width: 6.39rem;
    display: block;
    margin: 0.32rem auto 0;
  }
}

/* ========================================
    ■ sec13
======================================== */
.sec13_box {
  background-color: #272a33;
  padding: 0.24rem 0 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec13_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 9.36rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec13_box .wrap .head {
  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;
}

.sec13_box .wrap .head .title {
  font-size: 0.37rem;
  text-align: center;
  font-weight: 700;
  color: white;
}

@media screen and (min-width: 769px) {
  .sec13_box .wrap .head .title {
    font-size: 0.31rem;
  }
}

.sec13_box .wrap .head .title strong {
  font-size: 0.42rem;
  color: #f0c11f;
}

@media screen and (min-width: 769px) {
  .sec13_box .wrap .head .title strong {
    font-size: 0.36rem;
  }
}

.sec13_box .wrap .head .icon {
  width: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.08rem;
}

.sec13_box .image {
  display: block;
  max-width: 6.89rem;
  width: 100%;
  margin: 0.16rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec13_box .image {
    max-width: 3.97rem;
  }
}

.sec13_flow {
  position: relative;
}

.sec13_flow .head {
  font-size: 0.28rem;
  letter-spacing: 0.16em;
  border: solid 1px #272a33;
  font-size: 0.28rem;
  text-align: center;
  font-weight: 700;
  width: 4.82rem;
  padding: 0.08rem 0;
  top: -0.24rem;
  background-color: white;
}

@media screen and (min-width: 769px) {
  .sec13_flow .head {
    font-size: 0.26rem;
  }
}

.sec13_flow .image {
  position: relative;
}

.sec13_flow .image::after {
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #f0c11f;
  position: absolute;
}

.sec13_flow .box {
  background-color: #272a33;
  padding: 0.4rem 0 0.8rem;
  position: relative;
}

.sec13_flow .box::before {
  content: "";
  border: solid 50px transparent;
  border-top: solid 30px #f0c11f;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -0.24rem;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box::before {
    border: solid 60px transparent;
    border-top: solid 40px #f0c11f;
  }
}

.sec13_flow .box .lead {
  display: block;
  width: 100%;
  max-width: 6.14rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .lead {
    max-width: 8.2rem;
  }
}

.sec13_flow .box .content {
  background-image: url(../images/sec13_box_bg.png);
  background-size: cover;
  max-width: 6.89rem;
  margin: 0.4rem auto 0;
  position: relative;
  padding: 0.64rem 0 0.4rem;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content {
    max-width: 9.36rem;
  }
}

.sec13_flow .box .content .top {
  max-width: 3.08rem;
  top: -0.32rem;
}

.sec13_flow .box .content .title {
  font-size: 0.28rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1c3d94;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content .title {
    font-size: 0.24rem;
  }
}

.sec13_flow .box .content .about {
  font-size: 0.23rem;
  font-weight: 500;
  max-width: 6.14rem;
  letter-spacing: 0.08em;
  margin: 0.4rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content .about {
    font-size: 0.21rem;
    max-width: 7.53rem;
  }
}

.sec13_flow .box .content .about .blue {
  font-size: 0.25rem;
  font-weight: 700;
  color: #0f2c64;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content .about .blue {
    font-size: 0.23rem;
  }
}

.sec13_flow .box .content .about .small {
  font-size: 0.16rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content .about .small {
    font-size: 0.15rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .sec13_flow .box .content .about .mt-40-sp {
    margin-top: 0.4rem;
  }
}

.sec13_flow .box .content .sample {
  display: block;
  margin: 0.4rem auto 0;
  max-width: 6.14rem;
}

@media screen and (min-width: 769px) {
  .sec13_flow .box .content .sample {
    max-width: 8.34rem;
  }
}

/* ========================================
    ■ sec14
======================================== */
.sec14 {
  background-color: #e4e9f5;
  padding: 0.64rem 0;
}

.sec14_head {
  font-size: 0.34rem;
  text-align: center;
  color: #272a33;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.sec14_head::after {
  position: absolute;
  content: "";
  background-color: #272a33;
  width: 1.42rem;
  bottom: -0.16rem;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}

.sec14_q {
  background-color: #0e2b63;
  font-size: 0.27rem;
  letter-spacing: 0.08em;
  color: white;
  font-weight: 700;
  max-width: 6.89rem;
  margin: 0 auto;
  letter-spacing: 0.08em;
  padding: 0.16rem 0rem 0.16rem 0.56rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec14_q {
    max-width: 9.36rem;
    font-size: 0.23rem;
  }
}

.sec14_q::before {
  position: absolute;
  content: "Q.";
  color: white;
  left: 0.22rem;
}

@media screen and (min-width: 769px) {
  .sec14_q::before {
    font-size: 0.23rem;
  }
}

.sec14_a {
  max-width: 6.89rem;
  margin: 0 auto;
  background-color: white;
  padding: 0.24rem 0.08rem;
  border: solid 1px #0e2b63;
  border-top: none;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sec14_a {
    max-width: 9.36rem;
    padding: 0.16rem 0.08rem;
  }
}

.sec14_a::before {
  position: absolute;
  content: "A.";
  font-weight: 700;
  left: 0.16rem;
  top: 0.16rem;
}

@media screen and (min-width: 769px) {
  .sec14_a::before {
    font-size: 0.23rem;
    top: 0.12rem;
  }
}

.sec14_a .text {
  font-size: 0.23rem;
  width: 5.71rem;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .sec14_a .text {
    width: 8.2rem;
    font-size: 0.2rem;
  }
}

.sec14_a .text .br {
  display: block;
  content: "";
  margin-top: 0.4rem;
}

.sec14_a .text .small {
  font-size: 0.16rem;
  margin-top: 0.08rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec14 .mt-64-sp {
    margin-top: 0.64rem;
  }
}

@media screen and (min-width: 769px) {
  .sec14 .mt-40-pc {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 769px) {
  .sec14 .mt-24-pc {
    margin-top: 0.24rem;
  }
}

/* ========================================
    ■ company
======================================== */
.company {
  padding: 0.64rem 0;
}

.company_head {
  font-size: 0.26rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f2c64;
}

@media screen and (min-width: 769px) {
  .company_head {
    font-size: 0.22rem;
  }
}

@media screen and (min-width: 769px) {
  .company_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 8.2rem;
    margin: 0.24rem auto 0;
  }
}

.company_wrap .address {
  font-size: 0.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 0.24rem;
}

@media screen and (min-width: 769px) {
  .company_wrap .address {
    font-size: 0.17rem;
    margin: 0;
  }
}

.company_wrap .tel {
  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;
  margin-top: 0.16rem;
}

@media screen and (min-width: 769px) {
  .company_wrap .tel {
    margin: 0 0.32rem 0 0;
  }
}

.company_wrap .tel .image {
  width: 0.23rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.16rem;
}

@media screen and (min-width: 769px) {
  .company_wrap .tel .image {
    margin-top: 0.08rem;
  }
}

.company_wrap .tel .tel {
  text-decoration: none;
  font-size: 0.34rem;
  letter-spacing: 0.08em;
  color: #272a33;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .company_wrap .tel .tel {
    font-size: 0.29rem;
  }
}

.company .logo {
  width: 1.64rem;
  display: block;
  margin: 0.32rem auto 0;
}

@media screen and (min-width: 769px) {
  .company .logo {
    margin: 0;
    width: 1.2rem;
  }
}

/* ========================================
    ■ footer
======================================== */
.footer_copyright {
  font-size: 0.18rem;
  color: white;
  text-align: center;
  background-color: #272a33;
  padding: 0.16rem 0;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .footer_copyright {
    font-size: 0.16rem;
    padding: 0.08rem 0;
  }
}

/* ========================================
    ■ contact
======================================== */
.contactheader {
  padding-top: 0.24rem;
}

.contactheader > img {
  width: 1.62rem;
  display: block;
  margin: 0 auto;
}

.contact {
  padding-top: 0.4rem;
}

.contact_top {
  font-size: 0.26rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 0.4rem;
}

@media screen and (min-width: 769px) {
  .contact_top {
    font-size: 0.21rem;
  }
}

.contact_wrap {
  background-color: #eceef5;
  max-width: 6.89rem;
  margin: 0.32rem auto 0.64rem;
  padding: 0.32rem 0;
}

@media screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 11.36rem;
  }
}

.contact_wrap .form {
  max-width: 6.14rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form {
    max-width: 10.48rem;
  }
}

.contact_wrap .form .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  font-size: 0.35rem;
  text-align: center;
  color: #2146aa;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .head {
    font-size: 0.29rem;
  }
}

.contact_wrap .form .head .must {
  font-size: 0.18rem;
  font-weight: 500;
  color: #ff0000;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .head .must {
    font-size: 0.16rem;
  }
}

.contact_wrap .form .catch {
  background-color: white;
  margin: 0.32rem auto;
  padding: 0.24rem 0;
  border-radius: 0.16rem;
  max-width: 6.14rem;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .catch {
    max-width: 6.76rem;
  }
}

.contact_wrap .form .catch .head {
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
  color: #272a33;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .catch .head {
    font-size: 0.27rem;
  }
}

.contact_wrap .form .catch .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 5.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.16rem auto 0;
}

.contact_wrap .form .catch .flexbox .image {
  max-width: 2.48rem;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .catch .flexbox .image {
    max-width: 2.2rem;
  }
}

.contact_wrap .form .catch .flexbox .list {
  font-size: 0.23rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .catch .flexbox .list {
    font-size: 0.2rem;
  }
}

.contact_wrap .form .catch .flexbox .list > li + li {
  margin-top: 0.08rem;
}

.contact_wrap .form .catch .flexbox .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.16rem;
}

.contact_wrap .form .catch .flexbox .list_item_image {
  width: 0.26rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_wrap .form .dummy {
  display: none;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .dummy {
    display: block;
    width: 2.08rem;
  }
}

.contact_wrap .form .title {
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.18rem;
  }
}

.contact_wrap .form .title .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .title .wrap {
    width: 2.08rem;
    text-align: right;
  }
}

.contact_wrap .form .flex-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_wrap .form .must {
  font-size: 0.2rem;
  color: #ff0000;
  border: solid 1px #ff0000;
  border-radius: 4px;
  padding: 0 0.04rem;
  margin-right: 0.08rem;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .must {
    font-size: 0.16rem;
  }
}

.contact_wrap .form .text {
  width: 100%;
  max-width: none;
  padding: 0.16rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  border: solid 1px #0e2b63;
  -webkit-box-shadow: 0 0 3px inset #0e2b63;
          box-shadow: 0 0 3px inset #0e2b63;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .text {
    width: 6.77rem;
  }
}

.contact_wrap .form .textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.16rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  border: solid 1px #b2b2b2;
  -webkit-box-shadow: 0 0 3px inset #0e2b63;
          box-shadow: 0 0 3px inset #0e2b63;
  max-width: none;
  min-height: 2.5rem;
  resize: none;
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .textarea {
    width: 6.77rem;
  }
}

.contact_wrap .form_input {
  border-radius: 4px;
  display: none;
}

.contact_wrap .form_input:checked + .contact_form_input_checkbox_label::after {
  opacity: 1;
}

.contact_wrap .form .checkbox {
  border-radius: 4px;
  display: none;
}

.contact_wrap .form .checkbox:checked + .agree::after {
  opacity: 1;
}

.contact_wrap .form .agree {
  font-size: 0.21rem;
  color: #272a33;
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  max-width: 6rem;
  margin: 0.4rem auto 0;
  cursor: pointer;
}

.contact_wrap .form .agree::before {
  background: #fff;
  border: 1px solid #272a33;
  content: "";
  display: block;
  height: 10px;
  left: 0.64rem;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (min-width: 600px) {
  .contact_wrap .form .agree::before {
    left: 0.68rem;
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .agree::before {
    width: 16px;
    height: 16px;
  }
}

.contact_wrap .form .agree::after {
  border-right: 2px solid #f15c03;
  border-bottom: 2px solid #f15c03;
  content: "";
  display: block;
  height: 10px;
  left: 0.76rem;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
}

@media screen and (min-width: 600px) {
  .contact_wrap .form .agree::after {
    height: 13px;
    width: 4px;
    margin-top: -10px;
    border-right: 3px solid #f15c03;
    border-bottom: 3px solid #f15c03;
  }
}

@media screen and (min-width: 769px) {
  .contact_wrap .form .agree::after {
    width: 5px;
    height: 14px;
    margin-top: -11px;
  }
}

.contact_wrap .form .agree a {
  color: #272a33;
}

.contact_wrap .form .submit {
  display: block;
  background: none;
  margin: 0.24rem auto 0;
  padding: 0;
  text-shadow: none;
  border: none;
  cursor: pointer;
}

.contact_wrap .form .submit:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ========================================
    ■ thanks
======================================== */
.thanks_wrap {
  max-width: 6.14rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .thanks_wrap {
    max-width: 9.36rem;
  }
}

.thanks_wrap .top {
  max-width: 1.96rem;
  margin: 0.64rem auto 0;
}

@media screen and (min-width: 769px) {
  .thanks_wrap .top {
    max-width: 1.74rem;
  }
}

.thanks_wrap .main {
  font-size: 0.24rem;
  font-weight: 500;
  color: #0e2b63;
  text-align: center;
  margin-top: 0.32rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .thanks_wrap .main {
    font-size: 0.21rem;
  }
}

.thanks_wrap .note {
  background-color: #e4e9f5;
  font-size: 0.24rem;
  text-align: center;
  font-weight: 500;
  margin-top: 0.56rem;
  padding: 0.4rem 0;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .thanks_wrap .note {
    font-size: 0.21rem;
  }
}

.thanks_wrap .note a {
  border: solid 1px #272a33;
  color: #272a33;
  background-color: white;
  padding: 0.16rem 0;
  display: block;
  max-width: 5rem;
  margin: 0.24rem auto;
  font-size: 0.28rem;
  text-decoration: none;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .thanks_wrap .note a {
    font-size: 0.24rem;
  }
}

.thanks_wrap .note .font-w-400 {
  font-weight: 400;
}

.thanks_wrap .btn {
  cursor: pointer;
  margin: 0.8rem auto;
  display: block;
}

.thanks_wrap .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 769px) {
  .thanks_wrap .btn {
    max-width: 5.2rem;
  }
}
/*# sourceMappingURL=style.css.map */