/*--------------------------------------
	copyright : Lampros co.,Ltd.
	-----------------------------------*/
/*
 reset
==============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: none;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }*/
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
}

.w100 {
  width: 100% !important;
}

/*----------------------------------------


tab


----------------------------------------*/
.tab__body {
  display: none;
}

.tab__body.is-show {
  display: block;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Verdana, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  font-weight: 500;
}
body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.73333333vw;
  }
}
body p {
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
body p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
body p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  body p {
    line-height: 1.7;
    letter-spacing: 0;
  }
}

picture {
  display: block;
}

/*----------------------------------------


 link


----------------------------------------*/
a {
  position: relative;
  color: #222;
  text-decoration: none;
  border: none;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.underline {
  border-bottom: 1px solid #EEEEEE;
}
a.underline::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover.underline::before {
  width: 100%;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------------


header


----------------------------------------*/
header {
  position: sticky;
  top: 0;
  height: 64px;
  z-index: 1000;
  transition: 1s;
  background: #fff;
}
@media screen and (max-width: 750px) {
  header {
    border-bottom: 1px solid #E6E6E6;
    height: 11vw;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .inner .logo {
  width: min(28vw, 280px);
}
@media screen and (max-width: 750px) {
  header .inner .logo {
    width: 45.33333333vw;
  }
}
header .inner .btn {
  width: min(18vw, 180px);
}
@media screen and (max-width: 750px) {
  header .inner .btn {
    width: 32vw;
  }
}
header .inner .btn a {
  padding: min(0.8vw, 8px) 0;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  filter: none;
}
@media screen and (max-width: 750px) {
  header .inner .btn a {
    font-size: 3.733333333vw;
    padding: 1vw 0;
  }
}

/*----------------------------------------


article


----------------------------------------*/
article {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
}
@media screen and (max-width: 750px) {
  .inner {
    width: calc(100% - 10.66666vw);
  }
}

/*----------------------------------------


footer


----------------------------------------*/
footer {
  position: relative;
  background: #1C32A5;
  color: #fff;
  padding: min(3vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 8vw 0;
  }
}
footer .inner {
  text-align: center;
}
footer a {
  color: #fff;
}
footer h2 {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  margin-bottom: min(2vw, 20px);
}
@media screen and (max-width: 750px) {
  footer h2 {
    font-size: 4.266666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto min(3vw, 30px);
  gap: 7px;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
@media screen and (max-width: 750px) {
  footer ul {
    max-width: 78vw;
    font-size: 3.733333333vw;
  }
}
footer ul li {
  padding: 0 7px;
}
@media screen and (max-width: 750px) {
  footer ul li {
    margin-bottom: 2vw;
  }
}
footer ul li a {
  position: relative;
  font-weight: 400;
}
footer ul li a[target=_blank] {
  padding-right: min(2vw, 20px);
}
@media screen and (max-width: 750px) {
  footer ul li a[target=_blank] {
    padding-right: 5.6666vw;
  }
}
footer ul li a[target=_blank]::before {
  position: absolute;
  content: "";
  background: url(../images/ico_blank.svg) no-repeat left top;
  width: min(1.6vw, 16px);
  height: min(1.6vw, 16px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  footer ul li a[target=_blank]::before {
    width: 4.266666667vw;
    height: 4.266666667vw;
  }
}
footer ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 751px) {
  footer ul li:nth-child(1), footer ul li:nth-child(2), footer ul li:nth-child(3), footer ul li:nth-child(4), footer ul li:nth-child(6), footer ul li:nth-child(7) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  footer ul li:nth-child(1), footer ul li:nth-child(2), footer ul li:nth-child(4), footer ul li:nth-child(6) {
    border-right: 1px solid #fff;
  }
}
footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  footer .copy {
    display: block;
    font-size: 3.2vw;
  }
}
footer .copy img {
  width: 93px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  footer .copy img {
    display: block;
    width: 24vw;
    margin: 0 auto 3vw;
  }
}
@media screen and (max-width: 750px) {
  footer .copy {
    font-size: 2.666666667vw;
    padding: 4vw 0;
  }
}

/*----------------------------------------


list


----------------------------------------*/
ol,
ul.disc {
  margin-left: 1em;
}

ul.disc li {
  list-style: disc outside;
}

ul.non_style {
  list-style: none;
}

.norwap {
  white-space: nowrap;
}

sup {
  font-size: 75%;
}

/*----------------------------------------


div_wrap


----------------------------------------*/
.wrap_div {
  position: relative;
  cursor: pointer;
}
.wrap_div .child_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

/*----------------------------------------


btn


----------------------------------------*/
.btn a {
  font-size: clamp(2rem, 2.2vw, 2.2rem);
  letter-spacing: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .btn a {
    letter-spacing: 0.15rem;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.btn a.base_btn {
  position: relative;
  display: block;
  text-align: center;
  padding: min(1.5vw, 15px) 0;
  text-align: center;
  background: #FF7A00;
  color: #fff;
  border-radius: 80px;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .btn a.base_btn {
    padding: 2.666vw 0;
  }
}
.btn a.base_btn:hover {
  background: #f2c17f;
}
.btn .aside {
  color: #616161;
  text-align: center;
  font-size: 80%;
  margin-top: min(2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .btn .aside {
    margin-top: 5.3333333333vw;
    letter-spacing: 0.2rem;
    font-size: 3.733333vw;
  }
}

/*----------------------------------------


font


----------------------------------------*/
.fo800 {
  font-weight: 800 !important;
}

.fo700 {
  font-weight: 700 !important;
}

.fo600 {
  font-weight: 600 !important;
}

.fo500 {
  font-weight: 500 !important;
}

.fo400 {
  font-weight: normal !important;
}

.en_font {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0;
}

.txt_l {
  text-align: left !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.txt_j {
  text-align: justify;
}
.lang_en .txt_j {
  text-align: left;
}

.margin_auto {
  margin-left: auto;
  margin-right: auto;
}

.margin_p {
  margin-top: 1.5em;
}

.nowrap {
  white-space: nowrap;
}

.aside {
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
}

.marker {
  position: relative;
  display: inline;
  padding: 0 2px 0;
}
.marker::before {
  position: absolute;
  content: "";
  border-bottom: min(0.5vw, 8px) solid #d2e6ff;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .marker::before {
    border-bottom: 1.333333vw solid #d2e6ff;
    bottom: 0.677777vw;
  }
}

.mt100 {
  margin-top: min(10vw, 100px);
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 13vw;
  }
}

/*----------------------------------------


color


----------------------------------------*/
.co_default {
  color: #EEEEEE;
}

.co_blue {
  color: #526AEB;
}

.co_blue02 {
  color: #223DCB;
}

.co_white {
  color: #fff;
}

.bg_gray {
  background: #EEEEEE;
}

/*----------------------------------------


flex


----------------------------------------*/
.flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  .flex._pc_only {
    display: block;
  }
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_justify_center {
  justify-content: center;
}
.flex_justify_start {
  justify-content: flex-start;
}
.flex_justify_end {
  justify-content: flex-end;
}
.flex_justify_between {
  justify-content: space-between;
}
.flex_align_center {
  align-items: center;
}
.flex_align_start {
  align-items: flex-start;
}
.flex_align_end {
  align-items: flex-end;
}

/*----------------------------------------


swiper


----------------------------------------*/
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*----------------------------------------


animation


----------------------------------------*/
@media screen {
  .fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fade {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .on.fadein,
  .on.fade {
    opacity: 1;
    transform: translateX(0);
  }
  .fadein_list .fade_c {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fadein_list .fade_v {
    opacity: 0;
    transform: translateY(50px);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .on_list.fadein_list .fade_c:nth-child(1) {
    animation: on_r_slide 0.5s ease-in-out 0.4s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(2) {
    animation: on_r_slide 0.5s ease-in-out 0.5s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(3) {
    animation: on_r_slide 0.5s ease-in-out 0.6s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(4) {
    animation: on_r_slide 0.5s ease-in-out 0.7s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(5) {
    animation: on_r_slide 0.5s ease-in-out 0.8s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(6) {
    animation: on_r_slide 0.5s ease-in-out 0.9s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(7) {
    animation: on_r_slide 0.5s ease-in-out 1s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(8) {
    animation: on_r_slide 0.5s ease-in-out 1.1s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(9) {
    animation: on_r_slide 0.5s ease-in-out 1.2s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(10) {
    animation: on_r_slide 0.5s ease-in-out 1.3s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(11) {
    animation: on_r_slide 0.5s ease-in-out 1.4s forwards;
  }
  .on_list.fadein_list .fade_c:nth-child(12) {
    animation: on_r_slide 0.5s ease-in-out 1.5s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(1) {
    animation: on_b_slide 0.5s ease-in-out 0.4s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(2) {
    animation: on_b_slide 0.5s ease-in-out 0.5s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(3) {
    animation: on_b_slide 0.5s ease-in-out 0.6s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(4) {
    animation: on_b_slide 0.5s ease-in-out 0.7s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(5) {
    animation: on_b_slide 0.5s ease-in-out 0.8s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(6) {
    animation: on_b_slide 0.5s ease-in-out 0.9s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(7) {
    animation: on_b_slide 0.5s ease-in-out 1s forwards;
  }
  .on_list.fadein_list .fade_v:nth-child(8) {
    animation: on_b_slide 0.5s ease-in-out 1.1s forwards;
  }
  .fade_op,
  .fade_txt,
  .fade_ph {
    opacity: 0;
  }
  .on .fade_txt {
    animation: fade_txt 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.65s forwards;
  }
  .on .fade_ph {
    animation: fade_ph 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op {
    animation: fade_op 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op.fade_op01,
  .on .fade_txt.fade_txt01 {
    animation-delay: 0.2s;
  }
  .on .fade_op.fade_op02,
  .on .fade_txt.fade_txt02 {
    animation-delay: 0.4s;
  }
  .on .fade_op.fade_op03,
  .on .fade_txt.fade_txt03 {
    animation-delay: 0.6s;
  }
  .on .fade_op.fade_op04,
  .on .fade_txt.fade_txt04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph01 {
    animation-delay: 0.2s;
  }
  .on .fade_ph.fade_ph02 {
    animation-delay: 0.4s;
  }
  .on .fade_ph.fade_ph03 {
    animation-delay: 0.6s;
  }
  .on .fade_ph.fade_ph04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph05 {
    animation-delay: 1s;
  }
}
@keyframes on_r_slide {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes on_b_slide {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_ph {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_txt {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------


section


----------------------------------------*/
article {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section {
    margin: 0 auto;
  }
}

/*----------------------------------------


fv


----------------------------------------*/
.fv {
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv {
    padding-top: 8vw;
  }
}
.fv::before, .fv::after {
  position: absolute;
  content: "";
  width: min(18vw, 500px);
  height: calc(min(18vw, 500px) * 2);
  bottom: max(-18vw, -500px);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 750px) {
  .fv::before, .fv::after {
    width: 30.66666667vw;
    height: 45.999999vw;
  }
}
.fv::before {
  background: url(../images/fv_obj_l.png) no-repeat left bottom/100%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .fv::before {
    left: -8vw;
    transform: rotate(15deg);
    bottom: -24vw;
  }
}
.fv::after {
  background: url(../images/fv_obj_r.png) no-repeat left bottom/100%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .fv::after {
    right: -10vw;
    transform: rotate(-15deg);
    bottom: -20vw;
  }
}
.fv .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .fv .inner {
    display: block;
  }
}
.fv .inner picture {
  width: 41.9%;
}
@media screen and (max-width: 750px) {
  .fv .inner picture {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.fv .inner .txt_area {
  width: 58%;
}
@media screen and (max-width: 750px) {
  .fv .inner .txt_area {
    width: 100%;
    text-align: center;
  }
}
.fv .inner .txt_area h2 {
  font-size: clamp(4rem, 5.2vw, 6.4rem);
  line-height: 1.4;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .fv .inner .txt_area h2 {
    font-size: 8.533333333vw;
  }
}
.fv .inner .txt_area p {
  font-size: clamp(1.3rem, 1.7vw, 2.2rem);
  letter-spacing: 0.2rem;
  margin-top: min(2vw, 20px);
}
@media screen and (max-width: 750px) {
  .fv .inner .txt_area p {
    font-size: 4.266666667vw;
    margin-top: 4vw;
    margin-bottom: 2.666666667vw;
  }
}
.fv .inner .txt_area p.aside {
  font-size: clamp(1.3rem, 1.4vw, 1.8rem);
}
@media screen and (max-width: 750px) {
  .fv .inner .txt_area p.aside {
    font-size: 3.733333333vw;
  }
}
.fv .inner .txt_area .btn {
  margin-top: min(6vw, 60px);
  width: min(80%, 460px);
}
@media screen and (max-width: 750px) {
  .fv .inner .txt_area .btn {
    position: relative;
    letter-spacing: 0.1rem;
    font-size: 5.866666667vw;
    width: 74.66666667vw;
    margin: 0 auto;
    top: -12vw;
  }
}

/*----------------------------------------


contents


----------------------------------------*/
.contents_area {
  position: relative;
  padding-top: min(13vw, 130px);
}
.contents_area::before {
  position: absolute;
  content: "";
  background: #E9F3FF;
  width: 150vw;
  height: 150vw;
  left: -25vw;
  top: min(5vw, 50px);
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 750px) {
  .contents_area::before {
    width: 180vw;
    left: -40vw;
  }
}
.contents_area h2 {
  position: relative;
  font-size: clamp(3rem, 3.4444vw, 4rem);
  color: #223DCB;
  text-align: center;
  line-height: 1.5;
  padding-bottom: min(3vw, 30px);
  margin-bottom: min(3vw, 30px);
}
@media screen and (max-width: 750px) {
  .contents_area h2 {
    font-size: 5.866666667vw;
    padding-bottom: 6.33333vw;
  }
}
.contents_area h2::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_b_d.svg) no-repeat center bottom/100%;
  width: min(10%, 20px);
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.contents_area .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  z-index: 2;
}
.contents_area .nav li {
  position: relative;
  width: 30.6%;
  padding: 5px;
}
.contents_area .nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: min(6vw, 60px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .contents_area .nav li a {
    border-radius: 2.133333333vw;
    padding-bottom: 8vw;
  }
}
.contents_area .nav li a::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_b.svg) no-repeat center bottom/100%;
  width: min(10%, 20px);
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: min(2vw, 25px);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 750px) {
  .contents_area .nav li a::before {
    bottom: 3vw;
  }
}
.contents_area .nav li a:hover {
  background: #D2DBFF;
}
.contents_area .nav li a:hover::before {
  bottom: min(1vw, 10px);
}
@media screen and (max-width: 750px) {
  .contents_area .nav li a:hover::before {
    bottom: 2vw;
  }
}
.contents_area .nav li p.no {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #526AEB;
  left: 50%;
  transform: translateX(-50%);
  top: max(-7.5vw, -40px);
  border-radius: 50%;
  width: min(15vw, 80px);
  height: min(15vw, 80px);
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 800;
  padding-bottom: min(1vw, 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contents_area .nav li p.no {
    width: 10vw;
    height: 10vw;
    top: -5vw;
    font-size: 3.2vw;
    padding-bottom: 0;
    font-weight: 700;
  }
}
.contents_area .nav li picture {
  width: 80%;
  margin: 0 auto;
  padding-top: min(6vw, 60px);
}
@media screen and (max-width: 750px) {
  .contents_area .nav li picture {
    padding-top: 8vw;
  }
}
.contents_area .nav li h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.4;
  text-align: center;
  margin-top: min(1vw, 10px);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .contents_area .nav li h3 {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    letter-spacing: 0.05rem;
  }
}
.contents_area .contents_list_area {
  position: relative;
  background: #E9F3FF;
  padding-bottom: min(30vw, 300px);
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list_area {
    padding-bottom: 32vw;
  }
}
.contents_area .contents_list_area::before {
  position: absolute;
  content: "";
  background: url(../images/contents_list_bg.png) no-repeat center bottom/100%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list_area::before {
    width: 154vw;
    left: -27vw;
  }
}
.contents_area .contents_list {
  padding-top: min(10vw, 100px);
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list {
    padding-top: 12.66666667vw;
    margin-top: -2vw;
  }
}
.contents_area .contents_list .contents_list01,
.contents_area .contents_list .contents_list02,
.contents_area .contents_list .contents_list03 {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: min(7.5vw, 100px) min(6vw, 80px) min(6vw, 80px);
  overflow: hidden;
  border: 3px solid #526AEB;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list .contents_list01,
  .contents_area .contents_list .contents_list02,
  .contents_area .contents_list .contents_list03 {
    padding: 14vw 5.333333333vw 5.333333333vw;
  }
}
.contents_area .contents_list p.no {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #526AEB;
  left: 50%;
  transform: translateX(-50%);
  top: max(-7vw, -75px);
  border-radius: 50%;
  width: min(14vw, 150px);
  height: min(14vw, 150px);
  color: #fff;
  text-align: center;
  font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  font-weight: 800;
  padding-bottom: min(1.2vw, 12px);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list p.no {
    width: 22vw;
    height: 22vw;
    top: -11vw;
    font-size: 4.266666667vw;
    padding-bottom: 2.33333vw;
    font-weight: 700;
  }
}
.contents_area .contents_list h3 {
  font-size: clamp(3rem, 3.4444vw, 4rem);
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(4vw, 40px);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.05rem;
  }
}
.contents_area .contents_list01 .txt_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area {
    display: block;
  }
}
.contents_area .contents_list01 .txt_area picture {
  width: 45.2%;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area picture {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.contents_area .contents_list01 .txt_area .txt {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt p {
    text-align: justify;
  }
}
.contents_area .contents_list01 .txt_area .txt h4 {
  color: #223DCB;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  margin-top: min(5vw, 50px);
  margin-bottom: min(1vw, 10px);
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt h4 {
    font-size: 4.8vw;
    margin-top: 6.666666667vw;
    margin-bottom: 2.666666667vw;
    padding-left: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt ul {
    display: inline-block;
    text-align: center;
    margin-left: 8vw;
  }
}
.contents_area .contents_list01 .txt_area .txt ul li {
  position: relative;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 700;
  padding-left: min(3vw, 30px);
  margin-bottom: min(1vw, 10px);
  border-bottom: 1px solid #D2DBFF;
  padding-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt ul li {
    text-align: left;
    font-size: 4.266666667vw;
    line-height: 1.4;
    padding-left: 8vw;
    margin-bottom: 2vw;
    padding-bottom: 1.666666vw;
  }
}
.contents_area .contents_list01 .txt_area .txt ul li::before {
  position: absolute;
  content: "";
  background: url(../images/ico_check.svg) no-repeat center center/100%;
  width: min(2vw, 20px);
  height: min(2.2vw, 22px);
  left: 0;
  top: min(0.5vw, 5px);
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list01 .txt_area .txt ul li::before {
    top: calc(50% - 2.6666vw);
    width: 5.333333333vw;
    height: 5.333333333vw;
  }
}
.contents_area .contents_list02 p.txt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list02 p.txt {
    text-align: justify;
  }
}
.contents_area .contents_list02 ul {
  margin-top: min(4vw, 40px);
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list02 ul {
    display: block;
    gap: 0;
    margin-top: 6.4vw;
  }
}
.contents_area .contents_list02 ul li {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list02 ul li {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list02 ul li picture {
    width: 48vw;
    margin: 0 auto;
  }
}
.contents_area .contents_list02 ul li p {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  margin-top: min(1vw, 10px);
  font-size: 400;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list02 ul li p {
    font-size: 3.477777777vw;
    margin-top: 1.3333333333vw;
  }
}
.contents_area .contents_list03 p.txt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list03 p.txt {
    text-align: justify;
  }
}
.contents_area .contents_list03 picture {
  margin-top: min(4vw, 40px);
}
@media screen and (max-width: 750px) {
  .contents_area .contents_list03 picture {
    margin-top: 6.4vw;
  }
}

/*----------------------------------------


voice


----------------------------------------*/
.voice_area {
  position: relative;
  padding: min(8vw, 80px) 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .voice_area {
    padding: 10.66666667vw 0;
  }
}
.voice_area .logo {
  width: min(20vw, 200px);
  margin: 0 auto min(1vw, 10px);
}
@media screen and (max-width: 750px) {
  .voice_area .logo {
    width: 48vw;
    margin-bottom: 2.6666vw;
  }
}
.voice_area h2 {
  font-size: clamp(3rem, 3.4444vw, 4rem);
  margin-bottom: min(4vw, 40px);
}
@media screen and (max-width: 750px) {
  .voice_area h2 {
    font-size: 6.4vw;
  }
}
.voice_area .voice_swiper {
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 750px) {
  .voice_area .voice_swiper {
    width: 90%;
    margin: 0 auto;
  }
}
.voice_area .voice_swiper .swiper-slide {
  position: relative;
  width: 40%;
  box-sizing: border-box;
  height: auto;
  padding: min(6vw, 80px);
  transition: 0.2s;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 1300px) {
  .voice_area .voice_swiper .swiper-slide {
    width: 830px !important;
    margin: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .voice_area .voice_swiper .swiper-slide {
    padding-top: 10.66666667vw;
    border-radius: 2.133333333vw;
  }
}
.voice_area .voice_swiper .swiper-slide picture {
  margin: 0 auto;
  width: min(12vw, 120px);
}
@media screen and (max-width: 750px) {
  .voice_area .voice_swiper .swiper-slide picture {
    width: 21.33333333vw;
  }
}
.voice_area .voice_swiper .swiper-slide h3 {
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
  margin: min(2.4vw, 24px) auto;
}
@media screen and (max-width: 750px) {
  .voice_area .voice_swiper .swiper-slide h3 {
    font-size: 5.866666667vw;
    margin: 5.333vw 0;
  }
}
.voice_area .voice_swiper .swiper-slide p {
  text-align: left;
}
.voice_area .voice_swiper .swiper-slide p.name {
  text-align: right;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  margin-top: min(2vw, 20px);
}
@media screen and (max-width: 750px) {
  .voice_area .voice_swiper .swiper-slide p.name {
    margin-top: 5.3333333333vw;
  }
}
.voice_area .voice_slide {
  position: relative;
  overflow: hidden;
}
.voice_area .swiper-button-prev,
.voice_area .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(3.2vw, 32px);
  height: min(3.2vw, 32px);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .voice_area .swiper-button-prev,
  .voice_area .swiper-button-next {
    left: auto;
    top: 25%;
    width: 6.5vw;
    height: 6.5vw;
  }
}
.voice_area .swiper-button-prev {
  margin-left: calc(-35% - min(1.5vw, 15px));
}
@media screen and (min-width: 1300px) {
  .voice_area .swiper-button-prev {
    margin-left: -465px;
  }
}
@media screen and (max-width: 750px) {
  .voice_area .swiper-button-prev {
    margin-left: 0;
    left: 8vw;
  }
}
.voice_area .swiper-button-prev::before {
  content: "";
  position: absolute;
  background: url(../images/ico_arrow_l.svg) no-repeat center center/100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 2;
}
.voice_area .swiper-button-prev::after {
  display: none;
}
.voice_area .swiper-button-next {
  margin-left: calc(35% + min(1.5vw, 15px));
}
@media screen and (min-width: 1300px) {
  .voice_area .swiper-button-next {
    margin-left: 465px;
  }
}
@media screen and (max-width: 750px) {
  .voice_area .swiper-button-next {
    margin-left: 0;
    right: 3vw;
  }
}
.voice_area .swiper-button-next::before {
  position: absolute;
  content: "";
  background: url(../images/ico_arrow_r.svg) no-repeat center center/100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 2;
}
.voice_area .swiper-button-next::after {
  display: none;
}

/*----------------------------------------


cta


----------------------------------------*/
.cta_area {
  position: relative;
  text-align: center;
  padding: min(4vw, 40px) 0 min(8vw, 80px);
}
@media screen and (max-width: 750px) {
  .cta_area {
    padding: 5.3333vw 0 10.66666667vw 0;
  }
}
.cta_area.cta_area_bule {
  background: #223DCB;
  padding: min(4vw, 40px) 0;
}
@media screen and (max-width: 750px) {
  .cta_area.cta_area_bule {
    padding: 10.66666667vw 0;
  }
}
.cta_area.cta_area_bule p {
  color: #fff !important;
}
.cta_area p.txt {
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
  font-weight: 500;
  margin-bottom: min(2vw, 20px);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .cta_area p.txt {
    font-size: 5.866666667vw;
  }
}
.cta_area .btn {
  max-width: 350px;
  margin: min(3vw, 30px) auto 0;
}
@media screen and (max-width: 750px) {
  .cta_area .btn {
    margin-top: 6.666666667vw;
    width: 74.66666667vw;
  }
}/*# sourceMappingURL=top.css.map */