@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ropa+Sans:ital@0;1&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  color: #032D32;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #032D32;
}

main {
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  height: 100%;
  z-index: 0;
}

#loading {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100lvw;
  height: 100lvh;
  transition: all 1.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading.completion {
  opacity: 0;
}

main {
  overflow: hidden;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.sp2 {
  display: block !important;
}
@media screen and (min-width: 1360px) {
  .sp2 {
    display: none !important;
  }
}

.pc2 {
  display: none !important;
}
@media screen and (min-width: 1360px) {
  .pc2 {
    display: block !important;
  }
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt80 {
  margin-top: 20px !important;
}
@media screen and (width >= 769px) {
  .mgt80 {
    margin-top: 80px !important;
  }
}

.mgt100 {
  margin-top: 0;
}
@media screen and (width >= 769px) {
  .mgt100 {
    margin-top: 100px !important;
  }
}

hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.txt--bold {
  font-weight: bold !important;
}

.txt--center {
  text-align: center;
}

.txt--red {
  color: #ff6060;
}

.txt--gray {
  color: #7E7F74 !important;
}

.txt--w {
  color: #fff;
}

.txt--bk {
  color: #262626;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

.c-loadger {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100lvw;
  height: 100lvh;
  background: linear-gradient(90deg, rgb(225, 228, 236) 0%, rgb(238, 238, 238) 50%);
  transition: all 0.5s;
  opacity: 1;
}
.c-loadger .c-loader-cont,
.c-loadger .c-loader-cont:before,
.c-loadger .c-loader-cont:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.c-loadger .c-loader-cont {
  color: #0E3D83;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.c-loadger .c-loader-cont::before, .c-loadger .c-loader-cont::after {
  content: "";
  position: absolute;
  top: 0;
}
.c-loadger .c-loader-cont::before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.c-loadger .c-loader-cont:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.c-fadein {
  transform: translate3d(0, 50px, 0);
  transition: 0.5s;
  opacity: 0;
}
.c-fadein.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-logo {
  display: flex;
  align-items: center;
  z-index: 1200;
  width: 60px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (min-width: 769px) {
  .c-logo {
    top: 30px;
    left: 30px;
    width: 80px;
  }
}
.c-logo img {
  width: 100%;
}

.c-sec__inner {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.c-cta {
  padding: 25px 0 35px;
  background: url(../img/bg_cta.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .c-cta {
    padding: 54px 0 50px;
  }
}
.c-cta .c-cta__txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .c-cta .c-cta__txt {
    font-size: 2.8rem;
  }
}
.c-cta .c-sec__btn {
  margin-top: 10px;
}
.c-cta .c-sec__btn a {
  background: linear-gradient(90deg, rgb(237, 232, 84) 0%, rgb(228, 222, 66) 50%);
  box-shadow: 0px 4px 0px #918C00;
  color: #0E3D83;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  width: 100%;
  max-width: 520px;
  margin: auto;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-cta .c-sec__btn a {
    font-size: 3.2rem;
  }
}
.c-cta .c-sec__btn a img {
  width: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-cta .c-sec__btn a img {
    width: 30px;
    right: 36px;
  }
}
.c-cta .c-sec__btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.c-sec__ttl {
  position: relative;
}
.c-sec__ttl .c-sec__ttl--en {
  background: linear-gradient(90deg, rgb(225, 228, 236) 0%, rgb(238, 238, 238) 50%);
  font-family: "Ropa Sans", serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-sec__ttl .c-sec__ttl--en {
    font-size: 12rem;
    top: -80px;
  }
}
.c-sec__ttl .c-sec__ttl--jp {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 2;
  color: #0E3D83;
}
@media screen and (min-width: 769px) {
  .c-sec__ttl .c-sec__ttl--jp {
    font-size: 3.6rem;
  }
}
.c-sec__ttl::after {
  content: "";
  background: #0E3D83;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-sec__ttl::after {
    height: 3px;
    bottom: -24px;
  }
}
.c-sec__ttl.center {
  text-align: center;
}
.c-sec__ttl.center::after {
  content: "";
  background: #0E3D83;
  left: 50%;
  transform: translateX(-50%);
}
.c-sec__ttl.center .c-sec__ttl--en {
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-sec__ttl.white .c-sec__ttl--jp {
  color: #fff;
}
.c-sec__ttl.white .c-sec__ttl--en {
  background: linear-gradient(90deg, rgb(110, 122, 144) 0%, rgb(128, 139, 157) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-sec__ttl.white::after {
  content: "";
  background: #fff;
}

.p-mv {
  background: url(../img/img_mv_sp.jpg) no-repeat top center;
  background-size: cover;
  height: 120vh;
  max-height: 1280px;
  padding-bottom: 10px;
  font-weight: 500;
  padding: 80px 0 10px;
}
@media screen and (min-width: 769px) {
  .p-mv {
    height: 120vh;
    padding: 180px 0 180px;
    background: url(../img/img_mv.jpg) no-repeat center center;
    background-size: cover;
    max-height: 1280px;
  }
}
.p-mv .p-mv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner {
    width: 100%;
    max-width: 60%;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .p-mv .p-mv__inner {
    max-width: 54%;
  }
}
.p-mv .p-mv__inner .p-mv__txt-area {
  padding: 0 4%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__txt-area {
    padding: 0;
    padding-left: 10%;
  }
}
.p-mv .p-mv__inner .p-mv__txt-area .boder-txt {
  opacity: 0;
}
.p-mv .p-mv__inner .p-mv__txt-area .boder-txt span {
  font-weight: bold;
  background: linear-gradient(transparent 46%, #E4DE42 50%);
  padding-bottom: 3px;
  font-size: 4.1vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__txt-area .boder-txt span {
    font-size: 1.66vw;
    background: linear-gradient(transparent 60%, #E4DE42 50%);
    padding-bottom: 5px;
  }
}
.p-mv .p-mv__inner .p-mv__txt-area .main-txt {
  opacity: 0;
  background: linear-gradient(90deg, rgb(11, 69, 155) 0%, rgb(29, 186, 188) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__txt-area .main-txt {
    font-size: 4.16vw;
    margin-top: 30px;
  }
}
.p-mv .p-mv__inner .p-mv__txt-area .sub-txt {
  opacity: 0;
  margin-top: 10px;
  font-size: 3.58vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__txt-area .sub-txt {
    font-size: 1vw;
    margin-top: 30px;
  }
}
.p-mv .p-mv__inner .p-mv__list {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__list {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 10%;
    margin-top: 5%;
  }
}
.p-mv .p-mv__inner .p-mv__list li {
  background: linear-gradient(90deg, rgb(11, 69, 155) 0%, rgb(29, 186, 188) 50%);
  color: #fff;
  font-weight: bold;
  font-size: 3.84vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 1px 1px 0px #ffffff;
  padding: 6px 30px 6px 15px;
  border-radius: 0 50px 50px 0;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__list li {
    width: calc(33.3333333333% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 50px;
    font-size: 1.22vw;
  }
}
.p-mv .p-mv__inner .p-mv__label {
  opacity: 0;
  background: linear-gradient(90deg, rgb(11, 69, 155) 0%, rgb(14, 61, 131) 50%);
  border-radius: 0 100px 100px 0;
  padding: 8px 40px 10px 15px;
  color: #fff;
  margin-top: 5px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label {
    padding: 20px 10px 30px;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
}
.p-mv .p-mv__inner .p-mv__label .label-cont {
  display: flex;
  gap: 15px;
}
.p-mv .p-mv__inner .p-mv__label .label-cont:first-of-type {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .label-cont:first-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--data {
  line-height: 1;
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--data .year {
  font-size: 3.84vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--data .year {
    font-size: 1.25vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--data .day {
  font-weight: bold;
  font-size: 10.2vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--data .day {
    font-size: 3.33vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--data .week {
  font-size: 5.12vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--data .week {
    font-size: 1.87vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--time {
  line-height: 1.5;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--time {
    padding-right: 15px;
    border-right: 2px solid #fff;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--time .time-while {
  font-size: 4.1vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--time .time-while {
    font-size: 1.45vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--time .time-open {
  font-size: 4.1vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--time .time-open {
    font-size: 1.25vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--bg-w {
  font-size: 3.84vw;
  background: #fff;
  color: #0E3D83;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px 7px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--bg-w {
    writing-mode: inherit;
    font-size: 1.04vw;
  }
}
.p-mv .p-mv__inner .p-mv__label .p-mv__label--info {
  line-height: 1.5;
  font-size: 3.33vw;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__inner .p-mv__label .p-mv__label--info {
    font-size: 0.93vw;
  }
}

.p-problem {
  background: linear-gradient(0deg, rgb(220, 225, 232) 0%, rgb(255, 255, 255) 80%);
  padding: 68px 0 115px;
}
@media screen and (min-width: 769px) {
  .p-problem {
    padding: 130px 0 45px;
  }
}
.p-problem .c-problem__inner {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-problem .c-problem__inner .p-problem__box {
  position: relative;
  background: #fff;
  border-bottom: 3px solid #0E3D83;
  border-left: 3px solid #0E3D83;
  border-right: 3px solid #0E3D83;
  padding: 68px 15px 55px;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box {
    padding: 84px 20px 130px;
  }
}
.p-problem .c-problem__inner .p-problem__box::before {
  content: "";
  background: #0E3D83;
  width: 5%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box::before {
    width: 17%;
  }
}
.p-problem .c-problem__inner .p-problem__box::after {
  content: "";
  background: #0E3D83;
  width: 5%;
  height: 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box::after {
    width: 17%;
  }
}
.p-problem .c-problem__inner .p-problem__box .c-sec__ttl {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .c-sec__ttl {
    top: 10px;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-problem .c-problem__inner .p-problem__box .p-problem__list li {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__list li {
    gap: 15px;
    align-items: center;
    font-size: 2rem;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__list li:first-of-type {
  margin-top: 0;
}
.p-problem .c-problem__inner .p-problem__box .p-problem__list li .ico-checkbox {
  width: 20px;
  height: 100%;
  padding-top: 6px;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__list li .ico-checkbox {
    width: 30px;
    padding-top: 0;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__fukidashi {
  background: #1CB5BB;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  position: absolute;
  bottom: -100px;
  right: 0;
  text-align: center;
  z-index: 2;
  font-weight: 500;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__fukidashi {
    width: 150px;
    height: 150px;
    bottom: auto;
    top: -20px;
    font-size: 1.8rem;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #1CB5BB transparent;
  border-width: 0px 4px 30px 4px;
  transform: rotate(-50deg);
  position: absolute;
  left: 4px;
  bottom: 100px;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__fukidashi::before {
    border-width: 0px 6px 30px 6px;
    transform: rotate(-110deg);
    position: absolute;
    left: 3px;
    bottom: 10px;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__img {
  position: absolute;
}
.p-problem .c-problem__inner .p-problem__box .p-problem__img.img-left {
  bottom: -110px;
  left: 30px;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__img.img-left {
    bottom: -20px;
    left: -10px;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__img.img-left img {
  width: 55%;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__img.img-left img {
    width: 100%;
    max-width: 73px;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__img.img-right {
  bottom: -60px;
  left: 90px;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__img.img-right {
    left: auto;
    bottom: 10px;
    right: -30px;
  }
}
.p-problem .c-problem__inner .p-problem__box .p-problem__img.img-right img {
  width: 55%;
}
@media screen and (min-width: 769px) {
  .p-problem .c-problem__inner .p-problem__box .p-problem__img.img-right img {
    width: 100%;
    max-width: 127px;
  }
}

.p-contents {
  padding: 80px 0 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-contents {
    padding: 220px 0 100px;
  }
}
.p-contents p {
  margin-top: 25px;
}
.p-contents p:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-contents p:first-of-type {
    margin-top: 60px;
  }
}
.p-contents .p-contents__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  max-width: 730px;
}
@media screen and (min-width: 769px) {
  .p-contents .p-contents__img {
    width: 50%;
  }
}
.p-contents .p-contents__img img {
  width: 100%;
}

.p-point {
  background: url(../img/bg_point.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 30px;
}
@media screen and (min-width: 769px) {
  .p-point {
    padding: 170px 0 150px;
  }
}
.p-point .p-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__list {
    margin-top: 60px;
  }
}
.p-point .p-point__list li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__list li {
    width: 30%;
  }
}
.p-point .p-point__list li img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.p-point .p-point__list li .p-point__list--box {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 10px;
  color: #fff;
  border-radius: 0 0 3px 3px;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__list li .p-point__list--box {
    padding: 15px 10px 7px;
  }
}
.p-point .p-point__list li .p-point__list--box .num {
  font-family: "Ropa Sans", serif;
  line-height: 1;
  font-size: 5.8rem;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__list li .p-point__list--box .num {
    font-size: 7rem;
  }
}
.p-point .p-point__list li .p-point__list--box .txt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-point .p-point__list li .p-point__list--box .txt {
    font-size: 2rem;
  }
}

.p-voice {
  padding: 120px 0 60px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-voice {
    padding: 170px 0 100px;
  }
}
.p-voice::before {
  content: "";
  background: url(../img/bg_voice_sp.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-voice::before {
    background: url(../img/bg_voice.png) no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
  }
}
.p-voice .c-sec__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner {
    display: flex;
  }
}
.p-voice .c-sec__inner .p-voice__img {
  position: absolute;
  top: -100px;
  width: 40%;
  right: 30px;
  max-width: 200px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__img {
    top: 20%;
    right: auto;
    left: 0;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .c-sec__ttl {
    width: 32%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-voice .c-sec__inner .c-sec__ttl .c-sec__ttl--en {
  padding-left: 15px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .c-sec__ttl .c-sec__ttl--en {
    padding-left: 0;
    transform: translateX(24px);
  }
}
.p-voice .c-sec__inner .c-sec__ttl .c-sec__ttl--jp {
  padding-left: 15px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .c-sec__ttl .c-sec__ttl--jp {
    padding-left: 0;
  }
}
.p-voice .c-sec__inner .c-sec__ttl::after {
  width: 45%;
  height: 1px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .c-sec__ttl::after {
    width: 80%;
    bottom: -24px;
    left: 0;
  }
}
.p-voice .c-sec__inner .c-sec__ttl::before {
  content: "";
  background: #0E3D83;
  width: 1px;
  height: 15px;
  position: absolute;
  bottom: -16px;
  right: 56%;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .c-sec__ttl::before {
    height: 20px;
    bottom: -26px;
    right: 22%;
  }
}
.p-voice .c-sec__inner .p-voice__list {
  margin-top: 110px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list {
    margin-top: 0;
    width: 68%;
    overflow: inherit;
  }
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.p-voice .c-sec__inner .p-voice__list ul li {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 10px rgba(3, 45, 50, 0.2);
  padding: 7px;
  width: 80%;
  min-height: 340px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
}
.p-voice .c-sec__inner .p-voice__list ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li img {
    width: calc(40% - 10px);
  }
}
.p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box {
  width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box {
    padding-top: 20px;
    width: calc(60% - 10px);
  }
}
.p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box .name {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box .name {
    font-size: 2rem;
  }
}
.p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box .name span {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box .name span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li .p-voice__txt--box .txt {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .p-voice__list ul li.swiper-slide {
    flex-shrink: inherit;
  }
}
.p-voice .c-sec__inner .swiper-button-prev, .p-voice .c-sec__inner .swiper-button-next {
  background: linear-gradient(90deg, rgb(11, 69, 155) 0%, rgb(29, 186, 188) 50%);
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
  opacity: 1;
  width: 100%;
  max-width: 65px;
  border-radius: 5px;
  max-height: 40px;
  top: 80px;
  right: 15px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .swiper-button-prev, .p-voice .c-sec__inner .swiper-button-next {
    display: none;
  }
}
.p-voice .c-sec__inner .swiper-button-prev svg, .p-voice .c-sec__inner .swiper-button-next svg {
  width: 10px;
}
.p-voice .c-sec__inner .swiper-button-prev::after, .p-voice .c-sec__inner .swiper-button-next::after {
  content: none;
}
.p-voice .c-sec__inner .swiper-button-prev.swiper-button-disabled, .p-voice .c-sec__inner .swiper-button-next.swiper-button-disabled {
  background: #E9E9E9;
}
.p-voice .c-sec__inner .swiper-button-prev {
  left: auto;
  right: 95px;
  top: 80px;
}
.p-voice .c-sec__inner .swiper-pagination {
  bottom: -35px;
}
@media screen and (min-width: 769px) {
  .p-voice .c-sec__inner .swiper-pagination {
    display: none;
  }
}
.p-voice .c-sec__inner .swiper-pagination .swiper-pagination-bullet {
  min-width: 40px;
  height: 5px;
  border-radius: inherit;
  background: #d9d9d9;
  opacity: 1;
}
.p-voice .c-sec__inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0E3D83;
}

.p-common-cont {
  padding: 100px 0 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-common-cont {
    padding: 210px 0 170px;
  }
}
.p-common-cont::before {
  content: "";
  background: linear-gradient(90deg, rgb(11, 69, 155) 0%, rgb(14, 61, 131) 50%);
  width: 80%;
  height: 115px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-common-cont::before {
    width: 50%;
    height: 200px;
    top: 100px;
  }
}
.p-common-cont .c-sec__inner {
  position: relative;
  z-index: 2;
}
.p-common-cont .p-common-cont__txt {
  font-size: 1.6rem;
}
.p-common-cont .p-common-cont__txt:first-of-type {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .p-common-cont .p-common-cont__txt:first-of-type {
    margin-top: 80px;
  }
}
.p-common-cont.cont-gr {
  background: #eee;
}
.p-common-cont.cont-gr::before {
  content: "";
  background: #fff;
  width: 80%;
  height: 115px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-common-cont.cont-gr::before {
    width: 50%;
    height: 200px;
    top: 100px;
  }
}

.p-schedule {
  padding: 80px 0 40px;
}
@media screen and (min-width: 769px) {
  .p-schedule {
    padding: 170px 0 100px;
  }
}
.p-schedule .c-sec__inner {
  position: relative;
}
.p-schedule .p-schedule__img {
  position: absolute;
  top: 37px;
  left: 15px;
  width: 30%;
  max-width: 100px;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__img {
    top: -110px;
    left: 5%;
    width: 18.3vw;
    max-width: 200px;
  }
}
.p-schedule .p-schedule__list {
  border: 3px solid #0E3D83;
  box-shadow: 3px 3px 0px #0E3D83;
  border-radius: 30px;
  padding: 30px 10px;
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list {
    margin-top: 62px;
    box-shadow: 6px 6px 0px #0E3D83;
    border-radius: 40px;
    padding: 60px 20px;
  }
}
.p-schedule .p-schedule__list ul {
  max-width: 1040px;
  margin: auto;
}
.p-schedule .p-schedule__list ul li {
  border-left: 2px solid #0E3D83;
  padding-left: 10px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li {
    display: flex;
    padding-left: 25px;
    padding-bottom: 40px;
    gap: 30px;
  }
}
.p-schedule .p-schedule__list ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0E3D83;
  position: absolute;
  left: -8px;
  top: 8px;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li::before {
    width: 16px;
    height: 16px;
    left: -9px;
    top: 10px;
  }
}
.p-schedule .p-schedule__list ul li:last-of-type {
  padding-bottom: 0;
}
.p-schedule .p-schedule__list ul li .p-schedule__list--date {
  font-weight: 500;
  font-size: 1.6rem;
  color: #0E3D83;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--date {
    width: calc(15% - 15px);
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--cont {
    width: calc(86% - 15px);
  }
}
.p-schedule .p-schedule__list ul li .p-schedule__list--cont .cont-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0E3D83;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--cont .cont-ttl {
    font-size: 2rem;
  }
}
.p-schedule .p-schedule__list ul li .p-schedule__list--cont .cont-sub-ttl {
  margin-top: 10px;
  font-weight: bold;
}
.p-schedule .p-schedule__list ul li .p-schedule__list--cont p {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--cont p {
    font-size: 1.6rem;
  }
}
.p-schedule .p-schedule__list ul li .p-schedule__list--flex {
  display: flex;
  margin-top: 15px;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--flex {
    gap: 20px;
  }
}
.p-schedule .p-schedule__list ul li .p-schedule__list--flex p {
  font-size: 1.3rem;
  line-height: 1.5;
  width: 63%;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--flex p {
    font-size: 1.4rem;
    width: auto;
  }
}
.p-schedule .p-schedule__list ul li .p-schedule__list--flex p b {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-schedule .p-schedule__list ul li .p-schedule__list--flex img {
  width: 37%;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-schedule .p-schedule__list ul li .p-schedule__list--flex img {
    border-radius: 0;
    width: 100%;
    max-width: 200px;
  }
}

.p-reason {
  background: url(../img/bg_reason_sp.png) no-repeat;
  background-size: cover;
  padding: 70px 0 30px;
}
@media screen and (min-width: 769px) {
  .p-reason {
    background: url(../img/bg_reason.png) no-repeat;
    background-size: cover;
    padding: 170px 0 150px;
  }
}
.p-reason .c-sec__ttl .c-sec__ttl--en {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.p-reason .p-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-top: 100px;
  gap: 80px;
}
@media screen and (min-width: 769px) {
  .p-reason .p-reason__list {
    gap: 20px;
    margin-top: 130px;
  }
}
.p-reason .p-reason__list li {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-reason .p-reason__list li {
    width: 30%;
  }
}
.p-reason .p-reason__list li .num-ico {
  max-width: 100px;
  position: absolute;
  left: 0;
  top: -54px;
}
.p-reason .p-reason__list li .list-img {
  width: 100%;
}
.p-reason .p-reason__list li .p-reason__list--box {
  margin-top: 12px;
}
.p-reason .p-reason__list li .p-reason__list--box .list-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-reason .p-reason__list li .p-reason__list--box .list-ttl {
    font-size: 2.4rem;
  }
}
.p-reason .p-reason__list li .p-reason__list--box .list-txt {
  font-size: 1.4rem;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-reason .p-reason__list li .p-reason__list--box .list-txt {
    font-size: 1.6rem;
  }
}

.p-company {
  padding: 30px 0 100px;
}
@media screen and (min-width: 769px) {
  .p-company {
    padding: 30px 20px 100px 0;
  }
}
.p-company .p-company__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1560px;
}
@media screen and (min-width: 769px) {
  .p-company .p-company__flex {
    gap: 55px;
  }
}
.p-company .p-company__flex .left-cont {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-company .p-company__flex .left-cont {
    width: 40%;
  }
}
.p-company .p-company__flex .right-cont {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-company .p-company__flex .right-cont {
    margin-top: 100px;
    padding: 0;
    width: calc(60% - 55px);
  }
}
.p-company .p-company__flex .right-cont p {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-company .p-company__flex .right-cont p {
    margin-top: 60px;
  }
}

.p-info {
  padding: 80px 0 30px;
}
@media screen and (min-width: 769px) {
  .p-info {
    padding: 170px 0 150px;
  }
}
.p-info .p-info__inner {
  width: 100%;
  max-width: 910px;
  padding: 0 15px;
  margin: 0 auto;
}
.p-info .p-info__list {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list {
    margin-top: 60px;
  }
}
.p-info .p-info__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li {
    gap: 30px;
    padding: 15px 0;
  }
}
.p-info .p-info__list li .p-info__left-txt {
  color: #0E3D83;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li .p-info__left-txt {
    font-size: 2rem;
    width: 16%;
  }
}
.p-info .p-info__list li .p-info__list--cont {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li .p-info__list--cont {
    width: calc(84% - 30px);
  }
}
.p-info .p-info__list li .p-info__list--cont .cont-txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li .p-info__list--cont .cont-txt {
    font-size: 2rem;
  }
}
.p-info .p-info__list li .p-info__list--cont .cont-small-txt {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li .p-info__list--cont .cont-small-txt {
    font-size: 1.6rem;
  }
}
.p-info .p-info__list li .p-info__list--cont .cont-img {
  width: 100%;
  margin-top: 15px;
}
.p-info .p-info__list li .p-info__list--cont .cont-bl-box {
  background: #1CB5BB;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-info .p-info__list li .p-info__list--cont .cont-bl-box {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.p-info .p-info__list li .p-info__list--cont a {
  transition: all 0.3s;
}
.p-info .p-info__list li .p-info__list--cont a .ico-open svg {
  width: 24px;
  vertical-align: sub;
  margin-left: 5px;
}
.p-info .p-info__list li .p-info__list--cont a:hover {
  opacity: 0.8;
}

.p-form {
  background: url(../img/bg_form.jpg) no-repeat;
  background-size: cover;
  padding: 75px 0 30px;
}
@media screen and (min-width: 769px) {
  .p-form {
    background: url(../img/bg_form.jpg) no-repeat left;
    background-size: cover;
    padding: 170px 0 150px;
  }
}
.p-form .p-info__top-txt {
  margin-top: 40px;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-form .p-info__top-txt {
    text-align: center;
    margin-top: 50px;
  }
}
.p-form .p-form__tbl {
  margin-top: 25px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 10px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl {
    padding: 60px 15px;
    border-radius: 40px;
  }
}
.p-form .p-form__tbl table {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.p-form .p-form__tbl table tbody {
  display: block;
  width: 100%;
}
.p-form .p-form__tbl table tbody tr {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr {
    margin-top: 25px;
  }
}
.p-form .p-form__tbl table tbody tr:first-of-type {
  margin-top: 0;
}
.p-form .p-form__tbl table tbody tr th {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr th {
    font-size: 2rem;
    display: block;
  }
}
.p-form .p-form__tbl table tbody tr th .u-tbl-must {
  font-size: 1.4rem;
  font-weight: 400;
  color: #D10E0C;
}
.p-form .p-form__tbl table tbody tr td input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 3.8em;
  width: 100%;
  padding: 5px 10px;
  border: none;
  background: #F8F8F8;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .p-form .p-form__tbl table tbody tr td input[type=text] {
    padding: 15px 20px;
  }
}
.p-form .p-form__tbl table tbody tr td.redio {
  font-size: 1.8rem;
}
.p-form .p-form__tbl table tbody tr td.redio label {
  display: block;
}
.p-form .p-form__tbl table tbody tr td.redio label input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #0E3D83;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form .p-form__tbl table tbody tr td.redio label input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0E3D83;
}
.p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 8px 40px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-01 {
    gap: 40px;
  }
}
.p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-02 {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-02 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-02 .left-cont {
  width: 13%;
}
.p-form .p-form__tbl table tbody tr td.redio .p-form__tbl--radio-flex.flex-02 .right-cont {
  width: 60%;
}
.p-form .p-form__tbl table tbody tr td.textarea textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8em;
  width: 100%;
  padding: 5px 10px;
  border: none;
  background: #F8F8F8;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .p-form .p-form__tbl table tbody tr td.textarea textarea {
    padding: 15px 20px;
  }
}
.p-form .p-form__tbl table tbody tr td input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #0E3D83;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form .p-form__tbl table tbody tr td input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #0E3D83;
  border-bottom: 2px solid #0E3D83;
}
.p-form .p-form__tbl table tbody tr.p-form__btm th {
  text-align: center;
  justify-content: center;
}
.p-form .p-form__tbl table tbody tr.p-form__btm td {
  text-align: center;
  font-size: 1.8rem;
}
.p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--check {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--check {
    margin-top: 15px;
  }
}
.p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--txt {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--txt {
    margin-top: 15px;
  }
}
.p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--txt a {
  text-decoration: underline;
}
.p-form .p-form__tbl table tbody tr.p-form__btm td .p-form__btm--txt a svg {
  width: 24px;
  vertical-align: sub;
  margin-left: 5px;
}
.p-form .c-sec__btn {
  margin-top: 25px;
}
.p-form .c-sec__btn a {
  font-size: 1.8rem;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
}
.l-header .l-header__nav {
  display: flex;
  gap: 15px;
}
.l-header .l-header__nav .l-header-top-btn {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav .l-header-top-btn {
    display: block;
  }
}
.l-header .l-header__nav .l-header-top-btn a {
  background: linear-gradient(270deg, rgb(237, 134, 81) 0%, rgb(229, 74, 74) 100%);
  color: #FFF;
  font-size: 1.8rem;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  text-shadow: 0px 3px 10px rgba(3, 45, 50, 0.2);
  box-shadow: 0px 3px 10px rgba(3, 45, 50, 0.2);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav .l-header-top-btn a {
    padding: 15px;
  }
}
.l-header .l-header__nav .l-header-top-btn a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.l-header .l-header__nav .l-header-top-btn a:hover:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.l-header .l-header__nav .l-header-top-btn a span {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.l-header .l-header__nav .l-header-top-btn a span img {
  width: 40px;
  transform: translateY(5px);
}
.l-header .l-header__menu {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.l-header .l-header__menu .l-header__logo {
  display: flex;
  align-items: center;
  z-index: 1200;
  width: 60px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__menu .l-header__logo {
    top: 30px;
    left: 30px;
    width: 80px;
  }
}
.l-header .l-header__menu .l-header__logo img {
  width: 100%;
}
.l-header .l-header__menu.open {
  opacity: 1;
  visibility: visible;
}
.l-header .l-header__menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.l-header .l-header__menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-header .l-header__menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.l-header .l-header__menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-header .l-header__menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.l-header .l-header__menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.l-header .l-header__menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.l-header .l-header__menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.l-header .l-header__menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.l-header .l-header__menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-header .l-header__menu.open li {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header .l-header__menu ul:hover a {
  opacity: 0.5;
}
.l-header .l-header__menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
.l-header .l-header__menu ul a:hover {
  opacity: 1;
}
.l-header .l-header__menu .l-header__main-nav {
  max-width: 820px;
  margin: auto;
  padding: 115px 0 40px;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__menu .l-header__main-nav {
    padding: 60px 0;
  }
}
.l-header .l-header__menu .l-header__main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__menu .l-header__main-nav ul {
    gap: 20px 40px;
  }
}
.l-header .l-header__menu .l-header__main-nav ul li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__menu .l-header__main-nav ul li {
    width: calc(50% - 20px);
  }
}
.l-header .l-header__menu .l-header__main-nav ul li a {
  display: block;
  font-weight: bold;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
  text-align: left;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__menu .l-header__main-nav ul li a {
    font-size: 1.8rem;
  }
}
.l-header .l-header__menu .l-header__main-nav ul li a:first {
  padding-top: 0;
}

.toggle-menu {
  background: #0E3D83;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  height: 70px;
  width: 70px;
  z-index: 1110;
  box-shadow: 0px 3px 10px rgba(3, 45, 50, 0.2);
  border-radius: 0 0 0 10px;
}
@media screen and (min-width: 769px) {
  .toggle-menu {
    height: 100px;
    width: 100px;
  }
}
.toggle-menu span {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 35px;
}
@media screen and (min-width: 769px) {
  .toggle-menu span {
    width: 45px;
  }
}
.toggle-menu span:before, .toggle-menu span:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 35px;
}
@media screen and (min-width: 769px) {
  .toggle-menu span:before, .toggle-menu span:after {
    width: 45px;
  }
}
.toggle-menu span:before {
  top: 10px;
}
.toggle-menu span:after {
  top: -10px;
}
.toggle-menu.active span {
  background-color: transparent;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.l-header-or-btn {
  margin-top: 25px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .l-header-or-btn {
    margin-top: 70px;
  }
}
.l-header-or-btn a {
  background: linear-gradient(270deg, rgb(237, 134, 81) 0%, rgb(229, 74, 74) 100%);
  color: #FFF;
  font-size: 1.8rem;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  text-shadow: 0px 3px 10px rgba(3, 45, 50, 0.2);
  box-shadow: 0px 3px 10px rgba(3, 45, 50, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header-or-btn a {
    padding: 15px;
  }
}
.l-header-or-btn a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.l-header-or-btn a:hover:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.l-header-or-btn a span {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.l-header-or-btn a span img {
  width: 40px;
  transform: translateY(5px);
}

.l-footer {
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 40px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .c-sec__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer .c-sec__inner .l-footer__cont {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.l-footer .c-sec__inner .l-footer__cont .l-footer__cont--link {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .l-footer .c-sec__inner .l-footer__cont .l-footer__cont--link {
    margin-top: 0;
  }
}
.l-footer .c-sec__inner .l-footer__cont .l-footer__cont--link .ico-open svg {
  width: 24px;
  vertical-align: sub;
  margin-left: 5px;
  vertical-align: sub;
}
.l-footer .c-sec__inner .l-footer__cont--logo {
  max-width: 70px;
}
@media screen and (min-width: 769px) {
  .l-footer .c-sec__inner .l-footer__cont--logo {
    max-width: 80px;
  }
}
.l-footer .c-sec__inner .l-footer__cont--logo img {
  width: 100%;
}
.l-footer .c-sec__inner .l-footer__copy {
  font-size: 1.1rem;
  color: #666666;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .l-footer .c-sec__inner .l-footer__copy {
    margin-top: 0;
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */