@charset "UTF-8";
/*! destyle.css v2.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;
  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-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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 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;
}

/**
 * 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* 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;
}

input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type=password]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-text:not(:first-child) {
  margin-top: 1.6rem;
}

.l-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.c-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.c-button:disabled, fieldset:disabled .c-button {
  cursor: not-allowed;
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background: #fff;
}

body {
  display: flex;
  min-height: 100vh;
  font-size: 1.8rem;
  color: #333;
}

button:hover, button:active,
input:hover,
input:active,
a:hover,
a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.desktop-break {
  display: block;
}

.mobile-break {
  display: none;
}

.l-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 60px;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.l-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
}

.l-footer {
  flex: 0 0 auto;
}

.title {
  color: #000;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.3;
}
.title--size1 {
  font-size: 6.4rem;
}
.title--size2 {
  letter-spacing: 0.05em;
  font-size: 2.8rem;
}
.title--size3 {
  font-weight: 500;
  font-size: 1.6rem;
}
.title--en {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 29px;
}
.title--en::before {
  content: attr(data-en);
  margin-right: 20px;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}
.title--en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 4px;
  background: #2ca9e1;
}
.title--center {
  text-align: center;
}

.c-section {
  padding: 100px 0;
}
.c-section + .c-section {
  margin-top: -100px;
}
.c-section__button {
  margin: 0 auto;
}
.c-section--blue {
  background: #E9F6FC;
}

.c-grid__columns {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.c-grid__columns:last-child {
  margin-bottom: -20px;
}
.c-grid__columns:not(:last-child) {
  margin-bottom: 20px;
}
.c-grid__columns--multiLine {
  flex-wrap: wrap;
}
.c-grid__columns--centered {
  justify-content: center;
}
.c-grid__columns--verticalCentered {
  align-items: center;
}
.c-grid__column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px;
}
.c-grid--gap0 .c-grid__columns {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.c-grid--gap0 .c-grid__columns:last-child {
  margin-bottom: 0px;
}
.c-grid--gap0 .c-grid__columns:not(:last-child) {
  margin-bottom: 0px;
}
.c-grid--gap0 .c-grid__columns > .c-grid__column {
  padding: 0px;
}
.c-grid--gap10 .c-grid__columns {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.c-grid--gap10 .c-grid__columns:last-child {
  margin-bottom: -5px;
}
.c-grid--gap10 .c-grid__columns:not(:last-child) {
  margin-bottom: 5px;
}
.c-grid--gap10 .c-grid__columns > .c-grid__column {
  padding: 5px;
}
.c-grid--gap20 .c-grid__columns {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.c-grid--gap20 .c-grid__columns:last-child {
  margin-bottom: -10px;
}
.c-grid--gap20 .c-grid__columns:not(:last-child) {
  margin-bottom: 10px;
}
.c-grid--gap20 .c-grid__columns > .c-grid__column {
  padding: 10px;
}
.c-grid--gap30 .c-grid__columns {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.c-grid--gap30 .c-grid__columns:last-child {
  margin-bottom: -15px;
}
.c-grid--gap30 .c-grid__columns:not(:last-child) {
  margin-bottom: 15px;
}
.c-grid--gap30 .c-grid__columns > .c-grid__column {
  padding: 15px;
}
.c-grid--gap40 .c-grid__columns {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.c-grid--gap40 .c-grid__columns:last-child {
  margin-bottom: -20px;
}
.c-grid--gap40 .c-grid__columns:not(:last-child) {
  margin-bottom: 20px;
}
.c-grid--gap40 .c-grid__columns > .c-grid__column {
  padding: 20px;
}
.c-grid--gap8 .c-grid__columns {
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
.c-grid--gap8 .c-grid__columns:last-child {
  margin-bottom: -4px;
}
.c-grid--gap8 .c-grid__columns:not(:last-child) {
  margin-bottom: 4px;
}
.c-grid--gap8 .c-grid__columns > .c-grid__column {
  padding: 4px;
}
.c-grid--gap16 .c-grid__columns {
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.c-grid--gap16 .c-grid__columns:last-child {
  margin-bottom: -8px;
}
.c-grid--gap16 .c-grid__columns:not(:last-child) {
  margin-bottom: 8px;
}
.c-grid--gap16 .c-grid__columns > .c-grid__column {
  padding: 8px;
}
.c-grid--gap24 .c-grid__columns {
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
}
.c-grid--gap24 .c-grid__columns:last-child {
  margin-bottom: -12px;
}
.c-grid--gap24 .c-grid__columns:not(:last-child) {
  margin-bottom: 12px;
}
.c-grid--gap24 .c-grid__columns > .c-grid__column {
  padding: 12px;
}
.c-grid--gap32 .c-grid__columns {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
.c-grid--gap32 .c-grid__columns:last-child {
  margin-bottom: -16px;
}
.c-grid--gap32 .c-grid__columns:not(:last-child) {
  margin-bottom: 16px;
}
.c-grid--gap32 .c-grid__columns > .c-grid__column {
  padding: 16px;
}
.c-grid--gap48 .c-grid__columns {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
.c-grid--gap48 .c-grid__columns:last-child {
  margin-bottom: -24px;
}
.c-grid--gap48 .c-grid__columns:not(:last-child) {
  margin-bottom: 24px;
}
.c-grid--gap48 .c-grid__columns > .c-grid__column {
  padding: 24px;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  background: #2ca9e1;
  border: 1px solid #2ca9e1;
  transition: 240ms ease-out;
  transition-property: color, background;
}
a.c-button {
  text-decoration: none;
}

.c-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 10px;
}
.c-button--secondary {
  width: 130px;
  color: #333;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
}
.c-button--secondary .c-button__inner {
  height: 40px;
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  padding: 30px;
}
.c-table th {
  width: 240px;
  text-align: center;
  font-weight: 400;
  background: #EEEEEE;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}
.c-table td {
  border-bottom: 2px solid #EEEEEE;
}
.c-table tr:last-child th {
  border-bottom: 2px solid #EEEEEE;
}
.c-table__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  width: 100px;
  text-indent: 200%;
  color: #fff;
  font-size: 0;
  font-weight: 400;
  background: #2ca9e1;
  border: 1px solid #2ca9e1;
  overflow: hidden;
  opacity: 0;
  transition: 240ms ease-out;
  transition-property: background, opacity;
}
.c-pagetop.c-pagetop--active {
  opacity: 1;
}
.c-pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  transform-origin: 50% 50%;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-top: none;
  border-left: none;
}

.c-modal {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 240ms;
}
.c-modal.c-modal--show {
  visibility: visible;
  transition: visibility 0s;
}
.c-modal__inner {
  padding: 22px 16px 0;
  max-width: 700px;
  width: 90%;
  max-height: 90%;
  background: #fff;
  box-shadow: 0 -2px 14px 2px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-100px);
  overflow-y: auto;
  transition: 240ms ease-out;
  transition-property: opacity, transform;
}
.c-modal__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
}
.c-modal.c-modal--show .c-modal__inner {
  opacity: 1;
  transform: translateY(0);
  transition: 240ms ease-in;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  overflow-y: auto;
  transition: opacity 240ms ease-out;
}
.c-modal.c-modal--show .c-modal__overlay {
  opacity: 1;
  transition: opacity 240ms ease-in;
}

.c-modal__header {
  position: relative;
  margin: 0 -16px 26px;
  padding: 0 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-modal__headerTitle {
  font-size: 2rem;
  font-weight: 700;
}
.c-modal__headerClose {
  position: absolute;
  top: -2px;
  right: 8px;
  padding: 8px;
  width: 33px;
  font-size: 0;
}

.c-modal__title {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
}
.c-modal__title ~ .c-modal__title {
  margin-top: 40px;
}
.c-modal__text {
  line-height: 1.5;
  font-size: 1.6rem;
}
.c-modal__annotation {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
.c-modal__annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-modal__define {
  margin-top: 33px;
}
.c-modal__defineHeading {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-modal__defineContent {
  position: relative;
  margin-top: 10px;
  padding: 8px 10px 9px 30px;
  font-size: 1.6rem;
  background: #EEEEEE;
}
.c-modal__defineContent::before {
  content: "";
  position: absolute;
  top: calc(8px + 0.7em);
  left: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 11px;
  background: url(../img/common/icon_check.svg) no-repeat 50% 50%;
  background-size: 16px auto;
}

.p-footer {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 133px;
}
.p-footer__logo {
  width: 200px;
}
.p-footer__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 40px;
  font-size: 1.4rem;
}
.p-footer__navLink {
  position: relative;
  display: block;
  padding: 5px 0;
}
.p-footer__navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2ca9e1;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 240ms ease-out;
  transition-property: transform;
}
.p-footer__copyright {
  position: absolute;
  bottom: 10px;
  left: 50px;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.p-header__logo {
  font-size: 0;
}
.p-header__logoLink {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
}
.p-header__logoImg {
  width: 142px;
}

.p-header__nav {
  padding-right: 20px;
  font-size: 1.5rem;
}
.p-header__navList {
  display: flex;
  align-items: center;
  gap: 32px;
}
.p-header__navLink {
  position: relative;
  padding: 5px 0;
}
.p-header__navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2ca9e1;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 240ms ease-out;
  transition-property: transform;
}

.p-header__smpmenu {
  position: relative;
  z-index: 100;
  width: 50px;
  height: 50px;
}
.p-header__smpmenuLine {
  position: absolute;
  left: 12px;
  display: block;
  width: 26px;
  height: 2px;
  background: #333333;
  transition: 240ms ease-out;
  transition-property: opacity, transform;
}
.p-header__smpmenuLine:nth-child(1) {
  top: 15px;
}
.l-header--showSmpmenu .p-header__smpmenuLine:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-header__smpmenuLine:nth-child(2) {
  top: 24px;
}
.l-header--showSmpmenu .p-header__smpmenuLine:nth-child(2) {
  opacity: 0;
}
.p-header__smpmenuLine:nth-child(3) {
  top: 33px;
}
.l-header--showSmpmenu .p-header__smpmenuLine:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-header__smpmenuText {
  display: none;
}

.p-text--center {
  text-align: center;
}
.p-text--high {
  line-height: 1.8;
}
.p-text--high:not(:first-child) {
  margin-top: 1.8em;
}

.p-list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-list__item::before {
  content: "・";
  text-indent: 0;
}

.top-hero {
  display: flex;
  align-items: center;
  height: 600px;
  color: #fff;
  background: url(../img/top/bg_hero.png) no-repeat 50% 50%;
  background-size: cover;
}
.top-hero__heading {
  margin-bottom: 20px;
  color: #fff;
}
.top-hero__button {
  margin-top: 40px;
}

.top-service__list {
  padding-top: 40px;
  font-size: 1.5rem;
}
.top-service__listItem {
  display: flex;
}
.top-service__listLink {
  flex: 1;
  position: relative;
  display: block;
  padding: 0 40px 70px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
  transition: 240ms ease-out;
  transition-property: box-shadow;
}
.top-service__listLabel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #fff;
}
.top-service__listLabel--shipper {
  background: #22C1C1;
}
.top-service__listLabel--delivery {
  background: #2966CC;
}
.top-service__listVisual {
  margin: 0 -40px;
  font-size: 2.4rem;
  text-align: center;
}
.top-service__listVisual img {
  width: 100%;
}
.top-service__listHeading {
  padding: 29px 0 14px;
  line-height: 1.3;
  font-weight: 700;
}
.top-service__listContent {
  text-align: justify;
}
.top-service__listTag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: #22C1C1;
  font-size: 1.6rem;
}
.top-service__listTagItem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  width: calc(50% - 4px);
  text-align: center;
  background: #EDF8F8;
}
.top-service__listTagItem:nth-child(-n+3) {
  width: calc((100% - 16px) / 3);
}
.top-service__listMore {
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: block;
  padding-right: 13px;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-service__listMore--shipper {
  color: #22C1C1;
}
.top-service__listMore--shipper::before, .top-service__listMore--shipper::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.05em);
  right: 0;
  width: 10px;
  height: 2px;
  background: #22C1C1;
  transform: translateY(-50%);
}
.top-service__listMore--shipper::after {
  transform: translateY(-50%) rotate(90deg);
}
.top-service__listMore--delivery {
  color: #2966CC;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M4.53%2C3.12H1V11H8.88V7.12%22%20fill%3D%22none%22%20stroke%3D%22%232966cc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%3Cline%20x1%3D%226.18%22%20y1%3D%225.82%22%20x2%3D%2211%22%20y2%3D%221%22%20fill%3D%22none%22%20stroke%3D%22%232966cc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M11%2C6.06V1H5.94%22%20fill%3D%22none%22%20stroke%3D%22%232966cc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E") no-repeat 100% 50%;
  background-size: 12px 12px;
}

.top-map {
  position: relative;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  margin: 0 calc(((var(--vw, 1vw) * 100 - 100%) / 2) * -1);
  height: 295px;
}
.top-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-contact {
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  margin: 0 calc(((var(--vw, 1vw) * 100 - 100%) / 2) * -1);
}
.c-section + .top-contact {
  margin-top: 0;
}
.top-contact__heading {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 800px){
  .c-grid__columns {
    display: flex;
  }
  .c-grid__column--full {
    flex: none;
    width: 100%;
  }
  .c-grid__column--half {
    flex: none;
    width: 50%;
  }
  .c-grid__column--quarter {
    flex: none;
    width: 25%;
  }
  .c-grid__column--third {
    flex: none;
    width: 33.3333%;
  }
  .c-button:hover {
    background: rgba(44, 169, 225, 0.8);
  }
  .c-button--secondary:hover {
    color: #333;
    background: #EEEEEE;
  }
  .c-pagetop:hover {
    background: rgba(44, 169, 225, 0.8);
  }
  .p-footer__navLink:hover::after {
    transform: scaleX(1);
  }
  .p-header__navLink.p-header__navLink--active::after {
    transform: scaleX(1);
  }
  .p-header__navLink:hover::after {
    transform: scaleX(1);
  }
  .top-service__listLink:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 799px){
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop-break {
    display: none;
  }
  .mobile-break {
    display: block;
  }
  .l-content {
    padding-top: 50px;
  }
  .title {
    font-size: 3.7rem;
  }
  .title--size1 {
    font-size: 3.7rem;
  }
  .title--size2 {
    font-size: 2rem;
  }
  .title--size3 {
    font-size: 2.4rem;
  }
  .title--en::before {
    font-size: 2.4rem;
  }
  .c-grid__columns--mobile {
    display: flex;
  }
  .c-grid__columns--mobile > .c-grid__column--mobile-full {
    flex: none;
    width: 100%;
  }
  .c-grid__columns--mobile > .c-grid__column--mobile-half {
    flex: none;
    width: 50%;
  }
  .c-grid__columns--mobile > .c-grid__column--mobile-quarter {
    flex: none;
    width: 25%;
  }
  .c-grid__columns--mobile > .c-grid__column--mobile-third {
    flex: none;
    width: 33.3333%;
  }
  .c-grid--mobile-gap0 .c-grid__columns {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .c-grid--mobile-gap0 .c-grid__columns:last-child {
    margin-bottom: 0px;
  }
  .c-grid--mobile-gap0 .c-grid__columns:not(:last-child) {
    margin-bottom: 0px;
  }
  .c-grid--mobile-gap0 .c-grid__columns > .c-grid__column {
    padding: 0px;
  }
  .c-grid--mobile-gap10 .c-grid__columns {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-grid--mobile-gap10 .c-grid__columns:last-child {
    margin-bottom: -5px;
  }
  .c-grid--mobile-gap10 .c-grid__columns:not(:last-child) {
    margin-bottom: 5px;
  }
  .c-grid--mobile-gap10 .c-grid__columns > .c-grid__column {
    padding: 5px;
  }
  .c-grid--mobile-gap20 .c-grid__columns {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-grid--mobile-gap20 .c-grid__columns:last-child {
    margin-bottom: -10px;
  }
  .c-grid--mobile-gap20 .c-grid__columns:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-grid--mobile-gap20 .c-grid__columns > .c-grid__column {
    padding: 10px;
  }
  .c-grid--mobile-gap30 .c-grid__columns {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-grid--mobile-gap30 .c-grid__columns:last-child {
    margin-bottom: -15px;
  }
  .c-grid--mobile-gap30 .c-grid__columns:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-grid--mobile-gap30 .c-grid__columns > .c-grid__column {
    padding: 15px;
  }
  .c-grid--mobile-gap40 .c-grid__columns {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-grid--mobile-gap40 .c-grid__columns:last-child {
    margin-bottom: -20px;
  }
  .c-grid--mobile-gap40 .c-grid__columns:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-grid--mobile-gap40 .c-grid__columns > .c-grid__column {
    padding: 20px;
  }
  .c-grid--mobile-gap8 .c-grid__columns {
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .c-grid--mobile-gap8 .c-grid__columns:last-child {
    margin-bottom: -4px;
  }
  .c-grid--mobile-gap8 .c-grid__columns:not(:last-child) {
    margin-bottom: 4px;
  }
  .c-grid--mobile-gap8 .c-grid__columns > .c-grid__column {
    padding: 4px;
  }
  .c-grid--mobile-gap16 .c-grid__columns {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .c-grid--mobile-gap16 .c-grid__columns:last-child {
    margin-bottom: -8px;
  }
  .c-grid--mobile-gap16 .c-grid__columns:not(:last-child) {
    margin-bottom: 8px;
  }
  .c-grid--mobile-gap16 .c-grid__columns > .c-grid__column {
    padding: 8px;
  }
  .c-grid--mobile-gap24 .c-grid__columns {
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .c-grid--mobile-gap24 .c-grid__columns:last-child {
    margin-bottom: -12px;
  }
  .c-grid--mobile-gap24 .c-grid__columns:not(:last-child) {
    margin-bottom: 12px;
  }
  .c-grid--mobile-gap24 .c-grid__columns > .c-grid__column {
    padding: 12px;
  }
  .c-grid--mobile-gap32 .c-grid__columns {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-grid--mobile-gap32 .c-grid__columns:last-child {
    margin-bottom: -16px;
  }
  .c-grid--mobile-gap32 .c-grid__columns:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-grid--mobile-gap32 .c-grid__columns > .c-grid__column {
    padding: 16px;
  }
  .c-grid--mobile-gap48 .c-grid__columns {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .c-grid--mobile-gap48 .c-grid__columns:last-child {
    margin-bottom: -24px;
  }
  .c-grid--mobile-gap48 .c-grid__columns:not(:last-child) {
    margin-bottom: 24px;
  }
  .c-grid--mobile-gap48 .c-grid__columns > .c-grid__column {
    padding: 24px;
  }
  .c-button--secondary {
    width: auto;
    max-width: none;
  }
  .c-table tr {
    display: block;
  }
  .c-table th, .c-table td {
    display: block;
    padding: 14px 0;
  }
  .c-table th {
    width: auto;
    border-bottom: none;
  }
  .c-table td {
    border-bottom: none;
  }
  .c-table tr:last-child th {
    border-bottom: none;
  }
  .c-table__inner {
    display: block;
  }
  .c-table__button {
    margin: 10px 16px 0;
  }
  .c-pagetop {
    padding-top: 50px;
    width: 50px;
  }
  .c-pagetop::before {
    margin-top: 5px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
  .p-footer {
    display: block;
    padding-top: 15px;
    padding-bottom: 40px;
    height: auto;
  }
  .p-footer__nav {
    display: block;
    margin: 10px 0 0;
  }
  .p-footer__navLink {
    padding: 10px;
  }
  .p-footer__copyright {
    left: 26px;
  }
  .p-header {
    height: 50px;
  }
  .p-header__logo {
    position: relative;
    z-index: 100;
    flex: 1;
  }
  .p-header__logoLink {
    height: 50px;
  }
  .p-header__nav {
    position: absolute;
    z-index: 50;
    top: -550%;
    left: 0;
    display: block;
    padding: 26px 0;
    width: 100%;
    font-size: 1.6rem;
    background: #EEF9F9;
    transition: 240ms ease-out;
    transition-property: top;
  }
  .l-header--showSmpmenu .p-header__nav {
    top: 100%;
  }
  .p-header__navList {
    position: relative;
    z-index: 100;
    display: block;
  }
  .p-header__navLink {
    display: flex;
    align-items: center;
    padding: 0 50px;
    height: 52px;
  }
  .top-hero {
    align-items: flex-end;
    padding-bottom: 30px;
    height: 543px;
  }
  .top-service__listLink {
    padding: 0 20px 70px;
  }
  .top-service__listVisual {
    margin: 0 -20px;
  }
  .top-service__listTag {
    font-size: 1.4rem;
  }
  .top-service__listMore {
    right: 30px;
  }
}