@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #3a3b31;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #3a3b31;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
}

main {
  flex: 1 1 auto;
  padding-top: 8rem;
}

.wrap {
  width: 90%;
  max-width: 110rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.wrap._wide {
  max-width: 120rem;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

i.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  margin-right: 0.3em;
}
i.ico img, i.ico svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  main {
    padding-top: 50px;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    header
------------------------------ */
#header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2rem;
  width: 100%;
  z-index: 1000;
}
#header .wrap {
  background: #fff;
  width: 100%;
  max-width: inherit;
  height: 8rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .logo_wrap {
  flex-grow: 1;
}
#header .logo_wrap .logo a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#header .logo_wrap .logo a img {
  width: 22rem;
}
#header .logo_wrap .logo .small {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  #header .logo_wrap .logo .small {
    display: none;
  }
}
#header .tel a {
  display: block;
  text-align: center;
}
#header .tel .big {
  font-family: "Roboto", sans-serif;
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 600;
}
#header .tel .small {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
#header .btns {
  display: flex;
  gap: 1rem;
}
#header .btns .btn a {
  background: #0f2857;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 5rem;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 1rem;
}
#header .btns .btn .ico {
  display: block;
}
#header .btns .btn .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header .btns .btn._contact a {
  background: #f26d00;
}
#header .btns .btn._line a {
  background: #00b900;
}

@media screen and (max-width: 767px) {
  #header,
  #header .wrap,
  #header .logo_wrap {
    width: 100%;
    height: 40px;
  }
  #header {
    background: #fff;
    padding: 0;
    margin: 0;
  }
  #header .wrap {
    padding: 0;
    gap: 8px;
    border-radius: 0;
  }
  #header .logo_wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 0;
  }
  #header .logo_wrap .logo {
    padding-left: 10px;
  }
  #header .logo_wrap .logo a img {
    width: 120px;
  }
  #header .tel a {
    padding: 5px 8px;
    border: 1px solid #3a3b31;
    border-radius: 100px;
    white-space: nowrap;
  }
  #header .tel .big {
    font-size: 15px;
  }
  #header .tel .small {
    font-size: 6px;
  }
  #header .btns {
    gap: 5px;
    padding-right: 5px;
  }
  #header .btns .btn {
    width: 65px;
    height: 30px;
  }
  #header .btns .btn a {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 10px;
  }
}
/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #fff;
}
#footer .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  #footer .flex {
    flex-direction: column;
    gap: 2rem;
    padding: 5vw;
  }
}
#footer .logo img {
  width: 18rem;
}
#footer .copy {
  color: #aaa;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer .nav {
  display: flex;
}
#footer .nav li {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #footer .nav li {
    font-size: 1.4rem;
  }
}
#footer .nav li a {
  display: block;
}
#footer .nav li + li {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #footer .nav li + li {
    margin-left: 1em;
    padding-left: 1em;
  }
}

body:has(#floating) #footer {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  body:has(#floating) #footer {
    margin-bottom: 40px;
  }
}

#floating {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #floating {
    height: 40px;
  }
}
#floating .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #floating .inner {
    width: 100%;
    justify-content: stretch;
  }
}
#floating .txt {
  font-size: 1.7rem;
  font-weight: 600;
}
#floating .btns {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #floating .btns {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #floating .btns .btn {
    flex: 1;
  }
}
#floating .btns .btn a {
  background: #0f2857;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #floating .btns .btn a {
    width: 100%;
    height: 30px;
    font-size: 1.8rem;
    border-radius: 3px;
  }
}
#floating .btns .btn .ico {
  display: block;
}
#floating .btns .btn .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#floating .btns .btn small {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  margin-top: -1em;
}
#floating .btns .btn._contact a {
  background: #f26d00;
}
#floating .btns .btn._line a {
  background: #00b900;
}
#floating.is-scrolled {
  opacity: 1;
}

/* ------------------------------
    main
------------------------------ */
main:has(#page_index) {
  padding-top: 0;
}

.c-orange {
  color: #f26d00;
}

.sec_optin {
  background: url("../img/optin_bg@2x.png") no-repeat center/cover;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .sec_optin {
    padding: 2rem 0;
  }
}
.sec_optin .box {
  background: #fff;
  padding: 2rem 3rem 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_optin .box {
    flex-direction: column;
    align-items: stretch;
    padding: 8vw 5vw 3vw;
  }
}
.sec_optin .box .guide {
  display: flex;
  justify-content: flex-end;
  width: 41rem;
  border: 2px solid #0f2857;
  padding: 3rem 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .guide {
    width: 100%;
  }
}
.sec_optin .box .guide .ttl {
  background: #0f2857;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -70%;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 900;
  white-space: nowrap;
  padding: 0 0.5em 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .guide .ttl {
    font-size: 2.4rem;
  }
}
.sec_optin .box .guide .txt {
  font-size: 1.8rem;
}
.sec_optin .box .guide .txt strong {
  display: inline-block;
  color: #0f2857;
  font-size: 120%;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .guide .txt {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.sec_optin .box .guide .pict {
  position: absolute;
}
.sec_optin .box .guide .pict._01 {
  left: -2rem;
  bottom: -6rem;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .guide .pict._01 {
    left: 0.5rem;
    bottom: -2rem;
    width: 9rem;
  }
}
.sec_optin .box .guide .pict._02 {
  right: 2rem;
  bottom: 2rem;
  width: 4.3rem;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .guide .pict._02 {
    width: 3.5rem;
  }
}
.sec_optin .box .detail {
  flex: 1 1 auto;
  text-align: center;
}
.sec_optin .box .detail .slash {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
.sec_optin .box .detail .slash > span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
.sec_optin .box .detail .slash > span::before, .sec_optin .box .detail .slash > span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 2em;
  width: 2px;
  background: #0f2857;
  rotate: -25deg;
}
.sec_optin .box .detail .slash > span::after {
  right: auto;
  left: 100%;
  rotate: 25deg;
}
.sec_optin .box .detail .slash > span strong {
  font-size: 120%;
}
.sec_optin .box .detail .slash > span .big {
  font-family: "Roboto", sans-serif;
  font-size: 160%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .detail .slash {
    font-size: 1.8rem;
  }
}
.sec_optin .box .detail .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_optin .box .detail .tel .big {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.sec_optin .box .detail .tel .big .ico {
  width: 0.8em;
  height: 0.8em;
}
.sec_optin .box .detail .tel .small {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 0.8em;
  margin-left: 0.8em;
  border-left: 1px solid #3a3b31;
}
.sec_optin .box .detail .btns {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .detail .btns {
    flex-direction: column;
  }
}
.sec_optin .box .detail .btns .btn {
  flex: 1;
}
.sec_optin .box .detail .btns .btn a {
  background: #0f2857;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  font-size: 2.3rem;
  font-weight: 600;
  border-radius: 5px;
}
.sec_optin .box .detail .btns .btn .ico {
  display: block;
}
.sec_optin .box .detail .btns .btn .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec_optin .box .detail .btns .btn .ico {
    display: inline-block;
  }
}
.sec_optin .box .detail .btns .btn._contact a {
  background: #f26d00;
}
.sec_optin .box .detail .btns .btn._line a {
  background: #00b900;
}
.sec_optin .box .detail .btns .btn._tel a {
  background: #3a3b31;
  line-height: 1.1;
}
.sec_optin .box .detail .btns .btn._tel a .big {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}
.sec_optin .box .detail .btns .btn._tel a .small {
  display: block;
  font-size: 1.5rem;
}

#sec_fv .fv {
  position: relative;
  overflow: hidden;
  min-height: 62.8rem;
  height: calc(100vh - 13rem);
}
@media screen and (max-width: 767px) {
  #sec_fv .fv {
    background: #267bc9;
    min-height: inherit;
    height: auto;
  }
}
#sec_fv .fv::before {
  content: "";
  background: url("../img/fv_img@2x.png") no-repeat right bottom/100% auto;
  position: absolute;
  right: -4.1666666667vw;
  bottom: -2.0833333333vw;
  width: 23.4027777778vw;
  height: 33.75vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv::before {
    display: none;
  }
}
#sec_fv .fv .wrap {
  max-width: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .wrap {
    padding-top: 91vw;
  }
}
#sec_fv .fv .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sec_fv .fv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
#sec_fv .fv .ttl img {
  width: 50.3472222222vw;
}
#sec_fv .fv .sttl {
  margin: 2rem 0;
}
#sec_fv .fv .sttl span {
  background: #fff;
  color: #f26d00;
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #sec_fv .fv .sttl span:first-child {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .sttl span {
    display: inline-block;
    padding: 0.1em 0.5em;
    margin: 3px 0;
    font-size: 2.8rem;
  }
}
#sec_fv .fv .catch {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .catch {
    font-size: 2.2rem;
  }
}
#sec_fv .fv .txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .txt {
    font-size: 1.6rem;
    padding-bottom: 1em;
  }
}
#sec_fv .point {
  background: url("../img/fv_point_bg@2x.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #sec_fv .point {
    background-repeat: repeat;
    background-size: 300% auto;
  }
}
#sec_fv .point .wrap {
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_fv .point .wrap {
    height: auto;
    padding: 5vw 0;
  }
}
#sec_fv .point .list {
  width: 100%;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .point .list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#sec_fv .point .list .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #fff;
  padding: 1rem;
  border-radius: 3rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
  #sec_fv .point .list .item {
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
}
#sec_fv .point .list .item .ico img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .point .list .item .ico img {
    width: 4.5rem;
  }
}
#sec_fv .point .list .item .ttl {
  color: #0f2857;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 900;
}
#sec_fv .point .list .item .txt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_fv .point .list .item .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
  }
  #sec_fv .point .list .item .detail .ttl {
    font-size: 2.6rem;
    margin-right: 0.3em;
  }
  #sec_fv .point .list .item .detail .txt {
    font-size: 1.6rem;
  }
}

#sec_01 {
  overflow: hidden;
}
#sec_01 .sec_01 {
  position: relative;
  text-align: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  z-index: 1;
}
#sec_01 .sec_01 .bg {
  background: #fff;
  padding: 6rem 0 8rem;
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_01 .bg {
    padding: 4rem 0;
    clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
  }
}
#sec_01 .sec_01 .ttl {
  margin-bottom: 3rem;
}
#sec_01 .sec_01 .ttl img {
  width: 100rem;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_01 .ttl img {
    width: 85vw;
  }
}
#sec_01 .sec_01 .img {
  margin: 2rem 0;
}
#sec_01 .sec_01 .img img {
  width: 100%;
}
#sec_01 .sec_01 .catch {
  color: #0f2857;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 900;
}
#sec_01 .sec_01 .catch .big {
  font-size: 4.4rem;
}
#sec_01 .sec_01 .catch strong {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_01 .catch {
    font-size: 2.4rem;
  }
  #sec_01 .sec_01 .catch .big {
    font-size: 3rem;
  }
}
#sec_01 .sec_01 .pict {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  translate: -60rem 0;
}
#sec_01 .sec_01 .pict img {
  width: 15.8rem;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_01 .pict {
    left: -1rem;
    bottom: -6rem;
    translate: 0;
  }
  #sec_01 .sec_01 .pict img {
    width: 8rem;
  }
}
#sec_01 .sec_02 {
  background: url("../img/sec01_bg.png") repeat;
  margin-top: -8rem;
  padding: 12rem 0 6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 {
    background-size: 200% auto;
    margin-top: -4rem;
    padding: 6rem 0 4rem;
  }
}
#sec_01 .sec_02 .slash {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
}
#sec_01 .sec_02 .slash span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#sec_01 .sec_02 .slash span::before, #sec_01 .sec_02 .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 1.1em;
  width: 3px;
  background: #0f2857;
  rotate: -25deg;
}
#sec_01 .sec_02 .slash span::after {
  right: auto;
  left: 100%;
  rotate: 25deg;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .slash {
    font-size: 3rem;
  }
}
#sec_01 .sec_02 .small {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .small {
    font-size: 1.8rem;
  }
}
#sec_01 .sec_02 .flex {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .flex {
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
  }
}
#sec_01 .sec_02 .flex .data {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .flex .data {
    flex-direction: row;
  }
  #sec_01 .sec_02 .flex .data .label {
    flex: 0 0 auto;
    width: 45%;
  }
  #sec_01 .sec_02 .flex .data .value {
    flex: 1 1 auto;
  }
}
#sec_01 .sec_02 .flex .data .label, #sec_01 .sec_02 .flex .data .value {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  height: 12rem;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .flex .data .label, #sec_01 .sec_02 .flex .data .value {
    font-size: 1.6rem;
    height: 8rem;
  }
}
#sec_01 .sec_02 .flex .data .label {
  background: #fff;
  border: 2px solid #3a3b31;
  position: relative;
}
#sec_01 .sec_02 .flex .data .label .arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 2px;
  width: 2rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .flex .data .label .arrow {
    left: 100%;
    top: 50%;
    translate: 2px -50%;
    rotate: -90deg;
  }
}
#sec_01 .sec_02 .flex .data .label .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 3px;
  height: 100%;
  background: #f06060;
}
#sec_01 .sec_02 .flex .data .label .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 1.2rem;
  height: 0.5rem;
  background: #f06060;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#sec_01 .sec_02 .flex .data .value {
  background: #f06060;
  color: #fff;
}
#sec_01 .sec_02 .flex .data._02 .label .arrow::before, #sec_01 .sec_02 .flex .data._02 .label .arrow::after {
  background-color: #51a6d6;
}
#sec_01 .sec_02 .flex .data._02 .value {
  background: #51a6d6;
}
#sec_01 .sec_02 .flex .data._03 .label .arrow::before, #sec_01 .sec_02 .flex .data._03 .label .arrow::after {
  background-color: #8bc441;
}
#sec_01 .sec_02 .flex .data._03 .value {
  background: #8bc441;
}
#sec_01 .sec_02 .catch {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
}
#sec_01 .sec_02 .catch .big {
  color: #0f2857;
  display: block;
  margin-top: 1em;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
#sec_01 .sec_02 .catch .big strong {
  display: inline-block;
  border: 2px solid #0f2857;
  padding: 0 0.3em;
  margin: 0 0.3em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .catch {
    font-size: 1.6rem;
    letter-spacing: -0.08em;
  }
  #sec_01 .sec_02 .catch .big {
    font-size: 2.1rem;
    line-height: 1.6;
    margin-top: 0.5em;
  }
}
#sec_01 .sec_02 .pict {
  position: absolute;
  left: 50%;
  bottom: -6rem;
  translate: 45rem 0;
}
#sec_01 .sec_02 .pict img {
  width: 18.3rem;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_02 .pict {
    left: auto;
    right: -1rem;
    translate: 0 0;
  }
  #sec_01 .sec_02 .pict img {
    width: 8.5rem;
  }
}
#sec_01 .sec_03 {
  overflow: hidden;
  text-align: center;
}
#sec_01 .sec_03 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_01 .sec_03 img {
    width: 140%;
    margin-left: -20%;
    max-width: inherit;
  }
}

#sec_02 {
  background: #fcfaf0;
  text-align: center;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_02 {
    padding: 4rem 0;
  }
}
#sec_02 .pict_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -5rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .pict_wrap {
    top: -4rem;
  }
}
#sec_02 .pict {
  position: absolute;
}
#sec_02 .pict._01 {
  left: -3rem;
  top: 0;
}
#sec_02 .pict._01 img {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .pict._01 {
    left: -2rem;
    top: 1rem;
  }
  #sec_02 .pict._01 img {
    width: 10rem;
  }
}
#sec_02 .pict._02 {
  right: -3rem;
  top: 7rem;
}
#sec_02 .pict._02 img {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .pict._02 {
    right: -2rem;
    top: 0;
  }
  #sec_02 .pict._02 img {
    width: 10rem;
  }
}
#sec_02 .ttl_wrap {
  color: #0f2857;
  position: relative;
}
#sec_02 .ttl_wrap::before {
  content: "";
  background: url("../img/sec02_ttl_bg.svg") no-repeat top center/contain;
  position: absolute;
  left: 50%;
  top: -4rem;
  translate: -50% 0;
  width: 38rem;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .ttl_wrap::before {
    width: 30rem;
  }
}
#sec_02 .ttl_wrap > * {
  position: relative;
  z-index: 1;
}
#sec_02 .ttl_wrap .border {
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 900;
}
#sec_02 .ttl_wrap .border span {
  display: inline-block;
  border-bottom: 2px solid #0f2857;
}
@media screen and (max-width: 767px) {
  #sec_02 .ttl_wrap .border {
    font-size: 2.2rem;
  }
}
#sec_02 .ttl_wrap .ttl {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 0.2em 0;
}
#sec_02 .ttl_wrap .ttl strong {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_02 .ttl_wrap .ttl {
    font-size: 4.2rem;
    line-height: 1.2;
    margin: 0.3em 0 0.5em;
  }
}
#sec_02 .ttl_wrap .sttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_02 .ttl_wrap .sttl {
    font-size: 2.2rem;
  }
}
#sec_02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}
#sec_02 .grid .item {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sec_02 .grid .inner {
  position: relative;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .grid .inner {
    padding: 2rem 0;
  }
}
#sec_02 .grid .check {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
#sec_02 .grid .check img {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .grid .check img {
    width: 3rem;
  }
}
#sec_02 .grid .ttl {
  color: #f26d00;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_02 .grid .ttl {
    font-size: 1.7rem;
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
}
#sec_02 .grid .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-weight: 600;
  padding: 0 1.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_02 .grid .txt {
    font-size: 1.6rem;
    letter-spacing: -0.1em;
    padding: 0 0.5em;
  }
}
#sec_02 .catch {
  color: #0f2857;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  font-weight: 900;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_02 .catch {
    font-size: 1.8rem;
  }
}

#sec_03 {
  background: url("../img/sec03_bg@2x.png") repeat center/100% auto;
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec_03 {
    background-size: 300% auto;
    padding-bottom: 4rem;
  }
}
#sec_03 .sec_01 {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
#sec_03 .sec_01 .bg {
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .bg {
    padding-bottom: 6rem;
  }
}
#sec_03 .sec_01 .bg::before {
  content: "";
  background: #fff8c5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .bg::before {
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}
#sec_03 .sec_01 .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: #fff8c5;
}
#sec_03 .sec_01 .bg > * {
  position: relative;
  z-index: 1;
}
#sec_03 .sec_01 .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .img {
    translate: 0 -2rem;
  }
}
#sec_03 .sec_01 .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: -3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .ttl {
    margin-top: -6rem;
  }
}
#sec_03 .sec_01 .ttl span {
  display: inline-block;
  background: #fff;
  color: #0f2857;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 900;
  padding: 0 0.3em;
}
#sec_03 .sec_01 .ttl span strong {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .ttl span {
    font-size: 3rem;
  }
}
#sec_03 .sec_01 .txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_01 .txt {
    font-size: 1.5rem;
    margin-top: 1.5em;
  }
}
#sec_03 .sec_01 .pict_wrap {
  position: absolute;
  left: 0;
  top: -3rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sec_03 .sec_01 .pict_wrap .pict._01 {
  position: absolute;
  left: 3rem;
  top: 0;
}
#sec_03 .sec_01 .pict_wrap .pict._01 img {
  width: 16rem;
}
#sec_03 .sec_01 .pict_wrap .pict._02 {
  position: absolute;
  right: 0;
  top: 3rem;
}
#sec_03 .sec_01 .pict_wrap .pict._02 img {
  width: 17rem;
}
#sec_03 .sec_02 {
  position: relative;
}
#sec_03 .sec_02 .wrap {
  max-width: 126rem;
}
#sec_03 .sec_02 .pict {
  position: absolute;
  right: 3rem;
  top: -15rem;
  z-index: 1;
}
#sec_03 .sec_02 .pict img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .pict {
    right: 1rem;
    top: -10rem;
  }
  #sec_03 .sec_02 .pict img {
    width: 8rem;
  }
}
#sec_03 .sec_02 .flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  #sec_03 .sec_02 .flex._reverse {
    flex-direction: row-reverse;
  }
  #sec_03 .sec_02 .flex._reverse .detail {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .flex {
    flex-direction: column;
    gap: 2rem;
  }
}
#sec_03 .sec_02 .flex .img {
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .flex .img {
    width: 100%;
  }
}
#sec_03 .sec_02 .flex .label {
  background: #f26d00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.2em 0.5em 0.2em 2em;
  position: relative;
}
#sec_03 .sec_02 .flex .label .big {
  font-size: 3.6rem;
  margin-left: 0.2em;
}
#sec_03 .sec_02 .flex .label::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .flex .label {
    font-size: 1.4rem;
  }
  #sec_03 .sec_02 .flex .label .big {
    font-size: 2.8rem;
  }
}
#sec_03 .sec_02 .flex .ttl {
  color: #0f2857;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0.5em 0;
}
#sec_03 .sec_02 .flex .ttl .big {
  font-family: "Roboto", sans-serif;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .flex .ttl {
    font-size: 2.8rem;
  }
}
#sec_03 .sec_02 .flex .txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_02 .flex .txt {
    font-size: 1.6rem;
  }
}
#sec_03 .sec_03 {
  margin-top: 8rem;
}
#sec_03 .sec_03 .box {
  background: #fcfaf0;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .box {
    padding: 8vw 5vw;
  }
}
#sec_03 .sec_03 .slash {
  color: #0f2857;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}
#sec_03 .sec_03 .slash span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#sec_03 .sec_03 .slash span::before, #sec_03 .sec_03 .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 1.1em;
  width: 3px;
  background: #0f2857;
  rotate: -25deg;
}
#sec_03 .sec_03 .slash span::after {
  right: auto;
  left: 100%;
  rotate: 25deg;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .slash {
    font-size: 3rem;
  }
}
#sec_03 .sec_03 .ttl {
  color: #0f2857;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-align: center;
  margin: 1rem 0 3rem;
}
#sec_03 .sec_03 .ttl strong {
  background: #fff;
  border: 3px solid #0f2857;
  padding: 0 0.3em;
  margin: 0 0.3em;
  font-size: 130%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .ttl {
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 0 0 0.5em;
  }
  #sec_03 .sec_03 .ttl strong {
    font-size: 120%;
  }
}
#sec_03 .sec_03 .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .flex {
    flex-direction: column;
  }
}
#sec_03 .sec_03 .flex .img {
  flex: 0 0 auto;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .flex .img {
    width: 100%;
  }
}
#sec_03 .sec_03 .flex .txt {
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  font-weight: 600;
}
#sec_03 .sec_03 .flex .txt strong {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .flex .txt {
    font-size: 1.6rem;
  }
}
#sec_03 .sec_03 .pict {
  position: absolute;
  left: -3rem;
  bottom: -2rem;
}
#sec_03 .sec_03 .pict img {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .sec_03 .pict {
    left: auto;
    bottom: auto;
    top: 33rem;
    right: -1rem;
  }
  #sec_03 .sec_03 .pict img {
    width: 7rem;
  }
}

#sec_04 {
  background: url("../img/sec04_bg02@2x.png") no-repeat center bottom/100% auto, #fcfaf0 url("../img/sec04_bg01@2x.png") no-repeat center top/100% auto;
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_04 {
    padding: 6rem 0;
  }
}
#sec_04 .sec_ttl {
  color: #0f2857;
  text-align: center;
}
#sec_04 .sec_ttl .border {
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 0.2em;
}
#sec_04 .sec_ttl .border span {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #0f2857;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_ttl .border {
    font-size: 2.4rem;
  }
}
#sec_04 .sec_ttl .ttl {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_ttl .ttl {
    font-size: 4rem;
  }
}
#sec_04 .sec_01 .border {
  background: #fff;
  color: #0f2857;
  border: 3px solid #0f2857;
  max-width: 68rem;
  padding: 1.5rem 3rem 3rem;
  margin: 4rem auto;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .border {
    padding: 1rem 2rem 2rem;
    border-radius: 1rem;
  }
}
#sec_04 .sec_01 .border .ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  border-bottom: 3px solid #0f2857;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
#sec_04 .sec_01 .border .ttl .big {
  font-family: "Roboto", sans-serif;
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .border .ttl {
    font-size: 2.6rem;
    letter-spacing: -0.05em;
  }
}
#sec_04 .sec_01 .border .txt {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .border .txt {
    font-size: 1.6rem;
  }
}
#sec_04 .sec_01 .box {
  background: #fff;
  color: #0f2857;
  border-top: 3px solid #0f2857;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  margin: 3rem auto 0;
  max-width: 94rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .box {
    flex-direction: column;
    padding: 5vw;
  }
}
#sec_04 .sec_01 .box .img {
  flex: 0 0 auto;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .box .img {
    width: 100%;
  }
  #sec_04 .sec_01 .box .img img {
    width: 100%;
  }
}
#sec_04 .sec_01 .box .ttl {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
#sec_04 .sec_01 .box .ttl .ico {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .box .ttl {
    font-size: 2.6rem;
    letter-spacing: -0.05em;
  }
}
#sec_04 .sec_01 .box .txt .label {
  background: #0f2857;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 1em 0.1em 0.5em;
  clip-path: polygon(0 1%, 90% 0, 100% 100%, 0% 100%);
  vertical-align: 0.2em;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .box .txt .label {
    font-size: 1.8rem;
  }
}
#sec_04 .sec_01 .box .txt .price {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 900;
}
#sec_04 .sec_01 .box .txt .price .big {
  font-family: "Roboto", sans-serif;
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_01 .box .txt .price {
    font-size: 2.2rem;
  }
}
#sec_04 .sec_02 {
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 {
    margin-top: 4rem;
  }
}
#sec_04 .sec_02 .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex {
    display: block;
  }
}
#sec_04 .sec_02 .flex .img {
  flex: 0 0 auto;
  width: 60rem;
  margin: 0 -6rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex .img {
    width: 100%;
    margin: 0;
    padding-right: 5vw;
  }
}
#sec_04 .sec_02 .flex .detail {
  flex: 0 0 auto;
  width: 66rem;
  background: #fff;
  padding: 3rem 4rem;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex .detail {
    width: 95%;
    margin-top: -8rem;
    margin-left: 5vw;
    padding: 5vw;
  }
}
#sec_04 .sec_02 .flex .detail .ttl {
  color: #0f2857;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex .detail .ttl {
    font-size: 2.2rem;
  }
}
#sec_04 .sec_02 .flex .detail .txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex .detail .txt {
    font-size: 1.4rem;
    letter-spacing: -0.1em;
  }
}
#sec_04 .sec_02 .flex .pict {
  position: absolute;
  right: -6rem;
  bottom: -3rem;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .sec_02 .flex .pict {
    right: -1rem;
    bottom: auto;
    top: -4rem;
    width: 12rem;
  }
}

#sec_05 {
  background: url("../img/sec05_line@2x.png") no-repeat center bottom/100% 1.6rem, url("../img/sec05_line@2x.png") no-repeat center top/100% 1.6rem;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #sec_05 {
    padding: 4rem 0;
    background-size: 200% auto;
  }
}
#sec_05 .sec_ttl {
  text-align: center;
}
#sec_05 .sec_ttl .img {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#sec_05 .sec_ttl .img img {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  #sec_05 .sec_ttl .img img {
    width: 20rem;
  }
}
#sec_05 .sec_ttl .ttl {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_05 .sec_ttl .ttl {
    font-size: 3.6rem;
  }
}
#sec_05 .slider {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_05 .slider {
    margin-top: 2rem;
  }
}
#sec_05 .slider .item {
  padding: 0 1rem;
  position: relative;
}
#sec_05 .slider .item img {
  width: 38.4rem;
  aspect-ratio: 384/240;
}
@media screen and (max-width: 767px) {
  #sec_05 .slider .item img {
    width: 70vw;
  }
}
#sec_05 .slider .item .name {
  background: #000;
  color: #fff;
  translate: 0 -50%;
  margin: 0 15%;
  padding: 0.3em;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_05 .slider .item .name {
    font-size: 2rem;
  }
}
#sec_05 .slider .slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_05 .slider .slick-arrow {
    width: 11vw;
  }
}
#sec_05 .slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -40% -3rem;
  width: 3.5rem;
  height: 3.5rem;
  border-left: 6px solid #000;
  border-bottom: 6px solid #000;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  #sec_05 .slider .slick-arrow::before {
    width: 3rem;
    height: 3rem;
    border-width: 4px;
  }
}
#sec_05 .slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  scale: -1 1;
}

#sec_06,
#sec_08 {
  background: #0f2857;
  color: #fff;
  position: relative;
}
#sec_06 .bg,
#sec_08 .bg {
  position: absolute;
  right: 0;
  width: calc(50% - 10rem);
  height: 100%;
}
#sec_06 .bg img,
#sec_08 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #sec_06 .bg,
  #sec_08 .bg {
    position: static;
    width: 100%;
    height: auto;
  }
}
#sec_06 .inner,
#sec_08 .inner {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #sec_06 .inner,
  #sec_08 .inner {
    margin-top: -2rem;
    padding: 0 0 4rem;
    text-align: center;
  }
}
#sec_06 .inner .ttl span,
#sec_08 .inner .ttl span {
  display: inline-block;
  background: #fff;
  color: #0f2857;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 0.5rem 0;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_06 .inner .ttl span,
  #sec_08 .inner .ttl span {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
#sec_06 .inner .txt,
#sec_08 .inner .txt {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_06 .inner .txt,
  #sec_08 .inner .txt {
    font-size: 1.8rem;
  }
}
#sec_06 .inner .txt strong,
#sec_08 .inner .txt strong {
  color: #ffe91a;
}

#sec_07 {
  background: #fff8c5 url("../img/sec07_bg01@2x.png") no-repeat left top/100% auto;
  padding-top: 6rem;
}
#sec_07 .sec_ttl {
  color: #0f2857;
  text-align: center;
}
#sec_07 .sec_ttl .border {
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 0.2em;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #0f2857;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_ttl .border {
    font-size: 2.4rem;
  }
}
#sec_07 .sec_ttl .ttl {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_ttl .ttl {
    font-size: 4rem;
  }
}
#sec_07 .sec_01 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 {
    margin-top: 2rem;
  }
}
#sec_07 .sec_01 .wrap {
  max-width: 100rem;
}
#sec_07 .sec_01 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 .grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }
}
#sec_07 .sec_01 .grid .ico {
  background: #fff;
  border: 5px solid #0f2857;
  width: 25rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 .grid .ico {
    width: 80%;
    border-width: 3px;
  }
}
#sec_07 .sec_01 .grid .ico .num {
  font-family: "Roboto", sans-serif;
  color: #f26d00;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 .grid .ico .num {
    font-size: 3rem;
    margin: 2rem 0 1rem;
  }
}
#sec_07 .sec_01 .grid .ico .img {
  width: 11rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 .grid .ico .img {
    width: 8rem;
    height: 7rem;
  }
}
#sec_07 .sec_01 .grid .ico .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#sec_07 .sec_01 .grid .txt {
  color: #0f2857;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_01 .grid .txt {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
#sec_07 .sec_02 {
  position: relative;
  margin-top: 8rem;
  padding: 1px 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_02 {
    padding-bottom: 4rem;
    margin-top: 4rem;
  }
}
#sec_07 .sec_02::before {
  content: "";
  background: #fff url("../img/sec07_bg02@2x.png") no-repeat center bottom/100% auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 126rem;
  height: 100%;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_02::before {
    width: 94%;
  }
}
#sec_07 .sec_02 .ttl_wrap {
  text-align: center;
}
#sec_07 .sec_02 .ttl_wrap .slash {
  color: #0f2857;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 900;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_02 .ttl_wrap .slash {
    margin-top: -2rem;
  }
}
#sec_07 .sec_02 .ttl_wrap .slash span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#sec_07 .sec_02 .ttl_wrap .slash span::before, #sec_07 .sec_02 .ttl_wrap .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 1.1em;
  width: 3px;
  background: #0f2857;
  rotate: -25deg;
}
#sec_07 .sec_02 .ttl_wrap .slash span::after {
  right: auto;
  left: 100%;
  rotate: 25deg;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_02 .ttl_wrap .slash {
    font-size: 2.4rem;
  }
}
#sec_07 .sec_02 .ttl_wrap .ttl {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
}
#sec_07 .sec_02 .ttl_wrap .ttl .big {
  font-family: "Roboto", sans-serif;
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  #sec_07 .sec_02 .ttl_wrap .ttl {
    font-size: 3rem;
    line-height: 1.2;
  }
}
#sec_07 .flex {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .flex {
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 5vw 0;
  }
}
#sec_07 .flex .item {
  flex: 1;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 3rem;
}
#sec_07 .flex .item .img img {
  width: 100%;
}
#sec_07 .flex .item .sttl {
  display: inline-block;
  background: #f06060;
  color: #fff;
  border-radius: 100px;
  translate: 0 -50%;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  padding: 0.3em 1.5em 0.4em;
}
#sec_07 .flex .item .txt {
  color: #0f2857;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_07 .flex .item .txt {
    font-size: 2.2rem;
  }
}
#sec_07 .flex .item._02 .sttl {
  background: #51a6d6;
}
#sec_07 .flex .item._03 .sttl {
  background: #8bc441;
}
#sec_07 .kome {
  font-size: 1.6rerm;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .kome {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
#sec_07 .pict {
  position: absolute;
  right: -6rem;
  top: -10rem;
}
#sec_07 .pict img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .pict {
    right: -1rem;
    top: -4rem;
  }
  #sec_07 .pict img {
    width: 6rem;
  }
}

#sec_09 {
  background: url("../img/sec09_bg02@2x.png") no-repeat center top/100% auto, url("../img/sec09_bg01@2x.png") no-repeat center/cover;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #sec_09 {
    padding: 6rem 0;
  }
}
#sec_09 .sec_01 .ttl {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_01 .ttl {
    font-size: 3.6rem;
  }
}
#sec_09 .sec_01 .flex {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_01 .flex {
    flex-direction: column;
    margin-top: 4rem;
  }
}
#sec_09 .sec_01 .flex .item {
  flex: 1;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#sec_09 .sec_01 .flex .img {
  position: relative;
}
#sec_09 .sec_01 .flex .img img {
  width: 100%;
}
#sec_09 .sec_01 .flex .img figcaption {
  display: inline-block;
  background: #000;
  color: #fff;
  translate: 0 -50%;
  padding: 0.2em 1em;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
}
#sec_09 .sec_01 .flex .inner {
  padding: 0 2rem 5rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_01 .flex .inner {
    padding-bottom: 3rem;
  }
}
#sec_09 .sec_01 .flex .sttl {
  color: #0f2857;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_01 .flex .sttl {
    font-size: 2.4rem;
  }
}
#sec_09 .sec_01 .flex .txt {
  margin-top: 0.5em;
  letter-spacing: -0.1em;
}
#sec_09 .sec_02 {
  margin: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_02 {
    margin: 4rem 0;
  }
}
#sec_09 .sec_02 .flex {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_02 .flex {
    flex-direction: column;
    gap: 2rem;
  }
}
#sec_09 .sec_02 .flex .img {
  flex: 0 0 auto;
  margin-left: -8rem;
  width: 59rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_02 .flex .img {
    margin: 0;
    width: 100%;
  }
}
#sec_09 .sec_02 .flex .ttl span {
  display: inline-block;
  background: #0f2857;
  color: #fff;
  padding: 0 0.3em;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_02 .flex .ttl span {
    font-size: 3.2rem;
  }
}
#sec_09 .sec_02 .flex .txt {
  font-size: 2.8rem;
  line-height: 2.2;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_02 .flex .txt {
    font-size: 1.8rem;
  }
}
#sec_09 .sec_03 .flex {
  background: #fff9de;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem 3rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex {
    flex-direction: column;
    gap: 2rem;
    border-radius: 2rem;
    padding: 0 3rem;
  }
}
#sec_09 .sec_03 .flex .img {
  margin-top: -4rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex .img {
    width: 100%;
    margin: 0 0 -4rem;
  }
}
#sec_09 .sec_03 .flex .siryo {
  translate: 0 -1rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex .siryo {
    text-align: center;
  }
}
#sec_09 .sec_03 .flex .siryo span {
  display: inline-block;
  background: #f26d00;
  color: #fff;
  padding: 0.2em 2em;
  border-radius: 100px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
}
#sec_09 .sec_03 .flex .siryo span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% -1px;
  width: 1.3rem;
  height: 1.3rem;
  background: #f26d00;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex .siryo span {
    font-size: 2.4rem;
  }
}
#sec_09 .sec_03 .flex .ttl {
  color: #f26d00;
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 900;
  margin: 0.3em 0 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex .ttl {
    font-size: 3.2rem;
  }
}
#sec_09 .sec_03 .flex .txt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_09 .sec_03 .flex .txt {
    font-size: 1.8rem;
  }
}

#sec_10 {
  background: #fcfaf0 url("../img/sec10_bg@2x.png") no-repeat center top/100% auto;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_10 {
    padding: 4rem 0;
  }
}
#sec_10 .ttl {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_10 .ttl {
    font-size: 3.6rem;
  }
}
#sec_10 .flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_10 .flex {
    flex-direction: column;
    gap: 4rem;
    margin-top: 2rem;
  }
}
#sec_10 .flex .item {
  flex: 1;
  text-align: center;
  position: relative;
}
#sec_10 .flex .item + .item::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 11rem;
  translate: -20% 0;
  width: 2rem;
  height: 2rem;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  #sec_10 .flex .item + .item::before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 100%;
    translate: -50% -50%;
    rotate: 135deg;
  }
}
#sec_10 .flex .img {
  margin: 0 -1rem -2rem 0;
}
#sec_10 .flex .img img {
  width: 100%;
}
#sec_10 .flex .step {
  background: #000;
  color: #fff;
  display: inline-block;
  translate: 0 -50%;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  padding: 0.2em 3em;
}
#sec_10 .flex .sttl {
  color: #0f2857;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 0.5em;
}
#sec_10 .flex .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  font-weight: 600;
}

#sec_11 {
  background: url("../img/sec11_bg01@2x.png") no-repeat center top/100% auto, url("../img/sec11_bg02@2x.png") no-repeat center bottom/100% auto;
  padding: 10rem 0 15rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_11 {
    background-image: url("../img/sec11_bg01_sp.png"), url("../img/sec11_bg02@2x.png");
    padding: 4rem 0 6rem;
  }
}
#sec_11 .img._01, #sec_11 .img._02 {
  position: absolute;
  left: -16rem;
  bottom: -10rem;
}
#sec_11 .img._02 {
  left: auto;
  right: -16rem;
  bottom: -8rem;
}
#sec_11 .img._03 {
  margin-top: 2rem;
}
#sec_11 .img._03 img {
  width: 100%;
}
#sec_11 .ttl {
  text-align: center;
}
#sec_11 .ttl span {
  display: inline-block;
  background: #0f2857;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 900;
  padding: 0 0.3em;
}
@media screen and (min-width: 768px) {
  #sec_11 .ttl span:first-child {
    padding-right: 0;
  }
  #sec_11 .ttl span:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_11 .ttl span {
    font-size: 3.4rem;
    margin: 0.3rem 0;
  }
}
#sec_11 .txt {
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 600;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_11 .txt {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
}

.form *::placeholder {
  color: #999;
}
.form label {
  display: inline-block;
  margin: 0.5em;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select {
  font-size: 1.6rem;
  padding: 0 1.5em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number],
  .form textarea,
  .form select {
    padding: 0 0.5em;
  }
}
.form input[type=text].date,
.form input[type=email].date,
.form input[type=tel].date,
.form textarea.date,
.form select.date {
  width: 8em;
}
.form input[type=text].time,
.form input[type=email].time,
.form input[type=tel].time,
.form textarea.time,
.form select.time {
  width: 8em;
}
.form input[type=text].week,
.form input[type=email].week,
.form input[type=tel].week,
.form input[type=number].week,
.form textarea.week,
.form select.week {
  width: 5.5em;
  text-align: center;
}
.form textarea {
  line-height: 1.8em;
  padding: 1em;
  height: 10em;
}
@media screen and (max-width: 767px) {
  .form textarea {
    padding: 0.5em;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form select {
  line-height: 3em;
  height: 3em;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form textarea {
  width: 100%;
}
.form input[type=text]:-webkit-autofill,
.form input[type=email]:-webkit-autofill,
.form input[type=tel]:-webkit-autofill,
.form input[type=number]:-webkit-autofill,
.form textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
.form select {
  background: #fff url("../img/select.svg") no-repeat right 0.5em center/auto 15%;
  padding-right: 2.5em;
  width: 100%;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.form input[type=radio] + span,
.form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
.form input[type=radio] + span::before, .form input[type=radio] + span::after,
.form input[type=checkbox] + span::before,
.form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 0.3em;
}
.form input[type=radio] + span::after,
.form input[type=checkbox] + span::after {
  width: 0.6em;
  height: 0.6em;
  margin: 0.3em 0 0 0.3em;
  background: transparent;
  border: none;
}
.form input[type=radio]:checked + span::after,
.form input[type=checkbox]:checked + span::after {
  background: #000;
}
.form input[type=checkbox] + span::before {
  border-radius: 0;
}
.form input[type=checkbox]:checked + span::after {
  width: 0.8em;
  height: 0.5em;
  margin: 0.2em 0 0 0.2em;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
.form .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .form .btns {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .form .btns .btn {
    flex: 1;
  }
}
.form .btns .btn a, .form .btns .btn input, .form .btns .btn button {
  background: #f26d00 url("../img/btn_arrow_r.svg") no-repeat right 0.8em center/0.4em auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 7rem;
  border-radius: 1rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .form .btns .btn a, .form .btns .btn input, .form .btns .btn button {
    width: 100%;
  }
}
.form .btns .btn._back a, .form .btns .btn._back input, .form .btns .btn._back button {
  background: #3a3b31 url("../img/btn_arrow_l.svg") no-repeat left 0.8em center/0.4em auto;
}
.form .btns .btn._top a, .form .btns .btn._top input, .form .btns .btn._top button {
  background: #3a3b31 url("../img/btn_arrow_r.svg") no-repeat right 0.8em center/0.4em auto;
}
.form .btns .btn._short a, .form .btns .btn._short input, .form .btns .btn._short button {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .form .btns .btn._short a, .form .btns .btn._short input, .form .btns .btn._short button {
    width: 100%;
  }
}
.form .error {
  color: #D95151;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.3em;
}

#sec_contact {
  background: #f9f9f9;
  padding: 8rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 6rem 0 8rem;
  }
}
#sec_contact .sec_ttl {
  text-align: center;
}
#sec_contact .sec_ttl .ttl {
  color: #0f2857;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #sec_contact .sec_ttl .ttl {
    font-size: 3rem;
  }
}
#sec_contact .sec_ttl .txt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_contact .sec_ttl .txt {
    font-size: 1.8rem;
  }
}
#sec_contact .sec_ttl .ico {
  margin-bottom: 1rem;
}
#sec_contact .sec_ttl .ico img {
  width: 7rem;
}
#sec_contact .form {
  margin: 4rem auto 0;
  max-width: 84rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .form {
    margin-top: 2rem;
  }
}
#sec_contact .grid {
  display: grid;
  grid-template-columns: 24em 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #sec_contact .grid .ttl {
    margin-top: 1em;
  }
}
#sec_contact .grid .ttl, #sec_contact .grid .txt {
  font-size: 2rem;
  line-height: 1.4;
  padding: 0.5em 0;
}
#sec_contact .grid .ttl {
  font-weight: 600;
  padding-top: 1em;
  text-indent: -2em;
  padding-left: 2em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sec_contact .grid .ttl {
    text-align: left;
  }
}
#sec_contact .grid .ttl small {
  font-size: 80%;
}
#sec_contact .grid .ttl .required {
  background: #c1272d;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0.5em;
  padding: 0 0.3em;
  text-indent: 0;
  vertical-align: 0;
}
#sec_contact .grid .ttl .required._any {
  background: #3a3b31;
}
#sec_contact .grid .txt .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#sec_contact .privacy {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}

#page_confirm .form {
  text-align: center;
}
#page_confirm .form .grid {
  display: inline-grid;
  text-align: left;
  gap: 0;
}
#page_confirm .form .grid .ttl, #page_confirm .form .grid .txt {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#page_confirm .form .grid .ttl:last-of-type, #page_confirm .form .grid .txt:last-of-type {
  border-bottom: none;
}
#page_confirm .form .grid .ttl .label, #page_confirm .form .grid .ttl small {
  display: none;
}
#page_confirm .form .grid .txt {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #page_confirm .form .grid {
    display: grid;
  }
  #page_confirm .form .grid .ttl {
    padding-top: 1.5em;
    padding-bottom: 1em;
    border-bottom: none;
    margin-top: 0;
  }
  #page_confirm .form .grid .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.5em;
  }
}

#page_thanks .form {
  text-align: center;
}
#page_thanks .form._border {
  border-top: 1px solid #000;
  padding-top: 4rem;
  margin-top: 4rem;
}
#page_thanks .form .txt, #page_thanks .form .info {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}
#page_thanks .form .txt strong, #page_thanks .form .info strong {
  color: #0f2857;
}
@media screen and (max-width: 767px) {
  #page_thanks .form .txt {
    text-align: left;
  }
}
#page_thanks .form .info {
  margin-top: 4rem;
}
#page_thanks .form .line {
  background: #fff;
  max-width: 69rem;
  margin: 4rem auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#page_thanks .form .line .label {
  background: #0f2857;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  #page_thanks .form .line .label {
    font-size: 1.8rem;
    padding: 0.5em 0;
  }
}
#page_thanks .form .line .value {
  padding: 2rem 2rem 3rem;
}
#page_thanks .form .line .value .slash {
  color: #0f2857;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 900;
}
#page_thanks .form .line .value .slash span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#page_thanks .form .line .value .slash span::before, #page_thanks .form .line .value .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 1em;
  width: 2px;
  background: #0f2857;
  rotate: -25deg;
}
#page_thanks .form .line .value .slash span::after {
  right: auto;
  left: 100%;
  rotate: 25deg;
}
@media screen and (max-width: 767px) {
  #page_thanks .form .line .value .slash {
    font-size: 1.8rem;
  }
}
#page_thanks .form .line .value .btn {
  margin-top: 2rem;
}
#page_thanks .form .line .value .btn a {
  background: #00b900;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46rem;
  height: 6rem;
  max-width: 100%;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 600;
  border-radius: 0.5rem;
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll=fade-top] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(3rem);
}
*[data-scroll=fade-top].scroll-show {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
