@charset "UTF-8";
/* CSS Document */

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/
.clear_fix {
  zoom: 1;
}

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

/********************************/
/*
リセット
/***********************/

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;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body.noscroll{
  overflow: hidden;
}

body.noscroll a{
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a,
a:hover {
  text-decoration: none;
}

a > img,
nav > img,
li > img,
div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

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

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

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

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }

  .pc_only {
    display: none !important;
  }
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

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

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",
    Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p,
div,
span {
  margin: 0;
  padding: 0;
  line-height: 1.75;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
.renner {
  font-family: "ヒラギノ角ゴシックW6", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.lato {
  font-family: "Lato", sans-serif;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
    overflow: hidden;
  }
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/
.clear_fix {
  zoom: 1;
}

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

/********************************/

body {
  /*  background-color: #5fb1e3;*/
  padding: 0;
  margin: 0;
  line-height: 1.35;
}

@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  html,
  body {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 3.73vw;
  }
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

.box img {
  pointer-events: none;
}

.main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.box1 img {
  display: block;
}

.box1__place-box {
  width: 100%;
  height: 2.775em;
  padding-top: 0.6em;
}

.box1__place {
  margin: 0 auto;
  width: 25.25em;
}

.box1__main-box {
  /* margin-top: -2.9em; */
}

.box2__title-box {
  padding: 0.88em 0 0.5em;
  background-color: #f29600;
}

.box2__title {
  width: 31.76em;
  margin: 0 auto;
}

.box2__arrow-box {
  width: 2.51em;
  margin: 0.3em auto 0;
}

.box2__arrow-box img {
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
}

.box2__arrow-box.open img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


.box3__lead-text-box {
  margin-bottom: 1.8em;
  padding-top: 1.7em;
}

.box3__lead-text {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.box3__merit-area {
  padding-bottom: 2.7em;
  background-color: #FFEFD9;
}

.box3__merit-list {
  padding-top: 2.7em;
}

.box3 img {
  display: block;
}

/* ----- box4のcss ----- */

.box4 img {
  display: block;
}

.box4-present {
  margin-bottom: 3rem;
}


.box4-present__content1 {
  margin-bottom: 3rem;
}

.box4-present__content1-text {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 1.65rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-shadow: 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff;
  /* text-indent: -5.35em;
  padding-left: 5.35em; */
  /* font-feature-settings: "palt"; */
}

.box4-present__content1-note {
  position: absolute;
  top: 92.5%;
  left: 5%;
  text-shadow: 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff;
  /* display: flex;
  column-gap: 1em; */
}

.box4-present__content1-note2 {
  position: absolute;
  top: 97%;
  left: 5%;
}

.box4-present__content1-note p,
.box4-present__content1-note2 p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.05em;
  /* text-indent: -1em;
  padding-left: 1em; */
  /* font-feature-settings: "palt"; */
}

.box4-present__content1-note .no-indent,
.box4-present__content1-note2 .no-indent {
  text-indent: 0;
  padding-left: 0;
}

.box4-present__content1-note .red-indent,
.box4-present__content1-note2 .red-indent {
  text-indent: -2.75em;
  padding-left: 2.75em;
}

.box4-present__content2 {
  margin-top: -1.4rem;
}

.box4-present__content2-text {
  position: absolute;
  top: 29.25%;
  left: 5%;
  font-size: 1.65rem;
  line-height: 1.357;
  letter-spacing: -0.05em;
  /* font-feature-settings: "palt"; */
}
.box4-present__content2-note {
  position: absolute;
  top: 90%;
  left: 5%;
}
.box4-present__content2-note p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-indent: -3em;
  padding-left: 3em;
  /* font-feature-settings: "palt"; */
}

.box4-link-area {
  margin-bottom: 3.75rem;
}

.note-text-red {
  color: #e60012;
  line-height: 1.3;
}

.box4 {
  margin-bottom: 3.75rem;
  color: #231815;
}

/* ----- box4のcss ----- */

.box5 {
  margin-bottom: 3.5rem;
}

.box6__title-box {
  padding: 0em 3.8em 3em;
}

.box6-flow-item {
  width: 43em;
  margin: 0 auto;
}

.box6-flow__number {
  position: absolute;
  width: 3em;
  left: -4.5em;
}

.box6-flow-item:not(:last-child) .box6-flow__text {
  margin-bottom: 2em;
}

.box6-flow__text p {
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: -0.05em;
  /* font-feature-settings: "palt"; */
}
/* ---------------<span>---------------- */
.link-btn {
  background-color: #e61673;
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.link-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/box5-link-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.1em;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
}
/* ----------------<span>--------------- */
.coming-btn {
  background-color: #ffc646;
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.coming-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/box6-flow-btn-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.15em;
  width: 2.25rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.text-pink {
  color: #e61673;
  line-height: 1.43;
}

.space1{
  margin-left: -0.6em;
}

.space2{
  margin-left: 0.4em;
}



.box6-flow__icon1,
.box6-flow__icon2,
.box6-flow__icon3,
.box6-flow__icon4 {
  position: absolute;
  right: -1em;
  transform: translateX(50%);
}

.box6-flow__icon1 {
  width: 10.37em;
  top: -1em;
}
.box6-flow__icon2 {
  width: 10.37em;
  top: 1em;
}
.box6-flow__icon3 {
  width: 10.8em;
  top: -1em;
}
.box6-flow__icon4 {
  width: 11.25em;
  top: -5em;
}

.box6-flow__arrow {
  width: 3.125em;
  margin: 0 auto 1.5em;
}
.box6-flow-list {
  margin-bottom: 4rem;
}

/* .box6__note-area{
    margin-bottom: 3em;
    padding: 2em 10.4em 2.1em;
    background-color: #1d2088;
} */

.box6-link-area {
  margin-bottom: 4rem;
}

.box6__note-area img {
  display: block;
}

.box6__note-text {
  font-size: 1.75em;
  line-height: 1.42;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}

footer {
  font-size: 1.1em;
  text-align: center;
  padding-top: 2.06em;
  color: #4772b5;
}

.gotop {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.gotop__up {
  width: 4.8em;
  cursor: pointer;
  margin: 0 auto;
}

.footer_content {
  padding: 0.5em 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1;
  background-color: #00a0cb;
  color: #fff;
}

.footer-small {
  font-size: 0.75rem;
}

/* ---------------------リンクエリア----------------------- */

.link-box {
  width: 40em;
  margin: 0 auto;
}

.link-title {
  background-color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  font-size: 2.06em;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0.5rem 0;
  line-height: 1.5;
}

.link-sub-title {
  border-radius: 0 0 0.625rem 0.625rem;
  text-align: center;
  padding: 0.5rem 0;
}

.link-sub-title p {
  color: #fff;
  font-size: 2.25em;
  font-weight: bold;
}

.link-arrow {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
}

.link-arrow-show {
  position: absolute;
  top: 0;
  left: 0;
}

.link-arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.yoyaku-link-title {
  border: solid 0.25rem #e61673;
  border-bottom: none;
  color: #e61673;
}

.yoyaku-link-sub-title {
  background-color: #e61673;
}

.line-link-title {
  border: solid 0.25rem #00b900;
  border-bottom: none;
  color: #00b900;
}

.line-link-sub-title {
  background-color: #00b900;
}
.text-yellow {
  color: #fff100;
}

.link-title {
  -webkit-transition: border 0.3s ease-out, color 0.3s ease-out;
  transition: border 0.3s ease-out, color 0.3s ease-out;
}
.link-sub-title {
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.link-arrow-hover {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .link-box:hover .link-title {
    border: solid 0.25rem #f29600;
    border-bottom: none;
    color: #f29600;
  }
  .link-box:hover .link-sub-title {
    background-color: #f29600;
  }
  .link-box:hover .link-arrow-hover {
    opacity: 1;
  }
}

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

.notice{
  background-color: rgba(255 255 255 / .8);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 960px;
  height: 50%;
  border-radius: 2rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #5e5e5e;
}

@media screen and (min-width: 769px) {
  .box3__merit-list {
    width: 67.5em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .box3__merit-box {
    width: 23.61%;
  }

  .kerning-dot {
    margin-right: -0.45em;
  }

  .box5__btn-area {
    padding: 1.75em 3.07em 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box5__btn {
    width: 24.32%;
  }
}

@media screen and (max-width: 768px) {
  .box1__place-box {
    height: 9.87vw;
    padding-top: 2.5vw;
  }

  .box1__place {
    width: 89.07vw;
  }

.box1__main-box {
  /* margin-top: -9.87vw; */
}

  .box2__title-box {
    padding: 3.2vw 0 1vw;
  }

  .box2__title {
    width: 63vw;
  }

  .box2__arrow-box {
    width: 5.36vw;
    margin: 1.5vw auto 0;
  }

  .box3__lead-text-box {
    margin-bottom: 6vw;
    padding-top: 5.5vw;
  }

  .box3__lead-text {
    font-size: 3.73vw;
    line-height: 1.57;
  }

  .box3__merit-list {
    padding-top: 8vw;
    padding-bottom: 3vw;
  }

  .box3__merit-box {
    width: 90.66vw;
    margin-bottom: 4.7vw;
  }

  .box3__merit-box:nth-child(2n-1) {
    margin-left: auto;
  }

  /* ----- box4のcss ----- */
  .box4-present {
    /* margin-bottom: 8vw; */
  }
  .box4-present__content1 {
    margin-bottom: 8vw;
  }

  .box4-present__content1-text {
    font-size: 3.46333vw;
    line-height: 1.57;
    top: 26%;
    font-feature-settings: "palt";
    /* letter-spacing: -0.01em; */
  }
  .box4-present__content1-note {
    top: 91.5%;
flex-direction: column;
  }

  .box4-present__content1-note2 {
    top: 96%;
  }
  .box4-present__content1-note p,
  .box4-present__content1-note2 p {
    font-size: 2.666vw;
    line-height: 1.5;
  }

  .box4-present__content1-note .no-indent,
  .box4-present__content1-note2 .no-indent {
    text-indent: 0;
    padding-left: 0;
  }

  /* .box4-present__content2-img{
 margin-top: -2vw;
} */

  .box4-present__content2-text {
    font-size: 3.5vw;
    line-height: 1.57;
    top: 32.5%;
  }

  .box4-present__content2-note {
    position: absolute;
    top: 93.5%;
    left: 5%;
  }
  .box4-present__content2-note p {
    font-size: 2.666vw;
    line-height: 1.6;
  }

  .box4-link-area {
    margin-bottom: 8vw;
  }

  .note-text-red {
    line-height: 1.15;
  }

  .box4 {
    margin-bottom: 8vw;
  }

  /* ----- box4のcss ----- */

  .box5 {
    margin-bottom: 8vw;
  }

  .box6__title-box {
    padding: 0vw 5vw 5vw;
  }

  .box6-flow-item {
    width: auto;
    margin-left: 13.5vw;
  }
  .box6-flow__number {
    width: 6.666vw;
    left: -9vw;
    top: 0.5vw;
  }

  .box6-flow-item:not(:last-child) .box6-flow__text {
    margin-bottom: 5vw;
  }

  .box6-flow__text p {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
  }

  .link-btn {
    padding: 0 2vw;
    letter-spacing: 0.02em;
    border-radius: 1.066vw;
    margin-right: 1vw;
  }

  .link-btn::after {
    top: 0.1em;
    width: 3.466vw;
    height: 3.466vw;
    margin-left: 1vw;
  }

  .coming-btn {
    padding: 0 2vw;
    letter-spacing: 0.02em;
    border-radius: 1.066vw;
    margin-right: 1vw;
  }

  .coming-btn::before {
    top: 0.15em;
    width: 4.853vw;
    height: 4.32vw;
    margin-right: 0.5rem;
  }

  .text-pink {
    line-height: 1.6;
  }

  .space1{
    margin-left: 0em;
  }
  
  .space2{
    margin-left: 0.4em;
  }

  .box6-flow__icon1,
  .box6-flow__icon2,
  .box6-flow__icon3,
  .box6-flow__icon4 {
    position: absolute;
    right: 15vw;
  }

  .box6-flow__icon1 {
    width: 18.4vw;
    top: 9vw;
  }
  .box6-flow__icon2 {
    width: 18.4vw;
    top: 16.5vw;
  }
  .box6-flow__icon3 {
    width: 19vw;
    top: 12vw;
  }
  .box6-flow__icon4 {
    width: 20.13vw;
    top: 17vw;
  }

  .box6-flow__arrow {
    width: 6.666vw;
    margin: 0 auto 2.5vw;
    margin-left: 33.5vw;
  }

  .box6-flow-list {
    margin-bottom: 12vw;
  }

  /* .box6__note-area{
        padding: 4.8vw 5.3vw 4.8vw;
    } */

  .box6-link-area {
    margin-bottom: 10vw;
  }

  .box6__note-text {
    font-size: 3.73vw;
    line-height: 1.42;
  }

  .gotop__up {
    width: 17.45%;
  }

  .footer-small {
    font-size: 2.666vw;
  }

  /* ---------------------リンクエリア----------------------- */

  .link-box {
    width: 89.333vw;
  }

  .link-title {
    border-radius: 2.133vw 2.133vw 0 0;
    font-size: 5.333vw;
    line-height: 1.3;
    padding: 1.7vw 0;
  }

  .link-sub-title {
    border-radius: 0 0 2.133vw 2.133vw;
    padding: 1.7vw 0;
  }

  .link-sub-title p {
    font-size: 5.866vw;
  }

  .link-arrow {
    top: 1vw;
    left: 0;
    width: 6.666vw;
    height: 6.666vw;
    margin-left: 1vw;
  }

  .yoyaku-link-title {
    border: solid 0.933vw #e61673;
  }

  .line-link-title {
    border: solid 0.933vw #00b900;
  }

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

.notice{
  width: 80%;
  height: 50%;
  border-radius: 1rem;
  font-size: 1.25rem;
}
}
