@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

picture {
  display: block;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

@media screen and (min-width: 1200px) {
  body {
    width: auto;
  }
}
.pcOnly {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
#suntory_contents {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  overflow: hidden;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.color-red {
  color: #E42332;
}

.mt-0 {
  margin-top: 0 !important;
}

.c-inner {
  max-width: 1204px;
  padding: 0 20px;
  margin-inline: auto;
}

.c-heading {
  text-align: center;
  padding: 40px calc(50vw + 40px);
  margin: 0 -50vw 80px;
  background: url(../img/bg_ttl.png) left top repeat;
}
@media screen and (max-width: 767px) {
  .c-heading {
    padding: 20px calc(50vw + 20px);
    margin: 0 -50vw 40px;
  }
}
.c-heading img {
  width: auto;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .c-heading img {
    height: 34px;
  }
}

.mv {
  background-color: #898989;
}
.mv__wrapper {
  max-width: 1164px;
  margin-inline: auto;
}

.apply {
  background: url(../img/bg_apply.png) center top repeat;
  background-size: cover;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .apply {
    padding-bottom: 60px;
  }
}
.apply__list {
  max-width: 1160px;
  margin: 0 auto 160px;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .apply__list {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 80px;
  }
}
.apply__list li {
  width: calc(50% - 45px);
}
@media screen and (max-width: 767px) {
  .apply__list li {
    width: 100%;
  }
}
.apply__list li:not(:last-child) {
  position: relative;
}
.apply__list li:not(:last-child):before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/arrow.png) center center no-repeat;
  background-size: 40px auto;
  -webkit-transform: translate(100%, -50%) rotate(-90deg);
          transform: translate(100%, -50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .apply__list li:not(:last-child):before {
    width: 80px;
    height: 80px;
    background-size: 48px auto;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.applyPost {
  text-align: center;
}
.applyPost a {
  display: inline-block;
}
.applyPost__bubble {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .applyPost__bubble {
    margin-bottom: 15px;
  }
}
.applyPost__bubble img {
  width: 100%;
  max-width: 585px;
}
.applyPost__image {
  margin-bottom: 50px;
  position: relative;
  -webkit-transform: translate(1.5384615385%, 1.5384615385%);
          transform: translate(1.5384615385%, 1.5384615385%);
  max-width: 506px;
}
@media screen and (max-width: 767px) {
  .applyPost__image {
    margin-bottom: 25px;
    width: 89.3333333333%;
  }
}
.applyPost__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444549;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.applyPost__image:after {
  content: "";
  display: block;
  width: 141.3%;
  height: 0;
  padding-top: 9.2307692308%;
  background: linear-gradient(180deg, #444549 0%, #444549 49.9%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  transition: padding 0.4s ease;
}
.applyPost__image img {
  display: block;
  width: 100%;
  max-width: 506px;
  -webkit-transform: translate(-3.0769230769%, -3.0769230769%);
          transform: translate(-3.0769230769%, -3.0769230769%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
  z-index: 1;
}
.applyPost__image:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .applyPost__image:hover img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .applyPost__image:hover:after {
    padding-top: 0;
  }
}
.applyPost__text img {
  width: 100%;
  max-width: 940px;
}
.apply__btns {
  margin-top: 80px;
  text-align: center;
}
.page_end .apply__btns {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .page_end .apply__btns {
    margin: 60px 0 0;
  }
}

.apply__btn {
  max-width: 800px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .apply__btn img {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: all 0.4s;
  }
  .apply__btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #212121;
    background: #BF1A00;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .apply__btn:hover {
    opacity: 1;
  }
  .apply__btn:hover img {
    -webkit-transform: none;
            transform: none;
  }
}

.req {
  background: url(../img/bg_req.png) center top repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .req {
    padding-bottom: 50px;
  }
}
.reqPolicy {
  border: 10px solid #D3D3D3;
  background: white;
  max-width: 1164px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .reqPolicy {
    font-size: 10px;
    padding: 10px;
  }
}
.reqPolicy__inner {
  max-height: 380px;
  padding: 38px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .reqPolicy__inner {
    max-height: 200px;
    padding: 10px 28px 10px 10px;
  }
}
.reqPolicy__inner.js-scrollbar {
  position: relative;
}
.reqPolicy__inner.ps--active-x > .ps__scrollbar-x-rail, .reqPolicy__inner .ps.ps--active-y > .ps__scrollbar-y-rail {
  width: 20px;
  background-color: #EEEEEE;
}
.reqPolicy__inner .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #EA5514 !important;
  border-radius: 0;
  width: 100% !important;
  right: 0;
}
.req dl dt {
  font-weight: bold;
}
.req dl dd + dt {
  margin-top: 20px;
}
.req__accordion {
  background: #fff;
  border: 2px solid #003343;
  border-radius: 5px;
}
.req__accordion > dt {
  font-size: 20px;
  color: #003343;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.req__accordion > dt:hover {
  opacity: 0.6;
}
.req__accordion > dt::before, .req__accordion > dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #003343;
  transition: all 0.3s;
}
.req__accordion > dt::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.req__accordion > dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.req__accordion > dd {
  display: none;
  border-top: 1px solid rgba(0, 51, 67, 0.5);
  padding: 18px 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.req__accordion > dd dd + dt {
  margin-top: 20px;
}
.req__accordion > dd a {
  color: #3282ff;
}
.req__note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0;
}
.req__num {
  text-indent: -3em;
  padding-left: 3em;
  margin: 10px 0;
}
.req .cta__content {
  margin-top: 25px;
}
.req .cta__content input {
  display: none;
}
.req .cta__check {
  position: relative;
  display: block;
  width: min(82.0895522388%, 500px);
  margin-left: auto;
  padding-left: 8px;
  font-size: 19px;
  font-weight: 500;
  color: #003343;
  line-height: 1.5;
  cursor: pointer;
}
.req .cta__check::before {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #003343;
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  left: -40px;
  top: 0;
}
.req .cta__check::after {
  content: "";
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: -32px;
}
.req .cta__check.is-disabled::after {
  opacity: 0;
}
.req .cta__button {
  margin-top: 40px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16));
          filter: drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16));
}
.req .cta__button.ec__button {
  margin-top: 20px;
  -webkit-filter: grayscale(1) drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16));
          filter: grayscale(1) drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16));
}
.req .cta__button.ec__button a {
  pointer-events: none;
}
.req .cta__button.is-disabled {
  -webkit-filter: grayscale(1) drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16)) !important;
          filter: grayscale(1) drop-shadow(0 2px 10px rgba(0, 51, 67, 0.16)) !important;
}
.req .cta__button.is-disabled a {
  pointer-events: none !important;
}
.req .cta__text {
  font-size: 13px;
  font-weight: bold;
  color: #003343;
  text-align: center;
  margin-top: 15px;
}

.contact {
  background: #F5F5F5;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0;
  }
}
.contact__container {
  background: #D9D9D9;
  border-radius: 15px;
  padding: 60px 30px 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__container {
    border-radius: 7.5px;
    padding: 30px 20px 35px;
  }
}
.contact__container img {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .contact__container img {
    max-width: 255px;
  }
}

.link {
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .link .link {
    padding: 60px 0 10px;
  }
}
.link__btn {
  display: block;
  max-width: 400px;
  margin-inline: auto;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.link__btn + .link__btn {
  margin-top: 20px;
}

.page-top {
  padding: 20px 0;
}
.page-top__button {
  color: #15B6D2;
  text-align: right;
}
.page-top__button a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  padding-right: 25px;
}
.page-top__button a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(../img/link_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .page-top {
    padding: 0 0 20px;
  }
  .page-top__button a {
    font-size: 17px;
    padding-right: 43px;
  }
  .page-top__button a::after {
    right: 15px;
  }
}
#suntory_contents.teaser .date__list {
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  #suntory_contents.teaser .date {
    padding-bottom: 166px;
  }
  #suntory_contents.teaser .date .teaser__image {
    max-width: 600px;
    margin-inline: auto;
  }
}
#suntory_contents.page_0912 .req .cta__button.ec__button {
  margin-top: 15px;
  -webkit-filter: none;
          filter: none;
}
#suntory_contents.page_0912 .req .cta__button.ec__button a {
  pointer-events: auto;
}
#suntory_contents.page_0912 .req .cta__caution {
  font-size: 13px;
  font-weight: bold;
  color: #E42332;
  text-align: center;
  margin-top: 30px;
}

#suntory_contents.page_0912 .date .date__note {
  font-size: 13px;
  color: #E42332;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #suntory_contents.page_0912 .date .date__note {
    font-size: 18px;
  }
}
#suntory_contents.page_0912 .req .cta__button.ec__button {
  margin-top: 15px;
  -webkit-filter: none;
          filter: none;
}
#suntory_contents.page_0912 .req .cta__button.ec__button a {
  pointer-events: auto;
}
#suntory_contents.page_0912 .req .cta__caution {
  font-size: 13px;
  font-weight: bold;
  color: #E42332;
  text-align: center;
  margin-top: 30px;
}

#suntory_contents.page_end .end__title {
  color: #fb500a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #suntory_contents.page_end .end__title {
    font-size: 40px;
    margin-bottom: 120px;
  }
}
#suntory_contents.page_end .contact__container {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #suntory_contents.page_end .contact__container {
    font-size: 90px;
  }
}/*# sourceMappingURL=style.css.map */