@charset "UTF-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

li {
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
img {
  vertical-align: bottom;
}

/* ---------- rwd ---------- */
/* ---------- shortcut ---------- */
.tab {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 65px;
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-active {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo;
  }
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-tap-highlight-color: transparent;
  background-color: unset;
  padding: 0;
  border: none;
  font-size: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

sup {
  vertical-align: super;
  font-size: inherit;
}

main {
  display: block;
}

ruby > rt {
  display: block;
  font-size: 50%;
  text-align: initial;
}

.is-hide {
  display: none;
  position: fixed;
  left: -10000px;
  top: -10000px;
  text-indent: -1000px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -100000;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: flex;
    flex-direction: column;
  }
}
.l-header + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-header + * {
    margin-top: 50px;
  }
}
.l-header_inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 2rem;
  height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    height: 50px;
    padding: 0 0 0 1.5rem;
  }
}
.l-header_logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 10vw;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    gap: 1rem;
	width: auto;
    font-size: 1.2rem;
  }
  .l-header_logo img {
    width: 8rem;
  }
}
.l-header_nav {
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .l-header_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    margin-top: 65px;
  }
}
.l-header_nav_list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header_nav_list {
    flex-direction: column;
    height: 100vh;
  }
}
.l-header_nav_item + * {
  margin-left: 2.2vw;
}
@media screen and (min-width: 1201px) and (max-width: 1360px) {
  .l-header_nav_item + * {
    margin-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_item {
    margin-left: 0;
  }
}
.l-header_nav_item:hover .l-header_nav_child {
  z-index: 1;
  opacity: 1;
  height: auto;
}
.l-header_nav_item--hasChild .l-header_nav_link::after {
  content: "";
  display: inline-block;
  align-items: center;
  margin-left: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .l-header_nav_item--hasChild .l-header_nav_link::after {
    display: none;
  }
}
.l-header_nav_item--point + * {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .l-header_nav_item--point {
    margin-left: auto;
  }
}
.l-header_nav_item--point .l-header_nav_link {
  color: #fff;
  width: 14rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 1rem;
}
@media screen and (min-width: 1201px) and (max-width: 1360px) {
  .l-header_nav_item--point .l-header_nav_link {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_item--point .l-header_nav_link {
    width: auto;
    font-size: 1.2rem;
  }
}
.l-header_nav_item--point .l-header_nav_link:hover {
  color: #fff;
  opacity: 0.9;
}
.l-header_nav_item--point .l-header_nav_link:hover::before {
  opacity: 0;
}
.l-header_nav_item--blue .l-header_nav_link {
  background-color: #00468C;
}
.l-header_nav_item--blueLight .l-header_nav_link {
  background-color: #2F88E3;
}
.l-header_nav_item--blueLight02 .l-header_nav_link {
  background-color: #2871C7;
}
.l-header_nav_item--blueLight03 .l-header_nav_link {
  background-color: #185fb3;
}
.l-header_nav_link {
  position: relative;
  font-size: 1.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .l-header_nav_link:hover {
    color: #00468C;
  }
  .l-header_nav_link:hover::before {
    opacity: 1;
  }
}
.l-header_nav_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00468C;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header_nav_child {
  background-color: #EAF3FC;
}
@media screen and (min-width: 768px) {
  .l-header_nav_child {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s;
  }
}
.l-header_nav_childList {
  display: flex;
  padding: 4rem 0;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header_nav_childList {
    gap: 3rem;
  }
}
.l-header_nav_childLink {
  height: 100%;
  color: #00468C;
  font-size: 1.6rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26rem;
  white-space: nowrap;
  font-weight: 500;
  max-width: 30vw;
  border-bottom: 1px solid rgba(0, 70, 140, 0.5);
}
@media screen and (max-width: 767px) {
  .l-header_nav_childLink {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header_nav_childLink:hover .l-header_nav_childIcon {
    margin-right: 0;
  }
}
.l-header_nav_childLink--outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header_nav_childLink--outer::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  box-shadow: -2px 2px 0 #2d308e, -3px 3px 0 #fff;
  position: relative;
  top: -2px;
}
.l-header_nav_childIcon {
  margin-right: 1rem;
  transition: margin 0.3s;
}
.l-header_nav_icon {
  margin-right: 1rem;
}
.l-header_navSp {
  display: none;
  background-image: linear-gradient(to bottom, #00468C, #2F88E3);
  height: calc(100vh - 50px);
  overflow: scroll;
  padding-bottom: 20rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header_navSp {
    display: block;
  }
}
.l-header_navSp_list {
  padding: 3rem 2rem 0;
}
.l-header_navSp_item {
  margin-bottom: 2.4rem;
}
.l-header_navSp_link {
  font-size: 1.4rem;
}
.l-header_navSp_childItem {
  margin-top: 1.6rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header_navSp_childLink {
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header_navSp_points {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}
.l-header_navSp_pointsItem {
  height: 7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header_navSp_pointsItem:nth-child(1) {
  width: 50%;
  background-color: #2F88E3;
}
.l-header_navSp_pointsItem:nth-child(2) {
  width: 50%;
  background-color: #2871C7;
}
.l-header_navSp_pointsItem:nth-child(3) {
  width: 50%;
  background-color: #185fb3;
}
.l-header_navSp_pointsItem:nth-child(4) {
  width: 50%;
  background-color: #00468C;
}
.l-header_navSp_pointsIcon {
  vertical-align: middle;
  margin-right: 1rem;
}
.l-header .c-hamburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header .c-hamburger {
    display: flex;
  }
}

.l-footer {
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding: 4rem 0 2rem;
  }
}
.l-footer * a:hover {
  text-decoration: underline;
}
.l-footer_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .l-footer_row {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.l-footer_col:first-child {
  flex-shrink: 0;
}
.l-footer_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer_nav_row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_row {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4rem;
  }
}
.l-footer_nav_col {
  width: 26rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-footer_nav_col {
    width: 25rem;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_col {
    width: calc(50% - 1rem);
  }
}
.l-footer_nav_item + * {
  margin-top: 2rem;
}
.l-footer_nav_item a {
  display: inline-block;
}
.l-footer_nav_main {
  font-weight: 500;
  font-size: 1.5rem;
}
.l-footer_nav_sub {
  font-weight: normal;
  font-size: 1.2rem;
  color: #707070;
}
.l-footer_nav_sub > * {
  margin-top: 1em;
}
.l-footer_subNav {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer_subNav {
    margin-top: 4rem;
  }
}
.l-footer_subNav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-footer_subNav_inner {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-footer_subNav_list {
  display: flex;
  gap: 2em;
}
.l-footer_subNav_item {
  font-size: 1.2rem;
  color: #707070;
  font-weight: bold;
}
.l-footer_copyright {
  font-size: 1.2rem;
  color: #707070;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .l-footer_copyright {
    text-align: center;
  }
}

.l-section {
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 4rem auto;
  }
}

.l-scrollBtn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  background-color: gray;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-scrollBtn {
    width: 4rem;
    height: 4rem;
  }
}
.l-scrollBtn::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(25%) rotate(-135deg);
          transform: translateY(25%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .l-scrollBtn::after {
    width: 10px;
    height: 10px;
  }
}

.l-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap--s {
    max-width: 1160px;
  }
}

.l-mv {
  position: relative;
  height: 60rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/index/mv.jpg);
  background-size: 110% 100%;
  background-position: 50% 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-mv {
    -webkit-animation: bgSwing 30s linear infinite alternate;
            animation: bgSwing 30s linear infinite alternate;
  }
}
@media screen and (max-width: 767px) {
  .l-mv {
    background-size: cover;
  }
}
@-webkit-keyframes bgSwing {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes bgSwing {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-mv {
    background-size: auto 100%;
    -webkit-animation: bgSwing 200s linear infinite alternate;
            animation: bgSwing 200s linear infinite alternate;
  }
}
.l-mv_wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-mv_wrap {
    align-items: flex-start;
  }
}
.l-mv_cloud {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54rem;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .l-mv_cloud {
    width: 100%;
    right: -35%;
    top: unset;
    bottom: 7rem;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-mv_cont {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .l-mv_cont {
    margin-bottom: 3rem;
    width: 80%;
    margin-top: 5rem;
  }
}
.l-mv_ttl {
  position: relative;
  z-index: 1;
}
.l-mv_ttl_line {
  line-height: 1.75;
  color: #fff;
  font-size: 3.2rem;
  background-image: linear-gradient(to right, #00468C, #2F88E3);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  padding: 0 2rem 0 1rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-mv_ttl_line {
    font-size: 2.2rem;
  }
}
.l-mv_btn.c-btn {
  margin-top: 5rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-mv_btn.c-btn {
    margin-top: 3rem;
    width: 20rem;
    padding-left: 0;
  }
}
.l-mv_subttl {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-mv_subttl {
    font-size: 1.6rem;
  }
}

.l-sidebar {
  max-width: 300px;
}
.l-sidebar_box {
  background-color: beige;
  padding: 3rem;
  color: brown;
  margin-bottom: 2rem;
}
.l-sidebar_box_ttl {
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid brown;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.l-sidebar_box_item {
  font-weight: 500;
}
.l-sidebar_box_item + * {
  margin-top: 1em;
}
.l-sidebar_box_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-sidebar_box_link > svg {
  width: 18px;
  height: 10px;
}
.l-sidebar_box_link:hover {
  background: linear-gradient(to top, brown 1px, transparent 1px);
}

.l-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    flex-wrap: wrap;
  }
}
.l-breadcrumb_item::after {
  content: ">";
  display: inline-block;
  margin: 0 1em;
}
.l-breadcrumb_item:last-child::after {
  display: none;
}
.l-breadcrumb_link {
  color: #224f9c;
  text-decoration: underline;
  display: inline-block;
}
.l-breadcrumb_link:hover {
  text-decoration: underline;
}

.l-banners {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-banners {
    flex-direction: column;
  }
}
.l-banners > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-banners > * {
    width: 100%;
  }
}
.l-banners_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 2.2rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 13rem;
  height: 16.25vw;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-banners_cont {
    font-size: 1.8rem;
  }
}
.l-banners_cont:hover {
  background-size: 120% auto;
}
.l-banners_icon {
  width: 30px;
  height: 9px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-banners_icon {
    margin-top: 2rem;
  }
}

.l-contact {
  background-image: linear-gradient(to right, #00468C, #2F88E3);
  padding: 6rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 4rem 0;
  }
}
.l-contact_ttl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-contact_ttl {
    font-size: 1.8rem;
  }
}
.l-contact_btn {
  position: relative;
  margin: auto;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  height: 10rem;
  width: 74rem;
  max-width: 100%;
  border-radius: 4px;
  font-size: 2.2rem;
  color: #00468C;
  background-color: #fff;
  background: linear-gradient(to left, #00468C, #2F88E3);
  transition: all 0.3s;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(55, 55, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .l-contact_btn {
    margin-top: 2rem;
    gap: 2rem;
    font-size: 1.8rem;
  }
}
.l-contact_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #00468C;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: inherit;
  z-index: -1;
  opacity: 1;
  border: none;
}
.l-contact_btn:hover {
  color: #fff;
}
.l-contact_btn:hover * {
  stroke: #fff;
}
.l-contact_btn:hover::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-contact_btn {
    height: 6rem;
  }
}
.l-contact_btn_icon {
  width: 4rem;
  height: 3rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-contact_btn_icon {
    width: 2rem;
    height: 2rem;
  }
}

.l-page_body {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .l-page_body {
    padding-bottom: 6rem;
  }
}
.l-page_footer {
  background-color: #EAF3FC;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-page_footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-page_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-page_row {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-page_row > :nth-child(1) {
  width: 70.8%;
}
@media screen and (max-width: 767px) {
  .l-page_row > :nth-child(1) {
    width: 100%;
  }
}
.l-page_row > :nth-child(2) {
  width: 20.8%;
}
@media screen and (max-width: 767px) {
  .l-page_row > :nth-child(2) {
    width: 100%;
  }
  .l-page_row--balance {
    flex-direction: column;
  }
}
.l-page_row--balance > :nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .l-page_row--balance > :nth-child(1) {
    width: 100%;
  }
}
.l-page_row--balance > :nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-page_row--balance > :nth-child(2) {
    width: 100%;
  }
}
.l-page_row--vertical {
  flex-direction: column;
  gap: 4rem;
}
.l-page_row--vertical > :nth-child(1) {
  width: 100%;
}
.l-page_row--vertical > :nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page_row--vertical .l-page_img {
    width: 60%;
    margin: auto;
  }
}
/* ---------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.c-hamburger {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #00468C;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    width: 80px;
    height: 80px;
  }
}
.c-hamburger:hover {
  opacity: 1;
}
.c-hamburger.is-active:hover {
  opacity: 1;
}
.c-hamburger.is-active .c-hamburger-inner,
.c-hamburger.is-active .c-hamburger-inner::before,
.c-hamburger.is-active .c-hamburger-inner::after {
  background-color: #fff;
}

.c-hamburger-box {
  width: 23px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.c-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.c-hamburger-inner, .c-hamburger-inner::before, .c-hamburger-inner::after {
  width: 23px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.c-hamburger-inner::before, .c-hamburger-inner::after {
  content: "";
  display: block;
}
.c-hamburger-inner::before {
  top: -8px;
}
.c-hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DY
 */
.c-hamburger--3dy .c-hamburger-box {
  -webkit-perspective: 46px;
          perspective: 46px;
}
.c-hamburger--3dy .c-hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--3dy .c-hamburger-inner::before, .c-hamburger--3dy .c-hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--3dy.is-active .c-hamburger-inner {
  background-color: #00468C !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.c-hamburger--3dy.is-active .c-hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.c-hamburger--3dy.is-active .c-hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

body[data-bs-padding-right] .c-hamburger-inner {
  background-color: #00468C !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
body[data-bs-padding-right] .c-hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
body[data-bs-padding-right] .c-hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.c-hamburger-label {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
  .collapse:not(.show) {
    display: none;
  }
}

.js-menuTarget {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s, height 0.3s 0.3s;
}
.js-menuTarget * {
  pointer-events: none;
}
.js-menuTarget.is-active {
  opacity: 1;
  height: calc(100vh - 50px);
  transition: opacity 0.3s;
}
.js-menuTarget.is-active * {
  pointer-events: auto;
}

.js-moreList {
  position: relative;
}
.js-moreList::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 100%;
  height: 46rem;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 50%, #fff);
}
.js-moreList.is-finished::after {
  display: none;
}

.c-article {
  line-height: 2;
}
.c-article *:last-child {
  margin-bottom: 0;
}
.c-article h1, .c-article h2, .c-article h3, .c-article h4, .c-article h5, .c-article h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.2;
  font-weight: bold;
}
.c-article h1 {
  font-size: 2.8rem;
}
.c-article h2 {
  font-size: 2.4rem;
}
.c-article h3 {
  font-size: 2.2rem;
}
.c-article h4 {
  font-size: 2rem;
}
.c-article h5 {
  font-size: 1.8rem;
}
.c-article h6 {
  font-size: 1.6rem;
}
.c-article p {
  margin-bottom: 2em;
}
.c-article a {
  display: inline-block;
  text-decoration: underline;
}
.c-article ol, .c-article ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
.c-article ol {
  list-style-type: decimal;
}
.c-article ul {
  list-style-type: disc;
}
.c-article li {
  list-style: inherit;
}
.c-article pre {
  background-color: #eee;
  color: #333;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-article blockquote {
  border-left: 0.5em solid #e4e4e4;
  padding: 1em;
  margin-bottom: 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.c-article blockquote p {
  margin-bottom: 0;
}
.c-article blockquote cite {
  text-align: right;
  font-style: italic;
  display: block;
  color: #888;
  margin-top: 1.5em;
}
.c-article blockquote cite::before {
  content: "";
  width: 1.25em;
  height: 2px;
  background-color: #aaa;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
.c-article em {
  font-style: italic;
}
.c-article strong {
  font-weight: bold;
}
.c-article img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.c-article img + img {
  margin-left: 2rem;
}
.c-article img:not(:only-child) {
  max-width: calc(49% - 1rem);
}
.c-article img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.c-article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-article img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.c-article th, .c-article td {
  border: 1px solid #373737;
  padding: 1rem;
}
.c-article a {
  text-decoration: underline;
}
.c-article a[href$=".pdf"]::after {
  content: "";
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem;
  width: 2rem;
  height: 3rem;
  vertical-align: middle;
}

.c-animation--emerge {
  overflow: hidden;
}
.c-animation--emerge > * {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.c-animation--emerge.is-animated > * {
  -webkit-animation: emerge 0.85s ease-out forwards;
          animation: emerge 0.85s ease-out forwards;
}
@-webkit-keyframes emerge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes emerge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.c-accordion {
  margin-bottom: 3rem;
}
.c-accordion_ttl {
  background-color: #00468C;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  -webkit-transform: background 0.3s;
          transform: background 0.3s;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion_ttl {
    font-size: 1.6rem;
  }
}
.c-accordion_ttl:hover {
  opacity: 0.8;
}
.c-accordion_ttl::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 2rem;
  top: 50%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}
.c-accordion_check {
  width: 0;
  height: 0;
  -webkit-transform: translate(-9999px, -9999px);
          transform: translate(-9999px, -9999px);
  opacity: 0;
  z-index: -1;
  display: none;
}
.c-accordion_check:checked ~ .c-accordion_ttl {
  background-color: #2871C7;
}
.c-accordion_check:checked ~ .c-accordion_ttl::after {
  -webkit-transform: translateY(-25%) rotate(-135deg);
          transform: translateY(-25%) rotate(-135deg);
}
.c-accordion_check:checked ~ .c-accordion_list {
  padding: 3rem 0;
  opacity: 1;
  height: auto;
}
.c-accordion_list {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.c-accordion_item {
  margin-left: 3rem;
}
.c-accordion_link {
  text-decoration: underline;
  line-height: 2;
  display: inline-block;
}

.c-btn {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  max-width: 46rem;
  width: 100%;
  height: 7rem;
  color: #fff;
  padding: 0 2rem;
  font-size: 1.8rem;
  border-radius: 4rem;
  background: linear-gradient(to right, #00468C, #2F88E3);
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 5rem;
    font-size: 1.4rem;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 2px solid #00468C;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: inherit;
  z-index: -1;
}
.c-btn:hover {
  color: #00468C;
}
.c-btn:hover * {
  stroke: #00468C;
  fill: #00468C;
}
.c-btn:hover::before {
  opacity: 1;
}
.c-btn--outline {
  color: #00468C;
}
.c-btn--outline * {
  stroke: #00468C;
  fill: #00468C;
}
.c-btn--outline::before {
  opacity: 1;
  border: none;
}
.c-btn--outline:hover {
  color: #fff;
}
.c-btn--outline:hover * {
  stroke: #fff;
  fill: #fff;
}
.c-btn--outline:hover::before {
  opacity: 0;
}
.c-btn--sm {
  height: 3rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}
.c-btn--md {
  height: 4rem;
  padding: 0 4rem;
  font-size: 1.6rem;
}
.c-btn--lg {
  height: 6rem;
  padding: 0 6rem;
  font-size: 2rem;
}
.c-btn--icon .c-btn_icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 9px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn--icon .c-btn_icon {
    width: 18px;
    height: 5px;
    right: 2rem;
  }
}
.c-btn--iconDown .c-btn_icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-breadcrumb {
  font-size: 1.2rem;
  color: #00468C;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1rem;
  }
}
.c-breadcrumb_item {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.c-breadcrumb_item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
.c-breadcrumb_item:last-child {
  color: #373737;
}
.c-breadcrumb_link {
  display: inline-block;
}
.c-breadcrumb_link:hover {
  text-decoration: underline;
}

.c-company {
  border: 2px solid #00468C;
  border-radius: 10px;
  padding: 3rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-company {
    padding: 2rem;
  }
}
.c-company_ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #00468C;
}
@media screen and (max-width: 767px) {
  .c-company_ttl {
    font-size: 1.6rem;
  }
}
.c-company_row {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-company_row {
    gap: 2rem;
    flex-direction: column;
  }
}
.c-company_img {
  flex-shrink: 0;
  width: 37rem;
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .c-company_img {
    width: 100%;
    max-width: 100%;
  }
}
.c-company_data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em auto;
  grid-template-columns: 6em auto;
  gap: 3px 1rem;
  font-size: 1.3rem;
  line-height: 2;
}
.c-company_data_ttl {
  width: 6em;
  background-color: #00468C;
  color: #fff;
  text-align: center;
  -ms-grid-row-align: start;
      align-self: start;
}
.c-company_txt {
  margin-top: 2rem;
}

.c-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-cards {
    gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-card {
  box-shadow: 0 3px 6px rgba(55, 55, 55, 0.1);
  background-color: #fff;
  height: 100%;
  position: relative;
}
.c-card:hover .c-card_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card.is-ended::after {
  content: "終了しました";
  background-color: #2F88E3;
  color: #fff;
  line-height: 2.5;
  padding: 0 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card_cont {
  padding: 4rem 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-card_cont {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card_cont {
    padding: 2rem;
  }
}
.c-card_cont > :last-child {
  margin: 0;
}
.c-card_date {
  margin-bottom: 2rem;
}
.c-card_cat {
  margin-bottom: 2rem;
  color: #00468C;
}
.c-card_ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card_ttl {
    font-size: 1.6rem;
  }
}
.c-card_txt {
  margin-bottom: 3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card_txt {
    margin-bottom: 2rem;
  }
}
.c-card_tags {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-card_tags {
    margin-top: 2rem;
  }
}
.c-card_pnt {
  background: #EAF3FC;
  padding: 2rem;
}
.c-card_pnt_ttl {
  color: #00468C;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-card_pnt_item {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card_pnt_item {
    font-size: 1.2rem;
  }
}
.c-card_pnt_item::before {
  content: "・";
}
.c-card_pnt_txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-card_pnt_txt {
    font-size: 1.2rem;
  }
}

.c-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-columns {
    gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-column {
  background-color: #EAF3FC;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-column {
    padding: 2rem;
  }
}
.c-column_ttl {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  font-weight: bold;
  color: #00468C;
  text-align: center;
  height: 3.6em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-column_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.c-column_txt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-column_txt {
    margin-bottom: 2rem;
  }
}
.c-column_btn {
  width: 100%;
}

.c-content_ttl {
  font-size: 2.6rem;
  color: #00468C;
  margin-bottom: 3rem;
  border-left: 8px solid #00468C;
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-content_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.c-content_ttl.is-detailed::after {
  content: "※";
  display: inline-block;
  vertical-align: super;
  font-size: small;
}
.c-content_ttlNotation {
  margin-top: -2rem;
  margin-bottom: 3rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-content_ttlNotation {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    margin-top: -1rem;
  }
}
.c-content_ttlNotation::before {
  content: "※";
}
.c-content_img.c-img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-content_img.c-img {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-content_img.c-img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 34.25%;
  }
}
@media screen and (max-width: 767px) {
  .c-content_img.c-img {
    width: 100%;
    padding-bottom: 68.5%;
  }
}
@media screen and (min-width: 768px) {
  .c-content_img--main.c-img {
    width: 60%;
    padding-bottom: 41.1%;
  }
}
.c-content_imgCaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-content_imgCaption {
    font-size: 1.2rem;
  }
}
.c-content_txt {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-content_txt {
    margin-bottom: 2rem;
  }
}
.c-content_section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-content_section {
    margin-bottom: 4rem;
  }
}
.c-content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-content_row {
    gap: 2rem;
    margin-bottom: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-content_row > * {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-content_row > * {
    margin-bottom: 0;
  }
}
.c-content_row .c-content_img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-content_row .c-content_img {
    width: 100%;
    padding-bottom: 68.5%;
  }
}
.c-content_row--reverse > :last-child {
  order: -1;
}
.c-content_row--vertical {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-content_row--vertical > :first-child:not(:only-child) {
    margin: auto;
    width: 50%;
  }
}
.c-content_row--verticalReverse {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-content_row--verticalReverse > :first-child:not(:only-child) {
    margin: auto;
    width: 50%;
  }
}
.c-content_row--verticalReverse > :last-child {
  order: -1;
}

.c-en {
  letter-spacing: 0.136em;
  font-family: "Lato", sans-serif;
}

.c-faq_item {
  padding: 3rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-faq_item {
    padding: 2rem;
  }
}
.c-faq_item::before {
  flex-shrink: 0;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  margin-right: 3rem;
  position: relative;
  top: 2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq_item::before {
    font-size: 2rem;
    margin-right: 0;
  }
}
.c-faq_item--q {
  background-color: #EAF3FC;
  cursor: pointer;
}
.c-faq_item--q.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-faq_item--q.is-active + .c-faq_item--a {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-faq_item--q.is-active + .c-faq_item--a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.c-faq_item--q::before {
  content: "Q.";
  color: #00468C;
}
.c-faq_item--q::after {
  flex-shrink: 0;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #00468C;
  border-bottom: 2px solid #00468C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
  -ms-grid-row-align: center;
      align-self: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-faq_item--a {
  margin-bottom: 2rem;
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: padding 0.3s, opacity 0.3s;
}
.c-faq_item--a::before {
  content: "A.";
  color: #3BA5F2;
}

.c-heading {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 4rem;
  }
}
.c-heading_cont {
  position: relative;
  background-image: linear-gradient(to right, #00468C 20%, #2F88E3 80%);
  color: #fff;
  min-height: 20rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading_cont {
    min-height: 14rem;
  }
}
.c-heading_cont--narrow {
  min-height: 14rem;
}
.c-heading_cont--narrow .c-heading_ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-heading_cont--narrow .c-heading_ttl {
    font-size: 1.8rem;
  }
}
.c-heading_cont--narrow .c-heading_ttl::before {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .c-heading_cont--narrow {
    min-height: 10rem;
  }
}
.c-heading_ttl {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-heading_ttl {
    font-size: 2rem;
  }
}

.c-mousey {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mousey {
    bottom: 2rem;
  }
}
.c-mousey_txt {
  color: #fff;
  letter-spacing: 0.136em;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-mousey_txt {
    font-size: 1rem;
  }
}
.c-mousey_frame {
  width: 30px;
  padding: 10px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  margin: auto;
}
.c-mousey_scroller {
  width: 2px;
  height: 10px;
  border-radius: 25%;
  margin: auto;
  background-color: #fff;
  -webkit-animation-name: mouseyScroll;
          animation-name: mouseyScroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes mouseyScroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes mouseyScroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

.c-note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-note + .c-note {
  margin-top: 1rem;
}
.c-note::before {
  content: "※";
  margin-right: 0.5em;
}

.c-ttl {
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.c-ttl--border {
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-ttl--border {
    padding-bottom: 2rem;
  }
}
.c-ttl--border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5rem;
  height: 2px;
  background-color: #00468C;
}
.c-ttl--m {
  font-size: 2.6rem;
  color: #00468C;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-ttl--m {
    font-size: 2rem;
  }
}
.c-ttl--s {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-ttl--s {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.c-ttl--parts {
  background-color: #D8D8D8;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  padding-left: 1em;
  margin-bottom: 3em;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .c-ttl--parts {
    font-size: 1.8rem;
  }
}

.c-subttl {
  font-size: 1.8rem;
  margin-bottom: 1em;
  letter-spacing: 0.136em;
}
@media screen and (max-width: 767px) {
  .c-subttl {
    font-size: 1.6rem;
  }
}
.c-subttl::before {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #373737;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  position: relative;
  top: -2px;
}
.c-subttl--white {
  color: #fff;
}
.c-subttl--white::before {
  background-color: #fff;
}
.c-subttl--blue {
  color: #00468C;
}
.c-subttl--blue::before {
  background-color: #00468C;
}

.c-select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 200px;
  margin: auto;
}
.c-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #E6E6E6;
  color: #7B7B7B;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-select select:disabled ~ .c-select__arrow {
  border-top-color: #CCCCCC;
}

.c-select select:hover,
.c-select select:focus {
  color: #000000;
  background: #CCCCCC;
}

.c-select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7B7B7B transparent transparent transparent;
}

.c-select select:hover ~ .c-select__arrow,
.c-select select:focus ~ .c-select__arrow {
  border-top-color: #000000;
}

.c-tags {
  margin-bottom: -1rem;
}
.c-tags > * {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.c-tag {
  background-color: #00468C;
  border-radius: 3em;
  font-size: 1.2rem;
  line-height: 2.5;
  padding: 0 2rem;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 1rem;
  }
}
.c-tag--outline {
  background-color: #fff;
  color: #00468C;
  border: 1px solid #00468C;
}
.c-tag--outline.is-active {
  background-color: #00468C;
  color: #fff;
  pointer-events: none;
}

.c-tagBox {
  background-color: #fff;
  padding: 4rem 5rem;
  box-shadow: 0 3px 6px rgba(55, 55, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .c-tagBox {
    padding: 2rem;
  }
}
.c-tagBox_ttl {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-tagBox_ttl {
    font-size: 1.6rem;
  }
}

.c-outline {
  border-radius: 1rem;
  padding: 4rem;
  margin-bottom: 12rem;
  background-color: #EAF3FC;
}
@media screen and (max-width: 767px) {
  .c-outline {
    padding: 2rem;
    margin-bottom: 6rem;
  }
}
.c-outline_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00468C;
}
@media screen and (max-width: 767px) {
  .c-outline_ttl {
    font-size: 2rem;
  }
}
.c-outline_list {
  margin-top: 1rem;
}
.c-outline_link {
  line-height: 2;
}
.c-outline_link span {
  text-decoration: underline;
}

.c-linkList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-linkList {
    row-gap: 2rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-link {
  text-decoration: underline;
  display: inline-block;
}
.c-link_icon {
  display: inline-block;
  margin-left: 1rem;
  max-height: 2.4rem;
}
.c-link[href$=".pdf"]::after {
  content: "";
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem;
  width: 2rem;
  height: 3rem;
  vertical-align: middle;
}

.c-indexSection {
  line-height: 2;
}
.c-indexSection_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-indexSection_row {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-indexSection_row > :first-child {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-indexSection_row > :first-child {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .c-indexSection_row > :first-child {
    width: 100%;
  }
}
.c-indexSection_row > :last-child {
  width: 41.667%;
}
@media screen and (max-width: 767px) {
  .c-indexSection_row > :last-child {
    width: 100%;
  }
}
.c-indexSection_ttl {
  margin-bottom: 0.75em;
}
.c-indexSection_lead {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-indexSection_lead {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.c-indexSection_txt {
  font-size: 1.5rem;
}
.c-indexSection--style01 {
  margin: 14rem 0;
  color: #fff;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-indexSection--style01 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-indexSection--style01 {
    background-image: linear-gradient(to right, #00468C, #2F88E3);
    background-size: 47.5% 60rem;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-indexSection--style01 {
    background-size: 51% 60rem;
  }
}
@media screen and (max-width: 767px) {
  .c-indexSection--style01 {
    margin: 6rem 0;
  }
}
.c-indexSection--style01 .c-indexSection_col {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-indexSection--style01 .c-indexSection_col:first-child::before {
    content: "";
    position: absolute;
    left: -5vw;
    top: 0;
    width: 95vw;
    height: 100%;
    background-image: linear-gradient(to right, #00468C, #2F88E3);
    z-index: -1;
  }
}
.c-indexSection--style01 .c-indexSection_subttl::before {
  background-color: #fff;
}
.c-indexSection--style02 {
  padding: 9rem 0;
  background-color: #EAF3FC;
}
@media screen and (max-width: 767px) {
  .c-indexSection--style02 {
    padding: 6rem 0;
  }
}
.c-indexSection--style02 .c-indexSection_subttl {
  color: #00468C;
  margin-top: 0;
}
.c-indexSection--style02 .c-indexSection_subttl::before {
  background-color: #00468C;
}
.c-indexSection--style02 .c-indexSection_row {
  align-items: center;
}
.c-indexSection--style02 .c-indexSection_col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-indexSection--style02 .c-indexSection_ttl {
  color: #373737;
}
.c-indexSection--style02 .c-indexSection_lead {
  color: #00468C;
}
.c-indexSection--style02 .c-indexSection_txt {
  color: #373737;
}
.c-indexSection--style03 {
  padding: 9rem 0;
  background-image: url(../img/common/bg_lightblue.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .c-indexSection--style03 {
    padding: 6rem 0;
  }
}
.c-indexSection--style03 .c-indexSection_subttl {
  margin-top: 0;
}
.c-indexSection--style03 .c-indexSection_ttl {
  color: #373737;
  margin-bottom: 0.5em;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-row {
    gap: 3rem;
  }
}
.c-row--common {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-row--common {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-row--2 .c-row_col {
  width: calc((100% - 6rem) * 0.5);
}
@media screen and (max-width: 767px) {
  .c-row--2 .c-row_col {
    width: 100%;
  }
}
.c-row--3 .c-row_col {
  width: calc((100% - 12rem) * 0.333333);
}
@media screen and (max-width: 767px) {
  .c-row--3 .c-row_col {
    width: 100%;
  }
}
.c-row--4 .c-row_col {
  width: calc((100% - 18rem) * 0.25);
}
@media screen and (max-width: 767px) {
  .c-row--4 .c-row_col {
    width: calc((100% - 3rem) * 0.5);
  }
}

.c-newsList--page .c-newsList_date {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-newsList--page .c-newsList_date {
    margin-right: 2rem;
  }
}
.c-newsList--page .c-newsList_tag {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-newsList--page .c-newsList_tag {
    margin-right: 2rem;
  }
}
.c-newsList_item {
  border-top: 1px solid #D8D8D8;
}
.c-newsList_item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.c-newsList_cont {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .c-newsList_cont {
    padding: 1.5em 1.5em 1.5em 0.5em;
    flex-wrap: wrap;
  }
}
.c-newsList_txtLink {
  cursor: pointer;
}
.c-newsList_txtLink:hover {
  text-decoration: underline;
}
.c-newsList_tag {
  flex-shrink: 0;
  margin-right: 3rem;
  width: 11em;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-newsList_tag {
    margin-right: 2rem;
  }
}
.c-newsList_tag:hover {
  opacity: 0.8;
}
.c-newsList_date {
  font-weight: 400;
  white-space: nowrap;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-newsList_date {
    margin-right: 2rem;
  }
}
.c-newsList_ttl {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-newsList_ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}

.c-img {
  height: 0;
  padding-bottom: 68.5%;
  position: relative;
  overflow: hidden;
}
.c-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-postscript {
  padding: 4rem 5rem;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-postscript {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.c-postscript_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-postscript_ttl {
    font-size: 1.6rem;
  }
}
.c-postscript_txt {
  margin-top: 2rem;
  line-height: 2;
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
    gap: 1rem;
  }
}
.c-pagination_item > * {
  padding: 0 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-pagination_item > * {
    padding: 0 1rem;
  }
}
.c-pagination_item .prev {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .c-pagination_item .prev {
    margin-right: 0;
  }
}
.c-pagination_item .next {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-pagination_item .next {
    margin-left: 0;
  }
}
.c-pagination_item span {
  font-weight: bold;
  color: #00468C;
  position: relative;
}
.c-pagination_item span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 1em;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00468C;
}

.c-sideLinks + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-sideLinks + * {
    margin-top: 3rem;
  }
}
.c-sideLinks_ttl {
  font-size: 2.2rem;
  color: #00468C;
}
@media screen and (max-width: 767px) {
  .c-sideLinks_ttl {
    font-size: 1.8rem;
  }
}
.c-sideLinks_list {
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-sideLinks_list {
    margin-top: 1rem;
  }
  .c-sideLinks_item {
    display: inline-block;
    margin-right: 1em;
  }
}

.c-unit {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-unit {
    padding: 2rem 0;
  }
}
.c-unit + .c-unit {
  border-top: 1px solid #D8D8D8;
}
.c-unit_ttl {
  font-weight: bold;
  color: #00468C;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-unit_ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.c-unit_heading {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-unit_heading {
    font-size: 2rem;
  }
}

.p-index_intro {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-index_intro {
    margin-top: 4rem;
  }
}
.p-index_intro_ttl {
  font-size: 2.6rem;
  color: #00468C;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index_intro_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-index_intro_box {
  margin-top: 6rem;
  background-color: #EAF3FC;
  padding: 5rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-index_intro_box {
    margin-top: 3rem;
    padding: 2rem;
    flex-direction: column;
  }
}
.p-index_intro_boxTtl {
  flex-shrink: 0;
  color: #00468C;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_intro_boxTtl {
    font-size: 2rem;
  }
}
.p-index_intro_boxTxt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_intro_boxTxt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_intro_boxTxt {
    margin-left: 3em;
    padding-left: 3em;
    border-left: 2px solid #00468C;
  }
}
@media screen and (max-width: 767px) {
  .p-index_intro_boxTxt {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #00468C;
  }
}
.p-index_slider .swiper {
  height: 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_slider .swiper {
    height: 5rem;
  }
}
.p-index_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-index_slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_slider .swiper-slide img {
    width: auto;
    max-width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature {
    background-repeat: repeat-y;
  }
}
.p-index_feature_item {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_item {
    margin-bottom: 3rem;
  }
}
.p-index_feature_icon {
  width: auto;
  height: 4.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-index_feature_icon {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_icon {
    height: 3rem;
    margin-right: 1rem;
  }
}
.p-index_feature_ttl {
  color: #00468C;
  font-size: 2.8rem;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl {
    font-size: 2rem;
  }
}
.p-index_feature_txt {
  margin-top: 1rem;
  color: #373737;
}
.p-index_feature_btn {
  margin-top: 8rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_feature_btn {
    margin-top: 4rem;
  }
}
.p-index_function_item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_function_item {
    gap: 2rem;
  }
}
.p-index_function_item + * {
  margin-top: 1em;
}
.p-index_function_img {
  margin-top: 4rem;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .p-index_function_img {
    margin-top: 2rem;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
.p-index_function_icon {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
}
.p-index_function_icon img {
  max-width: 100%;
  max-height: 4rem;
}
.p-index_function_txt {
  font-size: 2.2rem;
  color: #00468C;
}
@media screen and (max-width: 767px) {
  .p-index_function_txt {
    font-size: 1.8rem;
  }
}
.p-index_function_txt--sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_function_txt--sm {
    font-size: 1.6rem;
  }
}
.p-index_function_btn.c-btn {
  margin-top: 9rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_function_btn.c-btn {
    margin-top: 4rem;
  }
}
.p-index_case_btn.c-btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_btn.c-btn {
    margin-top: 4rem;
  }
}
.p-index_information {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-index_information {
    padding: 6rem 0;
  }
}
.p-index_information_row {
  display: flex;
  gap: 7.5%;
}
@media screen and (max-width: 767px) {
  .p-index_information_row {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-index_information_row > :first-child {
  flex-shrink: 0;
}
.p-index_information_row > :last-child {
  flex-grow: 1;
}
.p-index_information_btn.c-btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-index_information_btn.c-btn {
    margin-top: 4rem;
  }
}
.p-index_reason_item {
  position: relative;
}
.p-index_reason_item + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_reason_item + * {
    margin-top: 2rem;
  }
}
.p-index_reason_item:first-child .p-index_reason_img {
  margin-left: 0;
}
.p-index_reason_item:first-child .p-index_reason_ttl {
  right: 0;
}
.p-index_reason_item:last-child .p-index_reason_img {
  margin-right: 0;
}
.p-index_reason_item:last-child .p-index_reason_ttl {
  left: 0;
}
.p-index_reason_img {
  width: 66%;
}
.p-index_reason_ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  background-color: #00468C;
  padding: 0 0.5em;
  position: absolute;
  bottom: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-index_reason_ttl {
    font-size: 2rem;
    bottom: 2rem;
  }
}

.p-pageFunction_section {
  position: relative;
}
.p-pageFunction_section:nth-child(2) {
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageFunction_section:nth-child(2) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-pageFunction_section:nth-child(2)::before {
  content: "";
  background-color: #EAF3FC;
  height: calc(100% - 8rem);
  width: 81.25%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-pageFunction_listBox {
  display: flex;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageFunction_listBox {
    padding: 2rem 0;
    flex-direction: column;
  }
}
.p-pageFunction_listBox > * + * {
  border-left: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-pageFunction_listBox > * + * {
    border: none;
  }
}
.p-pageFunction_list {
  flex-grow: 1;
  line-height: 2;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-pageFunction_list {
    padding: 0 2rem;
  }
}
.p-pageFunction_item::before {
  content: "● ";
  color: #00468C;
}
.p-pageFunction_item a {
  display: inline;
}

.p-pageFeature_section {
  position: relative;
}
.p-pageFeature_section:nth-child(2) {
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageFeature_section:nth-child(2) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-pageFeature_section:nth-child(2)::before {
  content: "";
  background-color: #EAF3FC;
  height: calc(100% + 6rem);
  width: 81.25%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-pageFeature_section:nth-child(2)::before {
    height: calc(100% + 3rem);
  }
}
.p-pageFeature_section:nth-child(3) {
  margin-top: 14rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #EAF3FC;
}
@media screen and (max-width: 767px) {
  .p-pageFeature_section:nth-child(3) {
    margin-top: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-pageFeature_section:nth-child(4) {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageFeature_section:nth-child(4) {
    padding-top: 4rem;
  }
}
.p-pageFeature_logoList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-pageFeature_logoList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-pageFeature_logo {
  border: 1px solid #D8D8D8;
}

.p-pageFlow_chart {
  overflow-x: auto;
  padding-bottom: 10px;
}
.p-pageFlow_chart > img {
  width: 1200px;
  max-width: unset;
}
.p-pageFlow_contact {
  background-color: #00468C;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 6rem 5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageFlow_contact {
    margin-top: 4rem;
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
}
.p-pageFlow_contact_btn {
  margin-top: 0;
}
.p-pageFlow .scroll-hint-icon {
  height: 90px;
}

.p-pageSupplier_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageSupplier_list {
    gap: 2rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-pageSupplier_item_ttl {
  margin-bottom: 1rem;
}
.p-pageSitemap_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-pageSitemap_grid {
    gap: 1rem;
  }
}
.p-pageSitemap_grid > * + * {
  border-left: 1px solid #D8D8D8;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_grid > * + * {
    padding-left: 2rem;
    border: none;
    padding: 0;
  }
}
.p-pageSitemap_grid > :first-child {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_grid > :first-child {
    padding-right: 2rem;
    padding: 0;
  }
}
.p-pageSitemap_grid > :last-child {
  padding-right: 0;
}
.p-pageSitemap_list--sub {
  padding: 2rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_list--sub {
    padding-top: 0rem;
  }
}
.p-pageSitemap_list--sub .p-pageSitemap_item {
  margin-top: 0;
}
.p-pageSitemap_list--sub .p-pageSitemap_link {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_list--sub .p-pageSitemap_link {
    font-size: 1.4rem;
  }
}
.p-pageSitemap_item + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_item + * {
    margin-top: 1rem;
  }
}
.p-pageSitemap_link {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-pageSitemap_link {
    font-size: 1.6rem;
  }
}
.p-pageSitemap_link[href] {
  color: #00468C;
}

.u-m-a {
  margin: auto;
}

.u-mx-a {
  margin-left: auto;
  margin-right: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-10 {
  margin: 1rem;
}
@media screen and (max-width: 767px) {
  .u-m-10 {
    margin: 1rem;
  }
}

.u-m-20 {
  margin: 2rem;
}
@media screen and (max-width: 767px) {
  .u-m-20 {
    margin: 2rem;
  }
}

.u-m-30 {
  margin: 3rem;
}
@media screen and (max-width: 767px) {
  .u-m-30 {
    margin: 2rem;
  }
}

.u-m-40 {
  margin: 4rem;
}
@media screen and (max-width: 767px) {
  .u-m-40 {
    margin: 2rem;
  }
}

.u-m-50 {
  margin: 5rem;
}
@media screen and (max-width: 767px) {
  .u-m-50 {
    margin: 3rem;
  }
}

.u-m-60 {
  margin: 6rem;
}
@media screen and (max-width: 767px) {
  .u-m-60 {
    margin: 3rem;
  }
}

.u-m-70 {
  margin: 7rem;
}
@media screen and (max-width: 767px) {
  .u-m-70 {
    margin: 4rem;
  }
}

.u-m-80 {
  margin: 8rem;
}
@media screen and (max-width: 767px) {
  .u-m-80 {
    margin: 4rem;
  }
}

.u-m-90 {
  margin: 9rem;
}
@media screen and (max-width: 767px) {
  .u-m-90 {
    margin: 4rem;
  }
}

.u-m-100 {
  margin: 10rem;
}
@media screen and (max-width: 767px) {
  .u-m-100 {
    margin: 4rem;
  }
}

.u-m-110 {
  margin: 11rem;
}
@media screen and (max-width: 767px) {
  .u-m-110 {
    margin: 6rem;
  }
}

.u-m-120 {
  margin: 12rem;
}
@media screen and (max-width: 767px) {
  .u-m-120 {
    margin: 6rem;
  }
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-10 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .u-mt-10 {
    margin-top: 1rem;
  }
}

.u-mt-20 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .u-mt-20 {
    margin-top: 2rem;
  }
}

.u-mt-30 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .u-mt-30 {
    margin-top: 2rem;
  }
}

.u-mt-40 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .u-mt-40 {
    margin-top: 2rem;
  }
}

.u-mt-50 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mt-50 {
    margin-top: 3rem;
  }
}

.u-mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .u-mt-60 {
    margin-top: 3rem;
  }
}

.u-mt-70 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .u-mt-70 {
    margin-top: 4rem;
  }
}

.u-mt-80 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .u-mt-80 {
    margin-top: 4rem;
  }
}

.u-mt-90 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .u-mt-90 {
    margin-top: 4rem;
  }
}

.u-mt-100 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .u-mt-100 {
    margin-top: 4rem;
  }
}

.u-mt-110 {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .u-mt-110 {
    margin-top: 6rem;
  }
}

.u-mt-120 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .u-mt-120 {
    margin-top: 6rem;
  }
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .u-mb-10 {
    margin-bottom: 1rem;
  }
}

.u-mb-20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .u-mb-20 {
    margin-bottom: 2rem;
  }
}

.u-mb-30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .u-mb-30 {
    margin-bottom: 2rem;
  }
}

.u-mb-40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 2rem;
  }
}

.u-mb-50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mb-50 {
    margin-bottom: 3rem;
  }
}

.u-mb-60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .u-mb-60 {
    margin-bottom: 3rem;
  }
}

.u-mb-70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .u-mb-70 {
    margin-bottom: 4rem;
  }
}

.u-mb-80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .u-mb-80 {
    margin-bottom: 4rem;
  }
}

.u-mb-90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .u-mb-90 {
    margin-bottom: 4rem;
  }
}

.u-mb-100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .u-mb-100 {
    margin-bottom: 4rem;
  }
}

.u-mb-110 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .u-mb-110 {
    margin-bottom: 6rem;
  }
}

.u-mb-120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .u-mb-120 {
    margin-bottom: 6rem;
  }
}

.u-ml-0 {
  margin-left: 0;
}

.u-ml-10 {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .u-ml-10 {
    margin-left: 1rem;
  }
}

.u-ml-20 {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .u-ml-20 {
    margin-left: 2rem;
  }
}

.u-ml-30 {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .u-ml-30 {
    margin-left: 2rem;
  }
}

.u-ml-40 {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .u-ml-40 {
    margin-left: 2rem;
  }
}

.u-ml-50 {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .u-ml-50 {
    margin-left: 3rem;
  }
}

.u-ml-60 {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .u-ml-60 {
    margin-left: 3rem;
  }
}

.u-ml-70 {
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  .u-ml-70 {
    margin-left: 4rem;
  }
}

.u-ml-80 {
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .u-ml-80 {
    margin-left: 4rem;
  }
}

.u-ml-90 {
  margin-left: 9rem;
}
@media screen and (max-width: 767px) {
  .u-ml-90 {
    margin-left: 4rem;
  }
}

.u-ml-100 {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .u-ml-100 {
    margin-left: 4rem;
  }
}

.u-ml-110 {
  margin-left: 11rem;
}
@media screen and (max-width: 767px) {
  .u-ml-110 {
    margin-left: 6rem;
  }
}

.u-ml-120 {
  margin-left: 12rem;
}
@media screen and (max-width: 767px) {
  .u-ml-120 {
    margin-left: 6rem;
  }
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-10 {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .u-mr-10 {
    margin-right: 1rem;
  }
}

.u-mr-20 {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .u-mr-20 {
    margin-right: 2rem;
  }
}

.u-mr-30 {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .u-mr-30 {
    margin-right: 2rem;
  }
}

.u-mr-40 {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .u-mr-40 {
    margin-right: 2rem;
  }
}

.u-mr-50 {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mr-50 {
    margin-right: 3rem;
  }
}

.u-mr-60 {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .u-mr-60 {
    margin-right: 3rem;
  }
}

.u-mr-70 {
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  .u-mr-70 {
    margin-right: 4rem;
  }
}

.u-mr-80 {
  margin-right: 8rem;
}
@media screen and (max-width: 767px) {
  .u-mr-80 {
    margin-right: 4rem;
  }
}

.u-mr-90 {
  margin-right: 9rem;
}
@media screen and (max-width: 767px) {
  .u-mr-90 {
    margin-right: 4rem;
  }
}

.u-mr-100 {
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .u-mr-100 {
    margin-right: 4rem;
  }
}

.u-mr-110 {
  margin-right: 11rem;
}
@media screen and (max-width: 767px) {
  .u-mr-110 {
    margin-right: 6rem;
  }
}

.u-mr-120 {
  margin-right: 12rem;
}
@media screen and (max-width: 767px) {
  .u-mr-120 {
    margin-right: 6rem;
  }
}

.u-p-0 {
  padding: 0;
}

.u-p-10 {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .u-p-10 {
    padding: 1rem;
  }
}

.u-p-20 {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .u-p-20 {
    padding: 2rem;
  }
}

.u-p-30 {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .u-p-30 {
    padding: 2rem;
  }
}

.u-p-40 {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .u-p-40 {
    padding: 2rem;
  }
}

.u-p-50 {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .u-p-50 {
    padding: 3rem;
  }
}

.u-p-60 {
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .u-p-60 {
    padding: 3rem;
  }
}

.u-p-70 {
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  .u-p-70 {
    padding: 4rem;
  }
}

.u-p-80 {
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .u-p-80 {
    padding: 4rem;
  }
}

.u-p-90 {
  padding: 9rem;
}
@media screen and (max-width: 767px) {
  .u-p-90 {
    padding: 4rem;
  }
}

.u-p-100 {
  padding: 10rem;
}
@media screen and (max-width: 767px) {
  .u-p-100 {
    padding: 4rem;
  }
}

.u-p-110 {
  padding: 11rem;
}
@media screen and (max-width: 767px) {
  .u-p-110 {
    padding: 6rem;
  }
}

.u-p-120 {
  padding: 12rem;
}
@media screen and (max-width: 767px) {
  .u-p-120 {
    padding: 6rem;
  }
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-10 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pt-10 {
    padding-top: 1rem;
  }
}

.u-pt-20 {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pt-20 {
    padding-top: 2rem;
  }
}

.u-pt-30 {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pt-30 {
    padding-top: 2rem;
  }
}

.u-pt-40 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pt-40 {
    padding-top: 2rem;
  }
}

.u-pt-50 {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .u-pt-50 {
    padding-top: 3rem;
  }
}

.u-pt-60 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .u-pt-60 {
    padding-top: 3rem;
  }
}

.u-pt-70 {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .u-pt-70 {
    padding-top: 4rem;
  }
}

.u-pt-80 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .u-pt-80 {
    padding-top: 4rem;
  }
}

.u-pt-90 {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .u-pt-90 {
    padding-top: 4rem;
  }
}

.u-pt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .u-pt-100 {
    padding-top: 4rem;
  }
}

.u-pt-110 {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .u-pt-110 {
    padding-top: 6rem;
  }
}

.u-pt-120 {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .u-pt-120 {
    padding-top: 6rem;
  }
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-10 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pb-10 {
    padding-bottom: 1rem;
  }
}

.u-pb-20 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pb-20 {
    padding-bottom: 2rem;
  }
}

.u-pb-30 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pb-30 {
    padding-bottom: 2rem;
  }
}

.u-pb-40 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pb-40 {
    padding-bottom: 2rem;
  }
}

.u-pb-50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .u-pb-50 {
    padding-bottom: 3rem;
  }
}

.u-pb-60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .u-pb-60 {
    padding-bottom: 3rem;
  }
}

.u-pb-70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .u-pb-70 {
    padding-bottom: 4rem;
  }
}

.u-pb-80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .u-pb-80 {
    padding-bottom: 4rem;
  }
}

.u-pb-90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .u-pb-90 {
    padding-bottom: 4rem;
  }
}

.u-pb-100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .u-pb-100 {
    padding-bottom: 4rem;
  }
}

.u-pb-110 {
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .u-pb-110 {
    padding-bottom: 6rem;
  }
}

.u-pb-120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .u-pb-120 {
    padding-bottom: 6rem;
  }
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-10 {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pl-10 {
    padding-left: 1rem;
  }
}

.u-pl-20 {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pl-20 {
    padding-left: 2rem;
  }
}

.u-pl-30 {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pl-30 {
    padding-left: 2rem;
  }
}

.u-pl-40 {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pl-40 {
    padding-left: 2rem;
  }
}

.u-pl-50 {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .u-pl-50 {
    padding-left: 3rem;
  }
}

.u-pl-60 {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .u-pl-60 {
    padding-left: 3rem;
  }
}

.u-pl-70 {
  padding-left: 7rem;
}
@media screen and (max-width: 767px) {
  .u-pl-70 {
    padding-left: 4rem;
  }
}

.u-pl-80 {
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .u-pl-80 {
    padding-left: 4rem;
  }
}

.u-pl-90 {
  padding-left: 9rem;
}
@media screen and (max-width: 767px) {
  .u-pl-90 {
    padding-left: 4rem;
  }
}

.u-pl-100 {
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .u-pl-100 {
    padding-left: 4rem;
  }
}

.u-pl-110 {
  padding-left: 11rem;
}
@media screen and (max-width: 767px) {
  .u-pl-110 {
    padding-left: 6rem;
  }
}

.u-pl-120 {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .u-pl-120 {
    padding-left: 6rem;
  }
}

.u-pr-0 {
  padding-right: 0;
}

.u-pr-10 {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pr-10 {
    padding-right: 1rem;
  }
}

.u-pr-20 {
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pr-20 {
    padding-right: 2rem;
  }
}

.u-pr-30 {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pr-30 {
    padding-right: 2rem;
  }
}

.u-pr-40 {
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pr-40 {
    padding-right: 2rem;
  }
}

.u-pr-50 {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .u-pr-50 {
    padding-right: 3rem;
  }
}

.u-pr-60 {
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .u-pr-60 {
    padding-right: 3rem;
  }
}

.u-pr-70 {
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .u-pr-70 {
    padding-right: 4rem;
  }
}

.u-pr-80 {
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .u-pr-80 {
    padding-right: 4rem;
  }
}

.u-pr-90 {
  padding-right: 9rem;
}
@media screen and (max-width: 767px) {
  .u-pr-90 {
    padding-right: 4rem;
  }
}

.u-pr-100 {
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .u-pr-100 {
    padding-right: 4rem;
  }
}

.u-pr-110 {
  padding-right: 11rem;
}
@media screen and (max-width: 767px) {
  .u-pr-110 {
    padding-right: 6rem;
  }
}

.u-pr-120 {
  padding-right: 12rem;
}
@media screen and (max-width: 767px) {
  .u-pr-120 {
    padding-right: 6rem;
  }
}

.u-gap-0 {
  gap: 0;
}

.u-gap-10 {
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .u-gap-10 {
    gap: 1rem;
  }
}

.u-gap-20 {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .u-gap-20 {
    gap: 2rem;
  }
}

.u-gap-30 {
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .u-gap-30 {
    gap: 2rem;
  }
}

.u-gap-40 {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .u-gap-40 {
    gap: 2rem;
  }
}

.u-gap-50 {
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .u-gap-50 {
    gap: 3rem;
  }
}

.u-gap-60 {
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .u-gap-60 {
    gap: 3rem;
  }
}

.u-gap-70 {
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .u-gap-70 {
    gap: 4rem;
  }
}

.u-gap-80 {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .u-gap-80 {
    gap: 4rem;
  }
}

.u-gap-90 {
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .u-gap-90 {
    gap: 4rem;
  }
}

.u-gap-100 {
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .u-gap-100 {
    gap: 4rem;
  }
}

.u-gap-110 {
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .u-gap-110 {
    gap: 6rem;
  }
}

.u-gap-120 {
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .u-gap-120 {
    gap: 6rem;
  }
  .u-m-sp-0 {
    margin: 0rem;
  }
  .u-m-sp-10 {
    margin: 1rem;
  }
  .u-m-sp-20 {
    margin: 2rem;
  }
  .u-m-sp-30 {
    margin: 3rem;
  }
  .u-m-sp-40 {
    margin: 4rem;
  }
  .u-m-sp-50 {
    margin: 5rem;
  }
  .u-m-sp-60 {
    margin: 6rem;
  }
  .u-m-sp-70 {
    margin: 7rem;
  }
  .u-m-sp-80 {
    margin: 8rem;
  }
  .u-m-sp-90 {
    margin: 9rem;
  }
  .u-m-sp-100 {
    margin: 10rem;
  }
  .u-m-sp-110 {
    margin: 11rem;
  }
  .u-m-sp-120 {
    margin: 12rem;
  }
  .u-mt-sp-0 {
    margin-top: 0rem;
  }
  .u-mt-sp-10 {
    margin-top: 1rem;
  }
  .u-mt-sp-20 {
    margin-top: 2rem;
  }
  .u-mt-sp-30 {
    margin-top: 3rem;
  }
  .u-mt-sp-40 {
    margin-top: 4rem;
  }
  .u-mt-sp-50 {
    margin-top: 5rem;
  }
  .u-mt-sp-60 {
    margin-top: 6rem;
  }
  .u-mt-sp-70 {
    margin-top: 7rem;
  }
  .u-mt-sp-80 {
    margin-top: 8rem;
  }
  .u-mt-sp-90 {
    margin-top: 9rem;
  }
  .u-mt-sp-100 {
    margin-top: 10rem;
  }
  .u-mt-sp-110 {
    margin-top: 11rem;
  }
  .u-mt-sp-120 {
    margin-top: 12rem;
  }
  .u-mb-sp-0 {
    margin-bottom: 0rem;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem;
  }
  .u-ml-sp-0 {
    margin-left: 0rem;
  }
  .u-ml-sp-10 {
    margin-left: 1rem;
  }
  .u-ml-sp-20 {
    margin-left: 2rem;
  }
  .u-ml-sp-30 {
    margin-left: 3rem;
  }
  .u-ml-sp-40 {
    margin-left: 4rem;
  }
  .u-ml-sp-50 {
    margin-left: 5rem;
  }
  .u-ml-sp-60 {
    margin-left: 6rem;
  }
  .u-ml-sp-70 {
    margin-left: 7rem;
  }
  .u-ml-sp-80 {
    margin-left: 8rem;
  }
  .u-ml-sp-90 {
    margin-left: 9rem;
  }
  .u-ml-sp-100 {
    margin-left: 10rem;
  }
  .u-ml-sp-110 {
    margin-left: 11rem;
  }
  .u-ml-sp-120 {
    margin-left: 12rem;
  }
  .u-mr-sp-0 {
    margin-right: 0rem;
  }
  .u-mr-sp-10 {
    margin-right: 1rem;
  }
  .u-mr-sp-20 {
    margin-right: 2rem;
  }
  .u-mr-sp-30 {
    margin-right: 3rem;
  }
  .u-mr-sp-40 {
    margin-right: 4rem;
  }
  .u-mr-sp-50 {
    margin-right: 5rem;
  }
  .u-mr-sp-60 {
    margin-right: 6rem;
  }
  .u-mr-sp-70 {
    margin-right: 7rem;
  }
  .u-mr-sp-80 {
    margin-right: 8rem;
  }
  .u-mr-sp-90 {
    margin-right: 9rem;
  }
  .u-mr-sp-100 {
    margin-right: 10rem;
  }
  .u-mr-sp-110 {
    margin-right: 11rem;
  }
  .u-mr-sp-120 {
    margin-right: 12rem;
  }
  .u-p-sp-0 {
    padding: 0rem;
  }
  .u-p-sp-10 {
    padding: 1rem;
  }
  .u-p-sp-20 {
    padding: 2rem;
  }
  .u-p-sp-30 {
    padding: 3rem;
  }
  .u-p-sp-40 {
    padding: 4rem;
  }
  .u-p-sp-50 {
    padding: 5rem;
  }
  .u-p-sp-60 {
    padding: 6rem;
  }
  .u-p-sp-70 {
    padding: 7rem;
  }
  .u-p-sp-80 {
    padding: 8rem;
  }
  .u-p-sp-90 {
    padding: 9rem;
  }
  .u-p-sp-100 {
    padding: 10rem;
  }
  .u-p-sp-110 {
    padding: 11rem;
  }
  .u-p-sp-120 {
    padding: 12rem;
  }
  .u-pt-sp-0 {
    padding-top: 0rem;
  }
  .u-pt-sp-10 {
    padding-top: 1rem;
  }
  .u-pt-sp-20 {
    padding-top: 2rem;
  }
  .u-pt-sp-30 {
    padding-top: 3rem;
  }
  .u-pt-sp-40 {
    padding-top: 4rem;
  }
  .u-pt-sp-50 {
    padding-top: 5rem;
  }
  .u-pt-sp-60 {
    padding-top: 6rem;
  }
  .u-pt-sp-70 {
    padding-top: 7rem;
  }
  .u-pt-sp-80 {
    padding-top: 8rem;
  }
  .u-pt-sp-90 {
    padding-top: 9rem;
  }
  .u-pt-sp-100 {
    padding-top: 10rem;
  }
  .u-pt-sp-110 {
    padding-top: 11rem;
  }
  .u-pt-sp-120 {
    padding-top: 12rem;
  }
  .u-pb-sp-0 {
    padding-bottom: 0rem;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem;
  }
  .u-pl-sp-0 {
    padding-left: 0rem;
  }
  .u-pl-sp-10 {
    padding-left: 1rem;
  }
  .u-pl-sp-20 {
    padding-left: 2rem;
  }
  .u-pl-sp-30 {
    padding-left: 3rem;
  }
  .u-pl-sp-40 {
    padding-left: 4rem;
  }
  .u-pl-sp-50 {
    padding-left: 5rem;
  }
  .u-pl-sp-60 {
    padding-left: 6rem;
  }
  .u-pl-sp-70 {
    padding-left: 7rem;
  }
  .u-pl-sp-80 {
    padding-left: 8rem;
  }
  .u-pl-sp-90 {
    padding-left: 9rem;
  }
  .u-pl-sp-100 {
    padding-left: 10rem;
  }
  .u-pl-sp-110 {
    padding-left: 11rem;
  }
  .u-pl-sp-120 {
    padding-left: 12rem;
  }
  .u-pr-sp-0 {
    padding-right: 0rem;
  }
  .u-pr-sp-10 {
    padding-right: 1rem;
  }
  .u-pr-sp-20 {
    padding-right: 2rem;
  }
  .u-pr-sp-30 {
    padding-right: 3rem;
  }
  .u-pr-sp-40 {
    padding-right: 4rem;
  }
  .u-pr-sp-50 {
    padding-right: 5rem;
  }
  .u-pr-sp-60 {
    padding-right: 6rem;
  }
  .u-pr-sp-70 {
    padding-right: 7rem;
  }
  .u-pr-sp-80 {
    padding-right: 8rem;
  }
  .u-pr-sp-90 {
    padding-right: 9rem;
  }
  .u-pr-sp-100 {
    padding-right: 10rem;
  }
  .u-pr-sp-110 {
    padding-right: 11rem;
  }
  .u-pr-sp-120 {
    padding-right: 12rem;
  }
  .u-gap-sp-0 {
    gap: 0rem;
  }
  .u-gap-sp-10 {
    gap: 1rem;
  }
  .u-gap-sp-20 {
    gap: 2rem;
  }
  .u-gap-sp-30 {
    gap: 3rem;
  }
  .u-gap-sp-40 {
    gap: 4rem;
  }
  .u-gap-sp-50 {
    gap: 5rem;
  }
  .u-gap-sp-60 {
    gap: 6rem;
  }
  .u-gap-sp-70 {
    gap: 7rem;
  }
  .u-gap-sp-80 {
    gap: 8rem;
  }
  .u-gap-sp-90 {
    gap: 9rem;
  }
  .u-gap-sp-100 {
    gap: 10rem;
  }
  .u-gap-sp-110 {
    gap: 11rem;
  }
  .u-gap-sp-120 {
    gap: 12rem;
  }
}

.u-fz-10 {
  font-size: 1rem !important;
}
.u-fz-12 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-12 {
    font-size: 1rem !important;
  }
}

.u-fz-14 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-14 {
    font-size: 1.2rem !important;
  }
}

.u-fz-16 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-16 {
    font-size: 1.4rem !important;
  }
}

.u-fz-18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-18 {
    font-size: 1.6rem !important;
  }
}

.u-fz-20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-20 {
    font-size: 1.8rem !important;
  }
}

.u-fz-22 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-22 {
    font-size: 1.8rem !important;
  }
}

.u-fz-24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-24 {
    font-size: 2rem !important;
  }
}

.u-fz-28 {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-28 {
    font-size: 2rem !important;
  }
}

.u-fz-30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-30 {
    font-size: 2rem !important;
  }
}

.u-fz-32 {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-32 {
    font-size: 2.4rem !important;
  }
}

.u-fz-36 {
  font-size: 3.6rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-36 {
    font-size: 2.4rem !important;
  }
}

.u-fz-40 {
  font-size: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-40 {
    font-size: 2.4rem !important;
  }
}

.u-fz-48 {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-48 {
    font-size: 3rem !important;
  }
}

.u-fz-50 {
  font-size: 5rem !important;
}
.u-fz-60 {
  font-size: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-fz-60 {
    font-size: 3.6rem !important;
  }
}

.u-c-black {
  color: #000;
}
.u-c-white {
  color: #fff;
}
.u-c-blue {
  color: #00468C;
}

.u-fw-300 {
  font-weight: 300;
}
.u-fw-400 {
  font-weight: 400;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-700 {
  font-weight: 700;
}
.u-fw-900 {
  font-weight: 900;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-ta-sp-l {
    text-align: left;
  }
  .u-ta-sp-c {
    text-align: center;
  }
  .u-ta-sp-r {
    text-align: right;
  }
}

.u-bgc-black {
  background-color: #000 !important;
}
.u-bgc-white {
  background-color: #fff !important;
}
.u-bgc-blueBg {
  background-color: #EAF3FC !important;
}

.u-d-b {
  display: block !important;
}
.u-d-ib {
  display: inline-block !important;
}
.u-d-f {
  display: flex !important;
}
.u-d-if {
  display: inline-flex !important;
}
.u-d-i {
  display: inline !important;
}

.u-ff-yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}
.u-ff-yumin {
  font-family: 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif !important;
}
.u-ff-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}
.u-ff-notoSerif {
  font-family: "Noto Serif JP", serif !important;
}
.u-ff-lato {
  font-family: "Lato", sans-serif !important;
}

.u-lh-1 {
  line-height: 1 !important;
}
.u-lh-1\.25 {
  line-height: 1.25 !important;
}
.u-lh-1\.5 {
  line-height: 1.5 !important;
}
.u-lh-1\.75 {
  line-height: 1.75 !important;
}
.u-lh-2 {
  line-height: 2 !important;
}
.u-lh-2\.5 {
  line-height: 2.5 !important;
}
.u-lh-3 {
  line-height: 3 !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-h-10 {
  height: 10% !important;
}

.u-h-20 {
  height: 20% !important;
}

.u-h-30 {
  height: 30% !important;
}

.u-h-40 {
  height: 40% !important;
}

.u-h-50 {
  height: 50% !important;
}

.u-h-60 {
  height: 60% !important;
}

.u-h-70 {
  height: 70% !important;
}

.u-h-80 {
  height: 80% !important;
}

.u-h-90 {
  height: 90% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-pos-r {
  position: relative;
}
.u-pos-a {
  position: absolute;
}
.u-pos-s {
  position: static;
}

.u-ov-h {
  overflow: hidden;
}
.u-ov-a {
  overflow: auto;
}

.u-hover-opacity:hover {
  transition: opacity 0.3s;
  opacity: 0.8;
}

.u-whs-nw {
  white-space: nowrap;
}

.u-jc-c {
  justify-content: center !important;
}
.u-jc-fs {
  justify-content: flex-start !important;
}
.u-jc-fe {
  justify-content: flex-end !important;
}
.u-jc-sa {
  justify-content: space-around !important;
}
.u-jc-sb {
  justify-content: space-between !important;
}

.u-ai-c {
  align-items: center !important;
}
.u-ai-s {
  align-items: stretch !important;
}
.u-ai-fs {
  align-items: flex-start !important;
}
.u-ai-fe {
  align-items: flex-end !important;
}

.u-fxsh-0 {
  flex-shrink: 0 !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}
.u-fxw-w {
  flex-wrap: wrap;
}

.c-tableComplex {
  width: 100%;
  text-align: center;
}
.c-tableComplex_section {
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .c-tableComplex_section {
    margin: 3rem auto;
  }
}
.c-tableComplex_wrap {
  overflow: auto;
  width: 100%;
}
.c-tableComplex_wrap .c-tableComplex {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .c-tableComplex_wrap .c-tableComplex {
    width: 800px;
  }
}
.c-tableComplex_caption {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tableComplex_caption {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.c-tableComplex_thead .c-tableComplex_tr:first-child .c-tableComplex_th {
  background-color: #aacce9;
  font-weight: bold;
}
.c-tableComplex_thead .c-tableComplex_tr:only-child .c-tableComplex_th {
  background-color: #dceaf6;
  font-weight: bold;
}
.c-tableComplex_thead .c-tableComplex_th {
  background-color: #dceaf6;
  font-weight: normal;
  border-right: 1px dashed #fff;
}
.c-tableComplex_thead .c-tableComplex_th:last-child {
  border-right: none;
}
.c-tableComplex_tbody .c-tableComplex_tr:last-child .c-tableComplex_td {
  border-bottom: none;
}
.c-tableComplex_tbody .c-tableComplex_th {
  height: 2.5em;
  border-top: 1px solid #fff;
}
.c-tableComplex_th {
  vertical-align: middle;
  background-color: #dceaf6;
  padding: 0 0.25em;
}
.c-tableComplex_th:last-child {
  border-right: none;
}
.c-tableComplex_td {
  background-color: #fff;
  border-left: 1px dashed #dceaf6;
  border-right: 1px dashed #dceaf6;
  border-top: 1px solid #dceaf6;
  border-bottom: 1px solid #dceaf6;
  vertical-align: middle;
  padding: 0.75em;
}
.c-tableComplex_td:last-child {
  border-right: none;
}
.c-tableComplex_sticky {
  position: sticky;
  left: 0;
  z-index: 1;
}
.c-tableComplex .c-tableComplex_dividerTh {
  border-right: 4px solid #fff;
}
.c-tableComplex .c-tableComplex_dividerTd {
  border-right: 4px solid #dceaf6;
}

.p-pageFeature_section .button-container {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
    position: relative;
}

.p-pageFeature_section .speech-bubble {
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 12px; /* 文字サイズを小さくする */
    max-width: 500px; /* 幅を制限する */
    text-align: center; /* テキストを中央揃えにする */
}
.p-pageFeature_section .speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2f2f2;
}
.p-pageFeature_section .cta-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #00468C, #2F88E3);
    color: white;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.p-pageFeature_section .cta-button:hover {
    background: linear-gradient(to right, #003366, #1A73E8);
}

.p-pageFeature_section .button-image {
    margin-right: 10px;
    height: 40px; /* 高さを制限する */
    width: auto; /* 幅は自動調整 */
    max-width: 60px; /* 幅の最大値を設定 */
}
/* 新規追加 */
.l-page_row {
  display: flex;
  justify-content: space-between;
}

.l-page_row > article {
  flex: 1;
  margin-right: 20px;
}

.l-page_row > .l-sidebar {
  width: 250px;
  flex-shrink: 0;
  margin-left: 50px;
}

/* 新規追加・修正 */
.l-sidebar_box {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.l-sidebar_box a {
  display: block;
  transition: transform 0.3s, box-shadow 0.3s;
}

.l-sidebar_box a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.l-sidebar_box img {
  width: 100%;
  height: auto;
　background-color: transparent;
  transition: transform 0.3s;
}

.l-sidebar_box a:hover img {
  transform: scale(1.05);
}

.l-sidebar_box_ttl {
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #00468C; /* 青色 */
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #00468C; /* 青色 */
}

.l-sidebar_box_item {
  font-weight: 500;
  color: #00468C; /* 青色 */
}

.l-sidebar_box_item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
}

.l-sidebar_box_item a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.l-sidebar_box_item img {
  margin-right: 1rem;
  transition: transform 0.3s;
}

.l-sidebar_box_item a:hover img {
  transform: scale(1.05);
}
.l-sidebar_box p {
  font-size: 1.2rem; /* フォントサイズを小さく設定 */
  line-height: 2; /* 行間を調整（必要に応じて） */
  color: #00468C; /* 青色 */
}


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