@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100..900;1,100..900&display=swap");
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* expo */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  background-image: linear-gradient(to right, #0068b7, #e60012);
}
@media print, screen and (min-width: 744px) {
  html {
    font-size: clamp(9px, 0.5376vw, 11px);
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: clamp(9px, 2.56vw, 12px);
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  color: #111;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
  background-color: #0068b7;
  background-image: linear-gradient(to right, #0068b7, #e60012);
  font-family: sans-serif;
}
@media screen and (max-width: 743px) {
  body {
    padding: 3em 0;
    line-height: 1.75;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    line-height: 2;
    font-size: 1.8rem;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #111;
  }
}
img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  img {
    width: 100%;
  }
}

a {
  color: #0068b7;
  text-decoration: underline;
}
a:visited {
  color: #0068b7;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}

button {
  outline: none;
}

:root :where(mark) {
  background: #ffc1c1;
  color: inherit;
}

:focus-visible {
  outline: 3px solid #0068b7;
}

:-moz-focusring {
  outline: 3px solid #0068b7;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

sup {
  vertical-align: super;
  font-weight: normal;
  font-size: 50%;
}

em {
  font-style: normal;
}

body {
  scrollbar-color: #0068b7 #ECECEC;
}

::-webkit-scrollbar {
  width: 10px; /* 右のスクロールバーの幅 */
  height: 10px; /* 下のスクロールバーの幅 */
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
  /* 透明度やグラデーションも設定できる */
  background-color: #0068b7;
  /* ボーダーは余白のために使うとよい */
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: content-box;
}

.c-headingStyle3 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  font-weight: 800;
  border-left: solid 4px #0068b7;
  padding: 0.6em 0 0.6em 1.3em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle3 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle3 {
    font-size: 2.6rem;
    margin: 6rem 0 3rem;
  }
}
.c-headingStyle3:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle4 {
  position: relative;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle4 {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle4 {
    font-size: 2.4rem;
    margin: 5rem 0 2.5rem;
  }
}
.c-headingStyle4:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle5 {
  position: relative;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle5 {
    font-size: 1.6rem;
    margin: 3.5rem 0 0.6rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle5 {
    font-size: 2rem;
    margin: 4rem 0 1rem;
  }
}
.c-headingStyle5:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle6 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  background: #f8f8f8;
}
@media screen and (max-width: 743px) {
  .c-headingStyle6 {
    padding: 1.2rem 1.8rem;
    margin: 3.5rem 0 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle6 {
    padding: 1.5rem 2.4rem;
    margin: 4rem 0 2rem;
  }
}
.c-headingStyle6:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle3 + .c-headingStyle6 {
  margin-top: 0;
}

.c-btnStyle1, .c-btnStyle1--white, .c-btnStyle1--green, .c-btnStyle1--large {
  position: relative;
  display: inline-block;
  min-width: 22rem;
  line-height: 1.3;
  margin: 0;
  padding: 1.8rem 4rem 1.8rem 4rem;
  border: solid 1px #0068b7;
  border-radius: 10rem;
  background: #0068b7;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  z-index: 1;
  transition: 0.15s;
}
@media screen and (max-width: 743px) {
  .c-btnStyle1, .c-btnStyle1--white, .c-btnStyle1--green, .c-btnStyle1--large {
    font-size: 1.5rem;
    padding: 1.8rem 4.5rem 1.6rem 4rem;
  }
}
.c-btnStyle1[target=_blank] > span, [target=_blank].c-btnStyle1--white > span, [target=_blank].c-btnStyle1--green > span, [target=_blank].c-btnStyle1--large > span {
  padding-right: 1.3em;
}
.c-btnStyle1[target=_blank] > span::before, [target=_blank].c-btnStyle1--white > span::before, [target=_blank].c-btnStyle1--green > span::before, [target=_blank].c-btnStyle1--large > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/ico_blank_wh.svg) no-repeat center center;
  background-size: contain;
  border: none;
  transform: rotate(0);
}

@media print, screen and (min-width: 744px) {
  .c-btnStyle1--large {
    min-width: 30rem;
    padding: 2.8rem 8rem 2.8rem 7.6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .c-btnStyle1--large {
    font-size: 1.6rem;
    padding: 2.2rem 4.5rem 2rem 4rem;
  }
}

.c-btnStyle1--green {
  background: #14B1B7;
  border-color: #14B1B7;
}

.c-btnStyle1--white {
  background: #fff;
  color: #0068b7 !important;
}
.c-btnStyle1--white::after {
  background: #0068b7;
}

.c-ulStyle1 {
  margin: 1.5em 0 2em;
}
.c-ulStyle1 li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5;
}
.c-ulStyle1 li:not(:last-child) {
  margin-bottom: 0.3em;
}
.c-ulStyle1 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e60012;
}

.c-olStyle1 {
  padding-left: 1.3em;
  margin: 1.5em 0 2em;
}
.c-olStyle1 li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.c-olStyle--free {
  padding-left: 1.6em;
  margin: 1.5em 0 2em;
}
.c-olStyle--free li {
  list-style-type: none;
  margin-bottom: 0.3em;
  text-indent: -1.6em;
}
.c-olStyle--free li p {
  text-indent: 0;
}

.c-text {
  margin-bottom: 1.875em;
  line-height: 1.875;
}

.c-textLink {
  position: relative;
  margin: 0;
  padding-right: 0.8em;
  margin-right: 0.5rem;
}
.c-textLink::after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform: rotate(45deg);
}
.c-textLink[target=_blank] {
  padding-right: 0;
}
.c-textLink[target=_blank]::after {
  content: "";
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  background: url(../images/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
  border: none;
  transform: none;
  transform: translateY(3px);
}
.c-textLink.u-color--white {
  color: #fff;
}
.c-textLink.u-color--white::after {
  border-color: #fff;
}

.c-textMarker {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 65%, #14B1B7 65%, #14B1B7 100%) repeat scroll 0 0;
}

@media print, screen and (min-width: 744px) {
  .u-show--sp {
    display: none !important;
  }
}

@media screen and (max-width: 743px) {
  .u-show--pc {
    display: none !important;
  }
}

.u-hide {
  display: none;
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-clear::after {
  content: "";
  display: block;
  clear: both;
}

.u-alignL {
  text-align: left;
}

.u-alignR {
  text-align: right;
}

.u-alignC {
  text-align: center;
}

.u-triming1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-triming2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-triming3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-font--bold {
  font-weight: 600;
}

.u-font--sup {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font--italic {
  font-style: italic;
}

.u-font--small {
  font-size: 0.85em;
  display: inline-block;
  line-height: inherit;
}

.u-font--large {
  font-size: 1.2em;
}

.u-font--en {
  font-family: "Lato", sans-serif;
}

.u-color--red {
  color: #e60012;
}

.u-color--white {
  color: #fff;
}

.u-font-uppercase {
  text-transform: uppercase;
}

.u-mt0 {
  margin-top: 0rem;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt5 {
  margin-top: 5rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-mt7 {
  margin-top: 7rem;
}

.u-mt8 {
  margin-top: 8rem;
}

.u-mt9 {
  margin-top: 9rem;
}

.u-mt10 {
  margin-top: 10rem;
}

.u-mt11 {
  margin-top: 11rem;
}

.u-mt12 {
  margin-top: 12rem;
}

.u-mt13 {
  margin-top: 13rem;
}

.u-mt14 {
  margin-top: 14rem;
}

.u-mt15 {
  margin-top: 15rem;
}

.u-mt16 {
  margin-top: 16rem;
}

.u-mt17 {
  margin-top: 17rem;
}

.u-mt18 {
  margin-top: 18rem;
}

.u-mt19 {
  margin-top: 19rem;
}

.u-mt20 {
  margin-top: 20rem;
}

.u-mb0 {
  margin-bottom: 0rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mb5 {
  margin-bottom: 5rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-mb7 {
  margin-bottom: 7rem;
}

.u-mb8 {
  margin-bottom: 8rem;
}

.u-mb9 {
  margin-bottom: 9rem;
}

.u-mb10 {
  margin-bottom: 10rem;
}

.u-mb11 {
  margin-bottom: 11rem;
}

.u-mb12 {
  margin-bottom: 12rem;
}

.u-mb13 {
  margin-bottom: 13rem;
}

.u-mb14 {
  margin-bottom: 14rem;
}

.u-mb15 {
  margin-bottom: 15rem;
}

.u-mb16 {
  margin-bottom: 16rem;
}

.u-mb17 {
  margin-bottom: 17rem;
}

.u-mb18 {
  margin-bottom: 18rem;
}

.u-mb19 {
  margin-bottom: 19rem;
}

.u-mb20 {
  margin-bottom: 20rem;
}

.u-ml0 {
  margin-left: 0rem;
}

.u-ml1 {
  margin-left: 1rem;
}

.u-ml2 {
  margin-left: 2rem;
}

.u-ml3 {
  margin-left: 3rem;
}

.u-ml4 {
  margin-left: 4rem;
}

.u-ml5 {
  margin-left: 5rem;
}

.u-ml6 {
  margin-left: 6rem;
}

.u-ml7 {
  margin-left: 7rem;
}

.u-ml8 {
  margin-left: 8rem;
}

.u-ml9 {
  margin-left: 9rem;
}

.u-ml10 {
  margin-left: 10rem;
}

.u-ml11 {
  margin-left: 11rem;
}

.u-ml12 {
  margin-left: 12rem;
}

.u-ml13 {
  margin-left: 13rem;
}

.u-ml14 {
  margin-left: 14rem;
}

.u-ml15 {
  margin-left: 15rem;
}

.u-ml16 {
  margin-left: 16rem;
}

.u-ml17 {
  margin-left: 17rem;
}

.u-ml18 {
  margin-left: 18rem;
}

.u-ml19 {
  margin-left: 19rem;
}

.u-ml20 {
  margin-left: 20rem;
}

.u-mr0 {
  margin-right: 0rem;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-mr2 {
  margin-right: 2rem;
}

.u-mr3 {
  margin-right: 3rem;
}

.u-mr4 {
  margin-right: 4rem;
}

.u-mr5 {
  margin-right: 5rem;
}

.u-mr6 {
  margin-right: 6rem;
}

.u-mr7 {
  margin-right: 7rem;
}

.u-mr8 {
  margin-right: 8rem;
}

.u-mr9 {
  margin-right: 9rem;
}

.u-mr10 {
  margin-right: 10rem;
}

.u-mr11 {
  margin-right: 11rem;
}

.u-mr12 {
  margin-right: 12rem;
}

.u-mr13 {
  margin-right: 13rem;
}

.u-mr14 {
  margin-right: 14rem;
}

.u-mr15 {
  margin-right: 15rem;
}

.u-mr16 {
  margin-right: 16rem;
}

.u-mr17 {
  margin-right: 17rem;
}

.u-mr18 {
  margin-right: 18rem;
}

.u-mr19 {
  margin-right: 19rem;
}

.u-mr20 {
  margin-right: 20rem;
}

.u-mt0em {
  margin-top: 0em;
}

.u-mt1em {
  margin-top: 1em;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mt3em {
  margin-top: 3em;
}

.u-mt4em {
  margin-top: 4em;
}

.u-mt5em {
  margin-top: 5em;
}

.u-mt6em {
  margin-top: 6em;
}

.u-mt7em {
  margin-top: 7em;
}

.u-mt8em {
  margin-top: 8em;
}

.u-mt9em {
  margin-top: 9em;
}

.u-mt10em {
  margin-top: 10em;
}

.u-mb0em {
  margin-bottom: 0em;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-mb3em {
  margin-bottom: 3em;
}

.u-mb4em {
  margin-bottom: 4em;
}

.u-mb5em {
  margin-bottom: 5em;
}

.u-mb6em {
  margin-bottom: 6em;
}

.u-mb7em {
  margin-bottom: 7em;
}

.u-mb8em {
  margin-bottom: 8em;
}

.u-mb9em {
  margin-bottom: 9em;
}

.u-mb10em {
  margin-bottom: 10em;
}

@media screen and (max-width: 743px) {
  .u-spmlr-10vw {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media screen and (max-width: 743px) {
  .l-contents {
    min-height: 200px;
    max-width: 100vw;
    contain: paint;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-contents {
    min-height: 200px;
    overflow-x: clip;
    margin-bottom: 6rem;
  }
}

.l-container, .l-container--narrow, .l-container--wide {
  position: relative;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow, .l-container--wide {
    min-width: 92rem;
    max-width: 120rem;
    padding: 0 6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--wide {
    max-width: 136rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--narrow {
    max-width: 92rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeBox__layout {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 12rem;
  }
}

.p-homeBox {
  background: #fff;
  border-radius: 6em;
}
@media print, screen and (min-width: 744px) {
  .p-homeBox {
    text-align: center;
    padding: 7.6rem 6rem 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeBox {
    margin-left: -2rem;
    margin-right: -2rem;
    border-radius: 4.8rem;
    margin-right: -2.4rem;
    margin-left: -2.4rem;
    padding: 6rem 3.8rem 8rem;
  }
}

.p-homeBox__lead-en {
  margin-bottom: 1.2em;
  color: #0068b7;
  font-weight: 800;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}
@media print, screen and (min-width: 744px) {
  .p-homeBox__lead-en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeBox__lead-en {
    font-size: 2.2rem;
  }
}
.p-homeBox__lead-en a {
  color: #0068b7 !important;
}

.p-homeBox__lead-jp {
  margin-bottom: 1.5em;
  color: #444;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 744px) {
  .p-homeBox__lead-jp {
    font-size: 1.6rem;
  }
}
.p-homeBox__lead-jp a {
  color: #444 !important;
}

.p-homeBox__link {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeBox__link {
    margin-top: 4rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.p-homeBox__link_btn {
  display: inline-block;
  background-color: #0068b7;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  transition: 0.3s;
  text-align: center;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-homeBox__link_btn {
    padding: 1.4em 2.4em;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeBox__link_btn {
    white-space: nowrap;
    padding: 1.6em 4rem;
    font-size: 2.2rem;
  }
}
.p-homeBox__link_btn:hover {
  filter: brightness(1.15);
}
.p-homeBox__link_btn span {
  display: inline-block;
  position: relative;
  padding-right: 0.6em;
}
.p-homeBox__link_btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.8em;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  border-radius: 30px;
  background-color: #e60012;
}
.p-homeBox__link_btn span small {
  display: inline-block;
  font-size: 0.7em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
