@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

a {
  transition: all 0.5s ease-out;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block !important;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block !important;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1280px;
  /*適時変更*/
  width: calc(100% - 30px);
  margin: 0 auto;
}

.btn p, .btn a {
  display: block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #dd81b1;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.btn p:after, .btn a:after {
  content: "▶";
  position: absolute;
  right: 20px;
}

.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.more_btn {
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 10;
  transition: transform .3s ease;
}
.more_btn img {
  width: 120px;
}
@media all and (max-width: 480px) {
  .more_btn img {
    width: 100px;
  }
}
.more_btn.is-moved {
  transform: translateY(-130px);
}

header {
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
}
header .area_head {
  display: flex;
  justify-content: center;
}
header .area_head .head_logo img {
  max-width: 150px;
  width: 100%;
}
header .menu-trigger {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #dd81b1;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  padding: 10px;
  box-sizing: border-box;
}
header .menu-trigger.active {
  background: #fff;
}
header .menu-trigger.active span {
  background-color: #dd81b1;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  left: 9px;
  top: 14px;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  bottom: 19px;
  left: 9px;
}
header .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
header .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
header .menu-trigger span:nth-of-type(2) {
  top: 25px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 13px;
}
header nav {
  width: 400px;
  height: calc(100% - 50px);
  padding: 30px;
  background: #dd81b1;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1001;
  transform: translate(-400px);
  transition: all .5s;
  overflow-y: auto;
}
@media all and (max-width: 480px) {
  header nav {
    transform: translate(-100%);
    width: 100%;
  }
}
header nav ul > li {
  border-bottom: 1px solid #efefef;
}
header nav ul > li > a {
  display: block;
  padding: 10px;
  color: #fff;
}
header nav .sns_link {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 30px;
}
header nav .sns_link div {
  width: 40px;
}
header nav.open {
  transform: translateZ(0);
}
@media all and (max-width: 480px) {
  header {
    display: flex;
    align-items: center;
  }
}
header .area_head {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 480px) {
  header .area_head {
    margin-left: 60px;
    align-items: center;
  }
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

.main {
  position: relative;
}
@media all and (max-width: 896px) {
  .main {
    margin-top: 50px;
  }
}
.main .main_slide .item {
  height: 100dvh;
}
@media all and (max-width: 896px) {
  .main .main_slide .item {
    height: auto;
  }
}
.main .main_slide .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .main h1 {
    bottom: 30%;
  }
}
@media all and (max-width: 480px) {
  .main h1 {
    bottom: 35%;
  }
}
.main h1 img {
  max-width: 80%;
}
@media all and (max-width: 896px) {
  .main h1 img {
    max-width: 90%;
  }
}
.main .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 15vw;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .main .logo {
    width: 120px;
  }
}

.intro {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .intro {
    padding: 50px 0  30px 0;
  }
}
.intro .area_intro {
  text-align: center;
}
.intro .area_intro .copy {
  line-height: 3;
  /*margin-top: 50px;*/
  font-size: 1.7rem;
  letter-spacing: 3px;
}
@media all and (max-width: 480px) {
  .intro .area_intro .copy {
    /*margin-top: 30px;*/
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
}
.intro .can {
  margin-top: 50px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .intro .can {
    margin-top: 30px;
  }
}
.intro .can h2 {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media all and (max-width: 480px) {
  .intro .can h2 {
    margin: 0 10px 20px;
  }
}
.intro .can p {
  font-size: 3rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  .intro .can p {
    font-size: 2rem;
  }
}
.intro .can > ul {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .intro .can > ul {
    flex-wrap: nowrap;
    gap: 5px;
  }
}
.intro .can > ul li {
  width: 30%;
}
@media all and (max-width: 896px) {
  .intro .can > ul li {
    width: 33%;
    /*
    width: calc(100% - 20px);
    padding: 0 10px;
    */
  }
}
.intro .can > ul li a {
  color: #DD81B1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media all and (max-width: 896px) {
  .intro .can > ul li a {
    font-size: 1.5rem;
  }
}
.intro .can > ul li a img {
  max-height: 350px;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .intro .can > ul li a img {
    max-height: 300px;
  }
}

@media all and (max-width: 480px) {
  .map {
    width: 100%;
  }
}
.map p {
  font-size: 3rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  .map p {
    font-size: 2rem;
  }
}
.map .area_map {
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .map .area_map {
    padding: 0 0 0 10px;
  }
}

.step {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .step {
    padding: 20px 0 60px 0;
  }
}
.step .area_step {
  text-align: center;
}
.step .area_step h2 img {
  max-width: 15vw;
}
@media all and (max-width: 480px) {
  .step .area_step h2 img {
    max-width: 200px;
  }
}
.step .area_step > ul {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.step .area_step > ul li {
  width: 30%;
}
@media all and (max-width: 896px) {
  .step .area_step > ul li {
    width: 100%;
  }
  .step .area_step > ul li img {
    max-width: 350px;
  }
}

.register .area_register h2 {
  text-align: center;
  margin-bottom: 50px;
}
.register .area_register h2 img {
  max-width: 350px;
}
@media all and (max-width: 480px) {
  .register .area_register h2 img {
    max-width: 250px;
  }
}
.register .area_register dl {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .register .area_register dl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.register .area_register dl > div {
  width: 25%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .register .area_register dl > div {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    max-width: 500px;
  }
}
.register .area_register dl > div:last-child dt:before {
  display: none;
}
.register .area_register dl > div dt {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .register .area_register dl > div dt {
    width: 150px;
    flex-grow: 0;
  }
}
@media all and (max-width: 480px) {
  .register .area_register dl > div dt {
    width: 100px;
  }
}
.register .area_register dl > div dt.small {
  align-items: center;
}
@media all and (max-width: 480px) {
  .register .area_register dl > div dt.pc {
    display: none !important;
  }
}
.register .area_register dl > div dt.sp {
  display: none !important;
}
@media all and (max-width: 480px) {
  .register .area_register dl > div dt.sp {
    display: flex !important;
  }
}
.register .area_register dl > div dt:before {
  content: "▶";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  color: #dd81b1;
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  .register .area_register dl > div dt:before {
    top: auto;
    bottom: -45px;
    right: 0;
    left: 0;
    transform: rotate(90deg);
  }
}
.register .area_register dl > div dd {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .register .area_register dl > div dd {
    width: 200px;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
  }
}
.register .area_register .right {
  margin-top: 20px;
  text-align: right;
}

.foot_caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .foot_caption {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.foot_caption > div {
  min-width: 70px;
  padding: 10px;
}
.foot_caption > div:last-child {
  min-width: 80px;
}
@media all and (max-width: 480px) {
  .foot_caption > div:last-child {
    min-width: 70px;
  }
}
@media all and (max-width: 480px) {
  .foot_caption > div {
    min-width: 55px;
  }
}

footer {
  background: #dd81b1;
  padding: 50px 0;
}
@media all and (max-width: 480px) {
  footer {
    padding: 20px 0;
  }
}
footer .area_foot {
  text-align: center;
}
footer .area_foot ul {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
}
footer .area_foot ul li {
  width: 40px;
}
footer .area_foot > div {
  margin: 10px auto 0 auto;
}
footer .area_foot > div.logo01 {
  width: 280px;
}
@media all and (max-width: 480px) {
  footer .area_foot > div.logo01 {
    width: 200px;
  }
}
footer .area_foot > div.logo02 {
  width: 60px;
}
@media all and (max-width: 480px) {
  footer .area_foot > div.logo02 {
    width: 40px;
  }
}

#pagetop {
  position: absolute;
  right: 40px;
  bottom: 180px;
  z-index: 1500;
  width: 60px;
}
@media all and (max-width: 480px) {
  #pagetop {
    bottom: 120px;
    right: 20px;
    width: 50px;
  }
}

/*******************************************************************

	GDPR

*******************************************************************/
#gdprWrapper {
  font-weight: normal !important;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

#gdprBox {
  font-size: 14px !important;
}

#gdprBox.gdprBoxJ p {
  text-align: left;
}

#gdprWrapper input {
  font-weight: normal !important;
  font-size: 1.33333rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

/*******************************************************************

	言語切替ボタン

*******************************************************************/
@media print, screen and (min-width: 768px) {
  .header-inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1217px) {
  .header-inner {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 210px;
  }
}
@media print, screen and (max-width: 767px) {
  .header-inner {
    padding-bottom: 25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header .title {
    width: 100%;
    max-width: 800px;
  }
}
@media print, screen and (max-width: 767px) {
  .header .title {
    width: 90%;
    margin: 0 auto;
  }
}
.langBtn {
  background-color: #dd81b1;
  width: 165px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  font-size: 20px !important;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .langBtn {
    width: 30vw;
    height: 36px;
    font-size: 1.5rem !important;
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .langBtn:hover {
    opacity: 0.8;
  }
}
.langBtn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
  padding-right: 4px;
}

.langBtn_inner::before {
  content: "";
  display: block;
  background: url("/multi/common/img/icon_language.svg") no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .langBtn_inner::before {
    margin-right: 1vw;
  }
}
@media only screen and (max-width: 480px) {
  .langBtn_inner::before {
    width: 4vw;
    height: 4vw;
  }
}
.langBtn_txt {
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .langBtn_txt {
    font-size: 3vw;
  }
}
.langPulldown {
  z-index: 1005;
  position: absolute;
  display: none;
  width: 90%;
  left: auto;
  right: 30px;
  top: 50px;
  /* overflow-x: hidden; */
  width: 295px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 28px;
  border-right: 1px solid #dd81b1;
  border-bottom: 1px solid #dd81b1;
  border-left: 1px solid #dd81b1;
  border-top: 1px solid #dd81b1;
}

@media only screen and (max-width: 767px) {
  .langPulldown {
    right: 0px;
    padding: 0;
    background: none;
    border: none;
    border-top: 1px solid #ccc;
    margin-right: 0;
    width: 90%;
    border-left: 1px solid #ccc;
  }
}
.langPulldown li {
  box-sizing: border-box;
  background: #fff;
  height: 44px;
  line-height: 44px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .langPulldown li {
    border-left: 10px solid #dd81b1;
    border-bottom: 1px solid #ccc;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .langPulldown li:hover {
    color: #dd81b1;
  }
}
.langPulldown li:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .langPulldown li:nth-of-type(n+2) {
    border-top: none;
  }
}
.langPulldown li::before {
  content: "";
  position: absolute;
  background: #dd81b1;
  display: block;
  width: 3px;
  height: 18px;
  left: 10px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .langPulldown li::before {
    display: none;
  }
}
.langPulldown li a {
  text-decoration: none;
  display: block;
}

.langPulldown li.close {
  display: none;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-left: none;
  text-align: center;
  background: url(/multi/common/img/icon_close_wht.png) #666 no-repeat 20px 50%;
  background-size: 17px 17px;
  font-weight: bold;
  border-right: none;
}

@media only screen and (max-width: 750px) {
  .langPulldown li.close {
    display: block;
  }
}
#rwdTop .langPulldown {
  top: 140px;
}
