@charset "UTF-8";
.c_header .mega__body_title {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c_header .mega__body_title {
    font-size: 1.25rem;
  }
}
.c_txt._fz_13_22 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_txt._fz_13_22 {
    font-size: 1.375rem;
  }
}
:root {
  --header-height-pc: 60;
  --header-height-sp: 44;
  --color-text: #393939;
  --color-azure-radiance: #0096FF;
  --color-biscay: #20386D;
  --color-white: #fff;
  --color-prussian-blue: #001F4A;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-inter: "Inter", sans-serif;
  --z-index-header: 100;
  --z-float: 90;
}
.u_cl_azure {
  color: var(--color-azure-radiance);
}
.u_cl_white {
  color: var(--color-white);
}
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  display: table;
  color: inherit;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*!
foundation > base
------------------------------
*/
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
body {
  font-size: 0.875rem;
  color: var(--color-text);
  font-family: var(--font-family-base);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
img {
  width: 100%;
}
a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
a[href^=tel] {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u_inline_block {
  display: inline-block;
}
@media print {
  .u_no_print {
    display: none !important;
  }
}
@media print {
  .u_no_print > * {
    display: none !important;
  }
}
@media print {
  .u_print {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
  }
}
@media print {
  .u_print > * {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
  }
}
@media print {
  .u_print_break_inside {
    break-inside: avoid;
  }
}
@media print {
  .u_print02 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
  }
}
[data-delay="0.1s"] {
  transition-delay: 0.1s;
}
[data-delay="0.2s"] {
  transition-delay: 0.2s;
}
[data-delay="0.3s"] {
  transition-delay: 0.3s;
}
[data-delay="0.4s"] {
  transition-delay: 0.4s;
}
[data-delay="0.5s"] {
  transition-delay: 0.5s;
}
[data-delay="0.6s"] {
  transition-delay: 0.6s;
}
[data-delay="0.7s"] {
  transition-delay: 0.7s;
}
[data-delay="0.8s"] {
  transition-delay: 0.8s;
}
[data-delay="0.9s"] {
  transition-delay: 0.9s;
}
[data-delay="1s"] {
  transition-delay: 1s;
}
[data-delay="1.5s"] {
  transition-delay: 1.5s;
}
.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}
.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}
.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}
.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
}
@media print {
  .js_inview {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
}
.fadeup {
  transform: translate3d(0, 50px, 0);
}
@media print {
  .fadeup {
    transform: none;
  }
}
.fadedown {
  transform: translate3d(0, -50px, 0);
}
.faderight {
  transform: translate3d(50px, 0, 0);
}
.fadeleft {
  transform: translate3d(-50px, 0, 0);
}
.is_show.js_inview {
  opacity: 1;
  transform: none;
}
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-white);
  z-index: var(--z-index-header);
}
.c_header .c_header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  height: calc(var(--header-height-sp) * 1px);
}
@media screen and (min-width: 768px) {
  .c_header .c_header__in {
    height: calc(var(--header-height-pc) * 1px);
    padding-left: 16px;
  }
}
.c_header .c_header__logo {
  width: 142px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__logo {
    width: 178px;
  }
}
.c_header .c_header__logo_link {
  width: 100%;
  display: inline-block;
}
.c_header .c_header__topnav {
  height: 100%;
}
.c_header .c_header__topnav_list {
  align-items: center;
  height: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__topnav_list {
    display: flex;
  }
}
.c_header .c_header__topnav_list_link {
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.6875rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__topnav_list_link {
    font-size: 0.875rem;
  }
}
.c_header .c_header__topnav_contact,
.c_header .c_header__topnav_list_item {
  height: 100%;
}
.c_header .c_header__topnav_list_item {
  margin-left: clamp(1.5625rem, 5.2083333333vw + -0.9375rem, 3.75rem);
}
.c_header .c_header__topnav_list_mega {
  padding-right: 20px;
  position: relative;
}
.c_header .c_header__topnav_list_mega::after {
  content: "";
  width: 13px;
  height: 8px;
  background-image: url(../images/common/icon_arrow_down.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  position: absolute;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c_header .c_header__topnav_list_mega:hover::after {
  transform: translateY(-50%) rotateZ(-180deg);
}
.c_header .c_header__topnav_list_mega:hover .mega,
.c_header .c_header__topnav_list_mega:hover .mega__in {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: visible;
  opacity: 1;
}
.c_header .c_header__topnav_contact {
  margin-left: clamp(1.25rem, 4.0178571429vw + -0.6785714286rem, 2.9375rem);
  position: relative;
  z-index: 1;
}
.c_header .c_header__topnav_contact_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background:
    transparent linear-gradient(
      253deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
  width: clamp(8.75rem, 11.9047619048vw + 3.0357142857rem, 13.75rem);
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__topnav_contact_link {
    font-size: 0.875rem;
  }
}
.c_header .c_header__toggle {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_header .c_header__toggle {
    display: none;
  }
}
.c_header .mega {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_header .mega {
    top: calc(var(--header-height-pc) * 1px);
  }
}
.c_header .mega__in {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c_header .mega__in {
    padding-top: calc(var(--header-height-pc) * 1px);
  }
}
.c_header .mega__body {
  padding: 64px 0 60px;
  min-height: 290px;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.c_header .mega__body_title {
  font-weight: 700;
  color: var(--color-prussian-blue);
  margin-bottom: 32px;
}
.c_header .mega__body_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.5833333333%;
}
.c_header .mega__body_list_item {
  border-bottom: 1px solid #DDDDDD;
}
.c_header .mega__body_list_link {
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  position: relative;
  padding-right: 20px;
  padding-block: 20px;
}
.c_header .mega__body_list_link::after {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  width: 11px;
  aspect-ratio: 1;
  border-top: 1px solid #21376B;
  border-right: 1px solid #21376B;
}
.c_header .c_toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c_header .c_toggle {
    display: none;
  }
}
.c_header .c_toggle::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #000000;
  transition: 0.5s;
  transform-origin: center;
}
.c_header .c_toggle::before {
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #000000;
  transition: 0.5s;
  transform-origin: center;
}
.c_header .c_toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #000000;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.is_nav_open .c_header .c_toggle::before {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.is_nav_open .c_header .c_toggle::after {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.is_nav_open .c_header .c_toggle .c_toggle__line {
  opacity: 0;
}
.c_gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--header-height-sp) * 1px);
  background-color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is_nav_open .c_gnav {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c_gnav__in {
  padding-inline: 20px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 70px;
}
.c_gnav__list_item {
  border-bottom: 1px solid #E5E5E5;
}
.c_gnav__link {
  padding-block: 15px;
  display: block;
}
.c_gnav__link.has_child {
  display: flex;
  justify-content: space-between;
}
.c_gnav__link.is_active .c_gnav__expand_icon::before {
  opacity: 0;
}
.c_gnav__expand_icon {
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid var(--color-text);
  border-radius: 4px;
  position: relative;
}
.c_gnav__expand_icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-text);
  transition: opacity 0.3s ease-in-out;
}
.c_gnav__expand_icon::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-text);
}
.c_gnav__link,
.c_gnav_child__link {
  font-weight: 700;
}
.c_gnav_child {
  padding-bottom: 15px;
  padding-left: 15px;
  display: none;
}
.c_gnav_child__item:not(:first-child) {
  margin-top: 15px;
}
.c_gnav_child__link {
  font-size: 0.8125rem;
}
.c_gnav__button {
  text-align: center;
  margin-top: 40px;
}
.c_gnav__contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-weight: 700;
  color: var(--color-white);
  background:
    linear-gradient(
      253deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
}
.c_footer {
  position: relative;
  background:
    transparent linear-gradient(
      252deg,
      #0045A5 0%,
      #00060F 100%) 0% 0% no-repeat;
  margin-top: 160px;
}
@media screen and (min-width: 768px) {
  .c_footer {
    margin-top: 200px;
  }
}
.c_footer__in {
  color: var(--color-white);
  padding-top: 31px;
  width: calc(100% - 40px);
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c_footer__in {
    justify-content: space-between;
    display: flex;
    padding-top: 35px;
    padding-left: clamp(0rem, 2.9761904762vw + -1.4285714286rem, 1.25rem);
  }
}
.c_footer__logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_footer__logo {
    display: initial;
    width: 20.7627118644%;
    min-width: 160px;
  }
}
.c_footer__logo_target {
  display: block;
  max-width: 142px;
}
@media screen and (min-width: 768px) {
  .c_footer__logo_target {
    max-width: 235px;
  }
}
.c_footer__logo_text {
  font-weight: 300;
  color: var(--color-white);
  display: block;
  font-size: 0.78125rem;
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .c_footer__logo_text {
    padding-top: 0;
    margin-top: 16px;
    font-size: clamp(0.8125rem, 1.0416666667vw + 0.3125rem, 1.25rem);
  }
}
.c_footer__nav {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .c_footer__nav {
    padding-top: 10px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__nav_col {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__nav_col:nth-child(2) {
    margin-left: clamp(1.5625rem, 20.0892857143vw + -8.0803571429rem, 10rem);
  }
}
@media screen and (min-width: 768px) {
  .c_footer__nav_col:last-child {
    margin-left: clamp(1.5625rem, 16.6666666667vw + -6.4375rem, 8.5625rem);
  }
}
@media screen and (max-width: 767px) {
  .c_footer__nav_head {
    padding-block: 15px;
    padding-left: 3px;
    padding-right: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0096FF;
  }
}
.c_footer__nav_head.is_active .c_footer__nav_head_icon::before {
  opacity: 0;
}
.c_footer__nav_head_text {
  font-weight: 700;
  color: var(--color-azure-radiance);
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c_footer__nav_head_text {
    font-size: 1.125rem;
  }
}
.c_footer__nav_head_icon {
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  position: relative;
}
.c_footer__nav_head_icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  transition: opacity 0.3s ease-in-out;
}
.c_footer__nav_head_icon::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c_footer__nav_head_icon {
    display: none;
  }
}
.c_footer__nav_list {
  display: none;
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 22px;
  background-color: #274588;
}
@media screen and (min-width: 768px) {
  .c_footer__nav_list {
    margin-top: 22px;
    margin-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    flex: 1;
    border-left: 1px solid #0096FF;
    display: initial;
    background: unset;
  }
}
.c_footer__nav_list_item:not(:first-child) {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .c_footer__nav_list_item:not(:first-child) {
    margin-top: 21px;
  }
}
.c_footer__nav_target {
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_footer__nav_target {
    font-size: 1rem;
  }
}
.c_footer__contact_box {
  text-align: center;
  margin-top: 37px;
}
.c_footer__contact_btn {
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #20386D;
  background-color: var(--color-white);
  width: calc(100% - 40px);
  max-width: 335px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-left: 3px;
}
.c_footer__copyright {
  padding-top: 32px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .c_footer__copyright {
    padding-top: 40px;
  }
}
.c_footer__copyright_text {
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
  font-size: 0.625rem;
  font-family: var(--font-inter);
}
@media screen and (min-width: 768px) {
  .c_footer__copyright_text {
    font-size: 0.75rem;
  }
}
/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}
.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      253deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1257E2;
  z-index: 190;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px 8px 6px;
  border: 1px solid #fff;
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}
.c_txt._fw_b {
  font-weight: 700;
}
.c_txt._fw_black {
  font-weight: 900;
}
.c_txt._fz_15_20 {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c_txt._fz_15_20 {
    font-size: 1.25rem;
  }
}
.c_txt._normal {
  font-size: 0.71875rem;
  line-height: 2.1739130435;
}
@media screen and (min-width: 768px) {
  .c_txt._normal {
    line-height: 2.3333333333;
    font-size: 0.9375rem;
  }
}
.c_txt._center {
  text-align: center;
}
.c_txt._blue {
  color: #20386D;
}
.c_txt._lh_16 {
  line-height: 1.6;
}
.c_image._cover {
  object-fit: cover;
}
.c_line {
  --top: 0;
  --left: 0;
  top: var(--top);
  left: var(--left);
  position: absolute;
  height: 330.4vw;
  width: 441.3333333333vw;
  clip-path: polygon(67.7945619335% 0, 100% 0%, 32.2356495468% 100%, 0% 100%);
  z-index: -1;
  background-size: cover;
  mask-image:
    linear-gradient(
      to right,
      transparent 0% 50%,
      white 50% 100%);
  mask-size: 200% 100%;
  mask-position: 50% 50%;
  -webkit-mask-position-x: 0%;
  transition: -webkit-mask-position-x 2s ease;
}
@media screen and (min-width: 768px) {
  .c_line {
    height: 172.0833333333vw;
    width: 310.4166666667vw;
    clip-path: polygon(67.7852348993% 0, 100% 0%, 32.2147651007% 100%, 0% 100%);
  }
}
.c_line.is_run {
  -webkit-mask-position-x: 100%;
}
@media print {
  .c_line {
    display: none !important;
  }
}
/*!
component > btn
------------------------------
*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: block;
  width: 35px;
  height: 35px;
  transform: translateY(300px);
  transition: 0.5s;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 95;
  background: #20386D;
  border-radius: 40px;
  border: 2px solid #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .totop {
    bottom: 70px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
  .totop:hover {
    background: #4c5f8a;
  }
}
.totop span {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  border: 10px solid transparent;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .totop span {
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
    top: calc(50% + 4px);
  }
}
.totop.is_active {
  transform: translateY(0);
}
.c_button {
  --current-bg-color: #20386D;
  --current-color: #fff;
  --button-width: 400px;
  --button-height: 60px;
  display: inline-flex;
  background-color: var(--current-bg-color);
  color: var(--current-color);
  width: var(--button-width);
  min-height: var(--button-height);
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  padding-right: min(1.5277777778vw, 22px);
  transition: background-color 0.3s ease-in-out;
}
.c_button._arrow {
  position: relative;
}
.c_button._arrow::after {
  content: "";
  position: absolute;
  mask-image: url(../images/common/icon_arrow_down.svg);
  mask-repeat: no-repeat;
  background-color: var(--color-white);
  right: 14.3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  mask-size: contain;
  width: 1.8666666667vw;
  height: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .c_button._arrow::after {
    width: min(0.9027777778vw, 13px);
    height: min(0.5555555556vw, 8px);
  }
}
@media screen and (min-width: 768px) {
  .c_button._arrow:hover {
    opacity: 1;
    background-color: #4c5f8a;
  }
}
.c_button_print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #20386D;
  gap: 8px;
  width: 90px;
  height: 20px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_button_print {
    width: 180px;
    height: 40px;
    gap: 14px;
  }
  .c_button_print:hover {
    opacity: 0.8;
  }
}
.c_button_print .c_button_print__icon_img {
  width: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_button_print .c_button_print__icon_img {
    width: auto;
  }
}
.c_button_print .c_button_print__text_img {
  display: block;
  width: 27px;
  height: 7px;
}
@media screen and (min-width: 768px) {
  .c_button_print .c_button_print__text_img {
    width: auto;
    height: auto;
  }
}
.c_page_mv02__line,
.c_page_mv__line02,
.c_page_mv__line01 {
  mask-image:
    linear-gradient(
      to right,
      transparent 0% 50%,
      white 50% 100%);
  mask-size: 200% 100%;
  mask-position: 50% 50%;
  -webkit-mask-position-x: 0%;
  transition: -webkit-mask-position-x 0.5s ease;
  transition-delay: 0.4s;
}
.c_page_mv02__content,
.c_page_mv .c_page_mv__content {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-property:
    visibility,
    opacity,
    transform;
  transition-delay: 0.7s;
  transform: translateY(20px);
}
.c_page_mv {
  margin-top: calc(var(--header-height-sp) * 1px);
  height: max(66.9333333333vw, 215px);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c_page_mv {
    margin-top: calc(var(--header-height-pc) * 1px);
    height: max(28.9583333333vw, 417px);
  }
}
@media print {
  .c_page_mv {
    margin: 0 !important;
    height: auto !important;
  }
}
.c_page_mv + * {
  position: relative;
  z-index: 1;
}
.c_page_mv .u_print .c_page_mv__image {
  display: none;
}
.c_page_mv.is_run .c_page_mv__line01,
.c_page_mv.is_run .c_page_mv__line02 {
  -webkit-mask-position-x: 100%;
}
.c_page_mv.is_run .c_page_mv__content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.c_page_mv__line01 {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .c_page_mv__line01 {
    mix-blend-mode: multiply;
  }
}
@media screen and (min-width: 768px) {
  .c_page_mv__line01.is_not_transparent {
    mix-blend-mode: unset;
  }
}
.c_page_mv__line01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 100%;
  height: 110px;
  background:
    linear-gradient(
      0deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
}
@media screen and (min-width: 768px) {
  .c_page_mv__line01::after {
    width: 50%;
    height: 45.2083333333vw;
    background:
      linear-gradient(
        224deg,
        #1257E2 10%,
        #1355D9 38%,
        #1452CF 57%,
        #20376B 80%) 0% 0% no-repeat;
  }
}
@media print {
  .c_page_mv__line01::after {
    display: none !important;
  }
}
@media print {
  .c_page_mv__line01 {
    display: none !important;
  }
}
.c_page_mv__line02 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.c_page_mv__line02::before {
  content: "";
  display: block;
  z-index: -1;
  background-color: #F4F9FE;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 100vw;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .c_page_mv__line02::before {
    width: 50%;
    height: 45.2083333333vw;
  }
}
@media print {
  .c_page_mv__line02::before {
    display: none !important;
  }
}
@media print {
  .c_page_mv__line02 {
    display: none !important;
  }
}
.c_page_mv .c_page_mv__line_print {
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 110px;
  width: 100%;
}
.c_page_mv .c_page_mv__line_print img {
  width: 100%;
  height: 100%;
}
.c_page_mv .c_page_mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c_page_mv .c_page_mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print {
  .c_page_mv .c_page_mv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media print {
  .c_page_mv .c_page_mv__image {
    display: block;
    margin: 0;
    height: auto;
    position: static;
  }
}
.c_page_mv .c_page_mv__body {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
  padding-bottom: 21px;
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__body {
    padding-right: 0;
    padding-bottom: 78px;
    max-width: 68.0555555556vw;
  }
}
@media print {
  .c_page_mv .c_page_mv__body {
    justify-content: flex-start;
    margin-top: 20px;
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__body._lg {
    max-width: 81.9444444444vw;
  }
}
.c_page_mv .c_page_mv__en {
  font-family: var(--font-en);
  font-size: 1.5625rem;
  line-height: 1.3;
  color: var(--color-white);
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__en {
    line-height: 1.125;
    font-size: 2.5rem;
  }
}
@media print {
  .c_page_mv .c_page_mv__en {
    color: var(--color-biscay);
  }
}
.c_page_mv .c_page_mv__sub {
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  color: var(--color-white);
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__sub {
    font-size: 1.25rem;
    margin-top: 13px;
  }
}
.c_page_mv .c_page_mv__ja {
  color: var(--color-white);
  font-size: 0.625rem;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c_page_mv .c_page_mv__ja {
    margin-top: 12px;
    font-size: 1.25rem;
  }
}
@media print {
  .c_page_mv .c_page_mv__ja {
    color: var(--color-biscay);
  }
}
.c_page_mv02 {
  margin-top: calc(var(--header-height-sp) * 1px);
  position: relative;
  overflow: hidden;
  color: #20386D;
}
@media screen and (min-width: 768px) {
  .c_page_mv02 {
    margin-top: calc(var(--header-height-pc) * 1px);
  }
}
.c_page_mv02.is_run .c_page_mv02__line {
  -webkit-mask-position-x: 100%;
}
.c_page_mv02.is_run .c_page_mv02__content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.c_page_mv02__line {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #F4F9FE;
  clip-path: polygon(110% 0, 0 90%, 100% 66%);
}
@media screen and (min-width: 768px) {
  .c_page_mv02__line {
    clip-path: polygon(102% 0, 0 100%, 100% 69%);
  }
}
.c_page_mv02__content {
  height: 177.5px;
  padding-top: 76px;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c_page_mv02__content {
    height: clamp(18.75rem, 50vw + -5.25rem, 26rem);
    padding-top: clamp(7.5rem, 41.8103448276vw + -12.5689655172rem, 13.5625rem);
  }
}
.c_page_mv02__en {
  font-family: var(--font-en);
  font-size: 1.5625rem;
  line-height: 1.3;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .c_page_mv02__en {
    line-height: 1.125;
    font-size: 2.5rem;
  }
}
.c_page_mv02__ja {
  font-size: 0.625rem;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c_page_mv02__ja {
    margin-top: 19px;
    font-size: 1.25rem;
  }
}
.c_printer {
  text-align: right;
}
.c_triangle_mask {
  position: relative;
}
.c_triangle_mask::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #F4F9FE;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 100vw;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .c_triangle_mask::before {
    width: 53.6111111111vw;
    height: 629px;
  }
}
@media screen and (min-width: 768px) {
  .p_top + .c_footer + .c_contact_float {
    top: calc(100vh + 17.0138888889vw);
  }
}
@media screen and (max-width: 767px) {
  .c_contact_float {
    transform: translateY(0);
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: var(--z-float);
    pointer-events: all;
  }
  .c_contact_float.is_hidden {
    transform: translateY(200%);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .c_contact_float {
    top: 47.2222222222vw;
    position: absolute;
    right: 0;
    z-index: var(--z-float);
  }
  .c_contact_float.is_fixed .c_contact_float__target {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0%);
  }
}
.c_contact_float .c_contact_float__target {
  display: flex;
  font-weight: 700;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  background: #fff;
  font-size: 0.75rem;
  padding-block: 19px;
  line-height: 1;
  position: relative;
}
.c_contact_float .c_contact_float__target::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      -30deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_contact_float .c_contact_float__target {
    letter-spacing: 0.25em;
    height: fit-content;
    padding-top: min(2.0833333333vw, 30px);
    padding-bottom: min(2.7777777778vw, 40px);
    width: min(4.8611111111vw, 70px);
    writing-mode: vertical-rl;
    font-size: min(1.1111111111vw, 1rem);
    transform: translateY(-50%) translateX(150%);
  }
  .c_contact_float .c_contact_float__target:hover {
    opacity: 1;
  }
  .c_contact_float .c_contact_float__target:hover::after {
    opacity: 0.9;
  }
}
.c_contact_float .c_contact_float__target_txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c_contact_float + .totop {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c_contact_float.is_hidden + .totop {
    bottom: 40px;
  }
}
.inview:not([data-fn=line]) {
  visibility: hidden;
  opacity: 0;
}
.fadeUp,
.fadeIn {
  animation-duration: 0.8s;
}
.fadeUp {
  animation-name: ani_fadeup;
  animation-timing-function: ease;
}
.fadeIn {
  animation-name: ani_fadein;
  animation-timing-function: ease;
}
@keyframes ani_fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c_page_bot_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_page_bot_image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.c_ttl_dot {
  font-weight: 700;
  font-size: 0.71875rem;
  position: relative;
  padding-left: 16px;
  color: #20386D;
}
@media screen and (min-width: 768px) {
  .c_ttl_dot {
    font-size: 1.25rem;
    padding-left: 30px;
  }
}
.c_ttl_dot::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 12px;
  background-color: currentColor;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_ttl_dot::before {
    top: 2px;
    width: 20px;
  }
}
.c_ttl_dot._size_lg {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl_dot._size_lg {
    font-size: 1.75rem;
  }
}
.c_ttl_dot._size_lg::before {
  top: 3px;
}
@media screen and (min-width: 768px) {
  .c_ttl_dot._size_lg::before {
    top: 6px;
  }
}
.c_table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8695652174;
  font-weight: 700;
  font-size: 0.71875rem;
}
@media screen and (min-width: 768px) {
  .c_table {
    line-height: 2.3333333333;
    font-size: 0.9375rem;
  }
}
.c_table .c_table__head {
  border-top: 1px solid #CCCCCC;
  background-color: #F2F2F2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_table .c_table__head {
    border-top: 2px solid #CCCCCC;
  }
}
.c_table .c_table__head .c_table__col {
  border-bottom: 0;
  padding: 10px;
  height: 42.5px;
}
@media screen and (min-width: 768px) {
  .c_table .c_table__head .c_table__col {
    height: 68px;
  }
}
.c_table .c_table__col {
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  padding-left: 28px;
  padding-block: 5px;
  height: 71px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c_table .c_table__col {
    padding-left: 22px;
    padding-block: 22px;
    padding-right: 27px;
    height: 100px;
    border-bottom: 2px solid #CCCCCC;
  }
}
@media print {
  .c_table .c_table__col {
    padding: 10px !important;
  }
}
.c_img_border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_img_border {
    padding-bottom: 100px;
    border-bottom: 2px solid #CCCCCC;
  }
}
@media print {
  .c_img_border {
    margin-top: 40px;
  }
}
.c_img_border img {
  aspect-ratio: 670/376;
}
@media screen and (min-width: 768px) {
  .c_img_border img {
    aspect-ratio: 980/370;
  }
}
@media print {
  .c_img_border img {
    aspect-ratio: 980/370;
    object-fit: cover;
  }
}
.c_contributes {
  display: grid;
  column-gap: 8px;
  row-gap: 17px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .c_contributes {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 231px);
  }
}
@media print {
  .c_contributes {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    break-inside: avoid;
  }
}
.c_contributes .c_contributes__item {
  background-color: #F2F2F2;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c_contributes .c_contributes__item {
    padding: 30px;
  }
}
.c_contributes .item__thumb {
  border: 1px solid #CFCFCF;
  display: block;
}
.c_contributes .item._insite .item__name::before {
  display: none;
}
.c_contributes .item__name {
  color: #20386D;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c_contributes .item__name {
    font-weight: 700;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}
.c_contributes .item__name::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon_ext_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 8px;
  height: 7px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .c_contributes .item__name::before {
    top: 3px;
    width: 17px;
    height: 15px;
    margin-right: 8px;
  }
}
.c_contact_sec {
  position: relative;
  height: 342px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec {
    height: 625px;
  }
}
@media print {
  .c_contact_sec {
    break-inside: avoid;
  }
}
.c_contact_sec .c_contact_sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c_contact_sec .c_contact_sec__bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #20386D;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.c_contact_sec .c_contact_sec__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_contact_sec .c_contact_sec__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__ttl {
    gap: 12px;
  }
}
.c_contact_sec .c_contact_sec__ttl .en {
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__ttl .en {
    font-size: 1.25rem;
  }
}
.c_contact_sec .c_contact_sec__ttl .ja {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__ttl .ja {
    font-size: 2.25rem;
  }
}
.c_contact_sec .c_conact_sec__main {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_conact_sec__main {
    padding-top: 88px;
  }
}
.c_contact_sec .c_contact_sec__body {
  background-color: #fff;
  margin-top: 33px;
  padding-block: 30px;
  padding-inline: 42.5px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__body {
    margin-top: 65px;
    padding-inline: clamp(2.1875rem, 12.2023809524vw + -3.6696428571rem, 7.3125rem);
    padding-top: 95px;
    height: 279px;
  }
}
.c_contact_sec .c_contact_sec__body_in {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__body_in {
    /*grid-template-columns: repeat(2, 1fr);*/
    justify-content: center;
  }
}
.c_contact_sec .c_contact_sec__info {
  border: 1px solid #20386D;
  padding-top: 17px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info {
    border: 0;
    padding: 0;
    padding-top: 7px;
  }
}
.c_contact_sec .c_contact_sec__info .tel {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info .tel {
    text-align: left;
    font-size: 1.25rem;
  }
}
.c_contact_sec .c_contact_sec__info .tel .num {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info .tel .num {
    font-size: 2.5rem;
  }
}
.c_contact_sec .c_contact_sec__info .fax {
  text-align: center;
  font-weight: 500;
  font-size: 0.625rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info .fax {
    font-size: 1.25rem;
    margin-top: 10px;
    padding-right: 12.1951219512%;
  }
}
.c_contact_sec .c_contact_sec__info .tel02 {
  font-weight: 500;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info .tel02 {
    text-align: left;
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__info_in {
    width: fit-content;
  }
}
.c_contact_sec .c_contact_sec__button_box {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__button_box {
    margin-top: 0;
    padding-left: 6px;
  }
}
.c_contact_sec .c_contact_sec__button {
  width: 100%;
  height: 33px;
  display: inline-flex;
  background-color: #20386D;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-size: 0.65625rem;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__button {
    font-size: 1.3125rem;
    height: 90px;
    width: 410px;
  }
}
.c_contact_sec .c_contact_sec__button::after {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .c_contact_sec .c_contact_sec__button::after {
    width: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 56px;
  }
}
.c_intro_txt {
  font-weight: 700;
  font-size: 0.71875rem;
  line-height: 2.1739130435;
  margin-top: 25px;
}
.c_intro_txt:first-of-type {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c_intro_txt:first-of-type {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .c_intro_txt {
    line-height: 2.3333333333;
    font-size: 0.9375rem;
    margin-top: 35px;
  }
}
.c_form__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .c_form__row {
    flex-wrap: nowrap;
  }
}
.c_form__row:not(:first-child) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .c_form__row:not(:first-child) {
    margin-top: 30px;
  }
}
.c_form__col:first-child {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_form__col:first-child {
    width: 32.6966292135%;
    padding-right: 20px;
  }
}
.c_form__col:last-child {
  flex: 1;
}
.c_form__label {
  font-weight: 700;
  font-size: 0.71875rem;
}
@media screen and (min-width: 768px) {
  .c_form__label {
    font-size: 0.9375rem;
  }
}
.c_form__label.is_required {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c_form__label.is_required {
    gap: 10px;
  }
}
.c_form__label.is_required::after {
  content: "\5fc5\9808";
  font-size: 0.625rem;
  background-color: #F00B0B;
  font-weight: 500;
  color: #fff;
  width: 30px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 3px;
}
.c_form__input {
  border: 1px solid #9E9E9E;
  outline: none;
  width: 100%;
  max-width: 58.3333333333%;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  background: #fff;
  padding-inline: 7px;
  padding-block: 7px;
}
.c_form__input::placeholder {
  color: #9E9E9E;
}
@media screen and (min-width: 768px) {
  .c_form__input {
    max-width: 284px;
    padding-inline: 16px;
    padding-block: 15px;
  }
  .c_form__input:hover {
    cursor: pointer;
  }
}
.c_form__input.is_full {
  max-width: 100%;
}
.c_form__input.textarea {
  resize: none;
  height: 70px;
  padding-block: 8px;
}
@media screen and (min-width: 768px) {
  .c_form__input.textarea {
    height: 140px;
    padding-block: 15px;
  }
}
.c_form__input.select {
  background: #fff url(../images/common/icon_select_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
  background-size: 10px 6px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .c_form__input.select {
    padding-right: 40px;
    background-position: top 50% right 25px;
  }
}
.c_form__submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_form__submit {
    margin-top: 60px;
  }
}
.c_form .c_form_submit {
  width: 50%;
  height: 35px;
  display: inline-flex;
  background-color: #20386D;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-size: 0.8125rem;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_form .c_form_submit {
    font-size: 1.125rem;
    height: 60px;
    width: 100%;
    max-width: 300px;
  }
  .c_form .c_form_submit:hover {
    opacity: 0.8;
  }
}
.c_form .c_form_submit::after {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 26px;
}
@media screen and (min-width: 768px) {
  .c_form .c_form_submit::after {
    width: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 50px;
  }
}
.c_form._confirm .c_form__row {
  border-bottom: 1px solid #9E9E9E;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form__row {
    padding-bottom: 21px;
  }
}
.c_form._confirm .c_form__row:not(:first-child) {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form__row:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c_form._confirm .c_form__col:first-child {
    width: 40%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_form._confirm .c_form__col:last-child {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form__col {
    width: 50%;
  }
}
@media print {
  .c_form._confirm .c_form__col {
    width: 50%;
  }
}
.c_form._confirm .c_form__label {
  font-weight: 400;
  letter-spacing: 0.02em;
}
.c_form._confirm .c_form__value {
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 0.71875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form__value {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}
.c_form._confirm .c_form__submit {
  gap: 18px;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form__submit {
    gap: 37px;
    margin-top: 35px;
  }
}
.c_form._confirm .c_form_submit {
  width: 26.6666666667%;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .c_form._confirm .c_form_submit {
    width: 150px;
    height: 60px;
  }
}
.c_form._confirm .c_form_submit::after {
  display: none;
}
.c_form._confirm .c_back_btn {
  background-color: transparent;
  border: 1px solid #20386D;
  color: #20386D;
}
.l_container {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l_container02 {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
