@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form.telLineBtn .tel span::after
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Serif JP', serif;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
  font-weight: 400;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol, li {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?x3r0ba');
  src: url('fonts/icomoon.eot?x3r0ba#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?x3r0ba') format('truetype'), url('fonts/icomoon.woff?x3r0ba') format('woff'), url('fonts/icomoon.svg?x3r0ba#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play_arrow:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.en {
  font-family: 'Marcellus', serif;
}
.ja {
  font-family: 'Noto Sans JP', sans-serif;
}
/* indent
-------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
/* compo parts
-------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.wrap {
  overflow: hidden;
}
.anc {
  margin-top: -20rem;
  padding-top: 20rem;
}
.cont_inr {
  max-width: 100rem;
  margin: auto;
}
/*header*/
.headerWrap {
  z-index: 1000;
  position: relative;
  width: 100%;
}
.headerWrap::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 50px;
  top: -120px;
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(3rem);
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .logo {
  width: 3rem;
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 15px;
  text-align: center;
  line-height: 1;
}
.headerWrap #headerNav .gnavList {
  display: flex;
  flex-wrap: wrap;
}
.headerWrap #headerNav .gnavList a {
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  color: #fff;
}
.headerWrap #headerNav .gnavList .rec23 a, .headerWrap #headerNav .gnavList .rec24 a, .headerWrap #headerNav .gnavList .rec24 .inr, .rec23 a, .rec24 a, .rec24 .inr {
  padding: 1rem 2.5rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #F7F4F4;
  font-weight: 200;
  min-height: 6.8rem;
  font-size: 1.4rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  position: relative;
}
.headerWrap #headerNav .gnavList .rec24 a, .headerWrap #headerNav .gnavList .rec24 .inr {
  align-content: center;
}
.headerWrap #headerNav .gnavList .rec24 a .en, .headerWrap #headerNav .gnavList .rec24 .inr .en {
  width: 100%;
}
.rec23 a::after, .rec24 a::after, footer .right_cont .linklist li a::after {
  position: absolute;
  content: "\e900";
  font-family: 'icomoon';
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .7rem;
  color: #fff;
}
.rec23 a {
  background-image: linear-gradient(120deg, #58C2CB 0%, #3D6E92 20%, #235359 50%, #235359 70%, #58C2CB 100%);
}
.rec24 a, .rec24 .inr {
  background-image: linear-gradient(120deg, #E8683A 0%, #58C2CB 50%, #58C2CB 70%, #E8683A 100%);
}
.ttl {
  line-height: 1.8;
  color: #A8A8A8
}
.ttl .en {
  color: #fff;
  font-size: 3.2rem;
  display: block;
  font-weight: 200;
}
/*footer*/
.entry {
  padding: 6rem 1.5rem 18rem;
}
.entry .ttl {
  margin-bottom: 3rem;
}
.entry .ttl .en {
  font-size: 6.4rem;
  color: #A8A8A8;
}
.entry ul {
  max-width: 67rem;
  margin: auto;
  justify-content: center;
}
.entry ul li {
  width: 100%;
  margin-bottom: 1rem
}
.entry ul li a, .entry ul li .inr {
  color: #656565;
  background: #fff;
  border-bottom: 1px solid rgba(16, 22, 23, 0.3);
  max-width: 32rem;
  margin: auto;
}
.entry ul .rec23 a::after, .entry ul .rec24 a::after {
  color: #656565;
}
footer {
  padding: 9rem 1.5rem 10rem;
  background-image: linear-gradient(120deg, #58C2CB 0%, #3D6E92 30%, #235359 100%);
  color: #fff;
}
footer .cont_inr {
  justify-content: center;
  margin-bottom: 3rem;
}
footer .logo {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}
footer .logo img {
  max-width: 13rem;
  display: block;
  margin: 0 auto 2rem;
}
footer .address {
  font-size: 1.2rem;
  font-weight: 400;
  color: #E1E8E8;
  opacity: 0.8;
  margin-bottom: 3rem;
}
footer a {
  color: #E1E8E8;
}
footer .link a {
  border-bottom: 1px solid #E1E8E8;
  color: #E1E8E8;
}
footer .snslink a {
  opacity: 0.6;
  color: #E1E8E8;
}
footer .link {
  margin-bottom: 2rem;
}
footer .snslink li {
  margin: 0 1rem;
}
footer .right_cont, footer .left_cont {
  width: 25rem;
}
footer .right_cont .linklist li {
  margin-bottom: 2rem;
}
footer .right_cont .linklist li a, footer .right_cont .linklist li .inr {
  border: 1px solid rgba(255, 232, 232, 0.3);
  color: #E1E8E8;
  display: block;
  font-weight: 400;
  padding: 1.2rem 3rem;
  line-height: 1.4;
  position: relative;
}
footer .right_cont .linklist li a:hover {
  border: 1px solid #E1E8E8;
  color: #000;
  background-color: #E1E8E8;
}
footer .right_cont .linklist li a:hover::after {
  color: #000;
}
footer .copy {
  font-size: 1.3rem;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
#breadcrumb {
  padding: 6rem 1rem;
}
.common_mv {
  padding: 10rem 3rem 8rem;
  position: relative;
  background: url("../../common/images/common_bg.jpg")no-repeat center center/cover;
  text-align: center;
}
.common_mv .ttl {
  font-size: 1.4rem;
  color: #A8A8A8;
}
.common_mv .ttl .en {
  font-size: 4rem;
  color: #A8A8A8;
}
.mv_rightbottom {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 23rem;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .ttl {
    line-height: 1.6;
  }
  .ttl .en {
    font-size: 4.4rem;
  }
  /*header*/
  .headerWrap::after {
    height: 68px;
  }
  .headerWrap .logo {
    width: 4.4rem;
    position: fixed;
    z-index: 100;
    top: 1.5rem;
    left: 1rem;
  }
  .headerWrap .gnavList {
    position: fixed;
    display: flex;
    right: 0;
    top: 0;
  }
  .headerWrap #headerNav .gnavList {
    align-items: center;
  }
  .headerWrap #headerNav .gnavList a {
    padding: 0 1rem;
    mix-blend-mode: difference;
    color: #fff;
  }
  .headerWrap #headerNav .gnavList a:hover {
    color: #ddd;
  }
  .headerWrap #headerNav .gnavList .rec23 a:hover, .headerWrap #headerNav .gnavList .rec24 a:hover, .rec23 a:hover, .rec24 a:hover {
    background-position: 100% 0;
  }
  .headerWrap #headerNav .gnavList .rec23 a, .headerWrap #headerNav .gnavList .rec24 a, .headerWrap #headerNav .gnavList .rec24 .inr, .rec23 a, .rec24 a, .rec24 .inr {
    max-width: 30rem;
    padding: 1rem 3.5rem;
  }
  .entry ul li {
    width: 50%;
  }
  footer {
    padding: 9rem 1.5rem 2rem;
  }
  footer .logo img {
    margin: 0 auto 2rem 0;
  }
  footer .address {
    margin-bottom: 5rem;
  }
  footer .right_cont {
    margin-top: 5rem;
  }
  footer .snslink li {
    margin-right: 2rem;
  }
  footer .cont_inr {
    justify-content: space-between;
  }
  /*	*/
  .common_mv {
    padding: 13rem 3rem 11rem;
  }
  .common_mv .ttl .en {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1067px) {
  .headerWrap .logo {
    width: 4.4rem;
    top: 1rem;
    left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .spMenu {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
    transition: all 1s;
  }
  .spMenu span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    right: 15px;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 20px;
  }
  .spMenu span:nth-of-type(2) {
    top: 28px;
  }
  .headerWrap #headerNav .gnavList {
    width: 100%;
  }
  .headerWrap #headerNav .gnavList li {
    width: 100%;
  }
  .headerWrap.active .spMenu span {
    background-color: #ddd
  }
  .headerWrap .spMenu.active span {
    background-color: #4D4A3E
  }
  spMenu.active span {
    background-color: #111111
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  #headerNav {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    /*  padding: 60px 30px;*/
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background-color: #fff;
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem;
  }
  #headerNav::after {
    background-color: #111;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #headerNav.active {
    visibility: visible;
    right: 0;
  }
  #headerNav .gnavWrap {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .headerWrap #headerNav .gnavList a {
    font-size: 3rem;
    padding: 1.5rem 3rem;
    color: #A8A8A8;
    display: block;
    line-height: 1.6;
  }
  .headerWrap #headerNav .gnavList li:nth-child(3), .headerWrap #headerNav .gnavList li:nth-child(4) {
    margin: 0 0 3rem
  }
  .headerWrap #headerNav .gnavList a .sp {
    font-size: 1.2rem;
  }
  .spLink {
    position: fixed;
    right: 8rem;
    top: 0.5rem;
  }
  .spLink a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .spLink span {
    display: block;
    font-size: 1rem
  }
  .fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .fixed li {
    width: 100%
  }
  .fixed li a, .fixed li .inr {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .left_cont, footer .link {
    text-align: center;
  }
  footer .snslink {
    justify-content: center;
  }
}