@charset "UTF-8";
* {
  font-family: 'Noto Sans JP', sans-serif; }

a {
  text-decoration: none;
  position: relative;
  z-index: 5; }

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

ul {
  list-style: none; }

.clear {
  clear: both; }

#mobile {
  display: none; }

#pc {
  display: block; }

.container {
  width: calc(100% - 240px);
  margin: 0 auto;
  position: relative; }

header {
  position: absolute;
  top: 0;
  height: 104px;
  width: 100%;
  padding: 0 120px;
  background: white; }
  header .button-2 {
    float: right;
    margin-top: 23px; }

.underline {
  text-decoration: underline; }

.header-logo {
  width: 140px;
  margin: 33px 0;
  float: left; }

.main-top-wrapper {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  height: auto; }

.top-img {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 208px);
  width: calc(100vw - 120px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1; }

.top-block {
  width: 480px;
  height: calc(100vh - 104px);
  background: #CC0E0E;
  float: right;
  z-index: 5;
  padding: 0 40px; }

.white-hr {
  height: 8px;
  width: 80px;
  margin-top: 120px;
  border: none;
  background: white; }

.top-title {
  margin-top: 40px;
  font-size: 56px;
  line-height: 72px;
  color: white;
  font-family: "Montserrat";
  font-weight: 600; }

.explain-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: white;
  margin-top: 40px;
  margin-bottom: 56px; }

.button-1 {
  padding: 16px 24px;
  border: 1px solid white;
  background: #CC0E0E;
  color: white;
  font-weight: 300; }

.button-1:hover {
  background: white;
  color: #CC0E0E;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.button-2 {
  padding: 16px 24px;
  border: 1px solid #CC0E0E;
  background: none;
  color: #CC0E0E;
  font-weight: 300; }

.button-2:hover {
  background: #CC0E0E;
  color: white;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.scroll-down {
  position: absolute;
  top: calc(100vh - 156px);
  left: 0px; }
  .scroll-down img {
    height: 8px;
    float: left;
    margin-top: 4px;
    margin-right: 8px; }
  .scroll-down text {
    font-size: 16px;
    line-height: 16px;
    font-family: "Montserrat";
    color: #CC0E0E;
    font-weight: 500;
    float: left; }

.greeting-wrapper {
  padding-top: calc(100vh + 120px); }

.top-greeting-img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.history-wrapper {
  padding-top: 160px; }

.history-img-box {
  width: 100%;
  margin-top: 80px; }
  .history-img-box .red-back-text-1 {
    display: inline-block;
    float: left;
    position: relative;
    left: auto;
    top: auto; }

.service-wrapper {
  padding: 160px 0; }

.service-title-box {
  width: 100%; }

.service-title {
  font-size: 104px;
  line-height: 104px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #CC0E0E; }

.service-box {
  width: 528px;
  float: left;
  position: relative;
  margin-top: 80px; }

.number {
  font-weight: 700;
  font-family: "Montserrat";
  color: #F5D3D3;
  font-size: 24px;
  line-height: 104px; }

.huge {
  font-weight: 700;
  font-family: "Montserrat";
  color: #F5D3D3;
  font-size: 104px;
  line-height: 104px; }

.service-img {
  position: relative; }
  .service-img img {
    width: 480px;
    height: 320px; }
  .service-img a {
    position: absolute;
    left: 192px;
    top: 248px; }

.service-button {
  background: #CC0E0E;
  padding: 32px 24px;
  width: 336px;
  height: 80px; }
  .service-button text {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: white;
    font-weight: 600; }
  .service-button .arrow {
    float: right;
    height: 16px;
    width: 16px; }

.service-button:hover {
  padding-right: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.service-box + .service-box {
  margin-left: calc(100% - 1056px); }

.news-wrapper {
  width: 100%;
  background: white;
  padding: 0 0 120px 0; }

.news-table {
  width: 100%;
  margin-top: 80px; }
  .news-table tr .td-left {
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    width: 16%; }
  .news-table tr .td-right {
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    width: 84%; }
  .news-table td {
    padding: 16px 0; }

footer {
  background: #EDECEC;
  padding-top: 80px;
  padding-bottom: 16px; }

.footer-logo-box {
  width: 45%;
  float: left; }

.footer-logo {
  height: 120px; }

.footer-contact-box {
  width: 45%;
  float: left; }
  .footer-contact-box p {
    color: #CC0E0E;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px; }

.footer-logo-box + .footer-contact-box {
  margin-left: 10%; }

.sitemap-box {
  width: 45%;
  float: left;
  margin-top: 120px; }

.sitemap-box + .sitemap-box {
  margin-left: 10%; }

.red-back-title {
  display: inline-block;
  background: #CC0E0E;
  padding: 16px 24px; }
  .red-back-title h4 {
    font-size: 24px;
    line-height: 24px;
    color: white; }

.sitemap-content {
  margin-top: 56px;
  float: left;
  width: auto; }
  .sitemap-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #CC0E0E; }

.sitemap-content + .sitemap-content {
  margin-left: 40px; }

.red-bar-title {
  display: inline-block;
  margin-bottom: 24px; }
  .red-bar-title .red-bar {
    height: 24px;
    width: 8px;
    border: none;
    background: #CC0E0E;
    display: inline-block;
    float: left; }
  .red-bar-title text {
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #CC0E0E;
    margin-left: 8px; }

.red-hr-text {
  display: inline-block; }
  .red-hr-text .red-hr {
    height: 1px;
    width: 4px;
    border: none;
    background: #CC0E0E;
    display: inline-block;
    float: left;
    margin-top: 8px; }
  .red-hr-text text {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #CC0E0E;
    margin-left: 8px; }

.red-hr-text:hover text {
  margin-left: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.red-hr-text + .red-hr-text {
  margin-top: 12px; }

.info-table td {
  font-size: 16px;
  line-height: 24px;
  color: #CC0E0E;
  vertical-align: top; }

.copyright {
  margin-top: 120px;
  color: #CC0E0E;
  font-size: 14px;
  line-height: 14px; }

.top-title-2 {
  margin-top: 40px;
  font-size: 48px;
  line-height: 48px;
  color: white;
  font-weight: 600; }

.explain-text-2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: white;
  margin-top: 80px;
  margin-bottom: 96px; }

.detail-wrapper {
  padding: 160px 0;
  padding-top: calc(100vh + 160px); }

.detail-title {
  width: 100%; }

.sub-title {
  font-size: 48px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 40px; }

.detail-text {
  display: inline-block;
  float: left;
  margin-top: 80px;
  width: 480px;
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300; }
  .detail-text p {
    margin-bottom: 80px; }

.detail-img-1 {
  position: relative;
  float: right;
  width: 520px; }
  .detail-img-1 img {
    width: 480px;
    height: 320px; }

.red-back-text-1 {
  background: #CC0E0E;
  padding: 24px 40px;
  width: 400px;
  position: absolute;
  left: -40px;
  top: 248px; }
  .red-back-text-1 p {
    color: white;
    font-size: 16px;
    line-height: 24px; }

.red-box-1 {
  width: 100%;
  background: #CC0E0E;
  padding: 40px;
  margin-bottom: 96px; }
  .red-box-1 h4 {
    font-size: 24px;
    line-height: 24px;
    color: white; }
  .red-box-1 p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    color: white; }
  .red-box-1 .attention {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px; }

.marketing-img-box {
  width: 100%; }
  .marketing-img-box .red-back-text-1 {
    position: relative;
    left: auto;
    top: auto; }

.marketing-img {
  margin-top: 40px;
  width: 320px;
  height: 200px;
  margin-bottom: 96px; }

.marketing-img + .marketing-img {
  margin-left: calc((100% - 980px)/2); }

.residence-img-box {
  width: 100%;
  margin-bottom: 96px; }
  .residence-img-box .red-back-text-1 {
    position: relative;
    left: auto;
    top: auto; }

.residence-img {
  width: 440px;
  height: 480px;
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 40px; }
  .residence-img img {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 40px; }
  .residence-img .red-back-text-2 {
    background: #CC0E0E;
    padding: 16px 24px;
    width: 320px;
    position: absolute;
    left: 0;
    top: 360px; }
    .residence-img .red-back-text-2 p {
      color: white;
      font-size: 16px;
      line-height: 24px; }

.residence-img + .residence-img {
  margin-left: 80px; }

.translation-table {
  width: 100%;
  margin-top: 40px;
  text-align: left; }
  .translation-table th {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    vertical-align: top; }
  .translation-table td {
    color: white;
    font-size: 16px;
    line-height: 24px;
    padding: 40px 0;
    border-bottom: 1px solid white;
    vertical-align: top; }
  .translation-table .translation-table-content {
    width: 40%; }
  .translation-table .translation-table-level {
    width: 10%; }
  .translation-table .translation-table-price {
    width: 25%; }

.translation-table + h4 {
  margin-top: 80px; }

.attention + h4 {
  margin-top: 80px; }

.school-table {
  width: 100%;
  margin-top: 40px;
  text-align: left;
  border-top: 1px solid white; }
  .school-table td {
    color: white;
    font-size: 16px;
    line-height: 24px;
    padding: 40px 0;
    border-bottom: 1px solid white; }
  .school-table .td-left {
    vertical-align: top;
    width: 30%; }
  .school-table .td-right {
    width: 70%; }

.right-half {
  width: 480px;
  float: right; }

.detail-img-2 {
  width: 344px;
  height: 248px;
  position: relative;
  margin-left: 24px; }
  .detail-img-2 img {
    width: 320px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .detail-img-2 .red-back-text-1 {
    width: 320px;
    position: absolute;
    right: -24px;
    top: 152px; }

.agency-arrow {
  margin: 40px 0;
  margin-left: 160px;
  width: 24px; }

.detail-img-2 + .detail-img-2 {
  margin-top: 80px; }

.name {
  height: 56px; }

.background {
  background: #EDECEC;
  position: absolute;
  top: 120px;
  left: 120px;
  width: calc(100% - 120px);
  height: 1600px;
  margin: 0; }

.background-text {
  color: white;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: "Montserrat";
  position: absolute;
  top: 120px;
  left: 120px; }

.red-box-2 {
  width: 800px;
  background: #CC0E0E;
  padding: 120px;
  margin: 0 auto;
  position: relative;
  top: 360px;
  margin-bottom: 520px; }

.top-title-2 + .school-table {
  margin-top: 80px; }

.top-title-2 + form {
  margin-top: 80px; }

form {
  width: 100%; }
  form select {
    border: 1px solid white;
    border-radius: 0;
    padding: 4px 8px; }
  form input {
    border: 1px solid white;
    border-radius: 0;
    padding: 4px 8px;
    width: 100%; }
  form textarea {
    border: 1px solid white;
    border-radius: 0;
    padding: 4px 8px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset; }
  form .checkbox {
    width: auto; }
  form .button {
    text-align: center;
    margin: 0 auto;
    margin-top: 80px; }
    form .button input {
      width: auto;
      color: white;
      border: 1px solid white;
      border-radius: 0;
      padding: 8px 24px; }
    form .button input:hover {
      color: #CC0E0E;
      background: white;
      border: 1px solid #CC0E0E;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }

.slider {
  display: inline-block;
  width: 60%;
  float: right;
  margin-top: 0px; }
  .slider img {
    margin: 0 auto;
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

@media screen and (max-width: 1300px) {
  #mobile {
    display: block; }
  #pc {
    display: none; }
  .container {
    width: 80%; }
  header {
    height: 64px;
    padding: 0 10%; }
  .header-logo {
    height: 32px;
    width: auto;
    margin: 16px 0;
    margin-left: 10%; }
  .main-top-wrapper {
    top: 64px; }
  .top-img {
    position: absolute;
    top: -400px;
    left: 0;
    height: 400px;
    width: 100vw;
    margin-left: -10vw; }
  .top-block {
    margin-top: 400px;
    width: 100vw;
    height: 520px;
    float: none;
    padding: 40px 10vw;
    margin-left: -10vw; }
  .white-hr {
    width: 40px;
    margin-top: 0; }
  .top-title {
    font-size: 36px;
    line-height: 44px; }
  .explain-text {
    font-size: 14px; }
  .button-1 {
    font-size: 12px;
    line-height: 12px; }
  .button-2 {
    font-size: 12px;
    line-height: 12px; }
  .scroll-down {
    top: 536px;
    left: 0; }
    .scroll-down img {
      height: 6px;
      float: left;
      margin-top: 3px;
      margin-right: 4px; }
    .scroll-down text {
      font-size: 12px;
      line-height: 12px; }
  .greeting-wrapper {
    padding-top: 1036px; }
  .top-greeting-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px; }
  .service-wrapper {
    padding: 40px 0; }
  .service-title-box {
    width: 100%;
    float: none; }
    .service-title-box .scroll-down {
      display: none; }
  .service-title {
    font-size: 40px;
    line-height: 40px; }
  .service-box {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 40px; }
  .number {
    font-size: 16px;
    line-height: 48px; }
  .huge {
    font-size: 48px;
    line-height: 48px; }
  .service-img {
    position: relative; }
    .service-img img {
      width: calc(100% - 16px);
      height: 160px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .service-img a {
      left: auto;
      right: -16px;
      top: 136px; }
  .service-button {
    padding: 18px 16px;
    width: 224px;
    height: 48px; }
    .service-button text {
      font-size: 12px;
      line-height: 12px; }
    .service-button .arrow {
      height: 12px;
      width: 12px; }
  .service-button:hover {
    padding-right: 8px; }
  .service-title-box + .service-box {
    margin-left: 0; }
  .service-box + .service-box {
    margin-left: 0; }
  .news-wrapper {
    padding: 40px 0; }
  .news-table {
    margin-top: 40px; }
    .news-table tr {
      padding: 0;
      vertical-align: top; }
      .news-table tr .td-left {
        font-size: 12px;
        line-height: 12px;
        width: 30%; }
      .news-table tr .td-right {
        font-size: 12px;
        line-height: 12px;
        width: 70%; }
    .news-table td {
      padding: 12px 0; }
  footer {
    padding-top: 40px;
    padding-bottom: 8px; }
  .footer-logo-box {
    width: 100%;
    display: block; }
  .footer-logo {
    height: 120px;
    margin-bottom: 40px; }
  .footer-contact-box {
    margin-top: 40px;
    width: 100%;
    float: none; }
    .footer-contact-box p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 24px; }
  .footer-logo-box + .footer-contact-box {
    margin-left: 0; }
  .sitemap-box {
    width: 100%;
    float: none;
    margin-top: 80px; }
  .sitemap-box + .sitemap-box {
    margin-left: 0; }
  .red-back-title {
    padding: 16px 16px; }
    .red-back-title h4 {
      font-size: 20px;
      line-height: 20px; }
  .sitemap-content {
    margin-top: 40px;
    float: none;
    width: 100%; }
    .sitemap-content p {
      font-size: 12px;
      line-height: 20px; }
  .sitemap-content + .sitemap-content {
    margin-left: 0; }
  .red-bar-title {
    display: inline-block;
    margin-bottom: 16px; }
    .red-bar-title .red-bar {
      height: 20px;
      width: 8px; }
    .red-bar-title text {
      font-size: 20px;
      line-height: 20px;
      max-width: calc(100% - 16px); }
  .red-hr-text {
    display: inline-block; }
    .red-hr-text .red-hr {
      margin-top: 6px; }
    .red-hr-text text {
      font-size: 14px;
      line-height: 14px; }
  .red-hr-text:hover text {
    margin-left: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .red-hr-text + .red-hr-text {
    margin-top: 8px; }
  .info-table td {
    font-size: 12px;
    line-height: 20px; }
  .copyright {
    margin-top: 80px;
    font-size: 8px;
    line-height: 8px; }
  .top-title-2 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 32px; }
  .explain-text-2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 80px; }
  .detail-wrapper {
    padding: 40px 0;
    padding-bottom: 80px;
    padding-top: 1036px; }
  .sub-title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 24px; }
  .detail-text {
    display: block;
    float: none;
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 28px; }
    .detail-text p {
      margin-bottom: 40px; }
  .detail-img-1 {
    float: none;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 120px; }
    .detail-img-1 img {
      width: calc(100% - 16px);
      height: 200px;
      margin-left: 16px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .red-back-text-1 {
    background: #CC0E0E;
    padding: 16px 24px;
    width: 240px;
    position: absolute;
    left: 0;
    top: 160px; }
    .red-back-text-1 p {
      color: white;
      font-size: 12px;
      line-height: 20px; }
  .red-box-1 {
    padding: 24px;
    margin-bottom: 56px; }
    .red-box-1 h4 {
      font-size: 16px;
      line-height: 16px;
      color: white; }
    .red-box-1 p {
      margin-top: 24px;
      font-size: 14px;
      line-height: 28px; }
    .red-box-1 .attention {
      font-size: 10px;
      line-height: 16px;
      margin-top: 12px; }
  .marketing-img {
    margin-top: 24px;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .marketing-img + .marketing-img {
    margin-left: 0;
    margin-top: -32px; }
  .residence-img-box {
    margin-bottom: 40px; }
  .residence-img {
    width: calc(100% - 24px);
    height: 344px;
    display: block;
    float: none;
    margin-bottom: 56px; }
    .residence-img img {
      width: 100%;
      height: 320px;
      top: 0;
      left: 24px; }
    .residence-img .red-back-text-2 {
      padding: 16px 24px;
      width: 240px;
      position: absolute;
      left: 0;
      top: 280px; }
      .residence-img .red-back-text-2 p {
        font-size: 12px;
        line-height: 20px; }
  .residence-img + .residence-img {
    margin-left: 0; }
  .translation-table {
    margin-top: 24px; }
    .translation-table th {
      color: white;
      font-size: 10px;
      line-height: 16px;
      padding: 8px 0; }
    .translation-table td {
      color: white;
      font-size: 10px;
      line-height: 16px;
      padding: 24px 0;
      border-bottom: 1px solid white; }
    .translation-table .translation-table-content {
      width: 36%; }
    .translation-table .translation-table-level {
      width: 16%;
      padding-left: 4%; }
    .translation-table .translation-table-price {
      width: 24%;
      padding-left: 4%; }
  .translation-table + h4 {
    margin-top: 40px; }
  .attention + h4 {
    margin-top: 40px; }
  .school-table {
    margin-top: 24px; }
    .school-table td {
      font-size: 10px;
      line-height: 16px;
      padding: 24px 0; }
    .school-table .td-left {
      vertical-align: top;
      width: 30%; }
    .school-table .td-right {
      width: 70%;
      padding-left: 4%; }
  .right-half {
    width: 100%;
    float: none;
    margin-top: 56px; }
  .detail-img-2 {
    width: 100%;
    margin-left: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    .detail-img-2 img {
      width: calc(100% - 16px);
      height: 200px; }
    .detail-img-2 .red-back-text-1 {
      padding: 16px 24px;
      width: 240px;
      position: absolute;
      left: -16px;
      top: 160px; }
      .detail-img-2 .red-back-text-1 p {
        color: white;
        font-size: 12px;
        line-height: 20px; }
  .agency-arrow {
    margin: 16px 0;
    margin-left: calc(50% - 8px);
    width: 16px; }
  .detail-img-2 + .detail-img-2 {
    margin-top: 24px; }
  .name {
    height: 32px; }
  .background {
    background: #EDECEC;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 800px; }
  .background-text {
    font-size: 48px;
    line-height: 48px;
    top: 64px;
    left: 0; }
  .red-box-2 {
    width: 100%;
    padding: 10vw;
    margin-bottom: 280px;
    top: 160px; }
  .top-title-2 + .school-table {
    margin-top: 40px; }
  .top-title-2 + form {
    margin-top: 80px; }
  form {
    width: 100%; }
    form select {
      border: 1px solid white;
      border-radius: 0;
      padding: 4px 8px; }
    form input {
      border: 1px solid white;
      border-radius: 0;
      padding: 4px 8px;
      width: 100%; }
    form textarea {
      border: 1px solid white;
      border-radius: 0;
      padding: 4px 8px;
      width: 100%; }
    form .checkbox {
      width: auto; }
    form .button {
      text-align: center;
      margin: 0 auto;
      margin-top: 80px; }
      form .button input {
        width: auto;
        color: white;
        border: 1px solid white;
        border-radius: 0;
        padding: 8px 24px; }
      form .button input:hover {
        color: #CC0E0E;
        background: white;
        border: 1px solid #CC0E0E;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
  .slider {
    margin-top: 40px;
    float: none;
    display: block; }
    .slider img {
      height: 320px; } }

@media screen and (max-width: 640px) {
  .top-img {
    top: -200px;
    height: 200px; }
  .top-block {
    margin-top: 200px; }
  .scroll-down {
    top: 536px;
    left: 0; }
    .scroll-down img {
      height: 6px;
      float: left;
      margin-top: 3px;
      margin-right: 4px; }
    .scroll-down text {
      font-size: 12px;
      line-height: 12px; }
  .greeting-wrapper {
    padding-top: 836px; }
  .detail-wrapper {
    padding-top: 836px; }
  .footer-logo {
    width: 100%; } }

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
.pc-menu {
  display: inline-block;
  float: left;
  height: 104px;
  width: calc(100vw - 304px - 140px - 146px);
  margin: 0 0 0 64px;
  /* メニューバー外側の余白(ゼロ) */
  padding: 0;
  /* メニューバー内側の余白(左に15px) */
  background-color: none;
  /* バーの背景色(濃い赤色) */ }

/* header menu */
.pc-menu li {
  float: left;
  display: inline-block;
  list-style-type: none;
  position: relative; }

.pc-menu a {
  background-color: none;
  color: #CC0E0E;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 8px 0;
  margin: 38px 12px; }

.pc-menu a:hover {
  border-bottom: solid 2px #CC0E0E; }

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
  float: left;
  width: 120px;
  /* メニュー項目の横幅(125px) */
  display: inline-block;
  /* ★横並びに配置する */
  list-style-type: none;
  /* ★リストの先頭記号を消す */
  position: relative;
  /* ★サブメニュー表示の基準位置にする */ }

ul.ddmenu a {
  background-color: white;
  /* メニュー項目の背景色(濃い赤色) */
  color: #CC0E0E;
  /* メニュー項目の文字色(白色) */
  line-height: 120px;
  font-size: 16px;
  /* メニュー項目のリンクの高さ(40px) */
  text-align: center;
  /* メインメニューの文字列の配置(中央寄せ) */
  text-decoration: none;
  /* メニュー項目の装飾(下線を消す) */
  font-weight: bold;
  /* 太字にする */
  display: block;
  /* ★項目内全域をリンク可能にする */ }

ul.ddmenu a:hover {
  background-color: #CC0E0E;
  /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
  color: white;
  /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */
/* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
  display: block;
  /* ★マウスポインタが載っている項目の内部にあるリストを表示する */ }

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
  margin: 0px;
  /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★サブメニュー内側の余白(ゼロ) */
  display: none;
  /* ★標準では非表示にする */
  position: absolute;
  /* ★絶対配置にする */ }

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
  width: 320px;
  /* サブメニュー1項目の横幅(135px) */ }

ul.ddmenu ul li a {
  font-size: 16px;
  line-height: 64px;
  /* サブメニュー1項目の高さ(35px) */
  text-align: left;
  /* 文字列の配置(左寄せ) */
  padding: 0 24px;
  /* 文字列前方の余白(5px) */
  font-weight: normal;
  /* 太字にはしない */ }

ul.ddmenu ul li a:hover {
  background-color: #CC0E0E;
  /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
  color: white;
  /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */ }

input + label {
  position: fixed;
  top: 16px;
  right: 10%;
  height: 40px;
  width: 40px;
  background: none;
  border-radius: 8px;
  z-index: 15; }
  input + label span {
    position: absolute;
    width: 24px;
    height: 4px;
    top: 50%;
    margin-top: -6px;
    right: 0;
    display: block;
    background: #CC0E0E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  input + label span:first-child {
    top: 14px; }
  input + label span:last-child {
    top: 26px; }

#burger {
  opacity: 0; }

label:hover {
  cursor: pointer; }

input:checked + label span {
  opacity: 0;
  top: 50%; }

input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }

input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

input ~ nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 10;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  overflow: hidden;
  -webkit-box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.16); }
  input ~ nav > ul {
    text-align: left;
    position: absolute;
    top: calc(64px + (100% - 512px)/2);
    left: 10%; }
    input ~ nav > ul > li {
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      input ~ nav > ul > li > a {
        text-decoration: none;
        color: #CC0E0E;
        font-weight: 600;
        display: none;
        padding: 16px;
        padding-left: 0; }

input:checked ~ nav {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  input:checked ~ nav > ul {
    display: block; }
    input:checked ~ nav > ul > li > a {
      display: block; }
    input:checked ~ nav > ul > .li-1 {
      opacity: 1;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
    input:checked ~ nav > ul > .li-2 {
      opacity: 1;
      -webkit-transition-delay: .56s;
      -o-transition-delay: .56s;
      transition-delay: .56s; }
    input:checked ~ nav > ul > .li-3 {
      opacity: 1;
      -webkit-transition-delay: .62s;
      -o-transition-delay: .62s;
      transition-delay: .62s; }
    input:checked ~ nav > ul > .li-4 {
      opacity: 1;
      -webkit-transition-delay: .68s;
      -o-transition-delay: .68s;
      transition-delay: .68s; }
    input:checked ~ nav > ul > .li-5 {
      opacity: 1;
      -webkit-transition-delay: .74s;
      -o-transition-delay: .74s;
      transition-delay: .74s; }
    input:checked ~ nav > ul > .li-6 {
      opacity: 1;
      -webkit-transition-delay: .8s;
      -o-transition-delay: .8s;
      transition-delay: .8s; }
    input:checked ~ nav > ul > .li-7 {
      opacity: 1;
      -webkit-transition-delay: .86s;
      -o-transition-delay: .86s;
      transition-delay: .86s; }
    input:checked ~ nav > ul > .li-8 {
      opacity: 1;
      -webkit-transition-delay: .92s;
      -o-transition-delay: .92s;
      transition-delay: .92s; }

.animsition-overlay {
  position: relative; }

.animsition-overlay-slide {
  background-color: white;
  z-index: 20; }

.animsition-loading {
  z-index: 100; }
  .animsition-loading:after {
    z-index: 100; }
