@charset "UTF-8";
/*---------------------------------------
 * 共通
---------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  mixin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  共通
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
img,
img a {
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.pc_view {
  display: block !important;
}

.sp_view {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc_view {
    display: none !important;
  }
  .sp_view {
    display: block !important;
  }
}
a:hover {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

html {
  overflow-x: hidden;
}

body {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.3854166667vw;
    line-height: 1.8;
  }
}

.inner {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.page-title-block {
  height: 253px;
  text-align: center;
  line-height: 1;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .page-title-block {
    height: 87px;
  }
}
.page-title-block .title {
  padding: 150px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-title-block .title {
    padding: 18px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-title-block .title img {
    height: 30px;
  }
}
.page-title-block .title span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-title-block .title span {
    font-size: 3.3854166667vw;
    padding: 8px 0 0 0;
  }
}

.breadcrumb {
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb .inner {
    width: 90%;
  }
}
.breadcrumb .inner ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb .inner ol li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb .inner ol li {
    font-size: 3.125vw;
  }
}
.breadcrumb .inner ol li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb .inner ol li:not(:last-child):after {
    padding: 0 3px;
  }
}
.breadcrumb .inner ol li a {
  color: #8F0F21;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #8F0F21;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 38px;
    height: 38px;
    top: initial;
    bottom: -68px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.7;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -65px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 35%;
  }
}

[dir=rtl] .slick-prev {
  right: -65px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -65px;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 35%;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: -65px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*---------------------------------------
 * パーツ
---------------------------------------*/
.gnav-block {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .gnav-block {
    width: 100%;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}
.gnav-block .gnav-inner {
  width: 980px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 0 0 30px 30px;
  text-align: center;
  color: #8F0F21;
  padding: 15px 13px 22px 15px;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner {
    width: 100%;
    padding: 0;
    border-radius: initial;
  }
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav-head-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px 5% 16px 5%;
  }
}
.gnav-block .gnav-inner .gnav-head-block .gnav-head {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav-head-block .gnav-head {
    font-size: 4.0364583333vw;
    letter-spacing: 1px;
    flex: 1;
    text-align: left;
  }
}
.gnav-block .gnav-inner .gnav-head-block .gnav-head span {
  display: inline-block;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  font-size: 16px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav-head-block .gnav-head span {
    font-size: 3.125vw;
    letter-spacing: 1px;
    padding: 4px 7px;
    margin: 0 5px 0 0;
  }
}
.gnav-block .gnav-inner .gnav-head-block .gnav-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu {
    display: block;
    width: 30px;
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu span {
    width: 100%;
    height: 3px;
    margin: 0 0 8px 0;
    background-color: #8F0F21;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    backface-visibility: hidden;
    display: block;
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu span:nth-child(2) {
    width: 67%;
    -webkit-transform: translate(48%, 0);
    -ms-transform: translate(48%, 0);
    transform: translate(48%, 0);
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu span:nth-child(3) {
    margin: 0;
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .gnav-block .gnav-inner .gnav-head-block .gnav-menu.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}
.gnav-block .gnav-inner .gnav {
  margin: 17px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav {
    margin: 0;
    text-align: center;
  }
}
.gnav-block .gnav-inner .gnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 10px 0;
}
.gnav-block .gnav-inner .gnav ul:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav ul {
    background-color: #FFF0F0;
    display: none;
    margin: 0;
  }
}
.gnav-block .gnav-inner .gnav ul li {
  line-height: 1;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav ul li a {
    display: block;
    width: 100%;
    padding: 17px 0 18px 0;
  }
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-inner .gnav ul li a img {
    height: 6.4vw;
  }
}
.gnav-block .gnav-consultation {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gnav-block .gnav-consultation {
    display: block;
    text-align: center;
    line-height: 1;
    background-color: #8F0F21;
    color: #FFF;
    font-size: 4.0364583333vw;
  }
  .gnav-block .gnav-consultation img {
    vertical-align: middle;
    width: 35px;
    margin: 0 3px 0 0;
  }
  .gnav-block .gnav-consultation a {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
}

.footer-block {
  border-top: 5px solid #8F0F21;
  text-align: center;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .footer-block {
    padding: 15% 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-block .inner {
    width: 88%;
  }
}
.footer-block .inner .footer-logo {
  width: 370px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-logo {
    width: 67%;
  }
}
.footer-block .inner .footer-head {
  color: #8F0F21;
  font-weight: bold;
  font-size: 20px;
  margin: 45px 0 0 0;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-head {
    margin: 5% 0 0 0;
    font-size: 4.0364583333vw;
    letter-spacing: 1px;
  }
}
.footer-block .inner .footer-head span {
  display: inline-block;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  margin: 0 10px 0 0;
  font-size: 16px;
  padding: 7px 12px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-head span {
    margin: 5% 5px 0 0;
    font-size: 3.125vw;
    letter-spacing: 1px;
    padding: 4px 8px;
  }
}
.footer-block .inner .fnav {
  font-size: 18px;
  font-weight: bold;
  margin: 13px 0 27px 0;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .fnav {
    margin: 8% 0 5% 0;
  }
}
.footer-block .inner .fnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .fnav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-block .inner .fnav ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .fnav ul li {
    width: 49%;
    text-align: center;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .fnav ul li a {
    font-size: 4.1666666667vw;
    display: block;
    width: 100%;
    background-color: #EFEFEF;
    padding: 8px 0;
  }
}
.footer-block .inner .footer-contact-block {
  background: #8F0F21;
  border-radius: 25px;
  color: #FFF;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block {
    border-radius: 15px;
    padding: 0 0 8px 0;
  }
}
.footer-block .inner .footer-contact-block ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul {
    display: block;
  }
}
.footer-block .inner .footer-contact-block ul li {
  line-height: 1.3;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul li {
    padding: 17px 0;
    margin: 0 auto;
  }
}
.footer-block .inner .footer-contact-block ul li img {
  vertical-align: middle;
}
.footer-block .inner .footer-contact-block ul li:nth-child(1) {
  width: 300px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul li:nth-child(1) {
    width: 90%;
    font-size: 5.859375vw;
  }
}
.footer-block .inner .footer-contact-block ul li:nth-child(1) span {
  font-size: 19px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul li:nth-child(1) span {
    font-size: 5.078125vw;
  }
}
.footer-block .inner .footer-contact-block ul li:nth-child(2) {
  width: 345px;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  font-size: 34px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul li:nth-child(2) {
    width: 90%;
    border: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 7.1614583333vw;
  }
}
.footer-block .inner .footer-contact-block ul li:nth-child(2) img {
  margin: 0 20px 0 0;
}
.footer-block .inner .footer-contact-block ul li:nth-child(3) {
  width: 334px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-contact-block ul li:nth-child(3) {
    width: 90%;
    font-size: 5.3385416667vw;
  }
}
.footer-block .inner .footer-contact-block ul li:nth-child(3) img {
  margin: 0 10px 0 0;
}
.footer-block .inner .footer-reception {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 6px 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-reception {
    font-size: 3.6458333333vw;
    padding: 11px 0 16px 0;
    line-height: 1.8;
  }
}
.footer-block .inner .footer-information {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .footer-information {
    font-size: 4.1666666667vw;
    line-height: 1.7;
  }
}
.footer-block .inner .copyright {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .footer-block .inner .copyright {
    font-size: 3.6458333333vw;
    padding: 27px 0 0 0;
  }
}

.consultation {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.consultation a {
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 50%;
  background-color: #8F0F21;
  color: #FFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .consultation a {
    width: 75px;
    height: 75px;
    line-height: 1.2;
    text-align: center;
  }
  .consultation a img {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 5px 0;
  }
}
.consultation a span {
  font-size: 11px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .consultation a span {
    font-size: 10px;
  }
}

/*---------------------------------------
 * 個別ページ
---------------------------------------*/
.page-home .mainvisual-block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-home .mainvisual-block {
    margin: -11% 0 0 0;
  }
}
.page-home .mainvisual-block .mainvisual ul li {
  margin: 0;
  background-image: url(/amapagos/assets/img/top/main01.jpg);
  background-repeat: no-repeat;
  width: 100vw;
  height: 78.125vw;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-home .mainvisual-block .mainvisual ul li {
    background-image: url(/amapagos/assets/img/top/main01_sp.jpg);
    height: 117.1875vw;
  }
}
.page-home .mainvisual-block .mainvisual ul li:nth-child(1) {
  background-image: url(/amapagos/assets/img/top/main01.jpg);
}
@media only screen and (max-width: 768px) {
  .page-home .mainvisual-block .mainvisual ul li:nth-child(1) {
    background-image: url(/amapagos/assets/img/top/main01_sp.jpg);
  }
}
.page-home .mainvisual-block .mainvisual ul li p.caption {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-home .mainvisual-block .mainvisual-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page-home .home-information-block {
  background: #FFFCD5;
  text-align: center;
  padding: 52px 0 49px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block {
    padding: 14% 0 15% 0;
  }
}
.page-home .home-information-block .inner {
  width: 980px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner h2.title {
    width: 63%;
    margin: 0 auto;
  }
}
.page-home .home-information-block .inner .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #8F0F21;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .sub-title {
    font-size: 3.3854166667vw;
    padding: 2px 0 11px 0;
  }
}
.page-home .home-information-block .inner .home-information {
  margin: 16px 0 22px 0;
  padding: 15px 30px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information {
    margin: 5% 0 30px 0;
  }
}
.page-home .home-information-block .inner .home-information dl {
  border-bottom: 1px solid #8F0F21;
  padding-bottom: 7px;
  margin-bottom: 13px;
  display: flex;
  line-height: 1.63;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information dl {
    padding-bottom: 8px;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.page-home .home-information-block .inner .home-information dl dt {
  font-weight: normal;
  padding-bottom: 7px;
  width: 125px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information dl dt {
    padding-bottom: 0;
    width: 100%;
  }
}
.page-home .home-information-block .inner .home-information dl dt .date {
  font-size: 16px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information dl dt .date {
    font-size: 3.125vw;
  }
}
.page-home .home-information-block .inner .home-information dl dd {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information dl dd {
    flex: initial;
  }
}
.page-home .home-information-block .inner .home-information dl dd .title a {
  color: #8F0F21;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .home-information dl dd .title a {
    font-size: 3.6458333333vw;
  }
}
.page-home .home-information-block .inner .link {
  text-align: left;
}
.page-home .home-information-block .inner .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .home-information-block .inner .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .link a {
    display: block;
    width: 54%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .home-information-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-information-block .inner .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-home .home-tokunoshima-block {
  padding: 30px 0 93px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block {
    padding: 11% 0 10% 0;
  }
}
.page-home .home-tokunoshima-block .inner {
  width: 950px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner {
    width: 100%;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima {
    flex-direction: column-reverse;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block {
    width: 90%;
    margin: 6% 0 0 0;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block h2 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block h2 {
    font-size: 4.9479166667vw;
    line-height: 1.4;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .txt-block p {
    font-size: 4.4270833333vw;
    line-height: 1.8;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima .img-block {
  width: 600px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .img-block {
    width: 51%;
    text-align: center;
    margin: 0 auto;
  }
}
.page-home .home-tokunoshima-block .inner .home-tokunoshima .img-block img {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-tokunoshima-block .inner .home-tokunoshima .img-block img {
    padding: 0;
  }
}
.page-home .home-section-block {
  margin: 0 0 137px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block {
    margin: 0 0 10% 0;
  }
}
.page-home .home-section-block .inner {
  width: 1010px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner {
    width: 100%;
  }
}
.page-home .home-section-block .inner .home-section {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  height: 340px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt {
  background-color: #FFF;
  width: 568px;
  padding: 30px 30px 30px 0px;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt {
    width: 90%;
    margin: -10% 0 0 0;
    padding: 7% 4%;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt .title-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.page-home .home-section-block .inner .home-section .home-section-txt .title-block h3 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .title-block h3 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .title-block h3 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .title-block .title-img img {
    height: 25px;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt .headline {
  font-size: 24px;
  line-height: 1.4;
  padding: 14px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .headline {
    font-size: 4.9479166667vw;
    padding: 9px 0 0 0;
    line-height: 1.6;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt p {
  font-size: 14px;
  padding: 10px 0 2px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt p {
    font-size: 4.1666666667vw;
    line-height: 1.6;
    padding: 10px 0 7px 0;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt .link {
  margin: 6px 0 0 0;
}
.page-home .home-section-block .inner .home-section .home-section-txt .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .home-section-block .inner .home-section .home-section-txt .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .link a {
    display: block;
    width: 60%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-txt .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-home .home-section-block .inner .home-section .home-section-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 340px;
  width: 560px;
  z-index: -1;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section .home-section-img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.page-home .home-section-block .inner .home-section-type02 {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-type02 {
    flex-direction: column;
  }
}
.page-home .home-section-block .inner .home-section-type02 .home-section-txt {
  padding: 30px 0 30px 30px;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-type02 .home-section-txt {
    margin: -10% 0 0 0;
    padding: 7% 4%;
  }
}
.page-home .home-section-block .inner .home-section-type02 .home-section-img {
  right: initial;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-type02 .home-section-img {
    left: initial;
  }
}
.page-home .home-section-block .inner .home-section-about {
  background-image: url("/amapagos/assets/img/top/ico-about.svg");
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-about {
    background-size: 20%;
    background-position: right 6% bottom 11%;
  }
}
.page-home .home-section-block .inner .home-section-parenting {
  background-image: url("/amapagos/assets/img/top/ico-parenting.svg");
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-parenting {
    background-size: 20%;
    background-position: right 6% bottom 11%;
  }
}
.page-home .home-section-block .inner .home-section-housing {
  background-image: url("/amapagos/assets/img/top/ico-housing.svg");
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-housing {
    background-size: 20%;
    background-position: right 6% bottom 11%;
  }
}
.page-home .home-section-block .inner .home-section-working {
  background-image: url("/amapagos/assets/img/top/ico-working.svg");
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .home-section-block .inner .home-section-working {
    background-size: 20%;
    background-position: right 6% bottom 11%;
  }
}
.page-home .workation-block {
  background: url("/amapagos/assets/img/top/workation.jpg") no-repeat;
  background-size: cover;
  padding: 105px 0;
  height: 546px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block {
    padding: 12% 0 14% 0;
    height: auto;
  }
}
.page-home .workation-block .inner {
  text-align: center;
  color: #FFF;
  width: 730px;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner {
    width: 90%;
  }
}
.page-home .workation-block .inner .title-block {
  background-color: rgba(3, 92, 253, 0.6);
  padding: 43px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .title {
    width: 60%;
    margin: 0 auto;
  }
}
.page-home .workation-block .inner .title-block .sub-title {
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .sub-title {
    padding: 7px 0 13px 0;
  }
}
.page-home .workation-block .inner .title-block .headline {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .headline {
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
}
.page-home .workation-block .inner .title-block .link {
  margin-top: 10px;
}
.page-home .workation-block .inner .title-block .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #FFF;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #FFF;
  line-height: 1;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .workation-block .inner .title-block .link a:hover {
  background: #FFF;
  color: #8F0F21;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .link a {
    display: block;
    width: 54%;
    border-radius: 30px;
    border: 1px solid #FFF;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #FFF;
    line-height: 1;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .workation-block .inner .title-block .link a:hover {
    background: #FFF;
    color: #8F0F21;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-home .support-block {
  background: url("/amapagos/assets/img/top/support.png") no-repeat;
  background-size: cover;
  padding: 95px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block {
    padding: 12% 0 14% 0;
  }
}
.page-home .support-block .inner {
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .title {
    width: 50%;
    margin: 0 auto;
  }
}
.page-home .support-block .inner .sub-title {
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .sub-title {
    padding: 7px 0 13px 0;
  }
}
.page-home .support-block .inner .headline {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .headline {
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
}
.page-home .support-block .inner .support {
  margin: 20px 0 34px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .support {
    margin: 17px 0 10px 0;
  }
}
.page-home .support-block .inner .support ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .support ul {
    flex-wrap: wrap;
  }
}
.page-home .support-block .inner .support ul li {
  background: #FFF;
  width: 150px;
  height: 120px;
  color: #004E98;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .support ul li {
    width: 47%;
    height: auto;
    font-size: 3.6458333333vw;
    padding: 15px;
    margin: 0 0 26px 0;
  }
}
.page-home .support-block .inner .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #FFF;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #FFF;
  line-height: 1;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .support-block .inner .link a:hover {
  background: #FFF;
  color: #8F0F21;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .link a {
    display: block;
    width: 54%;
    border-radius: 30px;
    border: 1px solid #FFF;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #FFF;
    line-height: 1;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .support-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .support-block .inner .link a:hover {
    background: #FFF;
    color: #8F0F21;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-home .interview-block {
  text-align: center;
  padding: 95px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block {
    padding: 14% 0 15% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner h2.title {
    width: 63%;
    margin: 0 auto;
  }
}
.page-home .interview-block .inner .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #8F0F21;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .sub-title {
    font-size: 3.3854166667vw;
    padding: 2px 0 11px 0;
  }
}
.page-home .interview-block .inner .headline {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .headline {
    font-size: 4.1666666667vw;
  }
}
.page-home .interview-block .inner .interview {
  margin: 36px 0 42px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview {
    margin: 5% 0 1% 0;
  }
}
.page-home .interview-block .inner .interview ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul {
    flex-wrap: wrap;
  }
}
.page-home .interview-block .inner .interview ul li {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul li .image img {
    width: 100%;
  }
}
.page-home .interview-block .inner .interview ul li p {
  margin: 26px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul li p {
    margin: 7px 0 0 0;
  }
}
.page-home .interview-block .inner .interview ul li p a {
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul li p a {
    font-size: 4.9479166667vw;
  }
}
.page-home .interview-block .inner .interview ul li p a span {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .interview ul li p a span {
    font-size: 3.125vw;
    display: inline-block;
  }
}
.page-home .interview-block .inner .link {
  text-align: left;
}
.page-home .interview-block .inner .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .interview-block .inner .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .link a {
    display: block;
    width: 54%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .interview-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .interview-block .inner .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-home .instagram-block {
  background: #FFFCD5;
  text-align: center;
  padding: 95px 0 89px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block {
    padding: 14% 0 15% 0;
  }
}
.page-home .instagram-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .title {
    width: 62%;
    margin: 0 auto;
  }
}
.page-home .instagram-block .inner .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #8F0F21;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .sub-title {
    font-size: 3.3854166667vw;
    padding: 2px 0 11px 0;
  }
}
.page-home .instagram-block .inner .instagram {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .instagram {
    margin: 10px 0 10px 0;
  }
}
.page-home .instagram-block .inner .instagram ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-home .instagram-block .inner .instagram ul li {
  width: 230px;
  margin: 0 0 42px 0;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .instagram ul li {
    width: 46.5%;
    margin: 0 0 7% 0;
  }
}
.page-home .instagram-block .inner .link {
  text-align: left;
}
.page-home .instagram-block .inner .link a {
  display: block;
  width: 330px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-home .instagram-block .inner .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .link a {
    display: block;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-home .instagram-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .instagram-block .inner .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-about .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-about .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-about .about-amagicho {
  padding: 70px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho {
    padding: 15% 0 0 0;
  }
}
.page-about .about-amagicho .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho .inner {
    width: 90%;
  }
}
.page-about .about-amagicho .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho .inner .title-block h2 {
    margin: 0 0 4px 0;
  }
}
.page-about .about-amagicho .inner p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho .inner p {
    font-size: 4.4270833333vw;
    text-align: justify;
  }
}
.page-about .about-amagicho .inner .slider-block {
  margin: 32px 0 33px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .about-amagicho .inner .slider-block {
    margin: 3% 0 18% 0;
  }
}
.page-about .ambience-block {
  text-align: center;
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block {
    padding: 17% 0 0 0;
  }
}
.page-about .ambience-block .logo {
  width: 370px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .logo {
    width: 60%;
  }
}
.page-about .ambience-block .ambience {
  margin: 32px 0 31px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .ambience {
    margin: 32px 0 10px 0;
  }
}
.page-about .ambience-block .ambience ul {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .ambience ul {
    flex-wrap: wrap;
  }
}
.page-about .ambience-block .ambience ul li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .ambience ul li {
    width: 50%;
  }
}
.page-about .ambience-block .ambience ul li img {
  width: 100%;
}
.page-about .ambience-block p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block p {
    font-size: 4.4270833333vw;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
.page-about .ambience-block .link {
  text-align: left;
  margin: 23px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .link {
    margin: 5% 0 0 0;
  }
}
.page-about .ambience-block .link a {
  display: block;
  width: 282px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-about .ambience-block .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-about .ambience-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .ambience-block .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-about .area-block {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block {
    padding: 26% 0 18% 0;
  }
}
.page-about .area-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner {
    width: 90%;
  }
}
.page-about .area-block .inner .area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area {
    flex-direction: column-reverse;
  }
}
.page-about .area-block .inner .area .txt-block {
  width: 653px;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .txt-block {
    width: 100%;
    padding: 12% 0 0 0;
  }
}
.page-about .area-block .inner .area .txt-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .txt-block h2 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .txt-block h2 {
    text-align: center;
  }
}
.page-about .area-block .inner .area .txt-block p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .txt-block p {
    font-size: 4.4270833333vw;
    padding: 4px 0 0 0;
  }
}
.page-about .area-block .inner .area .txt-block .image {
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .txt-block .image {
    width: 100%;
    margin: 5% 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .area-block .inner .area .img-block {
    width: 60%;
  }
}
.page-about .useful-block {
  padding: 0 0 50px 0;
}
.page-about .useful-block .inner {
  width: 1010px;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner {
    width: 90%;
  }
}
.page-about .useful-block .inner .useful-title {
  background-color: #8F0F21;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful-title {
    font-size: 4.4270833333vw;
    padding: 9px 0;
  }
}
.page-about .useful-block .inner .useful {
  margin: 76px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful {
    margin: 50px 0 0 0;
  }
}
.page-about .useful-block .inner .useful ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about .useful-block .inner .useful ul li {
  width: 460px;
  display: flex;
  flex-direction: column;
  margin: 0 0 76px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful ul li {
    margin: 0 0 52px 0;
  }
}
.page-about .useful-block .inner .useful ul li .title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  color: #8F0F21;
  padding: 12px 0;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful ul li .title {
    font-size: 4.4270833333vw;
    padding: 8px 0;
    margin: 0 0 6px 0;
  }
}
.page-about .useful-block .inner .useful ul li p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful ul li p {
    line-height: 1.6;
    font-size: 4.1666666667vw;
    margin: 0 0 1px 0;
  }
}
.page-about .useful-block .inner .useful ul li .image {
  margin-top: auto;
  background-color: #FFF0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 13px 0;
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful ul li .image {
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .page-about .useful-block .inner .useful ul li .image img {
    max-height: 120px;
  }
}

.page-housing .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-housing .housing-block {
  text-align: center;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-block {
    padding: 15% 0 2% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-block .inner {
    width: 90%;
  }
}
.page-housing .housing-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-housing .housing-block .inner p {
  font-size: 18px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-block .inner p {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 5px 0 0 0;
  }
}
.page-housing .akiya-block {
  text-align: center;
  margin: 40px 0 65px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block {
    margin: 11% 0 11% 0;
  }
}
.page-housing .akiya-block .inner {
  background-color: #FFFCD5;
  padding: 37px 37px 22px 37px;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .inner {
    padding: 10% 6.5% 12% 6.5%;
  }
}
.page-housing .akiya-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-housing .akiya-block .inner p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .inner p {
    line-height: 1.6;
    font-size: 3.90625vw;
    text-align: left;
  }
}
.page-housing .akiya-block .inner .image {
  margin: 21px 0 0 0;
}
.page-housing .akiya-block .link {
  text-align: left;
  margin: 23px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .link {
    margin: 5% 0 0 0;
  }
}
.page-housing .akiya-block .link a {
  display: block;
  width: 282px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-housing .akiya-block .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-housing .akiya-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .akiya-block .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner {
    width: 90%;
  }
}
.page-housing .housing-list-block .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-housing .housing-list-block .inner ul:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}
.page-housing .housing-list-block .inner ul li {
  width: 300px;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner ul li {
    width: 46%;
    margin: 0 0 15px 0;
  }
}
.page-housing .housing-list-block .inner ul li .image {
  position: relative;
}
.page-housing .housing-list-block .inner ul li .image .new {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #FFF;
  background-color: #8F0F21;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner ul li .image .new {
    top: 5px;
    left: 4px;
    width: 28px;
    height: 28px;
  }
}
.page-housing .housing-list-block .inner ul li .image .registerd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  color: #FFF;
  background-color: #8F0F21;
  text-align: center;
}
.page-housing .housing-list-block .inner ul li .name {
  line-height: 1.4;
  padding: 6px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner ul li .name {
    font-size: 2.734375vw;
  }
}
.page-housing .housing-list-block .inner ul li .name .number {
  color: #8F0F21;
}
.page-housing .housing-list-block .inner ul li .name .number span {
  font-weight: bold;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner ul li .name .number span {
    font-size: 4.5572916667vw;
    padding: 0 5px;
  }
}
.page-housing .housing-list-block .inner ul li .name p {
  font-size: 20px;
  padding: 3px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-block .inner ul li .name p {
    font-size: 3.3854166667vw;
  }
}
.page-housing .jutaku-block {
  text-align: center;
  margin: 70px 0 75px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block {
    margin: 11% 0 11% 0;
  }
}
.page-housing .jutaku-block .inner {
  background-color: #FFFCD5;
  padding: 37px 37px 45px 37px;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .inner {
    padding: 10% 6.5% 10% 6.5%;
  }
}
.page-housing .jutaku-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-housing .jutaku-block .inner p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .inner p {
    line-height: 1.6;
    font-size: 3.90625vw;
    text-align: left;
  }
}
.page-housing .jutaku-block .inner .image {
  margin: 21px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .inner .image {
    margin: 21px auto 0 auto;
    width: 60%;
  }
}
.page-housing .jutaku-block .link {
  text-align: left;
  margin: 23px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .link {
    margin: 5% 0 0 0;
  }
}
.page-housing .jutaku-block .link a {
  display: block;
  width: 282px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-housing .jutaku-block .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-housing .jutaku-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .jutaku-block .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-housing .housing-list-jutaku-block {
  margin: 0 0 5% 0;
}
.page-housing .housing-list-jutaku-block .link {
  text-align: left;
  margin: 23px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-jutaku-block .link {
    margin: 5% 0 0 0;
  }
}
.page-housing .housing-list-jutaku-block .link a {
  display: block;
  width: 282px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-jutaku-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-housing .housing-list-jutaku-block .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-jutaku-block .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-housing .housing-list-jutaku-block .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .housing-list-jutaku-block .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing .narrow-down-block .inner {
    width: 92%;
  }
}
.page-housing .narrow-down-block .inner .narrow-down {
  margin-bottom: 1rem;
}
.page-housing .narrow-down-block .inner .narrow-down input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 3.5rem;
  height: 1.9rem;
  margin-top: -0.2rem;
  border-radius: 60px;
  background-color: #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.5s;
}
.page-housing .narrow-down-block .inner .narrow-down input[type=checkbox]::before {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: white;
  color: black;
  content: "";
  transition: 0.3s ease;
}
.page-housing .narrow-down-block .inner .narrow-down input[type=checkbox]:checked {
  background: #8F0F21;
}
.page-housing .narrow-down-block .inner .narrow-down input[type=checkbox]:checked::before {
  left: 1.8rem;
}
.page-housing .narrow-down-block .inner .narrow-down label {
  margin-left: 1rem;
}
.page-housing .not-article {
  margin-top: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .page-housing .not-article {
    font-size: 4.9479166667vw;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  物件詳細
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-housing-detail .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-housing-detail .estate-block {
  padding: 70px 0 110px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block {
    padding: 16% 0 22% 0;
  }
}
.page-housing-detail .estate-block .inner {
  width: 740px;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner {
    width: 90%;
  }
}
.page-housing-detail .estate-block .inner .head {
  font-size: 24px;
  font-weight: bold;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  text-align: center;
  padding: 3px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .head {
    font-size: 4.9479166667vw;
    padding: 2px 0;
  }
}
.page-housing-detail .estate-block .inner .estate-main-image {
  margin: 52px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-main-image {
    margin: 8% 0 0 0;
  }
}
.page-housing-detail .estate-block .inner .estate-main-image .registerd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  color: #FFF;
  background-color: #8F0F21;
  text-align: center;
}
.page-housing-detail .estate-block .inner .estate-main-image img {
  width: 100%;
}
.page-housing-detail .estate-block .inner .estate-thumbnail {
  margin: 64px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-thumbnail {
    margin: 4% 0 0 0;
  }
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul:before {
  content: "";
  display: block;
  width: 160px;
  height: 0;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-thumbnail ul:before {
    width: 24%;
  }
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul:after {
  content: "";
  display: block;
  width: 160px;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-thumbnail ul:after {
    width: 24%;
  }
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul li {
  width: 160px;
  margin: 0 0 28px 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-thumbnail ul li {
    width: 24%;
    margin: 0 0 4px 0;
  }
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul li.current {
  outline: 1px solid #8F0F21;
}
.page-housing-detail .estate-block .inner .estate-thumbnail ul li img {
  width: 100%;
}
.page-housing-detail .estate-block .inner .estate-detail-info {
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info {
    margin: 4.5% 0 0 0;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info .title-block {
  border-bottom: 1px solid #8F0F21;
  padding: 0 0 6px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .title-block {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .title-block .name {
    font-size: 3.3854166667vw;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.number {
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.number {
    font-size: 3.125vw;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.number span {
  font-weight: bold;
  font-size: 26px;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.number span {
    font-size: 5.46875vw;
    padding: 0 5px;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.type {
  color: #000;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .title-block .name span.type {
    font-size: 4.4270833333vw;
    padding: 0 0 0 5px;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info dl {
    justify-content: space-between;
    margin: 15px 0 0 0;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info dl dt, .page-housing-detail .estate-block .inner .estate-detail-info dl dd {
  margin: 19px 10px 0 0;
  font-size: 14px;
  padding: 2px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info dl dt, .page-housing-detail .estate-block .inner .estate-detail-info dl dd {
    margin: 0 0 12px 0;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info dl dt {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info dl dt {
    font-size: 3.125vw;
    width: 28%;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info dl dt span {
  width: 100%;
  display: block;
  text-align: center;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info dl dt span {
    padding: 4px 0;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info dl dd {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info dl dd {
    font-size: 3.6458333333vw;
    width: 70%;
    padding: 4px 0;
  }
}
.page-housing-detail .estate-block .inner .estate-detail-info .remark {
  padding: 26px 0 0 0;
}
.page-housing-detail .estate-block .inner .estate-detail-info .remark .title {
  font-size: 14px;
  color: #8F0F21;
  border-bottom: 1px solid #8F0F21;
  padding: 0 0 2px 0;
}
.page-housing-detail .estate-block .inner .estate-detail-info .remark p {
  font-size: 14px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .estate-detail-info .remark p {
    font-size: 3.90625vw;
    padding: 6px 0 0 0;
    line-height: 1.7;
  }
}
.page-housing-detail .estate-block .inner .apply {
  border: 5px solid #8F0F21;
  margin: 67px 0 95px 0;
  padding: 25px 25px 38px 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .apply {
    margin: 13% 0 21% 0;
    padding: 25px 5px;
  }
}
.page-housing-detail .estate-block .inner .apply .read {
  font-size: 16px;
  color: #8F0F21;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .apply .read {
    font-size: 4.4270833333vw;
    line-height: 1.5;
  }
}
.page-housing-detail .estate-block .inner .apply p {
  font-size: 14px;
  padding: 4px 0 27px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .apply p {
    font-size: 3.90625vw;
    padding: 17px 0 24px 0;
    line-height: 1.6;
  }
}
.page-housing-detail .estate-block .inner .apply .pdf-link a {
  background-color: #8F0F21;
  color: #FFF;
  text-align: center;
  display: block;
  width: 257px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .apply .pdf-link a {
    width: 80%;
    padding: 10px 0;
  }
}
.page-housing-detail .estate-block .inner .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-housing-detail .estate-block .inner .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .link a {
    display: block;
    width: 75%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-housing-detail .estate-block .inner .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-housing-detail .categories {
  display: none;
}

.page-interview .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-interview .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-interview .interview-list-block {
  padding: 70px 0 75px 0;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block {
    padding: 15% 0 2% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner {
    width: 90%;
  }
}
.page-interview .interview-list-block .inner .title-block {
  text-align: center;
}
.page-interview .interview-list-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-interview .interview-list-block .inner .title-block p {
  font-size: 18px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .title-block p {
    font-size: 4.4270833333vw;
    text-align: center;
    padding: 5px 0 0 0;
  }
}
.page-interview .interview-list-block .inner .interview-list {
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list {
    margin: 10% 0 0 0;
  }
}
.page-interview .interview-list-block .inner .interview-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul {
    display: block;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li {
  width: 480px;
  margin: 0 0 90px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li {
    width: 100%;
    margin: 0 0 19% 0;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li .image {
  min-height: 0%;
}
.page-interview .interview-list-block .inner .interview-list ul li .image img {
  width: 100%;
}
.page-interview .interview-list-block .inner .interview-list ul li .type {
  font-size: 16px;
  color: #8F0F21;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .type {
    text-align: center;
    font-size: 3.90625vw;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li .name {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .name {
    text-align: center;
    font-size: 5.46875vw;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li p {
  font-size: 18px;
  padding: 10px 0 7px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li p {
    font-size: 4.4270833333vw;
    line-height: 1.8;
    padding: 10px 0 19px 0;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li .link {
  margin-top: auto;
}
.page-interview .interview-list-block .inner .interview-list ul li .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-interview .interview-list-block .inner .interview-list ul li .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .link a {
    display: block;
    width: 55%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-interview .interview-list-block .inner .interview-list ul li .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  インタビュー詳細
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-interview-detail .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-interview-detail .interview-infomation-block {
  padding: 75px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block {
    padding: 15% 0 2% 0;
  }
}
.page-interview-detail .interview-infomation-block .inner {
  width: 920px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner {
    width: 90%;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation {
    padding: 0;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation .name {
  font-size: 22px;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation .name {
    font-size: 4.4270833333vw;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation .name span {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation .name span {
    font-size: 6.5104166667vw;
    display: block;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation .name span .ss-alignment {
  display: inline-block;
}
.page-interview-detail .interview-infomation-block .inner .infomation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation ul {
    display: block;
    margin: 5% 0 0 0;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation ul li {
  font-size: 14px;
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation ul li {
    margin: 0 0 5% 0;
    font-size: 3.6458333333vw;
    width: 100%;
    text-align: left;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation ul li span {
  text-align: center;
  width: 100px;
  color: #8F0F21;
  display: inline-block;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  padding: 2px 0;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-infomation-block .inner .infomation ul li span {
    width: 90px;
    font-size: 3.125vw;
    padding: 4px 0;
  }
}
.page-interview-detail .interview-infomation-block .inner .infomation ul li .ss-alignment {
  display: inline-block;
}
.page-interview-detail .interview-detail-block {
  padding: 57px 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-detail-block {
    padding: 0;
  }
}
.page-interview-detail .interview-detail-block .inner {
  width: 920px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-detail-block .inner {
    width: 90%;
  }
}
.page-interview-detail .interview-detail-block .inner .image {
  padding: 0 0 10px 0;
}
.page-interview-detail .interview-detail-block .inner p {
  padding: 10px 0;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-detail-block .inner p {
    font-size: 4.4270833333vw;
    line-height: 1.7;
  }
}
.page-interview-detail .interview-detail-block .inner .title {
  color: #8F0F21;
  font-size: 26px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-detail-block .inner .title {
    font-size: 4.9479166667vw;
    margin: 10px 0 0 0;
  }
}
.page-interview-detail .interview-detail-block .inner .t-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 10px 0;
}
.page-interview-detail .interview-detail-block .inner .t-image img {
  width: 49%;
}
.page-interview-detail .interview-ad-block {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-ad-block {
    padding: 5% 0 0 0;
  }
}
.page-interview-detail .interview-ad-block .inner {
  border-bottom: 3px solid #8F0F21;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-ad-block .inner {
    border-bottom: 2px solid #8F0F21;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 11% 0;
  }
}
.page-interview-detail .interview-ad-block .inner .title {
  font-size: 22px;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-ad-block .inner .title {
    font-size: 4.9479166667vw;
  }
}
.page-interview-detail .interview-ad-block .inner p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .interview-ad-block .inner p {
    font-size: 4.1666666667vw;
  }
}
.page-interview-detail .interview-ad-block .inner a {
  color: #0f348f;
}
.page-interview-detail .link {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .link {
    padding: 10% 0;
  }
}
.page-interview-detail .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-interview-detail .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-interview-detail .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-interview-detail .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-working .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-working .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-working .working-list-block {
  padding: 70px 0 110px 0;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block {
    padding: 15% 0 2% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner {
    width: 90%;
  }
}
.page-working .working-list-block .inner .title-block {
  text-align: center;
}
.page-working .working-list-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-working .working-list-block .inner .title-block p {
  font-size: 18px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .title-block p {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 5px 0 0 0;
  }
}
.page-working .working-list-block .inner .hello-link {
  padding: 30px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .hello-link {
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.page-working .working-list-block .inner .hello-link a {
  display: block;
  width: 330px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .hello-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-working .working-list-block .inner .hello-link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .hello-link a {
    display: block;
    width: 86%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-working .working-list-block .inner .hello-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .hello-link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-working .working-list-block .inner .working-list {
  margin: 86px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list {
    margin: 18% 0 0 0;
  }
}
.page-working .working-list-block .inner .working-list ul li {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li {
    margin: 0 0 18% 0;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box {
    display: block;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .image {
  width: 480px;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .image {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .image img {
  width: 100%;
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation {
  flex: 1;
  padding: 0 0 0 19px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation {
    flex: initial;
    padding: 0;
    flex-direction: initial;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .occupation {
    width: 25%;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .name {
  font-size: 26px;
  padding: 42px 0 8px 0;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .name {
    font-size: 5.46875vw;
    width: 70%;
    padding: 0;
    line-height: 1;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation p {
    font-size: 4.4270833333vw;
    width: 100%;
    padding: 6px 0 26px 0;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link {
    width: 100%;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a {
    display: block;
    width: 55%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-working .working-list-block .inner .working-list ul li .occupation-box .infomation .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  仕事詳細
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-working-detail .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-working-detail .working-infomation-block {
  padding: 55px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block {
    padding: 17% 0 2% 0;
  }
}
.page-working-detail .working-infomation-block .inner {
  width: 920px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner {
    width: 90%;
  }
}
.page-working-detail .working-infomation-block .inner .infomation {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation .occupation {
    width: 25%;
    margin: 0 auto;
  }
}
.page-working-detail .working-infomation-block .inner .infomation .name {
  font-size: 22px;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation .name {
    text-align: center;
    font-size: 4.4270833333vw;
    margin: 3% 0 0 0;
  }
}
.page-working-detail .working-infomation-block .inner .infomation .name span {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation .name span {
    display: block;
    font-size: 6.5104166667vw;
  }
}
.page-working-detail .working-infomation-block .inner .infomation .name span .ss-alignment {
  display: inline-block;
}
.page-working-detail .working-infomation-block .inner .infomation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation ul {
    justify-content: left;
    margin: 15% 0 0 0;
  }
}
.page-working-detail .working-infomation-block .inner .infomation ul li {
  font-size: 14px;
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation ul li {
    font-size: 3.6458333333vw;
    text-align: left;
  }
}
.page-working-detail .working-infomation-block .inner .infomation ul li span {
  text-align: center;
  width: 100px;
  color: #8F0F21;
  display: inline-block;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  padding: 2px 0;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-infomation-block .inner .infomation ul li span {
    font-size: 3.125vw;
    width: 90px;
    padding: 5px 0;
  }
}
.page-working-detail .working-infomation-block .inner .infomation ul li .ss-alignment {
  display: inline-block;
}
.page-working-detail .working-detail-block {
  padding: 87px 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-detail-block {
    padding: 1% 0 36px 0;
  }
}
.page-working-detail .working-detail-block .inner {
  width: 920px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-detail-block .inner {
    width: 90%;
  }
}
.page-working-detail .working-detail-block .inner .image {
  padding: 0 0 10px 0;
}
.page-working-detail .working-detail-block .inner p {
  padding: 10px 0;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-detail-block .inner p {
    font-size: 4.4270833333vw;
    line-height: 1.7;
    padding: 0 0 8% 0;
  }
}
.page-working-detail .working-detail-block .inner .title {
  color: #8F0F21;
  font-size: 26px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-detail-block .inner .title {
    font-size: 4.9479166667vw;
    margin: 10px 0 0 0;
  }
}
.page-working-detail .working-detail-block .inner .t-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 10px 0;
}
.page-working-detail .working-detail-block .inner .t-image img {
  width: 49%;
}
.page-working-detail .advise-block {
  margin: 0 0 30px 0;
}
.page-working-detail .advise-block .inner {
  width: 920px;
  border: 3px solid #8F0F21;
  padding: 20px 24px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner {
    width: 90%;
    padding: 27px 3% 17px 3%;
  }
}
.page-working-detail .advise-block .inner .advise {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner .advise {
    display: block;
  }
}
.page-working-detail .advise-block .inner .advise .image {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner .advise .image {
    width: 37%;
    margin: 0 auto;
  }
}
.page-working-detail .advise-block .inner .advise .infomation {
  flex: 1;
  padding: 8px 0 0 18px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner .advise .infomation {
    padding: 23px 0 0 0;
  }
}
.page-working-detail .advise-block .inner .advise .infomation .title {
  font-size: 22px;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner .advise .infomation .title {
    font-size: 4.9479166667vw;
    line-height: 1.7;
  }
}
.page-working-detail .advise-block .inner .advise .infomation p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .advise-block .inner .advise .infomation p {
    font-size: 4.4270833333vw;
    line-height: 1.7;
  }
}
.page-working-detail .working-ad-block {
  text-align: center;
}
.page-working-detail .working-ad-block .inner {
  border-bottom: 3px solid #8F0F21;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-ad-block .inner {
    border-bottom: 2px solid #8F0F21;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 11% 0;
  }
}
.page-working-detail .working-ad-block .inner .title {
  font-size: 22px;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-ad-block .inner .title {
    font-size: 4.9479166667vw;
  }
}
.page-working-detail .working-ad-block .inner p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .working-ad-block .inner p {
    font-size: 4.1666666667vw;
  }
}
.page-working-detail .link {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .link {
    padding: 10% 0;
  }
}
.page-working-detail .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-working-detail .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-working-detail .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-working-detail .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-working-detail .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-support .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-support .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-support .support-information-block {
  padding: 70px 0 57px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block {
    padding: 15% 0 7% 0;
  }
}
.page-support .support-information-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner {
    width: 90%;
  }
}
.page-support .support-information-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner .title-block h2 {
    margin: 0;
  }
}
.page-support .support-information-block .inner p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner p {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 5px 0 0 0;
  }
}
.page-support .support-information-block .inner .sec-link-block {
  margin: 28px auto 33px auto;
  width: 780px;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner .sec-link-block {
    width: 100%;
    margin: 6% auto;
  }
}
.page-support .support-information-block .inner .sec-link-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-support .support-information-block .inner .sec-link-block ul li {
  margin: 0 0 28px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner .sec-link-block ul li {
    width: 48%;
    margin: 0 0 13px 0;
  }
}
.page-support .support-information-block .inner .sec-link-block ul li a {
  display: block;
  font-size: 20px;
  width: 240px;
  border: 1px solid #8F0F21;
  background-color: #8F0F21;
  color: #FFF;
  text-align: center;
  padding: 2px 0;
  border-radius: 30px;
  background-image: url("/amapagos/assets/img/support/tri-bottom.svg");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-support .support-information-block .inner .sec-link-block ul li a {
    width: 100%;
    font-size: 3.3854166667vw;
    padding: 5px 0;
  }
}
.page-support .support-information-block .inner .sec-link-block ul li a:hover {
  border: 1px solid #8F0F21;
  background-color: #FFF;
  color: #8F0F21;
  background-image: url("/amapagos/assets/img/support/tri-bottom-red.svg");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.page-support .support-detail-block {
  padding: 0 0 45px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner {
    width: 90%;
  }
}
.page-support .support-detail-block .inner .block-title {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .block-title {
    margin: 0 0 20px 0;
  }
}
.page-support .support-detail-block .inner .block-title h3 {
  background-color: #8F0F21;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .block-title h3 {
    font-size: 4.4270833333vw;
    padding: 10px 0;
  }
}
.page-support .support-detail-block .inner .support-detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-support .support-detail-block .inner .support-detail ul li {
  width: 460px;
  display: flex;
  flex-direction: column;
  margin: 0 0 45px 0;
}
.page-support .support-detail-block .inner .support-detail ul li .title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  color: #8F0F21;
  padding: 12px 0;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .title {
    font-size: 4.4270833333vw;
    padding: 9px 0;
  }
}
.page-support .support-detail-block .inner .support-detail ul li .image {
  margin-top: auto;
  background-color: #FFF0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 10px 0;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .image {
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .image img {
    max-height: 120px;
  }
}
.page-support .support-detail-block .inner .support-detail ul li p {
  font-size: 18px;
  line-height: 1.7;
  margin: 11px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li p {
    font-size: 4.1666666667vw;
    line-height: 1.6;
    margin: 7px 0 0 0;
  }
}
.page-support .support-detail-block .inner .support-detail ul li dl {
  padding: 7px 0 0 0;
}
.page-support .support-detail-block .inner .support-detail ul li dl dt {
  font-size: 18px;
  color: #8F0F21;
  border-bottom: 1px solid #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li dl dt {
    font-size: 3.6458333333vw;
    padding: 0 0 2px 0;
  }
}
.page-support .support-detail-block .inner .support-detail ul li dl dd {
  padding: 8px 0 3px 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li dl dd {
    font-size: 3.6458333333vw;
    line-height: 1.7;
    padding: 6px 0 3px 0;
  }
}
.page-support .support-detail-block .inner .support-detail ul li .link {
  margin: 28px 0 0 0;
}
.page-support .support-detail-block .inner .support-detail ul li .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-support .support-detail-block .inner .support-detail ul li .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-support .support-detail-block .inner .support-detail ul li .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-parenting .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-parenting .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-parenting .parenting-block {
  text-align: center;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block {
    padding: 15% 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner {
    width: 90%;
  }
}
.page-parenting .parenting-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-parenting .parenting-block .inner .read {
  font-size: 18px;
  padding: 10px 0 97px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .read {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 4px 0 20px 0;
  }
}
.page-parenting .parenting-block .inner .parenting-box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box ul {
    flex-wrap: wrap;
  }
}
.page-parenting .parenting-block .inner .parenting-box ul li {
  width: 460px;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box ul li {
    width: 100%;
    margin: 0 0 43px 0;
  }
}
.page-parenting .parenting-block .inner .parenting-box ul li .title {
  font-size: 22px;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  text-align: center;
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box ul li .title {
    font-size: 4.4270833333vw;
    padding: 2px 0;
  }
}
.page-parenting .parenting-block .inner .parenting-box ul li .image {
  margin: 23px 0 7px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box ul li .image {
    margin: 12px 0 7px 0;
  }
}
.page-parenting .parenting-block .inner .parenting-box ul li p {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box ul li p {
    font-size: 4.1666666667vw;
    line-height: 1.55;
  }
}
.page-parenting .parenting-block .inner .parenting-box .link {
  padding: 30px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .link {
    padding: 0;
  }
}
.page-parenting .parenting-block .inner .parenting-box .link a {
  display: block;
  width: 290px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-parenting .parenting-block .inner .parenting-box .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .link a {
    display: block;
    width: 76%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-parenting .parenting-block .inner .parenting-box .sankai-link {
  padding: 23px 0 0 0;
  text-align: left;
}
.page-parenting .parenting-block .inner .parenting-box .sankai-link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .sankai-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-parenting .parenting-block .inner .parenting-box .sankai-link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .sankai-link a {
    display: block;
    width: 76%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .sankai-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .sankai-link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-parenting .parenting-block .inner .parenting-box .school-link {
  padding: 23px 0 0 0;
  text-align: left;
}
.page-parenting .parenting-block .inner .parenting-box .school-link a {
  display: block;
  width: 318px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .school-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-parenting .parenting-block .inner .parenting-box .school-link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .school-link a {
    display: block;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .school-link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-block .inner .parenting-box .school-link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-parenting .parenting-school-block {
  padding: 74px 0 35px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block {
    padding: 20% 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner {
    width: 90%;
  }
}
.page-parenting .parenting-school-block .inner .block-title h3 {
  font-size: 22px;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  text-align: center;
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .block-title h3 {
    font-size: 4.4270833333vw;
    padding: 2px 0;
  }
}
.page-parenting .parenting-school-block .inner .read {
  font-size: 18px;
  padding: 18px 0 0 0;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .read {
    font-size: 4.1666666667vw;
    line-height: 1.55;
    padding: 12px 0 0 0;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school {
  font-size: 16px;
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school {
    padding: 5.5% 0 0 0;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-parenting .parenting-school-block .inner .parenting-school ul > li {
  text-align: center;
  width: 240px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school ul > li {
    width: 49%;
    font-size: 3.3854166667vw;
    margin: 0 0 3px 0;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school ul > li .title {
  background-color: #8F0F21;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  height: 68px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school ul > li .title {
    font-size: 3.3854166667vw;
    height: 45px;
    padding: 6px 5px;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school ul > li ol li {
  background-color: #EFEFEF;
  padding: 4px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school ul > li ol li {
    padding: 3px 0;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school ul > li ol li:nth-child(even) {
  background-color: #FFF0F0;
}
.page-parenting .parenting-school-block .inner .parenting-school .presently {
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school .presently {
    font-size: 3.6458333333vw;
    padding: 6px 0 0 0;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school .link {
  padding: 30px 0 0 0;
  text-align: left;
}
.page-parenting .parenting-school-block .inner .parenting-school .link a {
  display: block;
  width: 330px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-parenting .parenting-school-block .inner .parenting-school .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school .link a {
    display: block;
    width: 80%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-school-block .inner .parenting-school .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-parenting .parenting-bottom-block {
  padding: 70px 0 122px 0;
}
@media only screen and (max-width: 768px) {
  .page-parenting .parenting-bottom-block {
    padding: 15% 0 14% 0;
  }
}

.page-study .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-study .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-study .study-block {
  text-align: center;
  padding: 70px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-block {
    padding: 15% 0 15% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .study-block .inner {
    width: 90%;
  }
}
.page-study .study-block .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-study .study-block .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
.page-study .study-block .inner .read {
  font-size: 18px;
  padding: 10px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-block .inner .read {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 5px 0 0 0;
  }
}
.page-study .study-apply-block {
  background-color: #FFFCD5;
  padding: 78px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block {
    padding: 14% 0 4% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner {
    padding: 0 6.5%;
  }
}
.page-study .study-apply-block .inner .block-title {
  text-align: center;
}
.page-study .study-apply-block .inner .block-title h3 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .block-title h3 {
    font-size: 4.9479166667vw;
  }
}
.page-study .study-apply-block .inner .block-title p {
  font-size: 18px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .block-title p {
    font-size: 4.4270833333vw;
    padding: 6px 0 0 0;
    text-align: left;
  }
}
.page-study .study-apply-block .inner .study-apply-list {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list {
    padding: 5% 0 0 0;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul {
    display: block;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul li {
  width: 460px;
  display: flex;
  flex-direction: column;
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li {
    width: 100%;
    display: block;
    margin: 0 0 19% 0;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul li .title {
  font-size: 22px;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  text-align: center;
  padding: 1px 0;
  margin: 0 0 22px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li .title {
    font-size: 4.4270833333vw;
    margin: 0 0 12px 0;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul li .image {
  position: relative;
}
.page-study .study-apply-block .inner .study-apply-list ul li .image .movie-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-study .study-apply-block .inner .study-apply-list ul li p {
  font-size: 18px;
  line-height: 1.7;
  padding: 6px 0 13px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li p {
    font-size: 4.1666666667vw;
    line-height: 1.6;
    padding: 6px 0 16px 0;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul li .link {
  margin-top: auto;
}
.page-study .study-apply-block .inner .study-apply-list ul li .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-study .study-apply-block .inner .study-apply-list ul li .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li .link a {
    display: block;
    width: 55%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .study-apply-block .inner .study-apply-list ul li .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-study .style-block {
  padding: 90px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block {
    padding: 21% 0 14% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner {
    width: 90%;
  }
}
.page-study .style-block .inner .block-title h3 {
  background-color: #8F0F21;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .block-title h3 {
    font-size: 4.4270833333vw;
    padding: 9px 0;
  }
}
.page-study .style-block .inner .style-list {
  margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list {
    margin: 5% 0 0 0;
  }
}
.page-study .style-block .inner .style-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul {
    display: block;
  }
}
.page-study .style-block .inner .style-list ul li {
  width: 460px;
  display: flex;
  flex-direction: column;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li {
    width: 100%;
    margin: 0 0 10% 0;
  }
}
.page-study .style-block .inner .style-list ul li .title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  color: #8F0F21;
  padding: 12px 0;
  margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li .title {
    font-size: 4.4270833333vw;
    margin: 6% 0 0 0;
    padding: 8px 0;
  }
}
.page-study .style-block .inner .style-list ul li .image {
  min-height: 0%;
}
.page-study .style-block .inner .style-list ul li p {
  font-size: 18px;
  line-height: 1.7;
  margin: 11px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li p {
    font-size: 4.1666666667vw;
    margin: 7px 0 0 0;
  }
}
.page-study .style-block .inner .style-list ul li dl {
  padding: 7px 0 0 0;
}
.page-study .style-block .inner .style-list ul li dl dt {
  font-size: 18px;
  color: #8F0F21;
  border-bottom: 1px solid #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li dl dt {
    font-size: 3.6458333333vw;
    padding: 0 0 2px 0;
  }
}
.page-study .style-block .inner .style-list ul li dl dd {
  padding: 8px 0 3px 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li dl dd {
    font-size: 3.6458333333vw;
    line-height: 1.7;
    padding: 6px 0 3px 0;
  }
}
.page-study .style-block .inner .style-list ul li .link {
  margin: 28px 0 0 0;
}
.page-study .style-block .inner .style-list ul li .link a {
  display: block;
  width: 237px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-study .style-block .inner .style-list ul li .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li .link a {
    display: block;
    width: 65%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .style-block .inner .style-list ul li .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}
.page-study .trial-block {
  background-color: #FFFCD5;
  padding: 74px 0 97px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block {
    padding: 14% 0 18% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner {
    padding: 0 6.5%;
  }
}
.page-study .trial-block .inner .block-title {
  text-align: center;
}
.page-study .trial-block .inner .block-title h3 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner .block-title h3 {
    font-size: 4.9479166667vw;
  }
}
.page-study .trial-block .inner .block-title p {
  font-size: 18px;
  padding: 10px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner .block-title p {
    font-size: 4.4270833333vw;
    text-align: left;
    padding: 1% 0 6% 0;
  }
}
.page-study .trial-block .inner .link a {
  display: block;
  width: 330px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-study .trial-block .inner .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner .link a {
    display: block;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-study .trial-block .inner .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-study .trial-block .inner .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-story .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-story .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-story .story-information-block {
  padding: 70px 0 37px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-story .story-information-block {
    padding: 17% 0 10% 0;
  }
}
.page-story .story-information-block .inner {
  width: 920px;
}
@media only screen and (max-width: 768px) {
  .page-story .story-information-block .inner {
    width: 90%;
  }
}
.page-story .story-information-block .inner .sec-link-block {
  margin: 21px auto 33px auto;
}
@media only screen and (max-width: 768px) {
  .page-story .story-information-block .inner .sec-link-block {
    margin: 0;
  }
}
.page-story .story-information-block .inner .sec-link-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-story .story-information-block .inner .sec-link-block ul li {
  margin: 0 0 28px 0;
}
@media only screen and (max-width: 768px) {
  .page-story .story-information-block .inner .sec-link-block ul li {
    width: 48%;
    margin: 0 0 12px 0;
  }
}
.page-story .story-information-block .inner .sec-link-block ul li a {
  display: block;
  font-size: 16px;
  width: 210px;
  border: 1px solid #8F0F21;
  background-color: #8F0F21;
  color: #FFF;
  text-align: center;
  padding: 6px 0;
  border-radius: 30px;
  background-image: url("/amapagos/assets/img/support/tri-bottom.svg");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 768px) {
  .page-story .story-information-block .inner .sec-link-block ul li a {
    width: 100%;
    font-size: 3.125vw;
    padding: 6px 0;
  }
}
.page-story .story-information-block .inner .sec-link-block ul li a:hover {
  border: 1px solid #8F0F21;
  background-color: #FFF;
  color: #8F0F21;
  background-image: url("/amapagos/assets/img/support/tri-bottom-red.svg");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.page-story .story-block {
  margin: 0 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block {
    margin: 0 0 14% 0;
  }
}
.page-story .story-block .inner {
  width: 920px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner {
    width: 90%;
  }
}
.page-story .story-block .inner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .title {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    width: 50%;
    margin: 0 auto;
  }
}
.page-story .story-block .inner .story-box {
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .story-box {
    display: block;
    font-size: 3.3854166667vw;
    padding: 6% 0 0 0;
  }
}
.page-story .story-block .inner .story-box .story-list-left,
.page-story .story-block .inner .story-box .story-list-right {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .story-box .story-list-left,
  .page-story .story-block .inner .story-box .story-list-right {
    width: 100%;
  }
}
.page-story .story-block .inner .story-box .story-list-left ul li,
.page-story .story-block .inner .story-box .story-list-right ul li {
  background-color: #FFF0F0;
  text-align: center;
  padding: 20px 22px 18px 22px;
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .story-box .story-list-left ul li,
  .page-story .story-block .inner .story-box .story-list-right ul li {
    padding: 3%;
    margin: 0 0 2px 0;
  }
}
.page-story .story-block .inner .block-title {
  margin: 0 0 10px 0;
}
.page-story .story-block .inner .block-title h2 {
  font-size: 22px;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-radius: 30px;
  text-align: center;
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .block-title h2 {
    font-size: 4.4270833333vw;
    padding: 9px 0;
  }
}
.page-story .story-block .inner .other-box ul li {
  line-height: 1.7;
  font-size: 16px;
  border-bottom: 1px dashed #8F0F21;
  padding: 10px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-story .story-block .inner .other-box ul li {
    font-size: 3.3854166667vw;
  }
}

.page-workation .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-workation .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-workation .about-workation {
  padding: 70px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation {
    padding: 15% 0 0 0;
  }
}
.page-workation .about-workation .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner {
    width: 90%;
  }
}
.page-workation .about-workation .inner .title-block h2 {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .title-block h2 {
    font-size: 4.9479166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .title-block h2 {
    margin: 0 0 4px 0;
  }
}
.page-workation .about-workation .inner p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner p {
    font-size: 4.4270833333vw;
    text-align: justify;
  }
}
.page-workation .about-workation .inner .slider-block {
  margin: 38px 0 38px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .slider-block {
    margin: 3% 0 2% 0;
  }
}
.page-workation .about-workation .inner .slider-block ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .slider-block ul {
    flex-direction: column;
  }
}
.page-workation .about-workation .inner .slider-block ul li {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .slider-block ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.page-workation .about-workation .inner .addition {
  background-color: #8F0F21;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  padding: 14px 0;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .page-workation .about-workation .inner .addition {
    font-size: 4.4270833333vw;
    padding: 9px 0;
    line-height: 1.4;
  }
}
.page-workation .workation-image-block {
  text-align: center;
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-image-block {
    padding: 7% 0 0 0;
  }
}
.page-workation .workation-image-block .workation-image {
  margin: 32px 0 31px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-image-block .workation-image {
    margin: 32px 0 10px 0;
  }
}
.page-workation .workation-image-block .workation-image ul {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-image-block .workation-image ul {
    flex-wrap: wrap;
  }
}
.page-workation .workation-image-block .workation-image ul li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-image-block .workation-image ul li {
    width: 50%;
  }
}
.page-workation .workation-image-block .workation-image ul li img {
  width: 100%;
}
.page-workation .stay-block {
  padding: 36px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block {
    padding: 16% 0 8% 0;
  }
}
.page-workation .stay-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block .inner {
    width: 90%;
  }
}
.page-workation .stay-block .inner .stay {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block .inner .stay {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block .inner .stay .txt-block {
    width: 100%;
    padding: 12% 0 0 0;
  }
}
.page-workation .stay-block .inner .stay .txt-block ul {
  padding-top: 14px;
}
.page-workation .stay-block .inner .stay .txt-block ul li {
  font-size: 24px;
  line-height: 2.1;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block .inner .stay .txt-block ul li {
    font-size: 4.1666666667vw;
    line-height: 1.9;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.page-workation .stay-block .inner .stay .img-block {
  width: 280px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .stay-block .inner .stay .img-block {
    width: 80%;
    margin: 0 auto;
    position: relative;
    right: initial;
    top: initial;
  }
}
.page-workation .workation-block {
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block {
    padding: 6% 0 6% 0;
  }
}
.page-workation .workation-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner {
    width: 90%;
  }
}
.page-workation .workation-block .inner .workation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation {
    flex-direction: column;
  }
}
.page-workation .workation-block .inner .workation .txt-block {
  width: 500px;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation .txt-block {
    width: 100%;
    margin-top: 5%;
  }
}
.page-workation .workation-block .inner .workation .txt-block dl {
  padding-top: 21px;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation .txt-block dl {
    padding-top: 11px;
  }
}
.page-workation .workation-block .inner .workation .txt-block dl dt {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation .txt-block dl dt {
    font-size: 4.1666666667vw;
  }
}
.page-workation .workation-block .inner .workation .txt-block dl dd {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation .txt-block dl dd {
    font-size: 3.125vw;
  }
}
.page-workation .workation-block .inner .workation .img-block {
  width: 480px;
  margin-right: 20px;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .page-workation .workation-block .inner .workation .img-block {
    width: 100%;
    margin-right: 0;
  }
}
.page-workation .information-block {
  padding: 43px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block {
    padding: 0 0 6% 0;
  }
}
.page-workation .information-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner {
    width: 90%;
  }
}
.page-workation .information-block .inner .facility-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .facility-box {
    flex-direction: column;
  }
}
.page-workation .information-block .inner .facility-box .facility {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .facility-box .facility {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-workation .information-block .inner .facility-box .facility .title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  color: #8F0F21;
  padding: 9px 0;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .facility-box .facility .title {
    font-size: 4.4270833333vw;
    padding: 8px 0;
    margin: 0 0 16px 0;
  }
}
.page-workation .information-block .inner .facility-box .facility .facility-title {
  color: #8F0F21;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .facility-box .facility .facility-title {
    font-size: 4.9479166667vw;
  }
}
.page-workation .information-block .inner .facility-box .facility p {
  line-height: 1.7;
}
.page-workation .information-block .inner .price-box {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box {
    padding-top: 0;
  }
}
.page-workation .information-block .inner .price-box .title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  color: #8F0F21;
  padding: 9px 0;
  margin: 0 0 10px 0;
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .title {
    font-size: 4.4270833333vw;
    padding: 8px 0;
    margin: 0 0 26px 0;
    line-height: 1.3;
  }
}
.page-workation .information-block .inner .price-box .price-table {
  border: 1px solid #8F0F21;
  display: grid;
  grid-template-columns: 214px 104px 173px 162px 387px;
  grid-template-rows: 1fr 110px 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .price-table {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.page-workation .information-block .inner .price-box .price-table span.bold {
  font-weight: bold;
  color: #8F0F21;
}
.page-workation .information-block .inner .price-box .price-table .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.page-workation .information-block .inner .price-box .price-table .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .price-table .content p {
    white-space: initial;
  }
}
.page-workation .information-block .inner .price-box .A-1 {
  grid-area: 1/1/4/2;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .A-1 {
    border: 1px solid #8F0F21;
    border-right: none;
  }
}
.page-workation .information-block .inner .price-box .B-1 {
  grid-area: 1/2/3/3;
  background-color: #FFF0F0;
  color: #8F0F21;
  border: 1px solid #8F0F21;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .B-1 {
    border-top: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .B-2 {
  grid-area: 3/2/4/3;
  background-color: #FFF0F0;
  color: #8F0F21;
  border-left: 1px solid #8F0F21;
  border-right: 1px solid #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .B-2 {
    border-bottom: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .C-1 {
  grid-area: 1/3/2/4;
  background-color: #FFF0F0;
  color: #8F0F21;
  border-right: 1px solid #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .C-1 {
    border-top: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .C-2 {
  grid-area: 2/3/3/4;
  background-color: #FFF0F0;
  color: #8F0F21;
  border-top: 1px solid #8F0F21;
  border-bottom: 1px solid #8F0F21;
  border-right: 1px solid #8F0F21;
}
.page-workation .information-block .inner .price-box .C-3 {
  grid-area: 3/3/4/4;
  background-color: #FFF0F0;
  color: #8F0F21;
  border-right: 1px solid #8F0F21;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .C-3 {
    border-bottom: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .D-1 {
  grid-area: 1/4/2/5;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .D-1 {
    border-top: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .D-2 {
  grid-area: 2/4/3/5;
  border-top: 1px solid #8F0F21;
  border-bottom: 1px solid #8F0F21;
}
.page-workation .information-block .inner .price-box .D-3 {
  grid-area: 3/4/4/5;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .D-3 {
    border-bottom: 1px solid #8F0F21;
  }
}
.page-workation .information-block .inner .price-box .E-1 {
  grid-area: 1/5/4/6;
  border-left: 1px solid #8F0F21;
  padding: 0 21px;
}
@media only screen and (max-width: 768px) {
  .page-workation .information-block .inner .price-box .E-1 {
    border-bottom: 1px solid #8F0F21;
    border-top: 1px solid #8F0F21;
    border-right: 1px solid #8F0F21;
  }
}
@media all and (-ms-high-contrast: none) {
  .page-workation .information-block .inner .price-box .price-table {
    display: -ms-grid;
    -ms-grid-columns: 214px 104px 173px 162px 387px;
    -ms-grid-rows: 1fr 110px 1fr;
  }
  .page-workation .information-block .inner .price-box .A-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .B-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .B-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .C-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .C-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .C-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .D-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .D-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .D-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  .page-workation .information-block .inner .price-box .E-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
.page-workation .information-block .inner .price-box table tr td {
  border: 1px solid #8F0F21;
}
.page-workation .contact-block {
  background-color: #FFFCD5;
  padding: 75px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block {
    padding: 6% 0;
  }
}
.page-workation .contact-block .inner {
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner {
    width: 90%;
  }
}
.page-workation .contact-block .inner .contact .title {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #8F0F21;
  padding: 4px 0;
}
.page-workation .contact-block .inner .contact ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #FFF;
  color: #8F0F21;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul {
    display: block;
  }
}
.page-workation .contact-block .inner .contact ul li {
  line-height: 1.3;
  padding: 4px 0;
  margin: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul li {
    padding: 17px 0;
    margin: 0 auto;
  }
}
.page-workation .contact-block .inner .contact ul li svg {
  vertical-align: middle;
  fill: #8F0F21;
}
.page-workation .contact-block .inner .contact ul li:nth-child(1) {
  width: 329px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul li:nth-child(1) {
    width: 90%;
    font-size: 5.859375vw;
    display: none;
  }
}
.page-workation .contact-block .inner .contact ul li:nth-child(1) span {
  font-size: 19px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul li:nth-child(1) span {
    font-size: 5.078125vw;
  }
}
.page-workation .contact-block .inner .contact ul li:nth-child(2) {
  width: 347px;
  border-right: 1px solid #8F0F21;
  border-left: 1px solid #8F0F21;
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul li:nth-child(2) {
    width: 90%;
    border: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 7.1614583333vw;
  }
}
.page-workation .contact-block .inner .contact ul li:nth-child(2) img {
  margin: 0 20px 0 0;
}
.page-workation .contact-block .inner .contact ul li:nth-child(3) {
  width: 364px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .contact ul li:nth-child(3) {
    width: 90%;
    font-size: 5.3385416667vw;
  }
}
.page-workation .contact-block .inner .contact ul li:nth-child(3) img {
  margin: 0 10px 0 0;
}
.page-workation .contact-block .inner .footer-reception {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 12px 0 5px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .footer-reception {
    font-size: 3.6458333333vw;
    padding: 11px 0 16px 0;
    line-height: 1.8;
  }
}
.page-workation .contact-block .inner .footer-information {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-workation .contact-block .inner .footer-information {
    font-size: 4.1666666667vw;
    line-height: 1.7;
  }
}

.page-information-list .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-information-list .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-information-list .information-list-block {
  padding: 53px 0 110px 0;
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block {
    padding: 15% 0 12% 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block .inner {
    width: 90%;
  }
}
.page-information-list .information-list-block .inner .information-list dl {
  border-bottom: 1px solid #8F0F21;
  padding-bottom: 11px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block .inner .information-list dl {
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.page-information-list .information-list-block .inner .information-list dl dt {
  font-weight: normal;
  padding-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block .inner .information-list dl dt {
    padding-bottom: 0;
  }
}
.page-information-list .information-list-block .inner .information-list dl dt .date {
  font-size: 16px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block .inner .information-list dl dt .date {
    font-size: 3.125vw;
  }
}
.page-information-list .information-list-block .inner .information-list dl dd .title {
  line-height: 1.63;
}
.page-information-list .information-list-block .inner .information-list dl dd .title a {
  color: #8F0F21;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .page-information-list .information-list-block .inner .information-list dl dd .title a {
    font-size: 4.1666666667vw;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  お知らせ詳細
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-information-detail .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-information-detail .information-detail-block {
  padding: 54px 0 36px 0;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block {
    padding: 5% 0 12%;
  }
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner {
    width: 90%;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .main-content {
  width: 680px;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .main-content {
    width: 100%;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl {
  border-bottom: 1px solid #8F0F21;
  padding-bottom: 11px;
  margin-bottom: 21px;
}
.page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl dt {
  font-weight: normal;
  padding-bottom: 7px;
}
.page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl dt .date {
  font-size: 16px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl dt .date {
    font-size: 3.125vw;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl dd .title {
  line-height: 1.63;
  color: #8F0F21;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .main-content .title-box dl dd .title {
    font-size: 4.1666666667vw;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content {
  width: 250px;
  padding-top: 34px;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .side-content {
    width: 100%;
    padding-top: 50px;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block .sec-title {
  color: #8F0F21;
  font-size: 22px;
  border-bottom: 1px solid #8F0F21;
  padding-bottom: 7px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block .sec-title {
    font-size: 4.1666666667vw;
    margin-bottom: 11px;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl {
  border-bottom: 1px dashed #8F0F21;
  padding-bottom: 11px;
  margin-bottom: 10px;
  padding-top: 6px;
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dt {
  font-weight: normal;
  padding-bottom: 2px;
  line-height: 1.4375;
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dt .date {
  font-size: 16px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dt .date {
    font-size: 3.125vw;
  }
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dd .title {
  line-height: 1.4375;
}
.page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dd .title a {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .main-content-area .side-content .side-block dl dd .title a {
    font-size: 3.125vw;
  }
}
.page-information-detail .information-detail-block .inner .infomation-list-link {
  max-width: 280px;
  margin: 0 auto;
}
.page-information-detail .information-detail-block .inner .infomation-list-link .link {
  padding: 30px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .infomation-list-link .link {
    padding: 0;
  }
}
.page-information-detail .information-detail-block .inner .infomation-list-link .link a {
  display: block;
  width: 290px;
  border-radius: 30px;
  border: 1px solid #8F0F21;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 16px 20px;
  color: #8F0F21;
  line-height: 1;
  background-color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .infomation-list-link .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
.page-information-detail .information-detail-block .inner .infomation-list-link .link a:hover {
  background: #8F0F21;
  color: #FFF;
  background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
  background-position: right 13px top 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .infomation-list-link .link a {
    display: block;
    width: 76%;
    border-radius: 30px;
    border: 1px solid #8F0F21;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 16px 20px;
    color: #8F0F21;
    line-height: 1;
    background-color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .infomation-list-link .link a {
    padding: 13px 16px;
    font-size: 3.3854166667vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page-information-detail .information-detail-block .inner .infomation-list-link .link a:hover {
    background: #8F0F21;
    color: #FFF;
    background-image: url("/amapagos/assets/img/common/arrow-right-white.svg");
    background-position: right 13px top 50%;
    background-repeat: no-repeat;
  }
}

.page-inquiry input[type=text],
.page-inquiry input[type=email],
.page-inquiry textarea {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
  padding: 2px 10px;
}
.page-inquiry .page-title-block {
  background-image: url("/amapagos/assets/img/common/titile-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-inquiry .page-title-block {
    background-image: url("/amapagos/assets/img/common/titile-bg_sp.png");
  }
}
.page-inquiry .inquiry-block {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .inner {
    width: 92%;
  }
}
.page-inquiry .inquiry-block .inner .inquiry-form .errorExplanation {
  border: 1px solid #8F0F21;
  padding: 20px 30px;
  margin-top: 20px;
}
.page-inquiry .inquiry-block .inner .inquiry-form .errorExplanation p {
  font-weight: bold;
}
.page-inquiry .inquiry-block .inner .inquiry-form .errorExplanation ul li {
  color: #8F0F21;
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns {
  margin-top: 30px;
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns .column {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .inner .inquiry-form .columns .column {
    margin-bottom: 12px;
  }
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns .column .required {
  color: #8F0F21;
  font-size: 0.8em;
  margin-left: 6px;
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns .column .fields label {
  display: block;
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns .column .fields label input[type=radio] {
  margin-right: 5px;
}
.page-inquiry .inquiry-block .inner .inquiry-form .columns .column .fields select {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  appearance: auto;
}
.page-inquiry .inquiry-block .inner .inquiry-form .send {
  margin-top: 40px;
}
.page-inquiry .inquiry-block .inner .inquiry-form .send input[type=submit] {
  background: #8F0F21;
  padding: 10px 70px;
  border-radius: 5px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .inner .inquiry-form .send input[type=submit] {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
.page-inquiry .inquiry-block .inner .inquiry-form .send input[type=submit]:hover {
  opacity: 0.9;
}
.page-inquiry .inquiry-block .inner .inquiry-form .send input[name=cancel] {
  background: #DDD;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .page-inquiry .inquiry-block .inner .inquiry-form .send input[name=cancel] {
    margin-bottom: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
