/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**

 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s;
}

main {
  margin-top: 12.8rem;
  padding-top: 1rem;
}
@media screen and (max-width:767px) {
  main {
    margin-top: 6.6rem;
  }
}

.p-top-main {
  padding-top: 3rem;
}

.c-col__2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.c-col__2 .c-col__box {
  width: calc(50% - 2.5rem);
}
.c-col__2-opposite .c-col__box:nth-of-type(1) {
  order: 2;
}
.c-col__3 {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 3rem 4rem;
}
.c-col__3 .c-col__box {
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media screen and (max-width:767px) {
  .c-col__2, .c-col__3 {
    gap: 2rem;
  }
  .c-col__2 .c-col__box, .c-col__3 .c-col__box {
    width: 100%;
  }
  .c-col__2-opposite .c-col__box:nth-of-type(1), .c-col__3-opposite .c-col__box:nth-of-type(1) {
    order: 1;
  }
  .c-col__2-opposite .c-col__box:nth-of-type(2), .c-col__3-opposite .c-col__box:nth-of-type(2) {
    order: 2;
  }
}

.c-dl > div {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #c8c8c8;
}
.c-dl dt {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
}
.c-dl dd {
  width: 77%;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-dl {
    display: block;
    padding: 2rem 0;
  }
  .c-dl dt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .c-dl dd {
    width: 100%;
  }
}

.p-pic {
  display: table;
  margin: auto;
}
.p-pic__caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-pic__line img {
  border: 0.1rem solid #c8c8c8;
}
.p-pic__shadow img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.p-pic a:hover {
  filter: brightness(130%);
}
.p-pic__wrap {
  display: inline-block;
}
.p-pic__wrap figure .p-pic__caption {
  text-align: left;
}

.p-movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-movie__caption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-table {
  width: 100%;
  border-top: 0.1rem solid #d8dbde;
  border-left: 0.1rem solid #d8dbde;
}
.p-table th,
.p-table td {
  padding: 2rem 2.5rem;
  border-right: 0.1rem solid #d8dbde;
  border-bottom: 0.1rem solid #d8dbde;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}
.p-table th {
  background: #f7fafe;
  font-weight: 400;
  text-align: center;
}
.p-table__fixed {
  table-layout: fixed;
}
@media screen and (max-width:767px) {
  .p-table th,
.p-table td {
    padding: 1.2rem 4vw;
    font-size: 1.4rem;
  }
  .p-table__scroll {
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
  .p-table__scroll .p-table {
    width: auto;
    min-width: 76.8rem;
  }
}

.l-ankerbtn {
  height: 100%;
}
.l-ankerbtn a {
  display: flex;
  flex-direction: column;
  background: #0577df;
  text-align: center;
  height: 100%;
  border: transparent 1px solid;
}
.l-ankerbtn a:hover {
  color: #036ad1;
  background-color: #fff;
  border: #036ad1 1px solid;
}
.l-ankerbtn a:hover .l-ankerbtn__arrow::after {
  top: 0.8rem;
}
.l-ankerbtn a:hover .l-ankerbtn__title {
  color: #036ad1;
}
.l-ankerbtn a:hover .l-ankerbtn__en {
  color: #036ad1;
}
.l-ankerbtn a:hover .l-ankerbtn__arrow {
  background: #f2f8fd;
}
.l-ankerbtn a:hover .l-ankerbtn__arrow::after {
  border-color: #036ad1;
}
.l-ankerbtn__title {
  padding: 2rem 1rem 1rem;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
}
.l-ankerbtn__en {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  padding: 0 1rem 2rem;
}
.l-ankerbtn__arrow {
  margin-top: auto;
  position: relative;
  display: block;
  height: 3rem;
  background: #036ad1;
}
.l-ankerbtn__arrow::after {
  position: absolute;
  display: block;
  content: "";
  top: 0.5rem;
  left: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .l-ankerbtn__title {
    padding: 1.4rem 0 0.7rem;
    font-size: 2.2rem;
  }
  .l-ankerbtn__en {
    padding-bottom: 1.4rem;
    font-size: 1.4rem;
  }
}

.l-groupbtn {
  border: 0.1rem solid #036ad1;
  height: 100%;
}
.l-groupbtn a {
  position: relative;
  padding: 2rem 5rem 2rem 2rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.l-groupbtn a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: solid 0.2rem #057ce1;
  border-right: solid 0.2rem #057ce1;
  transform: rotate(45deg);
  transition: 0.3s;
}
.l-groupbtn a:hover {
  background: #f5f9ff;
}
.l-groupbtn a:hover::after {
  right: 1rem;
}
.l-groupbtn__pic {
  width: 9rem;
}
.l-groupbtn__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.l-groupbtn__conts {
  width: calc(100% - 9rem - 2rem);
}
.l-groupbtn__name {
  color: #036ad1;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-groupbtn__en {
  color: #036ad1;
  margin: 0.5rem 0 1rem;
  font-size: 1.1rem;
}
.l-groupbtn__text {
  font-size: 1.3rem;
  line-height: 1.6875;
}
@media screen and (max-width:767px) {
  .l-groupbtn a {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    align-items: center;
  }
  .l-groupbtn a::after {
    right: 1rem;
  }
  .l-groupbtn a:hover {
    background: #f5f9ff;
  }
  .l-groupbtn a:hover::after {
    right: 0.5rem;
  }
  .l-groupbtn__pic {
    width: 7.5rem;
  }
  .l-groupbtn__conts {
    width: calc(100% - 7.5rem - 1.5rem);
  }
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.8rem;
  padding: 0 2rem;
  background: #fff;
  border-bottom: 0.1rem solid #d3d3d3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
}
header .h-logo {
  display: flex;
  height: 100%;
  align-items: center;
}
header .h-logo img {
  width: 39rem;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  header .h-logo img {
    width: 30vw;
  }
}
header #spBtn {
  display: none;
}
@media screen and (max-width:767px) {
  header {
    min-width: auto;
    align-items: center;
    height: 6.6rem;
    padding: 0 4vw;
  }
  header .h-logo img {
    width: auto;
    height: 4.4rem;
  }
  header #spBtn {
    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
  }
  header #spBtn span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #000;
  }
  header #spBtn span:nth-of-type(1) {
    top: 0.8rem;
  }
  header #spBtn span:nth-of-type(2) {
    top: 2rem;
  }
  header #spBtn span:nth-of-type(3) {
    top: 3.2rem;
  }
  header #spBtn.open span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header #spBtn.open span:nth-of-type(2) {
    display: none;
  }
  header #spBtn.open span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.h-frame {
  margin-left: auto;
  margin-top: 20px;
}
.h-frame .lang {
  display: flex;
  justify-content: flex-end;
}
.h-frame .lang__btn a {
  display: block;
  padding: 0.5rem 2rem;
  border-top: 0.1rem solid #d3d3d3;
  border-bottom: 0.1rem solid #d3d3d3;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
}
.h-frame .lang__btn a:hover {
  background: #f4f4f4;
  color: #707070;
}
.h-frame .lang__btn.current a {
  border-color: #036ad1;
  color: #036ad1;
  pointer-events: none;
}
.h-frame .lang__btn.current a:hover {
  background: #fff;
}
@media screen and (max-width:767px) {
  .h-frame {
    margin-top: 0px;
  }
  .h-frame .lang {
    display: none;
  }
}

.u-skip {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 2rem;
}
.u-skip__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #e5e5e5;
  border: #e5e5e5 1px solid;
  font-size: 1.3rem;
  overflow: hidden;
  width: 1px;
  height: 1px;
  transition: 0s;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.u-skip__link:focus {
  position: static;
  width: 20rem;
  height: 7rem;
}

#nav > ul {
  display: flex;
  gap: 0 3rem;
}
#nav > ul > li {
  display: block;
  padding: 2.7rem 0;
}
#nav > ul > li > a,
#nav > ul > li > button {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 0.3rem solid #fff;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (min-width:768px) and (max-width:1100px) {
  #nav > ul > li > a,
#nav > ul > li > button {
    font-size: 1.15rem;
  }
}
#nav > ul > li:hover > a,
#nav > ul > li:hover > button {
  color: #036ad1;
  border-color: #036ad1;
}
@media screen and (max-width:767px) {
  #nav > ul > li:hover > a,
#nav > ul > li:hover > button {
    color: white;
  }
}
@media screen and (min-width:768px) and (max-width:1100px) {
  #nav > ul > li:hover > a,
#nav > ul > li:hover > button {
    font-size: 1.15rem;
  }
}
#nav > ul > li > button {
  position: relative;
  padding-right: 2.2rem;
}
#nav > ul > li > button::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.2rem #036ad1;
  border-right: solid 0.2rem #036ad1;
  transform: rotate(135deg) translateY(-50%);
}
@media screen and (min-width:768px) and (max-width:1100px) {
  #nav > ul > li > button::after {
    transform: rotate(135deg) translateY(-50%);
  }
}
@media screen and (max-width:767px) {
  #nav {
    position: absolute;
    top: 6.6rem;
    right: 0;
    width: 30rem;
    max-height: calc(100vh - 6.6rem);
    background: rgba(3, 106, 209, 0.9);
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.3s;
  }
  #nav.open {
    transform: translateX(0);
    opacity: 1;
  }
  #nav > ul {
    display: block;
  }
  #nav > ul > li {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #nav > ul > li > a,
#nav > ul > li > button,
#nav > ul > li > span {
    position: relative;
    padding: 2.2rem 4rem 2.2rem 2.4rem;
    border-bottom: none;
    color: #fff;
    width: 100%;
  }
  #nav > ul > li > a::after,
#nav > ul > li > button::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top: solid 0.3rem #fff;
    border-right: solid 0.3rem #fff;
    transform: rotate(135deg);
  }
  #nav > ul > li > a::after {
    right: 1.5rem;
    transform: rotate(45deg);
  }
  #nav > ul > li:hover > a,
#nav > ul > li:hover > span {
    color: #fff;
  }
  #nav > ul > li.open > button::after {
    top: 1rem;
    transform: rotate(-45deg);
  }
}

.nav__menu {
  display: none;
  position: absolute;
  top: 12.8rem;
  left: 0;
  width: 100%;
  padding: 2rem 0 2rem;
  background: rgba(3, 106, 209, 0.9);
}
.nav__menu ul {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.nav__menu ul li {
  display: flex;
  width: calc(25% - 1.5rem);
}
.nav__menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 3rem;
  background: #fff;
  color: #036ad1;
  font-size: 1.6rem;
  text-align: center;
}
.nav__menu ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.2rem #036ad1;
  border-right: solid 0.2rem #036ad1;
  transform: rotate(45deg);
  transition: 0.3s;
}
.nav__menu ul li a:hover {
  background: #f5f9ff;
}
.nav__menu ul li a:hover::after {
  right: 0.5rem;
}
.nav__menu-close {
  position: relative;
  display: block;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  padding: 2.5rem;
  cursor: pointer;
}
.nav__menu-close span {
  position: absolute;
  top: 2.5rem;
  left: calc(50% - 0.8rem);
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background: #fff;
}
.nav__menu-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.nav__menu-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .nav__menu {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2rem);
    margin-left: 2rem;
    padding: 0;
    background: none;
  }
  .nav__menu ul {
    width: 100%;
    margin: 0 0 2rem;
    display: block;
  }
  .nav__menu ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .nav__menu ul li a {
    display: block;
    width: 100%;
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .nav__menu ul li a::after {
    right: 1.5rem;
  }
  .nav__menu ul li a:hover::after {
    right: 1.5rem;
  }
  .nav__menu-close {
    display: none;
  }
}

.f-bnr {
  background: #036ad1;
  font-weight: 500;
}
.f-bnr__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  width: 124rem;
  max-width: 100%;
  margin: auto;
}
.f-bnr__list li {
  width: calc((100% - 8rem) / 5);
}
.f-bnr__list li img {
  width: 100%;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .f-bnr__list li {
    width: calc((100% - 8rem) / 5);
  }
}
@media screen and (max-width:767px) {
  .f-bnr__list {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }
  .f-bnr__list li {
    width: 100%;
    padding: 0 1.5rem;
  }
  .f-bnr .slick__arrows {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1.6rem);
    left: 0.65rem;
    width: 3.2rem;
    height: 3.2rem;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0.5rem;
  }
  .f-bnr .slick__arrows::before {
    display: block;
    content: "";
    position: absolute;
    top: 1rem;
    right: 0.7rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top: solid 0.2rem #036ad1;
    border-right: solid 0.2rem #036ad1;
    transform: rotate(-135deg);
  }
  .f-bnr .slick__arrows.next {
    left: auto;
    right: 0.65rem;
  }
  .f-bnr .slick__arrows.next::before {
    right: 1.3rem;
    transform: rotate(45deg);
  }
  .f-bnr .slick-slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width:479px) {
  .f-bnr__list li {
    padding: 0 4.5rem;
  }
}

.f-menu {
  padding: 5rem;
}
.f-menu__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
.f-menu__box {
  width: 20%;
  border-left: 0.1rem solid #d3d3d3;
}
.f-menu__box p {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 0.3rem solid #d3d3d3;
  font-size: 1.6rem;
}
.f-menu__box p a:hover {
  text-decoration: underline;
}
.f-menu__box ul li {
  margin: 1.5rem 0 0 1.3rem;
  font-size: 1.4rem;
  padding-right: 1rem;
}
.f-menu__box ul li a {
  padding-right: 1rem;
  display: inline-block;
}
.f-menu__box ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .f-menu {
    padding: 5rem 0;
  }
  .f-menu__list {
    flex-wrap: wrap;
    gap: 4rem 0;
  }
  .f-menu__box {
    width: 50%;
    border-left: none;
  }
  .f-menu__box p {
    padding-left: 1rem;
    border-left: 0.3rem solid #d3d3d3;
    font-size: 1.6rem;
  }
  .f-menu__box ul li {
    margin: 1.5rem 0 0 1.3rem;
    font-size: 1.4rem;
  }
}

.f-info {
  padding: 7rem 0 8rem;
  background: #f4f4f4;
  text-align: center;
}
.f-info__address {
  margin: 5rem 0;
  font-size: 1.4rem;
  line-height: 2;
}
.f-info__copyright {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .f-info {
    padding: 4rem 0 8rem;
  }
  .f-info__address {
    margin: 3rem 0;
  }
}

#totop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
}
#totop img {
  width: 4.8rem;
}
@media screen and (max-width:767px) {
  #totop {
    right: 4vw;
  }
  #totop img {
    width: 4rem;
  }
}

.c-wrap {
  width: 124rem;
  max-width: 100%;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (max-width:767px) {
  .c-wrap {
    width: 100%;
    padding: 0 4vw;
  }
}
.c-wrap > * {
  padding-top: 1.5rem;
}
.c-wrap > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-wrap .p-table {
  margin-top: 3rem;
}

.c-page__title {
  padding: 1rem 0 2rem;
}
.c-page__main {
  margin-bottom: 7.5rem;
}
.c-page__main-anker {
  margin-bottom: 3rem;
}
@media screen and (max-width:767px) {
  .c-page__title {
    padding: 2rem 0;
  }
  .c-page__main {
    margin-bottom: 5rem;
  }
}

.c-anker__page {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
}
.c-anker__page li {
  display: flex;
  width: calc(25% - 2.25rem);
}
.c-anker__page li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 3rem;
  border: 0.3rem solid #057ce1;
  color: #036ad1;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-anker__page li a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: solid 0.2rem #057ce1;
  border-right: solid 0.2rem #057ce1;
  transform: rotate(45deg);
  transition: 0.3s;
}
.c-anker__page li a:hover {
  background: #f5f9ff;
}
.c-anker__page li a:hover::after {
  right: 0.5rem;
}
.c-anker__link {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.5rem;
}
.c-anker__link li a {
  display: block;
  line-height: 1.5;
}
.c-anker__link li a span {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  margin-left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #036ad1;
}
.c-anker__link li a span::before {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  z-index: 9;
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: rotate(135deg);
}
.c-anker__link li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .c-anker__page {
    justify-content: center;
    gap: 1.5rem;
  }
  .c-anker__page li {
    width: auto;
  }
  .c-anker__page li a {
    padding: 1rem 3rem;
  }
  .c-anker__link {
    display: flex;
    gap: 1.5rem 3rem;
  }
}
@media screen and (max-width:479px) {
  .c-anker__page li {
    width: 100%;
  }
}

.c-btns {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-btns {
    flex-wrap: wrap;
  }
}

.c-btn__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 100%;
}
.c-btn__layout .p-btn {
  min-width: 30rem;
  max-width: 100%;
}
.c-btn__layout.c-btn__col1 {
  display: grid;
}
.c-btn__layout.c-btn__col1 .p-btn {
  width: 30rem;
}
@media (max-width: 980px) {
  .c-btn__layout.c-btn__col1 .p-btn {
    min-width: auto;
  }
}
.c-btn__layout.c-btn__col2 {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.c-btn__layout.c-btn__col2 .p-btn {
  max-width: calc((100% - 2rem) / 2);
  width: 30rem;
}
@media (max-width: 980px) {
  .c-btn__layout.c-btn__col2 .p-btn {
    min-width: auto;
  }
}
.c-btn__layout.c-btn__col3 .p-btn {
  max-width: calc((100% - 4rem) / 3);
  width: 30rem;
}
@media (max-width: 980px) {
  .c-btn__layout.c-btn__col3 .p-btn {
    min-width: auto;
  }
}
.c-btn__layout.c-btn__col4 .p-btn {
  min-width: 1px;
  width: calc((100% - 6rem) / 4);
}
.c-btn__layout.c-btn__col5 .p-btn {
  min-width: 1px;
  width: calc((100% - 8rem) / 5);
}
@media screen and (max-width:767px) {
  .c-btn__layout.c-btn__col1-sp {
    display: grid;
    justify-content: initial;
  }
  .c-btn__layout.c-btn__col1-sp .p-btn {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }
  .c-btn__layout.c-btn__col2-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-btn__layout.c-btn__col2-sp .p-btn {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }
}

.p-filter {
  margin-bottom: 2rem;
}
.p-filter form {
  display: flex;
  justify-content: end;
}
.p-filter__select {
  display: inline-block;
  width: 24.6rem;
  max-width: 100%;
  position: relative;
}
.p-filter__select select {
  width: 100%;
  line-height: 1;
  padding: 1rem 2rem;
  background-color: #f0f3f6;
  border-radius: 99rem;
}
.p-filter__select::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border: transparent 1px solid;
  border-right-color: #939393;
  border-bottom-color: #939393;
  transform: rotate(45deg);
}

.p-research-list {
  display: grid;
  gap: 3rem;
}
.p-research-list__item {
  border: #e5e5e5 0.1rem solid;
  padding: 3rem;
}

.p-research-item {
  display: grid;
  gap: 2rem;
}
.p-research-item__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.p-research-item__header .c-label-new {
  width: 5rem;
}
.p-research-item__title {
  flex: 1;
}
.p-research-item__body p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-research-item__foot a:hover {
  text-decoration: underline;
}

.c-label-new {
  background-color: #e90000;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 1rem;
  border-radius: 99rem;
  color: #fff;
  font-size: 1.3rem;
}

.c-link-pdf__icon {
  width: 1em;
  height: 1em;
  margin-left: 1rem;
}
.c-link-pdf__icon img {
  width: 100%;
}

.p-tab-nav {
  display: flex;
  border-bottom: 0.1rem solid #e5e5e5;
}
.p-tab-nav__item {
  width: 20%;
  text-align: center;
  position: relative;
}
.p-tab-nav__item::before, .p-tab-nav__item::after {
  display: block;
  width: 1px;
  height: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e5e5e5;
}
.p-tab-nav__item::after {
  content: "";
  right: 0;
}
.p-tab-nav__item:first-child::before {
  content: "";
  left: 0;
}
.p-tab-nav__btn {
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-bottom: 0.3rem solid #e5e5e5;
  transition: all 0.3s;
}
.p-tab-nav__btn:hover {
  background-color: #f9f9f9;
}
.p-tab-nav__btn.is-active {
  border-bottom-color: #036ad1;
  pointer-events: none;
}

.p-tab-panel {
  padding-top: 1rem;
}
.p-tab-panel[hidden] {
  display: none;
}

.p-news-list__item {
  border-bottom: 0.1rem solid #e5e5e5;
}
.p-news-list__item:first-child {
  border-top: 0.1rem solid #e5e5e5;
}

.p-tab-panel .p-news-list__item:first-child {
  border-top: none;
}

.p-news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 0;
  gap: 3rem;
}
.p-news-item__content {
  flex: 1;
  min-width: 0;
}
.p-news-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-news-item__date {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-news-item__labels {
  display: flex;
  gap: 1rem;
}
.p-news-item__title {
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-news-item__title a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-news-item__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-news-item__thumb {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
}
.p-news-item__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.c-label {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #036ad1;
  border-radius: 99rem;
  white-space: nowrap;
}
.c-label--new {
  background-color: #e90000;
}
.c-page__news .p-news-list__item {
  border: none;
}
.c-page__news .p-news-item {
  padding: 0;
}
.c-page__news .p-news-item .p-news-item__date {
  font-size: 1.6rem;
  font-weight: normal;
}
.c-page__news .p-title__sub {
  font-size: 1.8rem;
}

.c-teaser-inner {
  display: grid;
  gap: 3rem;
  place-items: center;
}
.c-teaser--thumb {
  text-align: center;
}
.c-teaser--thumb__img {
  width: 60%;
}
.c-teaser--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.c-teaser--title a {
  display: inline-flex;
  justify-content: start;
  gap: 1em;
}
.c-teaser--title a[target=_blank]::after {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  background: url("/rcsm/common/images/icon_link.svg") 0 0/cover no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(79%) saturate(4735%) hue-rotate(200deg) brightness(100%) contrast(98%);
}
.c-teaser--title a:hover {
  text-decoration: underline;
}
.c-teaser--title__en {
  font-family: "Oswald", sans-serif;
}
.c-teaser--body {
  padding-bottom: 0.6rem;
  line-height: 1.5;
}
.c-teaser--body__paragraph {
  display: block;
}
.c-teaser--body p:not(:last-child) {
  margin-bottom: 1rem;
}
.c-teaser--cta .p-btn:not(:last-child) {
  margin-bottom: 1.6rem;
}
.c-teaser--cta .p-btn a {
  padding: 1.7305rem 4rem;
}
.c-teaser .c-col__box:has(.p-pic__wrap) {
  display: block;
  text-align: center;
}

.c-teaser--cta .p-body {
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .c-teaser--cta .p-btn {
    margin: 0 auto;
  }
}

.p-member-list {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width:768px) {
  .p-member-list {
    gap: 2rem;
  }
  .p-member-list .c-teaser {
    border: #e5e5e5 1px solid;
    padding: 2rem;
  }
  .p-member-list .c-teaser-inner {
    display: flex;
  }
  .p-member-list .c-teaser--thumb {
    width: 13.2rem;
    aspect-ratio: 3/4;
  }
  .p-member-list .c-teaser--thumb__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
  }
  .p-member-list .c-teaser--content {
    flex: 1;
  }
  .p-member-list .c-teaser--title {
    padding-bottom: 1rem;
  }
  .p-member-list .c-teaser--title__ja {
    font-weight: bold;
  }
  .p-member-list .c-teaser--title__en {
    font-weight: bold;
  }
  .p-member-list .c-teaser--title .p-body {
    padding-top: 0.8rem;
  }
  .p-member-list .c-teaser--cta .p-btn a {
    padding: 1rem 4rem;
  }
}

.c-teaser {
  align-items: start;
}
.c-teaser .c-col__box {
  display: grid;
  gap: 2rem;
  justify-content: start;
  align-items: start;
}
.c-teaser .c-col__box [class*=p-title] {
  margin-top: 0;
}

.p-title {
  font-size: 2.8rem;
  font-weight: 500;
}
.p-title span {
  display: block;
  margin-top: 1rem;
  color: #1672c4;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .p-title {
    font-size: 2.4rem;
  }
  .p-title span {
    font-size: 1.4rem;
  }
}
.p-title__h1 {
  margin-top: 4rem;
  padding: 0.8rem 1.5rem;
  background: #057ce1;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.p-title__h2 {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.375;
}
.p-title__h3 {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #c8c8c8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-title__h4 {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-title__h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 1.5em;
  left: 0;
  background-color: #036ad1;
}
.p-title__sub {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.2rem;
}
.p-title__news {
  background-color: transparent;
  color: inherit;
  padding: 0.8rem 0;
  font-size: 2.4rem;
  line-height: 3.8rem;
}
.p-title__index {
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  gap: 1.6rem;
  padding: 4rem 0;
}
.p-title__index::after {
  content: "";
  display: block;
  width: 5.1rem;
  height: 1.2rem;
  background: url(/common/images/border-index__h2.png) no-repeat center;
  background-size: contain;
  margin: auto;
}
@media screen and (max-width:767px) {
  .p-title__h1 {
    margin-top: 3rem;
    padding: 0.8rem 1.5rem;
    font-size: 2.4rem;
  }
  .p-title__h2 {
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  .p-title__h3 {
    margin-top: 1.5rem;
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .p-title__h4 {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.p-text {
  line-height: 1.6875;
}
ul.p-list {
  list-style: disc;
}

ol.p-list {
  list-style: decimal;
}

.p-list {
  line-height: 1.6;
}
.p-list li {
  margin-left: 1.6rem;
}
.p-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-list.p-list__kome {
  list-style: none;
}
.p-list.p-list__kome li {
  position: relative;
}
.p-list.p-list__kome li .marker {
  display: block;
  position: absolute;
  right: 100%;
  width: 1.6rem;
}
.p-list.p-list__none {
  list-style: none;
}
.p-list.p-list__none li {
  margin-left: 0;
}
.p-list.p-list__link, .p-list.p-list__anker {
  list-style: none;
  padding-left: 0;
}
.p-list.p-list__link li, .p-list.p-list__anker li {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-left: 0;
  gap: 0.5rem;
}
.p-list.p-list__link li::before, .p-list.p-list__anker li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/rcsm/common/images/icon_anker.svg) no-repeat center;
  background-size: contain;
  margin-top: 0.55rem;
}
.p-list a:hover {
  text-decoration: underline;
}
.p-link {
  position: relative;
}
.p-link a::after {
  position: relative;
  display: inline-block;
  top: 0.4rem;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("/rcsm/common/images/icon_arrow.svg") 0 0/cover no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(79%) saturate(4735%) hue-rotate(200deg) brightness(100%) contrast(98%);
}
.p-link__out a::after {
  background: url("/rcsm/common/images/icon_link.svg") 0 0/cover no-repeat;
}
.p-link__pdf a::after {
  width: 1em;
  height: 1em;
  top: 0.2rem;
  background: url("/rcsm/common/images/icon_pdf.png") 0 0/cover no-repeat;
  filter: none;
}

.p-list__anker .p-link a::after {
  display: none;
}

.p-btn {
  display: flex;
  width: 100%;
  max-width: 30rem;
  text-align: center;
}
.p-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: calc(1rem - 1px) calc(4rem - 1px);
  border: #036ad1 1px solid;
  background: #036ad1;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-btn a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.p-btn a:hover {
  background-color: #fff;
  color: #036ad1;
}
.p-btn a:hover::after {
  right: 1rem;
  border-color: #036ad1;
}
.p-btn__box a {
  background: linear-gradient(to bottom right, #036ad1, #01a8ff);
  border: 0.4rem solid #15aaf8;
  border-radius: 0;
}
.p-btn__box a:hover {
  background: #fff;
  color: #036ad1;
  border-color: #036ad1;
}
.p-btn__box a::after {
  display: none;
}
@media screen and (max-width:479px) {
  .p-btn {
    max-width: 40rem;
  }
}

.p-mv {
  width: 100%;
  max-width: 144rem;
  padding: 0 2rem;
  margin: 0 auto 7rem;
}
.p-mv__inner {
  display: grid;
  grid-template-columns: 19.14% 58.85% 19.14%;
  gap: 1.44%;
}
@media screen and (max-width:767px) {
  .p-mv__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .p-mv__inner .p-mv-slider {
    grid-area: 1/1/2/3;
  }
  .p-mv__inner .p-mv__side--left {
    grid-area: 2/1/3/2;
  }
  .p-mv__inner .-mv__side--right {
    grid-area: 2/2/3/3;
  }
}
.p-mv__inner .p-mv__side {
  display: grid;
  gap: 4%;
}
@media screen and (max-width:767px) {
  .p-mv__inner .p-mv__side.p-mv__side--left {
    order: 2;
  }
  .p-mv__inner .p-mv__side.p-mv__side--right {
    order: 3;
  }
}
.p-mv .l-ankerbtn {
  height: auto;
}
.p-mv .l-ankerbtn a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: transparent 1px solid;
}
.p-mv .l-ankerbtn a:hover {
  border: #036ad1 1px solid;
}
.p-mv .l-ankerbtn a:hover .l-ankerbtn__lead {
  color: #036ad1;
}
.p-mv .l-ankerbtn a:hover .l-ankerbtn__sub {
  color: #036ad1;
  background: #f2f8fd;
}
.p-mv .l-ankerbtn a:hover .l-ankerbtn__icon img {
  opacity: 0;
}
.p-mv .l-ankerbtn__body {
  padding: 3% 6%;
  display: flex;
  gap: 2%;
  flex: 1;
  align-items: center;
}
.p-mv .l-ankerbtn__icon {
  width: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-mv .l-ankerbtn__content {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10%;
}
.p-mv .l-ankerbtn__title {
  padding: 0;
  font-size: 2.3rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width:767px) {
  .p-mv .l-ankerbtn__title {
    font-size: 4.1vw;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .p-mv .l-ankerbtn__title {
    font-size: 1.64vw;
  }
}
.p-mv .l-ankerbtn__lead {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-mv .l-ankerbtn__lead {
    font-size: 3.3vw;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .p-mv .l-ankerbtn__lead {
    font-size: 1.14vw;
  }
}
.p-mv .l-ankerbtn__sub {
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: #036ad1;
  padding: 4% 0;
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-mv .l-ankerbtn__sub {
    font-size: 2.9vw;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .p-mv .l-ankerbtn__sub {
    font-size: 1.07vw;
  }
}

.p-mv-slider {
  width: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-mv-slider {
    margin-bottom: 5rem;
  }
}
.p-mv-slider__main {
  width: 100%;
}
.p-mv-slider__item {
  width: 100%;
  position: relative;
}
.p-mv-slider__inner {
  width: 100%;
  overflow: hidden;
}
.p-mv-slider__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-mv-slider__ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-mv-slider__arrow {
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-mv-slider__arrow:hover {
  opacity: 0.6;
}
.p-mv-slider__arrow--prev {
  transform: rotate(-135deg);
}
.p-mv-slider__arrow--next {
  transform: rotate(45deg);
}
.p-mv-slider__playpause {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-mv-slider__playpause::before, .p-mv-slider__playpause::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 100%;
  background-color: #333;
}
.p-mv-slider__playpause.is-paused {
  justify-content: center;
}
.p-mv-slider__playpause.is-paused::before {
  display: none;
}
.p-mv-slider__playpause.is-paused::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.2rem;
  border-color: transparent transparent transparent #333;
  background-color: transparent;
}
.p-mv-slider__dots .slick-dots {
  display: flex;
  gap: 0.5rem;
}
.p-mv-slider__dots .slick-dots li {
  width: 3rem;
  height: 0.4rem;
  background-color: #e5e5e5;
  cursor: pointer;
}
.p-mv-slider__dots .slick-dots li.slick-active {
  background-color: #036ad1;
}
.p-mv-slider__dots .slick-dots li button {
  display: none;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-mt__10 {
  margin-top: 1rem;
}
.u-mt__20 {
  margin-top: 2rem;
}
.u-mt__30 {
  margin-top: 3rem;
}
.u-mt__40 {
  margin-top: 4rem;
}
.u-mt__50 {
  margin-top: 5rem;
}
.u-mt__60 {
  margin-top: 6rem;
}
.u-mt__70 {
  margin-top: 7rem;
}
.u-mt__80 {
  margin-top: 8rem;
}
.u-mt__90 {
  margin-top: 9rem;
}
@media screen and (max-width:767px) {
  .u-mt__10 {
    margin-top: 0.6rem;
  }
  .u-mt__20 {
    margin-top: 1.2rem;
  }
  .u-mt__30 {
    margin-top: 1.8rem;
  }
  .u-mt__40 {
    margin-top: 2.4rem;
  }
  .u-mt__50 {
    margin-top: 3rem;
  }
  .u-mt__60 {
    margin-top: 3.6rem;
  }
  .u-mt__70 {
    margin-top: 4.2rem;
  }
  .u-mt__80 {
    margin-top: 4.8rem;
  }
  .u-mt__90 {
    margin-top: 5.4rem;
  }
}

.u-mb__10 {
  margin-bottom: 1rem;
}
.u-mb__20 {
  margin-bottom: 2rem;
}
.u-mb__30 {
  margin-bottom: 3rem;
}
.u-mb__40 {
  margin-bottom: 4rem;
}
.u-mb__50 {
  margin-bottom: 5rem;
}
.u-mb__60 {
  margin-bottom: 6rem;
}
.u-mb__70 {
  margin-bottom: 7rem;
}
.u-mb__80 {
  margin-bottom: 8rem;
}
.u-mb__90 {
  margin-bottom: 9rem;
}
@media screen and (max-width:767px) {
  .u-mb__10 {
    margin-bottom: 0.6rem;
  }
  .u-mb__20 {
    margin-bottom: 1.2rem;
  }
  .u-mb__30 {
    margin-bottom: 1.8rem;
  }
  .u-mb__40 {
    margin-bottom: 2.4rem;
  }
  .u-mb__50 {
    margin-bottom: 3rem;
  }
  .u-mb__60 {
    margin-bottom: 3.6rem;
  }
  .u-mb__70 {
    margin-bottom: 4.2rem;
  }
  .u-mb__80 {
    margin-bottom: 4.8rem;
  }
  .u-mb__90 {
    margin-bottom: 5.4rem;
  }
}/*# sourceMappingURL=style.css.map */