@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
  box-sizing: border-box;
}
:after:focus,
:before:focus,
:focus {
  outline: none;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes HamBtnOpenTop {
  50% {
    top: 50%;
  }
  to {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
}
@keyframes HamBtnOpenBottom {
  50% {
    bottom: 50%;
  }
  to {
    bottom: 50%;
    transform: translate(0%, 50%) rotate(-45deg);
  }
}
@keyframes HamBtnCloseTop {
  50% {
    top: 50%;
  }
  to {
    top: 2.8rem;
  }
}
@keyframes HamBtnCloseBottom {
  50% {
    bottom: 50%;
  }
  to {
    bottom: 2.8rem;
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4:before {
  background: blue;
  content: '';
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ol,
.u-wysiwygArea ul {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ol li,
.u-wysiwygArea ul li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sub,
.u-wysiwygArea sup {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead td,
.u-wysiwygArea table thead th {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr td,
.u-wysiwygArea table tr th {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}
.siteHeader {
  box-shadow: 0.1rem 0.1rem 0.6rem 0.4rem rgba(34, 34, 34, 0.04);
  height: 10rem;
  width: 100%;
  z-index: 9999;
  border-bottom: 0.1rem solid #ddd;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  position: relative;
  overflow: hidden;
  min-width: 120rem;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 7rem;
    padding: 1.1rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    min-width: 100%;
    overflow: visible;
  }
}
.siteHeader__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.siteHeader__logo {
  margin-left: 2.7rem;
  width: 35rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__logo {
    width: 24rem;
    margin: 0;
  }
}
.siteHeader__nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-right: 3.6rem;
}

.siteHeader__navList {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  list-style: none;
  text-decoration: none;
  font-family: 'transat-text', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 3rem;
  cursor: pointer;
  position: relative;
  height: 100%;
}

.siteHeader__navList a:hover {
}
@media screen and (max-width: 768px) {
  .siteHeader__navList {
    display: none;
  }
}
.siteHeader__navItem {
  font-size: 1.6rem;
  margin-right: 4rem;
  text-decoration: none;
  position: relative;
}
.siteHeader__navItem a {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  align-items: center;
}
.siteHeader__navItem:after {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.63rem;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scaleX(1);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.siteHeader__navItem:hover:after {
  opacity: 1;
}
.siteHeader__navSocial {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navSocial {
    display: none;
  }
}
.siteHeader__facebook,
.siteHeader__twitter {
  display: block;
  width: 2rem;
  margin: 0;
}
.siteHeader__facebook img,
.siteHeader__twitter img {
  width: 100%;
  height: auto;
}
.hamMenu {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 8rem;
}
.hamMenu__list {
  position: absolute;
  top: 7rem;
  right: -29.5rem;
  height: 69.5rem;
  width: 29.5rem;
  z-index: 999;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  transition: right 0.3s ease;
}
.hamMenu__list.active {
  right: 0;
}
.hamMenu__burgerMenu {
  width: 100%;
  padding-left: 0;
}
.hamMenu__burgerMenuItem {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'transat-text', sans-serif;
  color: #000;
  padding: 2.4rem 3.2rem 2rem 3.2rem;
  border-bottom: 0.1rem solid #ddd;
  list-style: none;
}
.hamMenu__burgerMenuItem a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.hamMenu__burgerSocial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: auto;
}
.hamMenu__burgerFacebook {
  width: 2rem;
  margin-right: 1rem;
}
.hamMenu__burgerTwitter {
  width: 2rem;
  margin-left: 1rem;
}
.hamMenu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamMenu__btn {
    width: 7rem;
    height: 7rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #cccccc;
    transition: transform 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .hamMenu__btnBorder {
    height: 0.2rem;
    background: #000;
    display: block;
    position: absolute;
    margin: 0;
    left: 2.5rem;
    border: 0;
    transition: transform 0.5s, opacity 0.5s;
  }
}
.hamMenu__btnBorder:first-child {
  top: 2.8rem;
  width: 2rem;
  animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
}
.hamMenu__btnBorder:nth-child(2) {
  width: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.hamMenu__btnBorder:nth-child(3) {
  bottom: 2.8rem;
  width: 1.2rem;
  animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
}
.hamMenu__btn.active .hamMenu__btnBorder:first-child {
  animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
}
.hamMenu__btn.active .hamMenu__btnBorder:nth-child(2) {
  opacity: 0;
}
.hamMenu__btn.active .hamMenu__btnBorder:nth-child(3) {
  width: 2rem;
  animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
}
.siteFooter {
  width: 100%;
  height: auto;
}
.siteFooter__inner {
  max-width: 120rem;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__inner:before {
    content: '';
    width: 37.5rem;
    height: 34rem;
    background-color: rgba(248, 248, 248, 0.9725490196);
    position: absolute;
    top: 3rem;
    bottom: 0;
    z-index: -1;
  }
}
.siteFooter__content {
  max-width: 96rem;
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__content {
    max-width: 34.3rem;
    margin: 0 1.6rem;
  }
}
.siteFooter__backToTop {
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25rem;
  margin: 0 0 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .siteFooter__backToTop {
    background-color: #cccccc;
  }
}
.siteFooter__arrow {
  width: 1.1rem;
}
.siteFooter__logoContainer {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoContainer {
    margin: -1rem 0 2.7rem;
  }
}
.siteFooter__logo {
  width: 38rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .siteFooter__logo {
    width: 25.4rem;
    height: 2.8rem;
  }
}
.siteFooter__navSocial {
  display: flex;
  gap: 2rem;
}
.siteFooter__facebook,
.siteFooter__twitter {
  display: block;
  width: 2rem;
  margin-bottom: 4rem;
}
.siteFooter__socialIcon {
  width: 100%;
  height: auto;
}
.siteFooter__commonTextContainer {
  display: flex;
  margin-bottom: 6rem;
}
.siteFooter__commonTextContainer a {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__commonTextContainer {
    width: 28rem;
    flex-direction: column;
    margin: -1rem 0 3.8rem;
  }
}
.siteFooter__commonText {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4b4b4b;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__commonText {
    margin: 0 0 1.2rem;
    font-size: 1.3rem;
  }
}
.siteFooter__copyright {
  background-color: #4b4b4b;
  padding: 2rem;
  text-align: center;
  z-index: 9999;
}
.siteFooter__copyrightTxt {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: #ddd;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyrightTxt {
    color: rgba(255, 255, 255, 0.4);
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-feature-settings: 'palt' 1;
  -webkit-print-color-adjust: exact;
  font-family: 'Noto Sans JP', sans-serif;
}
body body {
  min-width: 1200px;
}
.u-pcDb {
  display: block;
}
.u-pcDib {
  display: inline-block;
}
.u-pcDin {
  display: inline;
}
.u-pcDf {
  display: flex;
}
.u-pcDt {
  display: table;
}
.u-pcDtc {
  display: table-cell;
}
.u-spDb,
.u-spDf,
.u-spDib,
.u-spDin,
.u-spDt,
.u-spDtc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDf,
  .u-pcDib,
  .u-pcDin,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
.siteContent {
  min-width: 120rem;
  min-height: calc(100vh - 200px);
  padding-top: 100px;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .siteContent {
    min-width: 100%;
    min-height: calc(100vh - 50px);
    padding-top: 7rem;
  }
}
.loadBtn {
  margin-top: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .loadBtn {
    margin: 4rem auto;
  }
}
.loadBtn a.loadBtn__detail {
  text-decoration: none;
  color: inherit;
}
.loadBtn__main {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-family: 'transat-text', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .loadBtn__main {
    width: 31rem;
    height: 6rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.loadBtn .loadBtn__main:hover {
  opacity: 0.7;
}
.loadBtn__button02 {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-family: 'transat-text', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .loadBtn__button02 {
    width: 34.3rem;
    height: 8rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.loadBtn .loadBtn__button02:hover {
  opacity: 0.7;
}
.loadBtn__main:focus,
.loadBtn__button02:focus {
  outline: none;
}
.loadBtn__text {
  font-size: 1.6rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .loadBtn__text {
    font-size: 1.4rem;
  }
}
.loadBtn__more {
  font-size: 3rem;
  font-weight: 100;
}
.loadBtn__button03 {
  width: 44rem;
  height: 8rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  margin: 0 5.9rem;
}
@media screen and (max-width: 768px) {
  .loadBtn__button03 {
    width: 31rem;
    height: 6rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.loadBtn__button04 {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  margin: 0 8.9rem;
}
@media screen and (max-width: 768px) {
  .loadBtn__button04 {
    width: 34.3rem;
    height: 8rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.loadBtn__button03:focus,
.loadBtn__button04:focus {
  outline: none;
}
.confirmBtn {
  margin-top: 13rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .confirmBtn {
    margin: 4rem auto;
    flex-direction: column;
    align-items: center;
  }
}
.confirmBtn__button01 {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-family: 'transat-text', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .confirmBtn__button01 {
    width: 34.3rem;
    height: 8rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.confirmBtn__label {
  font-size: 1.6rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .confirmBtn__label {
    font-size: 1.4rem;
  }
}
.confirmBtn__button02 {
  width: 44rem;
  height: 8rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  margin: 0 5.9rem;
}
@media screen and (max-width: 768px) {
  .confirmBtn__button02 {
    width: 34.4rem;
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
  }
}
.confirmBtn__button03 {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  margin: 0 8.9rem;
}
.confirmBtn__button03 a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .confirmBtn__button03 {
    width: 34.4rem;
    padding: 2.5rem 0;
  }
}
.confirmBtn__button01:focus,
.confirmBtn__button02:focus,
.confirmBtn__button03:focus {
  outline: none;
}
.mainNews {
  font-size: 1.4rem;
  list-style-type: none;
  height: auto;
  padding: 0;
  text-decoration: none;
}

.mainNews :hover {
  opacity: 0.7;
}

.mainNews__content {
  padding: 2.5rem 0 1.6rem;
  border-bottom: 0.1rem solid #ddd;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainNews__content {
    padding: 2rem 0 1.9rem;
  }
}
.mainNews__contentLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .mainNews__contentLink:hover {
    opacity: 0.7;
  }
}
.mainNews__contentLink:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mainNews__contentLink {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
  .mainNews__contentLink:after {
    display: none;
  }
}
.mainNews__contentLink:after {
  content: '';
  width: 1.1rem;
  height: 0.87rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('../images/sample/arrow.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mainNews__date {
  font-family: 'transat-text', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.mainNews__details {
  font-weight: 400;
  text-align: left;
  padding-left: 4rem;
  margin-bottom: 0;
  line-height: 1.8;
  /* line-height: 1.4; */
}
@media screen and (max-width: 768px) {
  .mainNews__details {
    padding-left: 0;
    line-height: 2;
    letter-spacing: -0.05em;
  }
}
.pageList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 9.1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .pageList {
    margin: 6.5rem 0 1rem 1rem;
  }
}
.pageList__prev {
  position: relative;
  margin-right: 3rem;
}
.pageList__prev:before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 1.5rem;
  right: -4rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow03.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pageList__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  list-style: none;
  cursor: pointer;
}
.pageList__item {
  padding-right: 3rem;
}
.pageList__item--active {
  opacity: 0.5;
}
.pageList__next {
  position: relative;
  margin-left: 3rem;
}
.pageList__next:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 1.6rem;
  right: 2.5rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow04.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.newsChild {
  width: auto;
  height: 22.2rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .newsChild {
    width: 37.5rem;
    height: 16.9rem;
  }
}
.newsChild__inner {
  width: 120rem;
  height: auto;
  margin: auto;
  padding: 7rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .newsChild__inner {
    padding: 6.1rem 1.6rem 0;
    width: 100%;
  }
}
.newsChild__enTitle {
  font-size: 2rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .newsChild__enTitle {
    font-size: 1.5rem;
  }
}
.newsChild__jpTitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .newsChild__jpTitle {
    font-size: 2.4rem;
  }
}
.commonContent {
  width: 120rem;
  height: auto;
  margin: 0 auto 12rem;
  padding-bottom: 12rem;
  box-shadow: 0rem 0.3rem 1.5rem -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .commonContent {
    width: 37.5rem;
    box-shadow: none;
    padding-bottom: 8.5rem;
  }
}
.commonLabel {
  font-size: 1.8rem;
  font-weight: 500;
  color: #383434;
  margin: 1.6rem 0;
}
.commonInput01 {
  width: 101.4rem;
  height: 4rem;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .commonInput01 {
    width: 34.3rem;
  }
}
.commonInput02 {
  width: 101.4rem;
  height: 42.2rem;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .commonInput02 {
    width: 34.3rem;
  }
}
.commonInput02 .commonInput01:focus,
.commonInput02 .commonInput01:focus {
  outline: none;
}
.topPage_section {
  width: 100%;
  min-height: 50rem;
  position: relative;
}
.topPage__container {
  max-width: 120rem;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}
.topPage__inner {
  padding-left: 6rem;
  width: 100%;
  margin: 25.5rem auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage__inner {
    margin: 20rem auto;
    padding-left: 1.6rem;
  }
}
.topPage__subtitle {
  font-size: 1.5rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPage__subtitle {
    font-size: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.topPage__title {
  font-size: 4rem;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
}
.topPage__title:before {
  content: '';
  width: 45.2rem;
  height: 2.4rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .topPage__title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    position: relative;
  }
  .topPage__title:before {
    content: '';
    width: 31.8rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -0.3rem;
    left: 0;
  }
}
.topPage__jpTitle {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 2rem 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .topPage__jpTitle {
    font-size: 2.5rem;
  }
}
.topPage__circle {
  position: relative;
}
.topPage__circle:before {
  content: '';
  width: 21rem;
  height: 21rem;
  border-radius: 30rem;
  background: linear-gradient(to bottom, rgba(246, 245, 245, 0) 0%, rgba(197, 195, 195, 0.65) 100%);
  position: absolute;
  bottom: 45rem;
  left: -6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPage__circle:before {
    width: 15rem;
    height: 16rem;
    bottom: 28.5rem;
    left: -6rem;
  }
}
.topPage__circle01 {
  position: relative;
}
.topPage__circle01:before {
  content: '';
  width: 60rem;
  height: 60rem;
  border-radius: 30rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 28rem;
  right: -30rem;
}
@media screen and (max-width: 768px) {
  .topPage__circle01:before {
    width: 40rem;
    height: 40rem;
    bottom: 37rem;
    right: -20rem;
  }
}
.topPage__circle02 {
  position: relative;
}
.topPage__circle02:before {
  content: '';
  width: 31rem;
  height: 31rem;
  border-radius: 30rem;
  background: linear-gradient(to bottom, rgba(130, 130, 130, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  bottom: -12rem;
  left: -25rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPage__circle02:before {
    display: none;
  }
}
.topPage__circle03 {
  position: relative;
}
.topPage__circle03:before {
  content: '';
  width: 31rem;
  height: 31rem;
  border-radius: 30rem;
  background: linear-gradient(to bottom, rgba(130, 130, 130, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  bottom: -2.5rem;
  right: 29rem;
}
@media screen and (max-width: 768px) {
  .topPage__circle03:before {
    width: 26rem;
    height: 26rem;
    bottom: -15rem;
    right: -6rem;
  }
}
.topPage__section .swiper-container {
  width: 100%;
  height: auto;
  margin-top: 27rem;
  position: relative;

  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPage__section .swiper-container {
    width: 100%;
    margin-top: 22rem;
  }
}
.topPage__section .swiper-container .swiper-slide {
  width: 34rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .topPage__section .swiper-container .swiper-slide {
    width: 31.1rem;
  }
}
.topPage__section .swiper-container .swiper-slide img {
  width: 100%;
  max-width: 34rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  object-fit: cover;
}
.topPage__section .swiper-container .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topPage__section .swiper-container .swiper-pagination {
    max-width: 37.5rem;
    width: 100%;
    margin: 0.4rem;
  }
}
.topPage__section .swiper-container .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  margin: -15rem 0.6rem;
}
.topPage__section .swiper-container .swiper-button-next,
.topPage__section .swiper-container .swiper-button-prev {
  background-color: #cccccc;
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  margin: -5rem 13rem;
  color: #fff;
}
.topPage__section .swiper-container .swiper-button-next:after,
.topPage__section .swiper-container .swiper-button-prev:after {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .topPage__section .swiper-container .swiper-button-next,
  .topPage__section .swiper-container .swiper-button-prev {
    display: none;
  }
}

/* news section */

.News__section {
  width: 100%;
  margin: 0 auto;
  border-bottom: 0.1rem solid #ddd;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .News__section {
    padding: 3rem 0 6rem;
  }
}
.News__inner {
  max-width: 120rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.News__header {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .News__header {
    margin-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.NewsPage__engTitle {
  font-family: 'transat-text', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 3.7rem;
}
@media screen and (max-width: 768px) {
  .NewsPage__engTitle {
    font-size: 1.5rem;
  }
}
.NewsPage__jpTitle {
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .NewsPage__jpTitle {
    font-size: 2.4rem;
  }
}
.News__content {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .News__content {
    margin: 0 1.7rem;
  }
}

/* About section */

.About__section {
  width: 100%;
  height: auto;
  margin: auto;
  border-bottom: 0.1rem solid #ddd;
}
.About__inner {
  max-width: 120rem;
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .About__inner {
    flex-direction: column;
    justify-content: center;
    padding: 6rem 1.6rem 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .About__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.About__engTitle {
  font-family: 'transat-text', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  line-height: 3.7rem;
}
@media screen and (max-width: 768px) {
  .About__engTitle {
    font-size: 1.5rem;
  }
}
.About__jpTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .About__jpTitle {
    font-size: 2.4rem;
  }
}
.About__content {
  max-width: 83rem;
  width: 100%;
  height: auto;
}
.About__contentTxt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .About__contentTxt {
    margin-top: 4.5rem;
  }
}

/* FAQ section */

.faq__section {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .faq__section {
    margin-bottom: 7rem;
  }
}
.faq__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-bottom: 0.3rem;
  }
}
.faq__header {
  max-width: 96rem;
  width: 100%;
  height: auto;
  margin: auto;
}
.faq__contentTitles {
  margin: 8rem auto 12.7rem;
  text-align: center;
}

.faq__ansTxt {
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq__contentTitles {
    margin-top: 3rem;
    margin-bottom: 8.1rem;
  }
}
.faq__title {
  font-family: 'Transat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 3.7rem;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}
.faq__jpTitle {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .faq__jpTitle {
    font-size: 2.4rem;
  }
}
.faq__options {
  max-width: 96rem;
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .faq__options {
    justify-content: center;
  }
}
.faq__optionsLabel {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .faq__optionsLabel {
    margin-right: 1.5rem;
  }
}
.faq__optionsContent {
  width: 22rem;
  height: 4rem;
  border-radius: 0.2rem;
  appearance: none;
  background: url('../images/sample/dropdown__arrow.png') no-repeat 90% 50%;
  background-size: 0.6rem;
  border: 1px solid #ccc;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .faq__optionsContent {
    width: 27.3rem;
    padding-left: 1.5rem;
    background-position-x: 24.9rem;
    background-position-y: 1.5rem;
  }
}
.faq__optionsContent:focus {
  outline: none;
}
.faq__optionsContent01 {
  font-size: 1.2rem;
}
.faq__content {
  max-width: 120rem;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .faq__content {
    max-width: 34.3rem;
  }
}
.faq__main {
  width: 96rem;
  height: auto;
  margin: auto;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
  border-bottom: 0.1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .faq__main {
    max-width: 34.3rem;
  }
}
.faq__mainQuestion {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border: none;
  border-top: 0.1rem solid #ddd;
  padding: 2.5rem 0 0;
  position: relative;
}

.faq__mainQuestion:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .faq__mainQuestion {
    align-items: flex-start;
    padding-top: 3rem;
  }
}
.faq__mainQuestion:focus {
  outline: none;
}
.faq__mainQuestion:before {
  content: '';
  position: absolute;
  top: 5.5rem;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .faq__mainQuestion:before {
    width: 2.4rem;
    top: 4.5rem;
    right: 0;
  }
}
.faq__mainQuestion:after {
  content: '';
  position: absolute;
  top: 5.5rem;
  right: 0.9rem;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 2rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .faq__mainQuestion:after {
    top: 4.5rem;
    right: 1.1rem;
    height: 2.4rem;
  }
}
.faq__mainQuestion.is-active:after {
  display: none;
}
.faq__mainNumber {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'transat-text', sans-serif;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .faq__mainNumber {
    font-size: 2.8rem;
    margin: -1rem 1.7rem 0 0;
  }
}
.faq__mainTitle {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 1.9rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq__mainTitle {
    font-size: 1.6rem;
    padding-right: 3.5rem;
    text-align: left;
  }
}
.faq__mainAnswer {
  width: 100%;
  max-width: 87rem;
  height: auto;
  background-color: #f3f3f3;
  overflow: hidden;
  display: none;
  margin: 1.7rem 0 2.8rem 8rem;
  padding: 2.4rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  text-align: start;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faq__mainAnswer {
    max-width: 28.2rem;
    margin: 2.4rem 6rem 0;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    letter-spacing: 0.05em;
  }
}
.faq__subTxt01 {
  /* max-width: 18rem; */
  /* width: auto; */
  width: 18rem;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem 1.2rem;
  margin: 0.7rem 0 3rem 8rem;
  border-radius: 0.2rem;
  display: block;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq__subTxt01 {
    margin: 2.5rem 6rem 3rem;
  }
}
.faq__subTxt02 {
  max-width: 7.2rem;
  width: auto;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem;
  margin: 1rem 0 3rem 8.5rem;
  border-radius: 0.2rem;
  display: block;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq__subTxt02 {
    margin: 2.1rem 6rem 3.5rem;
  }
}
.faq__subTxt03 {
  max-width: 13.1rem;
  width: auto;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem 1.2rem;
  margin: 1rem 0 3rem 8.5rem;
  border-radius: 0.2rem;
  display: block;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq__subTxt03 {
    margin: 2.4rem 6rem 3rem;
  }
}
.faq__subTxt04 {
  max-width: 10.7rem;
  width: auto;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem 1.2rem;
  margin: 1rem 0 3rem 8.5rem;
  border-radius: 0.2rem;
  display: block;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq__subTxt04 {
    margin: 2.4rem 6rem 3rem;
  }
}
.faq__subTxt05 {
  max-width: 19.1rem;
  width: auto;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  padding: 0.8rem 1.2rem;
  margin: 1rem 0 3rem 8.5rem;
  border-radius: 0.2rem;
  display: block;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq__subTxt05 {
    margin: 2.4rem 6rem 3rem;
  }
}
.faq__buttonContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .faq__buttonContainer {
    margin: 4rem auto;
  }
}
.faq__button {
  width: 44rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5rem;
  font-family: 'Transat', sans-serif;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .faq__button {
    width: 31rem;
    height: 6rem;
    padding: 2.5rem 2.4rem 2.1rem 3.2rem;
  }
}
.faq__button:focus {
  outline: none;
}
.faq__load {
  font-size: 1.6rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq__load {
    font-size: 1.4rem;
  }
}
.faq__more {
  font-size: 2rem;
  font-weight: 100;
}
.faq__mainQuestion.active .faq__mainAnswer {
  display: block;
}

/* news details child page */

.newsChildPage {
  width: 100%;
}
.newsChildPage__container {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsChildPage__container {
    margin-top: 7rem;
  }
}
.newsChildPage__content {
  width: 120rem;
  height: auto;
  margin: 0 auto 9.5rem;
  padding-bottom: 14rem;
  box-shadow: 0rem 0.3rem 1.5rem -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .newsChildPage__content {
    width: 37.5rem;
    box-shadow: none;
    margin-bottom: -13rem;
  }
}
.newsChildPage__link {
  padding: 3.5rem 0 9.7rem 7.2rem;
}
@media screen and (max-width: 768px) {
  .newsChildPage__link {
    padding: 1.5rem 1.3rem;
  }
}
.newsChildPage__home {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: #000;
  margin-right: 1.3rem;
}
.newsChildPage__home a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.newsChildPage__arrow {
  margin-right: 1.2rem;
  position: relative;
}
.newsChildPage__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.59rem;
  right: -0.2rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsChildPage__news {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.newsChildPage__news a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.newsChildPage__list {
  width: 96rem;
  height: auto;
  margin: 0 12.8rem;
}
@media screen and (max-width: 768px) {
  .newsChildPage__list {
    width: 37.5rem;
    padding: 0 1.6rem;
    margin: -1.3rem 0 7rem;
  }
}
.newsChildPageDtl {
  width: 100%;
}
.newsChildPageDtl__container {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__container {
    margin-top: 7rem;
  }
}
.newsChildPageDtl__link {
  padding: 3.5rem 0 5.9rem 5.9rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__link {
    padding: 1.5rem 1.5rem;
  }
}
.newsChildPageDtl__content {
  width: 120rem;
  height: auto;
  margin: 0 auto 8rem;
  padding-bottom: 12rem;
  box-shadow: 0rem 0.3rem 1.5rem -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__content {
    width: 37.5rem;
    padding-bottom: 4.8rem;
  }
}
.newsChildPageDtl__home {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  color: #000;
  margin-right: 1.2rem;
}
.newsChildPageDtl__home a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.newsChildPageDtl__arrow {
  margin-right: 1.5rem;
  position: relative;
}
.newsChildPageDtl__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.6rem;
  right: -0.5rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsChildPage__arrow01 {
  margin-right: 1.2rem;
  position: relative;
  opacity: 0.5;
}
.newsChildPage__arrow01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.59rem;
  right: -0.9rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsChildPageDtl__news {
  font-size: 1.2rem;
  font-family: 'transat-text', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 2rem;
}
.newsChildPage__articleLink {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .newsChildPage__articleLink {
    font-size: 1.2rem;
  }
}
.newsChildPage__articleLinkPhn {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media screen and (max-width: 768px) {
  .newsChildPage__articleLinkPhn {
    font-size: 1.2rem;
    display: flex;
  }
}

.newsChildPageDtl__article {
  width: 96rem;
  height: auto;
  margin: 0 13rem;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__article {
    width: 100%;
    padding: 2rem 1.3rem;
    margin: 0;
  }
}
.newsChildPageDtl__date {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.3);
}
.newsChildPageDtl__articleTitle {
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 1.6rem;
  margin-top: 2.4rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__articleTitle {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.8rem;
  }
}
.newsChildPageDtl__articleTitle:before {
  content: '';
  width: 0.6rem;
  height: 7.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__articleTitle:before {
    width: 0.4rem;
    height: 8.9rem;
  }
}
.newsChildPageDtl__paragraph {
  font-size: 1.4rem;
  color: #000;
  margin: 5rem auto 4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__paragraph {
    display: none;
    margin: 6rem auto 4rem;
  }
}
.newsChildPageDtl__paragraphSP {
  display: none;
  margin-top: 3.5rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__paragraphSP {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.newsChildPageDtl__image {
  max-width: 96rem;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .newsChildPageDtl__image {
    margin-bottom: 4.4rem;
  }
}
.newsChildPageDtl__nav {
  padding: 2.8rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newsChildPageDtl__nav a {
  text-decoration: none;
  color: inherit;
}
.newsChildPageDtl__back,
.newsChildPageDtl__next,
.newsChildPageDtl__prev {
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
  margin: 0 3.2rem;
}
.newsChildPageDtl__prev {
  position: relative;
}
.newsChildPageDtl__prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.1rem;
  right: 5rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow05.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsChildPageDtl__back {
  position: relative;
  margin-left: 4rem;
  padding-left: 1.9rem;
}
.newsChildPageDtl__back:before {
  content: '';
  position: absolute;
  display: block;
  top: 1.1rem;
  right: 8.1rem;
  width: 1.6rem;
  height: 1.4rem;
  transform: translateY(-50%);
  background: url('../images/sample/burger__menu01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.newsChildPageDtl__next {
  position: relative;
}

.newsChildPageDtl__next:after {
  content: '';
  position: absolute;
  display: block;
  top: 1.1rem;
  right: -3rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow06.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.childPageContact {
  width: 100%;
}
.childPageContact__container {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .childPageContact__container {
    margin-top: 7rem;
  }
}
.childPageContact__content {
  width: 120rem;
  height: auto;
  margin: 0 auto 12rem;
  padding-bottom: 12rem;
  box-shadow: 0rem 0.3rem 1.5rem -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .childPageContact__content {
    max-width: 37.5rem;
    margin-bottom: 8rem;
  }
}
.childPageContact__link {
  padding: 3.8rem 0 6.7rem 7rem;
}
@media screen and (max-width: 768px) {
  .childPageContact__link {
    padding: 1.5rem 1.3rem;
  }
}
.childPageContact__home {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: #000;
  margin-right: 1.2rem;
}
.childPageContact__home a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.childPageContact__arrow {
  margin-right: 1.2rem;
  position: relative;
}
.childPageContact__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4rem;
  right: -0.2rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.childPageContact__contact {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.childPageContact__form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 6.6rem;
}
@media screen and (max-width: 768px) {
  .childPageContact__form {
    margin: 3.5rem 1.6rem 6rem;
  }
}
.childPageConfirm {
  width: 100%;
}
.childPageConfirm__container {
  width: 100%;
  height: auto;
}
.childPageConfirm__content {
  width: 120rem;
  height: auto;
  margin: 0 auto 12rem;
  padding: 0 12rem 12rem;
  box-shadow: 0rem 0.3rem 1.5rem -5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .childPageConfirm__content {
    max-width: 37.5rem;
    margin-bottom: 8rem;
  }
}
.childPageConfirm__link {
  padding: 4.1rem 0;
}
@media screen and (max-width: 768px) {
  .childPageConfirm__link {
    padding: 1.5rem 1.3rem;
  }
}
.childPageConfirm__home {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: #000;
  margin-right: 1.2rem;
}
.childPageConfirm__home a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.childPageConfirm__arrow {
  margin-right: 1.2rem;
  position: relative;
}
.childPageConfirm__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  right: -0.2rem;
  width: 1.1rem;
  height: 0.87rem;
  transform: translateY(-50%);
  background: url('../images/sample/arrow01.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.childPageConfirm__contact {
  font-size: 1.3rem;
  font-family: 'transat-text', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.childPageConfirm__txt {
  padding: 18.1rem 12rem 5.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .childPageConfirm__txt {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 4rem;
  }
}
.childPageConfirm__txtContent {
  font-size: 2rem;
  font-weight: 600;
  color: #383434;
}
@page {
  size: A4 portrait;
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__box {
    break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */
