@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  word-break: normal;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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;
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # 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] {
  color: inherit;
  cursor: pointer;
}

/* 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 {
  padding: 0;
  border-style: none;
}

/* 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 {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  display: block;
  max-width: 100%;
  height: auto;
  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;
}

svg:not([fill]) {
  fill: currentColor;
}

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

html {
  font-size: 16px;
  height: -webkit-fill-available;
  scrollbar-gutter: stable;
  letter-spacing: 0.5em;
}
@media (max-width: 400px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 1.125vw;
  }
}
@media (min-width: 1420px) {
  html {
    font-size: 18px;
  }
}

body {
  position: relative;
  width: 100%;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  color: #1f1f1f;
  font-style: normal;
  letter-spacing: 0.03rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

main {
  width: 100%;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  color: #1f1f1f;
}

a:hover {
  transition: 0.3s;
}

button {
  outline: none;
}

@media (min-width: 560px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
}

figure {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 3.875rem;
}
@media (min-width: 1024px) {
  :target {
    scroll-margin-top: 5.56rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header__wrap {
  width: 100%;
  height: 3.875rem;
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 0.534625rem;
  padding-bottom: 0.534625rem;
  backdrop-filter: blur(2px);
}
@media (min-width: 1024px) {
  .header__wrap {
    display: block;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .header_pc {
    max-width: calc(100% - 8rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
}

.header__logo {
  width: 7rem;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 8.3;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.g_nav {
  position: fixed;
  top: 3.325rem;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 4rem 2.5rem;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .g_nav {
    display: flex;
    align-items: center;
    position: inherit;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    color: #1f1f1f;
    transform: translateX(0);
    font-size: 0.777777rem;
  }
}

.g_nav_li a {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.g_nav_li a img {
  width: 2.5rem;
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .g_nav_li a {
    margin-bottom: 0;
    font-weight: bold;
    padding: 0 0.77777rem;
  }
  .g_nav_li a:hover {
    color: #3291dc;
  }
  .g_nav_li a img {
    display: none;
  }
}

.g_nav_li.last a {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .g_nav_li.last a {
    margin-bottom: 0;
  }
}

.g_nav.active {
  transform: translateX(0%);
}

/*=============================
#btn07
=============================*/
.btn-trigger-wrap {
  width: 40px;
  height: 38px;
  background-color: #0064b3;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .btn-trigger-wrap {
    display: none;
  }
}

.btn-trigger {
  position: relative;
  width: 21px;
  height: 19px;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .btn-trigger {
    display: none !important;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 2px;
}

.btn-trigger span:nth-of-type(2) {
  top: 9px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn07 span:nth-of-type(1) {
  animation: btn07-bar01 0.75s forwards;
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#btn07 span:nth-of-type(3) {
  animation: btn07-bar03 0.75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07.active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
  background-color: #fff;
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
#btn07.active span:nth-of-type(2) {
  opacity: 0;
}

#btn07.active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
  background-color: #fff;
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.footer {
  width: 100%;
  padding-top: 4rem;
  padding: 4rem 1.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .footer {
    max-width: 63.8888rem;
    margin: auto;
    padding: 4rem 0 1.5rem;
  }
}

@media (min-width: 560px) {
  .footer_pc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

.footer_logo {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  color: #0064b3;
  margin-bottom: 1.5rem;
}
.footer_logo img {
  width: 5.525rem;
  display: inline-block;
  margin-right: 1.0625rem;
}
.footer_logo span {
  color: #ff6c4e;
}
@media (min-width: 560px) {
  .footer_logo {
    text-align: left;
    font-size: 1.72222rem;
    margin-bottom: 1.5rem;
  }
  .footer_logo img {
    width: 6.88888rem;
    margin-right: 1.33333rem;
  }
}
@media (min-width: 1024px) {
  .footer_logo:hover {
    opacity: 0.75;
  }
}

.footer_tel {
  text-align: center;
  margin-bottom: 1.5rem;
}
.footer_tel a {
  display: block;
  color: #1c4278;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  font-family: "roboto", sans-serif;
}
@media (min-width: 560px) {
  .footer_tel {
    text-align: left;
    margin-bottom: 1rem;
  }
  .footer_tel a {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer_tel a {
    display: inline-block;
    margin-right: 1rem;
  }
}

.footer_area span {
  display: block;
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 560px) {
  .footer_area span {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 4rem;
  }
}

.footer_list {
  width: 20.625rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.footer_list a {
  font-weight: bold;
}
@media (min-width: 560px) {
  .footer_list {
    width: 18.33333rem;
    font-size: 0.77777rem;
  }
}

.footer_nav {
  margin-bottom: 1.5rem;
}
@media (min-width: 560px) {
  .footer_nav {
    margin-bottom: 1.83333rem;
  }
  .footer_nav a:hover {
    color: #3291dc;
  }
}

.footer_btn {
  margin-bottom: 2.5rem;
}
@media (min-width: 560px) {
  .footer_btn {
    margin-bottom: 0;
  }
  .footer_btn a:hover {
    color: #3291dc;
  }
}

.copy {
  font-size: 0.75rem;
  color: #757575;
  text-align: center;
}
@media (min-width: 560px) {
  .copy {
    font-size: 0.666666rem;
  }
}

main {
  width: 100%;
  overflow: hidden;
}
.mt0 {
  margin-top: 0rem !important;
}
@media (max-width: 559px) {
  .mt0-s {
    margin-top: 0rem !important;
  }
}
@media (min-width: 560px) {
  .mt0-m {
    margin-top: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .mt0-l {
    margin-top: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .mt0-xl {
    margin-top: 0rem !important;
  }
}

.mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 559px) {
  .mb0-s {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 560px) {
  .mb0-m {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .mb0-l {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .mb0-xl {
    margin-bottom: 0rem !important;
  }
}

.pt0 {
  padding-top: 0rem !important;
}
@media (max-width: 559px) {
  .pt0-s {
    padding-top: 0rem !important;
  }
}
@media (min-width: 560px) {
  .pt0-m {
    padding-top: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .pt0-l {
    padding-top: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .pt0-xl {
    padding-top: 0rem !important;
  }
}

.pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 559px) {
  .pb0-s {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 560px) {
  .pb0-m {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .pb0-l {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .pb0-xl {
    padding-bottom: 0rem !important;
  }
}

.mt25 {
  margin-top: 0.25rem !important;
}
@media (max-width: 559px) {
  .mt25-s {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt25-m {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt25-l {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt25-xl {
    margin-top: 0.25rem !important;
  }
}

.mb25 {
  margin-bottom: 0.25rem !important;
}
@media (max-width: 559px) {
  .mb25-s {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb25-m {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb25-l {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb25-xl {
    margin-bottom: 0.25rem !important;
  }
}

.pt25 {
  padding-top: 0.25rem !important;
}
@media (max-width: 559px) {
  .pt25-s {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt25-m {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt25-l {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt25-xl {
    padding-top: 0.25rem !important;
  }
}

.pb25 {
  padding-bottom: 0.25rem !important;
}
@media (max-width: 559px) {
  .pb25-s {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb25-m {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb25-l {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb25-xl {
    padding-bottom: 0.25rem !important;
  }
}

.mt50 {
  margin-top: 0.5rem !important;
}
@media (max-width: 559px) {
  .mt50-s {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt50-m {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt50-l {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt50-xl {
    margin-top: 0.5rem !important;
  }
}

.mb50 {
  margin-bottom: 0.5rem !important;
}
@media (max-width: 559px) {
  .mb50-s {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb50-m {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb50-l {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb50-xl {
    margin-bottom: 0.5rem !important;
  }
}

.pt50 {
  padding-top: 0.5rem !important;
}
@media (max-width: 559px) {
  .pt50-s {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt50-m {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt50-l {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt50-xl {
    padding-top: 0.5rem !important;
  }
}

.pb50 {
  padding-bottom: 0.5rem !important;
}
@media (max-width: 559px) {
  .pb50-s {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb50-m {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb50-l {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb50-xl {
    padding-bottom: 0.5rem !important;
  }
}

.mt75 {
  margin-top: 0.75rem !important;
}
@media (max-width: 559px) {
  .mt75-s {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt75-m {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt75-l {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt75-xl {
    margin-top: 0.75rem !important;
  }
}

.mb75 {
  margin-bottom: 0.75rem !important;
}
@media (max-width: 559px) {
  .mb75-s {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb75-m {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb75-l {
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb75-xl {
    margin-bottom: 0.75rem !important;
  }
}

.pt75 {
  padding-top: 0.75rem !important;
}
@media (max-width: 559px) {
  .pt75-s {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt75-m {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt75-l {
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt75-xl {
    padding-top: 0.75rem !important;
  }
}

.pb75 {
  padding-bottom: 0.75rem !important;
}
@media (max-width: 559px) {
  .pb75-s {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb75-m {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb75-l {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb75-xl {
    padding-bottom: 0.75rem !important;
  }
}

.mt100 {
  margin-top: 1rem !important;
}
@media (max-width: 559px) {
  .mt100-s {
    margin-top: 1rem !important;
  }
}
@media (min-width: 560px) {
  .mt100-m {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mt100-l {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .mt100-xl {
    margin-top: 1rem !important;
  }
}

.mb100 {
  margin-bottom: 1rem !important;
}
@media (max-width: 559px) {
  .mb100-s {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 560px) {
  .mb100-m {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mb100-l {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .mb100-xl {
    margin-bottom: 1rem !important;
  }
}

.pt100 {
  padding-top: 1rem !important;
}
@media (max-width: 559px) {
  .pt100-s {
    padding-top: 1rem !important;
  }
}
@media (min-width: 560px) {
  .pt100-m {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pt100-l {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .pt100-xl {
    padding-top: 1rem !important;
  }
}

.pb100 {
  padding-bottom: 1rem !important;
}
@media (max-width: 559px) {
  .pb100-s {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 560px) {
  .pb100-m {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pb100-l {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .pb100-xl {
    padding-bottom: 1rem !important;
  }
}

.mt125 {
  margin-top: 1.25rem !important;
}
@media (max-width: 559px) {
  .mt125-s {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt125-m {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt125-l {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt125-xl {
    margin-top: 1.25rem !important;
  }
}

.mb125 {
  margin-bottom: 1.25rem !important;
}
@media (max-width: 559px) {
  .mb125-s {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb125-m {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb125-l {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb125-xl {
    margin-bottom: 1.25rem !important;
  }
}

.pt125 {
  padding-top: 1.25rem !important;
}
@media (max-width: 559px) {
  .pt125-s {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt125-m {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt125-l {
    padding-top: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt125-xl {
    padding-top: 1.25rem !important;
  }
}

.pb125 {
  padding-bottom: 1.25rem !important;
}
@media (max-width: 559px) {
  .pb125-s {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb125-m {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb125-l {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb125-xl {
    padding-bottom: 1.25rem !important;
  }
}

.mt150 {
  margin-top: 1.5rem !important;
}
@media (max-width: 559px) {
  .mt150-s {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt150-m {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt150-l {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt150-xl {
    margin-top: 1.5rem !important;
  }
}

.mb150 {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 559px) {
  .mb150-s {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb150-m {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb150-l {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb150-xl {
    margin-bottom: 1.5rem !important;
  }
}

.pt150 {
  padding-top: 1.5rem !important;
}
@media (max-width: 559px) {
  .pt150-s {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt150-m {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt150-l {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt150-xl {
    padding-top: 1.5rem !important;
  }
}

.pb150 {
  padding-bottom: 1.5rem !important;
}
@media (max-width: 559px) {
  .pb150-s {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb150-m {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb150-l {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb150-xl {
    padding-bottom: 1.5rem !important;
  }
}

.mt175 {
  margin-top: 1.75rem !important;
}
@media (max-width: 559px) {
  .mt175-s {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt175-m {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt175-l {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt175-xl {
    margin-top: 1.75rem !important;
  }
}

.mb175 {
  margin-bottom: 1.75rem !important;
}
@media (max-width: 559px) {
  .mb175-s {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb175-m {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb175-l {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb175-xl {
    margin-bottom: 1.75rem !important;
  }
}

.pt175 {
  padding-top: 1.75rem !important;
}
@media (max-width: 559px) {
  .pt175-s {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt175-m {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt175-l {
    padding-top: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt175-xl {
    padding-top: 1.75rem !important;
  }
}

.pb175 {
  padding-bottom: 1.75rem !important;
}
@media (max-width: 559px) {
  .pb175-s {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb175-m {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb175-l {
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb175-xl {
    padding-bottom: 1.75rem !important;
  }
}

.mt200 {
  margin-top: 2rem !important;
}
@media (max-width: 559px) {
  .mt200-s {
    margin-top: 2rem !important;
  }
}
@media (min-width: 560px) {
  .mt200-m {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mt200-l {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .mt200-xl {
    margin-top: 2rem !important;
  }
}

.mb200 {
  margin-bottom: 2rem !important;
}
@media (max-width: 559px) {
  .mb200-s {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 560px) {
  .mb200-m {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mb200-l {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .mb200-xl {
    margin-bottom: 2rem !important;
  }
}

.pt200 {
  padding-top: 2rem !important;
}
@media (max-width: 559px) {
  .pt200-s {
    padding-top: 2rem !important;
  }
}
@media (min-width: 560px) {
  .pt200-m {
    padding-top: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .pt200-l {
    padding-top: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .pt200-xl {
    padding-top: 2rem !important;
  }
}

.pb200 {
  padding-bottom: 2rem !important;
}
@media (max-width: 559px) {
  .pb200-s {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 560px) {
  .pb200-m {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .pb200-l {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .pb200-xl {
    padding-bottom: 2rem !important;
  }
}

.mt225 {
  margin-top: 2.25rem !important;
}
@media (max-width: 559px) {
  .mt225-s {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .mt225-m {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt225-l {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt225-xl {
    margin-top: 2.25rem !important;
  }
}

.mb225 {
  margin-bottom: 2.25rem !important;
}
@media (max-width: 559px) {
  .mb225-s {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .mb225-m {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb225-l {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mb225-xl {
    margin-bottom: 2.25rem !important;
  }
}

.pt225 {
  padding-top: 2.25rem !important;
}
@media (max-width: 559px) {
  .pt225-s {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .pt225-m {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt225-l {
    padding-top: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pt225-xl {
    padding-top: 2.25rem !important;
  }
}

.pb225 {
  padding-bottom: 2.25rem !important;
}
@media (max-width: 559px) {
  .pb225-s {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 560px) {
  .pb225-m {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb225-l {
    padding-bottom: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .pb225-xl {
    padding-bottom: 2.25rem !important;
  }
}

.mt250 {
  margin-top: 2.5rem !important;
}
@media (max-width: 559px) {
  .mt250-s {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .mt250-m {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt250-l {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt250-xl {
    margin-top: 2.5rem !important;
  }
}

.mb250 {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 559px) {
  .mb250-s {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .mb250-m {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb250-l {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mb250-xl {
    margin-bottom: 2.5rem !important;
  }
}

.pt250 {
  padding-top: 2.5rem !important;
}
@media (max-width: 559px) {
  .pt250-s {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .pt250-m {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt250-l {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pt250-xl {
    padding-top: 2.5rem !important;
  }
}

.pb250 {
  padding-bottom: 2.5rem !important;
}
@media (max-width: 559px) {
  .pb250-s {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 560px) {
  .pb250-m {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb250-l {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .pb250-xl {
    padding-bottom: 2.5rem !important;
  }
}

.mt275 {
  margin-top: 2.75rem !important;
}
@media (max-width: 559px) {
  .mt275-s {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .mt275-m {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt275-l {
    margin-top: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mt275-xl {
    margin-top: 2.75rem !important;
  }
}

.mb275 {
  margin-bottom: 2.75rem !important;
}
@media (max-width: 559px) {
  .mb275-s {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .mb275-m {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb275-l {
    margin-bottom: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .mb275-xl {
    margin-bottom: 2.75rem !important;
  }
}

.pt275 {
  padding-top: 2.75rem !important;
}
@media (max-width: 559px) {
  .pt275-s {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .pt275-m {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt275-l {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pt275-xl {
    padding-top: 2.75rem !important;
  }
}

.pb275 {
  padding-bottom: 2.75rem !important;
}
@media (max-width: 559px) {
  .pb275-s {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 560px) {
  .pb275-m {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb275-l {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .pb275-xl {
    padding-bottom: 2.75rem !important;
  }
}

.mt300 {
  margin-top: 3rem !important;
}
@media (max-width: 559px) {
  .mt300-s {
    margin-top: 3rem !important;
  }
}
@media (min-width: 560px) {
  .mt300-m {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mt300-l {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .mt300-xl {
    margin-top: 3rem !important;
  }
}

.mb300 {
  margin-bottom: 3rem !important;
}
@media (max-width: 559px) {
  .mb300-s {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 560px) {
  .mb300-m {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mb300-l {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .mb300-xl {
    margin-bottom: 3rem !important;
  }
}

.pt300 {
  padding-top: 3rem !important;
}
@media (max-width: 559px) {
  .pt300-s {
    padding-top: 3rem !important;
  }
}
@media (min-width: 560px) {
  .pt300-m {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pt300-l {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .pt300-xl {
    padding-top: 3rem !important;
  }
}

.pb300 {
  padding-bottom: 3rem !important;
}
@media (max-width: 559px) {
  .pb300-s {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 560px) {
  .pb300-m {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pb300-l {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .pb300-xl {
    padding-bottom: 3rem !important;
  }
}

.dc_sec_padding {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .dc_sec_padding {
    padding-bottom: 7rem;
  }
}

.dc_sec_color_padding {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .dc_sec_color_padding {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

.dc_small_margin {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .dc_small_margin {
    margin-top: 3rem;
  }
}

.dc_middle_margin {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .dc_middle_margin {
    margin-top: 4rem;
  }
}

.dc_sec_margin {
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .dc_sec_margin {
    margin-top: 7rem;
  }
}

/* 表示の制御
------------------------------------- */
.dc_display__sp {
  display: block;
}
@media (max-width: 374px) {
  .dc_display__sp {
    display: block;
  }
}
@media (min-width: 560px) {
  .dc_display__sp {
    display: none;
  }
}

@media (max-width: 559px) {
  .dc_display__tab {
    display: none !important;
  }
}
@media (min-width: 560px) {
  .dc_display__tab {
    display: block;
  }
}

@media (max-width: 1023px) {
  .dc_display__pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .dc_display__pc {
    display: block;
  }
}

.dc_hidden__sp {
  display: block;
}
@media (max-width: 374px) {
  .dc_hidden__sp {
    display: none !important;
  }
}

.dc_hidden__tab {
  display: block;
}
@media (min-width: 560px) {
  .dc_hidden__tab {
    display: none !important;
  }
}

.dc_hidden__pc {
  display: block;
}
@media (min-width: 1024px) {
  .dc_hidden__pc {
    display: none !important;
  }
}

.dc_d-ib {
  display: inline-block;
}

/* コンテナ
------------------------------------- */
.dc_container_flexible, .dc_container {
  width: calc(100% - 2.285rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .dc_container {
    max-width: 63.8888rem;
  }
}

/* フォント
------------------------------------- */
.dc_text-align-left {
  text-align: left;
}

.dc_text-align-center {
  text-align: center;
}

.dc_text-align-right {
  text-align: right;
}

@media (min-width: 1024px) {
  .dc_text-align-left-pc {
    text-align: left;
  }
}

@media (min-width: 560px) {
  .dc_text-align-center-tab {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .dc_text-align-center-pc {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .dc_text-align-right-pc {
    text-align: right;
  }
}

.dc_text-align-right-sp {
  text-align: right;
}
@media (min-width: 1024px) {
  .dc_text-align-right-sp {
    text-align: left;
  }
}

.small_text {
  font-size: 0.875rem;
}

.dc_lead {
  font-weight: bold;
  font-size: 1.125rem;
}
.dc_lead span {
  font-size: 1.375rem;
  color: #ff6c4e;
}
@media (min-width: 1024px) {
  .dc_lead span {
    font-size: 1.22222rem;
  }
}

.dc_nowrap {
  white-space: nowrap;
  font-feature-settings: "palt";
}

/* 背景
------------------------------------- */
.bg_blue {
  background: #d5eff6;
}

.bg_yellow {
  background: #fef9d7;
}

.bg_gray {
  background: #f4f4f4;
}

/* ボックス
------------------------------------- */
.border_box {
  border: 3px solid #1c4278;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: url(../img/bg_parts.png) top left repeat;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .border_box {
    border-radius: 30px;
    border: 6px solid #1c4278;
    padding: 3.111111rem;
  }
}
.border_box .box_text {
  font-size: 1.375rem;
  color: #1c4278;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .border_box .box_text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.border_box .box_mid_text {
  font-size: 1.6666rem;
  font-weight: 900;
}
.border_box .box_big_text {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .border_box .box_big_text {
    font-size: 1.7777rem;
  }
}
.border_box .box_exbig_text {
  font-size: 2.2222rem;
  font-weight: 900;
}
.border_box .box_og {
  color: #ff6c4e;
}
.border_box .box_darkblue {
  color: #1c4278;
}
.border_box .box_blue {
  color: #3291dc;
}
.border_box h4.ttl_h4 {
  margin-bottom: 0.5rem;
}
.border_box .box_num {
  font-family: "roboto", sans-serif;
  font-size: 3.25rem;
  color: #ff6c4e;
  font-weight: bold;
  line-height: 1;
}
.border_box .box_percentage {
  font-family: "roboto", sans-serif;
  font-size: 1.875rem;
  color: #ff6c4e;
  font-weight: bold;
}

.white_box {
  padding: 1.5rem 1.375rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #fff;
  font-size: 1rem;
  text-align: justify;
}
.white_box img {
  width: 5rem;
  display: block;
  margin: 0 auto 0.5rem;
}
.white_box h4.ttl_h4 {
  margin-bottom: 1rem;
}
.white_box .text_blue {
  font-size: 1.125rem;
  color: #3291dc;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .white_box {
    margin-bottom: 0;
    border-radius: 20px;
  }
  .white_box img {
    margin: 0 auto 1.5rem;
  }
  .white_box h4.ttl_h4 {
    margin-bottom: 2rem;
  }
}

/*  吹き出し
------------------------------------- */
.speech {
  background-color: #1c4278;
  padding: 0.25rem;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.speech::after {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/speech_parts.png) bottom center/contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
}
@media (min-width: 560px) {
  .speech::after {
    width: 2rem;
    height: 2rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 560px) {
  .speech {
    display: inline-block;
    padding: 0.61111rem 1.6666rem;
    margin-bottom: 0.94444rem;
    z-index: 1;
  }
}

.speech.pc_center {
  line-height: 1.4;
}
@media (min-width: 560px) {
  .speech.pc_center {
    margin: 2.5rem auto 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=common.css.map */