/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

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

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

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

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #4e433b;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  font-family: 'noto sans jp', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  line-height: 1.5;
  letter-spacing: .075em;
  background: #00508a;
}

.sp {
  display: none;
}

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

.left_image {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-536px), -50%);
          transform: translate(calc(-536px), -50%);
}

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

.right_container {
  position: fixed;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(calc(536px), -50%);
          transform: translate(calc(536px), -50%);
}

.right_container .right_text {
  font-size: 15px;
  color: #fff;
}

.right_container .right_button {
  margin-left: -10px;
}

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

.container {
  width: 320px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    border-left: none;
    border-right: none;
    overflow: hidden;
  }
}

.header {
  position: relative;
  background: #00508a;
  padding: 20px 20px 240px;
}

.header .header_text {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}

.header .header_image {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 6.25vw 6.25vw 75vw;
  }
  .header .header_text {
    margin-bottom: 4.6vw;
    font-size: 5.6vw;
  }
  .header .header_title {
    width: 91.25vw;
    height: 41.56vw;
  }
  .header .header_title img {
    width: 100%;
    height: 100%;
  }
  .header .header_image {
    position: absolute;
    bottom: -4.9vw;
    left: 0;
    right: 0;
    width: 101.8vw;
    height: 77.1vw;
    margin: 0 auto;
  }
  .header .header_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec01 {
  position: relative;
  padding: 90px 0 140px;
  text-align: center;
}

.sec01 .sec01_title {
  position: absolute;
  top: -130px;
  width: 165px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec01 .sec01_text {
  display: inline-block;
  font-size: 21px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}

.sec01 .sec01_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 312px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 28.1vw 0 43.75vw;
  }
  .sec01 .sec01_title {
    position: absolute;
    top: -40.6vw;
    width: 51.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
    height: 61.8vw;
  }
  .sec01 .sec01_title img {
    width: 100%;
    height: 100%;
  }
  .sec01 .sec01_text {
    font-size: 6.56vw;
  }
  .sec01 .sec01_image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21.8vw;
    width: 97.5vw;
    margin: 0 auto;
  }
  .sec01 .sec01_image img {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  padding: 100px 20px 20px;
  background: #e5f2fc;
}

.sec02 .sec02_title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #00508a;
}

.sec02 .sec02_title:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -10px;
  width: 260px;
  height: 1px;
  background: #00508a;
}

.sec02 .sec02_text {
  margin-bottom: 30px;
}

.sec02 .cont01_title {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: .2em;
  text-align: center;
}

.sec02 .cont01_item {
  position: relative;
  width: 284px;
  padding: 20px 0 20px 30px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00508a;
}

.sec02 .item_num {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  color: #00508a;
}

.sec02 .item_text {
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}

.sec02 .cont01_image {
  margin-bottom: 30px;
}

.sec02 .sec02_text02 {
  margin-bottom: 10px;
}

.sec02 .cont02 {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #a99664;
}

.sec02 .cont02_title {
  position: relative;
  padding-top: 84px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
}

.sec02 .cont02_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 60px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/sec02-cont-icon.webp) center/contain no-repeat;
}

.sec02 .cont02_item {
  padding: 10px;
  border-bottom: 1px solid #fff;
  letter-spacing: .2em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 31.25vw 6.25vw 6.25vw;
  }
  .sec02 .sec02_title {
    margin-bottom: 6.25vw;
    font-size: 5.625vw;
  }
  .sec02 .sec02_title:before {
    content: "";
    position: absolute;
    left: -6.25vw;
    bottom: -3.125vw;
    width: 81.25vw;
    height: .31vw;
    background: #00508a;
  }
  .sec02 .sec02_text {
    font-size: 5vw;
    margin-bottom: 9.375vw;
  }
  .sec02 .cont01_title {
    margin-bottom: 6.25vw;
    font-size: 5.625vw;
  }
  .sec02 .cont01_item {
    width: 88.75vw;
    padding: 6.25vw 0 6.25vw 11.375vw;
    margin-bottom: 3.125vw;
  }
  .sec02 .item_num {
    left: -4.68vw;
    padding: 1.56vw;
    font-size: 7.5vw;
  }
  .sec02 .item_text {
    font-size: 5.31vw;
  }
  .sec02 .cont01_image {
    width: 92.5vw;
    height: 61.56vw;
    margin-bottom: 9.375vw;
  }
  .sec02 .cont01_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .sec02_text02 {
    margin-bottom: 3.125vw;
    font-size: 5vw;
  }
  .sec02 .cont02 {
    padding: 6.25vw;
    border-radius: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .sec02 .cont02_title {
    padding-top: 26.25vw;
    margin-bottom: 6.25vw;
    font-size: 5.625vw;
  }
  .sec02 .cont02_title:before {
    width: 18.75vw;
    height: 23.43vw;
  }
  .sec02 .cont02_item {
    padding: 3.125vw;
    border-bottom: .31vw solid #fff;
    font-size: 5vw;
  }
}

.sec03 {
  padding: 30px 20px;
  background: #00508a;
}

.sec03 .sec03_title {
  position: relative;
  padding-left: 72px;
  margin-bottom: 30px;
  font-size: 17px;
  letter-spacing: .1em;
  color: #fff;
}

.sec03 .sec03_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 56px;
  background: url(../images/icon_pikon.webp) center/contain no-repeat;
}

.sec03 .cont {
  padding: 10px 5px;
  border-radius: 10px;
  background: #fff;
}

.sec03 .cont_title {
  margin-bottom: 20px;
  color: #00508a;
  text-align: center;
}

.sec03 .item {
  position: relative;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px solid rgba(0, 80, 138, 0.14);
  font-size: 15px;
  line-height: 1.2;
}

.sec03 .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #00508a;
  margin: auto 0;
}

.sec03 .item:nth-child(1) {
  border-top: 1px solid rgba(0, 80, 138, 0.14);
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 9.375vw 6.25vw;
  }
  .sec03 .sec03_title {
    padding-left: 22.5vw;
    margin-bottom: 9.375vw;
    font-size: 5.31vw;
  }
  .sec03 .sec03_title:before {
    width: 16.87vw;
    height: 17.5vw;
  }
  .sec03 .cont {
    padding: 3.125vw 1.56vw;
    border-radius: 3.125vw;
  }
  .sec03 .cont_title {
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
  .sec03 .item {
    padding: 3.125vw 3.125vw 3.125vw 7.81vw;
    border-bottom: 0.31vw solid rgba(0, 80, 138, 0.14);
    font-size: 4.68vw;
  }
  .sec03 .item:before {
    left: 1.56vw;
    width: 3.75vw;
    height: 3.75vw;
    border-radius: .625vw;
    border: .31vw solid #00508a;
  }
  .sec03 .item:nth-child(1) {
    border-top: 0.31vw solid rgba(0, 80, 138, 0.14);
  }
}

.sec04 {
  padding: 30px 20px;
  background: #00719b;
}

.sec04 .sec04_title {
  position: relative;
  padding-left: 72px;
  margin-bottom: 30px;
  font-size: 17px;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .sec04_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 56px;
  background: url(../images/icon_pikon.webp) center/contain no-repeat;
}

.sec04 .cont {
  padding: 10px 5px;
  border-radius: 10px;
  background: #fff;
}

.sec04 .cont_title {
  margin-bottom: 20px;
  color: #00508a;
  text-align: center;
}

.sec04 .item {
  position: relative;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px solid rgba(0, 80, 138, 0.14);
  font-size: 15px;
  line-height: 1.2;
}

.sec04 .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #00508a;
  margin: auto 0;
}

.sec04 .item:nth-child(1) {
  border-top: 1px solid rgba(0, 80, 138, 0.14);
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 9.375vw 6.25vw;
  }
  .sec04 .sec04_title {
    padding-left: 22.5vw;
    margin-bottom: 9.375vw;
    font-size: 5.31vw;
  }
  .sec04 .sec04_title:before {
    width: 16.87vw;
    height: 17.5vw;
  }
  .sec04 .cont {
    padding: 3.125vw 1.56vw;
    border-radius: 3.125vw;
  }
  .sec04 .cont_title {
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
  .sec04 .item {
    padding: 3.125vw 3.125vw 3.125vw 7.81vw;
    border-bottom: 0.31vw solid rgba(0, 80, 138, 0.14);
    font-size: 4.68vw;
  }
  .sec04 .item:before {
    left: 1.56vw;
    width: 3.75vw;
    height: 3.75vw;
    border-radius: .625vw;
    border: .31vw solid #00508a;
  }
  .sec04 .item:nth-child(1) {
    border-top: 0.31vw solid rgba(0, 80, 138, 0.14);
  }
}

.sec05 {
  padding: 30px 0 0;
}

.sec05 .sec05_title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
  color: #00508a;
  text-align: center;
}

.sec05 .sec05_title .small {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .2em;
}

.sec05 .sec05_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  margin: 0 auto;
  background: url(../images/sec05_icon.webp) center/contain no-repeat;
}

.sec05 .list {
  padding: 0 20px;
  margin-bottom: 20px;
}

.sec05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 80, 138, 0.14);
}

.sec05 .num {
  min-width: 26px;
  height: 26px;
  padding-left: 2px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00508a;
  border-radius: 50%;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.sec05 .item_text {
  font-size: 15px;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 9.375vw 0 0;
  }
  .sec05 .sec05_title {
    padding-top: 18.75vw;
    margin-bottom: 6.25vw;
    font-size: 6.56vw;
  }
  .sec05 .sec05_title .small {
    padding-top: 3.125vw;
    font-size: 5.31vw;
  }
  .sec05 .sec05_title:before {
    width: 13.43vw;
    height: 13.43vw;
  }
  .sec05 .list {
    padding: 0 6.25vw;
    margin-bottom: 6.25vw;
  }
  .sec05 .item {
    padding: 3.125vw 0;
    border-bottom: 0.31vw solid rgba(0, 80, 138, 0.14);
  }
  .sec05 .num {
    min-width: 8.125vw;
    height: 8.125vw;
    padding-left: .125vw;
    margin-right: 3.125vw;
    font-size: 5.93vw;
    line-height: 8.125vw;
  }
  .sec05 .item_text {
    font-size: 4.68vw;
  }
  .sec05 .sec_image {
    width: 100vw;
    height: 66.56vw;
  }
  .sec05 .sec_image img {
    width: 100%;
    height: 100%;
  }
}

.sec06 {
  padding: 30px 0;
}

.sec06 .sec06_title {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  color: #00508a;
  text-align: center;
}

.sec06 .list {
  width: 310px;
  margin: 0 auto;
}

.sec06 .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  border: 1px solid #00508a;
  font-size: 17px;
}

.sec06 .item_title .num {
  padding-right: 10px;
  font-size: 21px;
  font-weight: 600;
  color: #00508a;
}

.sec06 .item_text {
  position: relative;
  padding-top: 10px;
  padding-left: 36px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.sec06 .item_text:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #00508a;
}

.sec06 .item:last-of-type .item_text:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 9.375vw 0;
  }
  .sec06 .sec06_title {
    margin-bottom: 9.375vw;
    font-size: 6.56vw;
  }
  .sec06 .list {
    width: 96.87vw;
  }
  .sec06 .item_title {
    padding-left: 3.125vw;
    border: .31vw solid #00508a;
    font-size: 5.31vw;
  }
  .sec06 .item_title .num {
    padding-right: 3.15vw;
    font-size: 6.56vw;
  }
  .sec06 .item_text {
    padding-top: 3.125vw;
    padding-left: 11.25vw;
    padding-right: 3.125vw;
    padding-bottom: 6.25vw;
    font-size: 5vw;
  }
  .sec06 .item_text:before {
    left: 6.25vw;
    width: .31vw;
  }
}

.sec07 {
  padding: 30px 0 0;
  background: #e5f2fc;
  overflow: hidden;
}

.sec07 .sec07_title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  color: #00508a;
  text-align: center;
}

.sec07 .add_box {
  position: relative;
  width: 95%;
  padding: 10px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.sec07 .box_text:nth-of-type(1) {
  margin-bottom: 15px;
}

.sec07 .box_text:nth-of-type(2) {
  margin-bottom: 15px;
}

.sec07 .add_image {
  position: absolute;
  right: -35px;
  bottom: 0;
}

.sec07 .kochira {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background: rgba(0, 80, 138, 0.16);
  font-size: 22px;
  font-weight: 600;
  color: #002f59;
}

.sec07 .kochira .small {
  font-size: 18px;
  font-weight: 500;
}

.sec07 .dlist {
  padding: 0 10px;
}

.sec07 .row {
  margin-bottom: 10px;
}

.sec07 .term {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
}

.sec07 .term label {
  font-weight: 600;
}

.sec07 .term .red {
  padding-left: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #e83611;
}

.sec07 .description {
  width: 100%;
}

.sec07 .description input {
  width: 100%;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec07 .description textarea {
  width: 100%;
  height: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec07 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}

.sec07 .warning {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.sec07 .submit_btn {
  width: 232px;
  height: 43px;
  margin: 0 auto;
  text-align: center;
}

.sec07 .submit_btn input {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #00508a;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 43px;
  color: #fff;
}

.sec07 .submit_btn input:hover {
  cursor: pointer;
  opacity: .7;
}

.sec07 .sec_image {
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 9.375vw 0 0;
  }
  .sec07 .sec07_title {
    margin-bottom: 6.25vw;
    font-size: 6.56vw;
  }
  .sec07 .add_box {
    position: relative;
    width: 95%;
    padding: 3.125vw;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec07 .box_text:nth-of-type(1) {
    width: 62.5vw;
    margin-bottom: 4.68vw;
  }
  .sec07 .box_text:nth-of-type(2) {
    width: 56.5vw;
    margin-bottom: 4.68vw;
  }
  .sec07 .box_text:nth-of-type(3) {
    width: 61.8vw;
  }
  .sec07 .box_text img {
    width: 100%;
  }
  .sec07 .add_image {
    position: absolute;
    right: -10.9vw;
    bottom: 0;
    width: 41.5vw;
  }
  .sec07 .add_image img {
    width: 100%;
  }
  .sec07 .kochira {
    width: 100%;
    padding: 3,125vw 0;
    margin-bottom: 3.75vw;
    text-align: center;
    background: rgba(0, 80, 138, 0.16);
    font-size: 6.8vw;
    font-weight: 600;
    color: #002f59;
  }
  .sec07 .kochira .small {
    font-size: 5.6vw;
    font-weight: 500;
  }
  .sec07 .dlist {
    padding: 0 3.125vw;
  }
  .sec07 .row {
    margin-bottom: 3.125vw;
  }
  .sec07 .term {
    margin-bottom: 1.56vw;
    font-size: 4.68vw;
  }
  .sec07 .term .red {
    padding-left: 3.125vw;
    font-size: 3.43vw;
  }
  .sec07 .description input {
    font-size: 4vw;
  }
  .sec07 .description textarea {
    height: 59.3vw;
  }
  .sec07 .g-recaptcha {
    margin: 0 auto 6.25vw;
  }
  .sec07 .warning {
    padding: 0 3.125vw;
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
  }
  .sec07 .submit_btn {
    width: 72.5vw;
    height: 13.4vw;
  }
  .sec07 .submit_btn input {
    border-radius: 12.5vw;
    font-size: 5.31vw;
    line-height: 13.4vw;
  }
  .sec07 .submit_btn input:hover {
    cursor: auto;
    opacity: none;
  }
  .sec07 .sec_image {
    width: 97.5vw;
    height: 56.5vw;
    margin: 6.25vw auto 0;
  }
  .sec07 .sec_image img {
    width: 100%;
    height: 100%;
  }
}

.footer {
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 6.25vw 0;
  }
  .footer .footer_image {
    width: 67.5vw;
    height: 19vw;
    margin: 0 auto;
  }
  .footer .footer_image img {
    width: 100%;
    height: 100%;
  }
}

.thanks_text {
  padding: 200px 20px 0;
  margin-bottom: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.thanks_btn {
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto;
}

.thanks_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  color: #00508a;
}

@media screen and (max-width: 767px) {
  .thanks_text {
    padding: 11vw 6.25vw 0;
    margin-bottom: 9.375vw;
    font-size: 5vw;
  }
  .thanks_btn {
    display: block;
    width: 78.125vw;
    height: 12.5vw;
    margin: 0 auto;
  }
  .thanks_btn a {
    font-size: 5vw;
    line-height: 12.5vw;
  }
}

.info_sec {
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info_sec .sec_title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.info_sec .sec_text01 {
  margin-bottom: 10px;
}

.info_sec .sec_text02 a {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .info_sec {
    padding: 8vw 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info_sec .sec_title {
    margin-bottom: 5vw;
    font-size: 5vw;
    text-align: center;
  }
  .info_sec .sec_text01 {
    font-size: 4.4vw;
    margin-bottom: 2.7vw;
  }
  .info_sec .sec_text02 a {
    font-size: 5.5vw;
  }
}

.privacy_sec {
  padding: 0 15px;
}

.privacy_sec .inner {
  padding: 30px 15px;
  background: #e5f2fc;
}

.privacy_sec .sec_text {
  margin-bottom: 20px;
  font-size: 15px;
}

.privacy_sec .term {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.privacy_sec .desc {
  margin-bottom: 20px;
  font-size: 14px;
}

.privacy_sec .small_list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.5em;
}

.privacy_sec .small_list02 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.5em;
}

.privacy_sec .small_list03 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .privacy_sec {
    padding: 0 4vw;
  }
  .privacy_sec .inner {
    padding: 5.5vw 4vw;
    background: #e5f2fc;
  }
  .privacy_sec .sec_text {
    margin-bottom: 5.5vw;
    font-size: 4vw;
  }
  .privacy_sec .term {
    margin-bottom: 2.7vw;
    font-size: 4vw;
    font-weight: 600;
  }
  .privacy_sec .desc {
    margin-bottom: 5.5vw;
    font-size: 3.8vw;
  }
  .privacy_sec .small_list {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 0.5em;
  }
  .privacy_sec .small_list02 {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 0.5em;
  }
  .privacy_sec .small_list03 {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 0.5em;
  }
}
/*# sourceMappingURL=style03.css.map */